1 1.1.1.8 mrg commit 0ee2c68b5d3ea3eb36f895d9dfcc4ebe1416f176 2 1.1.1.8 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 3 1.1.1.8 mrg Date: Sat Oct 12 13:52:45 2024 -0700 4 1.1.1.8 mrg 5 1.1.1.8 mrg bdftopcf 1.1.2 6 1.1.1.8 mrg 7 1.1.1.8 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 8 1.1.1.8 mrg 9 1.1.1.8 mrg commit dc539964379c3dfad255260983bca72e4e28c298 10 1.1.1.8 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 11 1.1.1.8 mrg Date: Sun Jul 21 14:43:50 2024 -0700 12 1.1.1.8 mrg 13 1.1.1.8 mrg pcfWriteFont: Avoid uninitialized values in tables 14 1.1.1.8 mrg 15 1.1.1.8 mrg Clears gcc 14.1 warning: 16 1.1.1.8 mrg pcfwrite.c: In function pcfWriteFont: 17 1.1.1.8 mrg pcfwrite.c:369:24: warning: use of uninitialized value *table.size 18 1.1.1.8 mrg [CWE-457] [-Wanalyzer-use-of-uninitialized-value] 19 1.1.1.8 mrg 369 | offset += table->size; 20 1.1.1.8 mrg | ~~~~~^~~~~~ 21 1.1.1.8 mrg 22 1.1.1.8 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 23 1.1.1.8 mrg Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7> 24 1.1.1.8 mrg 25 1.1.1.8 mrg commit 8dee1b3a8008202810e18c06bf78b3b05409ffaf 26 1.1.1.8 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 27 1.1.1.8 mrg Date: Sun Jul 21 14:42:32 2024 -0700 28 1.1.1.8 mrg 29 1.1.1.8 mrg bdfReadBitmap: avoid access to byte before start of array 30 1.1.1.8 mrg 31 1.1.1.8 mrg Clears 4 -Wanalyzer-out-of-bounds warnings from gcc 14.1 32 1.1.1.8 mrg 33 1.1.1.8 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 34 1.1.1.8 mrg Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7> 35 1.1.1.8 mrg 36 1.1.1.8 mrg commit daba8411d9a658f0fec116f36550652aa7dfabe9 37 1.1.1.8 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 38 1.1.1.8 mrg Date: Sun Jul 21 14:00:58 2024 -0700 39 1.1.1.8 mrg 40 1.1.1.8 mrg bdfReadBitmap: avoid NULL dereference on zero-width glyphs 41 1.1.1.8 mrg 42 1.1.1.8 mrg Clears 3 -Wanalyzer-null-dereference warnings from gcc 14.1 43 1.1.1.8 mrg 44 1.1.1.8 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 45 1.1.1.8 mrg Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7> 46 1.1.1.8 mrg 47 1.1.1.8 mrg commit 62862a862ab045ac7bbe16b30c58bb301958a00e 48 1.1.1.8 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 49 1.1.1.8 mrg Date: Thu Jul 28 17:30:21 2022 -0700 50 1.1.1.8 mrg 51 1.1.1.8 mrg gitlab CI: stop requiring Signed-off-by in commits 52 1.1.1.8 mrg 53 1.1.1.8 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 54 1.1.1.8 mrg Part-of: <https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/merge_requests/7> 55 1.1.1.8 mrg 56 1.1.1.8 mrg commit 59a952e39f186bc42e12502317981cd07930d939 57 1.1.1.8 mrg Author: Jeremy Huddleston Sequoia <jeremyhu (a] apple.com> 58 1.1.1.8 mrg Date: Sat Nov 26 21:48:45 2022 -0800 59 1.1.1.8 mrg 60 1.1.1.8 mrg atom: Update Hash() to be unsigned 61 1.1.1.8 mrg 62 1.1.1.8 mrg This avoids undefined behavior (left shift overflow in signed integer type) 63 1.1.1.8 mrg 64 1.1.1.8 mrg atom.c:62:16: runtime error: left shift of 1324774199 by 3 places cannot be represented in type 'int' 65 1.1.1.8 mrg 66 1.1.1.8 mrg Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu (a] apple.com> 67 1.1.1.8 mrg 68 1.1.1.7 mrg commit 84eaf7f1bdd402661a83db7ad914eb7f8d5dc627 69 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 70 1.1.1.7 mrg Date: Sat Oct 15 11:53:35 2022 -0700 71 1.1.1.7 mrg 72 1.1.1.7 mrg bdftopcf 1.1.1 73 1.1.1.7 mrg 74 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 75 1.1.1.7 mrg 76 1.1.1.7 mrg commit 200c891ed4a3d364aebdb18ed116ebbfd8101afe 77 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 78 1.1.1.7 mrg Date: Sat Sep 24 09:45:57 2022 -0700 79 1.1.1.7 mrg 80 1.1.1.7 mrg Remove weak symbol setup from Atom code 81 1.1.1.7 mrg 82 1.1.1.7 mrg Not needed here, since this isn't a library and there is no 83 1.1.1.7 mrg other source of these functions we link against. 84 1.1.1.7 mrg 85 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 86 1.1.1.7 mrg 87 1.1.1.7 mrg commit 7e29b1d29c6d7cbabe1bad536f7b8f644bffcd4f 88 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 89 1.1.1.7 mrg Date: Fri Sep 16 16:05:28 2022 -0700 90 1.1.1.7 mrg 91 1.1.1.7 mrg Remove unnecessary cast of strlen result in malloc argument 92 1.1.1.7 mrg 93 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 94 1.1.1.7 mrg 95 1.1.1.7 mrg commit 949da2db3e9357d8256863475a8c63409a8fc7b9 96 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 97 1.1.1.7 mrg Date: Fri Sep 16 15:58:21 2022 -0700 98 1.1.1.7 mrg 99 1.1.1.7 mrg Fix -Wsign-compare warnings 100 1.1.1.7 mrg 101 1.1.1.7 mrg atom.c: In function MakeAtom: 102 1.1.1.7 mrg atom.c:161:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] 103 1.1.1.7 mrg if (hashTable[h]->hash == hash && hashTable[h]->len == len && 104 1.1.1.7 mrg ^~ 105 1.1.1.7 mrg atom.c:172:69: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] 106 1.1.1.7 mrg if (hashTable[h]->hash == hash && hashTable[h]->len == len && 107 1.1.1.7 mrg ^~ 108 1.1.1.7 mrg atom.c:207:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] 109 1.1.1.7 mrg if (reverseMapSize <= a->atom) { 110 1.1.1.7 mrg ^~ 111 1.1.1.7 mrg bitmap.c: In function bitmapGetMetrics: 112 1.1.1.7 mrg bitmap.c:154:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] 113 1.1.1.7 mrg for (int i = 0; i < *glyphCount; i++) { 114 1.1.1.7 mrg ^ 115 1.1.1.7 mrg 116 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 117 1.1.1.7 mrg 118 1.1.1.7 mrg commit c0fb322b8d53e3f9fdffbba8c733c78ff3d50c85 119 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 120 1.1.1.7 mrg Date: Fri Sep 16 15:50:53 2022 -0700 121 1.1.1.7 mrg 122 1.1.1.7 mrg Remove redundant null-pointer check 123 1.1.1.7 mrg 124 1.1.1.7 mrg As warned by cppcheck: 125 1.1.1.7 mrg 126 1.1.1.7 mrg bdfread.c:130:18: style: Condition '!line' is always false [knownConditionTrueFalse] 127 1.1.1.7 mrg if ((!line) || (bdfIsPrefix(line, "ENDCHAR"))) 128 1.1.1.7 mrg ^ 129 1.1.1.7 mrg bdfread.c:126:13: note: Assuming condition '!line' is false 130 1.1.1.7 mrg if (!line) 131 1.1.1.7 mrg ^ 132 1.1.1.7 mrg bdfread.c:130:18: note: Condition '!line' is always false 133 1.1.1.7 mrg if ((!line) || (bdfIsPrefix(line, "ENDCHAR"))) 134 1.1.1.7 mrg ^ 135 1.1.1.7 mrg 136 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 137 1.1.1.7 mrg 138 1.1.1.7 mrg commit d3e6a823537bb451be60febb6bfc769135fe5b35 139 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 140 1.1.1.7 mrg Date: Fri Sep 16 15:46:57 2022 -0700 141 1.1.1.7 mrg 142 1.1.1.7 mrg Remove redundant assignment 143 1.1.1.7 mrg 144 1.1.1.7 mrg As warned by cppcheck: 145 1.1.1.7 mrg bdfutils.c:164:17: style: Variable 'pp' is reassigned a value before the old one has been used. [redundantAssignment] 146 1.1.1.7 mrg for (pp = s; *pp; pp++) 147 1.1.1.7 mrg ^ 148 1.1.1.7 mrg bdfutils.c:162:12: note: pp is assigned 149 1.1.1.7 mrg pp = s; 150 1.1.1.7 mrg ^ 151 1.1.1.7 mrg bdfutils.c:164:17: note: pp is overwritten 152 1.1.1.7 mrg for (pp = s; *pp; pp++) 153 1.1.1.7 mrg ^ 154 1.1.1.7 mrg 155 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 156 1.1.1.7 mrg 157 1.1.1.7 mrg commit fa8eed6deefbb96d9d3e2af1b23b9fff193bda92 158 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 159 1.1.1.7 mrg Date: Fri Sep 16 15:41:31 2022 -0700 160 1.1.1.7 mrg 161 1.1.1.7 mrg Make some functions static that aren't called from other files 162 1.1.1.7 mrg 163 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 164 1.1.1.7 mrg 165 1.1.1.7 mrg commit 746899671c4d6f9d8b7fb25bb17109b331a1b2ed 166 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 167 1.1.1.7 mrg Date: Fri Sep 16 15:23:36 2022 -0700 168 1.1.1.7 mrg 169 1.1.1.7 mrg Delete functions identified as unused by cppcheck 170 1.1.1.7 mrg 171 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 172 1.1.1.7 mrg 173 1.1.1.7 mrg commit 6d526c90729d1b66da6c2546ad3ae794ff0f7751 174 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 175 1.1.1.7 mrg Date: Fri Sep 16 14:34:41 2022 -0700 176 1.1.1.7 mrg 177 1.1.1.7 mrg Variable scope reductions as recommended by cppcheck 178 1.1.1.7 mrg 179 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 180 1.1.1.7 mrg 181 1.1.1.7 mrg commit 548998994665241967a43e583f5d0f00ee089289 182 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 183 1.1.1.7 mrg Date: Fri Sep 16 13:20:48 2022 -0700 184 1.1.1.7 mrg 185 1.1.1.7 mrg Add .git-blame-ignore-revs to hide whitespace commits from git blame 186 1.1.1.7 mrg 187 1.1.1.7 mrg To use this in your local repo clone, you will need to either run 188 1.1.1.7 mrg `git blame --ignore-revs-file .git-blame-ignore-revs` 189 1.1.1.7 mrg or set it permanently with 190 1.1.1.7 mrg `git config blame.ignoreRevsFile .git-blame-ignore-revs` 191 1.1.1.7 mrg 192 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 193 1.1.1.7 mrg 194 1.1.1.7 mrg commit 1b66daf529d60196422ba71e77bb95ce74277447 195 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 196 1.1.1.7 mrg Date: Fri Sep 16 13:17:52 2022 -0700 197 1.1.1.7 mrg 198 1.1.1.7 mrg Adopt X.Org standard coding style (via x-indent-all.sh) 199 1.1.1.7 mrg 200 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 201 1.1.1.7 mrg 202 1.1.1.7 mrg commit 65861022b037b0262529c1e1eedecd0e00afb02d 203 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 204 1.1.1.7 mrg Date: Sun Jan 9 12:00:57 2022 -0800 205 1.1.1.7 mrg 206 1.1.1.7 mrg Build xz tarballs instead of bzip2 207 1.1.1.7 mrg 208 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 209 1.1.1.7 mrg 210 1.1.1.7 mrg commit c9b595bc61dc5519349a47c2ba07bf7309066657 211 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 212 1.1.1.7 mrg Date: Sun Jan 9 11:59:32 2022 -0800 213 1.1.1.7 mrg 214 1.1.1.7 mrg gitlab CI: add a basic build test 215 1.1.1.7 mrg 216 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 217 1.1.1.7 mrg 218 1.1.1.7 mrg commit 33edfaac0e8ddd9d125bdae8d3025f79642151d7 219 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 220 1.1.1.7 mrg Date: Sun Nov 28 13:48:34 2021 -0800 221 1.1.1.7 mrg 222 1.1.1.7 mrg Fix spelling/wording issues 223 1.1.1.7 mrg 224 1.1.1.7 mrg Found by using: 225 1.1.1.7 mrg codespell --builtin clear,rare,usage,informal,code,names 226 1.1.1.7 mrg 227 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 228 1.1.1.7 mrg 229 1.1.1.7 mrg commit 7a9d318d64c85a9000f8baeb23c267ac8629c6c0 230 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 231 1.1.1.7 mrg Date: Wed Nov 21 16:38:42 2018 -0800 232 1.1.1.7 mrg 233 1.1.1.7 mrg Update configure.ac bug URL for gitlab migration 234 1.1.1.7 mrg 235 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 236 1.1.1.7 mrg 237 1.1.1.7 mrg commit 91d4da2a278b28c4d9fda0832b23fd6309d925fb 238 1.1.1.7 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 239 1.1.1.7 mrg Date: Fri Nov 16 19:20:06 2018 -0800 240 1.1.1.7 mrg 241 1.1.1.7 mrg Update README for gitlab migration 242 1.1.1.7 mrg 243 1.1.1.7 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 244 1.1.1.7 mrg 245 1.1.1.7 mrg commit abf4bc86b696a41eb9183432bc1bbe84ae037194 246 1.1.1.7 mrg Author: Matthieu Herrb <matthieu (a] herrb.eu> 247 1.1.1.7 mrg Date: Sun Dec 10 13:48:00 2017 +0100 248 1.1.1.7 mrg 249 1.1.1.7 mrg Depend on xproto and fsproto that are now used. 250 1.1.1.7 mrg 251 1.1.1.7 mrg Signed-off-by: Matthieu Herrb <matthieu (a] herrb.eu> 252 1.1.1.7 mrg Reviewed-by: Matt Turner <mattst88 (a] gmail.com> 253 1.1.1.7 mrg 254 1.1.1.6 mrg commit c0b7d0b4a8436145f3fddc78d2452d7c720cce8b 255 1.1.1.6 mrg Author: Adam Jackson <ajax (a] redhat.com> 256 1.1.1.6 mrg Date: Tue Nov 7 14:10:52 2017 -0500 257 1.1.1.6 mrg 258 1.1.1.6 mrg bdftopcf 1.1 259 1.1.1.6 mrg 260 1.1.1.6 mrg Signed-off-by: Adam Jackson <ajax (a] redhat.com> 261 1.1.1.6 mrg 262 1.1.1.6 mrg commit 140f7f6e071a239329d700aa24191a664be2bea2 263 1.1.1.6 mrg Author: Adam Jackson <ajax (a] redhat.com> 264 1.1.1.6 mrg Date: Fri Nov 3 14:05:18 2017 -0400 265 1.1.1.6 mrg 266 1.1.1.6 mrg Import more libXfont 1.x headers 267 1.1.1.6 mrg 268 1.1.1.6 mrg The previous commit would build if you had the old headers installed, 269 1.1.1.6 mrg but building it in a fresh chroot would fail. Import some more junk and 270 1.1.1.6 mrg fix up the includes appropriately. 271 1.1.1.6 mrg 272 1.1.1.6 mrg Signed-off-by: Adam Jackson <ajax (a] redhat.com> 273 1.1.1.6 mrg 274 1.1.1.6 mrg commit 102696da8737fcb324034f673cd5815f28923311 275 1.1.1.6 mrg Author: Adam Jackson <ajax (a] redhat.com> 276 1.1.1.6 mrg Date: Tue Oct 24 13:54:47 2017 -0400 277 1.1.1.6 mrg 278 1.1.1.6 mrg Import libXfont's BDF-to-PCF code 279 1.1.1.6 mrg 280 1.1.1.6 mrg bdftopcf is the only consumer of libXfont 1.x's read/write support, and 281 1.1.1.6 mrg we'd like 1.x to go away entirely. Copy in the BDF read and PCF write 282 1.1.1.6 mrg support so there's one fewer consumer of 1.x. 283 1.1.1.6 mrg 284 1.1.1.6 mrg Signed-off-by: Adam Jackson <ajax (a] redhat.com> 285 1.1.1.6 mrg Acked-by: Julien Cristau <jcristau (a] debian.org> 286 1.1.1.6 mrg 287 1.1.1.6 mrg commit e12c03d50a634a98e4560c7117a3bec3349561e9 288 1.1.1.6 mrg Author: Mihail Konev <k.mvc (a] ya.ru> 289 1.1.1.6 mrg Date: Thu Jan 26 14:00:20 2017 +1000 290 1.1.1.6 mrg 291 1.1.1.6 mrg autogen: add default patch prefix 292 1.1.1.6 mrg 293 1.1.1.6 mrg Signed-off-by: Mihail Konev <k.mvc (a] ya.ru> 294 1.1.1.6 mrg 295 1.1.1.6 mrg commit 96dd358a7f921b45c381c42f483e5564ee0b80a7 296 1.1.1.6 mrg Author: Emil Velikov <emil.l.velikov (a] gmail.com> 297 1.1.1.6 mrg Date: Mon Mar 9 12:00:52 2015 +0000 298 1.1.1.6 mrg 299 1.1.1.6 mrg autogen.sh: use quoted string variables 300 1.1.1.6 mrg 301 1.1.1.6 mrg Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 302 1.1.1.6 mrg fall-outs, when they contain space. 303 1.1.1.6 mrg 304 1.1.1.6 mrg Signed-off-by: Emil Velikov <emil.l.velikov (a] gmail.com> 305 1.1.1.6 mrg Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net> 306 1.1.1.6 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net> 307 1.1.1.6 mrg 308 1.1.1.6 mrg commit d43135887fce7709084f5d3df9bf1e4c992fbd65 309 1.1.1.6 mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net> 310 1.1.1.6 mrg Date: Tue Jan 24 10:32:07 2017 +1000 311 1.1.1.6 mrg 312 1.1.1.6 mrg autogen.sh: use exec instead of waiting for configure to finish 313 1.1.1.6 mrg 314 1.1.1.6 mrg Syncs the invocation of configure with the one from the server. 315 1.1.1.6 mrg 316 1.1.1.6 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net> 317 1.1.1.6 mrg Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com> 318 1.1.1.6 mrg 319 1.1.1.5 mrg commit 211c077af0cf634aec54b91de7dde916da2da84b 320 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 321 1.1.1.5 mrg Date: Tue Dec 30 15:14:31 2014 -0800 322 1.1.1.5 mrg 323 1.1.1.5 mrg bdftopcf 1.0.5 324 1.1.1.5 mrg 325 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 326 1.1.1.5 mrg 327 1.1.1.5 mrg commit 234ab38883e36d63e4677d44a759fba829f68393 328 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 329 1.1.1.5 mrg Date: Sun Jun 1 21:02:04 2014 -0700 330 1.1.1.5 mrg 331 1.1.1.5 mrg autogen.sh: Honor NOCONFIGURE=1 332 1.1.1.5 mrg 333 1.1.1.5 mrg See http://people.gnome.org/~walters/docs/build-api.txt 334 1.1.1.5 mrg 335 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 336 1.1.1.5 mrg 337 1.1.1.5 mrg commit 05a3d1360842f6c530e53dec6480ef21ffc9f5db 338 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 339 1.1.1.5 mrg Date: Sun Jun 1 21:02:04 2014 -0700 340 1.1.1.5 mrg 341 1.1.1.5 mrg configure: Drop AM_MAINTAINER_MODE 342 1.1.1.5 mrg 343 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 344 1.1.1.5 mrg 345 1.1.1.5 mrg commit cf81381eac18f1a1f894fd31f2e4def1fbf7d027 346 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 347 1.1.1.5 mrg Date: Mon Nov 4 22:29:59 2013 -0800 348 1.1.1.5 mrg 349 1.1.1.5 mrg Print which option was in error along with usage message 350 1.1.1.5 mrg 351 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 352 1.1.1.5 mrg Reviewed-by: Gaetan Nadon <memsize (a] videotron.ca> 353 1.1.1.5 mrg 354 1.1.1.5 mrg commit 2f5ac9eabfc9609bce3aa420a64f29279e626e95 355 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 356 1.1.1.5 mrg Date: Mon Nov 4 22:28:19 2013 -0800 357 1.1.1.5 mrg 358 1.1.1.5 mrg Correct usage message for scanline unit option to be -u, not -s 359 1.1.1.5 mrg 360 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 361 1.1.1.5 mrg Reviewed-by: Matthieu Herrb <matthieu (a] herrb.eu> 362 1.1.1.5 mrg 363 1.1.1.5 mrg commit c8f568f295a11a7be406f170ed77a4c17a19fa7d 364 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 365 1.1.1.5 mrg Date: Sat Jan 19 09:19:11 2013 -0800 366 1.1.1.5 mrg 367 1.1.1.5 mrg config: Add missing AC_CONFIG_SRCDIR 368 1.1.1.5 mrg 369 1.1.1.5 mrg Regroup AC statements under the Autoconf initialization section. 370 1.1.1.5 mrg Regroup AM statements under the Automake initialization section. 371 1.1.1.5 mrg 372 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 373 1.1.1.5 mrg 374 1.1.1.4 mrg commit 4759123ce0333e37ca13f3a6c9feed503fb13895 375 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 376 1.1.1.4 mrg Date: Mon Jan 14 21:14:56 2013 -0800 377 1.1.1.4 mrg 378 1.1.1.4 mrg bdftopcf 1.0.4 379 1.1.1.4 mrg 380 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 381 1.1.1.4 mrg 382 1.1.1.4 mrg commit eb5013a55e7229979e5f46e627553e6121c2fca1 383 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 384 1.1.1.4 mrg Date: Thu Jan 3 00:21:36 2013 -0800 385 1.1.1.4 mrg 386 1.1.1.4 mrg Use remove() instead of unlink() to remove files 387 1.1.1.4 mrg 388 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 389 1.1.1.4 mrg 390 1.1.1.4 mrg commit b6371ad6463cdc0c35e7ca5a34f1bd6d945266ec 391 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 392 1.1.1.4 mrg Date: Thu Jan 3 00:19:30 2013 -0800 393 1.1.1.4 mrg 394 1.1.1.4 mrg Use symbolic names instead of raw integers for stdin & stdout fd's 395 1.1.1.4 mrg 396 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 397 1.1.1.4 mrg 398 1.1.1.4 mrg commit 15cfc3dcd9194fcca7715049eb1f49be2aa6d92f 399 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 400 1.1.1.4 mrg Date: Thu Jan 3 00:17:05 2013 -0800 401 1.1.1.4 mrg 402 1.1.1.4 mrg Add -v flag to print version info 403 1.1.1.4 mrg 404 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 405 1.1.1.4 mrg 406 1.1.1.4 mrg commit b73e3de2d8a192d64f22fd2f450741cba2b7ee18 407 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 408 1.1.1.4 mrg Date: Thu Jan 3 00:07:16 2013 -0800 409 1.1.1.4 mrg 410 1.1.1.4 mrg Combine usage message strings 411 1.1.1.4 mrg 412 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 413 1.1.1.4 mrg 414 1.1.1.4 mrg commit f82c76db93e191f5d6dfc2b07333a2b22dc52875 415 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 416 1.1.1.4 mrg Date: Thu Jan 3 00:07:06 2013 -0800 417 1.1.1.4 mrg 418 1.1.1.4 mrg Initialize font to 0 values directly instead of via bzero 419 1.1.1.4 mrg 420 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 421 1.1.1.4 mrg 422 1.1.1.4 mrg commit a28c5c4f2b9f3e20fb176e08a1eda149a8b866f3 423 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 424 1.1.1.4 mrg Date: Thu Jan 3 00:01:52 2013 -0800 425 1.1.1.4 mrg 426 1.1.1.4 mrg Adopt X.Org standard coding style (via x-indent.sh) 427 1.1.1.4 mrg 428 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 429 1.1.1.4 mrg 430 1.1.1.4 mrg commit 6d842fb19b4c85fd1bc69db604034667c0bb7b43 431 1.1.1.4 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 432 1.1.1.4 mrg Date: Wed Jan 19 10:06:55 2011 -0500 433 1.1.1.4 mrg 434 1.1.1.4 mrg config: move man pages into their own directory 435 1.1.1.4 mrg 436 1.1.1.4 mrg Use services provided by XORG_MANPAGE_SECTIONS. 437 1.1.1.4 mrg Use standard Makefile for man pages. 438 1.1.1.4 mrg 439 1.1.1.4 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 440 1.1.1.4 mrg 441 1.1.1.4 mrg commit f474c8a243d89162b596376193f802916428b89f 442 1.1.1.4 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 443 1.1.1.4 mrg Date: Thu Jan 13 11:15:00 2011 -0500 444 1.1.1.4 mrg 445 1.1.1.4 mrg man: remove trailing spaces and tabs 446 1.1.1.4 mrg 447 1.1.1.4 mrg Using s/[ \t]*$// 448 1.1.1.4 mrg 449 1.1.1.4 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 450 1.1.1.4 mrg 451 1.1.1.4 mrg commit 5a98c1aff0d4d66a12132c18060172b20d556278 452 1.1.1.4 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 453 1.1.1.4 mrg Date: Wed Jan 12 16:28:01 2011 -0500 454 1.1.1.4 mrg 455 1.1.1.4 mrg config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 456 1.1.1.4 mrg 457 1.1.1.4 mrg This silences an Autoconf warning 458 1.1.1.4 mrg 459 1.1.1.4 mrg commit e14b41b2af0c4aba099222433ef983ef83d4c938 460 1.1.1.4 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 461 1.1.1.4 mrg Date: Wed Jan 12 11:54:40 2011 -0500 462 1.1.1.4 mrg 463 1.1.1.4 mrg config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS 464 1.1.1.4 mrg 465 1.1.1.4 mrg It depends on util-macros 1.8 or later 466 1.1.1.4 mrg The existing statement can now be removed from the configuration file. 467 1.1.1.4 mrg 468 1.1.1.4 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 469 1.1.1.4 mrg 470 1.1.1.3 mrg commit bd6356693855f22de4fa50696c19f5bd8103aa88 471 1.1.1.3 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 472 1.1.1.3 mrg Date: Fri Oct 29 19:53:54 2010 -0700 473 1.1.1.3 mrg 474 1.1.1.3 mrg bdftopcf 1.0.3 475 1.1.1.3 mrg 476 1.1.1.3 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 477 1.1.1.3 mrg 478 1.1.1.3 mrg commit 423c3438394aa762feb9038e54e061f1761be252 479 1.1.1.3 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 480 1.1.1.3 mrg Date: Fri Oct 29 19:52:06 2010 -0700 481 1.1.1.3 mrg 482 1.1.1.3 mrg Remove unnecessary calls from configure.ac 483 1.1.1.3 mrg 484 1.1.1.3 mrg XORG_DEFAULT_OPTIONS calls AC_PROG_CC 485 1.1.1.3 mrg PKG_CHECK_MODULES calls AC_SUBST for CFLAGS and LIBS 486 1.1.1.3 mrg 487 1.1.1.3 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 488 1.1.1.3 mrg 489 1.1.1.3 mrg commit 89573e80d65db01ff12426781394969857bad715 490 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 491 1.1.1.3 mrg Date: Tue Jul 20 18:45:18 2010 -0400 492 1.1.1.3 mrg 493 1.1.1.3 mrg config: update AC_PREREQ statement to 2.60 494 1.1.1.3 mrg 495 1.1.1.3 mrg Unrelated to the previous patches, the new value simply reflects 496 1.1.1.3 mrg the reality that the minimum level for autoconf to configure 497 1.1.1.3 mrg all x.org modules is 2.60 dated June 2006. 498 1.1.1.3 mrg 499 1.1.1.3 mrg ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 500 1.1.1.3 mrg 501 1.1.1.3 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca> 502 1.1.1.3 mrg 503 1.1.1.3 mrg commit 7de8e74341322be5e6f4830478d477ef17c13a4a 504 1.1.1.3 mrg Author: Jesse Adkins <jesserayadkins (a] gmail.com> 505 1.1.1.3 mrg Date: Tue Sep 28 13:29:48 2010 -0700 506 1.1.1.3 mrg 507 1.1.1.3 mrg Purge cvs tags. 508 1.1.1.3 mrg 509 1.1.1.3 mrg Signed-off-by: Jesse Adkins <jesserayadkins (a] gmail.com> 510 1.1.1.3 mrg 511 1.1.1.3 mrg commit 9615bfc454af6cb489e9572895ef00af022303b1 512 1.1.1.3 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 513 1.1.1.3 mrg Date: Thu Jul 22 19:10:24 2010 -0700 514 1.1.1.3 mrg 515 1.1.1.3 mrg Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target 516 1.1.1.3 mrg 517 1.1.1.3 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 518 1.1.1.3 mrg 519 1.1.1.3 mrg commit ff16701d9054e47f1205e6ba4372077bd136062c 520 1.1.1.3 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com> 521 1.1.1.3 mrg Date: Thu Jul 22 19:07:08 2010 -0700 522 1.1.1.3 mrg 523 1.1.1.3 mrg config: upgrade to util-macros 1.8 for additional man page support 524 1.1.1.3 mrg 525 1.1.1.3 mrg Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 526 1.1.1.3 mrg The value of MAN_SUBST is the same for all X.Org packages. 527 1.1.1.3 mrg 528 1.1.1.3 mrg Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 529 1.1.1.3 mrg The existing statement can now be removed from the configuration file. 530 1.1.1.3 mrg 531 1.1.1.3 mrg Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) 532 1.1.1.3 mrg Enables silent rule and use platform appropriate version of sed. 533 1.1.1.3 mrg 534 1.1.1.3 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com> 535 1.1.1.3 mrg 536 1.1.1.3 mrg commit b29030dd85de4dee5d756390b1d15b3187bbb6d0 537 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 538 1.1.1.3 mrg Date: Thu Nov 26 09:19:52 2009 -0500 539 1.1.1.3 mrg 540 1.1.1.3 mrg Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 541 1.1.1.3 mrg 542 1.1.1.3 mrg Now that the INSTALL file is generated. 543 1.1.1.3 mrg Allows running make maintainer-clean. 544 1.1.1.3 mrg 545 1.1.1.3 mrg commit fbce46de46b4c13098dc0590cf077150af3a470c 546 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 547 1.1.1.3 mrg Date: Wed Oct 28 14:09:07 2009 -0400 548 1.1.1.3 mrg 549 1.1.1.3 mrg INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 550 1.1.1.3 mrg 551 1.1.1.3 mrg Add missing INSTALL file. Use standard GNU file on building tarball 552 1.1.1.3 mrg README may have been updated 553 1.1.1.3 mrg Remove AUTHORS file as it is empty and no content available yet. 554 1.1.1.3 mrg Remove NEWS file as it is empty and no content available yet. 555 1.1.1.3 mrg 556 1.1.1.3 mrg commit 8a6a1f4b7bde74b6df62ac949e75b4ba0aedff97 557 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 558 1.1.1.3 mrg Date: Tue Oct 27 15:07:24 2009 -0400 559 1.1.1.3 mrg 560 1.1.1.3 mrg Deploy the new XORG_DEFAULT_OPTIONS #24242 561 1.1.1.3 mrg 562 1.1.1.3 mrg This macro aggregate a number of existing macros that sets commmon 563 1.1.1.3 mrg X.Org components configuration options. It shields the configuration file from 564 1.1.1.3 mrg future changes. 565 1.1.1.3 mrg 566 1.1.1.3 mrg commit 8021c657bcc6f27b99ed7a61f4036d614c47367d 567 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 568 1.1.1.3 mrg Date: Mon Oct 26 22:08:37 2009 -0400 569 1.1.1.3 mrg 570 1.1.1.3 mrg Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 571 1.1.1.3 mrg 572 1.1.1.3 mrg ChangeLog filename is known to Automake and requires no further 573 1.1.1.3 mrg coding in the makefile. 574 1.1.1.3 mrg 575 1.1.1.3 mrg commit 6c1e289e0dcdd02b47d09547a8c5f9c8f0f50221 576 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca> 577 1.1.1.3 mrg Date: Thu Oct 22 12:34:14 2009 -0400 578 1.1.1.3 mrg 579 1.1.1.3 mrg .gitignore: use common defaults with custom section # 24239 580 1.1.1.3 mrg 581 1.1.1.3 mrg Using common defaults will reduce errors and maintenance. 582 1.1.1.3 mrg Only the very small or inexistent custom section need periodic maintenance 583 1.1.1.3 mrg when the structure of the component changes. Do not edit defaults. 584 1.1.1.3 mrg 585 1.1.1.2 mrg commit 74b5dca54052c778d49e96b92fc2ef888a80cf8f 586 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 587 1.1.1.2 mrg Date: Mon Sep 21 19:57:36 2009 -0700 588 1.1.1.2 mrg 589 1.1.1.2 mrg bdftopcf 1.0.2 590 1.1.1.2 mrg 591 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com> 592 1.1.1.2 mrg 593 1.1.1.2 mrg commit 4f63878eab32d41c8a010d5e187f0c4cdc7eff32 594 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 595 1.1.1.2 mrg Date: Mon Sep 21 19:51:44 2009 -0700 596 1.1.1.2 mrg 597 1.1.1.2 mrg Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 598 1.1.1.2 mrg 599 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com> 600 1.1.1.2 mrg 601 1.1.1.2 mrg commit 96a182df6f4168ec0b5585f08b088bfd58a383f6 602 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 603 1.1.1.2 mrg Date: Mon Sep 21 19:43:10 2009 -0700 604 1.1.1.2 mrg 605 1.1.1.2 mrg Add pointers to mailing list, bugzilla, wiki & git repo to README 606 1.1.1.2 mrg 607 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com> 608 1.1.1.2 mrg 609 1.1.1.2 mrg commit 7f1a66ecbe983e83e91941706218cde705b6cc0b 610 1.1.1.2 mrg Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br> 611 1.1.1.2 mrg Date: Thu Jan 15 18:18:52 2009 -0200 612 1.1.1.2 mrg 613 1.1.1.2 mrg Ansification and compile warning fixes. 614 1.1.1.2 mrg 615 1.1.1.2 mrg This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects 616 1.1.1.2 mrg make distcheck. There weren't any gcc 4.3 or sparse warnings. 617 1.1.1.2 mrg 618 1.1.1.2 mrg commit 74541609dccff6e8405286b3f27661e2f4a00b29 619 1.1.1.2 mrg Author: James Cloos <cloos (a] jhcloos.com> 620 1.1.1.2 mrg Date: Thu Dec 6 15:51:03 2007 -0500 621 1.1.1.2 mrg 622 1.1.1.2 mrg Add missing PHONY line for automatic ChangeLog generation 623 1.1.1.2 mrg 624 1.1.1.2 mrg commit d6286044123ff787acf494a376dc22b2265623e2 625 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 626 1.1.1.2 mrg Date: Wed Apr 25 17:05:43 2007 -0700 627 1.1.1.2 mrg 628 1.1.1.2 mrg Version bump: 1.0.1 629 1.1.1.2 mrg 630 1.1 mrg commit 963c88d67500b581fd4d44d4f561089c66bf7c56 631 1.1 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 632 1.1 mrg Date: Tue Apr 24 20:04:39 2007 -0700 633 1.1 mrg 634 1.1 mrg Fix sparse warning: Using plain integer as NULL pointer 635 1.1 mrg 636 1.1 mrg commit 7206fb39a668384dfba3c8436222722123f4c9ff 637 1.1 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 638 1.1 mrg Date: Tue Apr 24 20:03:51 2007 -0700 639 1.1 mrg 640 1.1 mrg Add target for checking code with sparse/lint/etc. 641 1.1 mrg 642 1.1 mrg commit c42df278513724e3236eecda859f069c34f78508 643 1.1 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 644 1.1 mrg Date: Tue Apr 24 20:01:40 2007 -0700 645 1.1 mrg 646 1.1 mrg Replace static ChangeLog with disthook to generate from git log 647 1.1 mrg 648 1.1 mrg commit 608915a471c5a7a1cc3ecca19fc1b516480f439f 649 1.1 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 650 1.1 mrg Date: Tue Apr 24 19:31:40 2007 -0700 651 1.1 mrg 652 1.1 mrg Sun bug 6509763: bdftopcf crashes when bad font passed on stdin 653 1.1 mrg 654 1.1 mrg When printing corrupt font error message, make sure file name reported is 655 1.1 mrg not NULL. 656 1.1 mrg 657 1.1 mrg commit a498f77133c4a6df5a192133528a846bd9e88d7c 658 1.1 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com> 659 1.1 mrg Date: Tue Apr 24 19:30:13 2007 -0700 660 1.1 mrg 661 1.1 mrg renamed: .cvsignore -> .gitignore 662 1.1 mrg 663 1.1 mrg commit ebb668bf17f019813cc9615269d28da8205f1d00 664 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 665 1.1 mrg Date: Thu Dec 15 00:24:01 2005 +0000 666 1.1 mrg 667 1.1 mrg Update package version number for final X11R7 release candidate. 668 1.1 mrg 669 1.1 mrg commit 8e3cd1b0e5c443c3c93565343c6721a3345c085e 670 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 671 1.1 mrg Date: Tue Dec 6 22:48:15 2005 +0000 672 1.1 mrg 673 1.1 mrg Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 674 1.1 mrg 675 1.1 mrg commit a61fd8c9f26b1defde1bf45ba5b938c197951d3f 676 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 677 1.1 mrg Date: Sat Dec 3 05:49:14 2005 +0000 678 1.1 mrg 679 1.1 mrg Update package version number for X11R7 RC3 release. 680 1.1 mrg 681 1.1 mrg commit 148db4c885a1adebf21e21d8f505b0148763cc00 682 1.1 mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 683 1.1 mrg Date: Mon Nov 28 22:01:36 2005 +0000 684 1.1 mrg 685 1.1 mrg Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 686 1.1 mrg update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 687 1.1 mrg 688 1.1 mrg commit a8afffe03349e74fbec823dd074b0c65bcc579c4 689 1.1 mrg Author: Eric Anholt <anholt (a] freebsd.org> 690 1.1 mrg Date: Mon Nov 21 10:34:54 2005 +0000 691 1.1 mrg 692 1.1 mrg Another pass at .cvsignores for apps. 693 1.1 mrg 694 1.1 mrg commit 1f9a92c950da572b246a5ee354617c7628539e9b 695 1.1 mrg Author: Eric Anholt <anholt (a] freebsd.org> 696 1.1 mrg Date: Sun Nov 20 22:08:47 2005 +0000 697 1.1 mrg 698 1.1 mrg Add/improve .cvsignore files for apps. 699 1.1 mrg 700 1.1 mrg commit f4d3c5288e31356b794253afb48c3691779b1cc2 701 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 702 1.1 mrg Date: Sat Nov 19 07:15:35 2005 +0000 703 1.1 mrg 704 1.1 mrg Update pkgconfig files to separate library build-time dependencies from 705 1.1 mrg application build-time dependencies, and update package deps to work 706 1.1 mrg with separate build roots. 707 1.1 mrg 708 1.1 mrg commit ebac4be33d3b439772212d35934f2753f03f42fe 709 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 710 1.1 mrg Date: Wed Nov 9 21:09:19 2005 +0000 711 1.1 mrg 712 1.1 mrg Update package version number for X11R7 RC2 release. 713 1.1 mrg 714 1.1 mrg commit 95833b04ce5ee998bcf2aaea03718157566ec671 715 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 716 1.1 mrg Date: Tue Nov 1 15:05:18 2005 +0000 717 1.1 mrg 718 1.1 mrg Update pkgcheck depedencies to work with separate build roots. 719 1.1 mrg 720 1.1 mrg commit 4358112e4b8c7433001c682de59b896df446d0f1 721 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 722 1.1 mrg Date: Wed Oct 19 02:47:47 2005 +0000 723 1.1 mrg 724 1.1 mrg Update package version number for RC1 release. 725 1.1 mrg 726 1.1 mrg commit 3079b683034b5ca45182df15e420041377aff190 727 1.1 mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 728 1.1 mrg Date: Mon Oct 17 23:56:18 2005 +0000 729 1.1 mrg 730 1.1 mrg Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 731 1.1 mrg work better with BSD make 732 1.1 mrg 733 1.1 mrg commit 3cf12f8bb84f6c7f48d21372026ed90cfbb448a4 734 1.1 mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com> 735 1.1 mrg Date: Fri Oct 14 00:25:40 2005 +0000 736 1.1 mrg 737 1.1 mrg Use sed to fill in variables in man page 738 1.1 mrg 739 1.1 mrg commit 1367d1093078bb49e4f1b5f1453fea41ae6f2b25 740 1.1.1.8 mrg Author: Kristian Hgsberg <krh (a] redhat.com> 741 1.1 mrg Date: Fri Sep 23 20:39:52 2005 +0000 742 1.1 mrg 743 1.1 mrg Fill these in. 744 1.1 mrg 745 1.1 mrg commit fc73e4a7408f73006267c4f9dbbd8edfadda17d6 746 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 747 1.1 mrg Date: Fri Jul 29 21:22:28 2005 +0000 748 1.1 mrg 749 1.1 mrg Various changes preparing packages for RC0: 750 1.1 mrg - Verify and update package version numbers as needed 751 1.1 mrg - Implement versioning scheme 752 1.1 mrg - Change bug address to point to bugzilla bug entry form 753 1.1 mrg - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 754 1.1 mrg reenable it) 755 1.1 mrg - Fix makedepend to use pkgconfig and pass distcheck 756 1.1 mrg - Update build script to build macros first 757 1.1 mrg - Update modular Xorg version 758 1.1 mrg 759 1.1 mrg commit 4641ea0102ddccbe57de71dba7d31993b4f0d5fe 760 1.1 mrg Author: Adam Jackson <ajax (a] nwnk.net> 761 1.1 mrg Date: Wed Jul 20 19:31:48 2005 +0000 762 1.1 mrg 763 1.1 mrg Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 764 1.1 mrg configure cache, you cache it, and the cached value is probably wrong. 765 1.1 mrg 766 1.1 mrg commit a1714821678853a349cfeb735e5cc2c05d7d7e10 767 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 768 1.1 mrg Date: Sun Jul 3 21:38:43 2005 +0000 769 1.1 mrg 770 1.1 mrg Install publicly used headers in X11/fonts. 771 1.1 mrg Change source files that use these headers to get them via <X11/fonts/*.h>. 772 1.1 mrg 773 1.1 mrg commit 054583b047ea55cf8788ca94849f28c1fd601ee0 774 1.1 mrg Author: Kevin E Martin <kem (a] kem.org> 775 1.1 mrg Date: Sat Jul 2 21:42:05 2005 +0000 776 1.1 mrg 777 1.1 mrg Add build system for bdftopcf, mkfontdir and mkfontscale 778 1.1 mrg 779 1.1 mrg commit b19c10fc3e619fba0dfc0a93a79c3368fcc5ef8c 780 1.1 mrg Author: Egbert Eich <eich (a] suse.de> 781 1.1 mrg Date: Fri Apr 23 19:54:31 2004 +0000 782 1.1 mrg 783 1.1 mrg Merging XORG-CURRENT into trunk 784 1.1 mrg 785 1.1 mrg commit 3dc306ac1d27de0c20faaef7d0094131783fd294 786 1.1 mrg Author: Egbert Eich <eich (a] suse.de> 787 1.1 mrg Date: Sun Mar 14 08:34:49 2004 +0000 788 1.1 mrg 789 1.1 mrg Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 790 1.1 mrg 791 1.1 mrg commit c3b089ed758a0c74682256430bcbbb805b30e5ba 792 1.1 mrg Author: Egbert Eich <eich (a] suse.de> 793 1.1 mrg Date: Wed Mar 3 12:12:50 2004 +0000 794 1.1 mrg 795 1.1 mrg Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 796 1.1 mrg 797 1.1 mrg commit a455d7e899f248a6333c1435aaefa79a998fc9b3 798 1.1 mrg Author: Egbert Eich <eich (a] suse.de> 799 1.1 mrg Date: Thu Feb 26 13:36:15 2004 +0000 800 1.1 mrg 801 1.1 mrg readding XFree86's cvs IDs 802 1.1 mrg 803 1.1 mrg commit 74b7fe4751a5a37fa6c42b236038ed8f6109a5bd 804 1.1 mrg Author: Egbert Eich <eich (a] suse.de> 805 1.1 mrg Date: Thu Feb 26 09:23:53 2004 +0000 806 1.1 mrg 807 1.1 mrg Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 808 1.1 mrg 809 1.1 mrg commit 0ec9383c6314fbe7eb4b153a5b931cdced8e78a5 810 1.1 mrg Author: Kaleb Keithley <kaleb (a] freedesktop.org> 811 1.1 mrg Date: Fri Nov 14 16:48:57 2003 +0000 812 1.1 mrg 813 1.1 mrg XFree86 4.3.0.1 814 1.1 mrg 815 1.1 mrg commit f51be8ca0daef86a6f0b10383ca84f42fc1b9a74 816 1.1 mrg Author: Kaleb Keithley <kaleb (a] freedesktop.org> 817 1.1 mrg Date: Fri Nov 14 15:54:52 2003 +0000 818 1.1 mrg 819 1.1 mrg R6.6 is the Xorg base-line 820