ChangeLog revision 12458b28
1commit 8fbafcfe7e5ef4a2030e3963f31143bba2c8786f
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Mar 2 14:16:48 2019 -0800
4
5    mkfontscale 1.2.0
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit bef1c614465f2c8546a7d946a75d8f10c5f3ca40
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Tue Feb 19 11:45:29 2019 -0800
12
13    Add mkfontdir to .gitignore
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 1f9d14bec07092d62da29a5a233cefbf84d47289
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Mon Feb 18 18:27:31 2019 -0800
20
21    Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in
22    
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit d3b0f267bd25ab888efc0417f62d525afa32208a
26Author: Alan Coopersmith <alan.coopersmith@oracle.com>
27Date:   Mon Feb 18 18:23:50 2019 -0800
28
29    Add mkfontdir to README.md
30    
31    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
32
33commit 270540bb11914ea92436e251b14bc39d6b5df589
34Author: Jeremy Huddleston <jeremyhu@apple.com>
35Date:   Thu Oct 6 10:29:42 2011 -0700
36
37    mkfontdir: Fix issues where mkfontscale and mkfontdir are installed in different locations or bindir contains a space
38    
39    https://bugs.freedesktop.org/show_bug.cgi?id=24465
40    
41    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
42
43commit cfbeaa0b99944ab887b4854baa63eadd4e5481f5
44Author: Jon TURNEY <jon.turney@dronecode.org.uk>
45Date:   Tue Mar 15 11:55:11 2011 +0000
46
47    mkfontdir: Fix for non-srcdir builds
48    
49    Fix commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199 for non-srcdir builds
50    
51    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
52    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
53
54commit 758df83c5825b77f338e44c1fcc4c5070d3c3516
55Author: Alan Coopersmith <alan.coopersmith@oracle.com>
56Date:   Fri Mar 11 14:10:19 2011 -0800
57
58    mkfontdir: Make Makefile.am compatible with Solaris make
59    
60    Solaris make won't substitute $< in explicit rules, only implicit ones
61    
62    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
63
64commit 8290027e067ffd0a3f37eeafbd27121e2884cea4
65Author: Gaetan Nadon <memsize@videotron.ca>
66Date:   Sat Jan 22 09:27:09 2011 -0500
67
68    mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@
69    
70    Use the Autoconf recommended way of substituting bindir, see
71    http://www.gnu.org/software/autoconf/manual/autoconf.html
72    
73    Use # sign for comment in script.
74    Only sed is used, drop the cpp terminology.
75    
76    Reviewed-by: Rémi Cardona <remi@gentoo.org>
77    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
78
79commit 07d71396a502515a02bd12c5b01cdd98a7a30dab
80Author: Gaetan Nadon <memsize@videotron.ca>
81Date:   Wed Jan 19 10:06:55 2011 -0500
82
83    mkfontdir: config: move man pages into their own directory
84    
85    Use services provided by XORG_MANPAGE_SECTIONS.
86    Use standard Makefile for man pages.
87    
88    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
89
90commit 91cae6761d1a1eb9e5e2eba9eea8d7be6e3993d1
91Author: Gaetan Nadon <memsize@videotron.ca>
92Date:   Thu Jan 13 11:15:47 2011 -0500
93
94    mkfontdir: man: remove trailing spaces and tabs
95    
96    Using s/[ \t]*$//
97    
98    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
99
100commit 7bb2d75a9f00546178f16fd536946fe1bdabdebb
101Author: Alan Coopersmith <alan.coopersmith@oracle.com>
102Date:   Sun Nov 7 11:14:14 2010 -0800
103
104    mkfontdir: Drop CVS version tag from mkfontdir.cpp too
105    
106    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
107
108commit b1e80a29150c90c39915e5e758262815c2c4da05
109Author: Alan Coopersmith <alan.coopersmith@oracle.com>
110Date:   Sun Nov 7 11:10:09 2010 -0800
111
112    mkfontdir: config: Remove unnecessary calls from configure.ac
113    
114    AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
115    
116    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
117
118commit daee1aa67b7b11b2d4f9e38ddc39603e9206557a
119Author: Jesse Adkins <jesserayadkins@gmail.com>
120Date:   Tue Sep 28 13:29:49 2010 -0700
121
122    mkfontdir: Purge cvs tags.
123    
124    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
125
126commit 43d1aae1b0e1f9f759fe3439aa2079a88dab03af
127Author: Alan Coopersmith <alan.coopersmith@sun.com>
128Date:   Sat Oct 10 22:47:09 2009 -0700
129
130    mkfontdir: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
131    
132    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
133
134commit 2dac61a84d474e533df29b5874ce6ca5e68d4ddd
135Author: Alan Coopersmith <alan.coopersmith@sun.com>
136Date:   Fri Jan 11 12:40:52 2008 -0800
137
138    mkfontdir: Fix formatting of man page so ellipsis are shown with Solaris nroff
139
140commit 8609ad731b9c9c670a815c915055ae416d2396d8
141Author: Alan Coopersmith <alan.coopersmith@sun.com>
142Date:   Fri Jan 11 12:39:00 2008 -0800
143
144    mkfontdir: Fill in COPYING file with copyright/license notices
145
146commit 18654870df3e8c65abc4443a0f510abd46c5fbaa
147Author: Alan Coopersmith <alan.coopersmith@sun.com>
148Date:   Mon Jan 7 14:16:07 2008 -0800
149
150    mkfontdir: Add references to mkfontscale to man page
151    
152    Also convert (1) to (__appmansuffix__)
153
154commit 1d15009075c3d316bd54c5861ac2859330ab2e64
155Author: Matthieu Herrb <matthieu.herrb@laas.fr>
156Date:   Sun Mar 5 19:52:51 2006 +0000
157
158    mkfontdir: Let BSD make find mkfontdir.cpp when building in a separate obj dir
159
160commit 1cb06c20467030fddf6a0a7be855f6849cadf7b4
161Author: Adam Jackson <ajax@nwnk.net>
162Date:   Tue Aug 2 01:58:09 2005 +0000
163
164    mkfontdir: Find mkfontscale through @bindir@ rather than AC_PATH_PROG, since the one in the path could be from an old install that doesn't support all the needed flags.
165
166commit a8341c3f17050b253a9f55aba76f1d8437165c26
167Author: Matthieu Herrb <matthieu.herrb@laas.fr>
168Date:   Thu Jul 14 20:59:48 2005 +0000
169
170    mkfontdir: build fix for non-GNU make
171
172commit fa554ab53809943cb141e07687c96364d91e3f9c
173Author: Kevin E Martin <kem@kem.org>
174Date:   Sat Jul 2 21:42:05 2005 +0000
175
176    mkfontdir: Add build system for bdftopcf, mkfontdir and mkfontscale
177
178commit c40a94766668aad01ef57eea181752a370762cd0
179Author: Egbert Eich <eich@suse.de>
180Date:   Fri Apr 23 19:54:36 2004 +0000
181
182    mkfontdir: Merging XORG-CURRENT into trunk
183
184commit 1a302e07687403c0be7452d865d20e4cb0761770
185Author: Egbert Eich <eich@suse.de>
186Date:   Sun Mar 14 08:34:54 2004 +0000
187
188    mkfontdir: Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
189
190commit c01032201686db5622b4f997d5294d724800c694
191Author: Egbert Eich <eich@suse.de>
192Date:   Wed Mar 3 12:12:53 2004 +0000
193
194    mkfontdir: Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
195
196commit 3a6aebdfeb88dd8501d715117990af646f687555
197Author: Egbert Eich <eich@suse.de>
198Date:   Thu Feb 26 13:36:15 2004 +0000
199
200    mkfontdir: readding XFree86's cvs IDs
201
202commit fa75fa1a5d7c1599692d4e309c39fca34b2a0f84
203Author: Egbert Eich <eich@suse.de>
204Date:   Thu Feb 26 09:23:56 2004 +0000
205
206    mkfontdir: Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
207
208commit 9b6d7d062c91a86e110eea7ed38d44e104463fba
209Author: Kaleb Keithley <kaleb@freedesktop.org>
210Date:   Tue Nov 25 19:29:02 2003 +0000
211
212    mkfontdir: Initial revision
213
214commit 2247072a89b7b9da8ed22d0aaec100cef3adb62d
215Author: Kaleb Keithley <kaleb@freedesktop.org>
216Date:   Fri Nov 14 16:48:57 2003 +0000
217
218    mkfontdir: XFree86 4.3.0.1
219
220commit 1b920768b5122bac7368860fd6fc7e4f5275ed8f
221Author: Kaleb Keithley <kaleb@freedesktop.org>
222Date:   Fri Nov 14 15:54:53 2003 +0000
223
224    mkfontdir: R6.6 is the Xorg base-line
225
226commit 0a20abea3ec9742f0982e043e725cdadf0fc493e
227Author: Alan Coopersmith <alan.coopersmith@oracle.com>
228Date:   Sun Jan 6 14:26:00 2019 -0800
229
230    Clear some -Wshorten-64-to-32 warnings from clang 6
231    
232    ident.c:84:13: warning: implicit conversion loses integer precision:
233          'unsigned long' to 'int' [-Wshorten-64-to-32]
234        int n = strlen(filename);
235            ~   ^~~~~~~~~~~~~~~~
236    ident.c:130:9: warning: implicit conversion loses integer precision:
237          'off64_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
238            return gzseek(ff->f.gz, offset, whence);
239            ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
240    ident.c:140:17: warning: implicit conversion loses integer precision:
241          'long' to 'int' [-Wshorten-64-to-32]
242                n = offset - ff->pos;
243                  ~ ~~~~~~~^~~~~~~~~
244    ident.c:143:10: warning: implicit conversion loses integer precision:
245          'off_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
246                n = offset;
247                  ~ ^~~~~~
248    ident.c:156:12: warning: implicit conversion loses integer precision:
249          'off_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
250            ff->pos = offset;
251                    ~ ^~~~~~
252    ident.c:157:9: warning: implicit conversion loses integer precision:
253          'off_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
254            return offset;
255            ~~~~~~ ^~~~~~
256    mkfontscale.c:704:13: warning: implicit conversion loses integer precision:
257          'unsigned long' to 'int' [-Wshorten-64-to-32]
258        int n = strlen(dirname);
259            ~   ^~~~~~~~~~~~~~~
260    mkfontscale.c:748:13: warning: implicit conversion loses integer precision:
261          'unsigned long' to 'int' [-Wshorten-64-to-32]
262        int n = strlen(filename);
263            ~   ^~~~~~~~~~~~~~~~
264    mkfontscale.c:794:14: warning: implicit conversion loses integer precision:
265          'unsigned long' to 'int' [-Wshorten-64-to-32]
266            xl = strlen (exclusionSuffix);
267               ~ ^~~~~~~~~~~~~~~~~~~~~~~~
268    mkfontscale.c:796:9: warning: implicit conversion loses integer precision:
269          'unsigned long' to 'int' [-Wshorten-64-to-32]
270        i = strlen(dirname_given);
271          ~ ^~~~~~~~~~~~~~~~~~~~~
272    mkfontscale.c:858:15: warning: implicit conversion loses integer precision:
273          'unsigned long' to 'int' [-Wshorten-64-to-32]
274                int dl = strlen (entry->d_name);
275                    ~~   ^~~~~~~~~~~~~~~~~~~~~~
276    mkfontscale.c:930:21: warning: implicit conversion loses integer precision:
277          'unsigned long' to 'int' [-Wshorten-64-to-32]
278                int l = strlen(xlfd_name);
279                    ~   ^~~~~~~~~~~~~~~~~
280    
281    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
282
283commit a311033403730db56bbbd0c56977e6c49a6b5519
284Author: Alan Coopersmith <alan.coopersmith@oracle.com>
285Date:   Sun Jan 6 13:33:42 2019 -0800
286
287    Clear some -Wsign-compare warnings from gcc 7
288    
289    mkfontscale.c: In function ‘getName’:
290    mkfontscale.c:336:22: warning: comparison between signed and unsigned
291       integer expressions [-Wsign-compare]
292             for(i = 0; i < name.string_len / 2; i++) {
293                          ^
294    mkfontscale.c: In function ‘nameWidth’:
295    mkfontscale.c:427:18: warning: comparison between signed and unsigned
296       integer expressions [-Wsign-compare]
297         for(i = 0; i < NUMWIDTHS; i++)
298                      ^
299    mkfontscale.c: In function ‘notice_foundry’:
300    mkfontscale.c:1261:18: warning: comparison between signed and unsigned
301       integer expressions [-Wsign-compare]
302         for(i = 0; i < countof(notice_foundries); i++)
303                      ^
304    mkfontscale.c: In function ‘vendor_foundry’:
305    mkfontscale.c:1285:18: warning: comparison between signed and unsigned
306       integer expressions [-Wsign-compare]
307         for(i = 0; i < countof(vendor_foundries); i++)
308                      ^
309    
310    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
311
312commit d971bb62c6d2a35eccfdcd0c3c6c65c4f841f556
313Author: Thomas Klausner <wiz@NetBSD.org>
314Date:   Mon Jul 27 23:16:45 2015 +0200
315
316    Add new ConstList functions and use them.
317    
318    Gets rid of lots of const warnings.
319    
320    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
321
322commit bd8ff8a513d928878c877ea7b448baf7aee003a3
323Author: Alan Coopersmith <alan.coopersmith@oracle.com>
324Date:   Wed Nov 21 16:49:31 2018 -0800
325
326    Update configure.ac bug URL for gitlab migration
327    
328    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
329
330commit 17dec8c3c2805707767a2e416358db860b2b2427
331Author: Alan Coopersmith <alan.coopersmith@oracle.com>
332Date:   Fri Nov 16 20:25:32 2018 -0800
333
334    Update README for gitlab migration
335    
336    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
337
338commit eac885fa5ebff24e0839144863872443a010d7c2
339Author: Alan Coopersmith <alan.coopersmith@oracle.com>
340Date:   Mon Oct 1 21:24:45 2018 -0700
341
342    Stop shadowing 'found' in checkExtraEncoding()
343    
344    mkfontscale.c: In function ‘checkExtraEncoding’:
345    mkfontscale.c:1220:17: warning: declaration of ‘found’ shadows a parameter [-Wshadow]
346                 int found = 0;
347                     ^~~~~
348    mkfontscale.c:1214:59: note: shadowed declaration is here
349     checkExtraEncoding(FT_Face face, char *encoding_name, int found)
350                                                               ^~~~~
351    
352    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
353
354commit 325621bd083236567bd861d41ff161313fc96e96
355Author: Alan Coopersmith <alan.coopersmith@oracle.com>
356Date:   Mon Oct 1 21:19:58 2018 -0700
357
358    Rename variable 'n' to avoid shadowing another 'n' in doDirectory
359    
360    mkfontscale.c: In function ‘doDirectory’:
361    mkfontscale.c:928:17: warning: declaration of ‘n’ shadows a previous local [-Wshadow]
362                 int n = strlen(xlfd_name);
363                     ^
364    mkfontscale.c:788:12: note: shadowed declaration is here
365         int i, n, dirn, diri, found, rc;
366                ^
367    
368    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
369
370commit 0faf882de6de6c1ec26aace9a9939914b40e7b89
371Author: Alan Coopersmith <alan.coopersmith@oracle.com>
372Date:   Mon Oct 1 21:10:59 2018 -0700
373
374    Use vasprintf(), if available, to implement dsprintf()
375    
376    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
377
378commit 3b747cc5d2981c44ff517f64c355e76d70194f24
379Author: Alan Coopersmith <alan.coopersmith@oracle.com>
380Date:   Mon Oct 1 20:52:18 2018 -0700
381
382    Replace dsprintf("%s", s) with strdup(s)
383    
384    dsprintf is an allocating sprintf.  With a format string of "%s", it
385    reduces to just being a more complicated version of strdup, so lets
386    just use strdup instead to save time and reduce complexity.
387    
388    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
389
390commit 65fe4ef6f5674b0b52e797924990b090dbbd52af
391Author: Alan Coopersmith <alan.coopersmith@oracle.com>
392Date:   Mon Oct 1 20:48:21 2018 -0700
393
394    Remove last use of strcat
395    
396    If getcwd returned a string that exactly filled the prefix buffer,
397    it could write the null terminator byte out of bounds.
398    
399    Instead, since the prefix is copied to a newly allocated string and
400    never used again, just let the dsprintf() call take care of it.
401    
402    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
403
404commit 7b4203577af4b835ef069e0cd2bd9510b599789c
405Author: Bernhard M. Wiedemann <bwiedemann@suse.de>
406Date:   Mon Sep 10 10:17:52 2018 +0200
407
408    Sort input file list
409    
410    so that openSUSE's installation-images builds in a reproducible way
411    in spite of indeterministic filesystem readdir order
412    
413    See https://reproducible-builds.org/ for why this is good.
414    
415    Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
416
417commit 4b1d7d3af1c1bc1586b2e9a780aea0dee7df5a14
418Author: Alan Coopersmith <alan.coopersmith@oracle.com>
419Date:   Tue Mar 6 22:57:01 2018 -0800
420
421    mkfontscale 1.1.3
422    
423    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
424
425commit 27295c6c9b40b5cee0d1f45dfdc742a12613cb58
426Author: Mihail Konev <k.mvc@ya.ru>
427Date:   Thu Jan 26 14:00:20 2017 +1000
428
429    autogen: add default patch prefix
430    
431    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
432
433commit 3258ad61892298d07236a857e1668171de5e8880
434Author: Emil Velikov <emil.l.velikov@gmail.com>
435Date:   Mon Mar 9 12:00:52 2015 +0000
436
437    autogen.sh: use quoted string variables
438    
439    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
440    fall-outs, when they contain space.
441    
442    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
443    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
444    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
445
446commit e8e4bdca31c006e2600ba25ef753fe77b20d6aca
447Author: Peter Hutterer <peter.hutterer@who-t.net>
448Date:   Tue Jan 24 10:32:07 2017 +1000
449
450    autogen.sh: use exec instead of waiting for configure to finish
451    
452    Syncs the invocation of configure with the one from the server.
453    
454    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
455    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
456
457commit 07b761b0862bcea65b83052b9d960c4459af0466
458Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
459Date:   Sun Sep 18 16:25:22 2016 -0700
460
461    mkfontscale: Avoid a buffer underrun
462    
463    https://bugs.freedesktop.org/show_bug.cgi?id=96905
464    
465    =================================================================
466    ==3068==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60300000de6f at pc 0x000109df79d1 bp 0x7fff55e37d90 sp 0x7fff55e37550
467    READ of size 1 at 0x60300000de6f thread T0
468        #0 0x109df79d0 in wrap_strcmp (libclang_rt.asan_osx_dynamic.dylib+0xe9d0)
469        #1 0x109dc8ef7 in fontFileOpen (mkfontscale+0x100001ef7)
470        #2 0x109dc8e0b in bitmapIdentify (mkfontscale+0x100001e0b)
471        #3 0x109dcc874 in doDirectory (mkfontscale+0x100005874)
472        #4 0x109dcbc78 in main (mkfontscale+0x100004c78)
473        #5 0x7fff9083f5ac in start (libdyld.dylib+0x35ac)
474        #6 0x3  (<unknown module>)
475    
476    0x60300000de6f is located 1 bytes to the left of 20-byte region [0x60300000de70,0x60300000de84)
477    allocated by thread T0 here:
478        #0 0x109e34570 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4b570)
479        #1 0x109dca92a in dsprintf (mkfontscale+0x10000392a)
480        #2 0x109dcc788 in doDirectory (mkfontscale+0x100005788)
481        #3 0x109dcbc78 in main (mkfontscale+0x100004c78)
482        #4 0x7fff9083f5ac in start (libdyld.dylib+0x35ac)
483        #5 0x3  (<unknown module>)
484    
485    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
486
487commit ecb248d8865df376a97a795c2e4f58a3bf64c3f1
488Author: Stefan Dirsch <sndirsch@suse.de>
489Date:   Thu Apr 21 16:52:15 2016 +0200
490
491    fix handling of Type1 fonts without /FamilyName and/or /FullName
492    
493    https://bugzilla.opensuse.org/show_bug.cgi?id=918466
494    
495    Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
496    Reviewed-by: Adam Jackson <ajax@redhat.com>
497
498commit 87d628f8eec170ec13bb9feefb1ce05aed07d1d6
499Author: Alan Coopersmith <alan.coopersmith@oracle.com>
500Date:   Fri Jan 16 23:40:40 2015 -0800
501
502    mkfontscale 1.1.2
503    
504    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
505
506commit 47908fd7a0d061fdcd21e3498da4e223ca9136d9
507Author: Alan Coopersmith <alan.coopersmith@oracle.com>
508Date:   Fri Jun 20 23:23:54 2014 -0700
509
510    Remove extraneous duplicate checks for -r & -n options
511    
512    Flagged by cppcheck 1.65:
513    [mkfontscale.c:247]: (style) Expression is always false because
514     'else if' condition matches previous condition at line 224.
515    [mkfontscale.c:245]: (style) Expression is always false because
516     'else if' condition matches previous condition at line 227.
517    
518    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
519    Reviewed-by: Hans de Goede <hdegoede@redhat.com>
520
521commit 48e541dc2f2fc3f4e99d3e168c28241ff5adff4d
522Author: Alan Coopersmith <alan.coopersmith@oracle.com>
523Date:   Mon Jun 2 19:39:49 2014 -0700
524
525    autogen.sh: Honor NOCONFIGURE=1
526    
527    See http://people.gnome.org/~walters/docs/build-api.txt
528    
529    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
530
531commit f14019d598c215e09cff88c739bbf7f4d6c6b89f
532Author: Alan Coopersmith <alan.coopersmith@oracle.com>
533Date:   Mon Jun 2 19:39:49 2014 -0700
534
535    configure: Drop AM_MAINTAINER_MODE
536    
537    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
538
539commit 399db42a151687f1181ae23d28a76d31125a2853
540Author: Thomas Klausner <wiz@NetBSD.org>
541Date:   Tue Mar 18 23:14:47 2014 +0100
542
543    Only include config.h if it exists.
544    
545    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
546    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
547
548commit eac564e0fc9052a39981ea47b271f7f3d2821944
549Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
550Date:   Thu Jan 2 00:43:14 2014 -0800
551
552    Fix possible malloc allocation error found by clang static analysis
553    
554    list.c:238:23: warning: Call to 'malloc' has an allocation size of 0 bytes
555        ListPtr *sorted = malloc(l * sizeof(ListPtr));
556                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
557    
558    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
559
560commit 423ffbe9c5552dfeffa81bb6e2f2b62ab6b17580
561Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
562Date:   Thu Jan 2 00:39:25 2014 -0800
563
564    Plug a memory leak found by clang static analysis
565    
566    mkfontscale.c:635:25: warning: Potential leak of memory pointed to by 'notice'
567                    foundry = notice_foundry(notice);
568                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
569    mkfontscale.c:640:8: warning: Potential leak of memory pointed to by 'notice'
570        if(strcmp(slant, "i") == 0) {
571           ^~~~~~
572    
573    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
574
575commit 880a0c4733e62e54e6a0f1238c7430727d23657b
576Author: Alan Coopersmith <alan.coopersmith@oracle.com>
577Date:   Fri Nov 8 23:48:28 2013 -0800
578
579    Print which option was in error along with usage message
580    
581    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
582    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
583
584commit 26c89de6cdf0a5b7122a630a5df37fd67a4163e2
585Author: Alan Coopersmith <alan.coopersmith@oracle.com>
586Date:   Fri Nov 8 23:28:16 2013 -0800
587
588    Make usage() always exit(1)
589    
590    Avoid duplicating exit(1) calls after every single call to usage()
591    
592    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
593    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
594
595commit 43ab9b11699acadbf09b8ed050a7a2f7e630dce4
596Author: Alan Coopersmith <alan.coopersmith@oracle.com>
597Date:   Fri Nov 8 23:21:32 2013 -0800
598
599    Add -v flag to print program version
600    
601    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
602    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
603
604commit e5788db7f179bf89d2e5e3c97c69058027cb93bd
605Author: Alan Coopersmith <alan.coopersmith@oracle.com>
606Date:   Fri Nov 8 22:56:02 2013 -0800
607
608    Add missing newline to usage output
609    
610    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
611    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
612
613commit f48de13423c7300f4da9f61993b624426b38ddc0
614Author: Alan Coopersmith <alan.coopersmith@oracle.com>
615Date:   Tue Jul 16 22:50:54 2013 -0700
616
617    mkfontscale 1.1.1
618    
619    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
620
621commit f731c5c36f28ddd0f25f474d2991c96f9a7a915c
622Author: Thomas Klausner <wiz@NetBSD.org>
623Date:   Sun Jun 2 21:16:54 2013 +0200
624
625    Protect config.h inclusion like usual.
626    
627    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
628    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
629
630commit 19e2cb7c6a3ec2c5b1bc0d24866fa685eef0ee13
631Author: Peter Hutterer <peter.hutterer@who-t.net>
632Date:   Tue May 21 15:50:19 2013 +1000
633
634    Document -u/-U options in man page
635    
636    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
637    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
638
639commit b3af8de8d25128f565c2ed2f7c63b6e4099eb84e
640Author: Alan Coopersmith <alan.coopersmith@oracle.com>
641Date:   Sat Jan 19 12:05:06 2013 -0800
642
643    Replace malloc(strlen);strcpy() calls with strdup
644    
645    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
646
647commit 547517571e695728278a264eedbac47b6e1f43bc
648Author: Alan Coopersmith <alan.coopersmith@oracle.com>
649Date:   Sat Jan 19 11:51:39 2013 -0800
650
651    Since hash() returns unsigned int, store results in unsigned ints
652    
653    Clears clang warnings:
654    hash.c:82:13: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
655        int i = hash(key);
656            ~   ^~~~~~~~~
657    hash.c:94:13: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
658        int i = hash(key);
659            ~   ^~~~~~~~~
660    
661    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
662
663commit 1157b3039551b552b483f05f6a411e57941a87c0
664Author: Egbert Eich <eich@freedesktop.org>
665Date:   Fri Jan 11 12:04:16 2013 -0500
666
667    Fix compilation for MinGW
668    
669    Fix compilation for MinGW since 9cbe3256bc932b82f2435b23cda0931f4f5f5ba2
670    Unfortunately, MinGW doesn't define S_ISLNK, so check for that as well.
671    
672    Signed-off-by: Egbert Eich <eich@freedesktop.org>
673    Reviewed-by: Colin Harrison <colin.harrison at virgin.net>
674
675commit 9cbe3256bc932b82f2435b23cda0931f4f5f5ba2
676Author: Egbert Eich <eich@freedesktop.org>
677Date:   Thu May 19 10:38:44 2011 +0200
678
679    Prefer original file over symlink (v2)
680    
681    If a symlink to a fontfile in the same directory exists the file
682    that got picked depends on the order in which readdir() picked
683    entries.
684    This patch gives the file a higher preference than the symlink to
685    it so it will be preferred if the xlfd entries match.
686    
687    v2: Followed a suggestion by Julien Cristau <jcristau@debian.org>
688        to check for DT_LNK being defined instead of _BSD_SOURCE
689        and fall back to lstat() if d_type is DT_UNKNOWN.
690    
691    Signed-off-by: Egbert Eich <eich@freedesktop.org>
692
693commit 4c3f72f9e3385d9c855416b6498ced067a97c712
694Author: Alan Coopersmith <alan.coopersmith@oracle.com>
695Date:   Fri Feb 10 20:19:37 2012 -0800
696
697    mkfontscale 1.1.0
698    
699    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
700
701commit bf7d4fd83c896b70f68d59de756a3847417d9add
702Author: Maxim Iorsh <iorsh@users.sourceforge.net>
703Date:   Thu Oct 20 08:08:47 2011 +0200
704
705    mkfontscale: fix Culmus entries to precede URW
706    
707    Culmus must precede URW and Bitstream in notice list, since its fonts are
708    based on URW/Bitstream sometimes.
709    
710    Signed-off-by: Maxim Iorsh <iorsh@users.sourceforge.net>
711    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
712
713commit cd8182e74636ffd9b140603fc61502b42a9d6f2b
714Author: Maxim Iorsh <iorsh@users.sourceforge.net>
715Date:   Tue Oct 18 22:07:45 2011 -0700
716
717    Add Culmus foundry to the vendor list for TrueType & Type1 fonts
718    
719    Maps fonts produced by the Culmus project <http://culmus.sourceforge.net>
720    to the XLFD foundry name "culmus"
721    
722    For TrueType fonts, maps the vendor code "CLM" from the TrueType vendor
723    id field.
724    
725    For Type1 fonts, which use heuristics to guess mappings to XLFD foundries
726    from words in the copyright notice, add the names of the main contributors
727    to the Culmus product to recognize the fonts under their copyright.
728    
729    Signed-off-by: Maxim Iorsh <iorsh@users.sourceforge.net>
730    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
731    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
732
733commit a39deac00add15532b15827c80601f87738cb405
734Author: Alan Coopersmith <alan.coopersmith@oracle.com>
735Date:   Tue Oct 4 21:03:13 2011 -0700
736
737    Strip trailing whitespace
738    
739    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
740    git diff -w & git diff -b show no diffs from this change
741    
742    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
743
744commit b2d0f04a50f1444f9d62d11636a28c89951f0f40
745Author: Alan Coopersmith <alan.coopersmith@oracle.com>
746Date:   Tue Oct 4 21:00:11 2011 -0700
747
748    Add const attributes to fix gcc -Wwrite-strings warnings
749    
750    Does not fix all of them since some lists contain constant strings and
751    some contain dynamically allocated strings that need to be freed later.
752    
753    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
754
755commit 0f4f6462597841e5f8470571d56cfda61144ee8f
756Author: Alan Coopersmith <alan.coopersmith@oracle.com>
757Date:   Mon Sep 26 15:55:12 2011 -0700
758
759    Mark format string argument to dsprintf as const char *
760    
761    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
762
763commit 8ee3b3f73a6c14c4326435fea7136c09fe2822d1
764Author: Maxim Iorsh <iorsh@users.sourceforge.net>
765Date:   Mon Oct 3 21:52:15 2011 +0200
766
767    mkfontscale: Support FontForge weight designations.
768    
769    Fontforge uses 'ExtraLight' and 'Heavy' weights in Type 1 fonts, which
770    should be understood by mkfontscale. Other FontForge designations are
771    already addressed.
772    
773    Signed-off-by: Maxim Iorsh <iorsh@users.sourceforge.net>
774    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
775
776commit d429321888c335042332d991480095f67c85bb64
777Author: Alan Coopersmith <alan.coopersmith@oracle.com>
778Date:   Wed Jun 29 20:25:37 2011 -0700
779
780    mkfontscale 1.0.9
781    
782    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
783
784commit 82af43b3e142ed8a85f1057bc67fc44baf95cc13
785Author: Alan Coopersmith <alan.coopersmith@oracle.com>
786Date:   Mon May 23 18:33:53 2011 -0700
787
788    Add _X_ATTRIBUTE_PRINTF to functions taking printf format arguments
789    
790    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
791    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
792
793commit 3da7640b35c9660944168217c145a1011547712b
794Author: Jeremy Huddleston <jeremyhu@apple.com>
795Date:   Sun May 8 09:36:02 2011 -0700
796
797    Dead code removal
798    
799    have_face is initialized to 0 at the beginning of the loop, so no need to set
800    it to 0 just before it goes out of scope at the end of the loop.
801    
802    mkfontscale.c:945:13: warning: Value stored to 'have_face' is never read
803                have_face = 0;
804                ^           ~
805    
806    Found-by: clang static analyzer
807    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
808
809commit b8c26cb3d41b18dfcc14a1ae256f6575c7df7593
810Author: Alan Coopersmith <alan.coopersmith@oracle.com>
811Date:   Thu Feb 24 23:24:17 2011 -0800
812
813    makeList: free partially allocated list on failure
814    
815    Error: Memory leak (CWE 401)
816       Memory leak of pointer 'first' allocated with malloc(8)
817            at line 192 of list.c in function 'makeList'.
818              'first' allocated at line 181 with malloc(8).
819              first leaks when next == 0 at line 191.
820    
821    [ This bug was found by the Parfait 0.3.6 bug checking tool.
822      For more information see http://labs.oracle.com/projects/parfait/ ]
823    
824    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
825    Reviewed-by: Julien Cristau <jcristau@debian.org>
826
827commit 9d424d79ca56e7e372a286fca478996eeee8ebfe
828Author: Alan Coopersmith <alan.coopersmith@oracle.com>
829Date:   Thu Feb 24 23:15:25 2011 -0800
830
831    Leave room for null terminator in file & font name arrays
832    
833    fscanf %s arguments don't include the trailing \0 byte in their counts.
834    
835    Error: Buffer overrun
836       Buffer overflow (CWE 120): Use of fscanf(%1024[), with buffer 'font'
837          Array size is 1024 bytes
838            at line 707 of mkfontscale.c in function 'readFontScale'.
839       Buffer overflow (CWE 120): Use of fscanf(%1024s), with buffer 'file'
840          Array size is 1024 bytes
841            at line 707 of mkfontscale.c in function 'readFontScale'.
842    
843    [ This bug was found by the Parfait 0.3.6 bug checking tool.
844      For more information see http://labs.oracle.com/projects/parfait/ ]
845    
846    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
847    Reviewed-by: Julien Cristau <jcristau@debian.org>
848
849commit 45b33b463c8acc2c0ff37e209387d6b664576cc4
850Author: Alan Coopersmith <alan.coopersmith@oracle.com>
851Date:   Mon Feb 14 23:22:56 2011 -0800
852
853    Sort contents of encodings.dir
854    
855    Allows easier comparison between builds to detect changes.
856    Helps reduce deltas in packaging systems that compare old & new versions.
857    
858    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
859
860commit 623a620bde1988e105b2fe814a3158da0e7b863c
861Author: Gaetan Nadon <memsize@videotron.ca>
862Date:   Wed Jan 19 10:06:55 2011 -0500
863
864    config: move man pages into their own directory
865    
866    Use services provided by XORG_MANPAGE_SECTIONS.
867    Use standard Makefile for man pages.
868    
869    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
870
871commit 2e2073e358a6d9069dd5b5f3757de769cbc92721
872Author: Alan Coopersmith <alan.coopersmith@oracle.com>
873Date:   Sun Jan 9 13:44:31 2011 -0800
874
875    Remove unused NEED_SNPRINTF code to #include non-existent snprintf.c
876    
877    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
878
879commit 2ad869a51804e5232f10c1c933e2822c205c3265
880Author: Alan Coopersmith <alan.coopersmith@oracle.com>
881Date:   Sun Jan 9 13:39:00 2011 -0800
882
883    Make fscanf format string constant so it can be checked at compile time
884    
885    Clears gcc warning of:
886    mkfontscale.c:714: warning: format not a string literal, argument types not checked
887    
888    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
889
890commit ed14fe953f8f6fee90fcf28cd6775037b5f6e228
891Author: Alan Coopersmith <alan.coopersmith@oracle.com>
892Date:   Sun Jan 9 13:24:10 2011 -0800
893
894    config: Add missing AC_CONFIG_SRCDIR
895    
896    Regroup AC statements under the Autoconf initialization section.
897    Regroup AM statements under the Automake initialization section.
898    
899    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
900
901commit f27bcd4d366b2c12e658ff018542c4273b36631a
902Author: Gaetan Nadon <memsize@videotron.ca>
903Date:   Thu Jan 13 11:15:47 2011 -0500
904
905    man: remove trailing spaces and tabs
906    
907    Using s/[ \t]*$//
908    
909    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
910
911commit fedc022d29297f524d39a2637c1529782edcdceb
912Author: Gaetan Nadon <memsize@videotron.ca>
913Date:   Wed Jan 12 16:28:02 2011 -0500
914
915    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
916    
917    This silences an Autoconf warning
918
919commit 7a1e1e64c171ae95339bbd327806f892816850d7
920Author: Alan Coopersmith <alan.coopersmith@oracle.com>
921Date:   Fri Oct 29 23:03:40 2010 -0700
922
923    mkfontscale 1.0.8
924    
925    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
926
927commit 6a013e3524c0bdee54a33b0e9a255f3a7580603f
928Author: Alan Coopersmith <alan.coopersmith@oracle.com>
929Date:   Fri Oct 29 23:01:47 2010 -0700
930
931    Remove unnecessary calls from configure.ac
932    
933    XORG_DEFAULT_OPTIONS calls AC_PROG_CC and AC_PROG_INSTALL
934    PKG_CHECK_MODULES calls AC_SUBST on LIBS & CFLAGS variables
935    
936    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
937
938commit ae4a7325cf30dda566391b37d9ce7ffb946b842e
939Author: Alan Coopersmith <alan.coopersmith@oracle.com>
940Date:   Fri Oct 29 22:58:07 2010 -0700
941
942    config: upgrade to util-macros 1.8 for additional man page support
943    
944    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
945    The value of MAN_SUBST is the same for all X.Org packages.
946    
947    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
948    Enables use of platform appropriate version of sed.
949    
950    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
951
952commit 332cbd76cf14a567a75589e85d82a7d3278d1c8b
953Author: Gaetan Nadon <memsize@videotron.ca>
954Date:   Tue Jul 20 18:45:18 2010 -0400
955
956    config: update AC_PREREQ statement to 2.60
957    
958    Unrelated to the previous patches, the new value simply reflects
959    the reality that the minimum level for autoconf to configure
960    all x.org modules is 2.60 dated June 2006.
961    
962    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
963    
964    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
965
966commit 64b1f54bcebc6ed628f74f0204d9ec7242e6e9ce
967Author: Alan Coopersmith <alan.coopersmith@oracle.com>
968Date:   Fri Oct 29 22:57:04 2010 -0700
969
970    Sun's copyrights now belong to Oracle
971    
972    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
973
974commit a697d45a4b7e265654a1cb64d5af0e05b377a040
975Author: Jesse Adkins <jesserayadkins@gmail.com>
976Date:   Tue Sep 28 13:29:49 2010 -0700
977
978    Purge cvs tags.
979    
980    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
981
982commit 0ba1bdaf1db3391c5501fb687df8395fb23b7f6a
983Author: Alan Coopersmith <alan.coopersmith@sun.com>
984Date:   Thu Jan 14 22:01:58 2010 -0800
985
986    Update Sun license notices to current X.Org standard form
987    
988    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
989
990commit 570c7b11f38355be8e126d21dbc2ae91428dd7c0
991Author: Gaetan Nadon <memsize@videotron.ca>
992Date:   Thu Nov 26 09:19:52 2009 -0500
993
994    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
995    
996    Now that the INSTALL file is generated.
997    Allows running make maintainer-clean.
998
999commit 54698669d9cd1fba4918ad76edd994ecf7a6aa11
1000Author: Gaetan Nadon <memsize@videotron.ca>
1001Date:   Wed Oct 28 14:09:07 2009 -0400
1002
1003    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
1004    
1005    Add missing INSTALL file. Use standard GNU file on building tarball
1006    README may have been updated
1007    Remove AUTHORS file as it is empty and no content available yet.
1008    Remove NEWS file as it is empty and no content available yet.
1009
1010commit a96b22739ed1204b55a0eb00dc15a3bf7d3c77f4
1011Author: Gaetan Nadon <memsize@videotron.ca>
1012Date:   Thu Oct 22 12:34:14 2009 -0400
1013
1014    .gitignore: use common defaults with custom section # 24239
1015    
1016    Using common defaults will reduce errors and maintenance.
1017    Only the very small or inexistent custom section need periodic maintenance
1018    when the structure of the component changes. Do not edit defaults.
1019
1020commit 34a5a7ae5dc6c8d5f8cb50755d16ef0f573ff2f2
1021Author: Alan Coopersmith <alan.coopersmith@sun.com>
1022Date:   Sat Oct 10 22:31:00 2009 -0700
1023
1024    mkfontscale 1.0.7
1025    
1026    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1027
1028commit acedad9e929c1edfa17fc1cb9d37a19701cd200d
1029Author: Alan Coopersmith <alan.coopersmith@sun.com>
1030Date:   Sat Oct 10 22:29:08 2009 -0700
1031
1032    Add link to SubmittingPatches wiki page to README
1033    
1034    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1035
1036commit 245160adaca3957ead8fc278387c20e11b9bb7d2
1037Author: Alan Coopersmith <alan.coopersmith@sun.com>
1038Date:   Sat Oct 10 22:26:24 2009 -0700
1039
1040    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
1041    
1042    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1043
1044commit 2ff1863a387a393e237e9f05525a48806e900368
1045Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1046Date:   Fri Jan 16 20:17:08 2009 -0200
1047
1048    Silence sparse warnings and update .gitignore.
1049
1050commit a34031ea9074a453aee217b5845d07333019f26c
1051Author: Alan Coopersmith <alan.coopersmith@sun.com>
1052Date:   Thu Dec 18 16:56:12 2008 -0800
1053
1054    Version 1.0.6
1055
1056commit 95c7da3a2717a0352cdd08830fdd1dd1a4024dda
1057Author: Alan Coopersmith <alan.coopersmith@sun.com>
1058Date:   Thu Dec 18 16:55:56 2008 -0800
1059
1060    man page typo fix
1061
1062commit 0d1a2b7970c0eadb834fc2a6c3a68a09691b84ea
1063Author: Alan Coopersmith <alan.coopersmith@sun.com>
1064Date:   Wed Dec 17 19:29:54 2008 -0800
1065
1066    Add hooks for checking sources with lint/sparse/etc.
1067
1068commit 3ae585a3f08cb660c6ce6838557c94f88821b7a5
1069Author: Alan Coopersmith <alan.coopersmith@sun.com>
1070Date:   Wed Dec 17 19:22:27 2008 -0800
1071
1072    Add basic README with URL's of git, bugzilla & mailing list
1073
1074commit 03f6a08c503ff12e2457a9ccc13bfbb801e2161d
1075Author: Alan Coopersmith <alan.coopersmith@sun.com>
1076Date:   Wed Dec 17 19:19:03 2008 -0800
1077
1078    Use XORG_CWARNFLAGS & XORG_CHANGELOG from xorg-macros 1.2
1079
1080commit 0ca983a6bac03489fb0d2ad158114a811eb276a2
1081Author: Alan Coopersmith <alan.coopersmith@sun.com>
1082Date:   Wed Nov 5 10:07:33 2008 -0800
1083
1084    Add support for bzip2 compressed fonts if configured --with-bzip2
1085
1086commit 8126d2b694f48cc8137be05705a125f7d02e7e12
1087Author: Julien Cristau <jcristau@debian.org>
1088Date:   Sun May 11 00:03:44 2008 +0200
1089
1090    Bump to 1.0.5
1091
1092commit f131ff40d2b46692c393346110df2567cfa67c29
1093Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
1094Date:   Sat May 10 23:58:55 2008 +0200
1095
1096    Update copyright date.
1097
1098commit c322c79c2b9b8d6075b6782d572033cc50799a49
1099Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
1100Date:   Sat May 10 23:56:33 2008 +0200
1101
1102    Fix handling of OpenType/CFF fonts with embedded bitmaps.
1103    The old workaround would trigger with CFF fonts with embedded bitmaps.
1104    We now explicitly check for the font format being TrueType.
1105    Reported by Andrey V. Panov.
1106
1107commit 5db9e13aafbed8c0562838005147ebefb12d08ac
1108Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
1109Date:   Sat May 10 23:37:14 2008 +0200
1110
1111    Remove doubly included header.
1112
1113commit b0860282c3229d088840fa0758d8473ea6d8813b
1114Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
1115Date:   Mon Apr 28 19:53:11 2008 +0200
1116
1117    Add bdf and pcf to font priority table.
1118    This mirrors the behaviour of the old mkfontdir, which prefers pcf to
1119    bdf fonts.
1120
1121commit 9c5594ad13e9143e86a7fd94f90858795ae2970b
1122Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
1123Date:   Mon Apr 28 19:15:05 2008 +0200
1124
1125    Fix typo in mkfontscale.c.
1126    This spurious break statement disabled checking for Apple and ISO Unicode
1127    CMaps in SFNT fonts.  Thanks to Alan Coopersmith and Stefan Dirsch.
1128
1129commit 5ca409f025fb35a20ab1ef4742a9034a36e3d959
1130Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1131Date:   Sat Mar 15 18:44:06 2008 -0300
1132
1133    Compile warning fixes.
1134    
1135    Include headers for proper prototypes and "ansify" makeHashTable.
1136    
1137    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1138
1139commit 47ec1e2697eb856f823cc1b488c6b5a1d2077df9
1140Author: Adam Jackson <ajax@redhat.com>
1141Date:   Thu Mar 6 16:40:41 2008 -0500
1142
1143    mkfontscale 1.0.4
1144
1145commit 1cb9c0074c5075bbce63ff3601712f34bbb74ca1
1146Author: Adam Jackson <ajax@redhat.com>
1147Date:   Sun Feb 24 21:34:00 2008 -0500
1148
1149    Bug #11337: Use strcasecmp() instead of broken open-coded version.
1150    
1151    Also, use tolower() instead of broken open-coded version.
1152
1153commit 11651914cb1700528524bd3aabe2372629ce86c8
1154Author: Alan Coopersmith <alan.coopersmith@sun.com>
1155Date:   Mon Jan 7 14:28:30 2008 -0800
1156
1157    Fix typo in man page
1158
1159commit 963552c24bf90610f2b3e2e77277ad77e2b21210
1160Author: Alan Coopersmith <alan.coopersmith@sun.com>
1161Date:   Mon Jan 7 14:26:56 2008 -0800
1162
1163    Convert (1) to (__appmansuffix__) in man page
1164
1165commit 3e8bfcc4d87cd26b9426be1ab8941e1a8d709d3c
1166Author: James Cloos <cloos@jhcloos.com>
1167Date:   Thu Dec 6 16:37:03 2007 -0500
1168
1169    Replace static ChangeLog with dist-hook to generate from git log
1170
1171commit d59c58bc3e09fd4adf773cd2e0a8c8c0e6018b08
1172Author: James Cloos <cloos@jhcloos.com>
1173Date:   Mon Sep 3 05:51:05 2007 -0400
1174
1175    Add *~ to .gitignore to skip patch/emacs droppings
1176
1177commit 73e8b8696e09c2502c2b3f66cbe364a8de14198e
1178Author: James Cloos <cloos@jhcloos.com>
1179Date:   Thu Aug 23 19:24:29 2007 -0400
1180
1181    Rename .cvsignore to .gitignore
1182
1183commit 08cf5e3544be3a64725e5aacd6209bae32185ff0
1184Author: Daniel Stone <daniel@fooishbar.org>
1185Date:   Wed Nov 8 16:29:43 2006 +0200
1186
1187    bump to 1.0.3
1188
1189commit b155ad1329e193987ed4102384b7996d6dd45088
1190Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
1191Date:   Tue Oct 31 16:48:18 2006 +0100
1192
1193    Allow SemiBold weight for Type 1 fonts.
1194    Thanks to Andrey Panov.
1195
1196commit b849af72d7b564f7c09ee480f7496a741063b2a8
1197Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
1198Date:   Tue Oct 31 01:35:27 2006 +0100
1199
1200    Fix typos in manual page, update author's address, update COPYING.
1201
1202commit 65908e9db4457af1a896d82d5d153655096afb4e
1203Author: Adam Jackson <ajax@benzedrine.nwnk.net>
1204Date:   Fri Oct 13 17:45:45 2006 -0400
1205
1206    Bump to 1.0.2
1207
1208commit 72d7891bba975dc637dfcc4df068da4a0afae40c
1209Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
1210Date:   Wed Jul 19 09:47:10 2006 +0100
1211
1212    open files in binary mode. fixes cygwin issues.
1213
1214commit 74743bd788dc7d9f65e151142a594dd5dd3679fb
1215Author: Jeremy C. Reed <reed@reedmedia.net>
1216Date:   Thu May 25 23:18:01 2006 +0000
1217
1218    Check for xproto not x11 (libX11 is not needed).
1219
1220commit 300ead104133e0967dd2edfd8ef000768e5b2ec5
1221Author: Kevin E Martin <kem@kem.org>
1222Date:   Wed Dec 21 02:29:43 2005 +0000
1223
1224    Update package version for X11R7 release.
1225
1226commit 749ba16c39f2787823d65677c46dd0df10210127
1227Author: Adam Jackson <ajax@nwnk.net>
1228Date:   Mon Dec 19 16:22:41 2005 +0000
1229
1230    Stub COPYING files
1231
1232commit f6c3c20921a741d1b8aca31ae4c29105c62e6eb0
1233Author: Kevin E Martin <kem@kem.org>
1234Date:   Thu Dec 15 00:24:03 2005 +0000
1235
1236    Update package version number for final X11R7 release candidate.
1237
1238commit db2fd6b3063b161726303f469510edae5552506a
1239Author: Kevin E Martin <kem@kem.org>
1240Date:   Tue Dec 6 22:48:17 2005 +0000
1241
1242    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
1243
1244commit 36de3963aaeca770500ca1a0c1677a2a087506d3
1245Author: Kevin E Martin <kem@kem.org>
1246Date:   Sat Dec 3 05:49:16 2005 +0000
1247
1248    Update package version number for X11R7 RC3 release.
1249
1250commit 35101f83cc13a9989a0a505afbe1557e2eb2b431
1251Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1252Date:   Mon Nov 28 22:01:37 2005 +0000
1253
1254    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
1255        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
1256
1257commit 7494ff7b73b4bf0b3d01703f2b8d9bcbcb032c89
1258Author: Eric Anholt <anholt@freebsd.org>
1259Date:   Mon Nov 21 10:34:56 2005 +0000
1260
1261    Another pass at .cvsignores for apps.
1262
1263commit 818a45cd26343f5a90b5861ee3eacaeb7f1b02d9
1264Author: Eric Anholt <anholt@freebsd.org>
1265Date:   Sun Nov 20 22:08:49 2005 +0000
1266
1267    Add/improve .cvsignore files for apps.
1268
1269commit ff0494da73f7375ef051621c72f6ce91a101574a
1270Author: Kevin E Martin <kem@kem.org>
1271Date:   Sat Nov 19 07:15:35 2005 +0000
1272
1273    Update pkgconfig files to separate library build-time dependencies from
1274        application build-time dependencies, and update package deps to work
1275        with separate build roots.
1276
1277commit cf92d3afb96be73691967875a1e659bfaf47bd5d
1278Author: Kevin E Martin <kem@kem.org>
1279Date:   Wed Oct 19 02:47:49 2005 +0000
1280
1281    Update package version number for RC1 release.
1282
1283commit c1e504c4af80f9b55d766eeab7f8a76e1043f1f8
1284Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1285Date:   Mon Oct 17 23:56:20 2005 +0000
1286
1287    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
1288        work better with BSD make
1289
1290commit 8abe389feee29a21ad92277f0a9bc54143102b0b
1291Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1292Date:   Fri Oct 14 00:25:42 2005 +0000
1293
1294    Use sed to fill in variables in man page
1295
1296commit d2ef439ebff65d9507e8409c32ce83ed24f81c77
1297Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1298Date:   Sat Jul 30 19:32:32 2005 +0000
1299
1300    Add -D flags to clear more compiler warnings (Stefan Dirsch)
1301
1302commit d84b476fa167fe34d827f36c0a5e35bca7884136
1303Author: Kevin E Martin <kem@kem.org>
1304Date:   Fri Jul 29 21:22:29 2005 +0000
1305
1306    Various changes preparing packages for RC0:
1307    - Verify and update package version numbers as needed
1308    - Implement versioning scheme
1309    - Change bug address to point to bugzilla bug entry form
1310    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1311        reenable it)
1312    - Fix makedepend to use pkgconfig and pass distcheck
1313    - Update build script to build macros first
1314    - Update modular Xorg version
1315
1316commit 4ae6c4a84f601196a4cf67dd6f1269c239c757b1
1317Author: Adam Jackson <ajax@nwnk.net>
1318Date:   Wed Jul 20 19:31:49 2005 +0000
1319
1320    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
1321        configure cache, you cache it, and the cached value is probably wrong.
1322
1323commit bdd6bc86322d8769390ce81e74a9c2da103e3533
1324Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1325Date:   Fri Jul 15 00:50:30 2005 +0000
1326
1327    Add dependency on zlib
1328
1329commit 30441ee004c0c23d42b76af09e58314aa2218fa3
1330Author: Kevin E Martin <kem@kem.org>
1331Date:   Sat Jul 2 21:42:05 2005 +0000
1332
1333    Add build system for bdftopcf, mkfontdir and mkfontscale
1334
1335commit 3748201b7bbae3a0c0d20001651430245beab335
1336Author: Roland Mainz <roland.mainz@nrubsig.org>
1337Date:   Fri Nov 5 05:01:52 2004 +0000
1338
1339    xc/fonts/encodings/Imakefile
1340    xc/fonts/encodings/ascii-0.enc
1341    Adding ascii-0 font encoding which helps in cases where a font has all
1342        ASCII chars populated but not enougth glyphs to match the requirements
1343        for ISO8859-1 (and to add backwards compatibility to ttmkfdir).
1344
1345commit 55185f35a75e6aad933e6faedd68bc14dfb94ccc
1346Author: Egbert Eich <eich@suse.de>
1347Date:   Fri Apr 23 19:54:36 2004 +0000
1348
1349    Merging XORG-CURRENT into trunk
1350
1351commit 8e877ebe858657d8de7b5757a6b1d371dbfa6c88
1352Author: Egbert Eich <eich@suse.de>
1353Date:   Sun Mar 14 08:34:54 2004 +0000
1354
1355    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1356
1357commit ef2e82cd947202294f2c6cf8e503512bac1452b5
1358Author: Egbert Eich <eich@suse.de>
1359Date:   Wed Mar 3 12:12:53 2004 +0000
1360
1361    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1362
1363commit a641a5d0ebd81e83fd6d61cef460b9013229a279
1364Author: Egbert Eich <eich@suse.de>
1365Date:   Thu Feb 26 13:36:15 2004 +0000
1366
1367    readding XFree86's cvs IDs
1368
1369commit 0bd86c8568761556a0841afff463a2aa5e3f682b
1370Author: Egbert Eich <eich@suse.de>
1371Date:   Thu Feb 26 09:23:56 2004 +0000
1372
1373    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1374
1375commit 8b2ffc7720361ca3dd61bda16e384e8258aae803
1376Author: Kaleb Keithley <kaleb@freedesktop.org>
1377Date:   Fri Dec 19 20:55:45 2003 +0000
1378
1379    XFree86 4.3.99.902 (RC 2)
1380
1381commit c76578dc7395126605b9282f8453f1c54f38e61e
1382Author: Kaleb Keithley <kaleb@freedesktop.org>
1383Date:   Thu Dec 4 22:03:44 2003 +0000
1384
1385    XFree86 4.3.99.901 (RC 1)
1386
1387commit 324cfb1744c2c3cc253dd0f63c2252206eb72249
1388Author: Kaleb Keithley <kaleb@freedesktop.org>
1389Date:   Tue Nov 25 19:29:02 2003 +0000
1390
1391    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1392
1393commit 632e8a138dd16efe41384a4335ec46530da4a04b
1394Author: Kaleb Keithley <kaleb@freedesktop.org>
1395Date:   Tue Nov 25 19:29:02 2003 +0000
1396
1397    Initial revision
1398
1399commit 7b08fca9270b3735a66f0cf9ce898336a33ea1d6
1400Author: Kaleb Keithley <kaleb@freedesktop.org>
1401Date:   Fri Nov 14 16:48:57 2003 +0000
1402
1403    XFree86 4.3.0.1
1404
1405commit 7d6e5e7aefebf361afb149d7243d09ab6cf54c2f
1406Author: Kaleb Keithley <kaleb@freedesktop.org>
1407Date:   Fri Nov 14 16:48:57 2003 +0000
1408
1409    Initial revision
1410