1commit 92a85fda2acb4e14ec0b2f6d8fe3eaf2b687218c
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Mar 2 10:25:05 2024 -0800
4
5    libfontenc 1.1.8
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 2408433404732b146bf41a2451d23ffadad5a816
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Tue Mar 28 11:55:59 2023 -0700
12
13    Set close-on-exec when opening files
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 0aa003e3d897d2d5bdaac1af404d3e23c76268ec
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Sat Mar 4 10:44:45 2023 -0800
20
21    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
22    
23    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
24    so it's time to rely on it.
25    
26    Clears autoconf warnings:
27    
28    configure.ac:38: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
29    configure.ac:38: You should run autoupdate.
30    aclocal.m4:3863: AC_PROG_LIBTOOL is expanded from...
31    configure.ac:38: the top level
32    
33    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
34    libtoolize: and rerunning libtoolize and aclocal.
35    
36    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
37
38commit 3440aed9d2bd38f72e8e62ffac400cf613fcb908
39Author: Alan Coopersmith <alan.coopersmith@oracle.com>
40Date:   Sat Feb 25 09:17:19 2023 -0800
41
42    Remove "All rights reserved" from Oracle copyright notices
43    
44    Oracle no longer includes this term in our copyright & license notices.
45    
46    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
47
48commit d7a986586469dd5d69869ee151c5fa7501c2767c
49Author: Alan Coopersmith <alan.coopersmith@oracle.com>
50Date:   Mon Feb 6 13:13:21 2023 -0800
51
52    configure: raise minimum autoconf requirement to 2.70
53    
54    Needed for builds on NetBSD to work correctly, since it depends on
55    AC_USE_SYSTEM_EXTENSIONS defining _OPENBSD_SOURCE to expose the
56    prototype for reallocarray() in the system headers.
57    
58    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
59
60commit 68300c3452592a9e7bf60b4edb008785c4c891c4
61Author: Matt Turner <mattst88@gmail.com>
62Date:   Thu Dec 8 10:37:07 2022 -0500
63
64    libfontenc 1.1.7
65    
66    Signed-off-by: Matt Turner <mattst88@gmail.com>
67
68commit ec2ef12a0daf7bea60e9616ea8bc4bd61f3cf36f
69Author: Matt Turner <mattst88@gmail.com>
70Date:   Tue Nov 29 12:05:32 2022 -0500
71
72    configure: Use AC_SYS_LARGEFILE to enable large file support
73    
74    Signed-off-by: Matt Turner <mattst88@gmail.com>
75
76commit c8f8ce35a5eafe8ca0d1ed3dfdd098fe0943b99c
77Author: Alan Coopersmith <alan.coopersmith@oracle.com>
78Date:   Tue Aug 30 16:51:28 2022 -0700
79
80    libfontenc 1.1.6
81    
82    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84commit f7f8c9af5773c3c73a635308054872b49c5bbe94
85Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86Date:   Tue Aug 30 08:21:01 2022 -0700
87
88    include config.h before system headers
89    
90    Makes sure any defines needed to expose functions like reallocarray()
91    are present on platforms that need them (_GNU_SOURCE, _OPENBSD_SOURCE,
92    __EXTENSIONS__, etc.)
93    
94    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
95
96commit 26ae989526a2c931d15a4c4ae2e84ab627bc0009
97Author: Alan Coopersmith <alan.coopersmith@oracle.com>
98Date:   Fri Aug 26 14:59:03 2022 -0700
99
100    libfontenc 1.1.5
101    
102    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
103
104commit be77631bbc5fee12c9028f9ffd577dc1066231b7
105Author: Alan Coopersmith <alan.coopersmith@oracle.com>
106Date:   Sun Jul 17 13:00:37 2022 -0700
107
108    configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
109    
110    Ensures reallocarray is visible in system headers if available.
111    (See libxext#4.)
112    
113    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
114
115commit 1aeb6a2d1673c1ae23763f55f09fb18d8e188fe0
116Author: Alan Coopersmith <alan.coopersmith@oracle.com>
117Date:   Sun May 8 11:24:31 2022 -0700
118
119    Convert code to use Xmallocarray() & Xreallocarray()
120    
121    Provides automatic integer overflow checking in allocation size calculations
122    
123    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
124
125commit 3ff95c472abe8eb8fe1ccda5cd40d99407f1f9a4
126Author: Alan Coopersmith <alan.coopersmith@oracle.com>
127Date:   Sun May 8 11:14:11 2022 -0700
128
129    Import reallocarray() from libX11 (originally from OpenBSD)
130    
131    Wrapper for realloc() that checks for overflow when multiplying
132    arguments together, so we don't have to add overflow checks to
133    every single call.  For documentation on usage, see:
134    http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/calloc.3
135    
136    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
137
138commit a6a3bd1365798783f3fa5552d4ab061d5636d15a
139Author: Alan Coopersmith <alan.coopersmith@oracle.com>
140Date:   Sun May 8 10:18:42 2022 -0700
141
142    gitlab CI: add a basic build test
143    
144    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
145
146commit 256ff55667e70b4cdb91d0dc10636ec6c1b9d598
147Author: Alan Coopersmith <alan.coopersmith@oracle.com>
148Date:   Sun May 8 10:15:47 2022 -0700
149
150    Fix spelling/wording issues
151    
152    Found by using:
153        codespell --builtin clear,rare,usage,informal,code,names
154    
155    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
156
157commit 91b7c7d02ddb2ddce39648270f5cb91fac7d978e
158Author: Alan Coopersmith <alan.coopersmith@oracle.com>
159Date:   Sun May 8 10:14:39 2022 -0700
160
161    Build xz tarballs instead of bzip2
162    
163    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
164
165commit 2baea13978759d1a011fc6d739465893b554d30a
166Author: Alan Coopersmith <alan.coopersmith@oracle.com>
167Date:   Tue Feb 19 17:31:57 2019 -0800
168
169    libfontenc 1.1.4
170    
171    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
172
173commit d7f661849c18c354f1692d9859e057aa3a7ddf93
174Author: Alan Coopersmith <alan.coopersmith@oracle.com>
175Date:   Fri Dec 7 19:29:22 2018 -0800
176
177    Update configure.ac bug URL for gitlab migration
178    
179    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
180
181commit b12b2d71f1547e832ac14b66a0d94d88b3675b25
182Author: Alan Coopersmith <alan.coopersmith@oracle.com>
183Date:   Mon Nov 19 23:01:09 2018 -0800
184
185    Update README for gitlab migration
186    
187    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
188
189commit b28c2d111e9d02ea1a42ac27a1330b0ba1efb4a6
190Author: Alan Coopersmith <alan.coopersmith@oracle.com>
191Date:   Sun Nov 11 13:58:34 2018 -0800
192
193    Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
194    
195    Fixes: https://gitlab.freedesktop.org/xorg/lib/libfontenc/issues/1
196    
197    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
198
199commit 8d30ca25b54934e29206da64e80c044d05b14470
200Author: Mihail Konev <k.mvc@ya.ru>
201Date:   Thu Jan 26 13:52:49 2017 +1000
202
203    autogen: add default patch prefix
204    
205    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
206
207commit cc7e0f5529ab5c25aa2adc31a629a5e43cf1f319
208Author: Emil Velikov <emil.l.velikov@gmail.com>
209Date:   Mon Mar 9 12:00:52 2015 +0000
210
211    autogen.sh: use quoted string variables
212    
213    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
214    fall-outs, when they contain space.
215    
216    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
217    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
218    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
219
220commit 38aac013fcfd6e54a9fd9847ed798a5a20bd7139
221Author: Peter Hutterer <peter.hutterer@who-t.net>
222Date:   Tue Jan 24 10:32:07 2017 +1000
223
224    autogen.sh: use exec instead of waiting for configure to finish
225    
226    Syncs the invocation of configure with the one from the server.
227    
228    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
229    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
230
231commit 8bbc9af3ef1160f16f176be07c917f9cccf229b2
232Author: Julien Cristau <jcristau@debian.org>
233Date:   Sun Jul 26 18:32:23 2015 +0200
234
235    make FontEncDirectory return a const string
236    
237    Its comment already said "This string is static and should not be
238    modified".
239    
240    encparse.c: In function 'FontEncDirectory':
241    encparse.c:844:17: warning: assignment discards 'const' qualifier from pointer target type
242                 dir = FONT_ENCODINGS_DIRECTORY;
243                     ^
244    
245    Signed-off-by: Julien Cristau <jcristau@debian.org>
246    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
247
248commit 42f3a39c3085afd9ef904ae39102fd49bbc2e4a5
249Author: Alan Coopersmith <alan.coopersmith@oracle.com>
250Date:   Thu Apr 30 21:39:51 2015 -0700
251
252    libfontenc 1.1.3
253    
254    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
255
256commit de1843aaf76015c9d99416f3122d169fe331b849
257Author: Alan Coopersmith <alan.coopersmith@oracle.com>
258Date:   Sat Jan 17 19:37:28 2015 -0800
259
260    Initialize aliases array in parseEncodingFile()
261    
262    The static analyzer insisted there were code paths that entries in this
263    array could be read without them being initialized.  While I couldn't
264    see any way that would happen, this makes sure it can't and makes the
265    analyzer quiet.
266    
267    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
268
269commit c377d91157601df90936e49167ce28a548c9b740
270Author: Alan Coopersmith <alan.coopersmith@oracle.com>
271Date:   Sat Jan 17 19:18:41 2015 -0800
272
273    Reformat code to X.Org standard style
274    
275    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
276
277commit 8eefb5a18de41b693c00767458ee51f034201ebf
278Author: Alan Coopersmith <alan.coopersmith@oracle.com>
279Date:   Sat Jan 17 18:46:49 2015 -0800
280
281    Replace strcpy+strcat calls with snprintf calls
282    
283    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
284
285commit a5221fc11307eb1230ae2643c6e423b0f7867fde
286Author: Alan Coopersmith <alan.coopersmith@oracle.com>
287Date:   Sat Jan 17 18:36:07 2015 -0800
288
289    Replace sprintf call with snprintf
290    
291    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
292
293commit 0037a42107b952c9d903719615747e760e4e7247
294Author: Alan Coopersmith <alan.coopersmith@oracle.com>
295Date:   Thu Dec 26 09:40:00 2013 -0800
296
297    Initialize both value1 & value2, not value1 twice
298    
299    Flagged by cppcheck 1.62:
300    [src/encparse.c:303] -> [src/encparse.c:303]: (performance, inconclusive)
301     Variable 'value1' is reassigned a value before the old one has been used
302     if variable is no semaphore variable.
303    
304    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
305
306commit 3acba630d8b57084f7e92c15732408711ed5137a
307Author: Alan Coopersmith <alan.coopersmith@oracle.com>
308Date:   Thu Apr 25 20:52:11 2013 -0700
309
310    libfontenc 1.1.2
311    
312    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
313
314commit 624508365ec3279bc74ce523d024533e062629e1
315Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
316Date:   Sun Mar 3 23:57:34 2013 -0500
317
318    libfontenc: setCode(): fix realloc invocation
319    
320    This patch fixes two bugs in the realloc invocation in setCode(), which
321    most likely cause memory corruption when realloc is triggered:
322    
323    1. Pass *enc to realloc (which is the dynamically-allocated buffer),
324       instead of enc (which stores a pointer to the dynamically-allocated
325       buffer).
326    
327    2. Allocate enough memory for (*encsize) shorts, instead of (*encsize)
328       bytes; see the call to malloc just above the realloc call.
329    
330    Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu>
331    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
332    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
333    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
334
335commit f5d1208172e965fdd7fae8927bd3e29b3cc3a975
336Author: Alan Coopersmith <alan.coopersmith@oracle.com>
337Date:   Sat Jan 19 08:23:09 2013 -0800
338
339    Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
340    
341    Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
342    
343      - Support for the long-deprecated INCLUDES variable will be removed
344        altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
345        used instead.
346    
347    This variable was deprecated in Automake releases prior to 1.10, which is
348    the current minimum level required to build X.
349    
350    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
351
352commit 0c3518df24192f18f15ce91c2868560a5973a3dc
353Author: Colin Walters <walters@verbum.org>
354Date:   Wed Jan 4 17:37:06 2012 -0500
355
356    autogen.sh: Implement GNOME Build API
357    
358    http://people.gnome.org/~walters/docs/build-api.txt
359    
360    Signed-off-by: Adam Jackson <ajax@redhat.com>
361
362commit edd325236d39b6ad130c82d90b04dcc3b153d8b2
363Author: Adam Jackson <ajax@redhat.com>
364Date:   Tue Jan 15 14:28:48 2013 -0500
365
366    configure: Remove AM_MAINTAINER_MODE
367    
368    Signed-off-by: Adam Jackson <ajax@redhat.com>
369
370commit 7de846ed190b2564b0642de79918dd3804083b4e
371Author: James Cloos <cloos@jhcloos.com>
372Date:   Tue Apr 24 16:01:35 2012 -0400
373
374    Fix ISO-8859-7 → ISO-10646 mapping.
375    
376    ISO-8859-7 code point 0xD2 is unassigned.
377    
378    ISO-10646 code point U+03A2, to which 0xD2 was mapping, also is unassigned.
379    
380    Reported by Norm Pierce.
381    
382    Signed-off-by: James Cloos <cloos@jhcloos.com>
383
384commit f7682533fa6de77d8bd6fa6480a0f5188e0e56d7
385Author: James Cloos <cloos@jhcloos.com>
386Date:   Tue Apr 24 15:55:59 2012 -0400
387
388    Fix ISO-8859-6 → ISO-10646 mapping.
389    
390    ISO-8859-6 code point 0xC0 is unassigned.
391    
392    ISO-10646 code point U+0620, to which 0xC0 was mapping, has since been
393    assigned an unrelated character.
394    
395    Reported by Norm Pierce.
396    
397    Signed-off-by: James Cloos <cloos@jhcloos.com>
398
399commit 6012075d945e527866ef31b8796e04d6581071db
400Author: Alan Coopersmith <alan.coopersmith@oracle.com>
401Date:   Fri Mar 2 17:51:30 2012 -0800
402
403    libfontenc 1.1.1
404    
405    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
406
407commit 381c9efec4c066d984514d226b61b3360741aea2
408Author: Jeremy Huddleston <jeremyhu@apple.com>
409Date:   Fri Nov 11 10:22:52 2011 -0800
410
411    Include strings.h for strcasecmp
412    
413    Our minimum requirement for X11 is currently Unix98.  Unix98 provides
414    strcasecmp in <strings.h>.  This commit fixes implicit declarations
415    of this function on systems that closely adhere to the standard.
416    
417    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
418
419commit 1da600011b7e89981592308843ce7230fa5f87f1
420Author: Alan Coopersmith <alan.coopersmith@oracle.com>
421Date:   Fri Sep 16 22:07:14 2011 -0700
422
423    Strip trailing whitespace
424    
425    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
426    git diff -w & git diff -b show no diffs from this change
427    
428    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
429
430commit 272b776fbd8598ff447585b8105e622d8244db7c
431Author: Jeremy Huddleston <jeremyhu@apple.com>
432Date:   Mon May 9 09:43:24 2011 -0700
433
434    Dead code removal
435    
436    encparse.c:750:9: warning: Value stored to 'namsize' is never read
437            namsize = 0;
438            ^         ~
439    
440    Found-by: clang static analyzer
441    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
442
443commit 39800e873e8a57ee904aaf3e39315f5250bcd26f
444Author: Gaetan Nadon <memsize@videotron.ca>
445Date:   Thu Feb 3 17:37:36 2011 -0500
446
447    config: comment, minor upgrade, quote and layout configure.ac
448    
449    Group statements per section as per Autoconf standard layout
450    Quote statements where appropriate.
451    Autoconf recommends not using dnl instead of # for comments
452    
453    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
454    Add AC_CONFIG_SRCDIR([Makefile.am])
455    Update X.Org util-macros to version 1.8
456    
457    This helps automated maintenance and release activities.
458    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
459    
460    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
461
462commit bd845a08f03afc4065cf418647d27129044fe96f
463Author: Gaetan Nadon <memsize@videotron.ca>
464Date:   Fri Jan 28 19:41:37 2011 -0500
465
466    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
467    
468    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
469
470commit 8acc384499a31bd41a7b62e8f6977d67182e5f06
471Author: Gaetan Nadon <memsize@videotron.ca>
472Date:   Thu Jan 27 18:50:14 2011 -0500
473
474    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
475    
476    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
477    AC_PROG_C_C99. This sets gcc with -std=gnu99.
478    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
479    
480    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
481
482commit 0e3929c939d3f6c2ca79defcad8d2cceb3dba5df
483Author: Alan Coopersmith <alan.coopersmith@oracle.com>
484Date:   Fri Nov 19 22:03:22 2010 -0800
485
486    Fail configure if zlib.h & -lz not found
487    
488    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=31595
489    
490    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
491    Reviewed-by: Julien Cristau <jcristau@debian.org>
492    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
493
494commit a52174d1a7562a656559f9bb728a80982b814043
495Author: Alan Coopersmith <alan.coopersmith@oracle.com>
496Date:   Wed Oct 20 22:35:18 2010 -0700
497
498    libfontenc 1.1.0
499    
500    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
501
502commit af4a0a752c169b2c003978c550d57602af3fbe01
503Author: Alan Coopersmith <alan.coopersmith@oracle.com>
504Date:   Fri May 14 20:15:18 2010 -0700
505
506    Don't need to check if pointer is NULL before calling free()
507    
508    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
509    Reviewed-by: Jamey Sharp <jamey@minilop.net>
510
511commit 2218195ebb18b620f9e8e0adbea6f7c87ace33ce
512Author: Alan Coopersmith <alan.coopersmith@oracle.com>
513Date:   Fri May 14 20:09:21 2010 -0700
514
515    Replace malloc(strlen()) + strcpy() with strdup()
516    
517    Now that we use malloc directly instead of xalloc, we can use
518    strdup directly too.
519    
520    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
521    Reviewed-by: Jamey Sharp <jamey@minilop.net>
522
523commit 4af0cf6ef7309df18c81a1fd109a168c767d9f3d
524Author: Mikhail Gusarov <dottedmag@dottedmag.net>
525Date:   Mon May 10 22:52:42 2010 +0700
526
527    Nuke unnecessary casts
528    
529    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
530    Reviewed-by: Jamey Sharp <jamey@minilop.net>
531    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
532
533commit cfc89d09f1bf0ecbe602578fc80dcf6fe46b1c54
534Author: Mikhail Gusarov <dottedmag@dottedmag.net>
535Date:   Mon May 10 22:52:41 2010 +0700
536
537    Expand xalloc/xrealloc/xfree macros
538    
539    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
540    Reviewed-by: Jamey Sharp <jamey@minilop.net>
541    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
542
543commit 3db0064e4b6108716767b136ba5867c4cdf57f99
544Author: Mikhail Gusarov <dottedmag@dottedmag.net>
545Date:   Mon May 10 22:52:40 2010 +0700
546
547    unifdef FONTENC_NO_LIBFONT
548    
549    This symbol was unconditionally defined in Makefile
550    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
551    Reviewed-by: Jamey Sharp <jamey@minilop.net>
552    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
553
554commit 8029fc07fc28e427979c81dd50087083e441d65d
555Author: Mikhail Gusarov <dottedmag@dottedmag.net>
556Date:   Mon May 10 22:52:39 2010 +0700
557
558    Nuke RCS tags
559    
560    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
561    Reviewed-by: Jamey Sharp <jamey@minilop.net>
562    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
563
564commit 3e00a8c322ea5fd8ea21f83f5861c59aa91ce341
565Author: Gaetan Nadon <memsize@videotron.ca>
566Date:   Mon Mar 29 16:50:34 2010 -0400
567
568    config: update AC_PREREQ statement to 2.60
569    
570    Unrelated to the previous patches, the new value simply reflects
571    the reality that the minimum level for autoconf to configure
572    all x.org modules is 2.60 dated June 2006.
573    
574    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
575    
576    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
577
578commit 0191826dd2f0fc54dfce72ce729d142ddecbabcf
579Author: Gaetan Nadon <memsize@videotron.ca>
580Date:   Mon Mar 29 14:53:49 2010 -0400
581
582    config: remove the pkgconfig pc.in file from EXTRA_DIST
583    
584    Automake always includes it in the tarball.
585    
586    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
587
588commit d2d6e4d88b62aa84e2cc9d229adf32ede81cbf5c
589Author: Gaetan Nadon <memsize@videotron.ca>
590Date:   Tue Feb 16 10:37:21 2010 -0500
591
592    config: move CWARNFLAGS from configure.ac to Makefile.am
593    
594    Compiler warning flags should be explicitly set in the makefile
595    rather than being merged with other packages compiler flags.
596    
597    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
598
599commit b3807dccab5aee5455137654647c9c083addb31e
600Author: Gaetan Nadon <memsize@videotron.ca>
601Date:   Fri Nov 27 20:56:05 2009 -0500
602
603    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
604    
605    Now that the INSTALL file is generated.
606    Allows running make maintainer-clean.
607
608commit 79c70fcf676778192e1d7bb0a194d75cb7227506
609Author: Gaetan Nadon <memsize@videotron.ca>
610Date:   Wed Oct 28 14:09:10 2009 -0400
611
612    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
613    
614    Add missing INSTALL file. Use standard GNU file on building tarball
615    README may have been updated
616    Remove AUTHORS file as it is empty and no content available yet.
617    Remove NEWS file as it is empty and no content available yet.
618
619commit e7337c1598b8f258122a1f1307b3c83ab6c74a9c
620Author: Gaetan Nadon <memsize@videotron.ca>
621Date:   Tue Oct 27 15:07:25 2009 -0400
622
623    Deploy the new XORG_DEFAULT_OPTIONS #24242
624    
625    This macro aggregate a number of existing macros that sets commmon
626    X.Org components configuration options. It shields the configuration file from
627    future changes.
628
629commit e3bd17c452be528f773bc976636ecc0c71bdba99
630Author: Gaetan Nadon <memsize@videotron.ca>
631Date:   Mon Oct 26 22:08:43 2009 -0400
632
633    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
634    
635    ChangeLog filename is known to Automake and requires no further
636    coding in the makefile.
637
638commit e6631b8352ff83ee69c1076846b4500304d978eb
639Author: Gaetan Nadon <memsize@videotron.ca>
640Date:   Thu Oct 22 12:34:20 2009 -0400
641
642    .gitignore: use common defaults with custom section # 24239
643    
644    Using common defaults will reduce errors and maintenance.
645    Only the very small or inexistent custom section need periodic maintenance
646    when the structure of the component changes. Do not edit defaults.
647
648commit 6210f1d458fa765699412b404fb88e40aeebf9e0
649Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
650Date:   Wed Oct 21 12:47:27 2009 -0700
651
652    This is not a GNU project, so declare it foreign.
653    
654    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
655    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
656    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
657    > > was quite annoying to work around since 'autoreconf -fvi' replaces
658    > > it and git wants to commit it.  Should these files even be in git?
659    > > Can I nuke them for the betterment of humanity and since they get
660    > > created by autoreconf anyways?
661    >
662    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
663    
664    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
665    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
666    of the INSTALL file. It is also part of the 24206 solution.
667    
668    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
669
670commit eb4dbb8aac0858e1ee7169b2e0b90d5e3223de59
671Author: Alan Coopersmith <alan.coopersmith@sun.com>
672Date:   Tue Oct 13 18:37:00 2009 -0700
673
674    Use font-utils 1.1 macros to find encodings path
675    
676    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
677
678commit e609e939f8b2573ac50bdd317733a2fef194965a
679Author: Peter Hutterer <peter.hutterer@who-t.net>
680Date:   Fri Aug 28 14:14:11 2009 +1000
681
682    libfontenc 1.0.5
683    
684    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
685
686commit 8a0bd244c5da5baae73c51e45b075b1412682e43
687Author: Alan Coopersmith <alan.coopersmith@sun.com>
688Date:   Mon Feb 2 20:34:38 2009 -0800
689
690    Add README with pointers to mailing list, bugzilla & git repos
691    
692    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
693
694commit f160a71e9501a9d650fd99e9a080970bfd520abb
695Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
696Date:   Wed Jan 28 16:25:32 2009 -0200
697
698    Janitor: Correct make distcheck and compiler warnings.
699
700commit 90f2dfbc40d6fa72213f508b0dd85f00965b6194
701Author: James Cloos <cloos@jhcloos.com>
702Date:   Thu Dec 6 15:51:21 2007 -0500
703
704    Add missing PHONY line for automatic ChangeLog generation
705
706commit 1b4ca41a58016053220047b9f77a2eec812c03a0
707Author: Daniel Stone <daniel@fooishbar.org>
708Date:   Sat Dec 16 01:19:45 2006 +0200
709
710    bump to 1.0.4
711
712commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f
713Author: Daniel Stone <daniel@fooishbar.org>
714Date:   Wed Dec 6 18:57:29 2006 +0200
715
716    Makefile.am: make ChangeLog hook safer
717    Make ChangeLog hook as safe as possible.
718
719commit 111a9501c2c01d4b4f00ed221035953bfb256898
720Author: Adam Jackson <ajax@benzedrine.nwnk.net>
721Date:   Fri Oct 13 15:20:48 2006 -0400
722
723    Bump to 1.0.3
724
725commit fc19e19275c213f5122b120e7b45f63c302916a1
726Author: Adam Jackson <ajax@benzedrine.nwnk.net>
727Date:   Thu Oct 12 18:35:04 2006 -0400
728
729    Fix ChangeLog hook to distcheck.
730
731commit 2de626b53827fa1365c149c3fd2e1e280f8691e2
732Author: Alan Coopersmith <alan.coopersmith@sun.com>
733Date:   Wed Oct 4 19:31:23 2006 -0700
734
735    Mark character mapping data tables as const
736
737commit 2daccee698507b27113e89b07af371905aa2bcd4
738Author: Alan Coopersmith <alan.coopersmith@sun.com>
739Date:   Wed Oct 4 19:13:17 2006 -0700
740
741    Clear sparse warnings: Using plain integer as NULL pointer
742
743commit b00dcc90e490454fdd983b4bf6d0fa92ab91d0be
744Author: Alan Coopersmith <alan.coopersmith@sun.com>
745Date:   Wed Oct 4 18:50:44 2006 -0700
746
747    Add XORG_WITH_LINT support for checking source code with lint/sparse/etc.
748
749commit 5d18f978c9085c3c9d9a44c90e73055125e11a68
750Author: Alan Coopersmith <alan.coopersmith@sun.com>
751Date:   Wed Oct 4 18:50:07 2006 -0700
752
753    Clear sparse warning: non-ANSI function declaration of function 'FontEncDirectory'
754
755commit 1dc8867f53a81d6e1c413d393039747668d27bd4
756Author: Alan Coopersmith <alan.coopersmith@sun.com>
757Date:   Wed Oct 4 18:34:20 2006 -0700
758
759    Replace static ChangeLog with dist-hook to generate from git log
760
761commit 81b27280717dc7e06a9ebbd196fae03a9e719db3
762Author: Alan Coopersmith <alan.coopersmith@sun.com>
763Date:   Wed Oct 4 18:32:38 2006 -0700
764
765    Add *~ to .gitignore to skip over emacs droppings
766
767commit 187ec5a0cd96c3b6b13b9ccae51e2828db7c6d3e
768Author: Alan Coopersmith <alan.coopersmith@sun.com>
769Date:   Wed Oct 4 18:32:07 2006 -0700
770
771    Copy copyright notice/license from source to COPYING
772
773commit 1a9f5d7cb1aba4d65b28b5cdcaa7b68053b733ee
774Author: Alan Coopersmith <alan.coopersmith@sun.com>
775Date:   Thu Jul 13 14:59:16 2006 -0700
776
777    renamed: .cvsignore -> .gitignore
778
779commit 2c2f63d0f17106964c808f8f0ec5bb58f35b4fe5
780Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
781Date:   Sat Jun 3 06:33:40 2006 +0000
782
783    Coverity #1523: Dereferencing freed pointer "mapping"
784
785commit f991560c0f599d82b23380de4a681b0d218f5cef
786Author: Adam Jackson <ajax@nwnk.net>
787Date:   Wed Apr 26 23:55:31 2006 +0000
788
789    Bump to 1.0.2
790
791commit a9604c242f7f53a8cd26a2764c1a96e25ea2e1a7
792Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
793Date:   Mon Apr 10 16:15:12 2006 +0000
794
795    Fix another file descriptor leak (related to previous Coverity #544)
796
797commit d86b38b96854bc60d4a2c4595e73cf53aa36d85c
798Author: Adam Jackson <ajax@nwnk.net>
799Date:   Fri Apr 7 00:35:36 2006 +0000
800
801    Coverity #544: File a file descriptor leak.
802
803commit 78f355698128454370590040699c2141ae69d7d9
804Author: Kevin E Martin <kem@kem.org>
805Date:   Wed Dec 21 02:30:06 2005 +0000
806
807    Update package version for X11R7 release.
808
809commit c7a14086fbe226169f7ea5df80c4d885082fb732
810Author: Adam Jackson <ajax@nwnk.net>
811Date:   Mon Dec 19 16:28:28 2005 +0000
812
813    Stub COPYING files
814
815commit 55035bfbae0ca22399623d78411cc50bfdee2705
816Author: Kevin E Martin <kem@kem.org>
817Date:   Thu Dec 15 00:24:36 2005 +0000
818
819    Update package version number for final X11R7 release candidate.
820
821commit d146b3a17228204ce0fe3bcca72de53cedebf5fb
822Author: Kevin E Martin <kem@kem.org>
823Date:   Fri Dec 9 06:07:14 2005 +0000
824
825    Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E.
826        Martin)
827
828commit acb0d67e5f0293f960a923cda6eb359a82f7036e
829Author: Kevin E Martin <kem@kem.org>
830Date:   Sat Dec 3 05:49:46 2005 +0000
831
832    Update package version number for X11R7 RC3 release.
833
834commit c2e139f8726cde5bbae609865b609f087b3f651b
835Author: Kevin E Martin <kem@kem.org>
836Date:   Sat Nov 19 07:15:44 2005 +0000
837
838    Update pkgconfig files to separate library build-time dependencies from
839        application build-time dependencies, and update package deps to work
840        with separate build roots.
841
842commit 21b115927640683b90fc1304f7b921da51aabf64
843Author: Kevin E Martin <kem@kem.org>
844Date:   Wed Nov 9 21:19:14 2005 +0000
845
846    Update package version number for X11R7 RC2 release.
847
848commit d9ece44e76f0c2dcfacb5ff00e59cae2741e3c96
849Author: Kean Johnson <kean@armory.com>
850Date:   Tue Nov 8 06:33:26 2005 +0000
851
852    See ChangeLog entry 2005-11-07 for details.
853
854commit 632f53206e104b372db255c5171c3479d87b683b
855Author: Kevin E Martin <kem@kem.org>
856Date:   Wed Oct 19 02:48:12 2005 +0000
857
858    Update package version number for RC1 release.
859
860commit 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1
861Author: Adam Jackson <ajax@nwnk.net>
862Date:   Wed Aug 3 03:28:03 2005 +0000
863
864    Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
865        a global configure cache don't get confused.
866
867commit 8a6fb4344eb5c13198125996e43a0898a19818f8
868Author: Kevin E Martin <kem@kem.org>
869Date:   Fri Jul 29 21:22:54 2005 +0000
870
871    Various changes preparing packages for RC0:
872    - Verify and update package version numbers as needed
873    - Implement versioning scheme
874    - Change bug address to point to bugzilla bug entry form
875    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
876        reenable it)
877    - Fix makedepend to use pkgconfig and pass distcheck
878    - Update build script to build macros first
879    - Update modular Xorg version
880
881commit 9e8be492f61095813f5e9b01c8d54ffb1550f339
882Author: Daniel Stone <daniel@fooishbar.org>
883Date:   Sat Jul 16 07:51:05 2005 +0000
884
885    Set soversion to 1.0 using -version-number.
886
887commit 11b206733618d73946a8c298d2d5f2183075657f
888Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
889Date:   Wed Jul 13 16:51:34 2005 +0000
890
891    Update INCLUDES to find <X11/fonts/fontenc.h>
892
893commit 85094af610ba990c6bc2377eff1f6f31dffd48e2
894Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
895Date:   Tue Jul 12 21:05:28 2005 +0000
896
897    Remove encodings build system from libfontenc
898
899commit 8deaa94831b1a5926db928a68a6acbbe3ee9a904
900Author: Keith Packard <keithp@keithp.com>
901Date:   Sat Jul 9 23:31:40 2005 +0000
902
903    Switch from monolithic configuration symbols to modular ones, add backward
904        compatibility for monolithic symbols
905
906commit ec602c9639e4eedb36a570943999fea0a07b5f8c
907Author: Keith Packard <keithp@keithp.com>
908Date:   Sat Jul 9 21:15:50 2005 +0000
909
910    Add .cvsignore files
911    Depend on xproto, not x11 so we do not link against -X11
912
913commit 0767d4880359983cbe83a4ea396d81efb5d6882b
914Author: Daniel Stone <daniel@fooishbar.org>
915Date:   Sun Jul 3 07:01:00 2005 +0000
916
917    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
918    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
919    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
920        source files in the xserver/xorg tree, predicated on defines of
921        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
922        <X11/fonts/foo.h>.
923
924commit f6c6acf593686015fa639e3583f70cc6d5f5d7b3
925Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
926Date:   Thu Jun 30 13:21:11 2005 +0000
927
928    Check for zlib
929
930commit 092271385632708fb5dd53dca3dcfc3ead06ef6c
931Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
932Date:   Tue Jun 28 15:40:27 2005 +0000
933
934    modularizeapp.sh: initialize LAST to "" symlink.sh: Add bitmaps for oclock,
935        and an extra textfile for pclcomp
936
937commit 21e552451c095c5668a57765c2eb941750e00ecd
938Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
939Date:   Tue Jun 28 14:48:02 2005 +0000
940
941    Add generation of encodings.dir
942
943commit a18d9ec0c4bfa36460d5e3eba1c5fb8a90086500
944Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
945Date:   Tue Jun 28 14:17:12 2005 +0000
946
947    Add encodings to fontenc build system, plus various fixes to make it
948        distcheck.
949
950commit bcdcaebcd2127f4e7e1c368f341a781b4cf8af6b
951Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
952Date:   Mon Jun 27 16:09:14 2005 +0000
953
954    - Remove fontenc from Xfont
955    - Add a dependency from Xfont on libfontenc
956    - Add build system for lib/fontenc
957    - xc/lib/font: Change #include "fontenc.h" to #include
958        <X11/fonts/fontenc.h> in some places.
959    - Remove dpsinfo and dpsexec from the app section of symlink.sh
960    - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS
961
962commit e80fd1617092d128d54a9400a4974ffafbb3083e
963Author: Egbert Eich <eich@suse.de>
964Date:   Fri Apr 23 18:44:23 2004 +0000
965
966    Merging XORG-CURRENT into trunk
967
968commit 072f90aeb09035953b966233059139d161d3a5f0
969Author: Egbert Eich <eich@suse.de>
970Date:   Sun Mar 14 08:32:36 2004 +0000
971
972    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
973
974commit 7fb87aa305856f07d7a57b3296ade04b1f012f1a
975Author: Egbert Eich <eich@suse.de>
976Date:   Wed Mar 3 12:11:43 2004 +0000
977
978    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
979
980commit 993a15d0255a72bdfbc6c2c43e9c164f0919e682
981Author: Egbert Eich <eich@suse.de>
982Date:   Thu Feb 26 13:35:35 2004 +0000
983
984    readding XFree86's cvs IDs
985
986commit eec99218eac07b50f0d25c2789abb5dfcc8f6c9d
987Author: Egbert Eich <eich@suse.de>
988Date:   Thu Feb 26 09:22:53 2004 +0000
989
990    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
991
992commit faa2a922a0dbd16844055f83a159dab92a383376
993Author: Kaleb Keithley <kaleb@freedesktop.org>
994Date:   Mon Feb 23 20:34:43 2004 +0000
995
996    Import most of XFree86 4.4RC3. This import excludes files which have the
997        new license. If we want to, later we can import 4.4RC3 again and pick
998        up the files that have the new license, but for now the vendor branch
999        is "pure."
1000
1001commit 7ea6ca71ac6825b9a28510f23c35d8b480752c41
1002Author: Kaleb Keithley <kaleb@freedesktop.org>
1003Date:   Fri Dec 19 20:54:44 2003 +0000
1004
1005    XFree86 4.3.99.902 (RC 2)
1006
1007commit f431cd8bc5d7fb3a385609c9ac99deabb79ab023
1008Author: Kaleb Keithley <kaleb@freedesktop.org>
1009Date:   Fri Nov 14 16:48:50 2003 +0000
1010
1011    XFree86 4.3.0.1
1012
1013commit f1b010ee7ae89b23af8fe4c92103db775ae35aed
1014Author: Kaleb Keithley <kaleb@freedesktop.org>
1015Date:   Fri Nov 14 16:48:50 2003 +0000
1016
1017    Initial revision
1018