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