comparison lib/ChangeLog @ 5299:9f55dbcbb16b

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 02 Oct 2004 07:05:52 +0000
parents 4d09e7debbbb
children a8c8e46043f9
comparison
equal deleted inserted replaced
5298:45c149f6b6b9 5299:9f55dbcbb16b
1 2004-10-02 Jim Meyering <jim@meyering.net>
2
3 * dirfd.h, getpagesize.h: Add copyright notice.
4
1 2004-10-01 Paul Eggert <eggert@cs.ucla.edu> 5 2004-10-01 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * snprintf.c: Remove comments as to why each header is needed. 7 * snprintf.c: Remove comments as to why each header is needed.
4 8
5 2004-10-01 Yoann Vandoorselaere <yoann@prelude-ids.org> 9 2004-10-01 Yoann Vandoorselaere <yoann@prelude-ids.org>
97 to match argp-namefrob.h. 101 to match argp-namefrob.h.
98 (__argp_failure): Don't assume strerror_r returns char *. 102 (__argp_failure): Don't assume strerror_r returns char *.
99 * argp-parse.c (N_): Define unconditionally. 103 * argp-parse.c (N_): Define unconditionally.
100 (argp_default_options): Fill out initializers with 0 to avoid 104 (argp_default_options): Fill out initializers with 0 to avoid
101 gcc warnings. 105 gcc warnings.
102 106
103 2004-08-12 Simon Josefsson <jas@extundo.com> 107 2004-08-12 Simon Josefsson <jas@extundo.com>
104 108
105 * getopt.c, getopt1.c: Remove ELIDE_CODE hack. 109 * getopt.c, getopt1.c: Remove ELIDE_CODE hack.
106 * getopt_.h: Renamed from getopt.h. 110 * getopt_.h: Renamed from getopt.h.
107 111
108 2004-08-11 Paul Eggert <eggert@cs.ucla.edu> 112 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
109 113
110 Merge from coreutils. 114 Merge from coreutils.
111 115
112 * fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing 116 * fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
113 wmemchr or wmemcpy. Problem reported by Robert Dahlem 117 wmemchr or wmemcpy. Problem reported by Robert Dahlem
114 for Reliant Unix 5.43. 118 for Reliant Unix 5.43.
115 119
116 * obstack.c: Include <inttypes.h> and <stdint.h> if available. 120 * obstack.c: Include <inttypes.h> and <stdint.h> if available.
133 137
134 * chown.c (rpl_chown): Work even if the file is writeable but not 138 * chown.c (rpl_chown): Work even if the file is writeable but not
135 readable. This could be improved further but it'd take some work. 139 readable. This could be improved further but it'd take some work.
136 140
137 2004-08-08 Simon Josefsson <jas@extundo.com> 141 2004-08-08 Simon Josefsson <jas@extundo.com>
138 142
139 * xgethostname.c: Don't include error.h (not used). 143 * xgethostname.c: Don't include error.h (not used).
140 144
141 * getpass.h: Add. 145 * getpass.h: Add.
142 * getpass.c: Include getpass.h first. 146 * getpass.c: Include getpass.h first.
143 147