ChangeLog revision 1.1.1.5 1 commit 57adc3d88856d96975479ba6a386ca1af1bc3cb8
2 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
3 Date: Fri Mar 9 17:51:02 2018 -0800
4
5 xload 1.1.3
6
7 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
8
9 commit 09e23fa098ab44c5861afa0ad30032cede22e1a7
10 Author: Mihail Konev <k.mvc (a] ya.ru>
11 Date: Thu Jan 26 14:00:21 2017 +1000
12
13 autogen: add default patch prefix
14
15 Signed-off-by: Mihail Konev <k.mvc (a] ya.ru>
16
17 commit dafec869b1040ba26aa9b7411576293cbeaef227
18 Author: Emil Velikov <emil.l.velikov (a] gmail.com>
19 Date: Mon Mar 9 12:00:52 2015 +0000
20
21 autogen.sh: use quoted string variables
22
23 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
24 fall-outs, when they contain space.
25
26 Signed-off-by: Emil Velikov <emil.l.velikov (a] gmail.com>
27 Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
28 Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
29
30 commit f137e5de4b21d253f5c0a475b347645145513a69
31 Author: Peter Hutterer <peter.hutterer (a] who-t.net>
32 Date: Tue Jan 24 10:32:07 2017 +1000
33
34 autogen.sh: use exec instead of waiting for configure to finish
35
36 Syncs the invocation of configure with the one from the server.
37
38 Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
39 Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com>
40
41 commit 57e2f649e76cba9e9959ca072ba10285cd17a060
42 Author: Jon TURNEY <jon.turney (a] dronecode.org.uk>
43 Date: Tue Apr 21 13:10:48 2015 +0100
44
45 Don't try to use [gs]et[ug]id on Win32
46
47 Signed-off-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
48 Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
49 Reviewed-by: David Macek <david.macek.0 (a] gmail.com>
50
51 commit 3d5d39cc98b4c5cbecbc1f10db1f6c01963efa94
52 Author: Jon TURNEY <jon.turney (a] dronecode.org.uk>
53 Date: Tue Apr 21 13:10:37 2015 +0100
54
55 Use Windows load interface for Win32 build, as well as Cygwin
56
57 Signed-off-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
58 Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
59 Reviewed-by: David Macek <david.macek.0 (a] gmail.com>
60
61 commit 5c74908c5abe5f91651e78b291ef7e1d02cca25a
62 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
63 Date: Sat May 31 22:14:29 2014 -0700
64
65 autogen.sh: Honor NOCONFIGURE=1
66
67 See http://people.gnome.org/~walters/docs/build-api.txt
68
69 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
70
71 commit 9d036c3cb4c1e777ed65dfb9c59db6ec9229e6f5
72 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
73 Date: Sat May 31 22:14:29 2014 -0700
74
75 configure: Drop AM_MAINTAINER_MODE
76
77 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
78
79 commit 23f4a318f3df9823aa2076616a7a06b3972e8d6b
80 Author: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
81 Date: Wed Dec 18 18:07:47 2013 +0000
82
83 Use wrapped windows header to fix compilation for Cygwin
84
85 xload uses a windows-specific interface to obtain the load average, as
86 getloadavg() is not implemented for Cygwin.
87
88 Including some versions of windows.h after including X11 headers can lead to
89 compilation errors as 'Status' is used as a type name in Xlib.h, but a parameter
90 or memeber name in Windows headers.
91
92 Include X11/Xwindows.h rather than windows.h directly, which wraps it in a such
93 way to avoid any conflict with X11 headers.
94
95 In file included from /usr/include/w32api/minwindef.h:146:0,
96 from /usr/include/w32api/windef.h:8,
97 from /usr/include/w32api/windows.h:69,
98 from /jhbuild/checkout/xorg/app/xload/get_load.c:53:
99 /usr/include/w32api/winnt.h:4951:15: error: two or more data types in declaration specifiers
100 DWORD64 Status;
101 ^
102 In file included from /usr/include/w32api/minwindef.h:146:0,
103 from /usr/include/w32api/windef.h:8,
104 from /usr/include/w32api/windows.h:69,
105 from /jhbuild/checkout/xorg/app/xload/get_load.c:53:
106 /usr/include/w32api/winnt.h:5090:13: error: two or more data types in declaration specifiers
107 DWORD Status;
108 ^
109
110 Signed-off-by: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
111 Reviewed-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
112
113 commit 0705cf954e2d92b379493accd1f0f984d87ec575
114 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
115 Date: Sat Aug 3 21:42:59 2013 -0700
116
117 xload 1.1.2
118
119 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
120
121 commit 51fd2af788ddf81b301f50050cf04e9bcba0f8e3
122 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
123 Date: Thu Jul 18 23:37:36 2013 -0700
124
125 Add noreturn attribute to usage() as suggested by -Wmissing-noreturn
126
127 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
128
129 commit 2f6ff61d2edbffdd2949a0546a7df67603462fca
130 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
131 Date: Sat Mar 30 08:44:33 2013 -0700
132
133 Use C99 struct initializers for XKeyboardControl values
134
135 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
136
137 commit 0f8ad26dc4baed4c1807e23c1560907b0c145073
138 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
139 Date: Sun Feb 24 17:48:39 2013 -0800
140
141 Use 'imdent' to make the deeply nested #ifdef levels easier to follow
142
143 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
144
145 commit 84e1b2ef03315927cb8a927bcecca73778e5f6c1
146 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
147 Date: Sun Feb 24 17:47:45 2013 -0800
148
149 Cleanup trailing whitespace
150
151 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
152
153 commit d436ab2166c03a54e58f6f4b48e876ba1c147d13
154 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
155 Date: Sun Feb 24 13:05:45 2013 -0800
156
157 Make getloadavg() the first choice on Unix systems that have it
158
159 Only fall back to complex, platform specific code if the simpler,
160 more portable option isn't found by configure.
161
162 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
163
164 commit b0613198f87af22be989fa54e785c64e147debb6
165 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
166 Date: Sun Feb 24 12:53:08 2013 -0800
167
168 unifdef -UX_NOT_POSIX
169
170 This just provided a declaration for lseek() for some of the ancient
171 Unix variants that were missing it in system headers.
172
173 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
174
175 commit da4390ce2dbc08292833ba141a4a98ac3da9f0d5
176 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
177 Date: Sun Feb 24 12:49:56 2013 -0800
178
179 unifdef -U__UNIXOS2__
180
181 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
182
183 commit 0e3449e7ac9fecfe9fbc51e0c132ebb32691ec66
184 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
185 Date: Sun Feb 24 12:48:49 2013 -0800
186
187 unifdef -Usequent
188
189 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
190
191 commit d496979565669a5590280eca717998470ab4ab9b
192 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
193 Date: Sun Feb 24 12:45:59 2013 -0800
194
195 unifdef -Uhcx
196
197 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
198
199 commit 0e301928d923d5ad875118e23ec6fdb4ae45f5d5
200 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
201 Date: Sun Feb 24 08:46:35 2013 -0800
202
203 unifdef -UUTEK
204
205 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
206
207 commit 85cf38eafaae6da715699e0209dbc4281b8c7453
208 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
209 Date: Sun Feb 24 08:45:18 2013 -0800
210
211 unifdef -Ualliant
212
213 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
214
215 commit 6f106ec95c47e6e36aaa24fa5ebfbfabc4203435
216 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
217 Date: Sun Feb 24 08:38:54 2013 -0800
218
219 unifdef -Usony
220
221 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
222
223 commit 8bc6852a27343737d662f64c0523648f6fe14e43
224 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
225 Date: Sun Feb 24 08:37:02 2013 -0800
226
227 unifdef -Uumips
228
229 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
230
231 commit a9c3d8ae9af214435eaf7741df0555e24f8dae45
232 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
233 Date: Sun Feb 24 08:32:56 2013 -0800
234
235 unifdef -UMOTOROLA
236
237 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
238
239 commit 0a7b2ab5abfbf557dc7f59bc3db15f3f580cbe1f
240 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
241 Date: Sun Feb 24 08:30:13 2013 -0800
242
243 unifdef -UAIXV3
244
245 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
246
247 commit b7ac64d925d89d117ccf3c7165f3325be59264ca
248 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
249 Date: Sun Feb 24 08:29:03 2013 -0800
250
251 unifdef -UCRAY
252
253 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
254
255 commit 8aa0329166dcb3ed4981ef0a782a475ced27f166
256 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
257 Date: Wed Feb 20 20:43:52 2013 -0800
258
259 Combine usage message strings
260
261 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
262
263 commit a370e2ede4cff90f233a0249a0c34bef18f57907
264 Author: Eric S. Raymond <esr (a] thyrsus.com>
265 Date: Thu Aug 23 12:10:16 2012 -0400
266
267 Eliminate use of tab stops. Helps with translation to DocBook.
268
269 Signed-off-by: Eric S. Raymond <esr (a] thyrsus.com>
270
271 commit 632b2054421d43ad8cc63203412d4ee0209f27e3
272 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
273 Date: Thu Mar 22 22:43:58 2012 -0700
274
275 xload 1.1.1
276
277 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
278
279 commit c32c291c02cfd299d42e6d0b6560adcdabba7808
280 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
281 Date: Tue Jan 17 20:21:41 2012 -0800
282
283 Solaris: use getloadavg from libc instead of kstats
284
285 The simpler interface (based on the BSD function) has been in libc since
286 Solaris 7, and avoids datasize bugs like the previous fix, so might as
287 well use it.
288
289 Purge all the other ancient Solaris & SunOS support variants as well.
290
291 This does mean if you want to keep running xload on a Sun OS version from
292 before 1998 you will need to use a branch of xload from before 2012 (such
293 as the one included in those old releases).
294
295 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
296
297 commit 4a54dee95260d36d0c8b5f8a35ac905f36b36f17
298 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
299 Date: Tue Jan 17 20:05:45 2012 -0800
300
301 Solaris: Read avenrun_1min kstat as a uint32, not a long
302
303 Fixes garbage data & crashes when built as a 64-bit binary on
304 Solaris SPARC, since the high 32-bits was being filled with randomness.
305
306 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
307 Reviewed-by: Arvind Umrao <arvind.umrao (a] oracle.com>
308 Reviewed-by: Jay Cotton <jay.cotton (a] oracle.com>
309
310 commit 1918be9695e0e912cb536373dd3da385473ab9e5
311 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
312 Date: Tue Dec 20 18:35:17 2011 -0800
313
314 Remove DG/UX support
315
316 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
317
318 commit f2b4a35060e6ebe55846b62780ca01c6d519c84f
319 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
320 Date: Tue Dec 20 18:26:38 2011 -0800
321
322 Convert sprintf to snprintf
323
324 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
325
326 commit fad963fc4d1d8dc0a860ee3c7e3280a13124e296
327 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
328 Date: Tue Dec 20 18:04:26 2011 -0800
329
330 Mark domaindir variable as const char * for gcc -Wwrite-strings
331
332 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
333
334 commit 7cccec04962741b0d37bc92e580e1029b2d49849
335 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
336 Date: Tue Dec 20 18:01:35 2011 -0800
337
338 Mark xload_error as noreturn
339
340 Silences a gcc warning
341 Raises the minimum version of xproto needed to build to 7.0.17
342
343 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
344
345 commit 6ec57ead120a3d42afcb76da012109dd713f12d9
346 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
347 Date: Tue Dec 20 17:55:39 2011 -0800
348
349 Mark string arguments to xload_error as const char * for gcc -Wwrite-strings
350
351 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
352
353 commit a53164911c182e73a03eb2eceaa5dfa81f4f98c3
354 Author: Gaetan Nadon <memsize (a] videotron.ca>
355 Date: Wed Jan 19 10:06:56 2011 -0500
356
357 config: move man pages into their own directory
358
359 Use services provided by XORG_MANPAGE_SECTIONS.
360 Use standard Makefile for man pages.
361
362 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
363
364 commit 822065fd4d359f0a0147168a3056ffe2acc485f7
365 Author: Gaetan Nadon <memsize (a] videotron.ca>
366 Date: Thu Jan 13 17:15:36 2011 -0500
367
368 man: replace hard coded man page section with substitution strings
369
370 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
371
372 commit 26201189d66f48451bd6cc31288a38d8c7378720
373 Author: Gaetan Nadon <memsize (a] videotron.ca>
374 Date: Thu Jan 13 11:15:47 2011 -0500
375
376 man: remove trailing spaces and tabs
377
378 Using s/[ \t]*$//
379
380 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
381
382 commit 6f4a03f20a9d268850727dc330e83978cdba2253
383 Author: Gaetan Nadon <memsize (a] videotron.ca>
384 Date: Wed Jan 12 15:29:50 2011 -0500
385
386 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
387
388 This silences an Automake warning.
389
390 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
391
392 commit b6e677512cf4ef9999846492100824c9e2a68ab6
393 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
394 Date: Sat Nov 20 19:37:11 2010 -0800
395
396 Purge RCS/CVS version tags
397
398 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
399
400 commit 83746b56b235a0bc4d30dcfd470f6d536333a502
401 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
402 Date: Sat Nov 20 19:33:28 2010 -0800
403
404 Remove ancient Domain/OS support (unifdef -Uapollo)
405
406 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
407
408 commit a3725bfb525de82b7c27d02476a2486e1fe343fd
409 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
410 Date: Sat Nov 20 19:31:32 2010 -0800
411
412 Remove ancient A/UX support (unifdef -UmacII)
413
414 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
415
416 commit 5d8db8b359c13b8a48060cbaa0fda358913c8b36
417 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
418 Date: Sat Nov 20 19:26:28 2010 -0800
419
420 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
421
422 Regroup AC statements under the Autoconf initialization section.
423 Regroup AM statements under the Automake initialization section.
424 Add missing AC_CONFIG_SRCDIR
425
426 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
427
428 commit e25648983336d4ed3b56ba3d295208f265f95ce2
429 Author: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
430 Date: Mon Oct 4 22:00:57 2010 -0500
431
432 Fix old-style function definitions on Cygwin
433
434 get_load.c: In function InitLoadPoint:
435 get_load.c:74:6: warning: old-style function definition
436 get_load.c: In function GetLoadPoint:
437 get_load.c:92:6: warning: old-style function definition
438
439 Signed-off-by: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
440 Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
441 Reviewed-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
442 Tested-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
443
444 commit 1652442c2f82d30d0ed4d9cfbd6d3725b09f4a29
445 Author: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
446 Date: Mon Oct 4 21:43:47 2010 -0500
447
448 Avoid excess Win32 includes on Cygwin
449
450 Fixes compilation errors due to recent w32api <winspool.h>, which is
451 not needed to compile xload.
452
453 Signed-off-by: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
454 Reviewed-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
455 Tested-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
456
457 commit 600c46eaccd89417a5e44e86d18f9c733af64dc9
458 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
459 Date: Sun Sep 26 13:06:17 2010 -0700
460
461 xload 1.1.0
462
463 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
464
465 commit 9a17373f8d3181b8dc2e86d9cadc04cd97f7b5e5
466 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
467 Date: Thu Sep 23 20:49:06 2010 -0700
468
469 config: Remove unnecessary calls from configure.ac
470
471 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
472
473 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
474
475 commit 2e1374266ef546a77218ec9bc00e12de142d888a
476 Author: Gaetan Nadon <memsize (a] videotron.ca>
477 Date: Tue Jul 20 18:45:18 2010 -0400
478
479 config: update AC_PREREQ statement to 2.60
480
481 Unrelated to the previous patches, the new value simply reflects
482 the reality that the minimum level for autoconf to configure
483 all x.org modules is 2.60 dated June 2006.
484
485 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
486
487 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
488
489 commit f77024a7f7e25bf10b945a0240eb34b532fccbe7
490 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
491 Date: Fri Aug 6 09:23:58 2010 -0700
492
493 Sun copyrights are now owned by Oracle
494
495 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
496
497 commit f1dc039a28e15b20037fd0e3a359712cacf269c9
498 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
499 Date: Thu Jul 1 18:14:35 2010 -0700
500
501 Xmu functions are called directly, so include it in PKG_CHECK_MODULES
502
503 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
504
505 commit 4efb36a101d94b678fc1996b035038a1e03d5165
506 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
507 Date: Thu Jul 1 18:11:32 2010 -0700
508
509 config: upgrade to util-macros 1.8 for additional man page support
510
511 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
512 The value of MAN_SUBST is the same for all X.Org packages.
513
514 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
515 The existing statement can now be removed from the configuration file.
516
517 Use XORG_DEFAULT_OPTIONS provided $(SED)
518 Use platform appropriate version of sed.
519
520 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
521
522 commit c57e77c5620dbf2573e630a4eceec5dd5c5985d9
523 Author: Gaetan Nadon <memsize (a] videotron.ca>
524 Date: Wed Mar 31 17:07:36 2010 -0400
525
526 config: ignore xload.po when using GETTEXT
527
528 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
529
530 commit a458825e9c6afe109460ebc1d0ca1fc08c6661a1
531 Author: Gaetan Nadon <memsize (a] videotron.ca>
532 Date: Wed Mar 31 16:52:55 2010 -0400
533
534 config: update and relocate AX_DEFINE_DIR macro
535
536 Remove deprecated acinclude.m4 macro container file
537 Use separate macro files as per autoconf recommendation
538 Use the latest macro from GNU
539
540 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
541
542 commit 396dd7f191773a903dc13f476e0f968dc1645407
543 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
544 Date: Sun Feb 14 15:20:30 2010 +0100
545
546 Let xload build on systems without gettext().
547
548 Signed-off-by: Matthieu Herrb <matthieu.herrb (a] laas.fr>
549
550 Reviewed-by: Julien Cristau <jcristau (a] debian.org>
551 Reviewed-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
552
553 commit 36659aa666808e5b42f5d98bce8f84bf82e88c0e
554 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
555 Date: Fri Jan 15 22:20:56 2010 -0800
556
557 Integrate gettext support with autotools build system
558
559 Mostly cribbed from prior work for libXpm
560
561 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
562
563 commit 6d96dd3d2df7d896a41d770ba380629948ead4d6
564 Author: Jay Hobson <jay.hobson (a] sun.com>
565 Date: Fri Aug 25 14:29:09 2000 -0700
566
567 Internationalize xload: Call gettext on strings printed to stderr
568
569 Originally done for Solaris 9 to fix Sun bug 4365629
570 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4365629
571
572 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
573
574 commit d957cad1a453a84309cef3e30237c39d0541ecc4
575 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
576 Date: Fri Jan 15 21:22:39 2010 -0800
577
578 Use automake silencer on man page generation too
579
580 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
581
582 commit 67b8eba82dba74f12f1ee4fac6f5ee8968b1f14c
583 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
584 Date: Fri Jan 15 21:20:50 2010 -0800
585
586 Move CWARNFLAGS addition from configure.ac to Makefile.am
587
588 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
589
590 commit a6040d867412b88e0586665079b96c0725b0a42c
591 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
592 Date: Fri Jan 15 21:16:53 2010 -0800
593
594 Raise xorg-macros requirement to 1.4
595
596 Needed since the changes in f5eb18cefb774c5a5d43923d21b61c180a96b8ad
597 depend on the INSTALL file delivered in xorg-macros 1.4
598
599 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
600
601 commit 0ddbf8aa2a67fb7a6b06c00b5ce2a654bd41c8df
602 Author: Gaetan Nadon <memsize (a] videotron.ca>
603 Date: Sat Dec 19 20:48:48 2009 -0500
604
605 configure.ac: use backticks rather than $() for cmd subs
606
607 Use "$PKG_CONFIG" rather than hard coded "pkg-config"
608
609 Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
610
611 commit f8bd2a195bd12161ba1fe16ef3e8ac0013d6eec2
612 Author: Gaetan Nadon <memsize (a] videotron.ca>
613 Date: Thu Nov 26 09:19:54 2009 -0500
614
615 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
616
617 Now that the INSTALL file is generated.
618 Allows running make maintainer-clean.
619
620 commit f5eb18cefb774c5a5d43923d21b61c180a96b8ad
621 Author: Gaetan Nadon <memsize (a] videotron.ca>
622 Date: Wed Oct 28 14:09:08 2009 -0400
623
624 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
625
626 Add missing INSTALL file. Use standard GNU file on building tarball
627 README may have been updated
628 Remove AUTHORS file as it is empty and no content available yet.
629 Remove NEWS file as it is empty and no content available yet.
630
631 commit c9117984a135aab376978da41ea31aba3ce34f3b
632 Author: Gaetan Nadon <memsize (a] videotron.ca>
633 Date: Tue Oct 27 15:07:25 2009 -0400
634
635 Deploy the new XORG_DEFAULT_OPTIONS #24242
636
637 This macro aggregate a number of existing macros that sets commmon
638 X.Org components configuration options. It shields the configuration file from
639 future changes.
640
641 commit 187d6b083f5ae87ce7d10ce1b263c9d32bcfaa73
642 Author: Gaetan Nadon <memsize (a] videotron.ca>
643 Date: Mon Oct 26 22:08:39 2009 -0400
644
645 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
646
647 ChangeLog filename is known to Automake and requires no further
648 coding in the makefile.
649
650 commit 038407d1c5f4ee08cca7c23476fd9dae06a0080f
651 Author: Gaetan Nadon <memsize (a] videotron.ca>
652 Date: Thu Oct 22 12:34:15 2009 -0400
653
654 .gitignore: use common defaults with custom section # 24239
655
656 Using common defaults will reduce errors and maintenance.
657 Only the very small or inexistent custom section need periodic maintenance
658 when the structure of the component changes. Do not edit defaults.
659
660 commit 141aa01f04e98d6e7ddf15726da85e3f2b8b71ab
661 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
662 Date: Thu Oct 1 14:54:25 2009 -0700
663
664 Add README with pointers to mailing lists, bugzilla, & git
665
666 Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
667
668 commit 68bad5a59d3619372cb4a48563f5c7423f54163d
669 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
670 Date: Thu Jan 22 15:31:58 2009 -0200
671
672 Correct make distcheck and sparse warnings.
673
674 commit 0436471fd8007826d40a2f57710e9964c0768d50
675 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
676 Date: Sun Mar 16 18:44:12 2008 -0300
677
678 Compile warning fixes.
679
680 Ansify some functions with K&R definitions.
681
682 commit b91f8e903b1004a35dfe01204852c628367475b7
683 Author: James Cloos <cloos (a] jhcloos.com>
684 Date: Wed Aug 20 10:32:51 2008 -0400
685
686 xaw8 is gone, use xaw7
687
688 commit 5c84833c7f383685763550a348a3493025948cba
689 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
690 Date: Mon Jul 7 18:52:39 2008 -0700
691
692 Fill in COPYING file
693
694 commit e80401dc35403df68532b8e80c32452f7a7f02f3
695 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
696 Date: Mon Jul 7 18:43:26 2008 -0700
697
698 Update man page to note that /dev/kmem access is only on old platforms
699
700 commit 59281ce7182a7fb679339af89a1dc72e0695b7ab
701 Author: Julien Cristau <jcristau (a] debian.org>
702 Date: Fri May 16 14:20:03 2008 +0200
703
704 $(builddir) is the current directory
705
706 Apparently automake doesn't always export the builddir variable.
707 This fixes my previous commit.
708
709 commit d6bf0deb5ad6b540246b23a46fa2b5d21cd9b02c
710 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
711 Date: Tue May 6 02:02:00 2008 -0700
712
713 __DARWIN__ -> __APPLE__
714 https://bugs.freedesktop.org/show_bug.cgi?id=9017
715
716 commit d1e5eb3dff370bb7c65a62dbe3ba0822b86aecbc
717 Author: Julien Cristau <jcristau (a] debian.org>
718 Date: Sun Apr 20 19:20:51 2008 +0200
719
720 Fix build with builddir != srcdir
721
722 commit 5e806152643740057bd43869122ea8ff05a9d384
723 Author: Julien Cristau <jcristau (a] debian.org>
724 Date: Sun Apr 20 19:18:19 2008 +0200
725
726 Use AM_CFLAGS instead of xload_CFLAGS and remove AM_PROG_CC_C_O
727
728 commit 771817cc3923a0f142b941234047fa0020cb231d
729 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
730 Date: Thu Mar 27 20:27:49 2008 -0700
731
732 Added missing AM_PROG_CC_C_O
733
734 commit 9004465b586104fed48bb301de843003c1fa2ad0
735 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
736 Date: Thu Mar 27 20:07:47 2008 -0700
737
738 Build fix for file systems that are not case sensitive
739
740 commit 2d8250c1d56dc20f7afc3b3a155bcf8ac4cb7e9f
741 Author: James Cloos <cloos (a] jhcloos.com>
742 Date: Thu Dec 6 16:37:20 2007 -0500
743
744 Replace static ChangeLog with dist-hook to generate from git log
745
746 commit 5c043a1cec89e884593f541f59b8abd237d91e50
747 Author: Peter Dyballa <Peter_Dyballa (a] Freenet.DE>
748 Date: Mon Sep 24 14:13:39 2007 -0700
749
750 Bug #12534: nlist() needs to be handled differently in Mac OS X
751
752 X.Org Bugzilla #12534 <https://bugs.freedesktop.org/show_bug.cgi?id=12534>
753 Patch #11704 <https://bugs.freedesktop.org/attachment.cgi?id=11704>
754
755 commit 91088ab94b28877ca85151c1d1cf241f8e775555
756 Author: James Cloos <cloos (a] jhcloos.com>
757 Date: Mon Sep 3 05:51:30 2007 -0400
758
759 Add *~ to .gitignore to skip patch/emacs droppings
760
761 commit 6d6757b2e0abe6811aeec72fc4835748801cdcd4
762 Author: James Cloos <cloos (a] jhcloos.com>
763 Date: Thu Aug 23 19:24:57 2007 -0400
764
765 Rename .cvsignore to .gitignore
766
767 commit 8a4ffe593e55cc618599fcd9d643d799debe546a
768 Author: Jeremy C. Reed <reed (a] glacier.reedmedia.net>
769 Date: Thu Mar 22 00:30:44 2007 -0500
770
771 Update version for another release.
772
773 commit 1dbb7df5ccec3e3d9fecded33850730486d6374d
774 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
775 Date: Tue Jun 20 19:25:51 2006 +0000
776
777 Check setuid() return value. Bugzilla #7116.
778
779 commit 382ca2392d31870cfb4b8b01cd2751040c479f86
780 Author: Kevin E Martin <kem (a] kem.org>
781 Date: Wed Dec 21 02:29:51 2005 +0000
782
783 Update package version for X11R7 release.
784
785 commit 3d963be1c92843f29e331c7f4228473507f537ff
786 Author: Adam Jackson <ajax (a] nwnk.net>
787 Date: Mon Dec 19 16:22:45 2005 +0000
788
789 Stub COPYING files
790
791 commit d16274715e8f529a89d01d4be1e26e9f08a6565d
792 Author: Kevin E Martin <kem (a] kem.org>
793 Date: Thu Dec 15 00:24:08 2005 +0000
794
795 Update package version number for final X11R7 release candidate.
796
797 commit 93d83b89292b73fa6d1a48064e4730f43a6fce3e
798 Author: Kevin E Martin <kem (a] kem.org>
799 Date: Wed Dec 7 16:18:00 2005 +0000
800
801 Change to use the app-defaults default dir configured in libXt.
802
803 commit ade038820780c806a8f43fadf2f9c9f4df50478d
804 Author: Kevin E Martin <kem (a] kem.org>
805 Date: Tue Dec 6 22:48:23 2005 +0000
806
807 Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
808
809 commit 3fd55a3ea19b8c09caa10b4a9134b4a18b240975
810 Author: Kevin E Martin <kem (a] kem.org>
811 Date: Sat Dec 3 05:49:25 2005 +0000
812
813 Update package version number for X11R7 RC3 release.
814
815 commit 9a3724aed228bbbd3294141d1a01c06fff6480f3
816 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
817 Date: Mon Nov 28 22:01:44 2005 +0000
818
819 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
820 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
821
822 commit b589edc59845fd9b86f825597af6bb33dec13934
823 Author: Eric Anholt <anholt (a] freebsd.org>
824 Date: Mon Nov 21 10:35:02 2005 +0000
825
826 Another pass at .cvsignores for apps.
827
828 commit dfd95c81cc88972565c79cb78b42e1780638a504
829 Author: Eric Anholt <anholt (a] freebsd.org>
830 Date: Sun Nov 20 22:08:53 2005 +0000
831
832 Add/improve .cvsignore files for apps.
833
834 commit 3fedcca82c2c9d55938928d25015720c8324e6a6
835 Author: Kevin E Martin <kem (a] kem.org>
836 Date: Wed Oct 19 02:47:55 2005 +0000
837
838 Update package version number for RC1 release.
839
840 commit d872304e1e6aab8cf83f09cc3090f45cc245e5fa
841 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
842 Date: Tue Oct 18 00:32:54 2005 +0000
843
844 Change default install dir for app-default files from
845 $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
846 the monolith & allow localization
847
848 commit 0620fa99ef09fb0401e842dfeb9aa76b8d403ac6
849 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
850 Date: Mon Oct 17 23:56:23 2005 +0000
851
852 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
853 work better with BSD make
854
855 commit 90ecdb5eb628266037755e3b0be48f13d703b8e5
856 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
857 Date: Fri Oct 14 00:25:46 2005 +0000
858
859 Use sed to fill in variables in man page
860
861 commit 09af03bf3b2f573c0b58c8a5fd84af1772707c6f
862 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
863 Date: Sun Oct 2 21:17:48 2005 +0000
864
865 Bug #3811 <https://bugs.freedesktop.org/show_bug.cgi?id=3811> GNU/kFreeBSD
866 support for xload & memleak (Robert Millan)
867
868 commit 80cf9497a8c7776e67377a0d1eb623739206b695
869 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
870 Date: Mon Aug 1 20:25:30 2005 +0000
871
872 Install man pages to section 1 instead of section m (Patch from Donnie
873 Berkholz)
874
875 commit 5d24389cad4d0669e1ec109a84fb0315805c0e66
876 Author: Kevin E Martin <kem (a] kem.org>
877 Date: Fri Jul 29 21:22:35 2005 +0000
878
879 Various changes preparing packages for RC0:
880 - Verify and update package version numbers as needed
881 - Implement versioning scheme
882 - Change bug address to point to bugzilla bug entry form
883 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
884 reenable it)
885 - Fix makedepend to use pkgconfig and pass distcheck
886 - Update build script to build macros first
887 - Update modular Xorg version
888
889 commit 3fa36d6e984b2f5c2958d078ff19c1a3cf46f9b6
890 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
891 Date: Wed Jul 27 00:41:27 2005 +0000
892
893 Add check for libkstat to get load averages on Solaris
894
895 commit f61e34fce870f45136a2cfcb73133b63df5321af
896 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
897 Date: Wed Jul 27 00:34:57 2005 +0000
898
899 Switch xload on Solaris from libkvm to libkstat so it works with both
900 32-bit and 64-bit kernels, and without group kmem. Add #include
901 "config.h" for modularization
902
903 commit 662e42f98213df8dc834fa6be7b83e99cc07bacc
904 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
905 Date: Tue Jul 26 15:44:02 2005 +0000
906
907 Replace more GNU make-ism's with more portable macros
908
909 commit 52bbf03241ae94019be87858375b6e77b96ad3a6
910 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
911 Date: Sat Jul 23 16:38:19 2005 +0000
912
913 fix GNU-make only app-default rule
914
915 commit 4cb25771597a2e1102bf5fd91e6cabf191eeecf2
916 Author: Adam Jackson <ajax (a] nwnk.net>
917 Date: Wed Jul 20 19:31:57 2005 +0000
918
919 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
920 configure cache, you cache it, and the cached value is probably wrong.
921
922 commit 62d4ea34f0fd64e258abb993004c8966eecc6cf7
923 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
924 Date: Tue Jul 5 22:36:58 2005 +0000
925
926 Build system for xload
927
928 commit f74edc7a9e0494657c36f34208141f6a2aa3e1f9
929 Author: Egbert Eich <eich (a] suse.de>
930 Date: Fri Apr 23 19:54:57 2004 +0000
931
932 Merging XORG-CURRENT into trunk
933
934 commit cc45a7487b867b181a5615eef75519d22f91d4f8
935 Author: Egbert Eich <eich (a] suse.de>
936 Date: Sun Mar 14 08:35:37 2004 +0000
937
938 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
939
940 commit 89d070def1fb7c692443c9dc2aee49424193cf45
941 Author: Egbert Eich <eich (a] suse.de>
942 Date: Wed Mar 3 12:13:14 2004 +0000
943
944 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
945
946 commit 90d8b0a47218ed5a024ac3b0cde9cc6bc0bb684a
947 Author: Egbert Eich <eich (a] suse.de>
948 Date: Thu Feb 26 13:36:26 2004 +0000
949
950 readding XFree86's cvs IDs
951
952 commit 9d4dadc605b80ae83864242fb3d997bd511c7205
953 Author: Egbert Eich <eich (a] suse.de>
954 Date: Thu Feb 26 09:24:14 2004 +0000
955
956 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
957
958 commit 8c79399521f61d18280f0096d77338cfc4664490
959 Author: Egbert Eich <eich (a] suse.de>
960 Date: Thu Jan 29 08:09:16 2004 +0000
961
962 Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
963
964 commit 7cc0e6a6b51025d08ec9c6a17b3f514ebaa80fdc
965 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
966 Date: Fri Dec 19 20:56:01 2003 +0000
967
968 XFree86 4.3.99.902 (RC 2)
969
970 commit 57ef7c68cb375b3361ff5381b494ff52c1e77807
971 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
972 Date: Thu Dec 4 22:03:56 2003 +0000
973
974 XFree86 4.3.99.901 (RC 1)
975
976 commit c9e855362fe29db861bf847ec714f1b0ce3237a1
977 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
978 Date: Tue Nov 25 19:29:14 2003 +0000
979
980 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
981
982 commit 346b7376f252cbab44456541dd917489b6b25d35
983 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
984 Date: Fri Nov 14 16:49:23 2003 +0000
985
986 XFree86 4.3.0.1
987
988 commit 0f22ecbb798add2e02b586894434884765f7daae
989 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
990 Date: Fri Nov 14 16:49:23 2003 +0000
991
992 Initial revision
993