blob: 1355d2882689bf3f4061f9440a1c1d9c1a0ce417 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
2006-06-28 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
* Makefile.am:
Add "--with-lint" configure flag and "make lint" Makefile target
to check source code with lint, sparse or similar tools.
2006-06-28 Alan Coopersmith <alan.coopersmith@sun.com>
* include/X11/Xauth.h:
Remove prototype for XauGetAuthByName to clear lint warning:
name declared but never used or defined
* AuDispose.c:
* AuFileName.c:
* AuGetAddr.c:
* AuGetBest.c:
* AuRead.c:
* AuWrite.c:
Fix sparse warnings:
-warning: Using plain integer as NULL pointer
-warning: non-ANSI definition of function
2006-06-09 Alan Coopersmith <alan.coopersmith@sun.com>
* Makefile.am:
* Autest.c:
Clean up existing Autest test program and use to provide simple
(and very incomplete) "make check" test case.
2006-05-12 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Bump to 1.0.1
2006-05-08 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xau.pc.in:
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.
2005-10-11 Alan Coopersmith <alan.coopersmith@sun.com>
* Makefile.am:
* configure.ac:
Use sed to put version number in man page
Add shadow man pages for man pages that document multiple functions.
2005-09-21 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Set needed flags for MT-safe API's called from libXau
2005-07-08 Keith Packard <keithp@keithp.com>
* .cvsignore:
* include/.cvsignore:
Add .cvsignore files
|