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