2337
|
1 2000-03-05 Jim Meyering <meyering@lucent.com> |
|
2 |
2339
|
3 * localcharset.c ("path-concat.h"): Include. |
|
4 (get_charset_aliases): Use path_concat instead of ANSI string |
|
5 concatenation. |
|
6 |
2337
|
7 * unicodeio.h (PARAMS): Define. |
|
8 Use it to guard prototype. |
|
9 |
2330
|
10 2000-03-04 Jim Meyering <meyering@lucent.com> |
|
11 |
2332
|
12 * Makefile.am (install-exec-local): Create $(libdir) before installing |
|
13 into it. |
2334
|
14 (uninstall-local): Uncomment this rule so `make distcheck' works |
|
15 once again. |
2332
|
16 |
2330
|
17 * unicodeio.c (<errno.h>): Include it. |
|
18 (errno): Declare if not defined. |
|
19 |
|
20 * localcharset.c: Add Bruno's comment justifying use of volatile. |
|
21 |
|
22 * config.charset: New version, incorporating remarks from a linux |
|
23 i18n mailing list. From Bruno Haible. |
|
24 |
|
25 2000-03-02 Jim Meyering <meyering@lucent.com> |
|
26 |
|
27 * Makefile.am (EXTRA_DIST): Add config.charset. |
|
28 |
2309
|
29 2000-03-01 Jim Meyering <meyering@lucent.com> |
|
30 |
|
31 * localcharset.c: Guard some #includes with `#if HAVE_...'. |
|
32 * unicodeio.c: Likewise. |
|
33 |
|
34 2000-02-02 Bruno Haible <haible@clisp.cons.org> |
|
35 |
|
36 * config.charset: New file. |
|
37 * localcharset.c: New file. |
|
38 * unicodeio.h, unicodeio.c: New files. |
|
39 * Makefile.am (DEFS): Add -DLIBDIR=... |
|
40 (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c. |
|
41 (noinst_HEADERS): Add unicodeio.h. |
|
42 (all-local, install-exec-local, charset.alias): New targets. |
|
43 |
2300
|
44 2000-02-28 Paul Eggert <eggert@twinsun.com> |
|
45 |
|
46 * lib/quotearg.c (ALERT_CHAR): New macro. |
|
47 (quotearg_buffer_restyled): Use it. |
|
48 |
2285
|
49 2000-02-27 Jim Meyering <meyering@lucent.com> |
|
50 |
2298
|
51 * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/. |
|
52 Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. |
|
53 |
2295
|
54 * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', |
|
55 not `#if STDC_HEADERS'. |
|
56 Declare malloc if needed. |
|
57 |
2290
|
58 * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' |
|
59 now that autoconf always defines the HAVE_DECL_ symbols. |
|
60 * human.c: Likewise. |
|
61 * same.c: Likewise. |
|
62 * strtoumax.c: Likewise. |
|
63 |
|
64 * backupfile.c: Arrange for cpp to fail if the configure-time |
|
65 declaration check was not run. |
|
66 * hash.c: Likewise. |
|
67 * human.c: Likewise. |
|
68 * same.c: Likewise. |
|
69 * strtoumax.c: Likewise. |
|
70 |
2285
|
71 * userspec.c (parse_user_spec): If there is no `:' but there is a `.', |
|
72 then first look up the entire `.'-containing string as a login name. |
|
73 |
2286
|
74 2000-02-18 Paul Eggert <eggert@twinsun.com> |
|
75 |
|
76 * lib/getdate.y: Handle two-digit years with leading zeros correctly. |
|
77 (textint): New typedef. |
|
78 (parser_control): Member year changed from int to textint. |
|
79 All uses changed. |
|
80 (YYSTYPE): Removed; replaced by %union with int and textint members. |
|
81 (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN, |
|
82 tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER, |
|
83 tYEAR_UNIT, tZONE, o_merid): Now of type <intval>. |
|
84 (tSNUMBER, tUNUMBER): Now of type <textintval>. |
|
85 (date, number, to_year): Use width of number in digits, not its value, |
|
86 to determine whether it's a 2-digit year, or a 2-digit time. |
|
87 (yylex): Store number of digits of numeric tokens. |
|
88 Reported by John Kendall. |
|
89 |
|
90 (parser_control): Changed from struct parser_control to typedef (for |
|
91 consistency). All uses changed. |
|
92 |
|
93 (tID): Removed; not used. |
|
94 (yylex): Return '?' for unknown identifiers, rather than (unused) tID. |
|
95 |
2278
|
96 2000-02-14 Paul Eggert <eggert@twinsun.com> |
|
97 |
|
98 * lib/getpagesize.h (getpagesize): Port to VMS for Alpha; |
2279
|
99 adapted from changes to grep getpagesize.h by Martin P.J. Zinser. |
2278
|
100 |
2274
|
101 2000-02-12 Jim Meyering <meyering@lucent.com> |
|
102 |
|
103 * userspec.c (ISDIGIT): Define it. |
|
104 (isdigit): Remove definition. |
|
105 (is_number): Use ISDIGIT, not isdigit. |
|
106 <libintl.h>: Include. |
|
107 (_ and N_): Define. |
|
108 (parse_user_spec): Mark translatable strings. |
|
109 |
2268
|
110 2000-02-10 Jim Meyering <meyering@lucent.com> |
|
111 |
|
112 With these changes, nanosleep.[ch] are finally enough like the other |
|
113 lib/* replacement files to compile on a few more losing systems. |
|
114 |
|
115 * nanosleep.h: Don't include config.h. |
|
116 Remove prototype from declaration of nanosleep. |
|
117 (PARAMS): Remove now-unneeded definition. |
|
118 * nanosleep.c: #undef nanosleep. |
|
119 (rpl_nanosleep): Rename from nanosleep. |
|
120 |
2245
|
121 2000-02-03 Jim Meyering <meyering@lucent.com> |
|
122 |
|
123 * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION', |
|
124 rather than with `#if HAVE_UTMPNAME'. |
|
125 |
|
126 2000-02-01 Jim Meyering <meyering@lucent.com> |
|
127 |
|
128 * readutmp.h (UT_USER): Add parens. From Andreas Schwab. |
|
129 |
2235
|
130 2000-01-31 Jim Meyering <meyering@lucent.com> |
|
131 |
2240
|
132 * nanosleep.h (nanosleep): Guard declaration with |
|
133 `#if ! HAVE_DECL_NANOSLEEP'. |
2275
|
134 Without this, OFS gets a redeclaration error for rpl_nanosleep, due to |
2240
|
135 the declaration in that vendor's sys/timers.h. |
|
136 Reported by Christian Krackowizer. |
|
137 |
2235
|
138 * quotearg.c (ISASCII): Add #undef and move definition to follow |
|
139 inclusion of wctype.h to work around solaris2.6 namespace pollution. |
|
140 (ISPRINT): Likewise. |
2236
|
141 Reported by Tom Tromey. |
2235
|
142 |
2228
|
143 2000-01-30 Jim Meyering <meyering@lucent.com> |
|
144 |
|
145 * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding |
|
146 uses of ->ut_name. The latter doesn't work with new Linux header files |
|
147 where only utmpx.ut_user is declared. |
|
148 |
|
149 * readutmp.h (UT_USER): Define. |
|
150 |
2193
|
151 2000-01-23 Jim Meyering <meyering@lucent.com> |
|
152 |
|
153 * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of |
|
154 obstack.c. |
|
155 |
2163
|
156 2000-01-22 Jim Meyering <meyering@lucent.com> |
2188
|
157 |
|
158 * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul. |
|
159 [! HAVE_DECL_STRTOULL]: Declare strtoull. |
|
160 Required for some AIX systems. Reported by Christian Krackowizer. |
|
161 [TESTING] (main): New function. |
|
162 |
2172
|
163 1997-10-17 Eli Zaretskii <eliz@is.elta.co.il> |
|
164 * dirname.c (dir_name): Support for DOS-style file names with drive |
|
165 letters. |
2163
|
166 |
2185
|
167 * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint. |
2184
|
168 |
2163
|
169 * strverscmp.c (ISDIGIT): Define. |
|
170 (strverscmp): Use ISDIGIT, not isdigit. |
|
171 |
2152
|
172 2000-01-17 Paul Eggert <eggert@twinsun.com> |
|
173 |
|
174 * nanosleep.c (nanosleep): |
|
175 Don't use SA_INTERRUPT to decide whether to call sigaction, as |
|
176 POSIX.1 doesn't require SA_INTERRUPT and some systems |
|
177 (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; |
|
178 it's been part of POSIX.1 since day 1 (in 1988). |
|
179 |
2150
|
180 2000-01-17 Jim Meyering <meyering@lucent.com> |
|
181 |
|
182 * interlock: Remove unused file. Reported by Fran�ois Pinard. |
|
183 |
2144
|
184 2000-01-16 Paul Eggert <eggert@twinsun.com> |
|
185 |
|
186 * lib/quotearg.c (quotearg_buffer_restyled): Do not quote |
|
187 alert, backslash, formfeed, and vertical tab unnecessarily in |
|
188 shell quoting style. |
2190
|
189 |
|
190 Local Variables: |
|
191 version-control: never |
|
192 End: |