ChangeLog revision e6bced22
1commit 7500b59a3ce665fa53c476fe26a01db96dc994be 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Sat Oct 15 10:26:33 2022 -0700 4 5 xkbprint 1.0.6 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 69deaf13057d3a8b9c01350e2cdfc40080f5433a 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sat Apr 16 11:56:06 2022 -0700 12 13 gitlab CI: stop requiring Signed-off-by in commits 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit f586ae4a0a8d081c46f10f4cb4c27840d611edec 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Sat Apr 16 11:51:37 2022 -0700 20 21 Stop leaking XkbAtomGetString allocations 22 23 XkbAtomGetString is a wrapper around XGetAtomName, and like XGetAtomName 24 returns a newly allocated string (or NULL) on every call, so we should 25 free those strings when done instead of leaking them. 26 27 Reported by Oracle Parfait static analyser: 28 29 Error: Memory leak 30 Memory leak [memory-leak] (CWE 401): 31 Memory leak of pointer pointer allocated with XkbAtomGetString(state->dpy, state->geom->name) 32 at line 720 of app/xkbprint/psgeom.c in function 'PSProlog'. 33 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 34 pointer allocated at line 612 of app/xkbprint/psgeom.c in function 'PSProlog' with XkbAtomGetString(state->dpy, state->geom->name) 35 pointer leaks when (i + 1) >= state->geom->num_colors at line 694 36 and (i + 1) >= state->geom->num_shapes at line 712. 37 38 Memory leak [memory-leak] (CWE 401): 39 Memory leak of pointer pointer allocated with XkbAtomGetString(state->dpy, state->geom->name) 40 at line 720 of app/xkbprint/psgeom.c in function 'PSProlog'. 41 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 42 pointer allocated at line 657 of app/xkbprint/psgeom.c in function 'PSProlog' with XkbAtomGetString(state->dpy, state->geom->name) 43 pointer leaks when (i + 1) >= state->geom->num_colors at line 694 44 and (i + 1) >= state->geom->num_shapes at line 712. 45 46 Error: Memory leak 47 Memory leak [memory-leak] (CWE 401): 48 Memory leak of pointer name allocated with XkbAtomGetString(state->dpy, geom->name) 49 at line 962 of app/xkbprint/psgeom.c in function 'PSPageTrailer'. 50 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 51 name allocated at line 845 of app/xkbprint/psgeom.c in function 'PSPageTrailer' with XkbAtomGetString(state->dpy, geom->name) 52 name leaks when (p + 1) >= state->args->copies at line 926. 53 54 Memory leak [memory-leak] (CWE 401): 55 Memory leak of pointer sName allocated with XkbAtomGetString(state->dpy, sAtom) 56 at line 962 of app/xkbprint/psgeom.c in function 'PSPageTrailer'. 57 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 58 sName allocated at line 877 of app/xkbprint/psgeom.c in function 'PSPageTrailer' with XkbAtomGetString(state->dpy, sAtom) 59 sName leaks when (p + 1) >= state->args->copies at line 926. 60 61 Memory leak [memory-leak] (CWE 401): 62 Memory leak of pointer sName allocated with XkbAtomGetString(state->dpy, sAtom) 63 at line 962 of app/xkbprint/psgeom.c in function 'PSPageTrailer'. 64 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 65 sName allocated at line 910 of app/xkbprint/psgeom.c in function 'PSPageTrailer' with XkbAtomGetString(state->dpy, sAtom) 66 sName leaks when (p + 1) >= state->args->copies at line 926. 67 68 Error: Memory leak 69 Memory leak [memory-leak] (CWE 401): 70 Memory leak of pointer dname allocated with XkbAtomGetString(xkb->dpy, doodad.any.name) 71 at line 1068 of app/xkbprint/psgeom.c in function 'PSDoodad'. 72 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 73 dname allocated at line 974 of app/xkbprint/psgeom.c in function 'PSDoodad' with XkbAtomGetString(xkb->dpy, doodad.any.name) 74 75 Memory leak [memory-leak] (CWE 401): 76 Memory leak of pointer name allocated with XkbAtomGetString(...) 77 at line 1068 of app/xkbprint/psgeom.c in function 'PSDoodad'. 78 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 79 name allocated at line 980 of app/xkbprint/psgeom.c in function 'PSDoodad' with XkbAtomGetString(...) 80 81 Memory leak [memory-leak] (CWE 401): 82 Memory leak of pointer name allocated with XkbAtomGetString(...) 83 at line 1068 of app/xkbprint/psgeom.c in function 'PSDoodad'. 84 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 85 name allocated at line 1044 of app/xkbprint/psgeom.c in function 'PSDoodad' with XkbAtomGetString(...) 86 87 Memory leak [memory-leak] (CWE 401): 88 Memory leak of pointer name allocated with XkbAtomGetString(...) 89 at line 1068 of app/xkbprint/psgeom.c in function 'PSDoodad'. 90 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 91 name allocated at line 1058 of app/xkbprint/psgeom.c in function 'PSDoodad' with XkbAtomGetString(...) 92 93 Error: Memory leak 94 Memory leak [memory-leak] (CWE 401): 95 Memory leak of pointer pointer allocated with XkbAtomGetString(dpy, section->name) 96 at line 2063 of app/xkbprint/psgeom.c in function 'PSSection'. 97 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 98 pointer allocated at line 1907 of app/xkbprint/psgeom.c in function 'PSSection' with XkbAtomGetString(dpy, section->name) 99 pointer leaks when (k + 1) >= (section->rows + <pointer arithmetic>)->num_keys at line 1936 100 101 Memory leak [memory-leak] (CWE 401): 102 Memory leak of pointer pointer allocated with XkbAtomGetString(dpy, shape->name) 103 at line 2063 of app/xkbprint/psgeom.c in function 'PSSection'. 104 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 105 pointer allocated at line 1945 of app/xkbprint/psgeom.c in function 'PSSection' with XkbAtomGetString(dpy, shape->name) 106 pointer leaks when (k + 1) >= (section->rows + <pointer arithmetic>)->num_keys at line 1936 107 and (r + 1) >= section->num_rows at line 1925. 108 109 Memory leak [memory-leak] (CWE 401): 110 Memory leak of pointer pointer allocated with XkbAtomGetString(dpy, shape->name) 111 at line 2063 of app/xkbprint/psgeom.c in function 'PSSection'. 112 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 113 pointer allocated at line 1951 of app/xkbprint/psgeom.c in function 'PSSection' with XkbAtomGetString(dpy, shape->name) 114 pointer leaks when (k + 1) >= (section->rows + <pointer arithmetic>)->num_keys at line 1936 115 and (r + 1) >= section->num_rows at line 1925. 116 117 Memory leak [memory-leak] (CWE 401): 118 Memory leak of pointer pointer allocated with XkbAtomGetString(dpy, shape->name) 119 at line 2063 of app/xkbprint/psgeom.c in function 'PSSection'. 120 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 121 pointer allocated at line 1960 of app/xkbprint/psgeom.c in function 'PSSection' with XkbAtomGetString(dpy, shape->name) 122 pointer leaks when (k + 1) >= (section->rows + <pointer arithmetic>)->num_keys at line 1936 123 and (r + 1) >= section->num_rows at line 1925. 124 125 Memory leak [memory-leak] (CWE 401): 126 Memory leak of pointer pointer allocated with XkbAtomGetString(dpy, shape->name) 127 at line 2063 of app/xkbprint/psgeom.c in function 'PSSection'. 128 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 129 pointer allocated at line 1966 of app/xkbprint/psgeom.c in function 'PSSection' with XkbAtomGetString(dpy, shape->name) 130 pointer leaks when (k + 1) >= (section->rows + <pointer arithmetic>)->num_keys at line 1936 131 and (r + 1) >= section->num_rows at line 1925. 132 133 Error: Memory leak 134 Memory leak [memory-leak] (CWE 401): 135 Memory leak of pointer name allocated with XkbAtomGetString(...) 136 at line 2131 of app/xkbprint/psgeom.c in function 'GeometryToPostScript'. 137 Allocated value returned to caller at line 207 of lib/libxkbfile/src/xkbatom.c in function 'XkbAtomGetString' 138 name allocated at line 2110 of app/xkbprint/psgeom.c in function 'GeometryToPostScript' with XkbAtomGetString(...) 139 name leaks when name != NULL at line 2111. 140 141 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 142 143commit cc85e7b233613633a5496f0fa27bf49b409c33e4 144Author: Alan Coopersmith <alan.coopersmith@oracle.com> 145Date: Sat Apr 2 12:57:58 2022 -0700 146 147 man page: remove out-of-date COPYRIGHT section 148 149 The information previously listed here didn't match what is present in 150 the source code or the COPYING file, and the X(7) man page doesn't list 151 any license information as this had claimed. 152 153 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 154 155commit df4b45b62fafb218b613baade4a831522effdfcc 156Author: Alan Coopersmith <alan.coopersmith@oracle.com> 157Date: Mon Dec 6 15:01:12 2021 -0800 158 159 Build xz tarballs instead of bzip2 160 161 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 162 163commit 963fd74b2c425e700e9a15942963fd78c9dcd447 164Author: Alan Coopersmith <alan.coopersmith@oracle.com> 165Date: Mon Dec 6 15:01:09 2021 -0800 166 167 gitlab CI: add a basic build test 168 169 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 170 171commit 7defa9ddfd5f5d1853b9f404af854b0f42fa6ee5 172Author: Matt Turner <mattst88@gmail.com> 173Date: Sun Nov 3 14:20:07 2019 -0800 174 175 xkbprint 1.0.5 176 177 Signed-off-by: Matt Turner <mattst88@gmail.com> 178 179commit b968db6ca6fdb6ebb2384eaffaabe406c5cf783f 180Author: Alan Coopersmith <alan.coopersmith@oracle.com> 181Date: Sun Sep 15 17:53:55 2019 -0700 182 183 xkbprint(1): Some (typographical) corrections to the manual 184 185 Fixes: https://gitlab.freedesktop.org/xorg/app/xkbprint/issues/2 186 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742356 187 188 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 189 190commit 9b134b4835cc0b6743bbd67d61b647dff3941ca9 191Author: Alan Coopersmith <alan.coopersmith@oracle.com> 192Date: Wed Nov 21 17:12:07 2018 -0800 193 194 Update configure.ac bug URL for gitlab migration 195 196 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 197 198commit d15a9ce43042d12c545d194f46075214678046e9 199Author: Alan Coopersmith <alan.coopersmith@oracle.com> 200Date: Fri Nov 16 22:27:40 2018 -0800 201 202 Update README for gitlab migration 203 204 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 205 206commit 8122e255d9c8c417d1eb9496b9b7b5c6cb53c334 207Author: Mihail Konev <k.mvc@ya.ru> 208Date: Thu Jan 26 14:00:21 2017 +1000 209 210 autogen: add default patch prefix 211 212 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 213 214commit e43f3641499669bc993fe8370b58dac94d4e7eb1 215Author: Emil Velikov <emil.l.velikov@gmail.com> 216Date: Mon Mar 9 12:00:52 2015 +0000 217 218 autogen.sh: use quoted string variables 219 220 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 221 fall-outs, when they contain space. 222 223 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 224 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 225 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 226 227commit b08a9ce8e834d5c019b37a63dbc2e06b2ace93ca 228Author: Peter Hutterer <peter.hutterer@who-t.net> 229Date: Tue Jan 24 10:32:07 2017 +1000 230 231 autogen.sh: use exec instead of waiting for configure to finish 232 233 Syncs the invocation of configure with the one from the server. 234 235 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 236 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 237 238commit facf56074567094349d9050e99a659d8e3a1b0ce 239Author: Alan Coopersmith <alan.coopersmith@oracle.com> 240Date: Thu Apr 16 23:41:38 2015 -0700 241 242 xkbprint 1.0.4 243 244 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 245 246commit e4c1258143bf09de5453faafe2c6f0bc107a1523 247Author: Alan Coopersmith <alan.coopersmith@oracle.com> 248Date: Sat May 31 21:39:32 2014 -0700 249 250 autogen.sh: Honor NOCONFIGURE=1 251 252 See http://people.gnome.org/~walters/docs/build-api.txt 253 254 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 255 256commit 4b12d476447952ab0a5a7a30d35d43de6f7418f8 257Author: Alan Coopersmith <alan.coopersmith@oracle.com> 258Date: Sat May 31 21:38:41 2014 -0700 259 260 configure: Drop AM_MAINTAINER_MODE 261 262 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 263 264commit 59d82dc7c5dd4a6ca2098ba51fb9683fb03720ab 265Author: Alan Coopersmith <alan.coopersmith@oracle.com> 266Date: Sat May 31 21:33:34 2014 -0700 267 268 Remove old CVS id tags 269 270 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 271 272commit 545db04829433b7d30de75ea03dc4495a91a8ab6 273Author: Alan Coopersmith <alan.coopersmith@oracle.com> 274Date: Sat May 31 20:16:42 2014 -0700 275 276 Add -version option to print program version 277 278 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 279 280commit 8e86b50311c3b926d2bb1e00fb5343f3e76d55b3 281Author: Alan Coopersmith <alan.coopersmith@oracle.com> 282Date: Sat May 31 19:51:00 2014 -0700 283 284 Fix some sign/size conversion warnings from clang 285 286 psgeom.c:1320:17: warning: implicit conversion changes signedness: 287 'int' to 'unsigned long' [-Wsign-conversion] 288 if ((sym & (~0xff)) == 0x700) { 289 ~ ^~~~~ 290 psgeom.c:1666:31: warning: implicit conversion changes signedness: 291 'int' to 'unsigned long' [-Wsign-conversion] 292 else if (((sym & (~0xff)) == 0) && isprint(sym) && (!isspace(sym))) { 293 ~ ^~~~~ 294 psgeom.c:1860:27: warning: implicit conversion loses integer precision: 295 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] 296 int len = strlen(top->label[i]); 297 ~~~ ^~~~~~~~~~~~~~~~~~~~~ 298 xkbprint.c:460:19: warning: implicit conversion loses integer precision: 299 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] 300 int len = strlen(inputFile); 301 ~~~ ^~~~~~~~~~~~~~~~~ 302 303 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 304 305commit 641a71f594688d870540be47ddff339d746a4fa0 306Author: Alan Coopersmith <alan.coopersmith@oracle.com> 307Date: Sat May 31 19:40:34 2014 -0700 308 309 Remove unused INPUT_* definitions 310 311 Flagged by clang: 312 xkbprint.c:62:9: warning: macro is not used [-Wunused-macros] 313 ^ 314 xkbprint.c:61:9: warning: macro is not used [-Wunused-macros] 315 ^ 316 xkbprint.c:60:9: warning: macro is not used [-Wunused-macros] 317 ^ 318 319 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 320 321commit 4bbc62129724cdc61f601e4f1c98490bca403619 322Author: Alan Coopersmith <alan.coopersmith@oracle.com> 323Date: Sat May 31 19:18:08 2014 -0700 324 325 Move some local variables to the scope in which they live 326 327 Helps both human readers and static code analyzers realize they're not 328 used outside these scopes. 329 330 Flagged by cppcheck 1.64: 331 [psgeom.c:1761]: (style) The scope of the variable 'keycode' can be reduced. 332 [psgeom.c:1858]: (style) The scope of the variable 'len' can be reduced. 333 334 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 335 336commit 7d186165440c5a370af7551f5958baae2f0b3725 337Author: Alan Coopersmith <alan.coopersmith@oracle.com> 338Date: Sat May 31 19:00:09 2014 -0700 339 340 Combine IsoKeyCaps array of strings into a single string 341 342 Packs more efficiently in binary, reduces number of calls to output, 343 gets rid of ~4k array of pointers to each string in data segment to 344 initialize on program load. 345 346 "xkbprint -if IsoKeyCaps" generates identical IsoKeyCaps.pfa files 347 before & after this change. 348 349 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 350 351commit bac53a94fec22563294cb57413e8d394df06c70a 352Author: Alan Coopersmith <alan.coopersmith@oracle.com> 353Date: Tue May 27 21:51:01 2014 -0700 354 355 Replace calls to index() with calls to strchr() 356 357 Both were in use in different functions, adopt the ANSI C standard 358 function for all calls. 359 360 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 361 362commit 5ee01f266fd315e5bee624ec9d54357ffa593dfc 363Author: Alan Coopersmith <alan.coopersmith@oracle.com> 364Date: Tue May 27 21:50:29 2014 -0700 365 366 Combine repeated sequences of fprintf() calls into single calls 367 368 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 369 370commit e7aa5ea85d57b90c1ee3244facd2dfd4d3ff1cd5 371Author: Alan Coopersmith <alan.coopersmith@oracle.com> 372Date: Tue May 27 21:04:05 2014 -0700 373 374 Replace remaining sprintf calls with snprintf() 375 376 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 377 378commit bfb6044479e8e974e848f47969f75b84865fea13 379Author: Alan Coopersmith <alan.coopersmith@oracle.com> 380Date: Tue May 27 20:55:33 2014 -0700 381 382 Replace several malloc+sprintf pairs with asprintf() calls 383 384 Includes fallback uAsprintf() for systems without asprintf yet 385 386 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 387 388commit 7848ba1d292f55553058c1f17596baa1094cdae5 389Author: Alan Coopersmith <alan.coopersmith@oracle.com> 390Date: Tue May 27 20:39:48 2014 -0700 391 392 Add printf & noreturn attributes recommended by gcc 393 394 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 395 396commit 8a7b707f6f841655498c753701ee38f12ba630cf 397Author: Alan Coopersmith <alan.coopersmith@oracle.com> 398Date: Tue May 27 20:35:49 2014 -0700 399 400 Replace uStrCaseCmp() with direct calls to strcasecmp() 401 402 strcasecmp is available in Unix98 and later, so part of the X.Org base 403 platform requirements. 404 405 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 406 407commit e144ec9018cabd1d9904fb6d04382d2cf06ec3dc 408Author: Alan Coopersmith <alan.coopersmith@oracle.com> 409Date: Tue May 27 20:32:42 2014 -0700 410 411 Replace uStringDup() with direct calls to strdup() 412 413 strdup is available in Unix98 and later, so part of the X.Org base 414 platform requirements. 415 416 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 417 418commit cefec39d93846c2d034be9a89f48466831eddde6 419Author: Alan Coopersmith <alan.coopersmith@oracle.com> 420Date: Tue May 27 20:30:20 2014 -0700 421 422 Replace custom uAlloc/uCalloc with plain malloc/calloc 423 424 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 425 426commit ab92831be0e862622105f015fe8c390715d2aae9 427Author: Alan Coopersmith <alan.coopersmith@oracle.com> 428Date: Mon May 26 16:15:00 2014 -0700 429 430 Replace sole call to uFree() with direct call to free() 431 432 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 433 434commit 4ae1b3d5f5330a8f7bd8880860a204000081095c 435Author: Alan Coopersmith <alan.coopersmith@oracle.com> 436Date: Mon May 26 16:13:23 2014 -0700 437 438 Remove unused uTmpAlloc & uTmpFree fallbacks for alloca 439 440 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 441 442commit e9a66d6ba4d0edd2d2d12cd0271aaecc43b6067d 443Author: Alan Coopersmith <alan.coopersmith@oracle.com> 444Date: Mon May 26 16:12:05 2014 -0700 445 446 Remove unused uRealloc & uRecalloc functions 447 448 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 449 450commit dbbc677985e3a853f2e52b8a9d09660d3fa6d983 451Author: Alan Coopersmith <alan.coopersmith@oracle.com> 452Date: Mon May 26 16:10:33 2014 -0700 453 454 Remove unused uStrCasePrefix fallback for strncasecmp 455 456 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 457 458commit 7ca2572623fee8db916eff668ef3c852f2ce124a 459Author: Alan Coopersmith <alan.coopersmith@oracle.com> 460Date: Mon May 26 16:09:29 2014 -0700 461 462 Remove unused debugging & function tracing frameworks 463 464 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 465 466commit b883af48e9624e2215d1e790ca0da4969480ce13 467Author: Alan Coopersmith <alan.coopersmith@oracle.com> 468Date: Mon May 26 16:06:05 2014 -0700 469 470 Remove unused uASSERT macro 471 472 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 473 474commit 5256304812e89c1c02bed093d11f96d97216bdbe 475Author: Alan Coopersmith <alan.coopersmith@oracle.com> 476Date: Mon May 26 16:03:30 2014 -0700 477 478 Fix many const char * warnings 479 480 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 481 482commit e1b1ecd2e9858dca67ed1da90799f1ea34fc9b71 483Author: Alan Coopersmith <alan.coopersmith@oracle.com> 484Date: Mon May 26 10:17:12 2014 -0700 485 486 unifdef -Unotyet -UNOTYET 487 488 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 489 490commit 9456437718d78b942333bdf74124c027ba35039f 491Author: Alan Coopersmith <alan.coopersmith@oracle.com> 492Date: Mon May 26 10:13:31 2014 -0700 493 494 Convert sources to X.Org standard coding style 495 496 Via util/modular/x-indent-all.sh 497 498 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 499 500commit 7ebdc6c2ed2917dd48687aa16c6909186a575e2d 501Author: Gaetan Nadon <memsize@videotron.ca> 502Date: Wed Jan 19 10:06:56 2011 -0500 503 504 config: move man pages into their own directory 505 506 Use services provided by XORG_MANPAGE_SECTIONS. 507 Use standard Makefile for man pages. 508 509 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 510 511commit d762e97a2c6745017912b19fe443ed814d557a51 512Author: Gaetan Nadon <memsize@videotron.ca> 513Date: Thu Jan 13 17:15:36 2011 -0500 514 515 man: replace hard coded man page section with substitution strings 516 517 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 518 519commit a65ad77d80a1037889d4ba8aa061d109a0d15c2c 520Author: Gaetan Nadon <memsize@videotron.ca> 521Date: Thu Jan 13 11:15:47 2011 -0500 522 523 man: remove trailing spaces and tabs 524 525 Using s/[ \t]*$// 526 527 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 528 529commit 93479193971679781c302dcfda3f653ea67fb452 530Author: Alan Coopersmith <alan.coopersmith@oracle.com> 531Date: Fri Jan 7 19:09:37 2011 -0800 532 533 xkbprint 1.0.3 534 535 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 536 537commit c6cb1b17600e2c2937751a712c7eadd411eb6da9 538Author: Alan Coopersmith <alan.coopersmith@oracle.com> 539Date: Wed Jan 5 17:03:30 2011 -0800 540 541 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 542 543 Regroup AC statements under the Autoconf initialization section. 544 Regroup AM statements under the Automake initialization section. 545 Add missing AC_CONFIG_SRCDIR 546 547 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 548 549commit 5d321bc363ce5ef67a1297e24ed184a28eed4e9d 550Author: Alan Coopersmith <alan.coopersmith@oracle.com> 551Date: Wed Jan 5 17:00:42 2011 -0800 552 553 config: upgrade to util-macros 1.8 for additional man page support 554 555 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 556 The value of MAN_SUBST is the same for all X.Org packages. 557 558 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 559 Enables use of platform appropriate version of sed. 560 561 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 562 563commit 16c0b77e78ce2ce750b690469850294f5e69ab97 564Author: Gaetan Nadon <memsize@videotron.ca> 565Date: Wed Jan 5 16:58:47 2011 -0800 566 567 config: update AC_PREREQ statement to 2.60 568 569 Unrelated to the previous patches, the new value simply reflects 570 the reality that the minimum level for autoconf to configure 571 all x.org modules is 2.60 dated June 2006. 572 573 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 574 575 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 576 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 577 578commit 6b8537579db562937af77ca5a4b0e19893a7bbee 579Author: Alan Coopersmith <alan.coopersmith@oracle.com> 580Date: Wed Jan 5 16:58:25 2011 -0800 581 582 config: Remove unnecessary calls from configure.ac 583 584 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 585 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 586 587 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 588 589commit f15a69148c2ed5cf1717a0ad942ecdfcf037104d 590Author: Gaetan Nadon <memsize@videotron.ca> 591Date: Thu Nov 26 09:19:54 2009 -0500 592 593 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 594 595 Now that the INSTALL file is generated. 596 Allows running make maintainer-clean. 597 598commit 90d54a9a94ac30ac6ee7fa78ea8e6a898490afe6 599Author: Gaetan Nadon <memsize@videotron.ca> 600Date: Wed Oct 28 14:09:08 2009 -0400 601 602 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 603 604 Add missing INSTALL file. Use standard GNU file on building tarball 605 README may have been updated 606 Remove AUTHORS file as it is empty and no content available yet. 607 Remove NEWS file as it is empty and no content available yet. 608 609commit 8d49899afe456a93c2bb7477b963fd31dbad5942 610Author: Gaetan Nadon <memsize@videotron.ca> 611Date: Tue Oct 27 15:07:25 2009 -0400 612 613 Deploy the new XORG_DEFAULT_OPTIONS #24242 614 615 This macro aggregate a number of existing macros that sets commmon 616 X.Org components configuration options. It shields the configuration file from 617 future changes. 618 619commit d2d7a487230ebc281aa2d1a88038befb69e63b7d 620Author: Gaetan Nadon <memsize@videotron.ca> 621Date: Mon Oct 26 22:08:39 2009 -0400 622 623 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 624 625 ChangeLog filename is known to Automake and requires no further 626 coding in the makefile. 627 628commit 2683cf26ec97c49fac6145227d9f4cae3fa8a1bd 629Author: Gaetan Nadon <memsize@videotron.ca> 630Date: Thu Oct 22 12:34:15 2009 -0400 631 632 .gitignore: use common defaults with custom section # 24239 633 634 Using common defaults will reduce errors and maintenance. 635 Only the very small or inexistent custom section need periodic maintenance 636 when the structure of the component changes. Do not edit defaults. 637 638commit 31b7584cd60accc2d7dbaf5797d34495e321b793 639Author: Alan Coopersmith <alan.coopersmith@sun.com> 640Date: Tue Nov 10 23:39:43 2009 -0800 641 642 xkbprint 1.0.2 643 644 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 645 646commit ec17f1a60b1c9d9871213eae475740640fe6312d 647Author: Alan Coopersmith <alan.coopersmith@sun.com> 648Date: Tue Nov 10 23:38:29 2009 -0800 649 650 Fill in COPYING with notices from code 651 652 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 653 654commit 4ecf1e50d97afde8c5e343d6c25e5a1eb940e02c 655Author: Alan Coopersmith <alan.coopersmith@sun.com> 656Date: Tue Nov 10 23:34:48 2009 -0800 657 658 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 659 660 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 661 662commit bcf318755e452925e6cc06ea564f63e846cabf38 663Author: Alan Coopersmith <alan.coopersmith@sun.com> 664Date: Thu Oct 1 14:54:25 2009 -0700 665 666 Add README with pointers to mailing lists, bugzilla, & git 667 668 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 669 670commit d67733133b7a1062628e6c5e7512adf998026b6a 671Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 672Date: Thu Jan 22 14:53:41 2009 -0200 673 674 Correct make distcheck and sparse warnings. 675 676commit 077871dce17f78ffa94e8bc2de21461fd8a4960d 677Author: Peter Breitenlohner <peb@mppmu.mpg.de> 678Date: Fri Nov 14 13:37:05 2008 +0100 679 680 build fixes 681 682 use AM_CFLAGS instead of xkbprint_CFLAGS to avoid need for AM_PROG_CC_C_O 683 replace 'git-log' by 'git log' as required by git-1.6.x 684 685commit 58d940fbb303cc16549f913e33429362760132de 686Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 687Date: Sun Mar 16 19:02:31 2008 -0300 688 689 Compile warning fixes. 690 691 Use constant octals instead of constant characters in switch case values 692 to avoid warnings/problems if constant characters are signed. 693 Ansify some functions in utils.c. 694 695 Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de> 696 697commit 885f2712b0d5137d5349c3debbcea0db0f39e92f 698Author: Pavel Kurashov <pavell@mail.ru> 699Date: Fri Nov 14 13:50:20 2008 +0100 700 701 correct outline with cornerRadius 702 703 http://bugs.freedesktop.org/show_bug.cgi?id=12790 704 https://bugs.freedesktop.org/attachment.cgi?id=12008 705 706 Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de> 707 708commit 6bd5defc38d2e1868d9303026b38487d6bffc7ab 709Author: Niveditha Rau <Niveditha.Rau@Sun.COM> 710Date: Thu Jun 12 16:52:05 2008 -0700 711 712 Fix typo in xkbprint man page 713 714commit 6e1a5562d22f2f7cdc9478be1e3c809dfa509573 715Author: James Cloos <cloos@jhcloos.com> 716Date: Thu Dec 6 16:37:19 2007 -0500 717 718 Replace static ChangeLog with dist-hook to generate from git log 719 720commit a912837d96da29022c0a2a75212ac381aec1dcfe 721Author: James Cloos <cloos@jhcloos.com> 722Date: Mon Sep 3 05:51:27 2007 -0400 723 724 Add *~ to .gitignore to skip patch/emacs droppings 725 726commit 4063d540920f603f334dc3bb8f478db23cdaa9e0 727Author: James Cloos <cloos@jhcloos.com> 728Date: Thu Aug 23 19:24:53 2007 -0400 729 730 Rename .cvsignore to .gitignore 731 732commit 696b7234c93e3e9a6b8302640e625868699567ab 733Author: Kevin E Martin <kem@kem.org> 734Date: Wed Dec 21 02:29:51 2005 +0000 735 736 Update package version for X11R7 release. 737 738commit 5e62ccda04eb02c3db07896a34253211ae749581 739Author: Adam Jackson <ajax@nwnk.net> 740Date: Mon Dec 19 16:22:45 2005 +0000 741 742 Stub COPYING files 743 744commit e0e4e20547bf3f04f683e318862290b3fbaa0b37 745Author: Kevin E Martin <kem@kem.org> 746Date: Thu Dec 15 00:24:08 2005 +0000 747 748 Update package version number for final X11R7 release candidate. 749 750commit 0a4cd3760ebc41fa95fea45ba0cc5579beebba4a 751Author: Kevin E Martin <kem@kem.org> 752Date: Tue Dec 6 22:48:23 2005 +0000 753 754 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 755 756commit f64993bf8cc357a05ee11ce28e0c60322cec98d2 757Author: Kevin E Martin <kem@kem.org> 758Date: Sat Dec 3 05:49:24 2005 +0000 759 760 Update package version number for X11R7 RC3 release. 761 762commit 6dbafe93cd59e599bebf5d0fae7ecb87a42da8e1 763Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 764Date: Mon Nov 28 22:01:43 2005 +0000 765 766 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 767 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 768 769commit a7fca74540833d1d1cf02e6455cd33a91951e6e1 770Author: Eric Anholt <anholt@freebsd.org> 771Date: Mon Nov 21 10:35:02 2005 +0000 772 773 Another pass at .cvsignores for apps. 774 775commit 1c9055c2dbdb68f1f419ffac0596130c3bda61e8 776Author: Eric Anholt <anholt@freebsd.org> 777Date: Sun Nov 20 22:08:53 2005 +0000 778 779 Add/improve .cvsignore files for apps. 780 781commit 1739444b40ef1e07e9bd6e0d9fe1f1e6e254809a 782Author: Kevin E Martin <kem@kem.org> 783Date: Sat Nov 19 07:15:37 2005 +0000 784 785 Update pkgconfig files to separate library build-time dependencies from 786 application build-time dependencies, and update package deps to work 787 with separate build roots. 788 789commit 3eb0b0085955c8213c869a8b14e8ec00f3514b7b 790Author: Kevin E Martin <kem@kem.org> 791Date: Wed Oct 19 02:47:55 2005 +0000 792 793 Update package version number for RC1 release. 794 795commit a59499ec60ad710155a8ff27158945551270d6b8 796Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 797Date: Mon Oct 17 23:56:23 2005 +0000 798 799 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 800 work better with BSD make 801 802commit 3e3050ac678f225dfd9a2f50778b603a3e7f5da4 803Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 804Date: Fri Oct 14 00:25:46 2005 +0000 805 806 Use sed to fill in variables in man page 807 808commit a3be5e6602ee8614401d62d8b37ae0f2bed0f631 809Author: Kevin E Martin <kem@kem.org> 810Date: Fri Jul 29 21:22:35 2005 +0000 811 812 Various changes preparing packages for RC0: 813 - Verify and update package version numbers as needed 814 - Implement versioning scheme 815 - Change bug address to point to bugzilla bug entry form 816 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 817 reenable it) 818 - Fix makedepend to use pkgconfig and pass distcheck 819 - Update build script to build macros first 820 - Update modular Xorg version 821 822commit 10e946b8da2718e6657e8a1a880fd46acc6c5ce8 823Author: Daniel Stone <daniel@fooishbar.org> 824Date: Wed Jul 27 01:54:18 2005 +0000 825 826 Move manpages to section 1 instead of section m. 827 828commit 95191a911fce864af7349df2377363885e4c920f 829Author: Adam Jackson <ajax@nwnk.net> 830Date: Wed Jul 20 19:31:57 2005 +0000 831 832 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 833 configure cache, you cache it, and the cached value is probably wrong. 834 835commit c4b22b69df1162dab5db3691053ac0b6fb4c4503 836Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 837Date: Wed Jul 6 20:42:02 2005 +0000 838 839 Build system for xkbprint 840 841commit 15c4274c3da2c63bd83b14ef4d35727222d62ed2 842Author: Egbert Eich <eich@suse.de> 843Date: Fri Apr 23 19:54:57 2004 +0000 844 845 Merging XORG-CURRENT into trunk 846 847commit e4848d45534f7ff28304397ca9ff0aa2de6cfe97 848Author: Egbert Eich <eich@suse.de> 849Date: Sun Mar 14 08:35:37 2004 +0000 850 851 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 852 853commit ca0576c0a0b21eb60562995318594a2958a76e9d 854Author: Egbert Eich <eich@suse.de> 855Date: Wed Mar 3 12:13:14 2004 +0000 856 857 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 858 859commit 31c64747c1c70a36a916921519d004f22263964f 860Author: Egbert Eich <eich@suse.de> 861Date: Thu Feb 26 13:36:26 2004 +0000 862 863 readding XFree86's cvs IDs 864 865commit 17de96585abae92ffab5e61b9890fb3170c202cd 866Author: Egbert Eich <eich@suse.de> 867Date: Thu Feb 26 09:24:13 2004 +0000 868 869 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 870 871commit 53c425e61c058fa586040dda56728906025989e8 872Author: Kaleb Keithley <kaleb@freedesktop.org> 873Date: Tue Nov 25 19:29:14 2003 +0000 874 875 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 876 877commit 1952210eda8c22ca34704894290e9a39ee96ecb4 878Author: Kaleb Keithley <kaleb@freedesktop.org> 879Date: Fri Nov 14 16:49:23 2003 +0000 880 881 XFree86 4.3.0.1 882 883commit e621300441be997039c5f1abadd92fc3bab733f8 884Author: Kaleb Keithley <kaleb@freedesktop.org> 885Date: Fri Nov 14 15:54:54 2003 +0000 886 887 R6.6 is the Xorg base-line 888