Home | History | Annotate | Line # | Download | only in dist
      1 commit 92a85fda2acb4e14ec0b2f6d8fe3eaf2b687218c
      2 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      3 Date:   Sat Mar 2 10:25:05 2024 -0800
      4 
      5     libfontenc 1.1.8
      6     
      7     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      8 
      9 commit 2408433404732b146bf41a2451d23ffadad5a816
     10 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     11 Date:   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 (a] oracle.com>
     16 
     17 commit 0aa003e3d897d2d5bdaac1af404d3e23c76268ec
     18 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     19 Date:   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 (a] oracle.com>
     37 
     38 commit 3440aed9d2bd38f72e8e62ffac400cf613fcb908
     39 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     40 Date:   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 (a] oracle.com>
     47 
     48 commit d7a986586469dd5d69869ee151c5fa7501c2767c
     49 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     50 Date:   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 (a] oracle.com>
     59 
     60 commit 68300c3452592a9e7bf60b4edb008785c4c891c4
     61 Author: Matt Turner <mattst88 (a] gmail.com>
     62 Date:   Thu Dec 8 10:37:07 2022 -0500
     63 
     64     libfontenc 1.1.7
     65     
     66     Signed-off-by: Matt Turner <mattst88 (a] gmail.com>
     67 
     68 commit ec2ef12a0daf7bea60e9616ea8bc4bd61f3cf36f
     69 Author: Matt Turner <mattst88 (a] gmail.com>
     70 Date:   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 (a] gmail.com>
     75 
     76 commit c8f8ce35a5eafe8ca0d1ed3dfdd098fe0943b99c
     77 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     78 Date:   Tue Aug 30 16:51:28 2022 -0700
     79 
     80     libfontenc 1.1.6
     81     
     82     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     83 
     84 commit f7f8c9af5773c3c73a635308054872b49c5bbe94
     85 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     86 Date:   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 (a] oracle.com>
     95 
     96 commit 26ae989526a2c931d15a4c4ae2e84ab627bc0009
     97 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     98 Date:   Fri Aug 26 14:59:03 2022 -0700
     99 
    100     libfontenc 1.1.5
    101     
    102     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    103 
    104 commit be77631bbc5fee12c9028f9ffd577dc1066231b7
    105 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    106 Date:   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 (a] oracle.com>
    114 
    115 commit 1aeb6a2d1673c1ae23763f55f09fb18d8e188fe0
    116 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    117 Date:   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 (a] oracle.com>
    124 
    125 commit 3ff95c472abe8eb8fe1ccda5cd40d99407f1f9a4
    126 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    127 Date:   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 (a] oracle.com>
    137 
    138 commit a6a3bd1365798783f3fa5552d4ab061d5636d15a
    139 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    140 Date:   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 (a] oracle.com>
    145 
    146 commit 256ff55667e70b4cdb91d0dc10636ec6c1b9d598
    147 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    148 Date:   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 (a] oracle.com>
    156 
    157 commit 91b7c7d02ddb2ddce39648270f5cb91fac7d978e
    158 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    159 Date:   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 (a] oracle.com>
    164 
    165 commit 2baea13978759d1a011fc6d739465893b554d30a
    166 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    167 Date:   Tue Feb 19 17:31:57 2019 -0800
    168 
    169     libfontenc 1.1.4
    170     
    171     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    172 
    173 commit d7f661849c18c354f1692d9859e057aa3a7ddf93
    174 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    175 Date:   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 (a] oracle.com>
    180 
    181 commit b12b2d71f1547e832ac14b66a0d94d88b3675b25
    182 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    183 Date:   Mon Nov 19 23:01:09 2018 -0800
    184 
    185     Update README for gitlab migration
    186     
    187     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    188 
    189 commit b28c2d111e9d02ea1a42ac27a1330b0ba1efb4a6
    190 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    191 Date:   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 (a] oracle.com>
    198 
    199 commit 8d30ca25b54934e29206da64e80c044d05b14470
    200 Author: Mihail Konev <k.mvc (a] ya.ru>
    201 Date:   Thu Jan 26 13:52:49 2017 +1000
    202 
    203     autogen: add default patch prefix
    204     
    205     Signed-off-by: Mihail Konev <k.mvc (a] ya.ru>
    206 
    207 commit cc7e0f5529ab5c25aa2adc31a629a5e43cf1f319
    208 Author: Emil Velikov <emil.l.velikov (a] gmail.com>
    209 Date:   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 (a] gmail.com>
    217     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    218     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    219 
    220 commit 38aac013fcfd6e54a9fd9847ed798a5a20bd7139
    221 Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    222 Date:   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 (a] who-t.net>
    229     Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com>
    230 
    231 commit 8bbc9af3ef1160f16f176be07c917f9cccf229b2
    232 Author: Julien Cristau <jcristau (a] debian.org>
    233 Date:   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 (a] debian.org>
    246     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    247 
    248 commit 42f3a39c3085afd9ef904ae39102fd49bbc2e4a5
    249 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    250 Date:   Thu Apr 30 21:39:51 2015 -0700
    251 
    252     libfontenc 1.1.3
    253     
    254     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    255 
    256 commit de1843aaf76015c9d99416f3122d169fe331b849
    257 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    258 Date:   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 (a] oracle.com>
    268 
    269 commit c377d91157601df90936e49167ce28a548c9b740
    270 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    271 Date:   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 (a] oracle.com>
    276 
    277 commit 8eefb5a18de41b693c00767458ee51f034201ebf
    278 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    279 Date:   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 (a] oracle.com>
    284 
    285 commit a5221fc11307eb1230ae2643c6e423b0f7867fde
    286 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    287 Date:   Sat Jan 17 18:36:07 2015 -0800
    288 
    289     Replace sprintf call with snprintf
    290     
    291     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    292 
    293 commit 0037a42107b952c9d903719615747e760e4e7247
    294 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    295 Date:   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 (a] oracle.com>
    305 
    306 commit 3acba630d8b57084f7e92c15732408711ed5137a
    307 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    308 Date:   Thu Apr 25 20:52:11 2013 -0700
    309 
    310     libfontenc 1.1.2
    311     
    312     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    313 
    314 commit 624508365ec3279bc74ce523d024533e062629e1
    315 Author: Nickolai Zeldovich <nickolai (a] csail.mit.edu>
    316 Date:   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 (a] csail.mit.edu>
    331     Reviewed-by: Aaron Plattner <aplattner (a] nvidia.com>
    332     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    333     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    334 
    335 commit f5d1208172e965fdd7fae8927bd3e29b3cc3a975
    336 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    337 Date:   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 (a] oracle.com>
    351 
    352 commit 0c3518df24192f18f15ce91c2868560a5973a3dc
    353 Author: Colin Walters <walters (a] verbum.org>
    354 Date:   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 (a] redhat.com>
    361 
    362 commit edd325236d39b6ad130c82d90b04dcc3b153d8b2
    363 Author: Adam Jackson <ajax (a] redhat.com>
    364 Date:   Tue Jan 15 14:28:48 2013 -0500
    365 
    366     configure: Remove AM_MAINTAINER_MODE
    367     
    368     Signed-off-by: Adam Jackson <ajax (a] redhat.com>
    369 
    370 commit 7de846ed190b2564b0642de79918dd3804083b4e
    371 Author: James Cloos <cloos (a] jhcloos.com>
    372 Date:   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 (a] jhcloos.com>
    383 
    384 commit f7682533fa6de77d8bd6fa6480a0f5188e0e56d7
    385 Author: James Cloos <cloos (a] jhcloos.com>
    386 Date:   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 (a] jhcloos.com>
    398 
    399 commit 6012075d945e527866ef31b8796e04d6581071db
    400 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    401 Date:   Fri Mar 2 17:51:30 2012 -0800
    402 
    403     libfontenc 1.1.1
    404     
    405     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    406 
    407 commit 381c9efec4c066d984514d226b61b3360741aea2
    408 Author: Jeremy Huddleston <jeremyhu (a] apple.com>
    409 Date:   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 (a] apple.com>
    418 
    419 commit 1da600011b7e89981592308843ce7230fa5f87f1
    420 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    421 Date:   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 (a] oracle.com>
    429 
    430 commit 272b776fbd8598ff447585b8105e622d8244db7c
    431 Author: Jeremy Huddleston <jeremyhu (a] apple.com>
    432 Date:   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 (a] apple.com>
    442 
    443 commit 39800e873e8a57ee904aaf3e39315f5250bcd26f
    444 Author: Gaetan Nadon <memsize (a] videotron.ca>
    445 Date:   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 (a] videotron.ca>
    461 
    462 commit bd845a08f03afc4065cf418647d27129044fe96f
    463 Author: Gaetan Nadon <memsize (a] videotron.ca>
    464 Date:   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 (a] videotron.ca>
    469 
    470 commit 8acc384499a31bd41a7b62e8f6977d67182e5f06
    471 Author: Gaetan Nadon <memsize (a] videotron.ca>
    472 Date:   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 (a] videotron.ca>
    481 
    482 commit 0e3929c939d3f6c2ca79defcad8d2cceb3dba5df
    483 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    484 Date:   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 (a] oracle.com>
    491     Reviewed-by: Julien Cristau <jcristau (a] debian.org>
    492     Reviewed-by: Dan Nicholson <dbn.lists (a] gmail.com>
    493 
    494 commit a52174d1a7562a656559f9bb728a80982b814043
    495 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    496 Date:   Wed Oct 20 22:35:18 2010 -0700
    497 
    498     libfontenc 1.1.0
    499     
    500     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    501 
    502 commit af4a0a752c169b2c003978c550d57602af3fbe01
    503 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    504 Date:   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 (a] oracle.com>
    509     Reviewed-by: Jamey Sharp <jamey (a] minilop.net>
    510 
    511 commit 2218195ebb18b620f9e8e0adbea6f7c87ace33ce
    512 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    513 Date:   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 (a] oracle.com>
    521     Reviewed-by: Jamey Sharp <jamey (a] minilop.net>
    522 
    523 commit 4af0cf6ef7309df18c81a1fd109a168c767d9f3d
    524 Author: Mikhail Gusarov <dottedmag (a] dottedmag.net>
    525 Date:   Mon May 10 22:52:42 2010 +0700
    526 
    527     Nuke unnecessary casts
    528     
    529     Signed-off-by: Mikhail Gusarov <dottedmag (a] dottedmag.net>
    530     Reviewed-by: Jamey Sharp <jamey (a] minilop.net>
    531     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    532 
    533 commit cfc89d09f1bf0ecbe602578fc80dcf6fe46b1c54
    534 Author: Mikhail Gusarov <dottedmag (a] dottedmag.net>
    535 Date:   Mon May 10 22:52:41 2010 +0700
    536 
    537     Expand xalloc/xrealloc/xfree macros
    538     
    539     Signed-off-by: Mikhail Gusarov <dottedmag (a] dottedmag.net>
    540     Reviewed-by: Jamey Sharp <jamey (a] minilop.net>
    541     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    542 
    543 commit 3db0064e4b6108716767b136ba5867c4cdf57f99
    544 Author: Mikhail Gusarov <dottedmag (a] dottedmag.net>
    545 Date:   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 (a] dottedmag.net>
    551     Reviewed-by: Jamey Sharp <jamey (a] minilop.net>
    552     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    553 
    554 commit 8029fc07fc28e427979c81dd50087083e441d65d
    555 Author: Mikhail Gusarov <dottedmag (a] dottedmag.net>
    556 Date:   Mon May 10 22:52:39 2010 +0700
    557 
    558     Nuke RCS tags
    559     
    560     Signed-off-by: Mikhail Gusarov <dottedmag (a] dottedmag.net>
    561     Reviewed-by: Jamey Sharp <jamey (a] minilop.net>
    562     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    563 
    564 commit 3e00a8c322ea5fd8ea21f83f5861c59aa91ce341
    565 Author: Gaetan Nadon <memsize (a] videotron.ca>
    566 Date:   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 (a] videotron.ca>
    577 
    578 commit 0191826dd2f0fc54dfce72ce729d142ddecbabcf
    579 Author: Gaetan Nadon <memsize (a] videotron.ca>
    580 Date:   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 (a] videotron.ca>
    587 
    588 commit d2d6e4d88b62aa84e2cc9d229adf32ede81cbf5c
    589 Author: Gaetan Nadon <memsize (a] videotron.ca>
    590 Date:   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 (a] videotron.ca>
    598 
    599 commit b3807dccab5aee5455137654647c9c083addb31e
    600 Author: Gaetan Nadon <memsize (a] videotron.ca>
    601 Date:   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 
    608 commit 79c70fcf676778192e1d7bb0a194d75cb7227506
    609 Author: Gaetan Nadon <memsize (a] videotron.ca>
    610 Date:   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 
    619 commit e7337c1598b8f258122a1f1307b3c83ab6c74a9c
    620 Author: Gaetan Nadon <memsize (a] videotron.ca>
    621 Date:   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 
    629 commit e3bd17c452be528f773bc976636ecc0c71bdba99
    630 Author: Gaetan Nadon <memsize (a] videotron.ca>
    631 Date:   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 
    638 commit e6631b8352ff83ee69c1076846b4500304d978eb
    639 Author: Gaetan Nadon <memsize (a] videotron.ca>
    640 Date:   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 
    648 commit 6210f1d458fa765699412b404fb88e40aeebf9e0
    649 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
    650 Date:   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 (a] freedesktop.org>
    669 
    670 commit eb4dbb8aac0858e1ee7169b2e0b90d5e3223de59
    671 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    672 Date:   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 (a] sun.com>
    677 
    678 commit e609e939f8b2573ac50bdd317733a2fef194965a
    679 Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    680 Date:   Fri Aug 28 14:14:11 2009 +1000
    681 
    682     libfontenc 1.0.5
    683     
    684     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    685 
    686 commit 8a0bd244c5da5baae73c51e45b075b1412682e43
    687 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    688 Date:   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 (a] sun.com>
    693 
    694 commit f160a71e9501a9d650fd99e9a080970bfd520abb
    695 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
    696 Date:   Wed Jan 28 16:25:32 2009 -0200
    697 
    698     Janitor: Correct make distcheck and compiler warnings.
    699 
    700 commit 90f2dfbc40d6fa72213f508b0dd85f00965b6194
    701 Author: James Cloos <cloos (a] jhcloos.com>
    702 Date:   Thu Dec 6 15:51:21 2007 -0500
    703 
    704     Add missing PHONY line for automatic ChangeLog generation
    705 
    706 commit 1b4ca41a58016053220047b9f77a2eec812c03a0
    707 Author: Daniel Stone <daniel (a] fooishbar.org>
    708 Date:   Sat Dec 16 01:19:45 2006 +0200
    709 
    710     bump to 1.0.4
    711 
    712 commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f
    713 Author: Daniel Stone <daniel (a] fooishbar.org>
    714 Date:   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 
    719 commit 111a9501c2c01d4b4f00ed221035953bfb256898
    720 Author: Adam Jackson <ajax (a] benzedrine.nwnk.net>
    721 Date:   Fri Oct 13 15:20:48 2006 -0400
    722 
    723     Bump to 1.0.3
    724 
    725 commit fc19e19275c213f5122b120e7b45f63c302916a1
    726 Author: Adam Jackson <ajax (a] benzedrine.nwnk.net>
    727 Date:   Thu Oct 12 18:35:04 2006 -0400
    728 
    729     Fix ChangeLog hook to distcheck.
    730 
    731 commit 2de626b53827fa1365c149c3fd2e1e280f8691e2
    732 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    733 Date:   Wed Oct 4 19:31:23 2006 -0700
    734 
    735     Mark character mapping data tables as const
    736 
    737 commit 2daccee698507b27113e89b07af371905aa2bcd4
    738 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    739 Date:   Wed Oct 4 19:13:17 2006 -0700
    740 
    741     Clear sparse warnings: Using plain integer as NULL pointer
    742 
    743 commit b00dcc90e490454fdd983b4bf6d0fa92ab91d0be
    744 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    745 Date:   Wed Oct 4 18:50:44 2006 -0700
    746 
    747     Add XORG_WITH_LINT support for checking source code with lint/sparse/etc.
    748 
    749 commit 5d18f978c9085c3c9d9a44c90e73055125e11a68
    750 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    751 Date:   Wed Oct 4 18:50:07 2006 -0700
    752 
    753     Clear sparse warning: non-ANSI function declaration of function 'FontEncDirectory'
    754 
    755 commit 1dc8867f53a81d6e1c413d393039747668d27bd4
    756 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    757 Date:   Wed Oct 4 18:34:20 2006 -0700
    758 
    759     Replace static ChangeLog with dist-hook to generate from git log
    760 
    761 commit 81b27280717dc7e06a9ebbd196fae03a9e719db3
    762 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    763 Date:   Wed Oct 4 18:32:38 2006 -0700
    764 
    765     Add *~ to .gitignore to skip over emacs droppings
    766 
    767 commit 187ec5a0cd96c3b6b13b9ccae51e2828db7c6d3e
    768 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    769 Date:   Wed Oct 4 18:32:07 2006 -0700
    770 
    771     Copy copyright notice/license from source to COPYING
    772 
    773 commit 1a9f5d7cb1aba4d65b28b5cdcaa7b68053b733ee
    774 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    775 Date:   Thu Jul 13 14:59:16 2006 -0700
    776 
    777     renamed: .cvsignore -> .gitignore
    778 
    779 commit 2c2f63d0f17106964c808f8f0ec5bb58f35b4fe5
    780 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    781 Date:   Sat Jun 3 06:33:40 2006 +0000
    782 
    783     Coverity #1523: Dereferencing freed pointer "mapping"
    784 
    785 commit f991560c0f599d82b23380de4a681b0d218f5cef
    786 Author: Adam Jackson <ajax (a] nwnk.net>
    787 Date:   Wed Apr 26 23:55:31 2006 +0000
    788 
    789     Bump to 1.0.2
    790 
    791 commit a9604c242f7f53a8cd26a2764c1a96e25ea2e1a7
    792 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    793 Date:   Mon Apr 10 16:15:12 2006 +0000
    794 
    795     Fix another file descriptor leak (related to previous Coverity #544)
    796 
    797 commit d86b38b96854bc60d4a2c4595e73cf53aa36d85c
    798 Author: Adam Jackson <ajax (a] nwnk.net>
    799 Date:   Fri Apr 7 00:35:36 2006 +0000
    800 
    801     Coverity #544: File a file descriptor leak.
    802 
    803 commit 78f355698128454370590040699c2141ae69d7d9
    804 Author: Kevin E Martin <kem (a] kem.org>
    805 Date:   Wed Dec 21 02:30:06 2005 +0000
    806 
    807     Update package version for X11R7 release.
    808 
    809 commit c7a14086fbe226169f7ea5df80c4d885082fb732
    810 Author: Adam Jackson <ajax (a] nwnk.net>
    811 Date:   Mon Dec 19 16:28:28 2005 +0000
    812 
    813     Stub COPYING files
    814 
    815 commit 55035bfbae0ca22399623d78411cc50bfdee2705
    816 Author: Kevin E Martin <kem (a] kem.org>
    817 Date:   Thu Dec 15 00:24:36 2005 +0000
    818 
    819     Update package version number for final X11R7 release candidate.
    820 
    821 commit d146b3a17228204ce0fe3bcca72de53cedebf5fb
    822 Author: Kevin E Martin <kem (a] kem.org>
    823 Date:   Fri Dec 9 06:07:14 2005 +0000
    824 
    825     Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E.
    826         Martin)
    827 
    828 commit acb0d67e5f0293f960a923cda6eb359a82f7036e
    829 Author: Kevin E Martin <kem (a] kem.org>
    830 Date:   Sat Dec 3 05:49:46 2005 +0000
    831 
    832     Update package version number for X11R7 RC3 release.
    833 
    834 commit c2e139f8726cde5bbae609865b609f087b3f651b
    835 Author: Kevin E Martin <kem (a] kem.org>
    836 Date:   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 
    842 commit 21b115927640683b90fc1304f7b921da51aabf64
    843 Author: Kevin E Martin <kem (a] kem.org>
    844 Date:   Wed Nov 9 21:19:14 2005 +0000
    845 
    846     Update package version number for X11R7 RC2 release.
    847 
    848 commit d9ece44e76f0c2dcfacb5ff00e59cae2741e3c96
    849 Author: Kean Johnson <kean (a] armory.com>
    850 Date:   Tue Nov 8 06:33:26 2005 +0000
    851 
    852     See ChangeLog entry 2005-11-07 for details.
    853 
    854 commit 632f53206e104b372db255c5171c3479d87b683b
    855 Author: Kevin E Martin <kem (a] kem.org>
    856 Date:   Wed Oct 19 02:48:12 2005 +0000
    857 
    858     Update package version number for RC1 release.
    859 
    860 commit 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1
    861 Author: Adam Jackson <ajax (a] nwnk.net>
    862 Date:   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 
    867 commit 8a6fb4344eb5c13198125996e43a0898a19818f8
    868 Author: Kevin E Martin <kem (a] kem.org>
    869 Date:   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 
    881 commit 9e8be492f61095813f5e9b01c8d54ffb1550f339
    882 Author: Daniel Stone <daniel (a] fooishbar.org>
    883 Date:   Sat Jul 16 07:51:05 2005 +0000
    884 
    885     Set soversion to 1.0 using -version-number.
    886 
    887 commit 11b206733618d73946a8c298d2d5f2183075657f
    888 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    889 Date:   Wed Jul 13 16:51:34 2005 +0000
    890 
    891     Update INCLUDES to find <X11/fonts/fontenc.h>
    892 
    893 commit 85094af610ba990c6bc2377eff1f6f31dffd48e2
    894 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
    895 Date:   Tue Jul 12 21:05:28 2005 +0000
    896 
    897     Remove encodings build system from libfontenc
    898 
    899 commit 8deaa94831b1a5926db928a68a6acbbe3ee9a904
    900 Author: Keith Packard <keithp (a] keithp.com>
    901 Date:   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 
    906 commit ec602c9639e4eedb36a570943999fea0a07b5f8c
    907 Author: Keith Packard <keithp (a] keithp.com>
    908 Date:   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 
    913 commit 0767d4880359983cbe83a4ea396d81efb5d6882b
    914 Author: Daniel Stone <daniel (a] fooishbar.org>
    915 Date:   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 
    924 commit f6c6acf593686015fa639e3583f70cc6d5f5d7b3
    925 Author: Alexander Gottwald <alexander.gottwald (a] s1999.tu-chemnitz.de>
    926 Date:   Thu Jun 30 13:21:11 2005 +0000
    927 
    928     Check for zlib
    929 
    930 commit 092271385632708fb5dd53dca3dcfc3ead06ef6c
    931 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
    932 Date:   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 
    937 commit 21e552451c095c5668a57765c2eb941750e00ecd
    938 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
    939 Date:   Tue Jun 28 14:48:02 2005 +0000
    940 
    941     Add generation of encodings.dir
    942 
    943 commit a18d9ec0c4bfa36460d5e3eba1c5fb8a90086500
    944 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
    945 Date:   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 
    950 commit bcdcaebcd2127f4e7e1c368f341a781b4cf8af6b
    951 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
    952 Date:   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 
    962 commit e80fd1617092d128d54a9400a4974ffafbb3083e
    963 Author: Egbert Eich <eich (a] suse.de>
    964 Date:   Fri Apr 23 18:44:23 2004 +0000
    965 
    966     Merging XORG-CURRENT into trunk
    967 
    968 commit 072f90aeb09035953b966233059139d161d3a5f0
    969 Author: Egbert Eich <eich (a] suse.de>
    970 Date:   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 
    974 commit 7fb87aa305856f07d7a57b3296ade04b1f012f1a
    975 Author: Egbert Eich <eich (a] suse.de>
    976 Date:   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 
    980 commit 993a15d0255a72bdfbc6c2c43e9c164f0919e682
    981 Author: Egbert Eich <eich (a] suse.de>
    982 Date:   Thu Feb 26 13:35:35 2004 +0000
    983 
    984     readding XFree86's cvs IDs
    985 
    986 commit eec99218eac07b50f0d25c2789abb5dfcc8f6c9d
    987 Author: Egbert Eich <eich (a] suse.de>
    988 Date:   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 
    992 commit faa2a922a0dbd16844055f83a159dab92a383376
    993 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    994 Date:   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 
   1001 commit 7ea6ca71ac6825b9a28510f23c35d8b480752c41
   1002 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1003 Date:   Fri Dec 19 20:54:44 2003 +0000
   1004 
   1005     XFree86 4.3.99.902 (RC 2)
   1006 
   1007 commit f431cd8bc5d7fb3a385609c9ac99deabb79ab023
   1008 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1009 Date:   Fri Nov 14 16:48:50 2003 +0000
   1010 
   1011     XFree86 4.3.0.1
   1012 
   1013 commit f1b010ee7ae89b23af8fe4c92103db775ae35aed
   1014 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1015 Date:   Fri Nov 14 16:48:50 2003 +0000
   1016 
   1017     Initial revision
   1018