]> sourceware.org Git - newlib-cygwin.git/blob - newlib/ChangeLog
2007-06-13 Patrick Mansfield <patmans@us.ibm.com>
[newlib-cygwin.git] / newlib / ChangeLog
1 2007-06-13 Patrick Mansfield <patmans@us.ibm.com>
2
3 * libc/include/sys/features.h: Define _POSIX_TIMERS for spu.
4 * libc/include/sys/unistd.h: Change usleep prototype to Posix
5 form and move outside of OS flag checks.
6 * libc/machine/spu/Makefile.am: Add sleep and usleep.
7 * libc/machine/spu/Makefile.in: Regenerate.
8 * libc/machine/spu/sleep.c: Copy libc/posix/sleep.c.
9 * libc/machine/spu/usleep.c: Copy libc/posix/usleep.c.
10
11 2007-06-11 Corinna Vinschen <corinna@vinschen.de>
12
13 * libc/include/sys/unistd.h: Declare confstr for Cygwin.
14 Define confstr constants for Cygwin. Add comment.
15
16 2007-06-10 Hans-Peter Nilsson <hp@bitrange.com>
17
18 * libc/sys/mmixware/access.c (access): Do not try to use a magic
19 file-handle and a direct syscall, just use _open.
20 * libc/sys/mmixware/sys/syscall.h (TMPFNO): Remove this magic
21 file-handle.
22
23 * libc/sys/mmixware/_exit.c (_exit): Update comment about
24 passing on the exit value.
25
26 2007-06-08 Jeff Johnston <jjohnstn@redhat.com>
27
28 * libc/string/strcasestr.c: New file.
29 * libc/include/string.h: Add strcasestr.
30 * libc/string/strings.tex: Add strcasestr.
31 * libc/string/Makefile.am: Ditto.
32 * libc/string/Makefile.in: Regenerated.
33
34 2007-06-06 Christian Groessler <chris@groessler.org>
35
36 * libc/stdlib/ldtoa (_ldcheck): Make sure the setting of
37 rnd is done after the last local variable declaration.
38
39 2007-06-06 Jeff Johnston <jjohnstn@redhat.com>
40
41 * libc/stdlib/mprec.h[Just_16]: Make sure that Pack_16 is defined.
42
43 2007-06-05 Christian Groessler <chris@groessler.org>
44
45 * libc/argz/argz_insert.c (argz_insert): Move delta variable
46 declaration to top of function in keeping with C89 standard.
47
48 2007-06-04 Eric Blake <ebb9@byu.net>
49
50 Implement funopen, fopencookie.
51 * libc/include/sys/reent.h (struct __sFILE, struct __sFILE64):
52 Switch to reentrant callbacks.
53 * libc/include/stdio.h (funopen): Fix declaration.
54 (fopencookie): Declare.
55 * libc/stdio/local.h (__sread, __swrite, __sseek, __sclose)
56 (__sseek64, __swrite64): Fix prototypes.
57 [__SCLE]: Pull in setmode declaration.
58 * libc/stdio/stdio.c (__sread, __swrite, __sseek, __sclose): Fix
59 reentrancy.
60 * libc/stdio64/stdio64.c (__sseek64_r, __swrite64_r): Delete.
61 (__sseek64, __swrite64): Fix reentrancy.
62 * libc/stdio/fseek.c (_fseek_r): Account for overflow, and fix
63 reentrancy.
64 * libc/stdio/ftell.c (_ftell_r): Likewise.
65 * libc/stdio/flags.c (__sflags): Don't lose __SAPP on "a+".
66 * libc/stdio/fclose.c (_fclose_r): Fix reentrancy.
67 * libc/stdio/freopen.c (_freopen_r): Likewise.
68 * libc/stdio/fvwrite.c (__sfvwrite_r): Likewise.
69 * libc/stdio/refill.c (__srefill_r): Likewise.
70 * libc/stdio/siscanf.c (eofread): Likewise.
71 * libc/stdio/sscanf.c (eofread): Likewise.
72 * libc/stdio/vsiscanf.c (eofread1): Likewise.
73 * libc/stdio/vsscanf.c (eofread1): Likewise.
74 * libc/stdio64/freopen64.c (_freopen64_r): Likewise.
75 * libc/stdio64/fseeko64.c (_fseeko64_r): Likewise.
76 * libc/stdio64/ftello64.c (_ftello64_r): Likewise.
77 * libc/stdio/fflush.c (fflush): Improve reentrancy, although more
78 could be fixed.
79 * libc/stdio/fopencookie.c (_fopencookie_r, fopencookie): New file.
80 * libc/stdio/funopen.c (_funopen_r, funopen): New file.
81 * libc/stdio/Makefile.am (ELIX_4_SOURCES, CHEWOUT_FILES): Build
82 new files.
83 * libc/stdio/Makefile.in: Regenerate.
84
85 2007-05-29 Eric Blake <ebb9@byu.net>
86
87 Avoid more compiler warnings.
88 * libc/stdlib/btowc.c: Add missing header.
89 * libc/stdlib/getopt.c (getopt_internal): Initialize variable.
90 * libc/stdlib/system.c (do_system) [__CYGWIN__]: Add declaration.
91 * libc/stdlib/wctob.c: Add missing header.
92 * libc/string/strcpy.c (strcpy): Avoid warnings.
93 * libc/string/strrchr.c (strrchr): Likewise.
94
95 2007-05-29 Corinna Vinschen <corinna@vinschen.de>
96
97 * libc/argz/argz_add_sep.c (argz_add_sep): Handle empty string
98 argument.
99 * libc/argz/argz_append.c (argz_append): Handle empty buf argument.
100 * libc/argz/argz_create_sep.c (argz_create_sep): Return (NULL, 0)
101 on empty input strings.
102 * libc/argz/argz_extract.c (argz_extract): Check argz_len before
103 looping through argz.
104 * libc/argz/argz_stringify.c (argz_stringify): Ditto.
105
106 2007-05-27 Brian Dessent <brian@dessent.net>
107
108 * libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' when
109 handling %p.
110
111 2007-05-25 Eric Blake <ebb9@byu.net>
112
113 * libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22.
114
115 2007-05-24 Steve Ellcey <sje@cup.hp.com>
116 Charles Wilson <libtool@cwilson.fastmail.fm>
117
118 * libtool.m4: removed
119 * configure.in: invoke _LD_DECL_SED before conditionally initializing
120 libtool. Move AC_PROG_AWK outside conditional.
121 * libc/sys/linux/configure.in: Ditto.
122 * libc/sys/linux/linuxthreads/configure.in: Ditto.
123 * libc/sys/linux/linuxthreads/machine/i386/configure.in: Ditto.
124 * libc/sys/linux/machine/i386/configure.in: Ditto.
125
126 * iconvdata/configure.in: invoke _LD_DECL_SED before conditionally
127 initializing libtool.
128 * libc/configure.in: Ditto.
129 * libc/machine/configure.in: Ditto.
130 * libc/machine/i386/configure.in: Ditto.
131 * libc/sys/configure.in: Ditto.
132 * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
133 * libc/sys/linux/machine/configure.in: Ditto.
134 * libm/configure.in: Ditto.
135 * libm/machine/configure.in: Ditto.
136
137 * Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS.
138 * doc/Makefile.am: Ditto.
139 * iconvdata/Makefile.am: Ditto.
140 * libc/Makefile.am: Ditto.
141 * libc/machine/Makefile.am: Ditto.
142 * libc/machine/a29k/Makefile.am: Ditto.
143 * libc/machine/arm/Makefile.am: Ditto.
144 * libc/machine/bfin/Makefile.am: Ditto.
145 * libc/machine/cris/Makefile.am: Ditto.
146 * libc/machine/crx/Makefile.am: Ditto.
147 * libc/machine/d10v/Makefile.am: Ditto.
148 * libc/machine/d30v/Makefile.am: Ditto.
149 * libc/machine/fr30/Makefile.am: Ditto.
150 * libc/machine/frv/Makefile.am: Ditto.
151 * libc/machine/h8300/Makefile.am: Ditto.
152 * libc/machine/h8500/Makefile.am: Ditto.
153 * libc/machine/hppa/Makefile.am: Ditto.
154 * libc/machine/i386/Makefile.am: Ditto.
155 * libc/machine/i960/Makefile.am: Ditto.
156 * libc/machine/iq2000/Makefile.am: Ditto.
157 * libc/machine/m32c/Makefile.am: Ditto.
158 * libc/machine/m32r/Makefile.am: Ditto.
159 * libc/machine/m68hc11/Makefile.am: Ditto.
160 * libc/machine/m68k/Makefile.am: Ditto.
161 * libc/machine/m88k/Makefile.am: Ditto.
162 * libc/machine/mips/Makefile.am: Ditto.
163 * libc/machine/mn10200/Makefile.am: Ditto.
164 * libc/machine/mn10300/Makefile.am: Ditto.
165 * libc/machine/mt/Makefile.am: Ditto.
166 * libc/machine/necv70/Makefile.am: Ditto.
167 * libc/machine/powerpc/Makefile.am: Ditto.
168 * libc/machine/sh/Makefile.am: Ditto.
169 * libc/machine/sparc/Makefile.am: Ditto.
170 * libc/machine/spu/Makefile.am: Ditto.
171 * libc/machine/tic4x/Makefile.am: Ditto.
172 * libc/machine/tic80/Makefile.am: Ditto.
173 * libc/machine/v850/Makefile.am: Ditto.
174 * libc/machine/w65/Makefile.am: Ditto.
175 * libc/machine/xscale/Makefile.am: Ditto.
176 * libc/machine/xstormy16/Makefile.am: Ditto.
177 * libc/machine/z8k/Makefile.am: Ditto.
178 * libc/sys/Makefile.am: Ditto.
179 * libc/sys/a29khif/Makefile.am: Ditto.
180 * libc/sys/arc/Makefile.am: Ditto.
181 * libc/sys/arm/Makefile.am: Ditto.
182 * libc/sys/d10v/Makefile.am: Ditto.
183 * libc/sys/decstation/Makefile.am: Ditto.
184 * libc/sys/h8300hms/Makefile.am: Ditto.
185 * libc/sys/h8500hms/Makefile.am: Ditto.
186 * libc/sys/linux/Makefile.am: Ditto.
187 * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
188 * libc/sys/linux/linuxthreads/machine/Makefile.am: Ditto.
189 * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
190 * libc/sys/linux/machine/Makefile.am: Ditto.
191 * libc/sys/linux/machine/i386/Makefile.am: Ditto.
192 * libc/sys/m88kbug/Makefile.am: Ditto.
193 * libc/sys/mmixware/Makefile.am: Ditto.
194 * libc/sys/netware/Makefile.am: Ditto.
195 * libc/sys/rdos/Makefile.am: Ditto.
196 * libc/sys/rtems/Makefile.am: Ditto.
197 * libc/sys/sh/Makefile.am: Ditto.
198 * libc/sys/sparc64/Makefile.am: Ditto.
199 * libc/sys/sun4/Makefile.am: Ditto.
200 * libc/sys/sysmec/Makefile.am: Ditto.
201 * libc/sys/sysnec810/Makefile.am: Ditto.
202 * libc/sys/sysnecv850/Makefile.am: Ditto.
203 * libc/sys/sysvi386/Makefile.am: Ditto.
204 * libc/sys/sysvnecv70/Makefile.am: Ditto.
205 * libc/sys/tic80/Makefile.am: Ditto.
206 * libc/sys/w65/Makefile.am: Ditto.
207 * libc/sys/z8ksim/Makefile.am: Ditto.
208 * libm/Makefile.am: Ditto.
209 * libm/machine/Makefile.am: Ditto.
210 * libm/machine/i386/Makefile.am: Ditto.
211 * libm/machine/spu/Makefile.am: Ditto.
212
213 * aclocal.m4: Regenerate.
214 * iconvdata/aclocal.m4: Regenerate.
215 * libc/aclocal.m4: Regenerate.
216 * libc/machine/aclocal.m4: Regenerate.
217 * libc/machine/i386/aclocal.m4: Regenerate.
218 * libc/sys/aclocal.m4: Regenerate.
219 * libc/sys/linux/aclocal.m4: Regenerate.
220 * libc/sys/linux/linuxthreads/aclocal.m4: Regenerate.
221 * libc/sys/linux/linuxthreads/machine/aclocal.m4: Regenerate.
222 * libc/sys/linux/linuxthreads/machine/i386/aclocal.m4: Regenerate.
223 * libc/sys/linux/machine/aclocal.m4: Regenerate.
224 * libc/sys/linux/machine/i386/aclocal.m4: Regenerate.
225 * libm/aclocal.m4: Regenerate.
226 * libm/machine/aclocal.m4: Regenerate.
227 * libm/machine/i386/aclocal.m4: Regenerate.
228
229 * Makefile.in: Regenerate.
230 * doc/Makefile.in: Regenerate.
231 * iconvdata/Makefile.in: Regenerate.
232 * libc/Makefile.in: Regenerate.
233 * libc/argz/Makefile.in: Regenerate.
234 * libc/ctype/Makefile.in: Regenerate.
235 * libc/errno/Makefile.in: Regenerate.
236 * libc/iconv/Makefile.in: Regenerate.
237 * libc/iconv/ccs/Makefile.in: Regenerate.
238 * libc/iconv/ccs/binary/Makefile.in: Regenerate.
239 * libc/iconv/ces/Makefile.in: Regenerate.
240 * libc/iconv/lib/Makefile.in: Regenerate.
241 * libc/locale/Makefile.in: Regenerate.
242 * libc/machine/Makefile.in: Regenerate.
243 * libc/machine/a29k/Makefile.in: Regenerate.
244 * libc/machine/arm/Makefile.in: Regenerate.
245 * libc/machine/bfin/Makefile.in: Regenerate.
246 * libc/machine/cris/Makefile.in: Regenerate.
247 * libc/machine/crx/Makefile.in: Regenerate.
248 * libc/machine/d10v/Makefile.in: Regenerate.
249 * libc/machine/d30v/Makefile.in: Regenerate.
250 * libc/machine/fr30/Makefile.in: Regenerate.
251 * libc/machine/frv/Makefile.in: Regenerate.
252 * libc/machine/h8300/Makefile.in: Regenerate.
253 * libc/machine/h8500/Makefile.in: Regenerate.
254 * libc/machine/hppa/Makefile.in: Regenerate.
255 * libc/machine/i386/Makefile.in: Regenerate.
256 * libc/machine/i960/Makefile.in: Regenerate.
257 * libc/machine/iq2000/Makefile.in: Regenerate.
258 * libc/machine/m32c/Makefile.in: Regenerate.
259 * libc/machine/m32r/Makefile.in: Regenerate.
260 * libc/machine/m68hc11/Makefile.in: Regenerate.
261 * libc/machine/m68k/Makefile.in: Regenerate.
262 * libc/machine/m88k/Makefile.in: Regenerate.
263 * libc/machine/mips/Makefile.in: Regenerate.
264 * libc/machine/mn10200/Makefile.in: Regenerate.
265 * libc/machine/mn10300/Makefile.in: Regenerate.
266 * libc/machine/mt/Makefile.in: Regenerate.
267 * libc/machine/necv70/Makefile.in: Regenerate.
268 * libc/machine/powerpc/Makefile.in: Regenerate.
269 * libc/machine/sh/Makefile.in: Regenerate.
270 * libc/machine/sparc/Makefile.in: Regenerate.
271 * libc/machine/spu/Makefile.in: Regenerate.
272 * libc/machine/tic4x/Makefile.in: Regenerate.
273 * libc/machine/tic80/Makefile.in: Regenerate.
274 * libc/machine/v850/Makefile.in: Regenerate.
275 * libc/machine/w65/Makefile.in: Regenerate.
276 * libc/machine/xscale/Makefile.in: Regenerate.
277 * libc/machine/xstormy16/Makefile.in: Regenerate.
278 * libc/machine/z8k/Makefile.in: Regenerate.
279 * libc/misc/Makefile.in: Regenerate.
280 * libc/posix/Makefile.in: Regenerate.
281 * libc/reent/Makefile.in: Regenerate.
282 * libc/search/Makefile.in: Regenerate.
283 * libc/signal/Makefile.in: Regenerate.
284 * libc/stdio/Makefile.in: Regenerate.
285 * libc/stdio64/Makefile.in: Regenerate.
286 * libc/stdlib/Makefile.in: Regenerate.
287 * libc/string/Makefile.in: Regenerate.
288 * libc/sys/Makefile.in: Regenerate.
289 * libc/sys/a29khif/Makefile.in: Regenerate.
290 * libc/sys/arc/Makefile.in: Regenerate.
291 * libc/sys/arm/Makefile.in: Regenerate.
292 * libc/sys/d10v/Makefile.in: Regenerate.
293 * libc/sys/decstation/Makefile.in: Regenerate.
294 * libc/sys/h8300hms/Makefile.in: Regenerate.
295 * libc/sys/h8500hms/Makefile.in: Regenerate.
296 * libc/sys/linux/Makefile.in: Regenerate.
297 * libc/sys/linux/argp/Makefile.in: Regenerate.
298 * libc/sys/linux/cmath/Makefile.in: Regenerate.
299 * libc/sys/linux/dl/Makefile.in: Regenerate.
300 * libc/sys/linux/iconv/Makefile.in: Regenerate.
301 * libc/sys/linux/intl/Makefile.in: Regenerate.
302 * libc/sys/linux/linuxthreads/Makefile.in: Regenerate.
303 * libc/sys/linux/linuxthreads/machine/Makefile.in: Regenerate.
304 * libc/sys/linux/linuxthreads/machine/i386/Makefile.in: Regenerate.
305 * libc/sys/linux/machine/Makefile.in: Regenerate.
306 * libc/sys/linux/machine/i386/Makefile.in: Regenerate.
307 * libc/sys/linux/net/Makefile.in: Regenerate.
308 * libc/sys/linux/stdlib/Makefile.in: Regenerate.
309 * libc/sys/m88kbug/Makefile.in: Regenerate.
310 * libc/sys/mmixware/Makefile.in: Regenerate.
311 * libc/sys/netware/Makefile.in: Regenerate.
312 * libc/sys/rdos/Makefile.in: Regenerate.
313 * libc/sys/rtems/Makefile.in: Regenerate.
314 * libc/sys/sh/Makefile.in: Regenerate.
315 * libc/sys/sparc64/Makefile.in: Regenerate.
316 * libc/sys/sun4/Makefile.in: Regenerate.
317 * libc/sys/sysmec/Makefile.in: Regenerate.
318 * libc/sys/sysnec810/Makefile.in: Regenerate.
319 * libc/sys/sysnecv850/Makefile.in: Regenerate.
320 * libc/sys/sysvi386/Makefile.in: Regenerate.
321 * libc/sys/sysvnecv70/Makefile.in: Regenerate.
322 * libc/sys/tic80/Makefile.in: Regenerate.
323 * libc/sys/w65/Makefile.in: Regenerate.
324 * libc/sys/z8ksim/Makefile.in: Regenerate.
325 * libc/syscalls/Makefile.in: Regenerate.
326 * libc/time/Makefile.in: Regenerate.
327 * libc/unix/Makefile.in: Regenerate.
328 * libm/Makefile.in: Regenerate.
329 * libm/common/Makefile.in: Regenerate.
330 * libm/machine/Makefile.in: Regenerate.
331 * libm/machine/i386/Makefile.in: Regenerate.
332 * libm/machine/spu/Makefile.in: Regenerate.
333 * libm/math/Makefile.in: Regenerate.
334 * libm/mathfp/Makefile.in: Regenerate.
335
336 * configure: Regenerate.
337 * iconvdata/configure: Regenerate.
338 * libc/configure: Regenerate.
339 * libc/machine/configure: Regenerate.
340 * libc/machine/i386/configure: Regenerate.
341 * libc/sys/configure: Regenerate.
342 * libc/sys/linux/configure: Regenerate.
343 * libc/sys/linux/linuxthreads/configure: Regenerate.
344 * libc/sys/linux/linuxthreads/machine/configure: Regenerate.
345 * libc/sys/linux/linuxthreads/machine/i386/configure: Regenerate.
346 * libc/sys/linux/machine/configure: Regenerate.
347 * libc/sys/linux/machine/i386/configure: Regenerate.
348 * libm/configure: Regenerate.
349 * libm/machine/configure: Regenerate.
350 * libm/machine/i386/configure: Regenerate.
351
352 2007-05-23 Eric Blake <ebb9@byu.net>
353
354 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when
355 sizeof(void*) is 8 but sizeof(long) is 4.
356 * libc/stdio/vfscanf.c (__SVFSCANF_R): Likewise. Fix %i scanning
357 of "-0x". Support "-nan" and "inf" for %e. Audit usage of ungetc
358 to fix reentrancy and bug on encoding error in multibyte locales.
359 Always return EOF on read error.
360
361 2007-05-23 Patrick Mansfield <patmans@us.ibm.com>
362
363 * libc/machine/spu/sys/syscall.h: Update the __send_to_ppe
364 prototype.
365 * libc/machine/spu/fclose.c: Use the __send_to_ppe return value
366 instead of the slot 0 value, remove any now unused variables, and
367 for some cases, now store the result in an int vs int*.
368 * libc/machine/spu/feof.c: Ditto.
369 * libc/machine/spu/ferror.c: Ditto.
370 * libc/machine/spu/fflush.c: Ditto.
371 * libc/machine/spu/fgetc.c: Ditto.
372 * libc/machine/spu/fgetpos.c: Ditto.
373 * libc/machine/spu/fgets.c: Ditto.
374 * libc/machine/spu/fileno.c: Ditto.
375 * libc/machine/spu/fopen.c: Ditto.
376 * libc/machine/spu/fprintf.c: Ditto.
377 * libc/machine/spu/fputc.c: Ditto.
378 * libc/machine/spu/fputs.c: Ditto.
379 * libc/machine/spu/fread.c: Ditto.
380 * libc/machine/spu/freopen.c: Ditto.
381 * libc/machine/spu/fscanf.c: Ditto.
382 * libc/machine/spu/fseek.c: Ditto.
383 * libc/machine/spu/fsetpos.c: Ditto.
384 * libc/machine/spu/ftell.c: Ditto.
385 * libc/machine/spu/fwrite.c: Ditto.
386 * libc/machine/spu/getc.c: Ditto.
387 * libc/machine/spu/getchar.c: Ditto.
388 * libc/machine/spu/gets.c: Ditto.
389 * libc/machine/spu/printf.c: Ditto.
390 * libc/machine/spu/putc.c: Ditto.
391 * libc/machine/spu/putchar.c: Ditto.
392 * libc/machine/spu/puts.c: Ditto.
393 * libc/machine/spu/remove.c: Ditto.
394 * libc/machine/spu/rename.c: Ditto.
395 * libc/machine/spu/scanf.c: Ditto.
396 * libc/machine/spu/setvbuf.c: Ditto.
397 * libc/machine/spu/snprintf.c: Ditto.
398 * libc/machine/spu/sprintf.c: Ditto.
399 * libc/machine/spu/sscanf.c: Ditto.
400 * libc/machine/spu/tmpfile.c: Ditto.
401 * libc/machine/spu/tmpnam.c: Ditto.
402 * libc/machine/spu/ungetc.c: Ditto.
403 * libc/machine/spu/vfprintf.c: Ditto.
404 * libc/machine/spu/vfscanf.c: Ditto.
405 * libc/machine/spu/vprintf.c: Ditto.
406 * libc/machine/spu/vscanf.c: Ditto.
407 * libc/machine/spu/vsnprintf.c: Ditto.
408 * libc/machine/spu/vsprintf.c: Ditto.
409 * libc/machine/spu/vsscanf.c: Ditto.
410
411 2007-05-23 Eric Blake <ebb9@byu.net>
412
413 * libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).
414 Avoid warning when !FLOATING_POINT.
415 * libc/stdio/vfprintf.c (_VFPRINTF_R): Simplify _NO_POS_ARGS
416 slightly.
417
418 2007-05-23 Corinna Vinschen <vinschen@redhat.com>
419
420 * libc/argz/argz_create_sep.c (argz_create_sep): Initialize *argz_len
421 to zero.
422 * libc/include/argz.h: Guard against multiple inclusion. Guard for
423 use with C++.
424
425 2007-05-18 Eric Blake <ebb9@byu.net>
426
427 * libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gcc
428 compilers.
429 * libc/stdio/vfscanf.c: Likewise.
430
431 2007-05-17 Cary R. <cygcary <at> yahoo.com>
432
433 * libm/math/w_atan2.c: Fix atan2 to be consistent with glibc
434 (atan2(+0,-0), atan2(-0,-0) and atan(-0,+0))
435 * libm/math/wf_atan2.c: Ditto.
436
437 2007-05-17 Yaakov Selkowitz <yselkowitz <at> users.sourceforge.net>
438
439 * libm/common/Makefile.am: Add support for exp10, exp10f,
440 pow10, and pow10f functions.
441 * libm/common/Makefile.in: Regenerated.
442 * libm/common/s_pow10.c: New file.
443 * libm/common/sf_pow10.c: Ditto.
444 * libm/common/s_exp10.c: Ditto.
445 * libm/common/sf_exp10.c: Ditto.
446 * libc/include/math.h [!pow10]: New pow10 prototype.
447 [!pow10f]: New pow10f prototype.
448 [!exp10]: New exp10 prototype.
449 [!exp10f]: New exp10f prototype.
450
451 2007-05-17 Charles Wilson <cygwin@...>
452
453 * stdio/tmpfile.c: Include <sys/stat.h>.
454 * stdio64/tmpfile64.c: Ditto.
455
456 2007-05-16 Eric Blake <ebb9@byu.net>
457
458 Close security hole in tmpfile.
459 * libc/stdio/tmpfile.c (_tmpfile_r): Avoid window between filename
460 generation and opening the fd.
461 * libc/stdio64/tmpfile64.c (_tmpfile64_r): Likewise.
462
463 * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)
464 (MATH_ERRNO, MATH_ERREXCEPT, math_errhandling): Add macros
465 required by POSIX.
466 * libc/stdlib/ldtoa.c (USE_INFINITY): Rename from INFINITY, to
467 avoid clash with <math.h>.
468
469 * libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.
470 * libc/search/hash.c (__hash_open): Likewise.
471
472 2007-05-14 Eric Blake <ebb9@byu.net>
473
474 Reduce stack size of *printf.
475 * libc/stdio/vfprintf.c (_VFPRINTF_R): Fix use of decimal point
476 in %f. Avoid malloc when possible for %S.
477 (BUF): Improve stack locality by using smaller size.
478 (MAXEXPLEN, _PRINTF_FLOAT_TYPE): Define.
479 (exponent): Use smaller stack size.
480
481 2007-05-11 Eric Blake <ebb9@byu.net>
482
483 Minimize printf/scanf size on platforms that don't need C99.
484 * acconfig.h (_WANT_IO_C99_FORMATS): New macro.
485 * newlib.hin (_WANT_IO_C99_FORMATS): Likewise.
486 * configure.in (newlib-io-c99-formats): New configure option.
487 (_WANT_IO_C99_FORMATS): Define appropriately.
488 * configure.host (*-linux*, cygwin): Default c99-formats to yes.
489 * libc/stdio/vfprintf.c (_VFPRINTF_R) [!_WANT_IO_C99_FORMATS]:
490 Cripple ' flag; hh, z, j, t sizes; a, A, F, C, S specifiers.
491 * libc/stdio/vfscanf.c (_VFSCANF_R) [!_WANT_IO_C99_FORMATS]:
492 Likewise.
493 * configure: Regenerate.
494
495 * libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)
496 (get_arg): Support '%a' and '%A'.
497
498 2007-05-09 Eric Blake <ebb9@byu.net>
499
500 Allow zero size with non-null buf in *asnprintf.
501 * libc/stdio/asnprintf.c (_asnprintf_r, asnprintf): Avoid free'ing
502 user's buf.
503 * libc/stdio/asniprintf.c (_asniprintf_r, asniprintf): Likewise.
504 * libc/stdio/vasniprintf.c (_vasniprintf_r): Likewise.
505 * libc/stdio/vasnprintf.c (_vasnprintf_r): Likewise.
506
507 2007-05-07 Charles Wilson <cygwin@...>
508
509 * libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.
510
511 2007-05-03 Eric Blake <ebb9@byu.net>
512
513 Add support for asnprintf, and improve *printf documentation.
514 * libc/stdio/Makefile.am (ELIX_SOURCES): Rename...
515 (ELIX_2_SOURCES): ...to this.
516 (ELIX_4_SOURCES): Add new variable. Build asnprintf.
517 (GENERAL_SOURCES): Move dprintf to ELIX_4_SOURCES.
518 (CHEWOUT_FILES): Include diprintf in documentation.
519 * libc/stdio/Makefile.in: Regenerate.
520 * libc/stdio/diprintf.c: Improve documentation.
521 * libc/stdio/dprintf.c: Likewise.
522 * libc/stdio/siprintf.c: Likewise.
523 * libc/stdio/sprintf.c: Likewise.
524 * libc/stdio/vfprintf.c: Likewise.
525 * libc/stdio/viprintf.c: Likewise.
526 * libc/stdio/vsniprintf.c: Consolidate documentation.
527 * libc/stdio/asiprintf.c: Refer to documentation.
528 * libc/stdio/asprintf.c: Likewise.
529 * libc/stdio/fiprintf.c: Likewise.
530 * libc/stdio/fprintf.c: Likewise.
531 * libc/stdio/iprintf.c: Likewise.
532 * libc/stdio/printf.c: Likewise.
533 * libc/stdio/sniprintf.c: Likewise.
534 * libc/stdio/vdiprintf.c: Likewise.
535 * libc/stdio/vdprintf.c: Likewise.
536 * libc/stdio/vsiprintf.c: Likewise.
537 * libc/stdio/fvwrite.c (__sfvwrite_r): Handle asnprintf.
538 * libc/stdio/asniprintf.c (asniprintf, _asniprintf_r): New file.
539 * libc/stdio/asnprintf.c (asnprintf, _asnprintf_r): New file.
540 * libc/stdio/vasniprintf.c (vasniprintf, _vasniprintf_r): New
541 file.
542 * libc/stdio/vasnprintf.c (vasnprintf, _vasnprintf_r): New file.
543 * libc/stdio/vdprintf.c (_vdprintf_r): Rewrite to avoid malloc in
544 typical case.
545 * libc/stdio/vdiprintf.c (_vdiprintf_r): Likewise.
546 * libc/include/stdio.h: Add prototypes for new functions; sort
547 existing functions.
548
549 2007-05-03 Kazu Hirata <kazu@codesourcery.com>
550
551 * libc/machine/m68k/Makefile.am (lib_a_SOURCES): Add memcpy.S
552 and memset.S.
553 * libc/machine/m68k/Makefile.in: Regenerate.
554 * libc/machine/m68k/memcpy.S: Use sub.l followed by dbra.
555 * libc/machine/m68k/memset.S: Likewise.
556
557 2007-05-01 Eric Blake <ebb9@byu.net>
558
559 * libc/stdio64/local64.h: Delete, move contents to...
560 * libc/stdio/local.h: ...here.
561 * libc/stdio64/fdopen64.c: Update includes.
562 * libc/stdio64/fopen64.c: Likewise.
563 * libc/stdio64/freopen64.c: Likewise.
564 * libc/stdio64/fseeko64.c: Likewise.
565 * libc/stdio64/ftello64.c: Likewise.
566 * libc/stdio/findfp.c (std) [__LARGE64_FILES]: Open stdin, stdout,
567 and stderr with 64-bit offset.
568 * libc/stdio/fseek.c (_fseek_r): Avoid compile warning.
569 * libc/stdio/makebuf.c (__smakebuf_r): Likewise.
570 * libc/stdio/mktemp.c (_gettemp): Likewise.
571
572 2007-05-01 Cary R. <cygcary <at> yahoo.com>
573
574 * libm/math/e_pow.c: Fix to be consistent with glibc with regards
575 to treatment of NaN and +-inf arguments.
576 * libm/math/ef_pow.c: Ditto.
577 * libm/math/w_pow.c: Ditto.
578 * libm/math/wf_pow.c: Ditto.
579 * libm/math/w_acos.c: Fix domain errors to return NaN.
580 * libm/math/w_asin.c: Ditto.
581 * libm/math/wf_acos.c: Ditto.
582 * libm/math/wf_asin.c: Ditto.
583 * libm/math/w_log.c: Fix to return NaN for negative number inputs.
584 * libm/math/wf_log.c: Ditto.
585 * libm/math/wf_log10.c: Ditto.
586 * libm/math/w_log10.c: Ditto.
587
588 2007-04-27 Jeff Johnston <jjohnstn@redhat.com>
589
590 * libc/machine/m68k/Makefile.am: Temporarily remove
591 memcpy.S and memset.S until logic can be confirmed for
592 !(__mcoldfile__) case.
593 * libc/machine/m68k/Makefile.in: Regenerated.
594
595 2007-04-27 Kazu Hirata <kazu@codesourcery.com>
596
597 * libc/machine/m68k/Makefile.am (lib_a_SOURCES): Add memcpy.S
598 and memset.S.
599 * libc/machine/m68k/Makefile.in: Regenerate.
600 * libc/machine/m68k/memcpy.S, libc/machine/m68k/memset.S: New.
601
602 2007-04-26 Patrick Mansfield <patmans@us.ibm.com>
603
604 * libc/include/ieeefp.h: use prefixed __ieeefp_ macros that can be
605 overridden via machine/ieeefp.h.
606 * libc/include/machine/ieeefp.h: Add SPU specific C99 and ieeefp
607 macros for isnan and related macros.
608 * libc/include/math.h: Allow C99 isfinite, isinf, and isnan to be
609 overridden via machine/ieeefp.h.
610 * libm/machine/spu/Makefile.am: Add new files.
611 * libm/machine/spu/Makefile.in: Autogenerate with new files.
612 * libm/machine/spu/sf_fpclassify.c: Add SPU specific __fpclassifyf.
613 * libm/machine/spu/sf_finite.c: Add SPU specific finitef.
614 * libm/machine/spu/sf_isinf.c: Add SPU specific isinff.
615 * libm/machine/spu/sf_isinff.c: Add SPU specific __isinff.
616 * libm/machine/spu/sf_isnan.c: Add SPU specific isnanf.
617 * libm/machine/spu/sf_isnanf.c: Add SPU specific __isnanf.
618 * libm/machine/spu/sf_nan.c: Add SPU specific nanf.
619
620 2007-04-25 Jeff Johnston <jjohnstn@redhat.com>
621
622 * libm/common/s_fpclassify.c (__fpclassifyf): Move this to...
623 * libm/common/sf_fpclassify.c: ...here. New file.
624 * libm/common/Makefile.am: Add sf_fpclassify.c.
625 * libm/common/Makefile.in: Regenerated.
626
627 2007-04-25 Patrick Mansfield <patmans@us.ibm.com>
628
629 * libc/machine/spu/sys/errno.h: New file, so spu errno values match
630 ppu linux values. This file is a copy of the cris/sys/errno.h plus
631 a few changes (see spu errno.h comments).
632
633 2007-04-25 Eric Blake <ebb9@byu.net>
634
635 * libc/stdio/vfprintf.c (get_arg): Support %1$lc. Simplify types
636 that promote to int.
637
638 2007-04-25 Patrick Mansfield <patmans@us.ibm.com>
639
640 * libm/machine/spu/headers/feholdexcept.h: Use *envp not env so
641 we clear the proper bits in the fpscr, and don't set some random ones.
642
643 2007-04-24 Eric Blake <ebb9@byu.net>
644
645 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinity
646 or NaN with %05f.
647
648 * libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when not
649 _MB_CAPABLE.
650
651 * libc/include/limits.h (NL_ARGMAX): Define a default value.
652 * libc/stdio/vfprintf.c (MAX_POS_ARGS): Define in terms of
653 NL_ARGMAX, if present.
654
655 2007-04-23 Brian Dessent <brian@dessent.net>
656
657 * libc/stdio/vfprintf.c (_vfprintf_r): When the alternate-form flag
658 has been specified with types 'f', 'F', 'g', or 'G', ensure the
659 trailing decimal is printed.
660
661 2007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>
662
663 * confsubdir.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS): New
664 file. Override Autoconf-2.59's version of these macros with
665 fixed handling of multiple adjacent whitespace in arguments.
666 * aclocal.m4: Regenerated forcefully.
667 * configure: Ditto.
668 * Makefile.in: Ditto.
669 * libc/*Makefile.in: Ditto.
670 * libc/*aclocal.m4: Ditto.
671 * libc/*configure: Ditto.
672 * libm/*Makefile.in: Ditto.
673 * libm/*aclocal.m4: Ditto.
674 * libm/*configure: Ditto.
675
676 2007-04-23 Jeff Johnston <jjohnstn@redhat.com>
677
678 * libc/sys/arc/dummy.S: Dummy file to force .S.o suffix rule.
679 * libc/sys/arc/Makefile.am: Add dummy.S to EXTRA_lib_a_SOURCES
680 and set lib_a_CCASFLAGS so crto.o will use .S.o default suffix rule.
681 * libc/sys/arc/Makefile.in: Regenerated.
682
683 2007-04-17 Brian Dessent <brian@dessent.net>
684
685 * libc/stdio/sscanf.c: Update documentation comments.
686 * libc/stdio/vfscanf.c (__SVFSCANF_R): Handle j, t, and z modifiers.
687
688 2007-04-12 Eric Blake <ebb9@byu.net>
689
690 * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e.
691 (chclass): Recognize 'F', 'X', 'n', and not 'W'.
692 (get_arg): Handle %1$F, %1$n.
693
694 2007-04-10 Eric Blake <ebb9@byu.net>
695
696 * libc/include/stdio.h (_ELIDABLE_INLINE): Work even when using
697 CFLAGS=-O0.
698
699 2007-04-09 Eric Blake <ebb9@byu.net>
700
701 * libc/include/stdio.h: Add gcc format attributes to printf and
702 scanf families.
703
704 2007-04-09 Joel Schopp <jschopp@austin.ibm.com>
705
706 * libc/machine/spu/strxfrm.c: Fix strxfrm so we still copy data
707 even if the passed in length n is shorter than the source string.
708 This matches both the non-spu specific and the glibc strxfrm
709 behaviour.
710
711 2007-04-04 Mark Mitchell <mark@codesourcery.com>
712
713 * libc/stdlib/__call_atexit.c (__call_exitprocs): Handle atexit
714 functions registering additional atexit functions.
715
716 * testsuite/lib/flags.exp (newlib_include_flags): Drop
717 -I${newlib_dir}.
718
719 2007-04-04 Patrick Mansfield <patmans@us.ibm.com>
720
721 * libc/machine/spu/sys/syscall.h: New file for __send_to_ppe
722 prototype.
723 * libc/machine/spu/c99ppe.h: Remove static version of send_to_ppe.
724 * libc/machine/spu/clearerr.c: Call __send_to_ppe vs send_to_ppe.
725 * libc/machine/spu/fclose.c: Ditto.
726 * libc/machine/spu/feof.c: Ditto.
727 * libc/machine/spu/ferror.c: Ditto.
728 * libc/machine/spu/fflush.c: Ditto.
729 * libc/machine/spu/fgetc.c: Ditto.
730 * libc/machine/spu/fgetpos.c: Ditto.
731 * libc/machine/spu/fgets.c: Ditto.
732 * libc/machine/spu/fileno.c: Ditto.
733 * libc/machine/spu/fopen.c: Ditto.
734 * libc/machine/spu/fprintf.c: Ditto.
735 * libc/machine/spu/fputc.c: Ditto.
736 * libc/machine/spu/fputs.c: Ditto.
737 * libc/machine/spu/fread.c: Ditto.
738 * libc/machine/spu/freopen.c: Ditto.
739 * libc/machine/spu/fscanf.c: Ditto.
740 * libc/machine/spu/fseek.c: Ditto.
741 * libc/machine/spu/fsetpos.c: Ditto.
742 * libc/machine/spu/ftell.c: Ditto.
743 * libc/machine/spu/fwrite.c: Ditto.
744 * libc/machine/spu/getc.c: Ditto.
745 * libc/machine/spu/getchar.c: Ditto.
746 * libc/machine/spu/gets.c: Ditto.
747 * libc/machine/spu/perror.c: Ditto.
748 * libc/machine/spu/printf.c: Ditto.
749 * libc/machine/spu/putc.c: Ditto.
750 * libc/machine/spu/putchar.c: Ditto.
751 * libc/machine/spu/puts.c: Ditto.
752 * libc/machine/spu/remove.c: Ditto.
753 * libc/machine/spu/rename.c: Ditto.
754 * libc/machine/spu/rewind.c: Ditto.
755 * libc/machine/spu/scanf.c: Ditto.
756 * libc/machine/spu/setbuf.c: Ditto.
757 * libc/machine/spu/setvbuf.c: Ditto.
758 * libc/machine/spu/snprintf.c: Ditto.
759 * libc/machine/spu/sprintf.c: Ditto.
760 * libc/machine/spu/sscanf.c: Ditto.
761 * libc/machine/spu/tmpfile.c: Ditto.
762 * libc/machine/spu/tmpnam.c: Ditto.
763 * libc/machine/spu/ungetc.c: Ditto.
764 * libc/machine/spu/vfprintf.c: Ditto.
765 * libc/machine/spu/vfscanf.c: Ditto.
766 * libc/machine/spu/vprintf.c: Ditto.
767 * libc/machine/spu/vscanf.c: Ditto.
768 * libc/machine/spu/vsnprintf.c: Ditto.
769 * libc/machine/spu/vsprintf.c: Ditto.
770 * libc/machine/spu/vsscanf.c: Ditto.
771
772 2007-04-04 Jeff Johnston <jjohnstn@redhat.com>
773
774 * libc/argz/argz_insert.c: Add stddef.h to get ptrdiff_t type.
775
776 2007-04-04 Eric Blake <ebb9@byu.net>
777
778 * libc/stdio/asiprintf.c (_asiprintf_r): Fix reentrancy.
779 (asiprintf): Avoid overhead.
780 * libc/stdio/asprintf.c (_asprintf_r): Fix reentrancy.
781 (asprintf): Avoid overhead.
782 * libc/stdio/diprintf.c (_diprintf_r, diprintf): New file.
783 * libc/stdio/dprintf.c (_dprintf_r, dprintf): Use _DEFUN.
784 * libc/stdio/fiprintf.c (_fiprintf_r): Add reentrant version.
785 (fiprintf): Avoid overhead.
786 * libc/stdio/fprintf.c (_fprintf_r): Add reentrant version.
787 (fprintf): Avoid overhead.
788 * libc/stdio/iprintf.c (_iprintf_r): Use _DEFUN.
789 (iprintf): Avoid overhead.
790 * libc/stdio/printf.c (_printf_r): Use _DEFUN.
791 (printf): Avoid overhead.
792 * libc/stdio/vasiprintf.c (vasiprintf): Reduce binary size.
793 * libc/stdio/vasprintf.c (vasprintf): Reduce binary size.
794 * libc/stdio/vdiprintf.c (_vdiprintf_r, vdiprintf): New file.
795 * libc/stdio/vdprintf.c (vdprintf): Avoid overhead.
796 * libc/stdio/vsiprintf.c (vsiprintf): Reduce binary size.
797 * libc/stdio/vsniprintf.c (vsniprintf): Reduce binary size.
798 * libc/stdio/vsnprintf.c (vsnprintf): Reduce binary size.
799 * libc/stdio/vsprintf.c (vsprintf): Reduce binary size.
800 * libc/stdio/Makefile.am (GENERAL_SOURCES): Add diprintf.c,
801 vdiprintf.c.
802 * libc/include/stdio.h (diprintf, _diprintf_r, vdiprintf)
803 (_vdiprintf_r, _fiprintf_r, _vfiprintf_r): Add prototypes.
804
805 2007-03-30 Dave Korn <dave.korn@artimi.com>
806
807 * libc/include/stdio.h (_ELIDABLE_INLINE): New macro to conceal
808 conflicting inline semantics between C99 and GNU89.
809 (__sgetc_r): Replace static inline with _ELIDABLE_INLINE to be
810 compatible with -fkeep-inline-functions usage.
811 (__sputc_r): Likewise for consistency even though disabled.
812
813 2007-03-29 Nick Clifton <nickc@redhat.com>
814
815 Reflect changes made to generic vfprintf.c:
816 * libc/machine/powerpc/vfprintf.c (__sprint): Rename to __sprint_r
817 and add a "struct reent *" argument.
818 (__sbprintf): Rename to __sbprintf_r, add a "struct reent *"
819 argument and call _VFPRINTF_R instead of VFPRINTF.
820 (_VFPRINTF_R): Add data pointer to call to cantwrite().
821 Fix uses of __sprint() and __sbprintf.
822
823 2007-03-20 Nick Clifton <nickc@redhat.com>
824
825 Reflect changes made to generic vfprintf.c:
826 * libc/machine/powerpc/vfprintf.c (__sprint): Rename to __sprint_r
827 and add a "struct reent *" argument.
828 (__sbprintf): Rename to __sbprintf_r, add a "struct reent *"
829 argument and call _VFPRINTF_R instead of VFPRINTF.
830 (_VFPRINTF_R): Add data pointer to call to cantwrite().
831 Fix uses of __sprint() and __sbprintf.
832
833 2007-03-16 Charles Wilson <cygwin@...>
834
835 * libc/argz/argz_insert.c: "before" pointer is
836 invalid after *argz realloc. Compute offset
837 between "before" and *argz, and use it after
838 reallocation instead.
839
840 2007-03-16 Eric Blake <ebb9@byu.net>
841
842 * libc/stdio64/fseek064.c (_fseeko64_r): Fix reentrancy.
843 * libc/stdio64/freopen64.c (_freopen64_r): Ditto.
844
845 2007-03-15 Jeff Johnston <jjohnstn@redhat.com>
846
847 * configure.in: Add new --enable-newlib-reent-small option.
848 * configure: Regenerated.
849 * acconfig.h: Add _WANT_REENT_SMALL.
850 * newlib.hin: Regenerated minus PACKAGE macros to add
851 _WANT_REENT_SMALL macro.
852 * libc/include/sys/config.h[_WANT_REENT_SMALL]: Set _REENT_SMALL
853 if not already set.
854 * libc/stdio/fflush.c[_REENT_SMALL]: Return immediately if
855 there is no buffer.
856 * libc/stdio/local.h[_REENT_SMALL]: Fix CHECK_INIT macro to
857 use reentrant pointer passed in when resetting the file
858 pointer to one of the std streams.
859
860 2007-03-15 Eric Blake <ebb9@byu.net>
861
862 * libc/stdio/local.h (cantwrite, FREEUB, FREELB): Make reentrant.
863 (__smakebuf): Rename...
864 (__smakebuf_r): to this.
865 * libc/stdio/fvwrite.h (__swsetup_r): Rename, from __swsetup.
866 * libc/stdio/makebuf.c (__smakebuf): Detect failed asprint
867 allocation, then rename...
868 (__smakebuf_r): ...to this and fix reentrancy.
869 * libc/stdio/wsetup.c (__swsetup): Detect failed asprintf
870 allocation, then rename...
871 (__swsetup_r): ...to this and fix reentrancy.
872 * libc/stdio/fseek.c (_fseek_r): Fix reentrancy.
873 * libc/stdio/refill.c (__srefill_r): Likewise.
874 * libc/stdio/fclose.c (_fclose_r): Likewise.
875 * libc/stdio/fread.c (_fread_r): Likewise.
876 * libc/stdio/freopen.c (_freopen_r): Likewise.
877 * libc/stdio/wbuf.c (__swbuf_r): Likewise.
878 * libc/stdio64/fseeko64.c (_fseeko64_r): Likewise.
879 * libc/stdio/fvwrite.c (__sfvwrite_r): Set errno properly on
880 failed asprintf allocation, and fix reentrancy.
881 * libc/stdio/snprintf.c (snprintf, _snprintf_r): Report overflow,
882 as required by POSIX.
883 * libc/stdio/sniprintf.c (sniprintf, _sniprintf_r): Likewise.
884 * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Likewise.
885 * libc/stdio/vsniprintf.c (vsniprintf, _vsniprintf_r): Likewise.
886
887 2007-03-12 Eric Blake <ebb9@byu.net>
888
889 * libc/stdio/fvwrite.c (__sfvwrite_r): Fix reentrancy.
890 * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Pass failed
891 allocation to caller.
892 * libc/stdio/asprintf.c (_asprintf_r, asprintf): Likewise.
893 * libc/stdio/asiprintf.c (_asiprintf_r, asiprintf): Likewise.
894 * libc/stdio/vasiprintf.c (vasiprintf, _vasiprintf_r): Likewise.
895
896 2007-02-23 Jeff Johnston <jjohnstn@redhat.com>
897
898 * libm/math/w_pow.c: Fix typo in documentation comment.
899
900 2007-02-21 Patrick Mansfield <patmans@us.ibm.com>
901
902 * libc/reent/timer.c: Removed (split into two new files).
903 * libc/reent/timesr.c: New file for _times_r.
904 * libc/reent/gettimeofdayr.c: New file out _gettimeofday_r.
905 * reent/Makefile.in: Remove timer.c, add timesr.c and
906 gettimeofdayr.c.
907 * libc/reent/Makefile.am: Regenerate.
908
909 2007-02-20 Patrick Mansfield <patmans@us.ibm.com>
910
911 * configure.host: Build SPU with default_newlib_atexit_dynamic_alloc="no".
912
913 2007-02-20 Kazunori Asayama <asayama@sm.sony.co.jp>
914
915 * libc/machine/spu/Makefile.am: Add new objects.
916 * libc/machine/spu/Makefile.in: Regenerated.
917 * libc/machine/spu/fiprintf.c: New file. Add implementation of
918 integer-only version.
919 * libc/machine/spu/fiscanf.c: Ditto.
920 * libc/machine/spu/iprintf.c: Ditto.
921 * libc/machine/spu/iscanf.c: Ditto.
922 * libc/machine/spu/siprintf.c: Ditto.
923 * libc/machine/spu/siscanf.c: Ditto.
924 * libc/machine/spu/sniprintf.c: Ditto.
925 * libc/machine/spu/vfiprintf.c: Ditto.
926 * libc/machine/spu/vfiscanf.c: Ditto.
927 * libc/machine/spu/viprintf.c: Ditto.
928 * libc/machine/spu/viscanf.c: Ditto.
929 * libc/machine/spu/vsiprintf.c: Ditto.
930 * libc/machine/spu/vsiscanf.c: Ditto.
931 * libc/machine/spu/vsniprintf.c: Ditto.
932 * libc/machine/spu/fprintf.c: Add support for integer-only
933 version.
934 * libc/machine/spu/fscanf.c: Ditto.
935 * libc/machine/spu/printf.c: Ditto.
936 * libc/machine/spu/scanf.c: Ditto.
937 * libc/machine/spu/snprintf.c: Ditto.
938 * libc/machine/spu/sprintf.c: Ditto.
939 * libc/machine/spu/sscanf.c: Ditto.
940 * libc/machine/spu/vfprintf.c: Ditto.
941 * libc/machine/spu/vfscanf.c: Ditto.
942 * libc/machine/spu/vprintf.c: Ditto.
943 * libc/machine/spu/vscanf.c: Ditto.
944 * libc/machine/spu/vsnprintf.c: Ditto.
945 * libc/machine/spu/vsprintf.c: Ditto.
946 * libc/machine/spu/vsscanf.c: Ditto.
947
948 2007-02-20 Kazunori Asayama <asayama@sm.sony.co.jp>
949
950 * libc/include/stdio.h: Add declaration for vsiprintf.
951
952 2007-02-14 Patrick Mansfield <patmans@us.ibm.com>
953
954 Add a floating point environment for SPU (cell):
955
956 * configure.host: add libm_machine_dir=spu.
957 * libm/machine/configure: Add spu.
958 * libm/machine/configure.in: regenerated with spu added.
959 * libc/machine/spu/include/fenv.h: New file.
960 * libc/machine/spu/sys/fenv.h: Ditto.
961 * libm/machine/spu/Makefile.am: Ditto.
962 * libm/machine/spu/Makefile.in: Ditto.
963 * libm/machine/spu/aclocal.m4: Ditto.
964 * libm/machine/spu/configure: Ditto.
965 * libm/machine/spu/configure.in: Ditto.
966 * libm/machine/spu/fe_dfl_env.c: Ditto.
967 * libm/machine/spu/feclearexcept.c: Ditto.
968 * libm/machine/spu/fegetenv.c: Ditto.
969 * libm/machine/spu/fegetexceptflag.c: Ditto.
970 * libm/machine/spu/fegetround.c: Ditto.
971 * libm/machine/spu/feholdexcept.c: Ditto.
972 * libm/machine/spu/feraiseexcept.c: Ditto.
973 * libm/machine/spu/fesetenv.c: Ditto.
974 * libm/machine/spu/fesetexceptflag.c: Ditto.
975 * libm/machine/spu/fesetround.c: Ditto.
976 * libm/machine/spu/fetestexcept.c: Ditto.
977 * libm/machine/spu/feupdateenv.c: Ditto.
978 * libm/machine/spu/headers/feclearexcept.h: Ditto.
979 * libm/machine/spu/headers/fefpscr.h: Ditto.
980 * libm/machine/spu/headers/fegetenv.h: Ditto.
981 * libm/machine/spu/headers/fegetexceptflag.h: Ditto.
982 * libm/machine/spu/headers/fegetround.h: Ditto.
983 * libm/machine/spu/headers/feholdexcept.h: Ditto.
984 * libm/machine/spu/headers/feraiseexcept.h: Ditto.
985 * libm/machine/spu/headers/fesetenv.h: Ditto.
986 * libm/machine/spu/headers/fesetexceptflag.h: Ditto.
987 * libm/machine/spu/headers/fesetround.h: Ditto.
988 * libm/machine/spu/headers/fetestexcept.h: Ditto.
989 * libm/machine/spu/headers/feupdateenv.h: Ditto.
990
991 2007-02-14 Corinna Vinschen <corinna@vinschen.de>
992
993 * libc/include/sys/features.h: Add _POSIX_MESSAGE_PASSING for
994 Cygwin.
995
996 2007-02-08 Corinna Vinschen <corinna@vinschen.de>
997
998 * libc/include/sys/features.h: Add _POSIX_SHARED_MEMORY_OBJECTS for
999 Cygwin. Fix value of _POSIX_SEMAPHORES. Fix formatting.
1000
1001 2007-02-07 Corinna Vinschen <corinna@vinschen.de>
1002
1003 * libc/include/sys/features.h: Add definition of all supported
1004 _POSIX_xxx values for Cygwin.
1005 * libc/include/sys/types.h (pthread_rwlock_t): Omit definition
1006 on Cygwin.
1007 (pthread_rwlockattr_t): Ditto.
1008 * libc/include/sys/unistd.h: Define all _SC_xxx values as
1009 required by SUSv3. Unify formatting.
1010
1011 2007-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
1012
1013 * libc/include/sys/errno.h: Add ECANCELED.
1014
1015 2007-02-01 Joel Schopp <jschopp@austin.ibm.com>
1016 Kazunori Asayama <asayama@sm.sony.co.jp>
1017
1018 * libc/machine/spu/Makefile.am: Add objects.
1019 * libc/machine/spu/Makefile.in: Regenerated.
1020 * libc/machine/spu/vsscanf.c: New file. Add a stdio function
1021 implementation.
1022 * libc/machine/spu/snprintf.c: Ditto.
1023 * libc/machine/spu/sprintf.c: Ditto.
1024 * libc/machine/spu/sscanf.c: Ditto.
1025 * libc/machine/spu/remove.c: Ditto.
1026 * libc/machine/spu/rename.c: Ditto.
1027 * libc/machine/spu/tmpnam.c: Ditto.
1028 * libc/machine/spu/vsnprintf.c: Add initialization routine of
1029 stdio stuffs.
1030 * libc/machine/spu/vsprintf.c: Ditto.
1031
1032 2007-02-01 Joel Schopp <jschopp@austin.ibm.com>
1033 Kazunori Asayama <asayama@sm.sony.co.jp>
1034
1035 * configure.host: Enable SPU specific stdio directory.
1036 * libc/machine/spu/Makefile.am: Add objects.
1037 * libc/machine/spu/Makefile.in: Regenerated.
1038 * libc/machine/spu/c99ppe.h: Add macros and function
1039 declarations to initialize SPU specific stdio stuffs.
1040 * libc/machine/spu/stdio.c: Add functions to manage Cell SPU
1041 specific FILE structures.
1042 * libc/machine/spu/perror.c: Add initialization routine of
1043 stdio stuffs.
1044 * libc/machine/spu/printf.c: Ditto.
1045 * libc/machine/spu/putchar.c: Ditto.
1046 * libc/machine/spu/puts.c: Ditto.
1047 * libc/machine/spu/vprintf.c: Ditto.
1048 * libc/machine/spu/clearerr.c: New file. Add a stdio function
1049 implementation.
1050 * libc/machine/spu/feof.c: Ditto.
1051 * libc/machine/spu/ferror.c: Ditto.
1052 * libc/machine/spu/fileno.c: Ditto.
1053 * libc/machine/spu/fopen.c: Ditto.
1054 * libc/machine/spu/fclose.c: Ditto.
1055 * libc/machine/spu/freopen.c: Ditto.
1056 * libc/machine/spu/fflush.c: Ditto.
1057 * libc/machine/spu/fseek.c: Ditto.
1058 * libc/machine/spu/ftell.c: Ditto.
1059 * libc/machine/spu/rewind.c: Ditto.
1060 * libc/machine/spu/fgetpos.c: Ditto.
1061 * libc/machine/spu/fsetpos.c: Ditto.
1062 * libc/machine/spu/fread.c: Ditto.
1063 * libc/machine/spu/fwrite.c: Ditto.
1064 * libc/machine/spu/getc.c: Ditto.
1065 * libc/machine/spu/getchar.c: Ditto.
1066 * libc/machine/spu/gets.c: Ditto.
1067 * libc/machine/spu/fgetc.c: Ditto.
1068 * libc/machine/spu/fgets.c: Ditto.
1069 * libc/machine/spu/ungetc.c: Ditto.
1070 * libc/machine/spu/putc.c: Ditto.
1071 * libc/machine/spu/fputc.c: Ditto.
1072 * libc/machine/spu/fputs.c: Ditto.
1073 * libc/machine/spu/vfprintf.c: Ditto.
1074 * libc/machine/spu/vfscanf.c: Ditto.
1075 * libc/machine/spu/fprintf.c: Ditto.
1076 * libc/machine/spu/fscanf.c: Ditto.
1077 * libc/machine/spu/scanf.c: Ditto.
1078 * libc/machine/spu/vscanf.c: Ditto.
1079 * libc/machine/spu/setbuf.c: Ditto.
1080 * libc/machine/spu/setvbuf.c: Ditto.
1081 * libc/machine/spu/tmpfile.c: Ditto.
1082
1083 2007-02-01 Jeff Johnston <jjohnstn@redhat.com>
1084
1085 * libc/include/sys/config.h[__SPU__]: Define __CUSTOM_FILE_IO__.
1086 * libc/include/stdio.h[!__CUSTOM_FILE_IO__]: Add flag check
1087 around stdio macros that manipulate fields in the normal file
1088 structure.
1089 * libc/include/sys/reent.h[__CUSTOM_FILE_IO__]: Include
1090 <sys/custom_file.h> to define custom FILE structure.
1091 * libc/include/sys/custom_file.h: New default header file
1092 that generates error if not overridden when __CUSTOM_FILE_IO__ set.
1093 * libc/machine/spu/sys/custom_file.h: New file.
1094
1095 2007-01-31 Kazunori Asayama <asayama@sm.sony.co.jp>
1096
1097 * configure.host: Define stdio directory as a variable.
1098 * libc/Makefile.am: Define stdio related names
1099 as macros.
1100 * libc/configure.in: Add detection routine of stdio directory.
1101 * libc/Makefile.in: Regenerated.
1102 * libc/configure: Ditto.
1103 * libc/argz/Makefile.in: Ditto.
1104 * libc/ctype/Makefile.in: Ditto.
1105 * libc/errno/Makefile.in: Ditto.
1106 * libc/iconv/Makefile.in: Ditto.
1107 * libc/iconv/ccs/Makefile.in: Ditto.
1108 * libc/iconv/ccs/binary/Makefile.in: Ditto.
1109 * libc/iconv/ces/Makefile.in: Ditto.
1110 * libc/iconv/lib/Makefile.in: Ditto.
1111 * libc/locale/Makefile.in: Ditto.
1112 * libc/misc/Makefile.in: Ditto.
1113 * libc/posix/Makefile.in: Ditto.
1114 * libc/reent/Makefile.in: Ditto.
1115 * libc/search/Makefile.in: Ditto.
1116 * libc/signal/Makefile.in: Ditto.
1117 * libc/stdio/Makefile.in: Ditto.
1118 * libc/stdio64/Makefile.in: Ditto.
1119 * libc/stdlib/Makefile.in: Ditto.
1120 * libc/string/Makefile.in: Ditto.
1121 * libc/syscalls/Makefile.in: Ditto.
1122 * libc/time/Makefile.in: Ditto.
1123 * libc/unix/Makefile.in: Ditto.
1124
1125 2007-01-30 Ben Elliston <bje@au.ibm.com>
1126
1127 * libc/machine/spu/vsnprintf.c (c99_vsnprintf_t): Const-qualify
1128 fmt member.
1129 * libc/machine/spu/printf.c (c99_printf_t): Likewise.
1130 (printf): Pass fmt to va_start to suppress a warning.
1131
1132 * libc/search/hash.c (init_hash): Make `info' parameter const.
1133
1134 2007-01-19 Kazunori Asayama <asayama@sm.sony.co.jp>
1135
1136 * libc/machine/spu/c99ppe.h: Replace vector with __vector.
1137 * libc/machine/spu/vec_literal.h: Ditto.
1138 * libc/machine/spu/strncmp.c: Ditto.
1139
1140 2007-01-15 Joseph Myers <joseph@codesourcery.com>
1141 Kazu Hirata <kazu@codesourcery.com>
1142
1143 * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Add support
1144 for E500V1 and E500V2.
1145
1146 2007-01-11 Jeff Johnston <jjohnstn@redhat.com>
1147
1148 * libm/configure.in: Always configure machine directory.
1149 * libm/Makefile.am: Make machine subdirectory part of SUBDIRS
1150 unconditionally.
1151 * libm/configure: Regenerated.
1152 * libm/Makefile.in: Ditto.
1153 * libm/*/Makefile.in: Ditto.
1154
1155 2007-01-05 Brian Ford <Brian.Ford@FlightSafety.com>
1156
1157 * configure.host (*-*-cygwin*): Define HAVE_BLKSIZE.
1158
1159 2007-01-02 Ben Elliston <bje@au.ibm.com>
1160
1161 * doc/makedoc.c: Include <stdlib.h>.
1162 (malloc, realloc): Remove extern declarations.
1163
1164 2005-12-18 Jeff Johnston <jjohnstn@redhat.com>
1165
1166 * NEWS: Update with 1.15.0 info.
1167 * README: Ditto.
1168 * acinclude.m4: Change version number to 1.15.0.
1169 * aclocal.m4: Regenerated.
1170 * configure: Ditto.
1171 * doc/aclocal.m4: Ditto.
1172 * doc/configure: Ditto.
1173 * libc/*/aclocal.m4: Ditto.
1174 * libc/*/configure: Ditto.
1175 * libc/libc.texinfo: Ditto.
1176 * libm/*/aclocal.m4: Ditto.
1177 * libm/*/configure: Ditto.
1178 * libm/libm.texinfo: Ditto.
1179 * libc/sys/linux/shared.ld: Add VERS_1.15.
1180
1181 2006-12-18 Kazu Hirata <kazu@codesourcery.com>
1182
1183 Merge from newlib-csl-20060320-branch:
1184 2006-12-01 Nathan Sidwell <nathan@codesourcery.com>
1185 Kazu Hirata <kazu@codesourcery.com>
1186
1187 * configure.host: Recognize fido.
1188
1189 2006-12-18 Joel Schopp <jschopp@austin.ibm.com>
1190
1191 * libc/machine/spu/c99ppe.h: New file
1192 * libc/machine/spu/perror.c: New file to override libc/stdio version.
1193 * libc/machine/spu/printf.c: New file
1194 * libc/machine/spu/putchar.c: New file
1195 * libc/machine/spu/puts.c: New file
1196 * libc/machine/spu/vprintf.c: New file
1197 * libc/machine/spu/vsnprintf.c: New file
1198 * libc/machine/spu/vsprintf.c: New file
1199 * libc/machine/spu/Makefile.am: Add new targets.
1200 * libc/machine/spu/Makefile.in: Regenerated.
1201
1202 2006-12-18 Jeff Johnston <jjohnstn@redhat.com>
1203
1204 * aclocal.m4 */aclocal.m4: Regenerated using aclocal 1.9.6.
1205 * Makefile.in */Makefile.in: Regenerated using automake 1.9.6.
1206
1207 2006-12-18 Jeff Johnston <jjohnstn@redhat.com>
1208
1209 * libc/stdlib/mallocr.c (malloc_extend_top): Add patch from
1210 2.6.5 version of Doug Lea's malloc which is the basis of
1211 this code.
1212
1213 2006-12-18 Kazunori Asayama <asayama@sm.sony.co.jp>
1214
1215 * libc/include/machine/setjmp.h[__SPU__]: Replace vector with __vector.
1216
1217 2006-12-14 Jeff Johnston <jjohnstn@redhat.com>
1218 Eric Blake <ebb9@byu.net>
1219
1220 * libc/stdio/fflush.c (fflush): On seekable streams, always flush
1221 read but unused data.
1222 * libc/stdio/fclose.c (_fclose_r): Always flush streams, since
1223 even read streams may have side effects that must happen.
1224
1225 2006-12-13 Joel Schopp <jschopp@austin.ibm.com>
1226
1227 * libc/machine/spu/setjmp.S: Fix to handle registers past 115
1228 correctly.
1229
1230 2006-12-13 Joel Schopp <jschopp@austin.ibm.com>
1231
1232 * libc/include/alloca.h: Add undef alloca to work with xlc.
1233
1234 2006-12-12 Joel Schopp <jschopp@austin.ibm.com>
1235
1236 * libc/include/machine/setjmp.h[__SPU__]: Redefine _JBTYPE for
1237 cell spu.
1238
1239 2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>
1240
1241 * libc/machine/spu/strncpy.c: Add padding.
1242
1243 2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>
1244
1245 * testsuite/newlib.string/tstring.c:
1246
1247 2006-12-01 Kazunori Asayama <asayama@sm.sony.co.jp>
1248
1249 * libc/machine/spu/strchr.c: Fix mask for misaligned string.
1250 * libc/machine/spu/strrchr.c: Ditto.
1251
1252 2006-11-30 Lev Bishop <lev.bishop@gmail.com>
1253
1254 * libc/include/math.h: Allow C99 functions/macros to be
1255 defined for C++ even when __STRICT_ANSI__.
1256
1257 2006-11-29 Jeff Johnston <jjohnstn@redhat.com>
1258
1259 * libc/stdio/makebuf.c (__smakebuf): If dealing with
1260 an asprintf-family buffer, make the default initial size 64.
1261
1262 2006-11-29 Eric Blake <ebb9@byu.net>
1263
1264 * libc/stdio/fvwrite.c (__sfvwrite_r): Avoid off-by-one error in
1265 asprintf, as well as quadratic realloc behavior.
1266
1267 2006-11-29 Kazunori Asayama <asayama@sm.sony.co.jpi
1268
1269 * libc/machine/spu/memset.c: Fix type of explicit cast.
1270 * libc/machine/spu/strncmp.c: Add explicit cast.
1271 * libc/machine/spu/strrchr.c: Ditto.
1272 * libc/machine/spu/strspn.c: Ditto.
1273
1274 2006-11-22 Luca Barbato <lu_zero@gentoo.org>
1275
1276 * libc/machine/spu/memcpy.c: Use spu_splats, explicit cast.
1277 * libc/machine/spu/memmove.c: Use spu_splats, explicit cast.
1278 * libc/machine/spu/memset.c: Use spu_splats, remove apple-cast.
1279 * libc/machine/spu/strchr.c: Use spu_splats, remove apple-cast.
1280 * libc/machine/spu/strncat.c: Explicit cast.
1281 * libc/machine/spu/strncmp.c: Use spu_splats.
1282 * libc/machine/spu/strncpy.c: Explicit cast.
1283 * libc/machine/spu/strrchr.c: Use spu_splats.
1284 * libc/machine/spu/strspn.c: Use spu_splats.
1285
1286 2006-11-15 Till Straumann <strauman@slac.stanford.edu>
1287
1288 * libc/time/tzset_r.c (_tzset_r): Initialize local variable.
1289
1290 2006-11-14 Eric Blake <ebb9@byu.net>
1291
1292 * libc/stdio/vfprintf.c (_vfprintf_r): Support ' flag.
1293 (chclass): ' is a flag. j, t, and z are modifiers.
1294
1295 2006-11-08 Jie Zhang <jie.zhang@analog.com>
1296
1297 * configure.host: Add support for bfin.
1298 * libc/include/machine/ieeefp.h: Define __IEEE_LITTLE_ENDIAN for bfin.
1299 * libc/include/machine/setjmp.h: Define _JBLEN for bfin.
1300 * libc/machine/bfin/aclocal.m4: Generate.
1301 * libc/machine/bfin/configure.in: New.
1302 * libc/machine/bfin/configure: Generate.
1303 * libc/machine/bfin/Makefile.am: New.
1304 * libc/machine/bfin/Makefile.in: Generate.
1305 * libc/machine/bfin/setjmp.S: New.
1306 * libc/machine/bfin/longjmp.S: New.
1307 * libc/machine/configure.in: Add bfin support.
1308 * libc/machine/configure: Generate.
1309
1310 2006-11-07 Corinna Vinschen <corinna@vinschen.de>
1311
1312 * libc/include/sys/unistd.h (_SC_STREAM_MAX): Define on Cygwin.
1313 (_PC_FILESIZEBITS): Add definition.
1314 (_PC_2_SYMLINKS): Ditto.
1315 (_PC_SYMLINK_MAX): Ditto.
1316
1317 2006-10-27 Joel Schopp <jschopp@austin.ibm.com>
1318
1319 * libc/machine/spu/memcpy.c: Override generic function with vectorized
1320 version optimized for the cell spu.
1321 * libc/machine/spu/memmove.c: Ditto.
1322 * libc/machine/spu/memset.c: Ditto.
1323 * libc/machine/spu/strcat.c: Ditto.
1324 * libc/machine/spu/strchr.c: Ditto.
1325 * libc/machine/spu/strcmp.c: Ditto.
1326 * libc/machine/spu/strcpy.c: Ditto.
1327 * libc/machine/spu/strcspn.c: Ditto.
1328 * libc/machine/spu/strlen.c: Ditto.
1329 * libc/machine/spu/strncat.c: Ditto.
1330 * libc/machine/spu/strncmp.c: Ditto.
1331 * libc/machine/spu/strncpy.c: Ditto.
1332 * libc/machine/spu/strpbrk.c: Ditto.
1333 * libc/machine/spu/strrchr.c: Ditto.
1334 * libc/machine/spu/strspn.c: Ditto.
1335 * libc/machine/spu/strxfrm.c: Ditto.
1336 * libc/machine/spu/vec_literal.h: Add abstraction of vector literals,
1337 removing altivec style initializers.
1338 * libc/machine/spu/Makefile.am: Add new files to list so they build
1339 * libc/machine/spu/Makefile.in: Regenerate from new Makefile.am
1340
1341 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
1342
1343 * README: Add a brief section on how to regenerate
1344 configuration files in newlib.
1345
1346 2006-10-25 Vladimir Prus <vladimir@codesourcery.com>
1347
1348 * libc/include/math.h: (exception): Add a comment
1349 telling fixincludes that we handle C vs. C++ issue.
1350
1351 2006-10-11 Yang Tse <yangsita@gmail.com>
1352
1353 * libc/include/machine/setjmp.h: Use __extension__ keyword for gcc's
1354 braced-groups.
1355
1356 2006-10-11 Corinna Vinschen <corinna@vinschen.de>
1357
1358 * libc/reent/reeent.c (_reclaim_reent): Free _REENT_MP_RESULT.
1359
1360 2006-09-26 Jeff Johnston <jjohnstn@redhat.com>
1361
1362 * libc/include/stdio.h[_REENT_SMALL]: Do not allow macros
1363 for clearerr, feof, or fileno.
1364 * libc/include/sys/reent.h[_REENT_SMALL](struct _reent): Change
1365 the dummy std stream scheme to use pointers to const external
1366 fake files, one for each standard stream.
1367 * libc/stdio/local.h (CHECK_INIT): Change to take a file pointer
1368 argument. For _REENT_SMALL, reset the file pointer if it
1369 matches one of the fake std stream pointers.
1370 * libc/stdio/clearerr.c: Fix CHECK_INIT macro to add file pointer
1371 argument.
1372 * libc/stdio/fclose.c: Ditto.
1373 * libc/stdio/feof.c: Ditto.
1374 * libc/stdio/ferror.c: Ditto.
1375 * libc/stdio/fflush.c: Ditto.
1376 * libc/stdio/fgetc.c: Ditto.
1377 * libc/stdio/fgets.c: Ditto.
1378 * libc/stdio/fileno.c: Ditto.
1379 * libc/stdio/findfp.c: Ditto.
1380 * libc/stdio/fputc.c: Ditto.
1381 * libc/stdio/fputs.c: Ditto.
1382 * libc/stdio/fread.c: Ditto.
1383 * libc/stdio/freopen.c: Ditto.
1384 * libc/stdio/fseek.c: Ditto.
1385 * libc/stdio/ftell.c: Ditto.
1386 * libc/stdio/fwrite.c: Ditto.
1387 * libc/stdio/getc.c: Ditto.
1388 * libc/stdio/getdelim.c: Ditto.
1389 * libc/stdio/putc.c: Ditto.
1390 * libc/stdio/refill.c: Ditto.
1391 * libc/stdio/setvbuf.c: Ditto.
1392 * libc/stdio/ungetc.c: Ditto.
1393 * libc/stdio/vfprintf.c: Ditto.
1394 * libc/stdio/vfscanf.c: Ditto.
1395 * libc/stdio/wbuf.c: Ditto.: Ditto.
1396 * libc/stdio/wsetup.c: Ditto.
1397 * libc/stdio64/freopen64.c: Ditto.
1398 * libc/stdio64/fseeko64.c: Ditto.
1399 * libc/stdio64/ftello64.c: Ditto.
1400 * libc/machine/powerpc/vfprintf.c: Ditto.
1401 * libc/machine/powerpc/vfscanf.c: Ditto.
1402
1403 2006-09-22 Paul Brook <paul@codesourcery.com>
1404
1405 * libc/include/sys/reent.h: Define and use __reent_assert.
1406
1407 2006-09-13 Joel Sherrill <joel@oarcorp.com>
1408
1409 * libc/include/pthread.h: Add pthread barriers,
1410 rwlocks, and spinlocks. Change const to
1411 _CONST and prefix parameter names with
1412 an underscore.
1413 * libc/include/sys/types.h: Add id and attribute
1414 types for barriers, wrlocks, and spinlocks.
1415 * libc/include/sys/features.h: Enable barriers,
1416 wrlocks, and spinlocks for RTEMS.
1417
1418 2006-09-13 Patrick Mansfield <patmans@us.ibm.com>
1419
1420 * libc/include/math.h: Remove _CONST from _LIB_VERSION, as it is
1421 supposed to be writable.
1422 * libm/common/s_lib_ver.c: Ditto.
1423
1424 2006-09-12 Paul Brook <paul@codesourcery.com>
1425
1426 * libc/stdlib/rand.c (srand): Add _REENT_CHECK_RAND48.
1427
1428 2006-09-07 Masaki Muranaka <monaka@monami-software.com>
1429
1430
1431 * libc/machine/xstormy16/Makefile.am:
1432 Add $(lpfx) prefix to LIBADD objects.
1433 lib_a_DEPENDENCIES uses the value of lib_a_LIBADD.
1434 * libc/machine/xstormy16/Makefile.in: Regenerated.
1435
1436 2006-09-06 Eric Blake <ebb9@byu.net>
1437
1438 * libc/stdio/vfprintf.c (_vfprintf_r, get_arg): Add 'hh', 'j',
1439 't', and 'z' modifiers.
1440
1441 2006-09-01 Kazu Hirata <kazu@codesourcery.com>
1442
1443 Merge from newlib-csl-20060320-branch:
1444 2006-05-22 Sandra Loosemore <sandra@codesourcery.com>
1445
1446 * configure.host: Tell it we have _rename and _system when
1447 building m68k-unknown-elf.
1448
1449 2006-08-29 Paul Brook <paul@codesourcery.com>
1450
1451 * libc/include/sys/config.h: Define _REENT_SMALL for Thumb-2.
1452
1453 2006-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
1454
1455 * libc/sys/rtems/machine/sys/param.h: Conditionalize definition of
1456 BLKDEV_IOSIZE and MAXPHYS so it will fit into small memory targets.
1457 This is needed to build all AVR and H8300 RTEMS multilib variants.
1458
1459 2006-08-23 Kazunori Asayama <asayama@sm.sony.co.jp>
1460
1461 * libc/machine/configure.in: Add configuration for SPU.
1462 * libc/machine/configure: Regenerated.
1463 * libc/machine/spu/memcpy.c: Include string.h.
1464
1465 2006-08-22 Eric Blake <ebb9@byu.net>
1466
1467 * libc/posix/popen.c (popen): Don't close output end of pipe in
1468 child if stdout was closed on entry.
1469 [HAVE_FCNTL]: In parent, mark file as close-on-exec, per POSIX.
1470
1471 2006-08-19 Ramana Radhakrishnan <ramana.r@gmail.com>
1472
1473 * sys/types.h: Correct syntax error caused by missing '\' on #ifdef
1474 line.
1475
1476 2006-08-17 Brian Ford <Brian.Ford@FlightSafety.com>
1477
1478 * libc/time/gmtime.c: Correct man page; clock is not a
1479 local time and no conversion occurs.
1480
1481 2006-08-16 Joel Schopp <jschopp@austin.ibm.com>
1482
1483 * configure.host (newlib_cflags) [spu]: Add special compiler
1484 options to reduce size.
1485
1486 2006-08-16 Joel Schopp <jschopp@austin.ibm.com>
1487
1488 * configure.host: Add spu support.
1489 * libc/include/stdint.h: Ditto.
1490 * libc/include/machine/ieeefp.h: Ditto.
1491 * libc/include/machine/setjmp.h: Ditto.
1492 * libc/include/sys/config.h: Ditto.
1493 * libc/include/sys/types.h: Ditto.
1494 * libc/machine/spu/Makefile.am: New file.
1495 * libc/machine/spu/Makefile.in: Ditto.
1496 * libc/machine/spu/aclocal.m4: Ditto.
1497 * libc/machine/spu/configure: Ditto.
1498 * libc/machine/spu/configure.in: Ditto.
1499 * libc/machine/spu/memcpy.c: Ditto.
1500 * libc/machine/spu/setjmp.S: Ditto.
1501
1502 2006-08-03 J"orn Rennecke <joern.rennecke@st.com>
1503
1504 * dtoa.c (dtoa_r): Handle the denormalized _DOUBLE_IS_32BITS case
1505 properly.
1506
1507 2006-08-01 Jeff Johnston <jjohnstn@redhat.com>
1508
1509 * libc/Makefile.am: Add libc_TEXINFOS dependency on
1510 generated .texi files.
1511 * libm/Makefile.am: Add libm_TEXINFOS dependency on
1512 generated .texi files.
1513 * libc/Makefile.in: Regenerated.
1514 * libm/Makefile.in: Ditto.
1515
1516 2006-08-01 Thiemo Seufer <ths@mips.com>
1517 Nigel Stephens <nigel@mips.com>
1518
1519 * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): For MIPS
1520 define this to force _impure_ptr to live in the .sdata section.
1521
1522 2006-07-31 Jeff Johnston <jjohnstn@redhat.com>
1523
1524 * acinclude.m4: Check for readelf tool.
1525 * configure.in: Use ${READELF} instead of hard-coding.
1526 * Regenerate all aclocal.m4, Makefile.in, and configure files.
1527
1528 2006-07-31 Jeff Johnston <jjohnstn@redhat.com>
1529
1530 * libc/sys/linux/mmap.c: Remove include of sys/mman.h
1531 to avoid conflict with newer glibc's revision of mremap.
1532
1533 2006-07-05 Jeff Johnston <jjohnstn@redhat.com>
1534
1535 * libc/stdlib/mprec.h [_DOUBLE_IS_32BITS]: Turn off C99 hex
1536 floating-point format support. Also redefine
1537 dword0 and dword1 macros.
1538 * libc/stdlib/strtod.c: Add checks for _DOUBLE_IS_32BITS
1539 to prevent setting dword1 which is an rvalue only.
1540
1541 2006-06-22 Jeff Johnston <jjohnstn@redhat.com>
1542
1543 * libc/stdlib/Makefile.am: Add new gdtoa routines.
1544 * libc/stdlib/Makefile.in: Regenerated.
1545 * libc/stdlib/gd_qnan.h: New file.
1546 * libc/stdlib/gdtoa-gethex.c: Ditto.
1547 * libc/stdlib/gdtoa-hexnan.c: Ditto.
1548 * libc/stdlib/gdtoa.h: Ditto.
1549 * libc/stdlib/mprec.c: Add new helper routines needed by
1550 the new gdtoa code.
1551 * libc/stdlib/mprec.h: Integrate some defines and prototypes
1552 used by gdtoa routines here.
1553 * libc/stdlib/strtod.c: Rebased on David M. Gay's gdtoa-strtod.c
1554 which adds C99 support such as nan, inf, and hexadecimal input
1555 format.
1556
1557 2006-06-15 Corinna Vinschen <corinna@vinschen.de>
1558
1559 * libc/include/stdio.h (__sgetc_r): Fix typo.
1560 * libc/stdio/fread.c (_fread_r): Convert crlf calls to crlf_r.
1561 * libc/stdio/rget.c (__srbuf): Reinstantiate.
1562 * libc/stdio/wbuf.c (__swbuf): Ditto.
1563
1564 2006-06-14 Jeff Johnston <jjohnstn@redhat.com>
1565
1566 * libc/include/stdio.h: Add new reentrant I/O prototypes for
1567 read/write functions. Change getc/putc macros to have reentrant underlying
1568 macros/functions. This includes __sgetc_raw_r, __sgetc_r, and __sputc_r.
1569 * libc/stdio/fgetc.c: Fix and/or add reentrant version to call
1570 new reentrant I/O functions/macros for reading/writing.
1571 * libc/stdio/fgets.c: Ditto.
1572 * libc/stdio/fputc.c: Ditto.
1573 * libc/stdio/fputs.c: Ditto.
1574 * libc/stdio/fread.c: Ditto.
1575 * libc/stdio/fseek.c: Ditto.
1576 * libc/stdio64/fseeko64.c: Ditto.
1577 * libc/stdio/fwrite.c: Ditto.
1578 * libc/stdio/getc.c: Ditto.
1579 * libc/stdio/getc_u.c: Ditto.
1580 * libc/stdio/getchar.c: Ditto.
1581 * libc/stdio/getchar_u.c: Ditto.
1582 * libc/stdio/putc.c: Ditto.
1583 * libc/stdio/putc_u.c: Ditto.
1584 * libc/stdio/putchar.c: Ditto.
1585 * libc/stdio/puts.c: Ditto.
1586 * libc/stdio/vfprintf.c: Ditto.
1587 * libc/stdio/vfscanf.c: Ditto.
1588 * libc/stdio/fvwrite.c: Change __sfvwrite into reentrant __sfvwrite_r.
1589 Change all previous callers of __sfvwrite. Set errno to EBADF and
1590 set error flag on if attempt is made to write to file that does not
1591 allow writing.
1592 * libc/stdio/fvwrite.h: Fix new reentrant prototypes.
1593 * libc/stdio/local.h: Ditto.
1594 * libc/stdio/refill.c: Turn __srefill into reentrant __srefill_r.
1595 Set errno to EBADF and the error flag on if attempt is made to
1596 read unreadable file. Change all previous callers of __srefill.
1597 * libc/stdio/rget.c
1598 * libc/stdio/wbuf.c: Turn __swbuf into reentrant __swbuf_r. Change
1599 all previous callers of __swbuf.
1600 * libc/sys/linux/machine/i386/huge_val.h: Ifdef out file contents since
1601 huge value macros are already defined correctly for i386 by <math.h>.
1602
1603 2006-06-13 Sandra Loosemore <sandra@codesourcery.com>
1604
1605 * /libc/sys/arm/syscalls.c (_unlink, isatty, _system, _rename):
1606 Make them do something useful in the ARM_RDI_MONITOR case.
1607
1608 2006-06-07 Fred Fish <fnf@specifix.com>
1609
1610 * libc/search/hash_bigkey.c (MIN,MAX): Remove
1611 defines that are already supplied by <sys/param.h>.
1612
1613 2006-06-07 Fred Fish <fnf@specifix.com>
1614
1615 * configure.host: Remove references to HAVE_GETTIMEOFDAY.
1616
1617 2006-06-05 Shaun Jackman <sjackman@gmail.com>
1618
1619 * libc/posix/Makefile.am (GENERAL_SOURCES): Add sleep.c and
1620 usleep.c.
1621 * libc/posix/Makefile.in: Regenerate.
1622 * libc/posix/sleep.c: New file.
1623 * libc/posix/usleep.c: Ditto.
1624
1625 2006-06-05 Shaun Jackman <sjackman@gmail.com>
1626
1627 * configure.host (newlib_cflags) [arm, thumb, xscale]: Remove
1628 -DABORT_PROVIDED flag.
1629 * newlib/libc/sys/arm/syscalls.c (kill, exit): Sync with libgloss.
1630 * newlib/libc/sys/arm/libcfunc.c (abort): Ditto.
1631
1632 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
1633
1634 * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS.
1635 * Makefile.in: Regenerated.
1636 * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Remove
1637 extraneous CFLAGS reference now that CCASFLAGS are being extended
1638 properly via multilib.
1639 * libc/machine/sh/Makefile.in: Regenerated.
1640
1641 2006-06-02 Shaun Jackman <sjackman@gmail.com>
1642
1643 * libc/unix/sigset.c: Undefine sigfillset, sigdelset, and
1644 sigismember.
1645
1646 2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
1647
1648 * libc/misc/dprintf.c: Removed.
1649 * libc/misc/__dprintf.c: Renamed from dprintf.c.
1650 * libc/misc/Makefile.am: Changed appropriately for rename.
1651 * libc/misc/Makefile.in: Regenerated.
1652
1653 2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
1654
1655 * libc/include/stdio.h: Protect dprintf prototype
1656 with #ifndef dprintf so as to not interfere with
1657 historical code defining their own dprintf macro.
1658
1659 2006-05-18 Jeff Johnston <jjohnstn@redhat.com>
1660
1661 * libc/include/stdio.h: Add prototypes for fiscanf,
1662 iscanf, and siscanf.
1663
1664 2006-05-11 J"orn Rennecke <joern.rennecke@st.com>
1665
1666 * acinclude.m4 (_NEWLIB_VERSION): Rename to:
1667 (DEF_NEWLIB_VERSION).
1668 * configure.in (_NEWLIB_VERSION): Use NEWLIB_VERSION.
1669 * configure: Regenerate.
1670
1671 2006-05-09 Jeff Johnston <jjohnstn@redhat.com>
1672
1673 * libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to
1674 lib_a_SOURCES.
1675 * libc/ctype/Makefile.in: Regenerated.
1676
1677 2006-05-09 Kazu Hirata <kazu@codesourcery.com>
1678
1679 * libc/machine/arm/Makefile.am: Fix a typo.
1680 * libc/machine/arm/Makefile.in: Regenerated.
1681
1682 2006-05-08 J"orn Rennecke <joern.rennecke@st.com>
1683
1684 * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
1685 * libc/machine/sh/Makefile.in: Regenerate.
1686
1687 2006-05-03 J"orn Rennecke <joern.rennecke@st.com>
1688
1689 * libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
1690 * libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise.
1691
1692 2006-05-02 Jeff Johnston <jjohnstn@redhat.com>
1693
1694 * libc/sys/sysnec810/Makefile.am: Specify .S files instead of
1695 .s.
1696 * libc/sys/sysnec810/Makefile.in: Regenerated.
1697 * libc/sys/sysnec810/crt0.S: Renamed from .s file.
1698 * libc/sys/sysnec810/io.S: Ditto.
1699 * libc/sys/sysnec810/crt0.s: Renamed to .S file.
1700 * libc/sys/sysnec810/io.s: Ditto.
1701
1702 2006-05-01 Jeff Johnston <jjohnstn@redhat.com>
1703
1704 * libc/argz/Makefile.am: Prefix any objects specified with $(lpfx). If source file can
1705 be specified instead of object, do so.
1706 * libc/ctype/Makefile.am: Ditto.
1707 * libc/iconv/ccs/Makefile.am: Ditto.
1708 * libc/iconv/ces/Makefile.am: Ditto.
1709 * libc/iconv/lib/Makefile.am: Ditto.
1710 * libc/locale/Makefile.am: Ditto.
1711 * libc/posix/Makefile.am: Ditto.
1712 * libc/reent/Makefile.am: Ditto.
1713 * libc/search/Makefile.am: Ditto.
1714 * libc/stdio/Makefile.am: Ditto.
1715 * libc/stdio64/Makefile.am: Ditto.
1716 * libc/stdlib/Makefile.am: Ditto.
1717 * libc/string/Makefile.am: Ditto.
1718 * libc/syscalls/Makefile.am: Ditto.
1719 * libc/unix/Makefile.am: Ditto.
1720 * libc/machine/a29k/Makefile.am: Specify lib_a_CCASFLAGS so .S files will get
1721 prefix added automatically. Any specified rules must use $(lpfx) for
1722 object file names.
1723 * libc/machine/arm/Makefile.am: Ditto.
1724 * libc/machine/cris/Makefile.am: Ditto.
1725 * libc/machine/crx/Makefile.am: Ditto.
1726 * libc/machine/d10v/Makefile.am: Ditto.
1727 * libc/machine/d30v/Makefile.am: Ditto.
1728 * libc/machine/fr30/Makefile.am: Ditto.
1729 * libc/machine/frv/Makefile.am: Ditto.
1730 * libc/machine/h8300/Makefile.am: Ditto.
1731 * libc/machine/h8500/Makefile.am: Ditto.
1732 * libc/machine/hppa/Makefile.am: Ditto.
1733 * libc/machine/i386/Makefile.am: Ditto.
1734 * libc/machine/i960/Makefile.am: Ditto.
1735 * libc/machine/iq2000/Makefile.am: Ditto.
1736 * libc/machine/m32c/Makefile.am: Ditto.
1737 * libc/machine/m32r/Makefile.am: Ditto.
1738 * libc/machine/m68hc11/Makefile.am: Ditto.
1739 * libc/machine/m68k/Makefile.am: Ditto.
1740 * libc/machine/m88k/Makefile.am: Ditto.
1741 * libc/machine/mips/Makefile.am: Ditto.
1742 * libc/machine/mn10200/Makefile.am: Ditto.
1743 * libc/machine/mn10300/Makefile.am: Ditto.
1744 * libc/machine/mt/Makefile.am: Ditto.
1745 * libc/machine/necv70/Makefile.am: Ditto.
1746 * libc/machine/powerpc/Makefile.am: Ditto.
1747 * libc/machine/sh/Makefile.am: Ditto.
1748 * libc/machine/sh/Makefile.in: Ditto.
1749 * libc/machine/sparc/Makefile.am: Ditto.
1750 * libc/machine/tic4x/Makefile.am: Ditto.
1751 * libc/machine/tic80/Makefile.am: Ditto.
1752 * libc/machine/v850/Makefile.am: Ditto.
1753 * libc/machine/w65/Makefile.am: Ditto.
1754 * libc/machine/xscale/Makefile.am: Ditto.
1755 * libc/machine/xstormy16/Makefile.am: Ditto.
1756 * libc/machine/z8k/Makefile.am: Ditto.
1757 * libc/sys/a29khif/Makefile.am: Ditto.
1758 * libc/sys/arm/Makefile.am: Ditto.
1759 * libc/sys/d10v/Makefile.am: Ditto.
1760 * libc/sys/h8300hms/Makefile.am: Ditto.
1761 * libc/sys/h8500hms/Makefile.am: Ditto.
1762 * libc/sys/linux/Makefile.am: Ditto.
1763 * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
1764 * libc/sys/linux/net/Makefile.am: Ditto.
1765 * libc/sys/linux/stdlib/Makefile.am: Ditto.
1766 * libc/sys/m88kbug/Makefile.am: Ditto.
1767 * libc/sys/mmixware/Makefile.am: Ditto.
1768 * libc/sys/rdos/Makefile.am: Ditto.
1769 * libc/sys/rtems/Makefile.am: Ditto.
1770 * libc/sys/sh/Makefile.am: Ditto.
1771 * libc/sys/sun4/Makefile.am: Ditto.
1772 * libc/sys/sysmec/Makefile.am: Ditto.
1773 * libc/sys/sysnec810/Makefile.am: Ditto.
1774 * libc/sys/sysnecv850/Makefile.am: Ditto.
1775 * libc/sys/sysvi386/Makefile.am: Ditto.
1776 * libc/sys/sysvnecv70/Makefile.am: Ditto.
1777 * libc/sys/tic80/Makefile.am: Ditto.
1778 * libc/sys/w65/Makefile.am: Ditto.
1779 * libc/sys/z8ksim/Makefile.am: Ditto.
1780 * libc/machine/necv70/fastmath.S: Renamed from .s file.
1781 * libc/machine/necv70/setjmp.S: Ditto.
1782 * libc/machine/necv70/fastmath.s: Removed.
1783 * libc/machine/necv70/setjmp.s: Ditto.
1784 * libc/machine/w65/*.S: New files renamed from .s files.
1785 * libc/machine/w65/*.s: Renamed and removed.
1786 * libc/sys/a29khif/*.S: New files renamed from .s files.
1787 * libc/sys/a29khif/*.s: Renamed and removed.
1788 * libc/sys/sysvi386/*.S: New files renamed from .s files.
1789 * libc/sys/sysvi386/*.s: Renamed and removed.
1790 * libc/sys/sysvnecv70/*.S: New files renamed from .s files.
1791 * libc/sys/sysvnecv70/*.s: Renamed and removed.
1792 * libc/*Makefile.in: Regenerated as appropriate.
1793
1794 2006-04-24 DJ Delorie <dj@redhat.com>
1795
1796 * libc/machine/sh/configure.in: Avoid link tests.
1797 * libc/machine/sh/configure: Regenerate.
1798
1799 2006-04-18 Jeff Johnston <jjohnstn@redhat.com>
1800
1801 * libc/include/sys/signal.h (sigdelset, sigfillset, sigismember): New macros.
1802 (sigaddset, sigemptyset): Add return code.
1803
1804 2006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
1805
1806 * acinclude.m4: New _NEWLIB_VERSION.
1807 * acinclude.m4(NEWLIB_CONFIGURE): AC_REQUIRE(_NEWLIB_VERSION).
1808 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM.
1809 Use new form of AC_INIT_AUTOMAKE.
1810 * configure.in: AC_PREREQ(2.59).
1811 Use autoconf-2.5.x version of AC_INIT.
1812 Use AC_CONFIG_FILES and autoconf-2.5x AC_OUTPUT instead of
1813 autoconf-2.13's AC_OUTPUT.
1814 * libm/configure.in: Ditto.
1815 * libm/machine/configure.in: Ditto.
1816 * libm/machine/i386/configure.in: Ditto.
1817 * libc/configure.in: Ditto.
1818 * libc/machine/a29k/configure.in: Ditto.
1819 * libc/machine/arm/configure.in: Ditto.
1820 * libc/machine/configure.in: Ditto.
1821 * libc/machine/mn10300/configure.in: Ditto.
1822 * libc/machine/powerpc/configure.in: Ditto.
1823 * libc/machine/z8k/configure.in: Ditto.
1824 * libc/machine/h8300/configure.in: Ditto.
1825 * libc/machine/mips/configure.in: Ditto.
1826 * libc/machine/crx/configure.in: Ditto.
1827 * libc/machine/m68hc11/configure.in: Ditto.
1828 * libc/machine/h8500/configure.in: Ditto.
1829 * libc/machine/xscale/configure.in: Ditto.
1830 * libc/machine/d10v/configure.in: Ditto.
1831 * libc/machine/fr30/configure.in: Ditto.
1832 * libc/machine/sh/configure.in: Ditto.
1833 * libc/machine/tic80/configure.in: Ditto.
1834 * libc/machine/m32r/configure.in: Ditto.
1835 * libc/machine/xstormy16/configure.in: Ditto.
1836 * libc/machine/i386/configure.in: Ditto.
1837 * libc/machine/d30v/configure.in: Ditto.
1838 * libc/machine/mn10200/configure.in: Ditto.
1839 * libc/machine/frv/configure.in: Ditto.
1840 * libc/machine/mt/configure.in: Ditto.
1841 * libc/machine/i960/configure.in: Ditto.
1842 * libc/machine/v850/configure.in: Ditto.
1843 * libc/machine/necv70/configure.in: Ditto.
1844 * libc/machine/tic4x/configure.in: Ditto.
1845 * libc/machine/cris/configure.in: Ditto.
1846 * libc/machine/m68k/configure.in: Ditto.
1847 * libc/machine/m32c/configure.in: Ditto.
1848 * libc/machine/hppa/configure.in: Ditto.
1849 * libc/machine/w65/configure.in: Ditto.
1850 * libc/machine/iq2000/configure.in: Ditto.
1851 * libc/machine/sparc/configure.in: Ditto.
1852 * libc/machine/m88k/configure.in: Ditto.
1853 * libc/sys/linux/configure.in: Ditto.
1854 * libc/sys/linux/machine/configure.in: Ditto.
1855 * libc/sys/linux/machine/i386/configure.in: Ditto.
1856 * libc/sys/linux/linuxthreads/configure.in: Ditto.
1857 * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
1858 * libc/sys/linux/linuxthreads/machine/i386/configure.in: Ditto.
1859 * libc/sys/arm/configure.in: Ditto.
1860 * libc/sys/configure.in: Ditto.
1861 * libc/sys/decstation/configure.in: Ditto.
1862 * libc/sys/a29khif/configure.in: Ditto.
1863 * libc/sys/sysnecv850/configure.in: Ditto.
1864 * libc/sys/d10v/configure.in: Ditto.
1865 * libc/sys/netware/configure.in: Ditto.
1866 * libc/sys/mmixware/configure.in: Ditto.
1867 * libc/sys/h8500hms/configure.in: Ditto.
1868 * libc/sys/sh/configure.in: Ditto.
1869 * libc/sys/tic80/configure.in: Ditto.
1870 * libc/sys/rdos/configure.in: Ditto.
1871 * libc/sys/sysmec/configure.in: Ditto.
1872 * libc/sys/sysvi386/configure.in: Ditto.
1873 * libc/sys/h8300hms/configure.in: Ditto.
1874 * libc/sys/sparc64/configure.in: Ditto.
1875 * libc/sys/arc/configure.in: Ditto.
1876 * libc/sys/sysnec810/configure.in: Ditto.
1877 * libc/sys/m88kbug/configure.in: Ditto.
1878 * libc/sys/sysvnecv70/configure.in: Ditto.
1879 * libc/sys/z8ksim/configure.in: Ditto.
1880 * libc/sys/rtems/configure.in: Ditto.
1881 * libc/sys/w65/configure.in: Ditto.
1882 * libc/sys/sun4/configure.in: Ditto.
1883 * doc/configure.in: Ditto.
1884 * iconvdata/configure.in: Ditto.
1885 * configure.in: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
1886
1887 2006-04-11 Jeff Johnston <jjohnstn@redhat.com>
1888
1889 * acinclude.m4: Properly add square brackets for
1890 AC_DEFUN macros. Rewrite LIB_AC_PROG_CC to remove
1891 macros no longer available. Add LIB_AM_PROG_AS to
1892 remove prereq of AC_PROG_CC. Add LIB_AC_PROG_CC_GNU
1893 macro. Substitute lpfx (library object prefix).
1894 * configure.host: Set lpfx depending on whether
1895 libtool is used or not.
1896 * configure.in: Individually specify libc and libm
1897 to AC_CONFIG_SUBDIRS. Add square bracket quoting as
1898 necessary.
1899 * Makefile.am: Use $(lpfx) to get object names for
1900 math-library functions that should also be in libc.
1901 * libc/machine/configure.in: Use case statement to determine
1902 AC_CONFIG_SUBDIRS statement.
1903 * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
1904 * libc/sys/linux/machine/configure.in: Ditto.
1905 * libc/sys/configure.in: Ditto.
1906 * libm/machine/configure.in: Ditto.
1907 * libc/sys/linux/configure.in: Fix up AC_CONFIG_SUBDIRS.
1908 * libm/configure.in: Add AM_CONDITIONAL statement
1909 for HAVE_LIBM_MACHINE_DIR.
1910 * libc/machine/a29k/Makefile.am: Modified to work with
1911 latest automake. Change includes setting AM_CCASFLAGS
1912 so building .S files will properly pick up flags used
1913 to build C files.
1914 * libc/machine/arm/Makefile.am: Ditto.
1915 * libc/machine/crx/Makefile.am: Ditto.
1916 * libc/machine/d10v/Makefile.am: Ditto.
1917 * libc/machine/d30v/Makefile.am: Ditto.
1918 * libc/machine/fr30/Makefile.am: Ditto.
1919 * libc/machine/frv/Makefile.am: Ditto.
1920 * libc/machine/h8300/Makefile.am: Ditto.
1921 * libc/machine/h8500/Makefile.am: Ditto.
1922 * libc/machine/hppa/Makefile.am: Ditto.
1923 * libc/machine/i386/Makefile.am: Ditto.
1924 * libc/machine/iq2000/Makefile.am: Ditto.
1925 * libc/machine/m32c/Makefile.am: Ditto.
1926 * libc/machine/m32r/Makefile.am: Ditto.
1927 * libc/machine/m68hc11/Makefile.am: Ditto.
1928 * libc/machine/m68k/Makefile.am: Ditto.
1929 * libc/machine/m88k/Makefile.am: Ditto.
1930 * libc/machine/mips/Makefile.am: Ditto.
1931 * libc/machine/mn10200/Makefile.am: Ditto.
1932 * libc/machine/mn10300/Makefile.am: Ditto.
1933 * libc/machine/mt/Makefile.am: Ditto.
1934 * libc/machine/necv70/Makefile.am: Ditto.
1935 * libc/machine/powerpc/Makefile.am: Ditto.
1936 * libc/machine/sh/Makefile.am: Ditto.
1937 * libc/machine/sparc/Makefile.am: Ditto.
1938 * libc/machine/tic4x/Makefile.am: Ditto.
1939 * libc/machine/tic80/Makefile.am: Ditto.
1940 * libc/machine/v850/Makefile.am: Ditto.
1941 * libc/machine/w65/Makefile.am: Ditto.
1942 * libc/machine/xscale/Makefile.am: Ditto.
1943 * libc/machine/xstormy16/Makefile.am: Ditto.
1944 * libc/machine/z8k/Makefile.am: Ditto.
1945 * libc/sys/a29khif/Makefile.am: Ditto.
1946 * libc/sys/arc/Makefile.am: Ditto.
1947 * libc/sys/arm/Makefile.am: Ditto.
1948 * libc/sys/d10v/Makefile.am: Ditto.
1949 * libc/sys/decstation/Makefile.am: Ditto.
1950 * libc/sys/h8300hms/Makefile.am: Ditto.
1951 * libc/sys/h8500hms/Makefile.am: Ditto.
1952 * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
1953 * libc/sys/linux/machine/i386/Makefile.am: Ditto.
1954 * libc/sys/m88kbug/Makefile.am: Ditto.
1955 * libc/sys/mmixware/Makefile.am: Ditto.
1956 * libc/sys/netware/Makefile.am: Ditto.
1957 * libc/sys/rdos/Makefile.am: Ditto.
1958 * libc/sys/rtems/Makefile.am: Ditto.
1959 * libc/sys/sh/Makefile.am: Ditto.
1960 * libc/sys/sparc64/Makefile.am: Ditto.
1961 * libc/sys/sysmec/Makefile.am: Ditto.
1962 * libc/sys/sysnec810/Makefile.am: Ditto.
1963 * libc/sys/sysnecv850/Makefile.am: Ditto.
1964 * libc/sys/sysvi386/Makefile.am: Ditto.
1965 * libc/sys/sysvnecv70/Makefile.am: Ditto.
1966 * libc/sys/tic80/Makefile.am: Ditto.
1967 * libc/sys/w65/Makefile.am: Ditto.
1968 * libc/sys/z8ksim/Makefile.am: Ditto.
1969 * libm/machine/i386/Makefile.am: Ditto.
1970 * libc/sys/arm/Makefile.am: Ditto plus add EXTRA sources including
1971 trap.S so that automake will generate a .S.o suffix rule.
1972 * libc/argz/Makefile.am: Modified to work with
1973 latest automake. Change includes adding lib_a_CFLAGS
1974 so automake doesn't complain about libtool and non-libtool
1975 libraries sharing objects.
1976 * libc/ctype/Makefile.am: Ditto.
1977 * libc/errno/Makefile.am: Ditto.
1978 * libc/iconv/ccs/Makefile.am: Ditto.
1979 * libc/iconv/ces/Makefile.am: Ditto.
1980 * libc/iconv/lib/Makefile.am: Ditto.
1981 * libc/locale/Makefile.am: Ditto.
1982 * libc/misc/Makefile.am: Ditto.
1983 * libc/posix/Makefile.am: Ditto.
1984 * libc/reent/Makefile.am: Ditto.
1985 * libc/search/Makefile.am: Ditto.
1986 * libc/signal/Makefile.am: Ditto.
1987 * libc/stdio/Makefile.am: Ditto.
1988 * libc/stdio64/Makefile.am: Ditto.
1989 * libc/stdlib/Makefile.am: Ditto.
1990 * libc/string/Makefile.am: Ditto.
1991 * libc/sys/linux/Makefile.am: Ditto.
1992 * libc/sys/linux/argp/Makefile.am: Ditto.
1993 * libc/sys/linux/cmath/Makefile.am: Ditto.
1994 * libc/sys/linux/dl/Makefile.am: Ditto.
1995 * libc/sys/linux/iconv/Makefile.am: Ditto.
1996 * libc/sys/linux/intl/Makefile.am: Ditto.
1997 * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
1998 * libc/sys/linux/net/Makefile.am: Ditto.
1999 * libc/sys/linux/stdlib/Makefile.am: Ditto.
2000 * libc/syscalls/Makefile.am: Ditto.
2001 * libc/time/Makefile.am: Ditto.
2002 * libc/unix/Makefile.am: Ditto.
2003 * libm/Makefile.am: Ditto.
2004 * libm/common/Makefile.am: Ditto.
2005 * libm/math/Makefile.am: Ditto.
2006 * libm/mathfp/Makefile.am: Ditto.
2007 * Regenerate all aclocal.m4, Makefile.in, and configure files.
2008
2009 2006-04-07 Jeff Johnston <jjohnstn@redhat.com>
2010
2011 * libc/time/time.c (time): Do not check for HAVE_GETTIMEOFDAY
2012 anymore. Assume there is a gettimeofday syscall.
2013
2014 2006-03-29 Shaun Jackman <sjackman@gmail.com>
2015
2016 * libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h
2017 for the declaration of n_long.
2018
2019 2006-03-29 Shaun Jackman <sjackman@gmail.com>
2020
2021 * libc/sys/linux/include/net/if.h: Include sys/socket.h for
2022 struct sockaddr.
2023 (IFF_SMART): Replace this define with IFF_NOTRAILERS.
2024 (IFF_CANTCHANGE): Replace IFF_SMART reference with IFF_NOTRAILERS.
2025 (IFF_NOTRAILERS): New define.
2026 (struct ifreq): Add ifru_netmask.
2027 (ifr_netmask): New define.
2028
2029 2006-03-29 Shaun Jackman <sjackman@gmail.com>
2030
2031 * libc/sys/linux/sys/ioccom.h (ioctl): Change declaration to
2032 match sys/ioctl.h.
2033
2034 2006-03-29 Shaun Jackman <sjackman@gmail.com>
2035
2036 * libtool.m4: Set lt_cv_deplibs_check_method=pass_all for
2037 linux-newlib libc implementations.
2038
2039 2006-03-29 Eric Blake <ebb9@byu.net>
2040
2041 * libc/stdio/freopen.c (_freopen_r) [__SCLE]: Fix typo.
2042 * libc/stdio64/freopen64.c (_freopen64_r) [__SCLE]: Likewise.
2043
2044 2006-03-29 Jeff Johnston <jjohnstn@redhat.com>
2045
2046 * libc/sys/linux/io.c (__mknod): Fix declaration of
2047 syscall to pass a dev_t as third argument rather than
2048 a pointer to dev_t.
2049
2050 2006-03-29 Jeff Johnston <jjohnstn@redhat.com>
2051
2052 * libc/sys/linux/net/name6.c: Fix struct references.
2053
2054 2006-03-22 Mark Mitchell <mark@codesourcery.com>
2055
2056 * configure.host: Allow hosts to set the default
2057 newlib_atexit_dynamic_alloc value.
2058 * configure.in: Likewise.
2059 * configure: Regenerated.
2060
2061 2006-03-20 Mark Mitchell <mark@codesourcery.com>
2062
2063 * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Undef.
2064 * configure.in (--disable-newlib-atexit-dynamic-alloc): New
2065 option.
2066 * configure: Regenerated.
2067 * newlib.hin: Regenerated.
2068 * libc/stdlib/__atexit.c (__register_exitproc): Don't call malloc
2069 if _ATEXIT_DYNAMIC_ALLOC is undefined.
2070 * libc/stdlib/__call_atexit.c (__call_exitprocs): Don't call free
2071 if _ATEXIT_DYNAMIC_ALLOC is undefined.
2072
2073 2006-03-17 Jeff Johnston <jjohnstn@redhat.com>
2074
2075 * libc/sys/linux/linuxthreads/config.h: Remove definition
2076 of UINT32_C.
2077
2078 2006-03-15 Jeff Johnston <jjohnstn@redhat.com>
2079
2080 * libc/stdio/wsetup.c (__swsetup): Don't make a buffer
2081 for a string I/O file that isn't using the asprintf family.
2082
2083 2006-03-07 Eric Blake <ebb9@byu.net>
2084
2085 * libc/stdio/freopen.c (_freopen_r) [HAVE_FCNTL]: For NULL
2086 filename, allow read-only or write-only FILE atop O_RDWR file
2087 descriptor.
2088 * libc/stdio64/freopen64.c (_freopen64_r) [HAVE_FCNTL]: Likewise.
2089
2090 2006-03-07 Jeff Johnston <jjohnstn@redhat.com>
2091
2092 * libm/common/sf_isinf.c[_DOUBLE_IS_32BITS]: Undef isinf.
2093 * libm/common/sf_isnan.c[_DOUBLE_IS_32BITS]: Undef isnan.
2094
2095 2006-03-02 Jeff Johnston <jjohnstn@redhat.com>
2096
2097 * libm/math/math.tex: Fix reference to sisnan.def which
2098 is now in common subdirectory.
2099 * libm/mathfp/mathfp.tex: Ditto.
2100
2101 2006-02-27 Jeff Johnston <jjohnstn@redhat.com>
2102
2103 * Makefile.am (MATHOBJS_IN_LIBC): Add s_isinfd, sf_isinff,
2104 s_isnand, and sf_isnanf object files.
2105 * Makefile.in: Regenerated.
2106 * libc/include/ieeefp.h: Undef isnan and isinf to avoid
2107 conflict if <math.h> has previously been included.
2108 * libc/include/math.h
2109 * libc/include/math.h: Make isnan and isinf macros to
2110 conform to C99.
2111 (__isinfd, __isinff, __isnand, __isnanf): New functions.
2112 * libm/common/Makefile.am: Add new s_isinfd, s_isnand, sf_isinff,
2113 and sf_isnanf files. Also support s_isnan, sf_isnan, s_isinf, and
2114 sf_isinf files which have been moved from math/mathfp directories.
2115 * libm/common/Makefile.in: Regenerated.
2116 * libm/common/s_isinfd.c: New file.
2117 * libm/common/s_isnand.c: Ditto.
2118 * libm/common/sf_isinff.c: Ditto.
2119 * libm/common/sf_isnanf.c: Ditto.
2120 * libm/common/s_isinf.c: Moved from libm/math directory.
2121 * libm/common/s_isnan.c: Ditto.
2122 * libm/common/sf_isinf.c: Ditto.
2123 * libm/common/sf_isnan.c: Ditto.
2124 * libm/math/Makefile.am: Remove isinf and isnan family functions
2125 which have been moved into common directory.
2126 * libm/mathfp/Makefile.am: Ditto.
2127 * libm/math/Makefile.in: Regenerated.
2128 * libm/mathfp/Makefile.in: Ditto.
2129 * libm/math/s_isinf.c: Removed.
2130 * libm/math/s_isnan.c: Ditto.
2131 * libm/math/sf_isinf.c: Ditto.
2132 * libm/math/sf_isnan.c: Ditto.
2133 * libm/mathfp/s_isinf.c: Ditto.
2134 * libm/mathfp/s_isnan.c: Ditto.
2135 * libm/mathfp/sf_isinf.c: Ditto.
2136 * libm/mathfp/sf_isnan.c: Ditto.
2137
2138 2006-02-20 Jeff Johnston <jjohnstn@redhat.com>
2139
2140 * libc/stdio/fflush.c (fflush): For an fflush on a read-only
2141 stream, turn off fseek/rewind optimization as per POSIX/SUSv3.
2142 * libc/stdio/fseek.c (_fseek_r): After a successful unoptimized
2143 seek, turn off the __SNPT no-optimization flag.
2144
2145 2006-02-16 Jeff Johnston <jjohnstn@redhat.com>
2146
2147 * libc/sys/linux/aio.c: Define _GNU_SOURCE so struct aioinit
2148 will be defined.
2149 * libc/sys/linux/sys/types.h: Move <sys/config.h> ahead of
2150 <features.h> to preset special flags.
2151
2152 2006-02-15 Corinna Vinschen <corinna@vinschen.de>
2153
2154 * libc/include/sys/time.h (struct timeval): Change member types
2155 according to SUSv3.
2156 * libc/include/sys/types.h (useconds_t): Change to unsigned
2157 according to SUSv3.
2158 (suseconds_t): Define type.
2159
2160 2006-02-13 Jeff Johnston <jjohnstn@redhat.com>
2161 David Carne <davidcarne@gmail.com>
2162
2163 * libc/string/strndup_r.c (_strndup_r): Use strnlen logic
2164 instead of strlen to determine number of bytes to copy.
2165 * libc/string/strnlen.c (strnlen): Fix so check for max limit occurs
2166 before looking at storage location.
2167
2168 2006-02-07 Paul Brook <paul@codesourcery.com>
2169
2170 * libc/machine/arm/setjmp.S: Add Thumb-2 support.
2171 * libc/sys/arm/crt0.S: Add Thumb-2 startup code.
2172 * libc/sys/arm/libcfunc.c (do_AngelSWI): Use AngelSWIInsn.
2173 * libc/sys/arm/swi.h (AngelSWIInsn, AngelSWIAsm): Define.
2174 * libc/sys/arm/trap.S: Disable for Thumb-2.
2175
2176 2006-01-31 Leif Ekblad <leif@rdos.net>
2177
2178 * configure.host: RDOS support added
2179 * libc/include/sys/config.h: Ditto.
2180 * libc/sys/rdos/Makefile.am, libc/sys/rdos/Makefile.in: New files.
2181 * libc/sys/rdos/aclocal.m4, libc/sys/rdos/chown.c: Ditto.
2182 * libc/sys/rdos/close.c, libc/sys/rdos/config.h: Ditto.
2183 * libc/sys/rdos/configure, libc/sys/rdos/configure.in: Ditto.
2184 * libc/sys/rdos/crt0.S, libc/sys/rdos/execve.c: Ditto.
2185 * libc/sys/rdos/fork.c, libc/sys/rdos/fstat.c: Ditto.
2186 * libc/sys/rdos/getenv.c, libc/sys/rdos/getpid.c: Ditto.
2187 * libc/sys/rdos/gettod.c, libc/sys/rdos/isatty.c: Ditto.
2188 * libc/sys/rdos/kill.c, libc/sys/rdos/link.c: Ditto.
2189 * libc/sys/rdos/lseek.c, libc/sys/rdos/open.c: Ditto.
2190 * libc/sys/rdos/rdos.S, libc/sys/rdos/rdos.h: Ditto.
2191 * libc/sys/rdos/rdoshelp.c, libc/sys/rdos/read.c: Ditto.
2192 * libc/sys/rdos/readlink.c, libc/sys/rdos/sbrk.c: Ditto.
2193 * libc/sys/rdos/stat.c, libc/sys/rdos/symlink.c: Ditto.
2194 * libc/sys/rdos/times.c, libc/sys/rdos/unlink.c: Ditto.
2195 * libc/sys/rdos/user.def, libc/sys/rdos/wait.c: Ditto.
2196 * libc/sys/rdos/write.c: Ditto.
2197
2198 2006-01-24 Jeff Johnston <jjohnstn@redhat.com>
2199
2200 * acinclude.m4: Add nodefine to AM_INIT_AUTOMAKE macro invocation
2201 so as not to define PACKAGE and VERSION in newlib.h.
2202 * aclocal.m4: Regenerated.
2203 * configure: Ditto.
2204 * newlib.hin: Ditto.
2205
2206 2006-01-20 Jeff Johnston <jjohnstn@redhat.com>
2207
2208 * acconfig.h: New file to generate newlib.hin from.
2209 * newlib.hin: Regenerated.
2210 * stamp-h.in: Regenerated.
2211 * Makefile.am: Add ACLOCAL_AMFLAGS so aclocal can be
2212 called automatically.
2213 * Makefile.in: Regenerated.
2214 * acinclude.m4: Add proper comment for hack in previous change.
2215 * aclocal.m4 */aclocal.m4: Regenerated.
2216 * configure */configure: Regenerated.
2217
2218 2006-01-11 Jeff Johnston <jjohnstn@redhat.com>
2219
2220 * acinclude.m4: Add hack to prevent INSTALL in subdirs
2221 from being set to "../".
2222 * Makefile.am: Pass INSTALL in AM_MAKEFLAGS.
2223 * aclocal.m4: Regenerated.
2224 * configure: Ditto.
2225 * Makefile.in: Ditto.
2226 * doc/aclocal.m4: Ditto.
2227 * doc/configure: Ditto.
2228 * iconvdata/aclocal.m4: Ditto.
2229 * iconvdata/configure: Ditto.
2230 * libc/*/aclocal.m4: Ditto.
2231 * libc/*/configure: Ditto.
2232 * libc/libc.texinfo: Ditto.
2233 * libm/*/aclocal.m4: Ditto.
2234 * libm/*/configure: Ditto.
2235
2236 2006-01-10 Eric Blake <ebb9@byu.net>
2237
2238 * libc/stdio/freopen.c (_freopen_r): Fix use of oflags.
2239 * libc/stdio64/freopen64.c (_freopen64_r): Likewise.
2240
2241 2006-01-10 Jeff Johnston <jjohnstn@redhat.com>
2242
2243 * libm/mathfp/s_frexp.c: Check for special values on
2244 the original input, not the manipulated output value.
2245 * libm/mathfp/sf_frexp.c: Ditto.
2246 * libm/mathfp/s_atangent.c: Don't use local value branch
2247 when checking for quadrant.
2248 * libm/mathfp/sf_atangent.c: Ditto.
2249
2250 2006-01-09 Jeff Johnston <jjohnstn@redhat.com>
2251
2252 * libc/stdio/freopen.c: Switch to use isatty instead of _isatty.
2253 * libc/stdio64/freopen64.c: Ditto.
2254
2255 2006-01-09 Eric Blake <ebb9@byu.net>
2256
2257 * libc/stdio/freopen.c (_freopen_r): Accept NULL filename.
2258 * libc/stdio64/freopen64.c (_freopen64_r): Likewise.
2259
2260 2006-01-06 Jeff Johnston <jjohnstn@redhat.com>
2261
2262 * libc/sys/linux/include/getopt.h: Add macros needed by
2263 new version of getopt.c in libc/stdlib.
2264
2265 2006-01-04 Gregory Pietsch <gpietsch@comcast.net>
2266
2267 * libc/stdlib/getopt.c: Replaced with version
2268 that adds getopt_long and getopt_long_only support.
2269 * libc/include/getopt.h: New file.
2270
2271 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
2272
2273 * NEWS: Update with 1.14.0 info.
2274 * README: Ditto.
2275 * acinclude.m4: Change version number to 1.14.0.
2276 * aclocal.m4: Regenerated.
2277 * configure: Ditto.
2278 * doc/aclocal.m4: Ditto.
2279 * doc/configure: Ditto.
2280 * libc/*/aclocal.m4: Ditto.
2281 * libc/*/configure: Ditto.
2282 * libc/libc.texinfo: Ditto.
2283 * libm/*/aclocal.m4: Ditto.
2284 * libm/*/configure: Ditto.
2285 * libm/libm.texinfo: Ditto.
2286 * libc/sys/linux/shared.ld: Add VERS_1.14.
2287
2288 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
2289
2290 * libc/sys/linux/sys/stat.h: Change *stat64 prototypes to
2291 take a pointer to struct stat64 rather than struct stat.
2292
2293 2005-12-16 Ralf Corsepius <ralf.corsepius@rtems.org>
2294
2295 * libc/include/stdint.h: Prefer long over int for int32_t.
2296 Use __have_long32 to set up int32_t.
2297 * libc/include/inttypes.h: Use "#if xxx" instead of "#ifdef xxx"
2298 (Sync with stdint.h).
2299
2300 2005-12-14 Corinna Vinschen <corinna@vinschen.de>
2301
2302 * libc/include/sys/fcntl.h: Define O_SYNC unconditionally. Fix
2303 typo in O_NDELAY comment.
2304
2305 2005-12-13 Nathan Sidwell <nathan@codesourcery.com>
2306
2307 * libc/include/machine/ieeefp.h (__mt__): Renamed from __ms1__.
2308 * libc/include/machine/setjmp.h (__mt__): Likewise.
2309 * libc/machine/mt/setjmp.S: Rename ms1 reference to mt.
2310 * libc/machine/configure.in: Ditto.
2311
2312 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2313
2314 * configure.host: Replace ms1 arch with mt arch.
2315 * libc/machine/mt: Renamed from ms1 dir.
2316
2317 2005-12-08 Shaun Jackman <sjackman@gmail.com>
2318
2319 * libc/include/sys/types.h: Remove the ifdef armour around
2320 standard POSIX types.
2321
2322 2005-12-06 Ralf Corsepius <ralf.corsepius@rtems.org>
2323
2324 * libc/sys/rtems/crt0.c: Add rtems_gxx_key_create,
2325 rtems_gxx_key_delete, rtems_gxx_getspecific,
2326 rtems_gxx_setspecific, rtems_gxx_mutex_trylock,
2327 rtems_gxx_recursive_mutex_init, rtems_gxx_recursive_mutex_lock,
2328 rtems_gxx_recursive_mutex_trylock, rtems_gxx_recursive_mutex_unlock.
2329
2330 2005-12-05 Christopher Faylor <cgf@timesys.com>
2331
2332 * libc/include/stdlib.h: Move cygwin declarations to cygwin-specific
2333 file. Declare unsetenv and _unsetenv_r when not cygwin.
2334
2335 2005-11-18 Jeff Johnston <jjohnstn@redhat.com>
2336
2337 * libc/time/strptime.c (strptime): Don't abort for %c and %Z.
2338 Treat %c as "%a %b %e %H:%M:%S %Y" and ignore %Z.
2339
2340 2005-11-18 Christopher Faylor <cgf@timesys.com>
2341
2342 * include/sys/time.h: Move more cygwin stuff to cygwin-specific header.
2343
2344 2005-11-18 Christopher Faylor <cgf@timesys.com>
2345
2346 * include/time.h: Remove more cygwin-specific stuff.
2347
2348 2005-11-18 Christopher Faylor <cgf@timesys.com>
2349
2350 * include/time.h: Move cygwin declarations to cygwin-specific header.
2351 * include/sys/time.h: Rename cygwin include to "sys_time.h".
2352
2353 2005-11-17 Jeff Johnston <jjohnstn@redhat.com>
2354
2355 * libc/sys/linux/dl/dl-local.h: New file based on old dlfcn.h
2356 in libc/sys/linux/include.
2357 * libc/sys/linux/dl/dlfcn.h: Moved to libc/sys/linux/include.
2358 * libc/sys/linux/dl/ldsodefs.h: Include dl-local.h instead of dlfcn.h.
2359 * libc/sys/linux/include/dlfcn.h: Replaced with dlfcn.h formerly
2360 in libc/sys/linux/dl.
2361
2362 2005-11-11 Christopher Faylor <cgf@timesys.com>
2363
2364 * libc/include/sys/time.h: For cygwin, use general header rather than
2365 specific "sys/select.h".
2366
2367 2005-11-08 Tom Walsh <tom@openhardware.net>
2368
2369 * libc/time/tzvars.c: New file.
2370 * libc/time/tzset_r.c: Moved globals into tzvars.c
2371 so other time functions needn't link in __tzset_r and its
2372 dependencies.
2373 * libc/time/Makefile.am: Add the new file.
2374 * libc/time/Makefile.in: Regenerated.
2375
2376 2005-11-08 Christopher Faylor <cgf@timesys.com>
2377
2378 * libc/include/string.h: Add cygwin-specific function declaration.
2379
2380 2005-11-07 Corinna Vinschen <corinna@vinschen.de>
2381
2382 * libc/include/ieeefp.h: Add C++ guards.
2383
2384 2005-11-03 Jeff Johnston <jjohnstn@redhat.com>
2385
2386 * libc/unix/getcwd.c: Don't use non-reentrant syscall names.
2387 * libc/unix/getlogin.c: Ditto.
2388 * libc/unix/getpass.c: Ditto.
2389 * libc/unix/getut.c: Ditto.
2390 * libc/unix/ttyname.c: Ditto.
2391
2392 2005-11-03 Shaun Jackman <sjackman@gmail.com>
2393
2394 * libc/include/sys/unistd.h (readlink, symlink): Provide these
2395 prototypes by default.
2396 * libc/sys/linux/include/unistd.h (readlink): Remove this
2397 prototype.
2398 * libc/sys/linux/sys/unistd.h (readlink, symlink): New
2399 prototypes.
2400
2401 2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>
2402
2403 * libc/include/stdint.h: Cleanup #if vs. #ifdef.
2404
2405 2005-10-31 Darin Johnson <darin@usa.net>
2406
2407 * libm/mathfp/s_mathcnst.c: Fix endian-ness check to be
2408 correct for constants.
2409
2410 2005-10-28 Bob Wilson <bob.wilson@acm.org>
2411
2412 * libc/stdio/siprintf.c: Wrap long lines in ANSI_SYNOPSIS.
2413 * libc/stdio/siscanf.c: Likewise.
2414 * libc/stdio/sprintf.c: Likewise.
2415 * libc/stdio/sscanf.c: Likewise.
2416 * libc/stdio/vfprintf.c: Likewise.
2417 * libc/stdio/vfscanf.c: Likewise.
2418 * libc/stdio/viprintf.c: Likewise.
2419 * libc/stdio/viscanf.c: Likewise.
2420
2421 2005-10-28 Bob Wilson <bob.wilson@acm.org>
2422
2423 * libc/sys.tex (Stubs): Format examples consistently. Change sbrk
2424 example to use "_end" symbol instead of "end". Change write example
2425 to use "outbyte" instead of "writechar".
2426
2427 2005-10-28 Bob Wilson <bob.wilson@acm.org>
2428
2429 * libc/ctype/ctype.tex: Use hyphens as appropriate, but not otherwise.
2430 * libc/ctype/islower.c: Likewise.
2431 * libc/ctype/isupper.c: Likewise.
2432 * libc/ctype/iswalnum.c: Likewise.
2433 * libc/ctype/iswalpha.c: Likewise.
2434 * libc/ctype/iswblank.c: Likewise.
2435 * libc/ctype/iswcntrl.c: Likewise.
2436 * libc/ctype/iswdigit.c: Likewise.
2437 * libc/ctype/iswgraph.c: Likewise.
2438 * libc/ctype/iswlower.c: Likewise.
2439 * libc/ctype/iswprint.c: Likewise.
2440 * libc/ctype/iswpunct.c: Likewise.
2441 * libc/ctype/iswspace.c: Likewise.
2442 * libc/ctype/iswupper.c: Likewise.
2443 * libc/ctype/iswxdigit.c: Likewise.
2444 * libc/ctype/tolower.c: Likewise.
2445 * libc/ctype/toupper.c: Likewise.
2446 * libc/ctype/towctrans.c: Likewise.
2447 * libc/ctype/towlower.c: Likewise.
2448 * libc/ctype/towupper.c: Likewise.
2449 * libc/string/strcasecmp.c: Likewise.
2450 * libc/string/strcoll.c: Likewise.
2451 * libc/string/strings.tex: Likewise.
2452 * libc/string/strlwr.c: Likewise.
2453 * libc/string/strncasecmp.c: Likewise.
2454 * libc/string/strupr.c: Likewise.
2455 * libc/string/wcscoll.c: Likewise.
2456 * libc/string/wcslcat.c: Likewise.
2457 * libc/string/wcslcpy.c: Likewise.
2458 * libc/string/wcsnlen.c: Likewise.
2459 * libc/string/wcsstr.c: Likewise.
2460 * libc/string/wcstrings.tex: Likewise.
2461 * libc/string/wmemchr.c: Likewise.
2462 * libc/string/wmemcmp.c: Likewise.
2463 * libc/string/wmemcpy.c: Likewise.
2464 * libc/string/wmemmove.c: Likewise.
2465 * libc/string/wmemset.c: Likewise.
2466
2467 2005-10-28 Bob Wilson <bob.wilson@acm.org>
2468
2469 * libc/misc/unctrl.c: Replace FUNCTION description.
2470 * libc/signal/signal.c: Remove documentation for raise and _raise_r.
2471 * libc/stdio/getdelim.c: Fix spelling errors.
2472 * libc/stdio/getw.c: Put RETURNS on a separate line. Fix punctuation.
2473 * libc/stdio/putw.c: Likewise.
2474 * libc/stdlib/a64l.c: Fix formatting, spelling and punctuation in
2475 documentation.
2476 * libc/stdlib/assert.c: Do not capitalize FUNCTION description.
2477 * libc/stdlib/efgcvt.c: Add spaces to FUNCTION description.
2478 * libc/stdlib/envlock.c: Use em-dash in FUNCTION description.
2479 * libc/stdlib/mlock.c: Likewise.
2480 * libc/stdlib/mstats.c: Likewise.
2481 * libc/time/tzlock.c: Likewise.
2482 * libc/stdlib/rand.c: Use "multi-threaded" and "thread-safe" in NOTES.
2483 * libc/stdlib/rand48.c: Remove extra space in FUNCTION description
2484 and hyphenate "pseudo-random".
2485 * libc/string/bcmp.c: Remove extra blank lines in documentation.
2486 * libc/string/strncat.c: Likewise.
2487 * libc/string/memchr.c: Remove extra ">" character in documentation.
2488 * libc/string/strcspn.c: Use "characters" instead of "chars".
2489 * libc/string/strpbrk.c: Likewise.
2490 * libc/string/strerror_r.c: Capitalize "GNU".
2491 * libc/string/strnlen.c: Likewise.
2492 * libc/string/strtok.c: Fix formatting, spelling and punctuation in
2493 documentation. Use "multi-threaded" and "thread-safe" in NOTES.
2494 * libc/string/wcscat.c: Split PORTABILITY into two paragraphs.
2495 * libc/string/wcschr.c: Likewise.
2496 * libc/string/wcscmp.c: Likewise.
2497 * libc/string/wcscpy.c: Likewise.
2498 * libc/string/wcscspn.c: Likewise.
2499 * libc/string/wcslen.c: Likewise.
2500 * libc/string/wcsncat.c: Likewise.
2501 * libc/string/wcsncmp.c: Likewise.
2502 * libc/string/wcsncpy.c: Likewise.
2503 * libc/string/wcsnlen.c: Likewise.
2504 * libc/string/wcspbrk.c: Likewise.
2505 * libc/string/wcsrchr.c: Likewise.
2506 * libc/string/wcsspn.c: Likewise.
2507 * libc/string/wmemchr.c: Likewise.
2508 * libc/string/wmemcmp.c: Likewise.
2509 * libc/string/wmemcpy.c: Likewise.
2510 * libc/string/wmemset.c: Likewise.
2511 * libc/string/wmemmove.c: Likewise. Also fix FUNCTION description.
2512 * libc/string/wcswidth.c: Formatting and punctuation in documentation.
2513 * libc/string/wcwidth.c: Likewise.
2514 * libm/common/s_modf.c: Remove extra period from documentation.
2515 * libm/math/s_isnan.c: Fix formatting, grammar and punctuation in
2516 documentation.
2517 * libm/mathfp/s_isnan.c: Likewise.
2518 * libm/math/s_ldexp.c: Fix punctuation.
2519 * libm/mathfp/s_ldexp.c: Likewise.
2520 * libm/math/w_log.c: Likewise.
2521 * libm/mathfp/s_logarithm.c: Likewise.
2522 * libm/math/w_j0.c: Add spaces to FUNCTION description.
2523 * libm/mathfp/w_jn.c: Likewise.
2524
2525 2005-10-26 Shaun Jackman <sjackman@gmail.com>
2526
2527 * libc/posix/scandir.c (scandir): Update the function
2528 prototype to match the header.
2529 * libc/sys/linux/linuxthreads/bits/libc-lock.h: Remove an
2530 extraneous #endif.
2531 * libc/sys/linux/sys/lock.h: Do not include
2532 machine/weakalias.h, since it's not used by this file.
2533
2534 2005-10-26 Jeff Johnston <jjohnstn@redhat.com>
2535
2536 * libc/Makefile.am: Reorder SUBLIBS so machine and sys
2537 directories can override properly.
2538
2539 2005-10-20 Jeff Johnston <jjohnstn@redhat.com>
2540
2541 * libc/include/math.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): When
2542 gcc is 3.3 or greater, use special gcc builtins.
2543
2544 2005-10-20 Corinna Vinschen <corinna@vinschen.de>
2545
2546 * libc/include/sys/time.h: Declare futimes and lutimes for Cygwin.
2547
2548 2005-10-18 Corinna Vinschen <corinna@vinschen.de>
2549
2550 * libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin.
2551
2552 2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
2553
2554 * libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
2555 * libm/common/Makefile.am: Add s_infconst.c support.
2556 * libm/common/Makefile.in: Regenerated.
2557 * libm/common/s_infconst.c: New file with float and
2558 long double infinity support added.
2559 * libm/math/Makefile.am: Remove s_infconst.c support.
2560 * libm/math/Makefile.in: Regenerated.
2561 * libm/math/s_infconst.c: Moved to common directory.
2562 * libm/mathfp/Makefile.am: Remove s_infconst.c support.
2563 * libm/mathfp/Makefile.in: Regenerated.
2564 * libm/mathfp/s_infconst.c: Moved to common directory.
2565
2566 2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
2567
2568 * libc/sys/linux/net/gethostbydns.c (dprintf): Rename to
2569 dbgprintf to prevent conflict with new dprintf function.
2570
2571 2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
2572
2573 * libc/stdio/vfprintf.c (_VFPRINTF_R): Fix up "inf" and
2574 "nan" processing for systems that have long double support.
2575
2576 2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
2577
2578 * libc/sys/linux/sys/types.h (int8_t): Add type.
2579
2580 2005-10-14 Bob Wilson <bob.wilson@acm.org>
2581
2582 * libm/common/Makefile.am (doc): Do not append to $(TARGETDOC).
2583 * libm/common/Makefile.in: Regenerate.
2584 * libm/common/common.tex: Delete file.
2585 * libm/math/math.tex: Include .def files from common/.
2586 * libm/mathfp/mathfp.tex: Likewise.
2587
2588 2005-10-14 Bob Wilson <bob.wilson@acm.org>
2589
2590 * libc/libc.texinfo (Top): Surround this node with @ifnottex
2591 instead of @ifinfo. Update menu to add Introduction and match
2592 SUBDIRS order.
2593 (Introduction): New section.
2594
2595 2005-10-14 Bob Wilson <bob.wilson@acm.org>
2596
2597 * libc/reent/reent.tex (Reentrancy): Replace "Cygnus C Library"
2598 with "Red Hat newlib C Library".
2599 * libc/sys.tex (Stubs): Likewise.
2600 * libm/math/math.tex (Math): Likewise.
2601 * libm/mathfp/mathfp.tex (Math): Likewise.
2602
2603 2005-10-11 Shaun Jackman <sjackman@gmail.com>
2604
2605 * libc/include/stdio.h (dprintf): New declaration.
2606 (vdprintf): Ditto.
2607 * libc/stdio/Makefile.am (GENERAL_SOURCES): Add dprintf.c
2608 and vdprintf.c.
2609 * libc/stdio/Makefile.in: Regenerate.
2610 * libc/stdio/dprintf.c: New file.
2611 * libc/stdio/vdprintf.c: New file.
2612 * libc/stdio/stdio.tex (dprintf): New entry.
2613
2614 2005-10-11 David Weatherford <weath@tensilica.com>
2615
2616 * libc/stdio/vfprintf.c (_VFPRINTF_R): Recognize 'F' format.
2617 Print "inf" and "nan" in lowercase for e/f/g formats and in
2618 uppercase for E/F/G formats.
2619
2620 2005-10-07 Bob Wilson <bob.wilson@acm.org>
2621
2622 * libc/stdlib/mallocr.c (mALLOc, rEALLOCc, mEMALIGn): Set errno
2623 to ENOMEM on failure.
2624
2625 2005-10-06 Ralf Corsepius <ralf.corsepius@rtems.org>
2626
2627 * libc/include/stdint.h: Add [u]int_fast<N>_t types.
2628
2629 2005-10-04 Ralf Corsepius <ralf.corsepius@rtems.org>
2630
2631 * libc/include/stdint.h: Move magic to set __have_long* to the
2632 beginning. Use #if __have* instead of #if defined(__have*).
2633 Minor typo fixes.
2634
2635 2005-10-04 James E Wilson <wilson@specifix.com>
2636
2637 * libc/include/sys/dirent.h (_DIRENT_H_): Delete #include_next. Add
2638 #error.
2639
2640 2005-10-03 Jeff Johnston <jjohnstn@redhat.com>
2641
2642 * libc/sys/linux/include/stdint.h: Include <sys/types.h> and
2643 incorporate Ralf's change below.
2644
2645 2005-10-03 Ralf Corsepius <ralf.corsepius@rtems.org>
2646
2647 * libc/include/stdint.h:
2648 Use __INTMAX_TYPE__ to derive intmax_t.
2649 Use __UINTMAX_TYPE__ to derive uintmax_t.
2650 Fix minor typo.
2651
2652 2005-09-27 Ralf Corsepius <ralf.corsepius@rtems.org>
2653
2654 * libc/include/stdint.h: Correct __STDINT_EXP macro incorrectly
2655 handling GCC >= 4.
2656
2657 2005-09-20 Jeff Johnston <jjohnstn@redhat.com>
2658
2659 * libc/sys/linux/include/stdint.h: Update to match functionality
2660 of generic newlib stdint.h.
2661
2662 2005-09-20 Jeff Johnston <jjohnstn@redhat.com>
2663
2664 * libc/include/stdint.h (__EXP): Rename to __STDINT_EXP
2665 and do not #undef the macro after it is used. Fix typos.
2666 Also change 64-bit constants to use the __have_long64 and
2667 __have_longlong64 flags to determine if long or long long
2668 constants should be used.
2669 * libc/include/inttypes.h: Include stddef.h to get wchar_t
2670 type defined.
2671
2672 2005-09-20 Shaun Jackman <sjackman@gmail.com>
2673
2674 * libc/include/stdint.h: Fix typo in names of
2675 LEAST macros.
2676
2677 2005-09-20 Jeff Johnston <jjohnstn@redhat.com>
2678
2679 * libc/sys/rtems/include/inttypes.h: Moved to...
2680 * libc/include/inttypes.h: ...here.
2681
2682 2005-09-19 Jeff Johnston <jjohnstn@redhat.com>
2683
2684 * libc/sys/rtems/include/stdint.h: Moved to...
2685 * libc/include/stdint.h: ...here.
2686
2687 2005-09-08 Jeff Johnston <jjohnstn@redhat.com>
2688
2689 * Makefile.am: Add include files under bits sub-directory.
2690 * Makefile.in: Regenerated.
2691 * libc/sys/linux/argp/argp-fs-xinl.c: Set __OPTIMIZE__ to
2692 actual value of 1 to be compatible with newer glibc headers.
2693 * libc/sys/linux/sys/cdefs.h: Fix to be compatible with newer
2694 glibc headers.
2695 * libc/sys/linux/sys/dirent.h: Ditto.
2696 * libc/sys/linux/argp/argp-xinl.c: Ditto.
2697 * libc/sys/linux/dl/dl-runtime.c: Make sure fixup and
2698 profile_fixup routines are marked used so they won't be
2699 optimized away.
2700 * libc/sys/linux/dl/dl-cache.c: Don't use weak_extern macro
2701 to mark functions as weak.
2702 * libc/sys/linux/dl/dl-open.c: Ditto.
2703 * libc/sys/linux/iconv/gconv_open.c: Fix to obey new gcc4
2704 rules about lvalues.
2705 * libc/sys/linux/iconv/gconv_simple.c: Ditto.
2706 * libc/sys/linux/linuxthreads/bits/libc-lock.h: Don't use
2707 weak_extern macro to mark functions as weak. Instead always
2708 use #pragma weak.
2709 * iconvdata/jis0208.h: Fix to work with gcc4.
2710 * libc/sys/linux/dl/dl-load.c: Ditto.
2711 * libc/sys/linux/dl/dl-reloc.c: Ditto.
2712 * libc/sys/linux/dl/do-rel.h: Ditto.
2713 * libc/sys/linux/dl/dynamic-link.h: Ditto.
2714 * libc/sys/linux/include/ltdl.h: Ditto.
2715 * libc/sys/linux/machine/i386/dl-machine.h: Ditto.
2716 * libc/sys/linux/machine/i386/weakalias.h: Ditto.
2717 * libc/sys/linux/net/ns_ntoa.c: Ditto.
2718 * libc/sys/linux/bits/initspin.h: New file.
2719 * libc/sys/linux/bits/libc-lock.h: Ditto.
2720 * libc/sys/linux/bits/pthreadtypes.h: Ditto.
2721 * libc/sys/linux/bits/typesizes.h: Ditto.
2722
2723 2005-09-08 Eric Blake <ebb9@byu.net>
2724
2725 * libc/argz/argz_insert.c (argz_insert): Don't die with EINVAL when
2726 before is NULL.
2727
2728 2005-09-08 Brian Dessent <brian@dessent.net>
2729
2730 * sf_lrint.c (lrintf): Mask 'i0' correctly when extracting
2731 mantissa.
2732 * s_lrint.c: Ditto.
2733
2734 2005-09-02 Jeff Johnston <jjohnstn@redhat.com>
2735
2736 * libc/include/stdio.h: Add prototype for viprintf.
2737
2738 2005-09-01 Jeff Johnston <jjohnstn@redhat.com>
2739
2740 * libm/mathfp/s_pow.c: (pow): Change code so 0 raised to
2741 any positive power results in 0.
2742 * libm/mathfp/sf_pow.c (powf): Ditto.
2743
2744 2005-08-31 Paul Brook <paul@codesourcery.com>
2745
2746 * configure.host: Set have_crt0 to no for Arm targts when not
2747 providing syscalls. Set sys_dir=arm unconditionally.
2748 Default have_crt0 based on sys_dir.
2749 * configure.in: Use have_crt0.
2750 * libc/configure.in: Ditto.
2751 * libc/sys/configure.in: Ditto.
2752 * configure: Regenerate.
2753 * libc/configure: Regenerate.
2754 * libc/sys/configure: Regenerate.
2755 * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add aeabi_atexit.c.
2756 Only build other files when providing syscalls.
2757 * libc/sys/arm/Makefile.in: Regenerate.
2758 * libc/sys/arm/aeabi_atexit.c: New file.
2759
2760 2005-08-26 Christopher Faylor <cgf@timesys.com>
2761
2762 * libc/include/string.h: Revert previous change.
2763
2764 2005-08-25 Christopher Faylor <cgf@timesys.com>
2765
2766 * libc/include/string.h: For Cygwin, Define strerror_r as per ISO C.
2767
2768 2005-08-22 Shaun Jackman <sjackman@gmail.com>
2769
2770 * libc/include/_syslist.h: If HAVE_OPENDIR is not defined,
2771 define _opendir as opendir, _readdir as readdir, and
2772 _closedir as closedir so that the implementations in
2773 libc/posix will be used.
2774
2775 2005-08-10 DJ Delorie <dj@redhat.com>
2776
2777 * MAINTAINERS (CPU Ports): Add CPU port maintainer section.
2778
2779 2005-08-10 Stephen Huw Clarke <stephen.clarke@st.com>
2780
2781 * libm/common/sf_fmax.c: Fix to properly handle NaNs.
2782 * libm/common/s_max.c: Ditto.
2783 * libm/common/sf_fmin.c: Ditto.
2784 * libm/common/s_min.c: Ditto.
2785
2786 2005-08-10 DJ Delorie <dj@redhat.com>
2787
2788 * configure.host: Add m32c support.
2789 * libc/include/machine/ieeefp.h: Likewise.
2790 * libc/include/machine/setjmp.h: Likewise.
2791 * libc/include/sys/config.h: Likewise.
2792 * libc/machine/m32c: New directory, Renesas R8C/M16C/M32C support.
2793 * libc/machine/m32c/aclocal.m4: New file.
2794 * libc/machine/m32c/configure: Ditto.
2795 * libc/machine/m32c/configure.in: Ditto.
2796 * libc/machine/m32c/Makefile.am: Ditto.
2797 * libc/machine/m32c/Makefile.in: Ditto.
2798 * libc/machine/m32c/setjmp.S: Ditto.
2799
2800 2005-08-02 Bob Wilson <bob.wilson@acm.org>
2801
2802 * libm/math/ef_hypot.c (__ieee754_hypotf): Add missing exponent bias
2803 to the value for 2^126.
2804
2805 2005-07-26 Hans-Peter Nilsson <hp@bitrange.com>
2806
2807 * libc/machine/cris/libcdtor.c (defaultors): Mark artificially as
2808 used.
2809
2810 2005-07-20 Bob Wilson <bob.wilson@acm.org>
2811 Darin Petkov <darin@tensilica.com>
2812
2813 * libm/math/ef_atan2.c (pi, pi_lo): Use round-to-nearest value of pi.
2814
2815 2005-07-19 Paul Brook <paul@codesourcery.com>
2816
2817 * libc/sys/arm/crt0.S: Ensure doubleword stack alignment.
2818
2819 2005-07-18 Joseph S. Myers <joseph@codesourcery.com>
2820
2821 * testsuite/lib/checkoutput.exp (newlib_check_output): Use test
2822 names after PASS and FAIL which do not depend on source directory
2823 name or on whether test passed or failed.
2824 * testsuite/lib/passfail.exp (newlib_pass_fail): Likewise.
2825
2826 2005-07-08 Ola Hugosson <Ola.Hugosson@anoto.com>
2827
2828 * libc/string/wcsspn.c (wcsspn): Add missing increment of q.
2829
2830 2005-07-07 Shaun Jackman <sjackman@gmail.com>
2831
2832 * libc/unix/ttyname.c (ttyname): Avoid calling _closedir
2833 twice for the same directory. _closedir calls free, and freeing
2834 the same pointer twice may cause a crash.
2835
2836 2005-07-06 Aldy Hernandez <aldyh@redhat.com>
2837
2838 * configure.host: Added entry for ms1*.
2839 * libc/include/machine/ieeefp.h: Handle ms1.
2840 * libc/include/machine/setjmp.h (_JBLEN): Define for ms1.
2841 * libc/machine/ms1/aclocal.m4: New.
2842 * libc/machine/ms1/configure: New.
2843 * libc/machine/ms1/configure.in: New.
2844 * libc/machine/ms1/Makefile.am: New.
2845 * libc/machine/ms1/Makefile.in: New.
2846 * libc/machine/ms1/setjmp.S: New.
2847
2848 2005-07-04 Mark Mitchell <mark@codesourcery.com>
2849
2850 * Makefile.am (site.exp): Set tmpdir.
2851 * Makefile.in: Regenerated.
2852 * testsuite/lib/checkoutput.exp (newlib_check_output): Put
2853 executables in $tmpdir.
2854 * testsuite/lib/flags.exp (libgloss_link_flags): Use the original
2855 libgloss version if not running in the build directory.
2856 * testsuite/lib/newlib.exp (newlib_init): Put testglue.o in
2857 $tmpdir.
2858 * testsuite/lib/passfail.exp (newlib_pass_fail): Put executables
2859 in $tmpdir.
2860
2861 2005-06-28 Dave Korn <dave.korn@artimi.com>
2862
2863 * libm/common/s_lrint.c (lrint): Fix signed-vs-unsigned comparison
2864 and miscalculation caused by fp representation of zero.
2865 * libm/common/sf_lrint.c (lrintf): Likewise.
2866
2867 2005-06-16 Christopher Faylor <cgf@timesys.com>
2868
2869 * libc/stdio/vfprintf.c (cvt): Don't rely on pointer aliasing to
2870 determine characteristics of long double. Use a union instead.
2871 * ldtoa.c (_ldtoa_r): Ditto.
2872 (_ldcheck): Ditto.
2873 (_strtold): Ditto.
2874 (union uconv): New union.
2875
2876 2005-06-03 Jeff Johnston <jjohnstn@redhat.com>
2877
2878 * libc/stdlib/mallocr.c (MALLOC_COPY): Switch to use memmove
2879 instead of memcpy.
2880
2881 2005-05-12 Jeff Johnston <jjohnstn@redhat.com>
2882
2883 * configure.host (mn10300-*): Add long long I/O support by default.
2884
2885 2005-05-12 Jeff Johnston <jjohnstn@redhat.com>
2886
2887 * libc/sys/linux/getpwuid.c: Removed.
2888 * libc/sys/linux/getpwnam.c: Removed.
2889 * libc/sys/linux/getpwent.c: New file containing logic
2890 from files removed above. This allows overriding of file
2891 in libc/unix.
2892 * libc/sys/linux/Makefile.am: Support changes above.
2893 * libc/sys/linux/Makefile.in: Regenerated.
2894
2895 2005-04-28 Jeff Johnston <jjohnstn@redhat.com>
2896
2897 * libc/stdio/vfscanf.c (__svfscanf_r): Fix code thinko
2898 when checking for multiple flags.
2899
2900 2005-04-18 Hans-Peter Nilsson <hp@axis.com>
2901
2902 * configure.host <cris-*-* | crisv32-*-*>: Set
2903 default_newlib_io_long_long="yes".
2904
2905 2005-04-08 Jeff Johnston <jjohnstn@redhat.com>
2906
2907 * libc/include/libgen.h: New file.
2908
2909 2005-04-08 Shaun Jackman <sjackman@gmail.com>
2910
2911 * libc/unix/Makefile.am: Add support for basename and dirname.
2912 * libc/unix/Makefile.in: Regenerated.
2913 * libc/unix/basename.c: New file.
2914 * libc/unix/dirname.c: New file.
2915
2916 2005-04-07 Shaun Jackman <sjackman@gmail.com>
2917
2918 * libc/sys/linux/inode.c (lchown): New function.
2919
2920 2005-04-07 Shaun Jackman <sjackman@gmail.com>
2921
2922 * libc/unix/Makefile.am (LIB_OBJS): Include all the ELIX objects if no
2923 ELIX level is defined.
2924 * libc/unix/Makefile.in: Regenerated.
2925
2926 2005-04-05 Dave Korn <dave.korn@artimi.com>
2927
2928 * libc/stdio/vfscanf.c (__svfscanf_r): If an error occurs processing
2929 something that looks like a "NaN", put back the characters processed.
2930
2931 2005-04-01 Corinna Vinschen <corinna@vinschen.de>
2932
2933 * libc/stdlib/strtod.c (_strtod_r): Never change s00.
2934
2935 2005-03-23 Christopher Faylor <cgf@timesys.com>
2936
2937 * configure.host: For cygwin, redefine CC with cygwin include directory
2938 first to mimic the behavior of the top-level configury. Move include
2939 directory out of newlib_cflags.
2940
2941 2005-03-22 Jeff Johnston <jjohnstn@redhat.com>
2942
2943 * configure.host: For arc, set -DREENTRANT_SYSCALLS_PROVIDED flag on.
2944 * libc/sys/arc/syscalls.c: Change functions to use __errno_r rather
2945 than errno.
2946
2947 2005-03-22 Christopher Faylor <cgf@timesys.com>
2948
2949 * libc/include/machine/_types.h: Make trivial change to comment to
2950 avoid a spurious warning from gcc.
2951
2952 2005-03-21 Nicholas Wourms <nwourms@netscape.net>
2953
2954 * libc/stdio/vfprintf.c: Move newlib.h before _WANT_IO_POS_ARGS test,
2955 since _WANT_IO_POS_ARGS is now defined in there. Remove duplicate
2956 reent.h include.
2957
2958 2005-03-18 Hans-Peter Nilsson <hp@axis.com>
2959 Corinna Vinschen <corinna@vinschen.de>
2960
2961 * libc/include/ctype.h: Remove invalid +1 offset from
2962 ctype macro references to __ctype_ptr.
2963 (_ctype_): Move declaration outside #ifndef __cplusplus.
2964
2965 2005-03-18 Corinna Vinschen <corinna@vinschen.de>
2966
2967 * libc/include/machine/setjmp.h (sigsetjmp): Use GCC extension to
2968 evaluate first parameter only once.
2969 (siglongjmp): Ditto.
2970
2971 2005-03-17 Jeff Johnston <jjohnstn@redhat.com>
2972
2973 * configure.in: Add new check to see if compiler supports
2974 aliasing of arrays and define _HAVE_ARRAY_ALIASING if true.
2975 * configure: Regenerated.
2976 * Makefile.in: Ditto.
2977 * newlib.hin: Add _HAVE_ARRAY_ALIASING.
2978 * libc/ctype/ctype_.c: Check for _HAVE_ARRAY_ALIASING before
2979 aliasing the _ctype_ array to _ctype_b.
2980 * libc/include/ctype.h: Change macros to use __ctype_ptr. Mark
2981 _ctype_ as deprecated.
2982
2983 2005-03-17 Hans-Peter Nilsson <hp@axis.com>
2984
2985 * configure.host (newlib_cflags) <cris-*-*, crisv32-*-*>: Add
2986 -DCOMPACT_CTYPE.
2987
2988 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
2989
2990 * libc/sys/rtems/include/inttypes.h: New file.
2991 * libc/sys/rtems/include/stdint.h: Ditto.
2992
2993 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
2994
2995 * libc/string/memcmp.c: Fix to avoid pointer signedness warning.
2996
2997 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
2998
2999 * libc/include/machine/_types.h: New file.
3000 * libc/include/sys/types.h: Do not check for __rtems__
3001 when including <machine/_types.h>. Remove some redundant
3002 declarations now that <machine/_types.h> is included.
3003 * libc/sys/rtems/machine/_types.h: Removed. Replaced with
3004 shared header file.
3005
3006 2005-02-25 Ralf Corsepious <ralf.corsepius@rtems.org>
3007
3008 * libm/common/fdlibm.h (FLT_UWORD_MAX, FLT_UWORD_HALF_MAX): Add
3009 L qualifier for these long constants.
3010
3011 2005-02-25 Eric Blake <ebb9@byu.net>
3012
3013 * libc/include/time.h (__tzrule_struct): Make offset long, since
3014 a 16-bit int overflows on a 12-hour offset.
3015 * libc/sys/linux/include/time.h: Ditto.
3016 * libc/time/mktime.c (mktime): Use new type of __tzrule.offset.
3017 * libc/time/mktm_r.c: Ditto.
3018 * libc/time/gettzinfo.c: Ditto.
3019 * libc/time/strftime.c (strftime): Fix '%x' to deal with negative
3020 years. Fix '%z' to use long, not int.
3021
3022 2005-02-24 Ralf Corsepious <ralf.corsepius@rtems.org>
3023
3024 * libm/common/s_fpclassify.c: Use __uint32_t instead of int to
3025 manipulate float values in integer form.
3026 * libm/common/sf_round.c: Ditto.
3027
3028 2005-02-24 Ralf Corsepious <ralf.corsepius@rtems.org>
3029
3030 * libc/include/sys/types.h [__rtems__]: Include new
3031 header file machine/_types.h.
3032 * libc/include/machine/types.h: Ditto.
3033 * libc/sys/rtems/machine/_types.h: New file.
3034
3035 2005-02-23 Corinna Vinschen <corinna@vinschen.de>
3036
3037 * libc/include/time.h (_timezone): Change to long also for Cygwin.
3038 (timezone): Drop cast from definition.
3039
3040 2005-02-23 Jeff Johnston <jjohnstn@redhat.com>
3041
3042 * libc/include/time.h [!CYGWIN](_timezone): Change to long.
3043 (__tzrule_type, __tzinfo_type): New types.
3044 (__gettzinfo): New function.
3045 * libc/sys/linux/include/time.h: Ditto.
3046 * libc/time/Makefile.am: Add gettzinfo.c.
3047 * libc/time/Makefile.in: Regenerated.
3048 * libc/time/local.h: Moved __tzrule_type to time.h.
3049 * libc/time/mktime.c: Call __gettzinfo to reference
3050 __tznorth, __tzyear, and __tzrule array.
3051 * libc/time/mktm_r.c: Ditto.
3052 * libc/time/strftime.c: Ditto.
3053 * libc/time/tzset_r.c: Ditto. Also remove definition
3054 of __tzrule which is now in gettzinfo.c. Change _timezone
3055 references to not cast to time_t.
3056 * libc/time/gettzinfo.c: New file.
3057
3058 2005-02-23 Corinna Vinschen <corinna@vinschen.de>
3059
3060 * libc/include/sys/unistd.h: Define getpeereid for Cygwin.
3061
3062 2005-02-22 Corinna Vinschen <corinna@vinschen.de>
3063
3064 * libc/include/sys/unistd.h: Define fdatasync also for Cygwin.
3065
3066 2005-02-16 Eric Blake <ebb9@byu.net>
3067
3068 * libc/time/time.tex: Improve the documentation.
3069 * libc/time/strftime.c: Improve the documentation.
3070 (iso_year_adjust): New helper function.
3071 (strftime): Simplify '%E' and '%O'. Change '%c' to use
3072 recursion. Fix '%C', '%y', and '%Y' to deal with years with more
3073 than 4 characters. Combine '%d' and '%e'. Implement '%D', '%F',
3074 '%g', '%G', '%n', '%R', '%t', '%T', '%u', '%V', '%X', and '%z'.
3075 Avoid core dumps on valid inputs (maxsize == 0, or
3076 tim_p->tm_isdst > 1).
3077
3078 2005-02-08 Corinna Vinschen <corinna@vinschen.de>
3079
3080 * libc/include/pwd.h (struct passwd): Change pw_uid and pw_gid
3081 members to uid_t and gid_t according to SUSv3.
3082 * libc/include/sys/time.h (utimes): Change second parameter
3083 to const according to SUSv3.
3084
3085 2005-02-07 Antony King <antony.king@st.com>
3086
3087 * libc/stdio/clearerr.c (clearerr): Ensure CHECK_INIT() is
3088 called before _flockfile to prevent lock object use before
3089 initialisation. _REENT_SMALL_CHECK_INIT() and CHECK_INIT()
3090 take a struct _reent * instead of a FILE *.
3091 * libc/stdio/fclose.c (_fclose_r): Ditto.
3092 * libc/stdio/feof.c (feof): Ditto.
3093 * libc/stdio/ferror.c (ferror): Ditto.
3094 * libc/stdio/fflush.c (fflush): Ditto.
3095 * libc/stdio/fgetc.c (fgetc): Ditto.
3096 * libc/stdio/fgets.c (fgets): Ditto.
3097 * libc/stdio/fileno.c (fileno): Ditto.
3098 * libc/stdio/fputc.c (fputc): Ditto.
3099 * libc/stdio/fputs.c (fputs): Ditto.
3100 * libc/stdio/fread.c (fread): Ditto.
3101 * libc/stdio/freopen.c (_freopen_r): Ditto.
3102 * libc/stdio/fseek.c (_fseek_r): Ditto.
3103 * libc/stdio/ftell.c (_ftell_r): Ditto.
3104 * libc/stdio/fwrite.c (fwrite): Ditto.
3105 * libc/stdio/getc.c (getc): Ditto.
3106 * libc/stdio/getdelim.c (__getdelim): Ditto.
3107 * libc/stdio/putc.c (putc): Ditto.
3108 * libc/stdio/setvbuf.c (setvbuf): Ditto.
3109 * libc/stdio/ungetc.c (_ungetc_r): Ditto.
3110 * libc/stdio/vfprintf.c (_VFPRINTF_R): Ditto.
3111 * libc/stdio64/freopen64.c (_freopen64_r): Ditto.
3112 * libc/stdio64/fseeko64.c (_fseeko64_r): Ditto.
3113 * libc/stdio64/ftello64.c (_ftello64_r): Ditto.
3114 * libc/stdio/local.h (CHECK_INIT): Argument is now a struct
3115 _reent * instead of a FILE * and so replace incorrect use of
3116 _REENT with argument.
3117 * libc/sys/arm/syscalls.c (CHECK_INIT): Ditto.
3118 * libc/stdio/getchar.c (getchar): _REENT_SMALL_CHECK_INIT() and
3119 CHECK_INIT() take a struct _reent * instead of a FILE *.
3120 * libc/stdio/iprintf.c (iprintf, _iprintf_r): Ditto.
3121 * libc/stdio/iscanf.c (iscanf, _iscanf_r): Ditto.
3122 * libc/stdio/perror.c (perror): Ditto.
3123 * libc/stdio/printf.c (printf, _printf_r): Ditto.
3124 * libc/stdio/putchar.c (putchar): Ditto.
3125 * libc/stdio/puts.c (puts): Ditto.
3126 * libc/stdio/refill.c (__srefill): Ditto.
3127 * libc/stdio/scanf.c (scanf, _scanf_r): Ditto.
3128 * libc/stdio/vfscanf.c (VFSCANF, _VFSCANF_R): Ditto.
3129 * libc/stdio/viprintf.c (viprintf, _viprintf_r): Ditto.
3130 * libc/stdio/viscanf.c (viscanf, _viscanf_r): Ditto.
3131 * libc/stdio/vprintf.c (vprintf, _vprintf_r): Ditto.
3132 * libc/stdio/vscanf.c (vscanf, _vscanf_r): Ditto.
3133 * libc/stdio/wbuf.c (__swbuf): Ditto.
3134 * libc/stdio/wsetup.c (__swsetup): Ditto.
3135 * libc/stdlib/mallocr.c (malloc_stats): Ditto.
3136 * libc/stdlib/mstats.c (_mstats_r): Ditto.
3137 * libc/include/sys/reent.h (_REENT_SMALL_CHECK_INIT): Ditto.
3138 * libc/machine/powerpc/vfscanf.c (vfscanf): Ditto.
3139 * libc/stdio/fgetpos.c (_fgetpos_r): Removed unnecessary calls
3140 to _flockfile and _funlockfile; rely on locking in _ftell_r.
3141 * libc/stdio64/fgetpos64.c (_fgetpos64_r): Ditto (_ftello64_r).
3142 * libc/machine/powerpc/vfprintf.c (__sbprintf): Removed unnecessary
3143 initialision of _data field in FILE structure.
3144 * libc/machine/powerpc/vfprintf.c (VFPRINTF): Added CHECK_INIT() call.
3145
3146 2005-02-07 Jeff Johnston <jjohnstn@redhat.com>
3147
3148 * libc/stdio/findfp.c (__sinit): Protect with new lock.
3149 (__sinit_lock): New lock.
3150 (__sinit_lock_acquire, __sinit_lock_release): New functions.
3151 * libc/stdio/local.h: Add reference to new __sinit locking
3152 functions.
3153
3154 2005-02-07 Jeff Johnston <jjohnstn@redhat.com>
3155
3156 * libc/include/math.h (isfinite, isnormal, isunordered): Change
3157 input variable names to avoid mixups with nesting macros.
3158
3159 2005-01-27 Hans-Peter Nilsson <hp@axis.com>
3160
3161 * configure.host: Add support for cris-*-* and crisv32-*-*.
3162 * libc/include/machine/ieeefp.h: Ditto.
3163 * libc/include/machine/setjmp.h: Ditto.
3164 * libc/machine/cris/configure.in, libc/machine/cris/Makefile.am,
3165 libc/machine/cris/libcdtor.c, libc/machine/cris/setjmp.c,
3166 libc/machine/cris/memmove.c, libc/machine/cris/memcpy.c,
3167 libc/machine/cris/memset.c, libc/machine/cris/include/pthread.h,
3168 libc/machine/cris/sys/signal.h, libc/machine/cris/sys/fcntl.h,
3169 libc/machine/cris/sys/errno.h, libc/machine/cris/aclocal.m4,
3170 libc/machine/cris/configure, libc/machine/cris/Makefile.in: New
3171 files.
3172
3173 2005-01-27 Hans-Peter Nilsson <hp@axis.com>
3174
3175 * testsuite/newlib.string/memmove1.c: New test.
3176
3177 2005-01-27 Hans-Peter Nilsson <hp@axis.com>
3178
3179 * testsuite/include/check.h: Include stdlib.h.
3180
3181 2005-01-27 Hans-Peter Nilsson <hp@axis.com>
3182
3183 * Makefile.am (stmp-targ-include): Support include header files
3184 from machine directories.
3185 (install-data-local): Ditto.
3186 * Makefile.in: Regenerate.
3187
3188 2005-01-24 Jeff Johnston <jjohnstn@redhat.com>
3189
3190 * libc/include/string.h: Remove Linux-specific declaration of
3191 strsignal and add #include <sys/string.h>.
3192 * libc/include/sys/string.h: New file.
3193 * libc/include/sys/linux/sys/string.h: New file with strsignal
3194 declaration deleted above.
3195
3196 2005-01-20 Jeff Johnston <jjohnstn@redhat.com>
3197
3198 * libc/time/strftime.c (strftime): Change %r and %x to be compliant
3199 to POSIX standard for "C" locale. Allow %E and %O modifiers
3200 to be ignored as long as they precede valid specifiers according
3201 to POSIX.
3202
3203 2005-01-19 Shaun Jackman <sjackman@gmail.com>
3204
3205 * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
3206 environment variable is set.
3207
3208 2005-01-19 Shaun Jackman <sjackman@gmail.com>
3209
3210 * tzset_r.c (_tzname): Add a comma.
3211
3212 2005-01-18 Aldy Hernandez <aldyh@redhat.com>
3213
3214 * libc/machine/powerpc/vfprintf.c: Use _REENT when calling
3215 _VFPRINTF_R.
3216
3217 2005-01-07 Paul Brook <paul@codesourcery.com>
3218
3219 * configure.in: Add test for .init_array.
3220 * configure: Regenerate.
3221 * newlib.hin: Add HAVE_INITFINI_ARRAY.
3222 * libc/misc/Makefile.am: Add init.c
3223 * libc/misc/Makefile.in: Regenerate.
3224 * libc/misc/init.c: New file.
3225 * libc/sys/arm/crt0.S: Call __libc_{init,fini}_array instead of
3226 _init/_fini if they exist.
3227
3228 2005-01-06 Jeff Johnston <jjohnstn@redhat.com>
3229
3230 * libc/stdlib/strtod.c (_strtod_r): Add NaN support.
3231 * (strtof): Ditto.
3232 * libc/stdio/vfscanf.c (__svfscanf_r): Ditto.
3233 * Makefile.am (MATHOBJS_IN_LIBC): Add s_nan and sf_nan
3234 functions for use by strtod and strtof.
3235 * Makefile.in: Regenerated.
3236
3237 2005-01-06 Hans-Peter Nilsson <hp@axis.com>
3238
3239 * libc/stdio/ftell.c (ftell_r): Add parenthesis for __SWR
3240 bit-test in combination with NULL test.
3241
3242 2005-01-06 Hans-Peter Nilsson <hp@axis.com>
3243
3244 * README: Fix typo of LGPL. Change "license" to "copyright".
3245
3246 2004-12-17 Jeff Johnston <jjohnstn@redhat.com>
3247
3248 * NEWS: Update with 1.13.0 info.
3249 * README: Ditto.
3250 * acinclude.m4: Change version number to 1.13.0.
3251 * aclocal.m4: Regenerated.
3252 * configure: Ditto.
3253 * doc/aclocal.m4: Ditto.
3254 * doc/configure: Ditto.
3255 * libc/*/aclocal.m4: Ditto.
3256 * libc/*/configure: Ditto.
3257 * libc/libc.texinfo: Ditto.
3258 * libm/*/aclocal.m4: Ditto.
3259 * libm/*/configure: Ditto.
3260 * libm/libm.texinfo: Ditto.
3261 * libc/sys/linux/shared.ld: Add VERS_1.13.
3262
3263 2004-12-17 Christian Groessler <chris@groessler.org>
3264
3265 * libc/machine/z8k/memcmp.S: New file.
3266 * libc/machine/z8k/memcpy.S: Ditto.
3267 * libc/machine/z8k/memmove.S: Ditto.
3268 * libc/machine/z8k/memset.S: Ditto.
3269 * libc/machine/z8k/Makefile.am: Add new files.
3270 * libc/machine/z8k/Makefile.in: Regenerated.
3271 * libc/machine/z8k/setjmp.S: Fix indirect register usage in Z8002
3272 part. Implement Z8002 stdcall version.
3273
3274 2004-12-13 Jeff Johnston <jjohnstn@redhat.com>
3275
3276 * libc/stdio/fread.c (fread): For unbuffered I/O, attempt
3277 a low-level read if we don't get the full amount of bytes so
3278 EOF or error flags will be set.
3279
3280 2004-12-09 Alex Mogilnikov <alx@intellectronika.ru>
3281
3282 * libc/time/tzset_r (_tzset_r): Properly skip over
3283 '/' when it is detected.
3284
3285 2004-12-08 Alex Mogilnikov <alx@intellectronika.ru>
3286
3287 * libc/time/tzset_r (_tzset_r): Fix loop.
3288
3289 2004-12-08 Alex Mogilnikov <alx@intellectronika.ru>
3290
3291 * libc/time/mktm_r (_mktm_r): Fix overflow calculation for
3292 m_day.
3293 (__tzcalc_limits): Fix reference to month array to be zero-based.
3294
3295 2004-12-07 Jeff Johnston <jjohnstn@redhat.com>
3296
3297 * libc/sys/linux/sys/unistd.h: Add prototypes for ftruncate, truncate,
3298 and usleep.
3299
3300 2004-12-03 Jeff Johnston <jjohnstn@redhat.com>
3301
3302 * Makefile.am (libc_la_LDFLAGS): Add -lgcc to handle any
3303 libgcc dependencies.
3304 (libm_la_LDFLAGS): Ditto.
3305 * Makefile.in: Regenerated.
3306
3307 2004-12-03 Shaun Jackman <sjackman@gmail.com>
3308
3309 * libc/sys/linux/linuxthreads/Makefile.am (install-data-local): Fix
3310 our link to use readlink so as to preserve any relative link created
3311 by install-toollibLIBRARIES.
3312 * libc/sys/linux/linuxthreads/Makefile.in: Regenerated.
3313
3314 2004-12-02 Shaun Jackman <sjackman@gmail.com>
3315
3316 * libc/sys/linux/stdlib/glob.c: Include <sys/types.h> which defines
3317 time_t before including sys/stat.h, which uses it.
3318 * libc/sys/linux/sys/stat.h: Include <sys/types.h> and
3319 <linux/time.h> just prior to definition of __KERNEL__ so as to
3320 allow building on Debian Linux where otherwise, mktime would
3321 be redefined.
3322
3323 2004-11-26 Paul Brook <paul@codesourcery.com>
3324
3325 * libc/sys/arm/crt0.S (_start): Add .cantunwind annotation.
3326
3327 2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
3328
3329 * libc/include/stdlib.h (putenv, _putenv_r): Change to remove
3330 const for value string parameter to match Single Unix and glibc.
3331 * libc/stdlib/putenv.c: Ditto.
3332 * libc/stdlib/putenv_r.c: Ditto.
3333
3334 2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
3335
3336 * libc/stdio/Makefile.am: Fix missing vfscanf.
3337 * libc/stdio/Makefile.in: Regenerated.
3338
3339 2004-11-23 Jeff Johnston <jjohnstn@redhat.com>
3340
3341 * libc/include/stdio.h: Add new iprintf and iscanf variants. Also
3342 do some reordering.
3343 * libc/machine/powerpc/vfscanf.c: Remove __sccl function.
3344 * libc/stdio/Makefile.am: Add support for new iprintf and iscanf
3345 family functions.
3346 * libc/stdio/Makefile.in: Regenerated.
3347 * libc/stdio/fiprintf.c: Remove doc to siprintf.c.
3348 * libc/stdio/iprintf.c: Ditto.
3349 * libc/stdio/local.h (__svfiscanf_r): New prototype.
3350 * libc/stdio/siprintf.c: Add docs for various iprintf family functions.
3351 * libc/stdio/sniprintf.c: Move docs to siprintf.c.
3352 * libc/stdio/stdio.tex: Add new functions.
3353 * libc/stdio/vfscanf.c: Split out __sccl function to separate
3354 file and add special name defines so this file can be used
3355 to build vfiscanf.o.
3356 * libc/stdio/asiprintf.c: New file.
3357 * libc/stdio/fiscanf.c: Ditto.
3358 * libc/stdio/iscanf.c: Ditto.
3359 * libc/stdio/sccl.c: Ditto.
3360 * libc/stdio/siscanf.c: Ditto.
3361 * libc/stdio/vasiprintf.c: Ditto.
3362 * libc/stdio/viprintf.c: Ditto.
3363 * libc/stdio/viscanf.c: Ditto.
3364 * libc/stdio/vsiprintf.c: Ditto.
3365 * libc/stdio/vsiscanf.c: Ditto.
3366 * libc/stdio/vsniprintf.c: Ditto.
3367
3368 2004-11-19 Shaun Jackman <sjackman@gmail.com>
3369
3370 * libc/include/stdio.h: Add sniprintf.
3371 * libc/stdio/Makefile.am: Add sniprintf.c.
3372 * libc/stdio/Makefile.in: Regenerated.
3373 * libc/stdio/sniprintf.c: New file.
3374 * libc/stdio/stdio.tex: Add sniprintf.
3375
3376 2004-11-17 Christopher Faylor <cgf@timesys.com>
3377
3378 * libc/stdio/refill.c (__srefill): Try again after EOF on Cygwin. Clear
3379 EOF flag if successful.
3380
3381 2004-10-28 Christopher Faylor <cgf@timesys.com>
3382
3383 * libc/include/sys/signal.h: Move <signal.h> include to bottom of file
3384 so that all relevant definitions have been performed for use in the
3385 include.
3386
3387 2004-10-26 Jason Tishler <jason@tishler.net>
3388
3389 * libc/stdio/fread.c (fread): Fix return value for unbuffered
3390 fread.
3391
3392 2004-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3393
3394 * libc/include/machine/setjmp.h: Add AVR support.
3395 * libc/sys/rtems/crt0.S [__AVR__]: Add __stack.
3396
3397 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
3398
3399 * libc/include/sys/signal.h: If <signal.h> didn't include
3400 this header file, include <signal.h> to account for
3401 applications that take advantage that the two header
3402 files are the same in glibc.
3403
3404 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
3405
3406 * configure.host: Add support for crx.
3407 * libc/include/machine/ieeefp.h: Ditto.
3408 * libc/include/machine/setjmp.h: Ditto.
3409 * libc/machine/crx/Makefile.am: New file.
3410 * libc/machine/crx/configure.in: Ditto.
3411 * libc/machine/crx/setjmp.S: Ditto.
3412 * libc/machine/crx/getenv.c: Ditto.
3413 * libc/machine/crx/aclocal.m4: Generate.
3414 * libc/machine/crx/configure: Ditto.
3415 * libc/machine/crx/Makefile.in: Ditto.
3416 * libc/machine/crx/sys/asm.h: New file.
3417 * libc/machine/crx/sys/libh.h: Ditto.
3418 * libc/machine/crx/sys/syscall.h: Ditto.
3419
3420 2004-10-05 Jeff Johnston <jjohnstn@redhat.com>
3421
3422 * Makefile.am (stmp-targ-include): Support sys header files
3423 from machine directories.
3424 * Makefile.in: Regenerated.
3425
3426 2004-10-04 Jeff Johnston <jjohnstn@redhat.com>
3427
3428 * libc/stdio/vfscanf.c (__svfscanf_r): For int conversions,
3429 count skipped zero characters as part of the nread count for %n.
3430 * libc/machine/powerpc/vfscanf.c: Ditto.
3431
3432 2004-09-24 Jeff Johnston <jjohnstn@redhat.com>
3433
3434 * libc/stdio/local.h: Include <stdlib.h>.
3435
3436 2004-09-24 Corinna Vinschen <corinna@vinschen.de>
3437
3438 * libc/stdio/fread.c (fread): Include <malloc.h>.
3439
3440 2004-09-22 Jeff Johnston <jjohnstn@redhat.com>
3441
3442 * libc/stdio/fread.c (fread): For non-space-optimized case,
3443 add special code for unbuffered files to use user buffer and
3444 only require one low-level system read.
3445
3446 2004-09-21 Ian Lance Taylor <ian@wasabisystems.com>
3447
3448 * libc/machine/xscale/setjmp.S: New file, copied from
3449 libc/machine/arm/setjmp.S.
3450 * libc/machine/xscale/Makefile.am (lib_a_SOURCES): Add setjmp.S.
3451 * libc/machine/xscale/Makefile.in: Regenerate.
3452
3453 2004-09-16 Antony King <antony.king@st.com>
3454
3455 * libc/include/sys/lock.h: Replaced empty {} with (0) to conform
3456 with locking API.
3457 * libc/include/sys/stdio.h: (_flockfile)[!_SINGLE_THREAD]: Add
3458 check for__SSTR in _flags and if set, skip lock request.
3459 (_funlockfile)[!SINGLE_THREAD]: Ditto.
3460 * libc/stdio/local.h (CHECK_INIT): Added check that _REENT is
3461 not NULL.
3462 * libc/stdio/siprintf.c (siprintf, _siprintf_r): Added missing
3463 initialisation of _file to -1 in local FILE.
3464 * libc/stdio/snprintf.c (snprintf, _snprintf_r): Ditto.
3465 * libc/stdio/sscanf.c (sscanf, _sscanf_r): Ditto.
3466 * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Ditto.
3467 * libc/stdio/vsscanf.c (_vsscanf_r): Ditto.
3468 * libc/stdio/sscanf.c (sscanf, _sscanf_r): Added __SSTR flag to
3469 _flags in local FILE to prevent locking.
3470 * libc/stdio/vsscanf.c (_vsscanf_r): Ditto.
3471
3472 2004-09-16 Antony King <antony.king@st.com>
3473
3474 * libc/stdio/fwalk.c (_fwalk): Remove check for _GLOBAL_REENT
3475 and only walk the reentrancy parameter.
3476 (_fwalk_reent): Ditto.
3477 * libc/stdlib/exit.c: Remove out of date _REENT_ONLY check.
3478
3479 2004-09-16 Antony King <antony.king@st.com>
3480
3481 * libc/stdio64/freopen64.c: Remove casting of fp lock to
3482 _LOCK_RECURSIVE_T.
3483
3484 2004-09-16 Antony King <antony.king@st.com>
3485
3486 * libc/time/tzlock.c: Add default stubs that use generic
3487 locking code.
3488
3489 2004-09-16 Antony King <antony.king@st.com>
3490
3491 * libc/ctype/ctype.tex: Added missing documentation.
3492 * libc/stdio/stdio.tex Ditto.
3493 * libc/stdlib/stdlib.tex Ditto.
3494 * libc/string/strings.tex Ditto.
3495 * libc/time/time.tex: Ditto.
3496 * libc/stdio/setbuffer.c: Removed setlinebuf documentation.
3497
3498 2004-09-15 Corinna Vinschen <vinschen@redhat.com>
3499
3500 * libc/reent/impure.c (reent_data): Define as alias to impure_data
3501 when building for Cygwin.
3502 * libc/include/sys/reent.h (_GLOBAL_REENT): Revert definition to
3503 _global_impure_ptr.
3504
3505 2004-09-15 Jeff Johnston <jjohnstn@redhat.com>
3506
3507 * configure.host: Reverting 2004-09-14 change as fix has occurred on
3508 Cygwin side.
3509 * configure.in: Ditto.
3510 * libc/configure.in: Ditto.
3511 * libc/sys/configure.in: Ditto.
3512 * configure: Ditto.
3513 * libc/configure: Ditto.
3514 * libc/sys/configure: Ditto.
3515 * libc/include/sys/reent.h: Ditto.
3516 * libc/stdlib/__atexit.c: Ditto.
3517 * libc/stdlib/__call_atexit.c: Ditto.
3518 * libc/stdlib/cxa_atexit.c: Ditto.
3519 * libc/stdlib/cxa_finalize.c: Ditto.
3520 * libc/sys/cygwin/Makefile.am: Removed again.
3521 * libc/sys/cygwin/Makefile.in: Ditto.
3522 * libc/sys/cygwin/aclocal.m4: Ditto.
3523 * libc/sys/cygwin/configure: Ditto.
3524 * libc/sys/cygwin/configure.in: Ditto.
3525 * libc/sys/cygwin/dummy.c: Ditto.
3526 * libc/sys/cygwin/sys/reent.h: Ditto.
3527
3528 2004-09-14 Jeff Johnston <jjohnstn@redhat.com>
3529
3530 * configure.host: Add Cygwin sys directory.
3531 * configure.in: Do not set CRT0 for cygwin.
3532 * libc/configure.in: Ditto.
3533 * libc/sys/configure.in: Ditto.
3534 * configure: Regenerated.
3535 * libc/configure: Ditto.
3536 * libc/sys/configure: Ditto.
3537 * libc/include/sys/reent.h: Add __REENT_HAS_CXA_SUPPORT flag.
3538 * libc/stdlib/__atexit.c: Keep cxa support protected by new
3539 __REENT_HAS_CXA_SUPPORT flag.
3540 * libc/stdlib/__call_atexit.c: Ditto.
3541 * libc/stdlib/cxa_atexit.c: Ditto.
3542 * libc/stdlib/cxa_finalize.c: Ditto.
3543 * libc/sys/cygwin/Makefile.am: New file.
3544 * libc/sys/cygwin/Makefile.in: Ditto.
3545 * libc/sys/cygwin/aclocal.m4: Ditto.
3546 * libc/sys/cygwin/configure: Ditto.
3547 * libc/sys/cygwin/configure.in: Ditto.
3548 * libc/sys/cygwin/dummy.c: Ditto.
3549 * libc/sys/cygwin/sys/reent.h: Ditto. This file is stabilized
3550 version of reent.h.
3551
3552 2004-09-13 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
3553
3554 * libc/iconv/iconv.tex: Updated with new content.
3555 * libc/iconv/lib/iconvnls.c: Reference ICONV_DEFAULT_NLSPATH
3556 instead of NLS_DEFAULT_NLSPATH.
3557 * libc/iconv/lib/iconvnls.h: Fix typo.
3558 * libc/include/sys/iconvnls.h: New file.
3559
3560 2004-09-09 Paul Brook <paul@codesourcery.com>
3561
3562 * libc/include/sys/reent.h (struct _on_exit_args): Add _dso_handle
3563 and _is_cxa.
3564 (struct _atexit): Add _next when _REENT_SMALL.
3565 (struct _reent): Add _atexit0 when _REENT_SMALL.
3566 (_REENT_INIT_PTR): Adjust.
3567 * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add __atexit.c and
3568 __call_exit.c.
3569 (EXTENDED_SOURCES): Add cxa_atexit.c and cxa_finalize.c.
3570 * libc/stdlib/Makefile.in: Regenerate.
3571 * libc/stdlib/__atexit.c: New file.
3572 * libc/stdlib/__call_atexit.c: New file.
3573 * libc/stdlib/atexit.h: Remove old definitions. Add new.
3574 * libc/stdlib/atexit.c (atexit): Use __register_exitproc.
3575 * libc/stdlib/cxa_atexit.c: New file.
3576 * libc/stdlib/cxa_finalize.c: New file.
3577 * libc/stdlib/exit.c (exit): Use __call_exitprocs.
3578 * libc/stdlib/on_exit.c (on_exit): Use __register_exitproc.
3579 2004-09-09 Jeff Johnston <jjohnstn@redhat.com>
3580 * libc/reent/reent.c [_REENT_SMALL]: Fix reference to
3581 _on_exit_args_ptr.
3582
3583 2004-08-23 Jeff Johnston <jjohnstn@redhat.com>
3584
3585 * libc/include/sys/unistd.h (getpass): Change prototype to use
3586 const instead of __const.
3587
3588 2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
3589
3590 * libc/stdio/vfscanf.c (_NO_LONGLONG): Move out of FLOATING_POINT
3591 #if.
3592
3593 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
3594
3595 * libc/sys/linux/sys/types.h (u64): New typedef to allow building
3596 on linux systems with glibc 2.3.3 installed.
3597 * libc/sys/linux/dl/dl-runtime.c: Fix prototypes for fixup and
3598 profile_fixup so newlib can build on fc3 system.
3599
3600 2004-07-30 Alexandre Oliva <aoliva@redhat.com>
3601
3602 Introduce SH2a support.
3603 2004-03-16 Corinna Vinschen <vinschen@redhat.com>
3604 * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS for
3605 __SH2A_SINGLE_ONLY__, too.
3606 * libc/machine/sh/asm.h: Define DELAYED_BRANCHES for __SH2A__, too.
3607 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
3608 * libc/sys/sh/crt0.S (start_l): Support sh2a-nofpu. Fix comments.
3609 2004-02-10 DJ Delorie <dj@redhat.com>
3610 * libc/sys/sh/crt0.S (start_l): Support sh2a.
3611
3612 2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
3613
3614 * libc/time/strptime.c: Correct full-name of "March" typo.
3615
3616 2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>
3617
3618 * configure.host (h8300*-*-*): Default long long printing support.
3619
3620 2004-07-16 Jeff Johnston <jjohnstn@redhat.com>
3621
3622 * libc/stdio/fvwrite.c (_sfvwrite): For asprintf family
3623 calls, if realloc fails, free up buffer as it is no longer
3624 used.
3625
3626 2004-07-07 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
3627
3628 * libc/iconv/iconv.tex: Updated to represent recent changes.
3629 * libc/iconv/lib/iconv.c: Documentation updated.
3630
3631 2004-07-07 Nick Clifton <nickc@redhat.com>
3632
3633 * configure.host (newlib_cflags): Define PREFER_SIZE_OVER_SPEED
3634 for xStormy16.
3635
3636 2004-07-06 Chris Demetriou <cgd@broadcom.com>
3637
3638 * configure.host (mips*-*-elf*): Default long long printing
3639 support.
3640
3641 2004-07-05 Jeff Johnston <jjohnstn@redhat.com>
3642
3643 * libc/Makefile.am (libc.dvi): Add target and specify
3644 same dependencies as libc.info.
3645 * libc/Makefile.in: Regenerated.
3646 * libm/Makefile.am (libm.dvi): Add target and specify
3647 same dependencies as libm.info.
3648 * libm/Makefile.in: Regenerated.
3649
3650 2004-06-29 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
3651
3652 * acinclude.m4: Move --enable-newlib-iconv option back here.
3653 * configure.in: Remove --enable-newlib-iconv option. Don't
3654 tie iconv support to --enable-newlib-mb.
3655 * aclocal.m4: Regenerated.
3656 * configure: Ditto.
3657 * doc/aclocal.m4, doc/configure: Ditto.
3658 * iconvdata/aclocal.m4, iconvdata/configure: Ditto.
3659 * libm/*/aclocal.m4: Ditto.
3660 * libm/*/configure: Ditto.
3661 * libc/*/aclocal.m4: Ditto.
3662 * libc/*/configure: Ditto.
3663
3664 2004-06-25 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
3665
3666 * acinclude.m4: Move iconv options into configure.in.
3667 * aclocal.m4: Regenerated.
3668 * configure: Ditto.
3669 * configure.in: Add iconv options.
3670 * newlib.hin: Add new iconv encodings and remove deleted ones.
3671 * doc/aclocal.m4: Regenerated.
3672 * doc/configure: Ditto.
3673 * iconvdata/aclocal.m4: Ditto.
3674 * iconvdata/configure: Ditto.
3675 * libc/iconv: Design change. New size-optimized ccs format.
3676 * libc/iconv/AUTHORS: Removed.
3677 * libc/iconv/COPYING: Ditto.
3678 * libc/iconv/README.ORIGINAL: Ditto.
3679 * libc/iconv/README.TODO: Ditto.
3680 * libc/iconv/charset.aliases: Ditto.
3681 * libc/iconv/encoding.aliases: New file.
3682 * libc/iconv/Makefile.am: Updated.
3683 * libc/iconv/Makefile.in: Regenerated.
3684 * libc/iconv/iconv.tex: Updated.
3685 * libc/iconv/ccs/Makefile.am: Ditto.
3686 * libc/iconv/ccs/Makefile.in: Regenerated.
3687 * libc/iconv/ccs/big5.c: Updated.
3688 * libc/iconv/ccs/cns11643_plane1.c: Ditto.
3689 * libc/iconv/ccs/cns11643_plane14.c: Ditto.
3690 * libc/iconv/ccs/cns11643_plane2.c: Ditto.
3691 * libc/iconv/ccs/cp775.c: Ditto.
3692 * libc/iconv/ccs/cp850.c: Ditto.
3693 * libc/iconv/ccs/cp852.c: Ditto.
3694 * libc/iconv/ccs/cp855.c: Ditto.
3695 * libc/iconv/ccs/cp866.c: Ditto.
3696 * libc/iconv/ccs/iso_8859_1.c: Ditto.
3697 * libc/iconv/ccs/README.CCS.SOURCES: Removed.
3698 * libc/iconv/ccs/gb_2312_80.c: Ditto.
3699 * libc/iconv/ccs/iconv_mktbl: Ditto.
3700 * libc/iconv/ccs/jis_x0201.c: Ditto.
3701 * libc/iconv/ccs/jis_x0208_1983.c: Ditto.
3702 * libc/iconv/ccs/shift_jis.c: Ditto.
3703 * libc/iconv/ccs/us_ascii.c: Ditto.
3704 * libc/iconv/ccs/ccs.h: New file.
3705 * libc/iconv/ccs/ccsbi.c: Ditto.
3706 * libc/iconv/ccs/ccsbi.h: Ditto.
3707 * libc/iconv/ccs/ccsnames.h: Ditto.
3708 * libc/iconv/ccs/iso_8859_10.c: Ditto.
3709 * libc/iconv/ccs/iso_8859_11.c: Ditto.
3710 * libc/iconv/ccs/iso_8859_13.c: Ditto.
3711 * libc/iconv/ccs/iso_8859_14.c: Ditto.
3712 * libc/iconv/ccs/iso_8859_3.c: Ditto.
3713 * libc/iconv/ccs/iso_8859_6.c: Ditto.
3714 * libc/iconv/ccs/iso_8859_7.c: Ditto.
3715 * libc/iconv/ccs/iso_8859_8.c: Ditto.
3716 * libc/iconv/ccs/iso_8859_9.c: Ditto.
3717 * libc/iconv/ccs/iso_ir_111.c: Ditto.
3718 * libc/iconv/ccs/jis_x0201_1976.c: Ditto.
3719 * libc/iconv/ccs/jis_x0208_1990.c: Ditto.
3720 * libc/iconv/ccs/koi8_ru.c: Ditto.
3721 * libc/iconv/ccs/koi8_uni.c: Ditto.
3722 * libc/iconv/ccs/mktbl.pl: Ditto.
3723 * libc/iconv/ccs/win_1250.c: Ditto.
3724 * libc/iconv/ccs/win_1251.c: Ditto.
3725 * libc/iconv/ccs/win_1252.c: Ditto.
3726 * libc/iconv/ccs/win_1253.c: Ditto.
3727 * libc/iconv/ccs/win_1254.c: Ditto.
3728 * libc/iconv/ccs/win_1255.c: Ditto.
3729 * libc/iconv/ccs/win_1256.c: Ditto.
3730 * libc/iconv/ccs/win_1257.c: Ditto.
3731 * libc/iconv/ccs/win_1258.c: Ditto.
3732 * libc/iconv/ccs/iso_8859_15.c: Updated.
3733 * libc/iconv/ccs/iso_8859_2.c: Ditto.
3734 * libc/iconv/ccs/iso_8859_4.c: Ditto.
3735 * libc/iconv/ccs/iso_8859_5.c: Ditto.
3736 * libc/iconv/ccs/jis_x0212_1990.c: Ditto.
3737 * libc/iconv/ccs/koi8_r.c: Ditto.
3738 * libc/iconv/ccs/koi8_u.c: Ditto.
3739 * libc/iconv/ccs/ksx1001.c: Ditto.
3740 * libc/iconv/ccs/binary/gb_2312_80.cct: Removed.
3741 * libc/iconv/ccs/binary/jis_x0201.cct: Ditto.
3742 * libc/iconv/ccs/binary/shift_jis.cct: Ditto.
3743 * libc/iconv/ccs/binary/us_ascii.cct: Ditto.
3744 * libc/iconv/ccs/binary/jis_x0208_1983.cct: Ditto.
3745 * libc/iconv/ccs/binary/Makefile.am: Updated.
3746 * libc/iconv/ccs/binary/Makefile.in: Regenerated.
3747 * libc/iconv/ccs/binary/big5.cct: Updated.
3748 * libc/iconv/ccs/binary/cns11643_plane1.cct: Ditto.
3749 * libc/iconv/ccs/binary/cns11643_plane14.cct: Ditto.
3750 * libc/iconv/ccs/binary/cns11643_plane2.cct: Ditto.
3751 * libc/iconv/ccs/binary/cp775.cct: Updated.: Ditto.
3752 * libc/iconv/ccs/binary/cp850.cct: Ditto.: Ditto.
3753 * libc/iconv/ccs/binary/cp852.cct: Ditto.: Ditto.
3754 * libc/iconv/ccs/binary/cp855.cct: Ditto.: Ditto.
3755 * libc/iconv/ccs/binary/cp866.cct: Ditto.: Ditto.
3756 * libc/iconv/ccs/binary/iso_8859_1.cct: Ditto.
3757 * libc/iconv/ccs/binary/iso_8859_15.cct: Ditto.
3758 * libc/iconv/ccs/binary/iso_8859_4.cct: Ditto.
3759 * libc/iconv/ccs/binary/iso_8859_5.cct: Ditto.
3760 * libc/iconv/ccs/binary/iso_8859_2.cct: Ditto.
3761 * libc/iconv/ccs/binary/jis_x0212_1990.cct: Ditto.
3762 * libc/iconv/ccs/binary/koi8_r.cct: Ditto.
3763 * libc/iconv/ccs/binary/koi8_u.cct: Ditto.
3764 * libc/iconv/ccs/binary/ksx1001.cct: Ditto.
3765 * libc/iconv/ccs/binary/iso_8859_10.cct: New file.
3766 * libc/iconv/ccs/binary/iso_8859_11.cct: Ditto.
3767 * libc/iconv/ccs/binary/iso_8859_13.cct: Ditto.
3768 * libc/iconv/ccs/binary/iso_8859_14.cct: Ditto.
3769 * libc/iconv/ccs/binary/iso_8859_3.cct: Ditto.
3770 * libc/iconv/ccs/binary/iso_8859_6.cct: Ditto.
3771 * libc/iconv/ccs/binary/iso_8859_7.cct: Ditto.
3772 * libc/iconv/ccs/binary/iso_8859_8.cct: Ditto.
3773 * libc/iconv/ccs/binary/iso_8859_9.cct: Ditto.
3774 * libc/iconv/ccs/binary/iso_ir_111.cct: Ditto.
3775 * libc/iconv/ccs/binary/jis_x0201_1976.cct: Ditto.
3776 * libc/iconv/ccs/binary/jis_x0208_1990.cct: Ditto.
3777 * libc/iconv/ccs/binary/koi8_ru.cct: Ditto.
3778 * libc/iconv/ccs/binary/koi8_uni.cct: Ditto.
3779 * libc/iconv/ccs/binary/win_1250.cct: Ditto.
3780 * libc/iconv/ccs/binary/win_1251.cct: Ditto.
3781 * libc/iconv/ccs/binary/win_1252.cct: Ditto.
3782 * libc/iconv/ccs/binary/win_1253.cct: Ditto.
3783 * libc/iconv/ccs/binary/win_1254.cct: Ditto.
3784 * libc/iconv/ccs/binary/win_1255.cct: Ditto.
3785 * libc/iconv/ccs/binary/win_1256.cct: Ditto.
3786 * libc/iconv/ccs/binary/win_1257.cct: Ditto.
3787 * libc/iconv/ccs/binary/win_1258.cct: Ditto.
3788 * libc/iconv/ces/Makefile.am: Updated.
3789 * libc/iconv/ces/Makefile.in: Regenerated.
3790 * libc/iconv/ces/ucs-2-internal.c: Updated.
3791 * libc/iconv/ces/ucs-4-internal.c: Ditto.
3792 * libc/iconv/ces/utf-16.c: Ditto.
3793 * libc/iconv/ces/utf-8.c: Ditto.
3794 * libc/iconv/ces/cesbi.c: New file.
3795 * libc/iconv/ces/cesbi.h: Ditto.
3796 * libc/iconv/ces/cesdeps.h: Ditto.
3797 * libc/iconv/ces/euc.c: Ditto.
3798 * libc/iconv/ces/mkdeps.pl: Ditto.
3799 * libc/iconv/ces/table-pcs.c: Ditto.
3800 * libc/iconv/ces/table.c: Ditto.
3801 * libc/iconv/ces/ucs-2.c: Ditto.
3802 * libc/iconv/ces/ucs-4.c: Ditto.
3803 * libc/iconv/ces/us-ascii.c: Ditto.
3804 * libc/iconv/ces/euc-jp.c: Removed.
3805 * libc/iconv/ces/euc-kr.c: Ditto.
3806 * libc/iconv/ces/euc-tw.c: Ditto.
3807 * libc/iconv/ces/gb2312.c: Ditto.
3808 * libc/iconv/ces/iso-10646-ucs-2.: Ditto.c
3809 * libc/iconv/ces/iso-10646-ucs-4.c: Ditto.
3810 * libc/iconv/lib/Makefile.am: Updated.
3811 * libc/iconv/lib/Makefile.in: Regenerated.
3812 * libc/iconv/lib/endian.h: Updated.
3813 * libc/iconv/lib/iconv.c: Ditto.
3814 * libc/iconv/lib/local.h: Ditto.
3815 * libc/iconv/lib/aliases.c: Removed.
3816 * libc/iconv/lib/bialiasesi.c: Ditto.
3817 * libc/iconv/lib/biccs.c: Ditto.
3818 * libc/iconv/lib/bices.c: Ditto.
3819 * libc/iconv/lib/ccs.c: Ditto.
3820 * libc/iconv/lib/ces.c: Ditto.
3821 * libc/iconv/lib/ces_euc.c: Ditto.
3822 * libc/iconv/lib/ces_iso2022.c: Ditto.
3823 * libc/iconv/lib/ces_table.c: Ditto.
3824 * libc/iconv/lib/converter.c: Ditto.
3825 * libc/iconv/lib/deps.h: Ditto.
3826 * libc/iconv/lib/loaddata.c: Ditto.
3827 * libc/iconv/lib/aliasesbi.c: New file.
3828 * libc/iconv/lib/aliasesi.c: Ditto.
3829 * libc/iconv/lib/conv.h: Ditto.
3830 * libc/iconv/lib/encnames.h: Ditto.
3831 * libc/iconv/lib/encoding.deps: Ditto.
3832 * libc/iconv/lib/iconvnls.c: Ditto.
3833 * libc/iconv/lib/iconvnls.h: Ditto.
3834 * libc/iconv/lib/nullconv.c: Ditto.
3835 * libc/iconv/lib/ucsconv.c: Ditto.
3836 * libc/iconv/lib/ucsconv.h: Ditto.
3837 * libc/include/iconv.h: Update copyright.
3838 * libc/*/aclocal.m4: Regenerated.
3839 * libc/*/configure: Ditto.
3840 * libm/*/aclocal.m4: Ditto.
3841 * libm/*/configure: Ditto.
3842
3843 2004-06-22 Alexandre Oliva <aoliva@redhat.com>
3844
3845 * libc/include/machine/setjmp.h [__H8300__] (_JBTYPE): Define,
3846 instead of typedefing jmp_buf.
3847
3848 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
3849 * libc/machine/h8300/Makefile.am (lib_a_SOURCES): Add h8sx_strcpy.S.
3850 * libc/machine/h8300/defines.h (LEN): New macro.
3851 * libc/machine/h8300/memcpy.S: Add h8sx version.
3852 * libc/machine/h8300/memset.S: Likewise.
3853 * libc/machine/h8300/strcmp.S: Likewise.
3854 * libc/machine/h8300/setjmp.S: Use h8sx move instructions.
3855 * libc/machine/h8300/h8sx_strcpy.S: New file.
3856 2003-06-30 Richard Sandiford <rsandifo@redhat.com>
3857 * libc/include/machine/ieeefp.h: Extend __H8300S__ handling to
3858 __H8300SX__.
3859 * libc/include/machine/setjmp.h: Likewise.
3860 * libc/include/sys/config.h: Likewise.
3861 * libc/machine/h8300/defines.h: Likewise.
3862 * libc/machine/h8300/setjmp.S: Likewise.
3863 * libc/machine/h8300/strcmp.S: Likewise.
3864 * libc/sys/h8300hms/close.S: Likewise.
3865 * libc/sys/h8300hms/fstat.S: Likewise.
3866 * libc/sys/h8300hms/lseek.S: Likewise.
3867 * libc/sys/h8300hms/read.S: Likewise.
3868 * libc/sys/h8300hms/write.S: Likewise.
3869 * libc/sys/h8300hms/crt0.S: Likewise.
3870 * libc/machine/h8300/setarch.h: Use .h8300sx or .h8300sxn if
3871 __H8300SX__ is defined.
3872 * libc/sys/h8300hms/setarch.h: Likewise.
3873
3874 2004-06-17 Jeff Johnston <jjohnstn@redhat.com>
3875
3876 * libc/include/sys/reent.h (_GLOBAL_REENT): Back
3877 out change which set _GLOBAL_REENT to _global_impure_ptr until
3878 we understand why Cygwin breaks because of it.
3879
3880 2004-06-14 Jeff Johnston <jjohnstn@redhat.com>
3881
3882 * libc/sys/linux/machine/i386/syscall.h: For now, set up
3883 __syscall_return macro for systems with vsyscall.
3884
3885 2004-06-11 Antony King <antony.king@st.com>
3886
3887 * libc/include/sys/_types.h: Include <sys/lock.h> and change
3888 _flock_t to be of type _LOCK_RECURSIVE_T.
3889 * libc/include/sys/reent.h: (_REENT_INIT): Reformat.
3890 (_REENT_INIT_PTR): Ditto. Use memset where appropriate.
3891 (_global_impure_ptr): New declaration.
3892 (_GLOBAL_REENT): Change to be _global_impure_ptr.
3893 * libc/include/sys/stdio.h: Include <sys/lock.h> and
3894 <sys/reent.h>.
3895 (_flockfile)[!_SINGLE_THREAD]: Add code for lock call.
3896 (_funlockfile)[!SINGLE_THREAD]: Ditto.
3897 * libc/reent/impure.c: Set _global_impure_ptr to _impure_ptr.
3898 * libc/stdio/fclose.c: Remove casting of fp lock to
3899 _LOCK_RECURSIVE_T.
3900 * libc/stdio/findfp.c: Ditto.
3901 * libc/stdio/fopen.c: Ditto.
3902 * libc/stdio/freopen.c: Ditto.
3903 * libc/stdio/vfprintf.c: Ditto.
3904 * libc/stdio64/fopen64.c: Ditto.
3905 * libc/stdlib/envlock.c: Add default stubs that use generic
3906 locking code.
3907 * libc/stdlib/mlock.c: Ditto.
3908
3909 Jeff Johnston <jjohnstn@redhat.com>
3910 * libc/sys/linux/sys/_types.h (__flock_mutex_t): New subtype.
3911 (_flock_t): Change to be a struct containing a single member
3912 named mutex which is of type __flock_mutex_t.
3913
3914 2004-06-09 Jeff Johnston <jjohnstn@redhat.com>
3915
3916 * libc/sys/linux/Makefile.am: Change siglist.inc to be generated
3917 from /usr/include/asm/signal.h instead of kernel sources. Also
3918 default max to 32 if not found in header file.
3919 * libc/sys/linux/Makefile.in: Regenerated.
3920 * libc/sys/linux/machine/i386/socketcall.h: Fix for Fedora Core 2
3921 systems where __syscall_return is not defined.
3922 * libc/sys/linux/machine/i386/syscall.h: Change for Fedora Core 2
3923 systems to use syscall() function instead of assembler interrupt.
3924
3925 2004-06-09 Toralf Lund <toralf@procaptura.com>
3926
3927 * libc/sys/arm/setjmp.S, libc/sys/arm/access.c: Move
3928 files from libc/sys/arm to libc/machine/arm.
3929 * libc/machine/arm/Makefile.am, libc/machine/arm/Makefile.in: Add
3930 library build support for files moved from libc/sys/arm.
3931 * libc/sys/arm/Makefile.am, libc/sys/arm/Makefile.in: Remove
3932 references to access and setjmp.
3933 * configure.host: Add checks for newlib_may_supply_syscalls to
3934 determine whether or not to use sys/arm directory and use
3935 special compiler flags: ARM_RDI_MONITOR and ARM_RDP_MONITOR.
3936
3937 2004-06-02 Jeff Johnston <jjohnstn@redhat.com>
3938
3939 * libc/stdio/vfscanf.c (__svfscanf_r): For CT_INT conversions,
3940 reset digit flags appropriately after we have discovered "0x".
3941 * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Ditto.
3942
3943 2004-05-27 Jeff Johnston <jjohnstn@redhat.com>
3944
3945 * libc/stdio/vfprintf.c (_VFPRINTF): Move file locking
3946 from here ...
3947 (_VFPRINTF_R): ... to here so all I/O printf routines
3948 are covered.
3949
3950 2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
3951
3952 * libc/search/hash_buf.c: Protect MAX and MIN macros from
3953 redefinition.
3954 * libc/search/hash.c: Ditto.
3955
3956 2004-05-25 Artem B. Bityuckiy <abitytsky@softminecorp.com>
3957
3958 * newlib.hin: (_WANT_IO_POS_ARGS): New define.
3959 (_WANT_IO_LONG_LONG): Ditto.
3960 (_WANT_IO_LONG_DOUBLE): Ditto.
3961 * configure.in: Add new configuration options
3962 --enable-newlib-io-long-long and --enable-newlib-io-long-double
3963 which tie to new defines in newlib.hin.
3964 * configure: Regenerated.
3965 * configure.host: Add checks for new configuration options. Also
3966 fix up check for --enable-newlib-io-pos-args so configuration
3967 option will override any default for a given platform.
3968 Remove defining compiler flags for the _WANT_IO* options.
3969 * libc/stdio/vfprintf.c: Change to use new newlib.hin defines
3970 instead of looking for old compiler flags.
3971 * libc/stdio/vfscanf.c: Ditto.
3972 * libc/stdio/vfieeefp.h: Ditto.
3973 * libc/machine/powerpc/vfprintf.c: Ditto.
3974 * libc/machine/powerpc/vfscanf.c: Ditto.
3975
3976 2004-05-25 Jeff Johnston <jjohnstn@redhat.com>
3977
3978 * testsuite/include/check.h: Add include of <stdio.h>.
3979
3980 2004-05-17 Corinna Vinschen <corinna@vinschen.de>
3981
3982 * libc/include/grp.h: Declare getgrnam_r and getgrgid_r also on Cygwin.
3983
3984 2004-05-11 Artem B. Bityuckiy <abitytsky@softminecorp.com>
3985
3986 * libc/stdio/vfprintf.c (VFPRINTF_R): Use _free_r instead
3987 of free.
3988
3989 2004-05-07 Artem B. Bityuckiy <abitytsky@softminecorp.com>
3990
3991 * libc/stdio/iprintf.c (_iprintf_r): Fix old-style argument
3992 list for reentrant pointer. Call _vfiprintf_r.
3993 * libc/stdio/siprintf.c (_siprintf_r): New function.
3994 * libc/stdio/vfprintf.c (__sbprintf): Add reetrant struct
3995 pointer argument. Change all callers. Call _VFPRINTF_R.
3996 * libc/include/stdio.h (_siprintf_r, _vfiprintf_r): New
3997 prototypes.
3998
3999 2004-05-07 Jeff Johnston <jjohnstn@redhat.com>
4000
4001 * libc/include/sys/param.h: Remove endian info and include
4002 <machine/endian.h> instead.
4003 * libc/include/machine/endian.h: New file.
4004 * libc/include/machine/param.h: Ditto.
4005 * libc/machine/arm/machine/endian.h: Ditto.
4006 * libc/machine/arm/machine/param.h: Ditto.
4007 * libc/sys/arm/sys/param.h: Removed.
4008 * libc/sys/sysvi386/sys/param.h: Ditto.
4009 * libc/sys/rtems/sys/param.h: Modified to include <machine/endian.h>.
4010
4011 2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4012
4013 * libc/stdio/vfprintf.c (_VFPRINTF_R): Set error flag when
4014 multibyte functions return failure for %C, %S, %lc, and %ls
4015 format specifiers.
4016
4017 2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4018
4019 * testsuite/include/check.h (CHECK): Add flush of stdout.
4020
4021 2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4022
4023 * libc/include/stdio.h (_ungetc_r): New prototype.
4024 * libc/stdio/ungetc.c (_ungetc_r): New reentrant function.
4025 (__submore): Add reentrant struct pointer argument.
4026 (ungetc): Change to call _ungetc_r.
4027
4028 2004-04-28 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4029
4030 * libc/stdio/local.h (_fwalk_reent): Specify prototype of
4031 function pointer argument.
4032 * libc/stdio/fwalk.c (_fwalk, _fwalk_reent): Change prototypes
4033 to specify function pointer arguments.
4034 (__fwalk, __fwalk_reent): Ditto.
4035
4036 2004-04-26 Aldy Hernandez <aldyh@redhat.com>
4037
4038 * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Fix typo in
4039 CT_INT case.
4040
4041 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4042
4043 * configure.in: Define _MB_CAPABLE if mb supported.
4044 * configure: Regenerated.
4045 * configure.host: Remove manual setting of MB_CAPABLE compiler
4046 flag.
4047 * newlib.hin: Add _MB_CAPABLE flag.
4048 * libc/ctype/iswalpha.c, libc/ctype/iswblank.c: Include <newlib.h>
4049 and check for _MB_CAPABLE flag instead of MB_CAPABLE.
4050 * libc/ctype/iswcntrl.c, libc/ctype/iswprint.c: Ditto.
4051 * libc/ctype/iswpunct.c, libc/ctype/iswspace.c: Ditto.
4052 * libc/ctype/jp2uc.c: Ditto.
4053 * libc/ctype/towlower.c, libc/ctype/towupper.c: Ditto.
4054 * libc/locale/locale.c: Ditto
4055 * libc/machine/powerpc/vfscanf.c: Ditto
4056 * libc/stdio/vfprintf.c, libc/stdio/vfscanf.c: Ditto
4057 * libc/stdlib/mblen.c: Ditto
4058 * libc/stdlib/mblen_r.c, libc/stdlib/mbrlen.c: Ditto
4059 * libc/stdlib/mbrtowc.c, libc/stdlib/mbsrtowcs.c: Ditto
4060 * libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c: Ditto
4061 * libc/stdlib/mbtowc_r.c, libc/stdlib/wcrtomb.c: Ditto
4062 * libc/stdlib/wcsrtombs.c, libc/stdlib/wcstombs.c: Ditto
4063 * libc/stdlib/wctomb.c, libc/sys/linux/intl/dcigettext.c: Ditto
4064 * libc/sys/linux/intl/explodename.c: Ditto
4065 * libc/sys/linux/intl/finddomain.c: Ditto
4066 * libc/sys/linux/intl/l10nflist.c: Ditto
4067 * libc/sys/linux/intl/loadmsgcat.c: Ditto
4068 * libc/sys/linux/intl/localealias.c: Ditto
4069
4070 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
4071
4072 * libc/machine/powerpc/vfscanf.c (NNZDIGITS): New define.
4073 (__svfscanf_r): In integer conversions, leave out leading zeroes
4074 which are not part of a base prefix.
4075 Keep track of width truncation to fit into buf, not counting left-out
4076 zeroes against width till the truncation has been compensated for.
4077 This is based on Joern's patch of 04/21 for libc/stdio/vfscanf.c.
4078
4079 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
4080
4081 * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes.
4082
4083 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4084
4085 * libc/stdio/asprintf.c libc/stdio/clearerr.c,
4086 libc/stdio/fclose.c libc/stdio/fcloseall.c libc/stdio/fdopen.c,
4087 libc/stdio/feof.c libc/stdio/ferror.c libc/stdio/fflush.c,
4088 libc/stdio/fgetc.c libc/stdio/fgetpos.c libc/stdio/fgets.c,
4089 libc/stdio/fileno.c libc/stdio/findfp.c libc/stdio/fiprintf.c,
4090 libc/stdio/flags.c libc/stdio/fopen.c libc/stdio/fprintf.c,
4091 libc/stdio/fputc.c libc/stdio/fputs.c libc/stdio/fread.c,
4092 libc/stdio/freopen.c libc/stdio/fscanf.c libc/stdio/fseek.c,
4093 libc/stdio/fseeko.c libc/stdio/fsetpos.c libc/stdio/ftell.c,
4094 libc/stdio/ftello.c libc/stdio/fvwrite.c libc/stdio/fwalk.c,
4095 libc/stdio/fwrite.c libc/stdio/getc.c libc/stdio/getc_u.c,
4096 libc/stdio/getchar.c libc/stdio/getchar_u.c,
4097 libc/stdio/getdelim.c libc/stdio/getline.c libc/stdio/gets.c,
4098 libc/stdio/getw.c libc/stdio/iprintf.c libc/stdio/local.h,
4099 libc/stdio/makebuf.c libc/stdio/mktemp.c libc/stdio/perror.c,
4100 libc/stdio/printf.c libc/stdio/putc.c libc/stdio/putc_u.c,
4101 libc/stdio/putchar.c libc/stdio/putchar_u.c libc/stdio/puts.c,
4102 libc/stdio/putw.c libc/stdio/refill.c libc/stdio/remove.c,
4103 libc/stdio/rename.c libc/stdio/rewind.c libc/stdio/rget.c,
4104 libc/stdio/scanf.c libc/stdio/setbuf.c libc/stdio/setbuffer.c,
4105 libc/stdio/setlinebuf.c libc/stdio/setvbuf.c,
4106 libc/stdio/siprintf.c libc/stdio/snprintf.c,
4107 libc/stdio/sprintf.c libc/stdio/sscanf.c libc/stdio/stdio.c,
4108 libc/stdio/tmpfile.c libc/stdio/tmpnam.c libc/stdio/ungetc.c,
4109 libc/stdio/vasprintf.c libc/stdio/vfieeefp.h,
4110 libc/stdio/vfprintf.c libc/stdio/vfscanf.c,
4111 libc/stdio/vprintf.c libc/stdio/vscanf.c,
4112 libc/stdio/vsnprintf.c libc/stdio/vsprintf.c,
4113 libc/stdio/vsscanf.c libc/stdio/wbuf.c,
4114 libc/stdio/wsetup.c: Perform minor formatting changes. Move
4115 copyright notices to top of file, ensure that <_ansi.h> is
4116 included, be consistent with open parentheses, use _DEFUN macro,
4117 include "local.h" where needed, and remove various compiler
4118 warnings.
4119
4120 2004-04-21 J"orn Rennecke <joern.rennecke@superh.com>
4121
4122 * libc/stdio/vfscanf.c (NNZDIGITS): New define.
4123 (__svfscanf_r): In integer conversions, leave out leading zeroes
4124 which are not part of a base prefix.
4125 Keep track of width truncation to fit into buf, not counting left-out
4126 zeroes against width till the truncation has been compensated for.
4127
4128 2004-04-20 Corinna Vinschen <corinna@vinschen.de>
4129
4130 * libc/include/sys/unistd.h (ttyname_r): Add missing comma.
4131
4132 2004-04-20 Corinna Vinschen <corinna@vinschen.de>
4133
4134 * libc/include/sys/unistd.h (ttyname_r): Add declaration for Cygwin.
4135
4136 2004-04-10 Corinna Vinschen <corinna@vinschen.de>
4137
4138 * libc/include/sys/unistd.h (sync): Define void on Cygwin according
4139 to SUSv3.
4140
4141 2004-04-08 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4142
4143 * libc/stdio/fclose.c (_fclose_r): New function.
4144 * libc/stdio/freopen.c (_freopen_r): Call _fclose_r.
4145 * libc/stdio/fcloseall.c (_fcloseall_r): Call _fwalk_reent.
4146 * libc/stdio64/freopen64.c (_freopen64_r): Use _fclose_r.
4147 * libc/include/stdio.h (_fclose_r): New prototype.
4148 * libc/stdio/fopen.c: Fix typo in comment.
4149
4150 2004-04-08 Jeff Johnston <jjohnstn@redhat.com>
4151
4152 * libc/stdio/fwalk.c (_fwalk_reent): New version of _fwalk
4153 to handle _r reentrant functions.
4154
4155 2004-04-08 Eric Christopher <echristo@redhat.com>
4156
4157 * libc/include/machine/setjmp.h: Fix endif locations.
4158
4159 2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4160
4161 * libc/time/strptime.c: Add standard includes to avoid
4162 warning messages at compilation time.
4163
4164 2004-04-01 Jeff Johnston <jjohnstn@redhat.com>
4165
4166 * libc/stdio/vfscanf.c (__svfscanf_r): Add locking/unlocking
4167 of file.
4168
4169 2004-03-30 Jeff Johnston <jjohnstn@redhat.com>
4170
4171 * libc/machine/h8300/Makefile.am: Reformat slightly.
4172 * libc/machine/h8300/Makefile.in: Regenerate.
4173
4174 2004-03-30 Thomas Pfaff <tpfaff@gmx.net>
4175
4176 * libc/stdio/findfp.c (__fp_lock_all): Add call to
4177 __sfp_lock_acquire.
4178 (__fp_unlock_all): Add call to __sfp_lock_release.
4179
4180 2004-03-25 Thomas Pfaff <tpfaff@gmx.net>
4181
4182 * libc/stdio/fclose.c (fclose): Protect file pointer list when
4183 releasing a file.
4184 * libc/stdio/fcloseall.c (_fcloseall_r): Close all files via
4185 fwalk.
4186 * libc/stdio/fdopen.c (_fdopen_r): Add calls to
4187 _flockfile/_funlockfile.
4188 * libc/stdio/findfp.c: Move __sfp_lock. Change __sfp_lock type
4189 to recursive.
4190 Change __lock_acquire/__lock_release calls for __sfp_lock to
4191 __sfp_lock_acquire/__sfp_lock_release throughout.
4192 (std): Make sure that file lock is only initialized once.
4193 (__sfp): Move _file initialization. Initialize file lock.
4194 (__sfp_lock_acquire): New function.
4195 (__sfp_lock_release): Ditto.
4196 (__fp_lock_all): Remove __sfp_lock_acquire call.
4197 (__fp_unlock_all): Remove __sfp_lock_release call.
4198 * libc/stdio/fopen.c (_fopen_r): Protect file pointer list.
4199 Add calls to _flockfile/_funlockfile. Remove
4200 __lock_init_recursive call.
4201 * libc/stdio/freopen.c (_freopen_r): Protect file pointer list.
4202 * libc/stdio/fwalk.c (__fwalk): New static function.
4203 (_fwalk): Protect file pointer list. Use __fwalk to walk through
4204 file pointers.
4205 * libc/stdio/local.h: Add defines for
4206 __sfp_lock_acquire/__sfp_lock_release when
4207 single threaded. Add function prototypes otherwise.
4208 * libc/stdio64/fdopen64.c (_fdopen64_r): Add calls to
4209 _flockfile/_funlockfile.
4210 * libc/stdio/fopen64.c (_fopen64_r): Protect file pointer list.
4211 Add calls to _flockfile/_funlockfile. Remove
4212 __lock_init_recursive call.
4213 * libc/stdio/freopen64.c (_freopen64_r): Protect file pointer
4214 list.
4215
4216 2004-03-25 Jeff Johnston <jjohnstn@redhat.com>
4217
4218 * libc/sys/linux/sys/lock.h: Turn on __USE_GNU flag if not already
4219 defined. Change __LOCK_RECURSIVE_INIT to be __LOCK_INIT_RECURSIVE.
4220 * libc/sys/linux/dl/dl-support.c: Change __LOCK_RECURSIVE_INIT
4221 to be __LOCK_INIT_RECURSIVE.
4222
4223 2004-03-11 Kazu Hirata <kazu@cs.umass.edu>
4224
4225 * libc/sys/h8300hms/Makefile.am (lib_a_SOURCES): Replace
4226 _exit.c with _exit.S.
4227 * libc/sys/h8300hms/Makefile.in: Regenerate.
4228 * libc/sys/h8300hms/_exit.c: Remove.
4229 * libc/sys/h8300hms/_exit.S: New.
4230
4231 2004-03-09 Thomas Pfaff <tpfaff@gmx.net>
4232
4233 * libc/stdio/findfp.c (__sfp): Rename lock to __sfp_lock.
4234 Change __sfp_lock to static global.
4235 (__fp_lock): New static function.
4236 (__fp_unlock): Ditto.
4237 (__fp_lock_all): New function.
4238 (__fp_unlock_all): Ditto.
4239
4240 2004-02-10 Christopher Faylor <cgf@redhat.com>
4241
4242 * libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function.
4243 * libm/mathfp/er_lgamma.c (lgamma): Ditto.
4244 * libm/mathfp/erf_gamma.c (gammaf): Ditto.
4245 * libm/mathfp/erf_lgamma.c (lgammaf): Ditto.
4246
4247 2004-02-09 Christopher Faylor <cgf@redhat.com>
4248
4249 * libc/include/time.h (TIMER_RELTIME): New define.
4250
4251 2004-02-09 Jeff Johnston <jjohnstn@redhat.com>
4252
4253 * libc/stdlib/Makefile.am: Add mallstatsr to LIBADD_OBJS.
4254 * libc/stdlib/Makefile.in: Regenerated.
4255
4256 2004-02-08 Christopher Faylor <cgf@redhat.com>
4257
4258 * libc/include/sys/features.h: Add _POSIX_TIMERS define for __CYGWIN__.
4259 * libc/include/sys/reent.h (__getreent): Protect against possibly being
4260 defined.
4261 * libc/include/sys/unistd.h (fdatasync): Don't define for __CYGWIN__.
4262
4263 2004-02-05 Paul Brook <paul@codesourcery.com>
4264
4265 * libc/include/machine/ieeefp.h[__arm__][__VFP_FP__]: Set
4266 IEEE_{BIG,LITTLE} based on __ARMEL__ flag.
4267
4268 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4269
4270 * NEWS: Update with 1.12.0 info.
4271 * README: Ditto.
4272 * acinclude.m4: Change version number to 1.12.0.
4273 * aclocal.m4: Regenerated.
4274 * configure: Ditto.
4275 * doc/aclocal.m4: Ditto.
4276 * doc/configure: Ditto.
4277 * libc/*/aclocal.m4: Ditto.
4278 * libc/*/configure: Ditto.
4279 * libc/libc.texinfo: Ditto.
4280 * libm/*/aclocal.m4: Ditto.
4281 * libm/*/configure: Ditto.
4282 * libm/libm.texinfo: Ditto.
4283 * libc/sys/linux/shared.ld: Add VERS_1.12.
4284
4285 2004-02-02 Joel Sherrill <joel@oarcorp.com>
4286
4287 * configure.host: Add support for tic4x.
4288 * libc/include/machine/ieeefp.h: Ditto.
4289 * libc/include/machine/setjmp.h: Ditto.
4290 * libc/machine/tic4x/Makefile.am: New file.
4291 * libc/machine/tic4x/configure.in: Ditto.
4292 * libc/machine/tic4x/setjmp.S: Ditto.
4293 * libc/machine/tic4x/aclocal.m4: Generated.
4294 * libc/machine/tic4x/configure: Ditto.
4295 * libc/machine/tic4x/Makefile.in: Ditto.
4296
4297 2004-01-30 Jeff Johnston <jjohnstn@redhat.com>
4298
4299 * libc/stdio/fwalk.c (_fwalk.c): Don't traverse the
4300 file chain on the passed in reentrancy struct if it
4301 is _GLOBAL_REENT.
4302
4303 2004-01-30 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4304 Jeff Johnston <jjohnstn@redhat.com>
4305
4306 * libc/iconv/iconv.tex: Updated with more information.
4307
4308 2004-01-30 Thomas Pfaff <tpfaff@gmx.net>
4309 Jeff Johnston <jjohnstn@redhat.com>
4310
4311 * libc/stdio/fwalk.c (_fwalk): Traverse the given reentrancy
4312 struct for std streams and traverse the global reeentrancy
4313 struct for all other streams.
4314
4315 2004-01-27 Jeff Johnston <jjohnstn@redhat.com>
4316
4317 * libc/stdlib/atexit.c: Protect global atexit list with a
4318 lock when newlib is multithreaded.
4319
4320 2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4321
4322 * configure.in: Add support to generate iconv converter flags
4323 for newlib.h
4324 * newlib.hin: Add iconv converter flags.
4325 * configure: Regenerated.
4326 * libc/Makefile.in: Ditto.
4327 * libc/configure.in: Moved iconv converter parsing logic to
4328 top level newlib configure.in.
4329 * libc/configure: Regenerated.
4330 * libc/iconv/Makefile.in: Ditto.
4331 * libc/iconv/README.TODO
4332 * libc/iconv/charset.aliases: Remove wrong BE aliases for
4333 UCS2/UCS4/UTF8.
4334 * libc/iconv/ccs/Makefile.am: Remove C flag setting now that
4335 newlib.h can be used.
4336 * libc/iconv/ces/Makefile.am: Ditto.
4337 * libc/iconv/lib/Makefile.am: Ditto.
4338 * libc/iconv/ccs/Makefile.in: Regenerated.
4339 * libc/iconv/ces/Makefile.in: Ditto.
4340 * libc/iconv/lib/Makefile.in: Ditto.
4341 * libc/iconv/ccs/README.CCS.SOURCES: Updated.
4342 * libc/iconv/ccs/iconv_mktbl: Don't write junk strings to binaries.
4343 * libc/iconv/ccs/big5.c: Switch to use new underscored flags
4344 defined in newlib.h.
4345 * libc/iconv/ccs/cns11643_plane1.c: Ditto.
4346 * libc/iconv/ccs/cns11643_plane14.c: Ditto.
4347 * libc/iconv/ccs/cns11643_plane2.c: Ditto.
4348 * libc/iconv/ccs/cp775.c: Ditto.
4349 * libc/iconv/ccs/cp850.c: Ditto.
4350 * libc/iconv/ccs/cp852.c: Ditto.
4351 * libc/iconv/ccs/cp855.c: Ditto.
4352 * libc/iconv/ccs/cp866.c: Ditto.
4353 * libc/iconv/ccs/gb_2312_80.c: Ditto.
4354 * libc/iconv/ccs/iso_8859_1.c: Ditto.
4355 * libc/iconv/ccs/iso_8859_15.c: Ditto.
4356 * libc/iconv/ccs/iso_8859_2.c: Ditto.
4357 * libc/iconv/ccs/iso_8859_4.c: Ditto.
4358 * libc/iconv/ccs/iso_8859_5.c: Ditto.
4359 * libc/iconv/ccs/jis_x0201.c: Ditto.
4360 * libc/iconv/ccs/jis_x0208_1983.c: Ditto.
4361 * libc/iconv/ccs/jis_x0212_1990.c: Ditto.
4362 * libc/iconv/ccs/koi8_r.c: Ditto.
4363 * libc/iconv/ccs/koi8_u.c: Ditto.
4364 * libc/iconv/ccs/ksx1001.c: Ditto.
4365 * libc/iconv/ccs/shift_jis.c: Ditto.
4366 * libc/iconv/ccs/us_ascii.c: Ditto.
4367 * libc/iconv/ccs/binary/big5.cct: Newly generated.
4368 * libc/iconv/ccs/binary/cns11643_plane1.cct: Ditto.
4369 * libc/iconv/ccs/binary/cns11643_plane14.cct: Ditto.
4370 * libc/iconv/ccs/binary/cns11643_plane2.cct: Ditto.
4371 * libc/iconv/ccs/binary/cp775.cct: Ditto.
4372 * libc/iconv/ccs/binary/cp850.cct: Ditto.
4373 * libc/iconv/ccs/binary/cp852.cct: Ditto.
4374 * libc/iconv/ccs/binary/cp855.cct: Ditto.
4375 * libc/iconv/ccs/binary/cp866.cct: Ditto.
4376 * libc/iconv/ccs/binary/gb_2312_80.cct: Ditto.
4377 * libc/iconv/ccs/binary/iso_8859_1.cct: Ditto.
4378 * libc/iconv/ccs/binary/iso_8859_15.cct: Ditto.
4379 * libc/iconv/ccs/binary/iso_8859_2.cct: Ditto.
4380 * libc/iconv/ccs/binary/iso_8859_4.cct: Ditto.
4381 * libc/iconv/ccs/binary/iso_8859_5.cct: Ditto.
4382 * libc/iconv/ccs/binary/jis_x0201.cct: Ditto.
4383 * libc/iconv/ccs/binary/jis_x0208_1983.cct: Ditto.
4384 * libc/iconv/ccs/binary/jis_x0212_1990.cct: Ditto.
4385 * libc/iconv/ccs/binary/koi8_r.cct: Ditto.
4386 * libc/iconv/ccs/binary/koi8_u.cct: Ditto.
4387 * libc/iconv/ccs/binary/ksx1001.cct: Ditto.
4388 * libc/iconv/ccs/binary/shift_jis.cct: Ditto.
4389 * libc/iconv/ccs/binary/us_ascii.cct: Ditto.
4390 * libc/iconv/lib/bialiasesi.c: Sync with charset.aliases.
4391 * libc/iconv/ces/euc-jp.c: Use newlib.h macros.
4392 * libc/iconv/ces/euc-kr.c: Ditto.
4393 * libc/iconv/ces/euc-tw.c: Ditto.
4394 * libc/iconv/ces/gb2312.c: Ditto.
4395 * libc/iconv/ces/iso-10646-ucs-2.c: Ditto.
4396 * libc/iconv/ces/iso-10646-ucs-4.c: Ditto.
4397 * libc/iconv/ces/ucs-2-internal.c: Ditto.
4398 * libc/iconv/ces/ucs-4-internal.c: Ditto.
4399 * libc/iconv/ces/utf-16.c: Ditto.
4400 * libc/iconv/ces/utf-8.c: Ditto.
4401 * libc/iconv/lib/aliases.c: Ditto.
4402 * libc/iconv/lib/biccs.c: Ditto.
4403 * libc/iconv/lib/bices.c: Ditto.
4404 * libc/iconv/lib/ccs.c: Ditto.
4405 * libc/iconv/lib/ces.c: Ditto.
4406 * libc/iconv/lib/ces_euc.c: Ditto.
4407 * libc/iconv/lib/ces_iso2022.c: Ditto.
4408 * libc/iconv/lib/ces_table.c: Ditto.
4409 * libc/iconv/lib/converter.c: Ditto.
4410 * libc/iconv/lib/deps.h: Ditto.
4411 * libc/iconv/lib/endian.h: Ditto.
4412 * libc/iconv/lib/iconv.c: Ditto.
4413 * libc/iconv/lib/loaddata.c: Ditto.
4414 * libc/iconv/lib/local.h: Include newlib.h.
4415 * libc/argz/Makefile.in: Regenerated.
4416 * libc/ctype/Makefile.in: Ditto.
4417 * libc/errno/Makefile.in: Ditto.
4418 * libc/iconv/ccs/binary/Makefile.in: Ditto.
4419 * libc/locale/Makefile.in: Ditto.
4420 * libc/misc/Makefile.in: Ditto.
4421 * libc/posix/Makefile.in: Ditto.
4422 * libc/reent/Makefile.in: Ditto.
4423 * libc/search/Makefile.in: Ditto.
4424 * libc/signal/Makefile.in: Ditto.
4425 * libc/stdio/Makefile.in: Ditto.
4426 * libc/stdio64/Makefile.in: Ditto.
4427 * libc/stdlib/Makefile.in: Ditto.
4428 * libc/string/Makefile.in: Ditto.
4429 * libc/syscalls/Makefile.in: Ditto.
4430 * libc/time/Makefile.in: Ditto.
4431 * libc/unix/Makefile.in: Ditto.
4432 * testsuite/newlib.iconv/iconv.exp: New file.
4433 * testsuite/newlib.iconv/iconvjp.c: Ditto.
4434 * testsuite/newlib.iconv/iconvnm.c: Ditto.
4435 * testsuite/newlib.iconv/iconvru.c: Ditto.
4436
4437 2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4438
4439 * acinclude.m4 (--enable-newlib-iconv): New configuration option.
4440 (--enable-newlib-builtin-converters): Ditto.
4441 * configure.in: Add code to set _ICONV_ENABLED flag.
4442 Set _MB_LEN_MAX to 1 if not mb enabled.
4443 * configure: Regenerated.
4444 * aclocal.m4: Ditto.
4445 * Makefile.in: Ditto.
4446 * newlib.hin: Add _ICONV_ENABLED flag.
4447 * libc/Makefile.am: Add support for iconv.
4448 * libc/configure.in: Ditto.
4449 * libc/Makefile.in: Regenerated.
4450 * libc/aclocal.m4: Ditto.
4451 * libc/configure: Ditto.
4452 * libc/libc.texinfo: Add iconv documentation.
4453 * libc/iconv/AUTHORS, libc/iconv/COPYING, libc/iconv/Makefile.am,
4454 libc/iconv/Makefile.in, libc/iconv/README.ORIGINAL,
4455 libc/iconv/README.TODO, libc/iconv/charset.aliases,
4456 libc/iconv/iconv.tex, libc/iconv/ccs/Makefile.am,
4457 libc/iconv/ccs/Makefile.in, libc/iconv/ccs/README.CCS.SOURCES,
4458 libc/iconv/ccs/big5.c, libc/iconv/ccs/cns11643_plane1.c,
4459 libc/iconv/ccs/cns11643_plane14.c, libc/iconv/ccs/cns11643_plane2.c,
4460 libc/iconv/ccs/cp775.c, libc/iconv/ccs/cp850.c,
4461 libc/iconv/ccs/cp852.c, libc/iconv/ccs/cp855.c,
4462 libc/iconv/ccs/cp866.c, libc/iconv/ccs/gb_2312_80.c,
4463 libc/iconv/ccs/iconv_mktbl, libc/iconv/ccs/iso_8859_1.c,
4464 libc/iconv/ccs/iso_8859_15.c, libc/iconv/ccs/iso_8859_2.c,
4465 libc/iconv/ccs/iso_8859_4.c, libc/iconv/ccs/iso_8859_5.c,
4466 libc/iconv/ccs/jis_x0201.c, libc/iconv/ccs/jis_x0208_1983.c,
4467 libc/iconv/ccs/jis_x0212_1990.c, libc/iconv/ccs/koi8_r.c,
4468 libc/iconv/ccs/koi8_u.c, libc/iconv/ccs/ksx1001.c,
4469 libc/iconv/ccs/shift_jis.c, libc/iconv/ccs/us_ascii.c,
4470 libc/iconv/ccs/binary/Makefile.am, libc/iconv/ccs/binary/Makefile.in,
4471 libc/iconv/ccs/binary/big5.cct,
4472 libc/iconv/ccs/binary/cns11643_plane1.cct,
4473 libc/iconv/ccs/binary/cns11643_plane14.cct,
4474 libc/iconv/ccs/binary/cns11643_plane2.cct,
4475 libc/iconv/ccs/binary/cp775.cct, libc/iconv/ccs/binary/cp850.cct,
4476 libc/iconv/ccs/binary/cp852.cct, libc/iconv/ccs/binary/cp855.cct,
4477 libc/iconv/ccs/binary/cp866.cct, libc/iconv/ccs/binary/gb_2312_80.cct,
4478 libc/iconv/ccs/binary/iso_8859_1.cct,
4479 libc/iconv/ccs/binary/iso_8859_15.cct,
4480 libc/iconv/ccs/binary/iso_8859_2.cct,
4481 libc/iconv/ccs/binary/iso_8859_4.cct,
4482 libc/iconv/ccs/binary/iso_8859_5.cct,
4483 libc/iconv/ccs/binary/jis_x0201.cct,
4484 libc/iconv/ccs/binary/jis_x0208_1983.cct,
4485 libc/iconv/ccs/binary/jis_x0212_1990.cct,
4486 libc/iconv/ccs/binary/koi8_r.cct, libc/iconv/ccs/binary/koi8_u.cct,
4487 libc/iconv/ccs/binary/ksx1001.cct,
4488 libc/iconv/ccs/binary/shift_jis.cct,
4489 libc/iconv/ccs/binary/us_ascii.cct,
4490 libc/iconv/ces/Makefile.am, libc/iconv/ces/Makefile.in,
4491 libc/iconv/ces/euc-jp.c, libc/iconv/ces/euc-kr.c,
4492 libc/iconv/ces/euc-tw.c, libc/iconv/ces/gb2312.c,
4493 libc/iconv/ces/iso-10646-ucs-2.c, libc/iconv/ces/iso-10646-ucs-4.c,
4494 libc/iconv/ces/ucs-2-internal.c, libc/iconv/ces/ucs-4-internal.c,
4495 libc/iconv/ces/utf-16.c, libc/iconv/ces/utf-8.c,
4496 libc/iconv/lib/Makefile.am, libc/iconv/lib/Makefile.in,
4497 libc/iconv/lib/aliases.c, libc/iconv/lib/bialiasesi.c,
4498 libc/iconv/lib/biccs.c, libc/iconv/lib/bices.c,
4499 libc/iconv/lib/ccs.c, libc/iconv/lib/ces.c,
4500 libc/iconv/lib/ces_euc.c, libc/iconv/lib/ces_iso2022.c,
4501 libc/iconv/lib/ces_table.c, libc/iconv/lib/converter.c,
4502 libc/iconv/lib/deps.h, libc/iconv/lib/endian.h,
4503 libc/iconv/lib/iconv.c, libc/iconv/lib/loaddata.c,
4504 libc/iconv/lib/local.h, libc/include/iconv.h: New files.
4505 * libc/sys/linux/include/iconv.h: Ditto.
4506 * libc/include/sys/_types.h (_iconv_t): Added.
4507 * doc/aclocal.m4: Regenerated.
4508 * doc/configure: Ditto.
4509 * doc/Makefile.in: Ditto.
4510 * iconvdata/Makefile.in: Ditto.
4511 * iconvdata/aclocal.m4: Ditto.
4512 * iconvdata/configure: Ditto.
4513 * libc/*aclocal.m4: Ditto.
4514 * libc/*Makefile.in: Ditto.
4515 * libc/*configure: Ditto.
4516 * libm/*aclocal.m4: Ditto.
4517 * libm/*Makefile.in: Ditto.
4518 * libm/*configure: Ditto.
4519
4520 2004-01-22 Thomas Pfaff <tpfaff@gmx.net>
4521
4522 * libc/stdio/findfp.c (__sfp): Protect global FILE pointer list
4523 by a lock when newlib is multithreaded.
4524
4525 2004-01-21 Jeff Johnston <jjohnstn@redhat.com>
4526
4527 * libc/stdlib/mbrtowc.c (_mbrtowc_r): Fix case where s is null
4528 pointer to match C99 spec.
4529 * libc/stdlib/mbsrtowcs.c (_mbsrtowc_r): Fix to ignore len when
4530 dst is NULL. Also fix to not alter src pointer when dst is NULL
4531 and call _mbrtowc_r instead of _mbtowc_r.
4532 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Call _wcrtomb_r instead
4533 of _wctomb_r.
4534
4535 2004-01-19 Thomas Pfaff <tpfaff@gmx.net>
4536
4537 * libc/stdio/fclose.c (fclose): Release FILE as the last step.
4538 * libc/stdio/freopen.c (freopen): Ditto.
4539
4540 2004-01-16 Christopher Faylor <cgf@redhat.com>
4541
4542 * libc/stdio/vfprintf.c: Add sys/lock.h include.
4543
4544 2004-01-16 Thomas Pfaff <tpfaff@gmx.net>
4545
4546 * libc/stdio/findfp.c (__sfp): Remove unnecessary memset.
4547 * libc/stdio/vfprintf.c (__sbprintf): Ditto.
4548 Add calls to __lock_init_recursive and __lock_close_recursive
4549 instead.
4550
4551 2004-01-15 Thomas Pfaff <tpfaff@gmx.net>
4552
4553 * libc/stdio/fclose.c: Include sys/lock.h.
4554 (fclose): Destroy lock when file is closed.
4555 * libc/stdio/findfp.c (__sfp): Initialize file pointers _lock
4556 member.
4557 * libc/stdio/freopen.c: Include sys/lock.h.
4558 (_freopen_r): Destroy lock when file is closed.
4559 * libc/stdio/vfprintf.c (__sbprintf): Initialize file pointers
4560 _lock member.
4561
4562 2004-01-08 Joel Sherrill <joel@oarcorp.com>
4563
4564 * libc/ctype/iswctype.c, include/sys/reent.h, libc/stdlib/a64l.c:
4565 Remove warnings.
4566
4567 2004-01-08 Joel Sherrill <joel@oarcorp.com>
4568
4569 * libc/sys/rtems/sys/queue.h: New file.
4570 * libc/include/sys/signal.h: Reflect renumbering of signals to
4571 fit into 32-bit mask.
4572 * libc/include/sys/unistd.h: Add fdatasync() prototype.
4573 * libc/sys/rtems/crt0.c: Add more symbols which may be implicitly
4574 required. In particular, add the reentrant variants of libc calls.
4575 * libc/sys/rtems/sys/dirent.h: Add scandir() prototype.
4576
4577 2004-01-06 Mark Mitchell <mark@codesourcery.com>
4578
4579 * libc/sys/arm/syscalls.c (unistd.h): Include it.
4580 (remap_handle): Use STDIN_FILENO instead of __sfileno(stdin).
4581 Similarly for stdout and stderr.
4582
4583 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
4584
4585 * libc/libc.texinfo: Correct escape character for @ sign
4586 so file will be processed by make info. Update copyright years.
4587 * libm/libm.texinfo: Ditto.
4588
4589 2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
4590
4591 * libc/include/sys/stat.h: No longer include stat-dj.h.
4592 * libc/include/sys/stat-dj.h: Removed.
4593
4594 2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
4595
4596 * libc/include/wchar.h: Include <sys/reent.h>.
4597
4598 2003-12-05 Christopher Faylor <cgf@redhat.com>
4599
4600 * libc/stdlib/mbrlen.c: Change include order to prevent compiler errors
4601 when defining _mbrtowc.
4602 * libc/stdlib/mbsinit.c: Ditto.
4603 * libc/stdlib/mbsrtowcs.c: Ditto.
4604 * libc/stdlib/wcrtomb.c: Ditto.
4605 * libc/stdlib/wcsrtombs.c: Ditto.
4606 * libc/stdlib/wctob.c: Ditto.
4607
4608 2003-12-05 Christopher Faylor <cgf@redhat.com>
4609
4610 * libc/stdlib/mbrlen.c: Change include order to prevent compiler
4611 errors when defining _mbrtowc.
4612 * libc/stdlib/mbsinit.c: Ditto.
4613 * libc/stdlib/mbsrtowcs.c: Ditto.
4614
4615 2003-12-05 Christopher Faylor <cgf@redhat.com>
4616
4617 * libc/stdlib/mbrtowc.c: Change include order to prevent compiler
4618 errors when defining _mbrtowc.
4619
4620 2003-12-04 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4621
4622 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use _r versions
4623 of mb routines for %lc and %ls support.
4624 * libc/stdio/vfscanf.c (_svfscanf_r): Add %lc, %C,
4625 %ls, and %S support. Remove CYGNUS_NEC markers and
4626 code within.
4627
4628 2003-12-04 Jeff Johnston <jjohnstn@redhat.com>
4629
4630 * libc/include/wchar.h: Add prototypes for _mbrtowc_r,
4631 _wcrtomb_r, and _wcsrtombs_r.
4632
4633 2003-12-01 Corinna Vinschen <corinna@vinschen.de>
4634
4635 * libc/include/sys/fcntl.h: Don't define struct flock when on
4636 Cygwin. This is done in winsup/cygwin/include/cygwin/types.h now.
4637
4638 2003-11-28 Christopher Faylor <cgf@redhat.com>
4639
4640 * libc/include/sys/signal.h: Use system specific signal file when
4641 building on cygwin.
4642
4643 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
4644
4645 * libc/include/stdlib.h (_atoi_r): New prototype.
4646 * libc/stdlib/atoi.c (_atoi_r): New reentrant function.
4647
4648 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
4649
4650 * libc/include/stdlib.h (_atoll_r, _atol_r): New prototypes.
4651 * libc/stdlib/atol.c (_atol_r): New reentrant function.
4652 * libc/stdlib/atoll.c (_atoll_r): Ditto.
4653
4654 2003-11-27 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4655 Jeff Johnston <jjohnstn@redhat.com>
4656
4657 * libc/include/stdlib.h (lldiv_t): New type.
4658 (atoll, llabs, lldiv): New prototypes.
4659 * libc/stdlib/Makefile.am: Add support for atoll, llabs, and lldiv.
4660 * libc/stdlib/stdlib.tex: Ditto.
4661 * libc/stdlib/Makefile.in: Regenerated.
4662 * libc/stdlib/atoll.c: New file.
4663 * libc/stdlib/llabs.c: Ditto.
4664 * libc/stdlib/lldiv.c: Ditto.
4665
4666 2003-11-26 Corinna Vinschen <corinna@vinschen.de>
4667
4668 * libc/include/fcntl.h: Declare syscalls only when building newlib.
4669 * libc/include/unistd.h: Ditto.
4670 * libc/include/stat.h: Ditto. Also declare struct stat64.
4671
4672 2003-11-24 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4673
4674 * libc/stdio/vfprintf.c (_VFPRINTF_R): Fix check for 'C' format
4675 specifier to use ch instead of *fmt.
4676
4677 2003-11-21 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4678
4679 * libc/stdio/vfprintf.c (_VFPRINTF_R, get_arg): Move mb-specific
4680 code within checks for MB_CAPABLE. For non-mb-capable platforms,
4681 use simple byte logic.
4682
4683 2003-11-21 Jeff Johnston <jjohnstn@redhat.com>
4684
4685 * libc/stdio/vfscanf.c (__svfscanf_r)[!_NO_LONGDBL]: Don't use
4686 _strtold routine for processing floats and doubles since it
4687 is not as fast as _strtod_r.
4688
4689 2003-11-20 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4690
4691 * libc/machine/h8300/defines.h : Correct pointer register defines
4692 for normal mode.
4693 * libc/machine/h8300/memcpy.S : Use add/sub instead of adds/subs
4694 for normal mode.
4695 * libc/machine/h8300/reg_memcpy.S : Likewise.
4696 * libc/machine/h8300/reg_memset.S : Likewise.
4697 * libc/machine/h8300/strcmp.S : Likewise.
4698
4699 2003-11-19 Nicholas Wourms <nwourms@netscape.net>
4700
4701 * configure.host: Enable positional arguments for printf
4702 family for Cygwin.
4703 * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove extraneous
4704 pointer reference for quad_ptr_t.
4705
4706 2003-11-19 Jeff Johnston <jjohnstn@redhat.com>
4707
4708 * libc/stdio/scanf.c: Don't include local.h more than once.
4709
4710 2003-11-18 Corinna Vinschen <corinna@vinschen.de>
4711
4712 * libc/include/sys/fcntl.h: Declare _open64.
4713 * libc/include/sys/stat.h: Declare _fstat64.
4714 * libc/include/sys/unistd.h: Declare _lseek64.
4715
4716 2003-11-17 Corinna Vinschen <corinna@vinschen.de>
4717
4718 * libc/include/stdlib.h (getprogname): Declare for Cygwin.
4719 (setprogname): Ditto.
4720
4721 2003-11-10 Jeff Johnston <jjohnstn@redhat.com>
4722
4723 * libc/machine/powerpc/ufix64toa.c (_ufix64to_r): Fix shifts
4724 to use (Ebits + 1) which accounts for the sign-bit.
4725
4726 2003-11-07 Jeff Johnston <jjohnstn@redhat.com>
4727
4728 * configure.host: Remove -DLOOSE_KERNEL_NAMES flag for linux
4729 x86 build.
4730 * iconvdata/Makefile.am: Make dependent on newlib's configure.host
4731 and set up default flags to pass to aclocal.
4732 * iconvdata/Makefile.in: Regenerated.
4733 * libc/sys/linux/Makefile.am: Add _ELIX_LEVEL_4 getlogin, getpwnam,
4734 and getpwuid routines.
4735 * libc/sys/linux/Makefile.in: Regenerated.
4736 * libc/sys/linux/getlogin.c: New stub file to allow x86-linux
4737 applications to link with newlib's shared libc library.
4738 * libc/sys/linux/getpwnam.c: Ditto.
4739 * libc/sys/linux/getpwuid.c: Ditto.
4740 * libc/sys/linux/sys/types.h: Include <features.h> and supply types
4741 that were formerly supplied by /usr/include/linux/types.h with
4742 kernel types.
4743 * testsuite/newlib.wctype/twctype.c: Fix testcase to properly
4744 test _ELIX_LEVEL macro.
4745
4746 2003-11-07 Jeff Johnston <jjohnstn@redhat.com>
4747
4748 * libc/stdio/vfprintf.c (_VFPRINTF_R): Fix typos that should be
4749 referring to _NO_LONGLONG macro.
4750
4751 2003-11-06 Jeff Johnston <jjohnstn@redhat.com>
4752
4753 * libc/sys/linux/linuxthreads/td_init.c: Replace function name
4754 in LOG() macro so this will compile on gcc 3.4 and up.
4755 * libc/sys/linux/linuxthreads/td_log.c: Ditto.
4756 * libc/sys/linux/linuxthreads/td_ta_clear_event.c: Ditto.
4757 * libc/sys/linux/linuxthreads/td_ta_delete.c: Ditto.
4758 * libc/sys/linux/linuxthreads/td_ta_enable_stats.c: Ditto.
4759 * libc/sys/linux/linuxthreads/td_ta_event_addr.c: Ditto.
4760 * libc/sys/linux/linuxthreads/td_ta_event_getmsg.c: Ditto.
4761 * libc/sys/linux/linuxthreads/td_ta_get_nthreads.c: Ditto.
4762 * libc/sys/linux/linuxthreads/td_ta_get_ph.c: Ditto.
4763 * libc/sys/linux/linuxthreads/td_ta_get_stats.c: Ditto.
4764 * libc/sys/linux/linuxthreads/td_ta_map_id2thr.c: Ditto.
4765 * libc/sys/linux/linuxthreads/td_ta_map_lwp2thr.c: Ditto.
4766 * libc/sys/linux/linuxthreads/td_ta_new.c: Ditto.
4767 * libc/sys/linux/linuxthreads/td_ta_reset_stats.c: Ditto.
4768 * libc/sys/linux/linuxthreads/td_ta_set_event.c: Ditto.
4769 * libc/sys/linux/linuxthreads/td_ta_setconcurrency.c: Ditto.
4770 * libc/sys/linux/linuxthreads/td_ta_thr_iter.c: Ditto.
4771 * libc/sys/linux/linuxthreads/td_ta_tsd_iter.c: Ditto.
4772 * libc/sys/linux/linuxthreads/td_thr_clear_event.c: Ditto.
4773 * libc/sys/linux/linuxthreads/td_thr_dbresume.c: Ditto.
4774 * libc/sys/linux/linuxthreads/td_thr_dbsuspend.c: Ditto.
4775 * libc/sys/linux/linuxthreads/td_thr_event_enable.c: Ditto.
4776 * libc/sys/linux/linuxthreads/td_thr_event_getmsg.c: Ditto.
4777 * libc/sys/linux/linuxthreads/td_thr_get_info.c: Ditto.
4778 * libc/sys/linux/linuxthreads/td_thr_getfpregs.c: Ditto.
4779 * libc/sys/linux/linuxthreads/td_thr_getgregs.c: Ditto.
4780 * libc/sys/linux/linuxthreads/td_thr_getxregs.c: Ditto.
4781 * libc/sys/linux/linuxthreads/td_thr_getxregsize.c: Ditto.
4782 * libc/sys/linux/linuxthreads/td_thr_set_event.c: Ditto.
4783 * libc/sys/linux/linuxthreads/td_thr_setfpregs.c: Ditto.
4784 * libc/sys/linux/linuxthreads/td_thr_setgregs.c: Ditto.
4785 * libc/sys/linux/linuxthreads/td_thr_setprio.c: Ditto.
4786 * libc/sys/linux/linuxthreads/td_thr_setsigpending.c: Ditto.
4787 * libc/sys/linux/linuxthreads/td_thr_setxregs.c: Ditto.
4788 * libc/sys/linux/linuxthreads/td_thr_sigsetmask.c: Ditto.
4789 * libc/sys/linux/linuxthreads/td_thr_tsd.c: Ditto.
4790 * libc/sys/linux/linuxthreads/td_thr_validate.c: Ditto.
4791
4792 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
4793 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4794
4795 * libc/stdio/vfprintf.c (_VFPRINTF_R): Add support for
4796 %ls, %S, %lc, and %C format specifiers.
4797 (get_arg): Ditto.
4798 * libc/stdio/sprintf.c: Add documentation regarding new
4799 format specifiers added in vfprintf.c.
4800
4801 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
4802
4803 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Numerous fixes
4804 to make code work as specified in standard.
4805
4806 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
4807
4808 * configure.in: Use absolute newlib basedir when forming
4809 CC_FOR_NEWLIB include options.
4810 * configure: Regenerated.
4811
4812 2003-10-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
4813
4814 * libc/string/wcsnlen.c: New file.
4815 * libc/include/wchar.h: Add wcsnlen prototype.
4816 * libc/string/Makefile.am: Add wcsnlen support.
4817 * libc/string/Makefile.in: Regenerated.
4818 * libc/string/wcstrings.tex: Add wcsnlen documentation.
4819
4820 2003-10-22 Richard Sandiford <rsandifo@redhat.com>
4821
4822 * libc/stdlib/exit.c (exit): Handle null _GLOBAL_REENT->_atexits.
4823
4824 2003-10-20 Bob Wilson <bob.wilson@acm.org>
4825
4826 * libc/locale/locale.c: Use double quotes in code.
4827 * libc/locale/locale.tex: Likewise.
4828 * libc/libc.texinfo: Hyphenate "floating-point".
4829 * libc/machine/necv70/necv70.tex: Likewise.
4830 * libc/stdio/sprintf.c: Likewise.
4831 * libc/stdio/sscanf.c: Likewise.
4832 * libc/stdlib/atof.c: Likewise.
4833 * libc/stdlib/ldtoa.c: Fix comment typo.
4834 * libc/stdlib/div.c: Use @ifnottex instead of @ifinfo.
4835 * libc/stdlib/ldiv.c: Likewise.
4836 * libm/common/s_expm1.c: Likewise.
4837 * libm/common/s_ilogb.c: Hyphenate "floating-point". Use "nonzero".
4838 * libm/common/s_infinity: Hyphenate "double- and single-precision".
4839 * libm/common/s_nan.c: Likewise. Also correct the FUNCTION summary.
4840 * libm/common/s_nextafter.c: Fix typo. Hyphenate "double-precision"
4841 and "floating-point".
4842 * libm/common/s_scalbn.c: Correct the FUNCTION summary.
4843 * libm/math/e_pow.c: Fix comment typo.
4844 * libm/math/math.tex: Hyphenate "single-precision" and "floating-point".
4845 * libm/math/s_asinh.c: Use @ifnottex instead of @ifinfo.
4846 * libm/math/s_atan.c: Likewise.
4847 * libm/math/s_frexp.c: Likewise. Also use "nonzero".
4848 * libm/math/s_isnan.c: Hyphenate "single-precision" and
4849 "floating-point". Use "nonzero".
4850 * libm/math/s_ldexp.c: Use @ifnottex instead of @ifinfo.
4851 * libm/math/w_acos.c: Likewise.
4852 * libm/math/w_acosh.c: Likewise.
4853 * libm/math/w_asin.c: Likewise.
4854 * libm/math/w_atan2.c: Likewise.
4855 * libm/math/w_atanh.c: Likewise.
4856 * libm/math/w_cosh.c: Likewise.
4857 * libm/math/w_exp.c: Likewise.
4858 * libm/math/w_exp2.c: Likewise. Add missing @end and missing @tex
4859 version of 2^x in the description.
4860 * libm/math/w_fmod.c: Use @ifnottex instead of @ifinfo.
4861 * libm/math/w_gamma.c: Likewise.
4862 * libm/math/w_hypot.c: Likewise.
4863 * libm/math/w_j0.c: Likewise.
4864 * libm/math/w_sinh.c: Likewise.
4865 * libm/math/w_pow.c: Replace "exp1.0nt" with "exponent".
4866 * libm/mathfp/mathfp.tex: Hyphenate "single-precision" and
4867 "floating-point".
4868 * libm/mathfp/e_acosh.c: Use @ifnottex instead of @ifinfo.
4869 * libm/mathfp/e_atanh.c: Likewise.
4870 * libm/mathfp/e_hypot.c: Likewise.
4871 * libm/mathfp/er_lgamma.c: Likewise.
4872 * libm/mathfp/s_acos.c: Likewise.
4873 * libm/mathfp/s_asine.c: Likewise.
4874 * libm/mathfp/s_asinh.c: Likewise.
4875 * libm/mathfp/s_atan.c: Likewise.
4876 * libm/mathfp/s_atan2.c: Likewise.
4877 * libm/mathfp/s_atangent.c: Likewise.
4878 * libm/mathfp/s_cosh.c: Likewise.
4879 * libm/mathfp/s_exp.c: Likewise.
4880 * libm/mathfp/s_fmod.c: Likewise.
4881 * libm/mathfp/s_frexp.c: Likewise. Also use "nonzero".
4882 * libm/mathfp/s_isnan.c: Hyphenate "single-precision" and
4883 "floating-point". Use "nonzero".
4884 * libm/math/s_pow.c: Replace "exp1.0nt" with "exponent".
4885 * libm/mathfp/s_ldexp.c: Use @ifnottex instead of @ifinfo.
4886 * libm/mathfp/s_sineh.c: Likewise.
4887 * libm/mathfp/w_jn.c: Likewise.
4888
4889 2003-10-15 Alexandre Oliva <aoliva@redhat.com>
4890
4891 * Makefile.am: Add $(MAKE) comments to multido and multiclean
4892 lines, to enable parallel make.
4893 * Makefile.in: Rebuilt.
4894
4895 2003-10-14 Christopher Faylor <cgf@redhat.com>
4896
4897 * libc/time/clock.c: Clarify documentation of return value when no
4898 measurement is available.
4899
4900 2003-09-29 Ian Lance Taylor <ian@wasabisystems.com>
4901
4902 * libm/configure.in: Check libm_machine_dir, not machine_dir.
4903 * libm/configure: Regenerate.
4904 * libm/Makefile.in: Ditto.
4905
4906 2003-09-29 J"orn Rennecke <joern.rennecke@superh.com>
4907
4908 * libc/machine/sh/strncpy.S: New file.
4909 * libc/machine/sh/Makefile.am: Add entry & rule for new file.
4910 * libc/machine/sh/Makefile.in: Regenerate.
4911
4912 2003-09-11 James E Wilson <wilson@specifixinc.com>
4913
4914 * MAINTAINERS: Update my e-mail address.
4915
4916 2003-09-10 Corinna Vinschen <corinna@vinschen.de>
4917
4918 * libc/include/sys/unistd.h: Declare function daemon for Cygwin.
4919
4920 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
4921
4922 * libc/machine/powerpc/fix64.h: Fix typo for _simdldcheck
4923 prototype.
4924 * libc/machine/powerpc/simdldtoa.c: Remove prototype for
4925 _simdldcheck(). Also add unsigned cast for index variable in
4926 for loop using sizeof operators.
4927 * libc/machine/powerpc/strtoufix32.c: Remove unused variable.
4928 * libc/machine/powerpc/strtosfix64.c: Fix call to _simdldcheck.
4929 * libc/machine/powerpc/strtoufix64.c (_strtoufix64_r): Ditto
4930 plus fix shift calculation for determining if there is a
4931 carry from word2.
4932
4933 2003-09-09 Corinna Vinschen <corinna@vinschen.de>
4934
4935 * libc/include/grp.h: Don't define setgrfile, group_from_gid and
4936 setgroupent for Cygwin.
4937
4938 2003-09-05 Jeff Johnston <jjohnstn@redhat.com>
4939
4940 * libc/stdlib/exit.c (exit): Setting of struct _atexit ptr p
4941 is different for _REENT_SMALL than when using regular reent
4942 struct.
4943
4944 2003-09-05 Ben Elliston <bje@wasabisystems.com>
4945
4946 * libc/ctype/wctype.c (_DEFUN): Remove empty default case, as
4947 modern versions of GCC issue a warning.
4948
4949 * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
4950 after continuation characters that induces a warning from modern
4951 versions of GCC.
4952
4953 2003-09-04 Ben Elliston <bje@wasabisystems.com>
4954
4955 * libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards. #ifndef FOO ||
4956 FOO >= 2 is invalid; use #if !defined (FOO) || FOO >= 2 instead.
4957
4958 2003-09-02 Thomas Pfaff <tpfaff@gmx.net>
4959
4960 * libc/stdlib/atexit.c: Rename _REENT to _GLOBAL_REENT throughout.
4961 * libc/stdlib/exit.c : Ditto.
4962 * libc/stdlib/on_exit.c: Ditto.
4963
4964 2003-08-27 Corinna Vinschen <corinna@vinschen.de>
4965
4966 * libc/include/reent.h: Define stat64 as __stat64 when
4967 compiling newlib for Cygwin.
4968
4969 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4970
4971 * libc/include/sys/stat.h[__CYGWIN__]: Only define stat64 as
4972 __stat64 when compiling newlib.
4973
4974 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4975
4976 * libc/include/stdio.h: Allow the io64 function prototypes for
4977 Cygwin when compiling newlib.
4978 * libc/include/sys/stat.h[__CYGWIN__]: Define stat64 as __stat64
4979 to expose the Cygwin struct __stat64 type.
4980 * libc/stdio64/fseeko64.c: Use _fstat64_r and pass a struct stat64
4981 pointer.
4982 * libc/stdio64/tmpfile64.c(_tmpfile64_r): Call _fopen64_r.
4983
4984 2003-08-23 Christopher Faylor <cgf@redhat.com>
4985
4986 * libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r
4987 definition to fseeko64.
4988
4989 2003-08-22 Jeff Johnston <jjohnstn@redhat.com>
4990
4991 * libc/include/sys/reent.h: Add _GLOBAL_REENT macro.
4992 * libc/stdio: Globally remove/replace all references to fp->_data.
4993 Replace with _REENT or _GLOBAL_REENT where appropriate.
4994 * libc/stdio/asprintf.c: Ditto.
4995 * libc/stdio/fclose.c: Ditto.
4996 * libc/stdio/fvwrite.c: Ditto.
4997 * libc/stdio/makebuf.c: Ditto.
4998 * libc/stdio/refill.c: Ditto.
4999 * libc/stdio/local.h: Ditto.
5000 * libc/stdio/setvbuf.c: Ditto.
5001 * libc/stdio/sscanf.c: Ditto.
5002 * libc/stdio/stdio.c: Ditto.
5003 * libc/stdio/ungetc.c: Ditto.
5004 * libc/stdio/vfscanf.c: Ditto.
5005 * libc/stdio/vsscanf.c: Ditto.
5006 * libc/stdio/fopen.c: Ditto. Also use _fseek_r in _fopen_r.
5007 * libc/stdio/vasprintf.c: Ditto. Also call _vfprintf_r directly.
5008 * libc/stdio/vsnprintf.c: Ditto.
5009 * libc/stdio/vsprintf.c: Ditto.
5010 * libc/stdio/fcloseall.c(fcloseall): Use _GLOBAL_REENT macro
5011 instead of _REENT to walk file list.
5012 * libc/stdio/fflush.c: Ditto.
5013 * libc/stdio/fgetpos.c: Add reentrant version and have regular
5014 version call reentrant version with _REENT argument.
5015 * libc/stdio/fsetpos.c: Ditto.
5016 * libc/stdio/fseek.c: Ditto.
5017 * libc/stdio/fseeko.c: Ditto.
5018 * libc/stdio/ftell.c: Ditto.
5019 * libc/stdio/ftello.c: Ditto.
5020 * libc/stdio/freopen.c: Ditto.
5021 * libc/stdio/findfp.c: Use _GLOBAL_REENT pointer when adding
5022 new files to chain. Also use _GLOBAL_REENT pointer for
5023 cleaning up.
5024 * libc/stdio/fiprintf.c: Reformatted to minimize duplicate code.
5025 * libc/stdio/siprintf.c: Ditto.
5026 * libc/stdio/iprintf.c: Ditto.
5027 * libc/stdio/fprintf.c: Ditto.
5028 * libc/stdio/printf.c: Ditto.
5029 * libc/stdio/snprintf.c: Call _vfprintf_r directly.
5030 * libc/stdio/sprintf.c: Ditto.
5031 * libc/stdio/vprintf.c: Ditto. Also add _REENT_ONLY check.
5032 * libc/stdio/rewind.c: Call _fseek_r directly.
5033 * libc/stdio/tmpfile.c: Call _fopen_r and _remove_r directly.
5034 * libc/stdio/vfprintf.c (_VFPRINTF_R): Change _r routines to use
5035 data pointer.
5036 (get_arg): Add extra struct _reent pointer argument.
5037 * libc/stdio64/fgetpos64.c: Add _r versions, remove any reference
5038 to fp->_data.
5039 * libc/stdio64/fopen64.c: Ditto.
5040 * libc/stdio64/freopen64.c: Ditto.
5041 * libc/stdio64/fsetpos64.c: Ditto.
5042 * libc/stdio64/ftello64.c: Ditto.
5043 * libc/stdio64/local64.h: Ditto.
5044 * libc/stdio64/stdio64.c: Ditto.
5045 * libc/stdio64/fseeko64.c: Ditto plus use _fstat_r instead of
5046 _fstat64_r for the meantime.
5047
5048 2003-08-19 Jeff Johnston <jjohnstn@redhat.com>
5049
5050 * libc/stdlib/mallocr.c (mALLOc, rEALLOc, mEMEALIGn): Enhance
5051 overflow detection.
5052
5053 2003-08-13 Aldy Hernandez <aldyh@redhat.com>
5054
5055 * libc/machine/powerpc/machine/stdlib.h: Wrap SPE functions in
5056 extern "C".
5057
5058 2003-08-13 Jeff Johnston <jjohnstn@redhat.com>
5059
5060 * libc/include/math.h: Add prototypes for __signbitf and
5061 __signbitd.
5062
5063 2003-07-31 Jeff Johnston <jjohnstn@redhat.com>
5064
5065 * libc/ctype/iswalpha.c: Fix calls to __jp2uc to pass the
5066 correct type of conversion when dealing with EUCJP or SJIS.
5067 * libc/ctype/iswblank.c: Ditto.
5068 * libc/ctype/iswcntrl.c: Ditto.
5069 * libc/ctype/iswprint.c: Ditto.
5070 * libc/ctype/iswpunct.c: Ditto.
5071 * libc/ctype/iswspace.c: Ditto.
5072 * libc/ctype/towlower.c: Ditto.
5073 * libc/ctype/towupper.c: Ditto.
5074
5075 2003-07-31 Nick Clifton <nickc@redhat.com>
5076
5077 * libc/sys/sysnecv850/crt0.S (_start): Allocate 4 slots on stack
5078 before calling main, in case it saves its argument registers.
5079 Remove reference to deleted v850ea port.
5080 * configure.host: Remove reference to deleted v850ea port.
5081 Do not use -mv850 when building for v850e target. This
5082 prevents the ctbp system register from being initialised.
5083
5084 2003-07-29 Honda Hiroki <hhonda@ipflex.com>
5085
5086 * libc/stdio/vfprintf.c: Set output size to 1 when
5087 we have %f format with precision 0 and # flag not specified.
5088
5089 2003-07-29 Alexandre Oliva <aoliva@redhat.com>
5090
5091 * libc/machine/mn10300/setjmp.S: Never emit both .am33 and
5092 .am33_2.
5093
5094 2003-07-25 Christopher Faylor <cgf@redhat.com>
5095
5096 * libc/stdio64/fdopen64.c: Include sys/lock.h.
5097
5098 2003-07-25 Christopher Faylor <cgf@redhat.com>
5099
5100 * configure.host: Find cygwin include directory, when appropriate.
5101
5102 2003-07-24 Christopher Faylor <cgf@redhat.com>
5103
5104 * libc/stdio64/fdopen64.c: New file.
5105 * libc/stdio64/Makefile.am (LIB_OBJS): Add fdopen64.o
5106 * libc/stdio64/Makefile.in: Regenerate.
5107 * libc/include/stdio.h (fdopen64): Define.
5108 * libc/include/stdio.h (_fdopen64_r): Ditto.
5109
5110 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
5111
5112 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
5113 * libc/include/machine/setjmp.h (_JBLEN, AM33/2.0): Set to 26.
5114 * libc/machine/mn10300/setjmp.S (setjmp, longjmp): Save and
5115 restore callee-saved FP registers.
5116
5117 2003-07-10 J"orn Rennecke <joern.rennecke@superh.com>
5118
5119 * libc/include/sys/unistd.h (ftruncate, truncate): Also declare
5120 for __sh__.
5121 * libc/sys/sh/Makefile.am (lib_a_SOURCES): Add ftruncate.c and
5122 truncate.c.
5123 * libc/sys/sh/Makefile.in: Regenerate.
5124 * libc/sys/sh/sys/syscall.h: (SYS_truncate, SYS_ftruncate): Define.
5125 * libc/sys/sh/ftruncate.c: New file.
5126 * libc/sys/sh/truncate.c: Likewise.
5127
5128 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
5129
5130 * libc/include/math.h (nan, nanf): Update prototype to C99.
5131 * libm/common/s_nan.c (nan): Likewise.
5132 * libm/common/s_nanf.c (nanf, nan): Likewise.
5133 * libc/sys/linux/cmath/math_private.h (nan, nanf): Likewise.
5134
5135 2003-07-07 Jeff Johnston <jjohnstn@redhat.com>
5136
5137 * libc/include/stdbool.h: Removed as this is defined by gcc.
5138
5139 2003-07-03 Shaun Jackman <sjackman@pathwayconnect.com>
5140
5141 * libc/include/stdbool.h: New header file defined by C99.
5142
5143 2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
5144
5145 * libc/include/sys/types.h (int8_t): Make signed.
5146
5147 2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
5148
5149 * libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
5150
5151 2003-06-27 Jose Goncalves <jose.goncalves@inov.pt>
5152
5153 * libc/sys/linux/mq_open.c (mq_open): Only set created flag
5154 on if we actually created the shared memory file exclusively.
5155
5156 2003-06-27 Joe Vornehm <joev@mitre.org>
5157
5158 * libm/common/s_fpclassify.c (__fpclassifyf): Fix
5159 comparisons to account for unsigned internal value w.
5160
5161 2003-06-26 Jeff Johnston <jjohnstn@redhat.com>
5162
5163 * libc/sys/linux/mq_open.c (mq_open): Must allocate rdbuf and
5164 wrbuf for a non-creating open.
5165
5166 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
5167
5168 * libc/machine/h8300/setarch.h: New.
5169 * libc/machine/h8300/memcpy.S: Use it.
5170 * libc/machine/h8300/memset.S: Likewise.
5171 * libc/machine/h8300/reg_memcpy.S: Likewise.
5172 * libc/machine/h8300/reg_memset.S: Likewise.
5173 * libc/machine/h8300/setjmp.S: Likewise.
5174 * libc/machine/h8300/strcmp.S: Likewise.
5175
5176 2003-06-24 Richard Sandiford <rsandifo@redhat.com>
5177
5178 * libc/sys/h8300hms/crt0.S (_start): Fix register sizes in call
5179 to atexit().
5180
5181 2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
5182
5183 * configure.host (iq2000): Add tabs.
5184
5185 2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
5186
5187 * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix macros
5188 to handle latest on_exit change.
5189 * libc/sys/linux/Makefile.am: Remove special compilation
5190 for malloc.c and mcheck.c.
5191 * libc/sys/linux/Makefile.in: Regenerated.
5192 * libc/sys/linux/mntent.c: Add definition of _LIBC flag
5193 after including <features.h>.
5194 * libc/sys/linux/mcheck.c: Ditto.
5195 * libc/sys/linux/malloc.c: Ditto plus define _GNU_SOURCE
5196 for <features.h>.
5197 * libc/sys/linux/intl/Makefile.am: Remove -D_LIBC and
5198 add -DNOT_IN_libc to C flags.
5199 * libc/sys/linux/intl/Makefile.in: Regenerated.
5200 * libc/sys/linux/intl/config.h: Add definition of _LIBC.
5201 * libc/sys/linux/linuxthreads/semaphore.h: Include
5202 <bits/pthreadtypes.h>.
5203 * libc/sys/linux/sys/dirent.h: Define _LIBC and NOT_IN_libc after
5204 including <features.h>.
5205 * libc/sys/linux/sys/lock.h: Ditto.
5206
5207 2003-06-11 Nick Clifton <nickc@redhat.com>
5208
5209 * libc/reent/reent.c (reclaim_reent): Fix typo in code to free
5210 _on_exit_args_ptr.
5211
5212 2003-06-10 Stan Cox <scox@redhat.com>
5213 Anthony Green <green@redhat.com>
5214
5215 * configure.host: Add iq2000 support.
5216 * newlib/libc/include/machine/ieeefp.h: Ditto.
5217 * newlib/libc/include/machine/setjmp.h: Ditto.
5218 * libc/machine/iq2000, libc/machine/iq2000/setjmp.S,
5219 libc/machine/iq2000/aclocal.m4, libc/machine/iq2000/configure,
5220 libc/machine/iq2000/configure.in, libc/machine/iq2000/Makefile.am,
5221 libc/machine/iq2000/Makefile.in: New files.
5222
5223 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
5224
5225 * libc/sys/h8300hms/setarch.h: New file.
5226 * libc/sys/h8300hms/close.S, libc/sys/h8300hms/fstat.S,
5227 libc/sys/h8300hms/lseek.S, libc/sys/h8300hms/open.S,
5228 libc/sys/h8300hms/read.S, libc/sys/h8300hms/stat.S,
5229 libc/sys/h8300hms/write.S, libc/sys/h8300hms/crt0.S: Use it.
5230
5231 2003-06-06 Jeff Johnston <jjohnstn@redhat.com>
5232
5233 * libc/argz/argz_add.c: Change to use _DEFUN macro for function
5234 definition.
5235 * libc/argz/argz_add_sep.c: Ditto.
5236 * libc/argz/argz_append.c libc/argz/argz_count.c: Ditto.
5237 * libc/argz/argz_create.c libc/argz/argz_create_sep.c: Ditto.
5238 * libc/argz/argz_delete.c libc/argz/argz_extract.c: Ditto.
5239 * libc/argz/argz_insert.c libc/argz/argz_next.c: Ditto.
5240 * libc/argz/argz_replace.c libc/argz/argz_stringify.c: Ditto.
5241 * libc/argz/envz_add.c libc/argz/envz_entry.c: Ditto.
5242 * libc/argz/envz_get.c libc/argz/envz_merge.c: Ditto.
5243 * libc/argz/envz_remove.c libc/argz/envz_strip.c: Ditto.
5244 * libc/locale/nl_langinfo.c libc/misc/ffs.c: Ditto.
5245 * libc/posix/closedir.c libc/posix/creat.c: Ditto.
5246 * libc/posix/execl.c libc/posix/execle.c: Ditto.
5247 * libc/posix/execlp.c libc/posix/execve.c: Ditto.
5248 * libc/posix/isatty.c libc/posix/opendir.c: Ditto.
5249 * libc/posix/popen.c libc/posix/readdir.c: Ditto.
5250 * libc/posix/readdir_r.c libc/posix/rewinddir.c: Ditto.
5251 * libc/posix/scandir.c libc/posix/seekdir.c: Ditto.
5252 * libc/posix/telldir.c libc/search/hcreate.c: Ditto.
5253 * libc/search/tdelete.c libc/search/tdestroy.c: Ditto.
5254 * libc/search/tfind.c libc/search/tsearch.c: Ditto.
5255 * libc/search/twalk.c libc/signal/signal.c: Ditto.
5256
5257 2003-06-05 Nick Clifton <nickc@redhat.com>
5258
5259 * libc/include/sys/reent.h (struct _on_exit_args): New
5260 structure containing fields used by the on_exit() function.
5261 (struct _atexit): Include struct _on_exit_args. For
5262 _REENT_SMALL do his via a pointer that is initialised when
5263 needed.
5264 * libc/reent/reent.c (_reclaim_reent): Free the _on_exit_args
5265 structure, if one has been allocated.
5266 * libc/stdlib/atexit.c (atexit): Update indirection to
5267 _fntypes field.
5268 * libc/stdlib/on_exit.c (on_exit): Indirect via the
5269 _on_exit_args structure. For _REENT_SMALL, allocate a
5270 structure if one does not exist.
5271 * libc/stdlib/exit.c (exit): Indirect via the _on_exit_args
5272 structure.
5273
5274 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5275
5276 * libc/sys/linux/net/Makefile.am: Remove extraneous markers.
5277 * libc/sys/linux/net/Makefile.in: Regenerated.
5278
5279 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5280
5281 * libc/reent/execr.c: Use _DEFUN macro for function declaration.
5282 * libc/reent/fcntlr.c: Ditto.
5283 * libc/reent/fstat64r.c: Ditto.
5284 * libc/reent/linkr.c: Ditto.
5285 * libc/reent/lseek64r.c: Ditto.
5286 * libc/reent/lseekr.c: Ditto.
5287 * libc/reent/openr.c: Ditto.
5288 * libc/reent/readr.c: Ditto.
5289 * libc/reent/reent.c: Ditto.
5290 * libc/reent/sbrkr.c: Ditto.
5291 * libc/reent/signalr.c: Ditto.
5292 * libc/reent/signgam.c: Ditto.
5293 * libc/reent/statr.c: Ditto.
5294 * libc/reent/timer.c: Ditto.
5295 * libc/reent/unlinkr.c: Ditto.
5296 * libc/reent/writer.c: Ditto.
5297 * libc/syscalls/sysclose.c: Ditto.
5298 * libc/syscalls/sysexecve.c: Ditto.
5299 * libc/syscalls/sysfcntl.c: Ditto.
5300 * libc/syscalls/sysfork.c: Ditto.
5301 * libc/syscalls/sysfstat.c: Ditto.
5302 * libc/syscalls/sysgetpid.c: Ditto.
5303 * libc/syscalls/sysgettod.c: Ditto.
5304 * libc/syscalls/syskill.c: Ditto.
5305 * libc/syscalls/syslink.c: Ditto.
5306 * libc/syscalls/syslseek.c: Ditto.
5307 * libc/syscalls/sysopen.c: Ditto.
5308 * libc/syscalls/sysread.c: Ditto.
5309 * libc/syscalls/syssbrk.c: Ditto.
5310 * libc/syscalls/sysstat.c: Ditto.
5311 * libc/syscalls/systimes.c: Ditto.
5312 * libc/syscalls/sysunlink.c: Ditto.
5313 * libc/syscalls/syswait.c: Ditto.
5314 * libc/syscalls/syswrite.c: Ditto.
5315
5316 2003-06-03 Till Straumann <strauman@SLAC.Stanford.EDU>
5317
5318 * libc/time/tzset_r.c: Change local variables that are
5319 set via sscanf using the %h format specifier to be unsigned short
5320 instead of int.
5321
5322 2003-05-30 Kelley Cook <kelleycook@wideopenwest.com>
5323
5324 * configure.host: Allow i[34567]86 variant.
5325 * configure.in: Likewise.
5326 * README: Likewise to the docs.
5327 * configure: Regenerated.
5328 * Makefile.in: Ditto.
5329
5330 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5331 Tom Fitzsimmons <fitzsim@redhat.com>
5332
5333 * configure.in: Add iconvdata support for x86 linux.
5334 * configure: Regenerated.
5335 * libc/sys/linux/Makefile.am: Add EL/IX level 3 network, dynamic
5336 library, iconv, and linuxthreads support.
5337 * libc/sys/linux/configure.in: Ditto.
5338 * libc/sys/linux/Makefile.in: Regenerated.
5339 * libc/sys/linux/configure: Ditto.
5340 * iconvdata/EUC-JP.irreversible: New file.
5341 * iconvdata/Makefile.am: Ditto.
5342 * iconvdata/Makefile.in: Ditto.
5343 * iconvdata/SJIS.irreversible: Ditto.
5344 * iconvdata/aclocal.m4: Ditto.
5345 * iconvdata/configure: Ditto.
5346 * iconvdata/configure.in: Ditto.
5347 * iconvdata/dummy.c: Ditto.
5348 * iconvdata/euc-jp.c: Ditto.
5349 * iconvdata/gconv-modules: Ditto.
5350 * iconvdata/jis0201.c: Ditto.
5351 * iconvdata/jis0201.h: Ditto.
5352 * iconvdata/jis0208.c: Ditto.
5353 * iconvdata/jis0208.h: Ditto.
5354 * iconvdata/jis0212.c: Ditto.
5355 * iconvdata/jis0212.h: Ditto.
5356 * iconvdata/sjis.c: Ditto.
5357 * libc/include/errno.h: Protect definition of error_t.
5358 * libc/sys/linux/gethostid.c: New file.
5359 * libc/sys/linux/sethostid.c: Ditto.
5360 * libc/sys/linux/dl/Makefile.am: Ditto.
5361 * libc/sys/linux/dl/Makefile.in: Ditto.
5362 * libc/sys/linux/dl/abi-tag.h: Ditto.
5363 * libc/sys/linux/dl/atomicity.h: Ditto.
5364 * libc/sys/linux/dl/dl-addr.c: Ditto.
5365 * libc/sys/linux/dl/dl-cache.c: Ditto.
5366 * libc/sys/linux/dl/dl-cache.h: Ditto.
5367 * libc/sys/linux/dl/dl-close.c: Ditto.
5368 * libc/sys/linux/dl/dl-debug.c: Ditto.
5369 * libc/sys/linux/dl/dl-deps.c: Ditto.
5370 * libc/sys/linux/dl/dl-dst.h: Ditto.
5371 * libc/sys/linux/dl/dl-error.c: Ditto.
5372 * libc/sys/linux/dl/dl-fini.c: Ditto.
5373 * libc/sys/linux/dl/dl-init.c: Ditto.
5374 * libc/sys/linux/dl/dl-iteratephdr.c: Ditto.
5375 * libc/sys/linux/dl/dl-libc.c: Ditto.
5376 * libc/sys/linux/dl/dl-librecon.h: Ditto.
5377 * libc/sys/linux/dl/dl-load.c: Ditto.
5378 * libc/sys/linux/dl/dl-lookup.c: Ditto.
5379 * libc/sys/linux/dl/dl-lookupcfg.h: Ditto.
5380 * libc/sys/linux/dl/dl-minimal.c: Ditto.
5381 * libc/sys/linux/dl/dl-misc.c: Ditto.
5382 * libc/sys/linux/dl/dl-object.c: Ditto.
5383 * libc/sys/linux/dl/dl-open.c: Ditto.
5384 * libc/sys/linux/dl/dl-osinfo.h: Ditto.
5385 * libc/sys/linux/dl/dl-profile.c: Ditto.
5386 * libc/sys/linux/dl/dl-profstub.c: Ditto.
5387 * libc/sys/linux/dl/dl-reloc.c: Ditto.
5388 * libc/sys/linux/dl/dl-runtime.c: Ditto.
5389 * libc/sys/linux/dl/dl-support.c: Ditto.
5390 * libc/sys/linux/dl/dl-sym.c: Ditto.
5391 * libc/sys/linux/dl/dl-version.c: Ditto.
5392 * libc/sys/linux/dl/dlfcn.h: Ditto.
5393 * libc/sys/linux/dl/do-lookup.h: Ditto.
5394 * libc/sys/linux/dl/do-rel.h: Ditto.
5395 * libc/sys/linux/dl/dynamic-link.h: Ditto.
5396 * libc/sys/linux/dl/kernel-features.h: Ditto.
5397 * libc/sys/linux/dl/ldsodefs.h: Ditto.
5398 * libc/sys/linux/dl/libintl.h: Ditto.
5399 * libc/sys/linux/dl/trusted-dirs.h: Ditto.
5400 * libc/sys/linux/dl/unsecvars.h: Ditto.
5401 * libc/sys/linux/iconv/Makefile.am: Ditto.
5402 * libc/sys/linux/iconv/Makefile.in: Ditto.
5403 * libc/sys/linux/iconv/categories.def: Ditto.
5404 * libc/sys/linux/iconv/dummy-repertoire.c: Ditto.
5405 * libc/sys/linux/iconv/gconv.c: Ditto.
5406 * libc/sys/linux/iconv/gconv_builtin.c: Ditto.
5407 * libc/sys/linux/iconv/gconv_builtin.h: Ditto.
5408 * libc/sys/linux/iconv/gconv_cache.c: Ditto.
5409 * libc/sys/linux/iconv/gconv_charset.h: Ditto.
5410 * libc/sys/linux/iconv/gconv_close.c: Ditto.
5411 * libc/sys/linux/iconv/gconv_conf.c: Ditto.
5412 * libc/sys/linux/iconv/gconv_db.c: Ditto.
5413 * libc/sys/linux/iconv/gconv_dl.c: Ditto.
5414 * libc/sys/linux/iconv/gconv_int.h: Ditto.
5415 * libc/sys/linux/iconv/gconv_open.c: Ditto.
5416 * libc/sys/linux/iconv/gconv_simple.c: Ditto.
5417 * libc/sys/linux/iconv/gconv_trans.c: Ditto.
5418 * libc/sys/linux/iconv/hash-string.h: Ditto.
5419 * libc/sys/linux/iconv/iconv.c: Ditto.
5420 * libc/sys/linux/iconv/iconv.h: Ditto.
5421 * libc/sys/linux/iconv/iconv_charmap.c: Ditto.
5422 * libc/sys/linux/iconv/iconv_close.c: Ditto.
5423 * libc/sys/linux/iconv/iconv_open.c: Ditto.
5424 * libc/sys/linux/iconv/iconvconfig.c: Ditto.
5425 * libc/sys/linux/iconv/iconvconfig.h: Ditto.
5426 * libc/sys/linux/iconv/loadinfo.h: Ditto.
5427 * libc/sys/linux/iconv/localeinfo.h: Ditto.
5428 * libc/sys/linux/iconv/loop.c: Ditto.
5429 * libc/sys/linux/iconv/skeleton.c: Ditto.
5430 * libc/sys/linux/iconv/strtab.c: Ditto.
5431 * libc/sys/linux/include/dl-hash.h: Ditto.
5432 * libc/sys/linux/include/dlfcn.h: Ditto.
5433 * libc/sys/linux/include/fnmatch.h: Ditto.
5434 * libc/sys/linux/include/gconv.h: Ditto.
5435 * libc/sys/linux/include/glob.h: Ditto.
5436 * libc/sys/linux/include/hesiod.h: Ditto.
5437 * libc/sys/linux/include/ifaddrs.h: Ditto.
5438 * libc/sys/linux/include/libc_private.h: Ditto.
5439 * libc/sys/linux/include/link.h: Ditto.
5440 * libc/sys/linux/include/namespace.h: Ditto.
5441 * libc/sys/linux/include/netconfig.h: Ditto.
5442 * libc/sys/linux/include/netdb.h: Ditto.
5443 * libc/sys/linux/include/nsswitch.h: Ditto.
5444 * libc/sys/linux/include/regex.h: Ditto.
5445 * libc/sys/linux/include/resolv.h: Ditto.
5446 * libc/sys/linux/include/rune.h: Ditto.
5447 * libc/sys/linux/include/runetype.h: Ditto.
5448 * libc/sys/linux/include/semaphore.h: Ditto.
5449 * libc/sys/linux/include/setlocale.h: Ditto.
5450 * libc/sys/linux/include/un-namespace.h: Ditto.
5451 * libc/sys/linux/include/wordexp.h: Ditto.
5452 * libc/sys/linux/include/arpa/ftp.h: Ditto.
5453 * libc/sys/linux/include/arpa/inet.h: Ditto.
5454 * libc/sys/linux/include/arpa/nameser.h: Ditto.
5455 * libc/sys/linux/include/arpa/nameser_compat.h: Ditto.
5456 * libc/sys/linux/include/arpa/telnet.h: Ditto.
5457 * libc/sys/linux/include/arpa/tftp.h: Ditto.
5458 * libc/sys/linux/include/net/bpf.h: Ditto.
5459 * libc/sys/linux/include/net/bpf_compat.h: Ditto.
5460 * libc/sys/linux/include/net/bpfdesc.h: Ditto.
5461 * libc/sys/linux/include/net/bridge.h: Ditto.
5462 * libc/sys/linux/include/net/ethernet.h: Ditto.
5463 * libc/sys/linux/include/net/fddi.h: Ditto.
5464 * libc/sys/linux/include/net/if.h: Ditto.
5465 * libc/sys/linux/include/net/if_arc.h: Ditto.
5466 * libc/sys/linux/include/net/if_arp.h: Ditto.
5467 * libc/sys/linux/include/net/if_atm.h: Ditto.
5468 * libc/sys/linux/include/net/if_dl.h: Ditto.
5469 * libc/sys/linux/include/net/if_gif.h: Ditto.
5470 * libc/sys/linux/include/net/if_ieee80211.h: Ditto.
5471 * libc/sys/linux/include/net/if_llc.h: Ditto.
5472 * libc/sys/linux/include/net/if_media.h: Ditto.
5473 * libc/sys/linux/include/net/if_mib.h: Ditto.
5474 * libc/sys/linux/include/net/if_ppp.h: Ditto.
5475 * libc/sys/linux/include/net/if_pppvar.h: Ditto.
5476 * libc/sys/linux/include/net/if_slvar.h: Ditto.
5477 * libc/sys/linux/include/net/if_sppp.h: Ditto.
5478 * libc/sys/linux/include/net/if_stf.h: Ditto.
5479 * libc/sys/linux/include/net/if_tap.h: Ditto.
5480 * libc/sys/linux/include/net/if_tapvar.h: Ditto.
5481 * libc/sys/linux/include/net/if_tun.h: Ditto.
5482 * libc/sys/linux/include/net/if_tunvar.h: Ditto.
5483 * libc/sys/linux/include/net/if_types.h: Ditto.
5484 * libc/sys/linux/include/net/if_var.h: Ditto.
5485 * libc/sys/linux/include/net/if_vlan_var.h: Ditto.
5486 * libc/sys/linux/include/net/intrq.h: Ditto.
5487 * libc/sys/linux/include/net/iso88025.h: Ditto.
5488 * libc/sys/linux/include/net/net_osdep.h: Ditto.
5489 * libc/sys/linux/include/net/netisr.h: Ditto.
5490 * libc/sys/linux/include/net/pfil.h: Ditto.
5491 * libc/sys/linux/include/net/pfkeyv2.h: Ditto.
5492 * libc/sys/linux/include/net/ppp_comp.h: Ditto.
5493 * libc/sys/linux/include/net/ppp_defs.h: Ditto.
5494 * libc/sys/linux/include/net/radix.h: Ditto.
5495 * libc/sys/linux/include/net/raw_cb.h: Ditto.
5496 * libc/sys/linux/include/net/route.h: Ditto.
5497 * libc/sys/linux/include/net/slcompress.h: Ditto.
5498 * libc/sys/linux/include/net/slip.h: Ditto.
5499 * libc/sys/linux/include/net/zlib.h: Ditto.
5500 * libc/sys/linux/include/netinet/icmp6.h: Ditto.
5501 * libc/sys/linux/include/netinet/icmp_var.h: Ditto.
5502 * libc/sys/linux/include/netinet/if_atm.h: Ditto.
5503 * libc/sys/linux/include/netinet/if_ether.h: Ditto.
5504 * libc/sys/linux/include/netinet/igmp.h: Ditto.
5505 * libc/sys/linux/include/netinet/igmp_var.h: Ditto.
5506 * libc/sys/linux/include/netinet/in.h: Ditto.
5507 * libc/sys/linux/include/netinet/in_gif.h: Ditto.
5508 * libc/sys/linux/include/netinet/in_pcb.h: Ditto.
5509 * libc/sys/linux/include/netinet/in_systm.h: Ditto.
5510 * libc/sys/linux/include/netinet/in_var.h: Ditto.
5511 * libc/sys/linux/include/netinet/ip.h: Ditto.
5512 * libc/sys/linux/include/netinet/ip6.h: Ditto.
5513 * libc/sys/linux/include/netinet/ip_dummynet.h: Ditto.
5514 * libc/sys/linux/include/netinet/ip_ecn.h: Ditto.
5515 * libc/sys/linux/include/netinet/ip_encap.h: Ditto.
5516 * libc/sys/linux/include/netinet/ip_flow.h: Ditto.
5517 * libc/sys/linux/include/netinet/ip_fw.h: Ditto.
5518 * libc/sys/linux/include/netinet/ip_icmp.h: Ditto.
5519 * libc/sys/linux/include/netinet/ip_mroute.h: Ditto.
5520 * libc/sys/linux/include/netinet/ip_var.h: Ditto.
5521 * libc/sys/linux/include/netinet/ipprotosw.h: Ditto.
5522 * libc/sys/linux/include/netinet/tcp.h: Ditto.
5523 * libc/sys/linux/include/netinet/tcp_debug.h: Ditto.
5524 * libc/sys/linux/include/netinet/tcp_fsm.h: Ditto.
5525 * libc/sys/linux/include/netinet/tcp_seq.h: Ditto.
5526 * libc/sys/linux/include/netinet/tcp_timer.h: Ditto.
5527 * libc/sys/linux/include/netinet/tcp_var.h: Ditto.
5528 * libc/sys/linux/include/netinet/tcpip.h: Ditto.
5529 * libc/sys/linux/include/netinet/udp.h: Ditto.
5530 * libc/sys/linux/include/netinet/udp_var.h: Ditto.
5531 * libc/sys/linux/include/netinet6/ah.h: Ditto.
5532 * libc/sys/linux/include/netinet6/ah6.h: Ditto.
5533 * libc/sys/linux/include/netinet6/esp.h: Ditto.
5534 * libc/sys/linux/include/netinet6/esp6.h: Ditto.
5535 * libc/sys/linux/include/netinet6/esp_rijndael.h: Ditto.
5536 * libc/sys/linux/include/netinet6/icmp6.h: Ditto.
5537 * libc/sys/linux/include/netinet6/in6.h: Ditto.
5538 * libc/sys/linux/include/netinet6/in6_gif.h: Ditto.
5539 * libc/sys/linux/include/netinet6/in6_ifattach.h: Ditto.
5540 * libc/sys/linux/include/netinet6/in6_pcb.h: Ditto.
5541 * libc/sys/linux/include/netinet6/in6_prefix.h: Ditto.
5542 * libc/sys/linux/include/netinet6/in6_var.h: Ditto.
5543 * libc/sys/linux/include/netinet6/ip6.h: Ditto.
5544 * libc/sys/linux/include/netinet6/ip6_ecn.h: Ditto.
5545 * libc/sys/linux/include/netinet6/ip6_fw.h: Ditto.
5546 * libc/sys/linux/include/netinet6/ip6_mroute.h: Ditto.
5547 * libc/sys/linux/include/netinet6/ip6_var.h: Ditto.
5548 * libc/sys/linux/include/netinet6/ip6protosw.h: Ditto.
5549 * libc/sys/linux/include/netinet6/ipcomp.h: Ditto.
5550 * libc/sys/linux/include/netinet6/ipcomp6.h: Ditto.
5551 * libc/sys/linux/include/netinet6/ipsec.h: Ditto.
5552 * libc/sys/linux/include/netinet6/ipsec6.h: Ditto.
5553 * libc/sys/linux/include/netinet6/mld6_var.h: Ditto.
5554 * libc/sys/linux/include/netinet6/nd6.h: Ditto.
5555 * libc/sys/linux/include/netinet6/pim6.h: Ditto.
5556 * libc/sys/linux/include/netinet6/pim6_var.h: Ditto.
5557 * libc/sys/linux/include/netinet6/raw_ip6.h: Ditto.
5558 * libc/sys/linux/include/netinet6/scope6_var.h: Ditto.
5559 * libc/sys/linux/include/netinet6/tcp6_var.h: Ditto.
5560 * libc/sys/linux/include/netinet6/udp6_var.h: Ditto.
5561 * libc/sys/linux/include/netns/idp.h: Ditto.
5562 * libc/sys/linux/include/netns/idp_var.h: Ditto.
5563 * libc/sys/linux/include/netns/ns.h: Ditto.
5564 * libc/sys/linux/include/netns/ns_error.h: Ditto.
5565 * libc/sys/linux/include/netns/ns_if.h: Ditto.
5566 * libc/sys/linux/include/netns/ns_pcb.h: Ditto.
5567 * libc/sys/linux/include/netns/sp.h: Ditto.
5568 * libc/sys/linux/include/netns/spidp.h: Ditto.
5569 * libc/sys/linux/include/netns/spp_debug.h: Ditto.
5570 * libc/sys/linux/include/netns/spp_timer.h: Ditto.
5571 * libc/sys/linux/include/netns/spp_var.h: Ditto.
5572 * libc/sys/linux/include/rpc/Makefile: Ditto.
5573 * libc/sys/linux/include/rpc/auth.h: Ditto.
5574 * libc/sys/linux/include/rpc/auth_des.h: Ditto.
5575 * libc/sys/linux/include/rpc/auth_kerb.h: Ditto.
5576 * libc/sys/linux/include/rpc/auth_unix.h: Ditto.
5577 * libc/sys/linux/include/rpc/clnt.h: Ditto.
5578 * libc/sys/linux/include/rpc/clnt_soc.h: Ditto.
5579 * libc/sys/linux/include/rpc/clnt_stat.h: Ditto.
5580 * libc/sys/linux/include/rpc/des.h: Ditto.
5581 * libc/sys/linux/include/rpc/des_crypt.h: Ditto.
5582 * libc/sys/linux/include/rpc/nettype.h: Ditto.
5583 * libc/sys/linux/include/rpc/pmap_clnt.h: Ditto.
5584 * libc/sys/linux/include/rpc/pmap_prot.h: Ditto.
5585 * libc/sys/linux/include/rpc/pmap_rmt.h: Ditto.
5586 * libc/sys/linux/include/rpc/raw.h: Ditto.
5587 * libc/sys/linux/include/rpc/rpc.h: Ditto.
5588 * libc/sys/linux/include/rpc/rpc_com.h: Ditto.
5589 * libc/sys/linux/include/rpc/rpc_msg.h: Ditto.
5590 * libc/sys/linux/include/rpc/rpcb_clnt.h: Ditto.
5591 * libc/sys/linux/include/rpc/rpcb_prot.h: Ditto.
5592 * libc/sys/linux/include/rpc/rpcb_prot.x: Ditto.
5593 * libc/sys/linux/include/rpc/rpcent.h: Ditto.
5594 * libc/sys/linux/include/rpc/svc.h: Ditto.
5595 * libc/sys/linux/include/rpc/svc_auth.h: Ditto.
5596 * libc/sys/linux/include/rpc/svc_dg.h: Ditto.
5597 * libc/sys/linux/include/rpc/svc_soc.h: Ditto.
5598 * libc/sys/linux/include/rpc/types.h: Ditto.
5599 * libc/sys/linux/include/rpc/xdr.h: Ditto.
5600 * libc/sys/linux/intl/Makefile.am: Ditto.
5601 * libc/sys/linux/intl/Makefile.in: Ditto.
5602 * libc/sys/linux/intl/bindtextdom.c: Ditto.
5603 * libc/sys/linux/intl/catgets.c: Ditto.
5604 * libc/sys/linux/intl/catgetsinfo.h: Ditto.
5605 * libc/sys/linux/intl/config.h: Ditto.
5606 * libc/sys/linux/intl/dcgettext.c: Ditto.
5607 * libc/sys/linux/intl/dcigettext.c: Ditto.
5608 * libc/sys/linux/intl/dcngettext.c: Ditto.
5609 * libc/sys/linux/intl/dgettext.c: Ditto.
5610 * libc/sys/linux/intl/dngettext.c: Ditto.
5611 * libc/sys/linux/intl/explodename.c: Ditto.
5612 * libc/sys/linux/intl/finddomain.c: Ditto.
5613 * libc/sys/linux/intl/gettext.c: Ditto.
5614 * libc/sys/linux/intl/gettext.h: Ditto.
5615 * libc/sys/linux/intl/gettextP.h: Ditto.
5616 * libc/sys/linux/intl/hash-string.h: Ditto.
5617 * libc/sys/linux/intl/l10nflist.c: Ditto.
5618 * libc/sys/linux/intl/loadinfo.h: Ditto.
5619 * libc/sys/linux/intl/loadmsgcat.c: Ditto.
5620 * libc/sys/linux/intl/locale.alias: Ditto.
5621 * libc/sys/linux/intl/localealias.c: Ditto.
5622 * libc/sys/linux/intl/ngettext.c: Ditto.
5623 * libc/sys/linux/intl/open_catalog.c: Ditto.
5624 * libc/sys/linux/intl/plural.c: Ditto.
5625 * libc/sys/linux/intl/plural.y: Ditto.
5626 * libc/sys/linux/intl/stpcpy.c: Ditto.
5627 * libc/sys/linux/intl/textdomain.c: Ditto.
5628 * libc/sys/linux/linuxthreads/LICENSE: Ditto.
5629 * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
5630 * libc/sys/linux/linuxthreads/Makefile.in: Ditto.
5631 * libc/sys/linux/linuxthreads/aclocal.m4: Ditto.
5632 * libc/sys/linux/linuxthreads/attr.c: Ditto.
5633 * libc/sys/linux/linuxthreads/barrier.c: Ditto.
5634 * libc/sys/linux/linuxthreads/bp-sym.h: Ditto.
5635 * libc/sys/linux/linuxthreads/cancel.c: Ditto.
5636 * libc/sys/linux/linuxthreads/condvar.c: Ditto.
5637 * libc/sys/linux/linuxthreads/config.h: Ditto.
5638 * libc/sys/linux/linuxthreads/configure: Ditto.
5639 * libc/sys/linux/linuxthreads/configure.in: Ditto.
5640 * libc/sys/linux/linuxthreads/defs.awk: Ditto.
5641 * libc/sys/linux/linuxthreads/ecmutex.c: Ditto.
5642 * libc/sys/linux/linuxthreads/events.c: Ditto.
5643 * libc/sys/linux/linuxthreads/getcpuclockid.c: Ditto.
5644 * libc/sys/linux/linuxthreads/getreent.c: Ditto.
5645 * libc/sys/linux/linuxthreads/internals.h: Ditto.
5646 * libc/sys/linux/linuxthreads/join.c: Ditto.
5647 * libc/sys/linux/linuxthreads/joinrace.c: Ditto.
5648 * libc/sys/linux/linuxthreads/kernel-features.h: Ditto.
5649 * libc/sys/linux/linuxthreads/libc-internal.h: Ditto.
5650 * libc/sys/linux/linuxthreads/libc-symbols.h: Ditto.
5651 * libc/sys/linux/linuxthreads/linuxthreads.texi: Ditto.
5652 * libc/sys/linux/linuxthreads/lockfile.c: Ditto.
5653 * libc/sys/linux/linuxthreads/manager.c: Ditto.
5654 * libc/sys/linux/linuxthreads/mq_notify.c: Ditto.
5655 * libc/sys/linux/linuxthreads/mutex.c: Ditto.
5656 * libc/sys/linux/linuxthreads/no-tsd.c: Ditto.
5657 * libc/sys/linux/linuxthreads/oldsemaphore.c: Ditto.
5658 * libc/sys/linux/linuxthreads/posix-timer.h: Ditto.
5659 * libc/sys/linux/linuxthreads/prio.c: Ditto.
5660 * libc/sys/linux/linuxthreads/proc_service.h: Ditto.
5661 * libc/sys/linux/linuxthreads/pt-machine.c: Ditto.
5662 * libc/sys/linux/linuxthreads/ptclock_gettime.c: Ditto.
5663 * libc/sys/linux/linuxthreads/ptclock_settime.c: Ditto.
5664 * libc/sys/linux/linuxthreads/ptfork.c: Ditto.
5665 * libc/sys/linux/linuxthreads/pthread.c: Ditto.
5666 * libc/sys/linux/linuxthreads/ptlongjmp.c: Ditto.
5667 * libc/sys/linux/linuxthreads/queue.h: Ditto.
5668 * libc/sys/linux/linuxthreads/reent.c: Ditto.
5669 * libc/sys/linux/linuxthreads/reqsyscalls.c: Ditto.
5670 * libc/sys/linux/linuxthreads/restart.h: Ditto.
5671 * libc/sys/linux/linuxthreads/rwlock.c: Ditto.
5672 * libc/sys/linux/linuxthreads/semaphore.c: Ditto.
5673 * libc/sys/linux/linuxthreads/semaphore.h: Ditto.
5674 * libc/sys/linux/linuxthreads/shlib-compat.h: Ditto.
5675 * libc/sys/linux/linuxthreads/signals.c: Ditto.
5676 * libc/sys/linux/linuxthreads/specific.c: Ditto.
5677 * libc/sys/linux/linuxthreads/spinlock.c: Ditto.
5678 * libc/sys/linux/linuxthreads/spinlock.h: Ditto.
5679 * libc/sys/linux/linuxthreads/sysctl.c: Ditto.
5680 * libc/sys/linux/linuxthreads/td_init.c: Ditto.
5681 * libc/sys/linux/linuxthreads/td_log.c: Ditto.
5682 * libc/sys/linux/linuxthreads/td_symbol_list.c: Ditto.
5683 * libc/sys/linux/linuxthreads/td_ta_clear_event.c: Ditto.
5684 * libc/sys/linux/linuxthreads/td_ta_delete.c: Ditto.
5685 * libc/sys/linux/linuxthreads/td_ta_enable_stats.c: Ditto.
5686 * libc/sys/linux/linuxthreads/td_ta_event_addr.c: Ditto.
5687 * libc/sys/linux/linuxthreads/td_ta_event_getmsg.c: Ditto.
5688 * libc/sys/linux/linuxthreads/td_ta_get_nthreads.c: Ditto.
5689 * libc/sys/linux/linuxthreads/td_ta_get_ph.c: Ditto.
5690 * libc/sys/linux/linuxthreads/td_ta_get_stats.c: Ditto.
5691 * libc/sys/linux/linuxthreads/td_ta_map_id2thr.c: Ditto.
5692 * libc/sys/linux/linuxthreads/td_ta_map_lwp2thr.c: Ditto.
5693 * libc/sys/linux/linuxthreads/td_ta_new.c: Ditto.
5694 * libc/sys/linux/linuxthreads/td_ta_reset_stats.c: Ditto.
5695 * libc/sys/linux/linuxthreads/td_ta_set_event.c: Ditto.
5696 * libc/sys/linux/linuxthreads/td_ta_setconcurrency.c: Ditto.
5697 * libc/sys/linux/linuxthreads/td_ta_thr_iter.c: Ditto.
5698 * libc/sys/linux/linuxthreads/td_ta_tsd_iter.c: Ditto.
5699 * libc/sys/linux/linuxthreads/td_thr_clear_event.c: Ditto.
5700 * libc/sys/linux/linuxthreads/td_thr_dbresume.c: Ditto.
5701 * libc/sys/linux/linuxthreads/td_thr_dbsuspend.c: Ditto.
5702 * libc/sys/linux/linuxthreads/td_thr_event_enable.c: Ditto.
5703 * libc/sys/linux/linuxthreads/td_thr_event_getmsg.c: Ditto.
5704 * libc/sys/linux/linuxthreads/td_thr_get_info.c: Ditto.
5705 * libc/sys/linux/linuxthreads/td_thr_getfpregs.c: Ditto.
5706 * libc/sys/linux/linuxthreads/td_thr_getgregs.c: Ditto.
5707 * libc/sys/linux/linuxthreads/td_thr_getxregs.c: Ditto.
5708 * libc/sys/linux/linuxthreads/td_thr_getxregsize.c: Ditto.
5709 * libc/sys/linux/linuxthreads/td_thr_set_event.c: Ditto.
5710 * libc/sys/linux/linuxthreads/td_thr_setfpregs.c: Ditto.
5711 * libc/sys/linux/linuxthreads/td_thr_setgregs.c: Ditto.
5712 * libc/sys/linux/linuxthreads/td_thr_setprio.c: Ditto.
5713 * libc/sys/linux/linuxthreads/td_thr_setsigpending.c: Ditto.
5714 * libc/sys/linux/linuxthreads/td_thr_setxregs.c: Ditto.
5715 * libc/sys/linux/linuxthreads/td_thr_sigsetmask.c: Ditto.
5716 * libc/sys/linux/linuxthreads/td_thr_tsd.c: Ditto.
5717 * libc/sys/linux/linuxthreads/td_thr_validate.c: Ditto.
5718 * libc/sys/linux/linuxthreads/testrtsig.h: Ditto.
5719 * libc/sys/linux/linuxthreads/thread_db.h: Ditto.
5720 * libc/sys/linux/linuxthreads/thread_dbP.h: Ditto.
5721 * libc/sys/linux/linuxthreads/timer_create.c: Ditto.
5722 * libc/sys/linux/linuxthreads/timer_delete.c: Ditto.
5723 * libc/sys/linux/linuxthreads/timer_getoverr.c: Ditto.
5724 * libc/sys/linux/linuxthreads/timer_gettime.c: Ditto.
5725 * libc/sys/linux/linuxthreads/timer_routines.c: Ditto.
5726 * libc/sys/linux/linuxthreads/timer_settime.c: Ditto.
5727 * libc/sys/linux/linuxthreads/tst-cancel.c: Ditto.
5728 * libc/sys/linux/linuxthreads/tst-context.c: Ditto.
5729 * libc/sys/linux/linuxthreads/tststack.c: Ditto.
5730 * libc/sys/linux/linuxthreads/unload.c: Ditto.
5731 * libc/sys/linux/linuxthreads/weaks.c: Ditto.
5732 * libc/sys/linux/linuxthreads/wrapsyscall.c: Ditto.
5733 * libc/sys/linux/linuxthreads/bits/initspin.h: Ditto.
5734 * libc/sys/linux/linuxthreads/bits/libc-lock.h: Ditto.
5735 * libc/sys/linux/linuxthreads/bits/libc-tsd.h: Ditto.
5736 * libc/sys/linux/linuxthreads/bits/local_lim.h: Ditto.
5737 * libc/sys/linux/linuxthreads/bits/posix_opt.h: Ditto.
5738 * libc/sys/linux/linuxthreads/bits/pthreadtypes.h: Ditto.
5739 * libc/sys/linux/linuxthreads/bits/sigthread.h: Ditto.
5740 * libc/sys/linux/linuxthreads/machine/Makefile.am: Ditto.
5741 * libc/sys/linux/linuxthreads/machine/Makefile.in: Ditto.
5742 * libc/sys/linux/linuxthreads/machine/aclocal.m4: Ditto.
5743 * libc/sys/linux/linuxthreads/machine/configure: Ditto.
5744 * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
5745 * libc/sys/linux/linuxthreads/machine/generic/generic-sysd: Ditto.ep.h
5746 * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
5747 * libc/sys/linux/linuxthreads/machine/i386/Makefile.in: Ditto.
5748 * libc/sys/linux/linuxthreads/machine/i386/aclocal.m4: Ditto.
5749 * libc/sys/linux/linuxthreads/machine/i386/bp-asm.h: Ditto.
5750 * libc/sys/linux/linuxthreads/machine/i386/clone.S: Ditto.
5751 * libc/sys/linux/linuxthreads/machine/i386/configure: Ditto.
5752 * libc/sys/linux/linuxthreads/machine/i386/configure.in: Ditto.
5753 * libc/sys/linux/linuxthreads/machine/i386/i386-sysdep.S: Ditto.
5754 * libc/sys/linux/linuxthreads/machine/i386/i386-sysdep.h: Ditto.
5755 * libc/sys/linux/linuxthreads/machine/i386/pspinlock.c: Ditto.
5756 * libc/sys/linux/linuxthreads/machine/i386/pt-machine.h: Ditto.
5757 * libc/sys/linux/linuxthreads/machine/i386/sigcontextinfo.h: Ditto.
5758 * libc/sys/linux/linuxthreads/machine/i386/stackinfo.h: Ditto.
5759 * libc/sys/linux/linuxthreads/machine/i386/sysdep.S: Ditto.
5760 * libc/sys/linux/linuxthreads/machine/i386/sysdep.h: Ditto.
5761 * libc/sys/linux/linuxthreads/machine/i386/useldt.h: Ditto.
5762 * libc/sys/linux/machine/i386/dl-machine.h: Ditto.
5763 * libc/sys/linux/net/Makefile.am: Ditto.
5764 * libc/sys/linux/net/Makefile.in: Ditto.
5765 * libc/sys/linux/net/addr2ascii.3: Ditto.
5766 * libc/sys/linux/net/addr2ascii.c: Ditto.
5767 * libc/sys/linux/net/ascii2addr.c: Ditto.
5768 * libc/sys/linux/net/base64.c: Ditto.
5769 * libc/sys/linux/net/bindresvport.c: Ditto.
5770 * libc/sys/linux/net/byteorder.3: Ditto.
5771 * libc/sys/linux/net/ether_addr.c: Ditto.
5772 * libc/sys/linux/net/ethers.3: Ditto.
5773 * libc/sys/linux/net/getaddrinfo.3: Ditto.
5774 * libc/sys/linux/net/getaddrinfo.c: Ditto.
5775 * libc/sys/linux/net/gethostbydns.c: Ditto.
5776 * libc/sys/linux/net/gethostbyht.c: Ditto.
5777 * libc/sys/linux/net/gethostbyname.3: Ditto.
5778 * libc/sys/linux/net/gethostbynis.c: Ditto.
5779 * libc/sys/linux/net/gethostnamadr.c: Ditto.
5780 * libc/sys/linux/net/getifaddrs.3: Ditto.
5781 * libc/sys/linux/net/getifaddrs.c: Ditto.
5782 * libc/sys/linux/net/getipnodebyname.3: Ditto.
5783 * libc/sys/linux/net/getnameinfo.3: Ditto.
5784 * libc/sys/linux/net/getnameinfo.c: Ditto.
5785 * libc/sys/linux/net/getnetbydns.c: Ditto.
5786 * libc/sys/linux/net/getnetbyht.c: Ditto.
5787 * libc/sys/linux/net/getnetbynis.c: Ditto.
5788 * libc/sys/linux/net/getnetent.3: Ditto.
5789 * libc/sys/linux/net/getnetnamadr.c: Ditto.
5790 * libc/sys/linux/net/getproto.c: Ditto.
5791 * libc/sys/linux/net/getprotoent.3: Ditto.
5792 * libc/sys/linux/net/getprotoent.c: Ditto.
5793 * libc/sys/linux/net/getprotoname.c: Ditto.
5794 * libc/sys/linux/net/getservbyname.c: Ditto.
5795 * libc/sys/linux/net/getservbyport.c: Ditto.
5796 * libc/sys/linux/net/getservent.3: Ditto.
5797 * libc/sys/linux/net/getservent.c: Ditto.
5798 * libc/sys/linux/net/herror.c: Ditto.
5799 * libc/sys/linux/net/hesiod.3: Ditto.
5800 * libc/sys/linux/net/hesiod.c: Ditto.
5801 * libc/sys/linux/net/if_indextoname.3: Ditto.
5802 * libc/sys/linux/net/ifname.c: Ditto.
5803 * libc/sys/linux/net/inet.3: Ditto.
5804 * libc/sys/linux/net/inet6_option_s: Ditto.pace.3
5805 * libc/sys/linux/net/inet6_rthdr_space.3: Ditto.
5806 * libc/sys/linux/net/inet_addr.c: Ditto.
5807 * libc/sys/linux/net/inet_lnaof.c: Ditto.
5808 * libc/sys/linux/net/inet_makeaddr.c: Ditto.
5809 * libc/sys/linux/net/inet_net.3: Ditto.
5810 * libc/sys/linux/net/inet_net_ntop.c: Ditto.
5811 * libc/sys/linux/net/inet_net_pton.c: Ditto.
5812 * libc/sys/linux/net/inet_neta.c: Ditto.
5813 * libc/sys/linux/net/inet_netof.c: Ditto.
5814 * libc/sys/linux/net/inet_network.c: Ditto.
5815 * libc/sys/linux/net/inet_ntoa.c: Ditto.
5816 * libc/sys/linux/net/inet_ntop.c: Ditto.
5817 * libc/sys/linux/net/inet_pton.c: Ditto.
5818 * libc/sys/linux/net/innetgr-stub.c: Ditto.
5819 * libc/sys/linux/net/ip6opt.c: Ditto.
5820 * libc/sys/linux/net/iso_addr.3: Ditto.
5821 * libc/sys/linux/net/iso_addr.c: Ditto.
5822 * libc/sys/linux/net/issetugid-stub.c: Ditto.
5823 * libc/sys/linux/net/linkaddr.3: Ditto.
5824 * libc/sys/linux/net/linkaddr.c: Ditto.
5825 * libc/sys/linux/net/map_v4v6.c: Ditto.
5826 * libc/sys/linux/net/name6.c: Ditto.
5827 * libc/sys/linux/net/namespace.h: Ditto.
5828 * libc/sys/linux/net/ns.3: Ditto.
5829 * libc/sys/linux/net/ns_addr.c: Ditto.
5830 * libc/sys/linux/net/ns_name.c: Ditto.
5831 * libc/sys/linux/net/ns_netint.c: Ditto.
5832 * libc/sys/linux/net/ns_ntoa.c: Ditto.
5833 * libc/sys/linux/net/ns_parse.c: Ditto.
5834 * libc/sys/linux/net/ns_print.c: Ditto.
5835 * libc/sys/linux/net/ns_ttl.c: Ditto.
5836 * libc/sys/linux/net/nsap_addr.c: Ditto.
5837 * libc/sys/linux/net/nsdispatch.3: Ditto.
5838 * libc/sys/linux/net/nsdispatch.c: Ditto.
5839 * libc/sys/linux/net/nslexer.c: Ditto.
5840 * libc/sys/linux/net/nslexer.l: Ditto.
5841 * libc/sys/linux/net/nsparser.c: Ditto.
5842 * libc/sys/linux/net/nsparser.h: Ditto.
5843 * libc/sys/linux/net/nsparser.y: Ditto.
5844 * libc/sys/linux/net/rcmd.3: Ditto.
5845 * libc/sys/linux/net/rcmd.c: Ditto.
5846 * libc/sys/linux/net/rcmdsh.3: Ditto.
5847 * libc/sys/linux/net/rcmdsh.c: Ditto.
5848 * libc/sys/linux/net/recv.c: Ditto.
5849 * libc/sys/linux/net/res_comp.c: Ditto.
5850 * libc/sys/linux/net/res_config.h: Ditto.
5851 * libc/sys/linux/net/res_data.c: Ditto.
5852 * libc/sys/linux/net/res_debug.c: Ditto.
5853 * libc/sys/linux/net/res_init.c: Ditto.
5854 * libc/sys/linux/net/res_mkquery.c: Ditto.
5855 * libc/sys/linux/net/res_mkupdate.c: Ditto.
5856 * libc/sys/linux/net/res_query.c: Ditto.
5857 * libc/sys/linux/net/res_send.c: Ditto.
5858 * libc/sys/linux/net/res_update.c: Ditto.
5859 * libc/sys/linux/net/resolver.3: Ditto.
5860 * libc/sys/linux/net/rthdr.c: Ditto.
5861 * libc/sys/linux/net/send.c: Ditto.
5862 * libc/sys/linux/net/un-namespace.h: Ditto.
5863 * libc/sys/linux/net/vars.c: Ditto.
5864 * libc/sys/linux/stdlib/COPYRIGHT: Ditto.
5865 * libc/sys/linux/stdlib/Makefile.am: Ditto.
5866 * libc/sys/linux/stdlib/Makefile.in: Ditto.
5867 * libc/sys/linux/stdlib/cclass.h: Ditto.
5868 * libc/sys/linux/stdlib/cname.h: Ditto.
5869 * libc/sys/linux/stdlib/collate.c: Ditto.
5870 * libc/sys/linux/stdlib/collate.h: Ditto.
5871 * libc/sys/linux/stdlib/collcmp.c: Ditto.
5872 * libc/sys/linux/stdlib/engine.c: Ditto.
5873 * libc/sys/linux/stdlib/fnmatch.3: Ditto.
5874 * libc/sys/linux/stdlib/fnmatch.c: Ditto.
5875 * libc/sys/linux/stdlib/glob.3: Ditto.
5876 * libc/sys/linux/stdlib/glob.c: Ditto.
5877 * libc/sys/linux/stdlib/reallocf.c: Ditto.
5878 * libc/sys/linux/stdlib/regcomp.c: Ditto.
5879 * libc/sys/linux/stdlib/regerror.c: Ditto.
5880 * libc/sys/linux/stdlib/regex.3: Ditto.
5881 * libc/sys/linux/stdlib/regex2.h: Ditto.
5882 * libc/sys/linux/stdlib/regexec.c: Ditto.
5883 * libc/sys/linux/stdlib/regfree.c: Ditto.
5884 * libc/sys/linux/stdlib/utils.h: Ditto.
5885 * libc/sys/linux/stdlib/wordexp.c: Ditto.
5886 * libc/sys/linux/stdlib/wordfree.c: Ditto.
5887 * libc/sys/linux/sys/dlfcn.h: Ditto.
5888 * libc/sys/linux/sys/elfclass.h: Ditto.
5889 * libc/sys/linux/sys/event.h: Ditto.
5890 * libc/sys/linux/sys/ioccom.h: Ditto.
5891 * libc/sys/linux/sys/libc-tsd.h: Ditto.
5892 * libc/sys/linux/sys/link.h: Ditto.
5893 * libc/sys/linux/sys/lock.h: Ditto.
5894 * libc/sys/linux/sys/param.h: Ditto.
5895 * libc/sys/linux/sys/socket.h: Ditto.
5896 * libc/sys/linux/sys/sockio.h: Ditto.
5897
5898 2003-05-28 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
5899
5900 * newlib/libc/machine/h8300/memcpy.S: Use .h8300hn and .h8300sn for
5901 normal mode
5902 * newlib/libc/machine/h8300/memset.S: Likewise
5903 * newlib/lib/machine/h8300/reg_memcpy.S: Likewise
5904 * newlib/lib/machine/h8300/reg_memset.S: Likewise
5905 * newlib/lib/machine/h8300/setjmp.S: Likewise
5906 * newlib/lib/machine/h8300/strcmp.S: Likewise
5907 * newlib/lib/sys/h8300hms/crt0.S: Likewise
5908
5909 2003-05-13 Corinna Vinschen <corinna@vinschen.de>
5910
5911 * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__.
5912 * libc/include/stdio.h: Ditto.
5913 * libc/include/sys/config.h: Ditto.
5914 * libc/stdio/mktemp.c: Ditto.
5915
5916 2003-05-13 Corinna Vinschen <corinna@vinschen.de>
5917
5918 * libc/locale/ldpart.c (__part_load_locale): Substitute
5919 __CYGWIN_USE_BIG_TYPES__ by __USE_INTERNAL_STAT64.
5920 * libc/search/hash.c (__hash_open): Ditto.
5921 (init_hash): Ditto.
5922 * libc/stdio/fseek.c (fseek): Ditto.
5923 * libc/stdio/makebuf.c (__smakebuf): Ditto.
5924 * libc/stdio/mktemp.c (_gettemp): Ditto.
5925
5926 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
5927
5928 * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
5929
5930 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
5931
5932 * configure.host: Accomodate removing the libc/sys/cygwin dir.
5933 * libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call
5934 if __CYGWIN_USE_BIG_TYPES__ is set.
5935 * libc/search/hash.c (__hash_open): Ditto.
5936 (init_hash): Ditto.
5937 * libc/stdio/fseek.c (fseek): Ditto.
5938 * libc/stdio/makebuf.c (__smakebuf): Ditto.
5939 * libc/stdio/mktemp.c (_gettemp): Ditto.
5940 * libc/sys/cygwin/Makefile.am: Remove.
5941 * libc/sys/cygwin/Makefile.in: Remove.
5942 * libc/sys/cygwin/aclocal.m4: Remove.
5943 * libc/sys/cygwin/configure: Remove.
5944 * libc/sys/cygwin/configure.in: Remove.
5945 * libc/sys/cygwin/crt0.c: Move to winsup/cygwin directory.
5946 * libc/sys/cygwin/sys/dirent.h: Move to winsup/cygwin/include/sys
5947 directory.
5948 * libc/sys/cygwin/sys/param.h: Ditto.
5949 * libc/sys/cygwin/sys/utime.h: Ditto.
5950 * libc/sys/cygwin/sys/utmp.h: Ditto.
5951
5952 2003-05-11 Corinna Vinschen <corinna@vinschen.de>
5953
5954 * libc/include/sys/types.h: Don't define key_t for Cygwin.
5955
5956 2003-05-10 Christopher Faylor <cgf@redhat.com>
5957
5958 * libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly)
5959 64 bit inodes.
5960
5961 2003-05-09 Corinna Vinschen <corinna@vinschen.de>
5962
5963 * libc/include/sys/config.h: Remove all Cygwin specific configuration.
5964 Include cygwin/config.h instead.
5965
5966 2003-04-16 Jeff Johnston <jjohnstn@redhat.com>
5967
5968 * newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield
5969 all code with #ifdef __SPE__ test.
5970 * newlib/libc/machine/powerpc (simdldtoa.c, ufix64toa.c): Ditto.
5971
5972 2003-04-15 Chris January <chris@atomice.net>
5973
5974 * newlib/libc/include/sys/unistd.h: add declaration for gethostid on
5975 Cygwin.
5976
5977 2003-04-09 J"orn Rennecke <joern.rennecke@superh.com>
5978
5979 * libc/machine/sh/memset.S: Avoid clobbering volatile
5980 objects following a tiny to-be-set array in the same quadword.
5981
5982 2001-04-09 Corinna Vinschen <corinna@vinschen.de>
5983
5984 * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.
5985 * libc/string/Makefile.am: Add wcswidth.c and wcwidth.c
5986 * libc/string/Makefile.in: Regenerated.
5987 * libc/string/wcswidth.c: New file.
5988 * libc/string/wcwidth.c: New file.
5989 * libc/string/wcstrings.tex: Add wcswidth and wcwidth.
5990
5991 Thu Apr 3 14:01:16 2003 J"orn Rennecke <joern.rennecke@superh.com>
5992
5993 * libc/machine/sh/memset.S: Fix problem with alloco region
5994 exceeding destination region for length >= 88 bytes, start
5995 & 0x16 == 0, end & 0x1f == 18.
5996
5997 2001-04-03 Corinna Vinschen <corinna@vinschen.de>
5998
5999 * libc/string/wcscoll.c: Fix comment.
6000
6001 2001-04-02 Corinna Vinschen <corinna@vinschen.de>
6002
6003 * libc/include/wchar.h: Add definition for wcscoll.
6004 * libc/string/Makefile.am: Add wcscoll.c.
6005 * libc/string/Makefile.in: Regenerated.
6006 * libc/string/wcscoll.c: New file.
6007 * libc/string/wcstrings.tex: Add wcscoll.
6008
6009 2003-04-01 Corinna Vinschen <corinna@vinschen.de>
6010
6011 * libc/stdio/sscanf.c: Update flags description.
6012 * libc/stdio/vfscanf.c: Add CHAR flag value to denote 8 bit target
6013 type.
6014 (__svfscanf_r): Add 'hh' and 'll' handling.
6015
6016 2003-04-01 Corinna Vinschen <corinna@vinschen.de>
6017
6018 * libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of
6019 __d_position member to _off_t.
6020
6021 2003-03-20 Jeff Johnston <jjohnstn@redhat.com>
6022
6023 * libc/stdio/vfscanf.c (__svfscanf_r): For floating point conversion,
6024 count all characters used to create number against maximum width.
6025 * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Ditto.
6026
6027 2003-03-18 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
6028
6029 * libc/include/sys/h8300hms/crt0.S[__SIMULATOR__]: Add commandline
6030 support.
6031 * configure.host (h8300*-*-*): Added comment regarding -D__SIMULATOR__
6032 flag to support simulator only extensions.
6033
6034 2003-03-17 Bob Cassels <bcassels@abinitio.com>
6035
6036 * libc/string/wcschr.c: (wcschr): Look for character first,
6037 then for end of string, so you can do wcschr(x, '\0').
6038
6039 2003-03-10 Corinna Vinschen <corinna@vinschen.de>
6040
6041 * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello
6042 with internal (_fpos_t and _off_t) datatypes when compiling newlib.
6043 * libc/include/sys/unistd.h: Declare _lseek using _off_t.
6044 * libc/reent/lseekr.c (_lseek_r): Use _off_t instead of off_t.
6045 * libc/stdio/fseeko.c (fseeko): Ditto.
6046 * libc/stdio/ftello.c (ftello): Ditto.
6047 * libc/stdio/stdio.c (__swrite): Ditto.
6048 (__sseek): Ditto.
6049 * libc/stdio/fgetpos.c (fgetpos): Use _fpos_t instead of fpos_t.
6050 * libc/stdio/fseek.c (fseek): Ditto.
6051 * libc/stdio/fsetpos.c (fsetpos): Ditto.
6052 * libc/stdio/ftell.c (ftell): Ditto.
6053 * libc/stdio/local.h: Declare __sseek using _off_t.
6054
6055 2003-03-09 Corinna Vinschen <corinna@vinschen.de>
6056
6057 * libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.
6058
6059 2003-03-09 Corinna Vinschen <corinna@vinschen.de>
6060
6061 * libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
6062 Cygwin.
6063
6064 2003-03-09 Corinna Vinschen <corinna@vinschen.de>
6065
6066 * libc/include/pwd.h: Add guards to avoid type clashes when compiling
6067 Cygwin.
6068 * libc/include/sys/stat.h: Ditto.
6069 * libc/include/sys/unistd.h: Ditto.
6070 * libc/sys/cygwin/sys/dirent.h: Ditto.
6071
6072 2003-03-07 Christopher Faylor <cgf@redhat.com>
6073
6074 * libc/include/sys/unistd.h: Guard getopt.h call to force only
6075 declaration of getopt and avoid getopt_long declaration.
6076 * libc/sys/cygwin/include/unistd.h: Remove.
6077
6078 2003-03-07 Corinna Vinschen <corinna@vinschen.de>
6079
6080 * configure.host: Define stdio64_dir for Cygwin.
6081 * libc/include/stdio.h: Change definition of fpos_t to fulfill
6082 Cygwin 64bit file access requirements.
6083 Drop definition of f*64() functions when compiled for Cygwin.
6084 * libc/include/sys/config.h: Define __LARGE64_FILES for Cygwin.
6085 * libc/reent/lseek64r.c: Use _off64_t instead of off64_t.
6086 * libc/stdio64/local64.h: Use _fpos64_t instead of fpos64_t.
6087
6088 2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
6089
6090 * libc/include/sys/reent.h: Remove extraneous _sig_func
6091 declaration.
6092
6093 2003-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
6094
6095 * libc/sys/h8300hms/Makefile.am: Add support for new files.
6096 * libc/sys/h8300hms/Makefile.in: Regenerated.
6097 * libc/sys/h8300hms/close.S: New file.
6098 * libc/sys/h8300hms/fstat.S: Ditto.
6099 * libc/sys/h8300hms/lseek.S: Ditto.
6100 * libc/sys/h8300hms/open.S: Ditto.
6101 * libc/sys/h8300hms/stat.S: Ditto.
6102 * libc/sys/h8300hms/read.S: New file to replace read.c.
6103 * libc/sys/h8300hms/read.c: Removed.
6104 * libc/sys/h8300hms/syscalls.c: Removed functions _open,
6105 _lseek, _close, _stat, _fstat.
6106 * libc/sys/h8300hms/write.S: New file to replace write.c.
6107 * libc/sys/h8300hms/write.c: Removed.
6108
6109 2003-02-20 Nick Clifton <nickc@redhat.com>
6110
6111 * Add support for Cirrus Maverick ARM co-processor:
6112
6113 2000-09-13 Aldy Hernandez <aldyh@redhat.com>
6114
6115 * libc/include/machine/ieeefp.h: Set IEEE_BIG_ENDIAN or
6116 IEEE_LITTLE_ENDIAN depending on endian mode (cirrus).
6117
6118 2000-08-11 Aldy Hernandez <aldyh@redhat.com>
6119
6120 * configure.host: set sys_dir, syscall_dir, and
6121 newlib_cflags for ep9312 host.
6122
6123 * configure.host: Restore alpha sorting of entries in case
6124 statements.
6125
6126 2003-02-19 Jeff Johnston <jjohnstn@redhat.com>
6127
6128 * libc/stdlib/mallocr.c (unlink): Revert 02/18 fix.
6129
6130 2003-02-18 Christian Groessler <chris@groessler.org>
6131
6132 * libc/machine/z8k/setjmp.S (_setjmp / _longjmp): Fix to
6133 support z8001 segmented mode.
6134
6135 2003-02-18 Earnie Boyd <earnie@users.sf.net>
6136
6137 * libc/stdlib/mallocr.c (unlink): Don't assign a value to a pointer
6138 with a NULL value.
6139
6140 2003-02-10 Christopher Faylor <cgf@redhat.com>
6141
6142 * libc/include/sys/types.h: Don't define __MS_types__ for Cygwin.
6143 Don't define some types under cygwin.
6144
6145 2003-02-07 Jeff Johnston <jjohnstn@redhat.com>
6146
6147 * acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration
6148 option to allow disabling of syscalls being supplied in newlib.
6149 * aclocal.m4: Regenerated.
6150 * configure: Ditto.
6151 * configure.host: Add support of new configuration option and add
6152 -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled.
6153 * doc/aclocal.m4: Regenerated.
6154 * doc/configure: Ditto.
6155 * libc/*aclocal.m4: Ditto.
6156 * libc/*configure: Ditto.
6157 * libm/*aclocal.m4: Ditto.
6158 * libm/*configure: Ditto.
6159 * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option
6160 is disabled.
6161 * libc/sys/arm/Makefile.in: Regenerated.
6162
6163 2003-02-05 Jonathan Larmour <jifl@eCosCentric.com>
6164
6165 * libc/stdio/vsprintf.c (vsprintf, _vsprintf_r): Set _file fd to
6166 -1 to be sure it cannot later match a valid file fd causing
6167 isatty() to return 1.
6168 * libc/stdio/asprintf.c (asprintf, _asprintf_r): Ditto.
6169 * libc/stdio/sprintf.c (sprintf, _sprintf_r): Ditto.
6170 * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Ditto.
6171
6172 2003-02-03 Jeff Johnston <jjohnstn@redhat.com>
6173
6174 * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate the format
6175 buffer based on the precision, after we have processed the input value
6176 in a local buffer and know its relative magnitude.
6177
6178 2003-01-31 Michael Snyder <msnyder@redhat.com>
6179
6180 * libc/sys/h8300hms/_exit.c (_exit, __exit): Slip a magic cookie
6181 into registers r1 and r2, so that the simulator can distinguish
6182 this trap from a breakpoint trap. Copied from libgloss.
6183
6184 2003-01-31 Michael Snyder <msnyder@redhat.com>
6185
6186 * libc/sys/h8300hms/crt0.S (_start): Change local label
6187 from .loop to .Loop, so that ld and gdb will ignore it.
6188
6189 2003-01-29 Jason Tishler <jason@tishler.net>
6190
6191 * libc/include/time.h: Declare nanosleep() under Cygwin.
6192
6193 2003-01-24 Nick Clifton <nickc@redhat.com>
6194
6195 * Add sh2e support:
6196
6197 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
6198
6199 * libc/machine/sh/asm.h: Added __SH2E__ next to __SH3E__.
6200 * libc/machine/sh/setjmp.S: Likewise.
6201 * libc/include/machine/ieeefp.h: Likewise.
6202
6203 2003-01-24 Corinna Vinschen <corinna@vinschen.de>
6204
6205 * libc/include/sys/unistd.h: Add setregid and setreuid declarations
6206 for Cygwin.
6207
6208 2003-01-21 Anita Kulkarni <anitak@kpit.com>
6209
6210 * libc/time/difftime.c : Typecast the result to double.
6211
6212 2003-01-20 Christopher Faylor <cgf@redhat.com>
6213
6214 * libc/include/sys/unistd.h: Add rresvport declaration for cygwin.
6215
6216 2003-01-18 Nick Clifton <nickc@redhat.com>
6217
6218 * libc/include/machine/ieeefp.h : Define __IEEE_BIG_ENDIAN,
6219 __SMALL_BITFIELDS and _DOUBLE_IS_32BITS for IP2K.
6220
6221 2003-01-16 Joel Sherrill <joel@OARcorp.com>
6222
6223 * libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h,
6224 libc/sys/rtems/sys/syslimits.h: Update to be in sync with what
6225 constants are defined in each file in the shared versions in
6226 libc/include.
6227 * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to
6228 autoconf can link programs.
6229 * libc/include/machine/types.h: Explicitly specify signed on
6230 intXX_t types to ensure they are signed.
6231
6232 2003-01-14 Christopher Faylor <cgf@redhat.com>
6233
6234 * libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU
6235 extensions.
6236
6237 2003-01-08 Richard Sandiford <rsandifo@redhat.com>
6238
6239 * configure.host (mips64vr-elf, mips64vrel-elf): New config.
6240
6241 2003-01-07 Charles Wilson <cwilson@ece.gatech.edu>
6242
6243 * libc/stdio/sprintf.c: fix typo
6244 * libc/stdio/vfprintf.c: fix typo
6245
6246 2003-01-07 Jeff Johnston <jjohnstn@redhat.com>
6247
6248 * configure.host: Support long double I/O for x86-linux.
6249 * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer
6250 large enough to hold formatted result.
6251 * libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
6252
6253 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
6254
6255 * Makefile.am: Add vasprintf.
6256 * Makefile.in: Regenerated.
6257
6258 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
6259
6260 * asprintf.c (_asprintf_r): insure both declarations
6261 are the same.
6262
6263 2002-12-28 Christopher Faylor <cgf@redhat.com>
6264
6265 * libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather
6266 than defining getopt directly.
6267
6268 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6269
6270 * NEWS: Update with 1.11.0 info.
6271 * README: Ditto.
6272 * acinclude.m4: Change version number to 1.11.0.
6273 * aclocal.m4: Regenerated.
6274 * configure: Ditto.
6275 * doc/aclocal.m4: Ditto.
6276 * doc/configure: Ditto.
6277 * libc/*/aclocal.m4: Ditto.
6278 * libc/*/configure: Ditto.
6279 * libc/libc.texinfo: Ditto.
6280 * libm/*/aclocal.m4: Ditto.
6281 * libm/*/configure: Ditto.
6282 * libm/libm.texinfo: Ditto.
6283 * libc/sys/linux/shared.ld: Add VERS_1.11.
6284
6285 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6286
6287 * libc/machine/i386/f_atan2.S: Change copyright from Cygnus
6288 Solutions to Red Hat Inc.
6289 * libc/machine/i386/f_atan2f.S: Ditto.
6290 * libc/machine/i386/f_exp.c: Ditto.
6291 * libc/machine/i386/f_expf.c: Ditto.
6292 * libc/machine/i386/f_frexp.S: Ditto.
6293 * libc/machine/i386/f_frexpf.S: Ditto.
6294 * libc/machine/i386/f_ldexp.S: Ditto.
6295 * libc/machine/i386/f_ldexpf.S: Ditto.
6296 * libc/machine/i386/f_log.S: Ditto.
6297 * libc/machine/i386/f_log10.S: Ditto.
6298 * libc/machine/i386/f_log10f.S: Ditto.
6299 * libc/machine/i386/f_logf.S: Ditto.
6300 * libc/machine/i386/f_pow.c: Ditto.
6301 * libc/machine/i386/f_powf.c: Ditto.
6302 * libc/machine/i386/f_tan.S: Ditto.
6303 * libc/machine/i386/f_tanf.S: Ditto.
6304 * libc/machine/i386/memchr.S: Ditto.
6305 * libc/machine/i386/memcmp.S: Ditto.
6306 * libc/machine/i386/memcpy.S: Ditto.
6307 * libc/machine/i386/memmove.S: Ditto.
6308 * libc/machine/i386/memset.S: Ditto.
6309 * libc/machine/i386/strchr.S: Ditto.
6310 * libc/machine/i386/strlen.S: Ditto.
6311 * libm/machine/i386/f_atan2.S: Ditto.
6312 * libm/machine/i386/f_atan2f.S: Ditto.
6313 * libm/machine/i386/f_exp.c: Ditto.
6314 * libm/machine/i386/f_expf.c: Ditto.
6315 * libm/machine/i386/f_frexp.S: Ditto.
6316 * libm/machine/i386/f_frexpf.S: Ditto.
6317 * libm/machine/i386/f_ldexp.S: Ditto.
6318 * libm/machine/i386/f_ldexpf.S: Ditto.
6319 * libm/machine/i386/f_log.S: Ditto.
6320 * libm/machine/i386/f_log10.S: Ditto.
6321 * libm/machine/i386/f_log10f.S: Ditto.
6322 * libm/machine/i386/f_logf.S: Ditto.
6323 * libm/machine/i386/f_pow.c: Ditto.
6324 * libm/machine/i386/f_powf.c: Ditto.
6325 * libm/machine/i386/f_tan.S: Ditto.
6326 * libm/machine/i386/f_tanf.S: Ditto.
6327
6328 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6329
6330 * libc/stdlib/environ.c: Update license to Red Hat.
6331 * libc/machine/hppa/setjmp.S: Ditto.
6332 * libm/test/Makefile.in: Ditto.
6333
6334 2002-12-19 Jeff Johnston <jjohnstn@redhat.com>
6335
6336 * configure.host: Remove references to go32.
6337 * libc/sys/go32/*: Removed.
6338
6339 2002-12-16 Kazu Hirata <kazu@cs.umass.edu>
6340
6341 * libc/include/sys/config.h: Change setting of INT_MAX
6342 and UINT_MAX, to use __INT_MAX__ for __H8300__, __H8300H__,
6343 __H8300S__. Also consolidate flag settings for these
6344 platforms.
6345
6346 2002-12-10 Joel Sherrill <joel@OARcorp.com>
6347
6348 * libc/include/machine/setjmp.h: Make sure _JBLEN is defined
6349 for i386-rtems targets.
6350
6351 2002-12-06 Jeff Johnston <jjohnstn@redhat.com>
6352
6353 * libc/include/stdlib.h (strtof): New prototype (from C99).
6354 (strtodf): Changed from prototype to macro which redefines
6355 to strtof.
6356 * libc/stdlib/atof.c: Change documentation to refer to strtof
6357 instead of strtodf.
6358 * libc/stdlib/atoff.c (atoff): Change to call strtof instead of
6359 strtodf.
6360 * libc/stdlib/strtod.c (strtodf): Renamed to strtof.
6361 (strtof): New function.
6362 * libm/test/convert.c (test_strtodf): Renamed to test_strtof which
6363 calls strtof.
6364
6365 2002-11-27 Christopher Faylor <cgf@redhat.com>
6366
6367 * libc/string/memset.c (memset): Fix comment.
6368
6369 2002-11-26 Christopher Faylor <cgf@redhat.com>
6370
6371 * libc/string/memset.c (memset): Move initialization of 'd' earlier in
6372 function.
6373
6374 2002-11-25 Christopher Faylor <cgf@redhat.com>
6375
6376 * libc/string/memset.c (memset): Minor optimization: Use new 'd'
6377 variable, introduced below, everywhere.
6378
6379 2002-11-25 Kazu Hirata <kazu@cs.umass.edu>
6380
6381 * libc/string/memset.c (memset): Make it safe even if
6382 sizeof (int) = 2.
6383
6384 2002-11-22 Joe Buehler <jbuehler@hekimian.com>
6385
6386 * configure.in: Change check for libc/include in ${CC} to
6387 use an intermediate value so as to work with different shells.
6388 * configure: Regenerated.
6389 * Makefile.in: Ditto.
6390
6391 2002-11-22 Vijay L. Khuspe <vijayk1@kpit.com>
6392
6393 * libc/sys/h8300hms/read.c: Add support for normal mode
6394 architecture.
6395
6396 2002-11-20 Ryo Tsuruta <ryo@kitanet.ne.jp>
6397
6398 * libc/machine/h8300/setjmp.S (setjmp, longjmp): Combine common
6399 code for __H8300H__ and __H8300S__. Also return 32-bit return code
6400 when -mint32 is used.
6401
6402 2002-11-18 Nick Clifton <nickc@redhat.com>
6403
6404 * libc/sys/arm/crt0.S: Add NULL to end of argv array.
6405
6406 2002-11-14 Jeff Johnston <jjohnstn@redhat.com>
6407
6408 * testsuite/lib/passfail.exp (newlib_pass_fail): Changed to
6409 only issue one pass/fail message for a compile/link/execute.
6410 * testsuite/newlib.elix/elix.exp: New file.
6411 * testsuite/newlib.elix/tmmap.c: Ditto.
6412
6413 2002-11-06 Christopher Faylor <cgf@redhat.com>
6414
6415 * libc/stdlib/malign.c: Don't compile if MALLOC_PROVIDED.
6416 * libc/stdlib/mlock.c: Ditto.
6417 * libc/stdlib/msize.c: Ditto.
6418 * libc/stdlib/msize.c: Ditto.
6419 * libc/stdlib/mtrim.c: Ditto.
6420 * libc/stdlib/valloc.c: Ditto.
6421
6422 2002-11-12 Jeff Johnston <jjohnstn@redhat.com>
6423
6424 * libc/stdlib/ldtoa.c (e64toe): When checking the exponent
6425 for inf/nan, make sure that the check ignores the sign bit.
6426
6427 2002-11-07 Joel Sherrill <joel@OARcorp.com>
6428
6429 * libc/sys/rtems/machine: New directory.
6430 * libc/sys/rtems/machine/limits.h, libc/sys/rtems/machine/param.h,
6431 libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h,
6432 libc/sys/rtems/sys/utime.h: New files added to make *-rtems newlib
6433 targets more BSD like when installed without requiring files to
6434 be overwritten at install point when RTEMS itself is installed.
6435 * Makefile.am: Pick up system dependent machine .h files such as
6436 might be found on a BSD-ish system.
6437 * Makefile.in: Regenerate.
6438 * libc/include/machine/types.h: When on an RTEMS target, define a
6439 few BSD flavor types.
6440
6441 2002-11-06 Sergey Okhapkin <sos@prospect.com.ru>
6442
6443 * include/utmp.h: Define WTMP_FILE. Define and use UT_IDLEN.
6444
6445 2002-11-06 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
6446
6447 * libc/include/wchar.h: Use _{BEGIN,END}_STD_C instead of extern "C".
6448 * libc/include/wctype.h: Ditto.
6449
6450 2002-11-04 Jeff Johnston <jjohnstn@redhat.com>
6451
6452 * libc/include/wchar.h: Add extern "C" specifier if C++.
6453 * libc/include/wctype.h: Ditto.
6454
6455 2002-10-18 Jeff Johnston <jjohnstn@redhat.com>
6456
6457 * testsuite/newlib.wctype/tiswctype.c: New test case.
6458 * testsuite/newlib.wctype/twctrans.c: Ditto.
6459
6460 2002-10-18 Jeff Johnston <jjohnstn@redhat.com>
6461
6462 * libc/sys/linux/machine/i386/include/endian.h: New file.
6463 * libc/sys/linux/machine/i386/include/param.h: Ditto.
6464
6465 2002-10-18 Jeff Johnston <jjohnstn@redhat.com>
6466
6467 * libm/machine/i386/aclocal.m4: Regenerated.
6468 * libm/machine/i386/configure: Ditto.
6469
6470 2002-10-18 Jeff Johnston <jjohnstn@redhat.com>
6471
6472 * testsuite/include/check.h: New header file to use with
6473 test cases.
6474 * testsuite/lib/newlib.exp: Add testsuite/include directory
6475 to list of header files to use.
6476 * testsuite/newlib.wctype/twctype.c: New test case for iswctype fns.
6477 * testsuite/newlib.wctype/wctype.exp: New file.
6478
6479 2002-10-11 Graham Stott <graham.stott@btinternet.com>
6480 Richard Sandiford <rsandifo@redhat.com>
6481
6482 * libc/include/sys/config.h (SIZE_T_SMALLER_THAN_LONG): Undefine.
6483 * libc/stdlib/mallocr.c (long_sub_size_t): Define in a way that
6484 doesn't require the SIZE_T_SMALLER_THAN_LONG macro.
6485
6486 2002-10-07 Joel Sherrill <joel@OARcorp.com>
6487
6488 * libc/sys/rtems/crt0.c: Add even more symbols so gcc() can link
6489 dummy programs.
6490
6491 2002-10-07 Joel Sherrill <joel@OARcorp.com>
6492
6493 * libc/include/pthread.h: Define PTHREAD_CANCELED.
6494
6495 2002-10-07 Joel Sherrill <joel@OARcorp.com>
6496
6497 * libc/machine/hppa/DEFS.h, libc/machine/hppa/pcc_prefix.s,
6498 libc/machine/hppa/setjmp.S, libc/machine/hppa/DEFS.h: Make this
6499 compile with current GNU tools.
6500
6501 2002-10-07 Jeff Johnston <jjohnstn@redhat.com>
6502
6503 * Makefile.am: Add EXTRA_DIRS to allow future dependencies on
6504 the build library.
6505 * configure.in: Ditto.
6506 * Makefile.in: Regenerated.
6507 * configure: Ditto.
6508 * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS
6509 for specifying configured libraries/directories.
6510 * libc/sys/linux/configure.in: Ditto.
6511 * libc/sys/linux/Makefile.in: Regenerated.
6512 * libc/sys/linux/configure: Ditto.
6513
6514 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6515
6516 * libc/include/reent.h: Update documentation at start of file.
6517
6518 2002-09-27 Jim Wilson <wilson@redhat.com>
6519
6520 * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing
6521 the ctbp register.
6522
6523 2002-09-27 Jeff Johnston <jjohnstn@redhat.com>
6524
6525 * libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.
6526 Also convert to EUCJP before using arrays. For values not in
6527 the conversion arrays, return WEOF.
6528 * libc/ctype/jp2uc.h: Change from one array to a number of
6529 arrays to account for the fact that the originating table
6530 is not contiguous for the input values since some are invalid.
6531
6532 2002-09-24 Jeff Johnston <jjohnstn@redhat.com>
6533
6534 * libc/time/ctime.c: Fix prototype documentation.
6535
6536 2002-09-24 Corinna Vinschen <corinna@vinschen.de>
6537
6538 * libc/include/sys/errno.h: Add EOVERFLOW.
6539
6540 2002-09-20 Jeff Johnston <jjohnstn@redhat.com>
6541
6542 * libc/include/wctype.h: New file.
6543
6544 2002-09-20 Jeff Johnston <jjohnstn@redhat.com>
6545
6546 * libc/ctype/Makefile.am: Add new files.
6547 * libc/ctype/Makefile.in: Regenerated.
6548 * libc/ctype/ctype.tex: Add new iswxxxx, towxxxx, wctype,
6549 and wctrans functions to documentation index.
6550 * libc/ctype/iswalnum.c: New file.
6551 * libc/ctype/iswalpha.c: Ditto.
6552 * libc/ctype/iswblank.c: Ditto.
6553 * libc/ctype/iswcntrl.c: Ditto.
6554 * libc/ctype/iswctype.c: Ditto.
6555 * libc/ctype/iswdigit.c: Ditto.
6556 * libc/ctype/iswgraph.c: Ditto.
6557 * libc/ctype/iswlower.c: Ditto.
6558 * libc/ctype/iswprint.c: Ditto.
6559 * libc/ctype/iswpunct.c: Ditto.
6560 * libc/ctype/iswspace.c: Ditto.
6561 * libc/ctype/iswupper.c: Ditto.
6562 * libc/ctype/iswxdigit.c: Ditto.
6563 * libc/ctype/jp2uc.c: Ditto.
6564 * libc/ctype/jp2uc.h: Ditto.
6565 * libc/ctype/local.h: Ditto.
6566 * libc/ctype/towctrans.c: Ditto.
6567 * libc/ctype/towlower.c: Ditto.
6568 * libc/ctype/towupper.c: Ditto.
6569 * libc/ctype/utf8alpha.h: Ditto.
6570 * libc/ctype/utf8print.h: Ditto.
6571 * libc/ctype/utf8punct.h: Ditto.
6572 * libc/ctype/wctrans.c: Ditto.
6573 * libc/ctype/wctype.c: Ditto.
6574 * libc/locale/locale.c (__lc_ctype): New external array to
6575 replace static lc_ctype array.
6576 * libc/stdlib/mbtowc_r.c: Use __lc_ctype to check current lc_ctype
6577 rather than reentrancy structure's _current_locale field.
6578 * libc/stdlib/wctomb_r.c: Ditto.
6579
6580 2002-09-20 Jeff Johnston <jjohnstn@redhat.com>
6581
6582 * configure.host: Minor comment and formatting changes.
6583 * libc/Makefile.am: Add libc_la_DEPENDENCIES.
6584 * libc/Makefile.in: Regenerated.
6585 * libc/include/sys/config.h: Minor format change.
6586
6587 2002-09-19 Jeff Johnston <jjohnstn@redhat.com>
6588
6589 * libc/syscalls/sysfcntl.c (fcntl): Fix typo in preprocessor
6590 statement comment.
6591
6592 2002-09-19 Jeff Johnston <jjohnstn@redhat.com>
6593
6594 * libc/posix/opendir.c (opendir): Change code to check
6595 for HAVE_FCNTL before calling fcntl.
6596 * libc/search/hash.c (hash_open): Ditto.
6597 * libc/search/hash_page.c (open_tmp): Ditto.
6598 * libc/reent/Makefile.am: Add fcntlr.c.
6599 * libc/reent/Makefile.in: Regenerated.
6600 * libc/reent/fcntlr.c: New file.
6601 * libc/stdio/fdopen.c (_fdopen_r): Change to call _fcntl_r
6602 instead of _fcntl when HAVE_FCNTL flag is set.
6603 * libc/syscalls/sysfcntl.c (fcntl): Check for HAVE_FCNTL flag
6604 to see if _fcntl or _fcntl_r should be called. If flag is not
6605 set, default to ENOSYS stub.
6606
6607 2002-09-16 Jeff Johnston <jjohnstn@redhat.com>
6608
6609 * libc/include/wchar.h (mbstate_t): Change protective flag to
6610 be _MBSTATE_T.
6611 * libc/include/sys/_types.h (_mbstate_t): Remove protective flag.
6612 [__CYGWIN__]: Remove special code that defines mbstate_t and WEOF
6613 for Cygwin.
6614 * libc/sys/linux/sys/_types.h (_mbstate_t): Remove protective flag.
6615
6616 2002-09-11 Jeff Johnston <jjohnstn@redhat.com>
6617
6618 * acinclude.m4 (enable-newlib-mb): Change check to
6619 default newlib_mb variable to empty string rather than "no".
6620 * configure.host: Remove hard-coding of -DMB_CAPABLE for
6621 x86-linux and Cygwin. Add code to check for newlib_mb
6622 being unset in which case set to "yes" for x86-linux and
6623 Cygwin. Change check for newlib_mb being "yes" to allow
6624 for an empty string.
6625 * configure.in (_MB_LEN_MAX): New AC_DEFINE.
6626 * newlib.hin (_MB_LEN_MAX): New define to configure.
6627 * aclocal.m4: Regenerated.
6628 * configure: Ditto.
6629 * libc/include/limits.h: New file.
6630 * libc/sys/linux/include/limits.h: Ditto.
6631 * doc/aclocal.m4 doc/configure libc/aclocal.m4
6632 libc/configure libc/machine/aclocal.m4
6633 libc/machine/configure libc/machine/a29k/aclocal.m4
6634 libc/machine/a29k/configure libc/machine/arm/aclocal.m4
6635 libc/machine/arm/configure libc/machine/d10v/aclocal.m4
6636 libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
6637 libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
6638 libc/machine/fr30/configure libc/machine/frv/aclocal.m4
6639 libc/machine/frv/configure libc/machine/h8300/aclocal.m4
6640 libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
6641 libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
6642 libc/machine/hppa/configure libc/machine/i386/aclocal.m4
6643 libc/machine/i386/configure libc/machine/i960/aclocal.m4
6644 libc/machine/i960/configure libc/machine/m32r/aclocal.m4
6645 libc/machine/m32r/configure libc/machine/m68hc11/aclocal.m4
6646 libc/machine/m68hc11/configure libc/machine/m68k/aclocal.m4
6647 libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
6648 libc/machine/m88k/configure libc/machine/mips/aclocal.m4
6649 libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
6650 libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
6651 libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
6652 libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
6653 libc/machine/powerpc/configure libc/machine/sh/aclocal.m4
6654 libc/machine/sh/configure libc/machine/sparc/aclocal.m4
6655 libc/machine/sparc/configure libc/machine/tic80/aclocal.m4
6656 libc/machine/tic80/configure libc/machine/v850/aclocal.m4
6657 libc/machine/v850/configure libc/machine/w65/aclocal.m4
6658 libc/machine/w65/configure libc/machine/xscale/aclocal.m4
6659 libc/machine/xscale/configure
6660 libc/machine/xstormy16/aclocal.m4
6661 libc/machine/xstormy16/configure libc/machine/z8k/aclocal.m4
6662 libc/machine/z8k/configure libc/sys/aclocal.m4
6663 libc/sys/configure libc/sys/a29khif/aclocal.m4
6664 libc/sys/a29khif/configure libc/sys/arc/aclocal.m4
6665 libc/sys/arc/configure libc/sys/arm/aclocal.m4
6666 libc/sys/arm/configure libc/sys/cygwin/aclocal.m4
6667 libc/sys/cygwin/configure libc/sys/d10v/aclocal.m4
6668 libc/sys/d10v/configure libc/sys/decstation/aclocal.m4
6669 libc/sys/decstation/configure libc/sys/go32/aclocal.m4
6670 libc/sys/go32/configure libc/sys/h8300hms/aclocal.m4
6671 libc/sys/h8300hms/configure libc/sys/h8500hms/aclocal.m4
6672 libc/sys/h8500hms/configure libc/sys/idt/aclocal.m4
6673 libc/sys/idt/configure libc/sys/linux/aclocal.m4
6674 libc/sys/linux/configure
6675 libc/sys/linux/machine/aclocal.m4
6676 libc/sys/linux/machine/configure
6677 libc/sys/linux/machine/i386/aclocal.m4
6678 libc/sys/linux/machine/i386/configure
6679 libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
6680 libc/sys/mmixware/aclocal.m4 libc/sys/mmixware/configure
6681 libc/sys/netware/aclocal.m4 libc/sys/netware/configure
6682 libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
6683 libc/sys/sh/aclocal.m4 libc/sys/sh/configure
6684 libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
6685 libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
6686 libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
6687 libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
6688 libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
6689 libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
6690 libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
6691 libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
6692 libc/sys/w65/aclocal.m4 libc/sys/w65/configure
6693 libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
6694 libm/aclocal.m4 libm/configure: Regenerated.
6695
6696 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6697
6698 * libc/sys/linux/machine/i386/crt0.c (_start): Remove
6699 code that clears the .bss section.
6700
6701 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6702
6703 * libc/include/sys/_types.h (_mbstate_t): Changed to use
6704 unsigned char internally.
6705 * libc/sys/linux/sys/_types.h: Ditto.
6706 * libc/include/sys/reent.h
6707 * libc/stdlib/mblen.c (mblen): Use function-specific state
6708 value from default reentrancy structure.
6709 * libc/stdlib/mblen_r.c (_mblen_r): If return code from
6710 _mbtowc_r is less than 0, reset state __count value and
6711 return -1.
6712 * libc/stdlib/mbrlen.c (mbrlen): If the input state pointer
6713 is NULL, use the function-specific pointer provided in the
6714 default reentrancy structure.
6715 * libc/stdlib/mbrtowc.c: Add reentrant form of function.
6716 If input state pointer is NULL, use function-specific area
6717 provided in reentrancy structure.
6718 * libc/stdlib/mbsrtowcs.c: Ditto.
6719 * libc/stdlib/wcrtomb.c: Ditto.
6720 * libc/stdlib/wcsrtombs.c: Ditto.
6721 * libc/stdlib/mbstowcs.c: Reformat.
6722 * libc/stdlib/wcstombs.c: Ditto.
6723 * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): If an error occurs,
6724 reset the state's __count value and return -1.
6725 * libc/stdlib/mbtowc.c: Ditto.
6726 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Add restartable functionality.
6727 If number of bytes is used up before completing a valid multibyte
6728 character, return -2 and save the state.
6729 * libc/stdlib/wctomb_r.c (_wctomb_r): Define __state as __count
6730 and change some __count references to __state for clarity.
6731
6732 2002-09-06 Jeff Johnston <jjohnstn@redhat.com>
6733
6734 * libc/include/sys/config.h (MB_LEN_MAX): Removed as this
6735 is defined by <limits.h>.
6736
6737 2002-09-05 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
6738
6739 * libc/include/wchar.h (WCHAR_MAX): Only define if not already
6740 defined.
6741
6742 2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
6743
6744 * libc/include/sys/config.h: Define accordingly __WCHAR_MAX__.
6745 * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as
6746 __WCHAR_MAX__ or 0x7fffffffu.
6747 * libc/string/wcscmp.c: Delete wrong and unnecessary type cast.
6748 * libc/string/wcsncmp.c: Ditto.
6749
6750 2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
6751
6752 * libc/string/wcschr.c: Add include of <stddef.h>.
6753 * libc/string/wcspbrk.c: Ditto.
6754 * libc/string/wcsrchr.c: Ditto.
6755 * libc/string/wcsstr.c: Ditto.
6756
6757 2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
6758
6759 * libc/include/sys/_types.h (_flock_t): Added.
6760 * libc/include/sys/lock.h (__lock_try_acquire): New interface.
6761 (__lock_try_acquire_recursive): Ditto.
6762 * libc/include/sys/reent.h (__sFILE, __sFILE64): Add new
6763 _lock field.
6764 * libc/stdio/findfp.c (std)[!__SINGLE_THREAD__]: Initialize _lock
6765 field.
6766 * libc/stdio/fopen.c (_fopen_r)[!__SINGLE_THREAD__]: Ditto.
6767 * libc/stdio64/fopen64.c (_fopen64_r)[!__SINGLE_THREAD__]: Ditto.
6768 * libc/sys/linux/include/time.h (struct timespec): Moved from
6769 <sys/types.h> and added check for __need_timespec flag so type
6770 can be defined by itself.
6771 * libc/sys/linux/sys/_types.h (_flock_t): New type.
6772 * libc/sys/linux/sys/types.h (struct timespec): Moved to
6773 <time.h>.
6774
6775 2002-08-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6776
6777 * libc/sys/linux/argp: New directory.
6778 * libc/sys/linux/getopt.c: New file.
6779 * libc/sys/linux/getopt1.c: New file.
6780 * libc/sys/linux/getoptlong.c: Remove file.
6781 * libc/sys/linux/include/argp.h: New file.
6782 * libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB,
6783 based on ELIX level.
6784 (SUBDIRS): Add argp_dir.
6785 (SUBLIBS): Add ARGP_LIB.
6786 (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove
6787 getopt_long.$(oext).
6788 * libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile.
6789
6790 2002-08-29 Jeff Johnston <jjohnstn@redhat.com>
6791
6792 * libc/libc.texinfo: Add node reference to wide-character strings.
6793 * libc/string/wcstrings.tex: New file.
6794 * libc/string/strtok_r.c: Remove outdated advertising clause.
6795 * libc/string/Makefile.am (doc): Add wide-character string
6796 chapter to documentation.
6797 * libc/string/Makefile.in: Regenerated.
6798
6799 2002-08-29 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
6800
6801 * libc/include/wchar.h: Define NULL. Define WEOF more general
6802 way. Declare functions in newlib manner.
6803 * libc/stdlib/Makefile.am: Delete wmem*.c
6804 * libc/stdlib/Makefile.in: Regenerated.
6805 * libc/stdlib/wmemchr.c: Delete.
6806 * libc/stdlib/wmemcmp.c: Ditto.
6807 * libc/stdlib/wmemcpy.c: Ditto.
6808 * libc/stdlib/wmemmove.c: Ditto.
6809 * libc/stdlib/wmemset.c: Ditto.
6810 * libc/string/Makefile.am: Add wmem*.c and wcs*.c.
6811 * libc/string/Makefile.in: Regenerated.
6812 * libc/string/wcscat.c: New file derived from the NetBSD C Library.
6813 * libc/string/wcschr.c: Ditto.
6814 * libc/string/wcscmp.c: Ditto.
6815 * libc/string/wcscpy.c: Ditto.
6816 * libc/string/wcscspn.c: Ditto.
6817 * libc/string/wcslcat.c: Ditto.
6818 * libc/string/wcslcpy.c: Ditto.
6819 * libc/string/wcslen.c: Ditto.
6820 * libc/string/wcsncat.c: Ditto.
6821 * libc/string/wcsncmp.c: Ditto.
6822 * libc/string/wcsncpy.c: Ditto.
6823 * libc/string/wcspbrk.c: Ditto.
6824 * libc/string/wcsrchr.c: Ditto.
6825 * libc/string/wcsspn.c: Ditto.
6826 * libc/string/wcsstr.c: Ditto.
6827 * libc/string/wmemchr.c: Ditto.
6828 * libc/string/wmemcmp.c: Ditto.
6829 * libc/string/wmemcpy.c: Ditto.
6830 * libc/string/wmemmove.c: Ditto.
6831 * libc/string/wmemset.c: Ditto.
6832
6833 2002-08-29 Jeff Johnston <jjohnstn@redhat.com>
6834
6835 * libc/locale/locale.c (_setlocale_r)[MB_CAPABLE]: Fix so
6836 default locale "" is accepted for LC_CTYPE or LC_MESSAGES
6837 and is treated as if "C" was specified.
6838
6839 2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
6840
6841 * Makefile.am (install-data-local): Move install of build
6842 newlib.h after installing headers in libc/include so as to
6843 overwrite default newlib.h.
6844 * Makefile.in: Regenerated.
6845
6846 2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
6847
6848 * libc/include/newlib.h: New file for tools that use newlib
6849 headers but don't build newlib first (e.g. gcc).
6850
6851 2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
6852
6853 * libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>.
6854 * libc/stdlib/wmemcmp.c: Ditto.
6855 * libc/stdlib/wmemcpy.c: Ditto.
6856 * libc/stdlib/wmemmove.c: Ditto.
6857 * libc/stdlib/wmemset.c: Ditto.
6858
6859 2002-08-27 Egor Duda <deo@logos-m.ru>
6860
6861 * libc/stdlib/wmemchr.c: New file.
6862 * libc/stdlib/wmemcmp.c: Ditto.
6863 * libc/stdlib/wmemcpy.c: Ditto.
6864 * libc/stdlib/wmemmove.c: Ditto.
6865 * libc/stdlib/wmemset.c: Ditto.
6866 * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add new files.
6867 * configure.host: Default -DMB_CAPABLE for cygwin.
6868 * libc/include/wchar.h: Declare wmemchr(), wmemcmp(), wmemcpy(),
6869 wmemmove() and wmemset(). Add include of <_ansi.h>.
6870 * libc/stdlib/Makefile.in: Regenerate.
6871
6872 2002-08-27 Jeff Johnston <jjohnstn@redhat.com>
6873
6874 * configure.host: Remove _ELIX_LEVEL flag setting.
6875 * Makefile.am(stmp-targ-include): Copy newlib.h to targ-include.
6876 (install-data-local): Install newlib.h.
6877 * Makefile.in: Regenerated.
6878 * aclocal.m4: Ditto.
6879 * configure: Ditto.
6880 * configure.in: Add AM_CONFIG_HEADER to generate newlib.h based on
6881 newlib.hin. Add AC_DEFINE_UNQUOTED entries for _ELIX_LEVEL
6882 and _NEWLIB_VERSION to fill in newlib.h header file entries.
6883 In AC_OUTPUT statement, unset ac_file so multilib support does
6884 not use last ac_file temporary used in newlib.h configuration.
6885 * libc/include/_ansi.h: Include <newlib.h>.
6886 * newlib.hin: New template file for newlib.h.
6887 * stamp-h.in: New file.
6888
6889 2002-08-26 Wu Yongwei <adah@netstd.com>
6890
6891 * time.h (timezonevar): Change "#if" to "#ifdef".
6892
6893 2002-08-26 Jeff Johnston <jjohnstn@redhat.com>
6894
6895 * Makefile.am(LIBC_OBJECTLISTS): Add STDIO64_OBJECTLIST.
6896 * Makefile.in: Regenerated.
6897 * acinclude.m4: Add support for --enable-newlib-elix-level option.
6898 * aclocal.m4: Regenerated.
6899 * configure: Ditto.
6900 * configure.host: Add code to define _ELIX_LEVEL if
6901 --enable-newlib-elix-level option is used.
6902 * configure.in:
6903 * libc/aclocal.m4: Regenerated.
6904 * libc/configure: Ditto.
6905 * libc/argz/Makefile.am: Add EL/IX level checking.
6906 * libc/argz/Makefile.in: Regenerated.
6907 * libc/argz/dummy.c: New file.
6908 * libc/ctype/Makefile.am: Add EL/IX level checking.
6909 * libc/ctype/Makefile.in: Regenerated.
6910 * libc/locale/Makefile.am: Add EL/IX level checking.
6911 * libc/locale/Makefile.in: Regenerated.
6912 * libc/posix/Makefile.am: Add EL/IX level checking.
6913 * libc/posix/Makefile.in: Regenerated.
6914 * libc/posix/telldir.c: Add EL/IX level checking.
6915 * libc/reent/Makefile.am: Ditto.
6916 * libc/reent/fstat64r.c: Ditto.
6917 * libc/reent/lseek64r.c: Ditto.
6918 * libc/reent/open64r.c: Ditto.
6919 * libc/reent/Makefile.in: Regenerated.
6920 * libc/search/Makefile.am: Add EL/IX level checking.
6921 * libc/search/Makefile.in: Regenerated.
6922 * libc/stdio/Makefile.am: Add EL/IX level checking.
6923 * libc/stdio/Makefile.in: Regenerated.
6924 * libc/stdio64/Makefile.am: Add EL/IX level checking.
6925 * libc/stdio64/Makefile.in: Regenerated.
6926 * libc/stdio64/dummy.c: New file.
6927 * libc/stdio64/fgetpos64.c: Fix so _LARGE64_FILES macro is checked
6928 after first include.
6929 * libc/stdio64/fopen64.c: Ditto.
6930 * libc/stdio64/freopen64.c: Ditto.
6931 * libc/stdio64/fseeko64.c: Ditto.
6932 * libc/stdio64/fsetpos64.c: Ditto.
6933 * libc/stdio64/ftello64.c: Ditto.
6934 * libc/stdio64/tmpfile64.c: Ditto.
6935 * libc/stdlib/Makefile.am: Add EL/IX level checking.
6936 * libc/stdlib/Makefile.in: Regenerated.
6937 * libc/stdlib/mstats.c: Add EL/IX level checking.
6938 * libc/string/Makefile.am: Ditto.
6939 * libc/string/Makefile.in: Regenerated.
6940 * libc/sys/linux/Makefile.am: Add EL/IX level checking.
6941 * libc/sys/linux/Makefile.in: Regenerated.
6942 * libc/sys/linux/aclocal.m4: Ditto.
6943 * libc/sys/linux/configure: Ditto.
6944 * libc/sys/linux/aio.c: Add EL/IX level checking.
6945 * libc/sys/linux/ftok.c: Ditto.
6946 * libc/sys/linux/getdate.c: Ditto.
6947 * libc/sys/linux/ids.c: Ditto.
6948 * libc/sys/linux/inode.c: Ditto.
6949 * libc/sys/linux/io.c: Ditto.
6950 * libc/sys/linux/process.c: Ditto.
6951 * libc/sys/linux/resource.c: Ditto.
6952 * libc/sys/linux/sched.c: Ditto.
6953 * libc/sys/linux/sig.c: Ditto.
6954 * libc/sys/linux/termios.c: Ditto.
6955 * libc/sys/linux/wait.c: Ditto plus add __waitpid and
6956 __libc___waitpid weak aliases.
6957 * libc/sys/linux/machine/i386/syscall.h: Add new _base macros
6958 that generate the code for a syscall, but do not create a
6959 weak alias.
6960 * libc/syscalls/Makefile.am: Add EL/IX level checking.
6961 * libc/syscalls/Makefile.in: Regenerated.
6962 * libc/time/tzset_r.c: Change to replace strdup with equivalent
6963 functionality.
6964 * libc/unix/Makefile.am: Add EL/IX level checking.
6965 * libc/unix/Makefile.in: Regenerated.
6966
6967 2002-08-26 Christopher Faylor <cgf@redhat.com>
6968
6969 * libc/include/malloc.h: On cygwin, define malloc _r functions as
6970 wrapper macros to standard malloc functions.
6971 * libc/include/stdlib.h: Ditto.
6972 * configure.host: Always define MALLOC_PROVIDED on cygwin.
6973
6974 2002-08-22 Thomas Fitzsimmons <fitzsim@redhat.com>
6975
6976 * libc/include/langinfo.h: New file.
6977 * libc/include/wchar.h: Likewise.
6978 * libc/include/sys/syslimits.h: Likewise.
6979 * libc/locale/fix_grouping.c: Likewise.
6980 * libc/locale/ldpart.c: Likewise.
6981 * libc/locale/ldpart.h: Likewise.
6982 * libc/locale/lmessages.c: Likewise.
6983 * libc/locale/lmessages.h: Likewise.
6984 * libc/locale/lmonetary.c: Likewise.
6985 * libc/locale/lmonetary.h: Likewise.
6986 * libc/locale/lnumeric.c: Likewise.
6987 * libc/locale/lnumeric.h: Likewise.
6988 * libc/locale/nl_langinfo.3: Likewise.
6989 * libc/locale/nl_langinfo.c: Likewise.
6990 * libc/locale/timelocal.c: Likewise.
6991 * libc/locale/timelocal.h: Likewise.
6992 * libc/stdlib/btowc.c: Likewise.
6993 * libc/stdlib/mbrlen.c: Likewise.
6994 * libc/stdlib/mbrtowc.c: Likewise.
6995 * libc/stdlib/mbsinit.c: Likewise.
6996 * libc/stdlib/mbsrtowcs.c: Likewise.
6997 * libc/stdlib/wcrtomb.c: Likewise.
6998 * libc/stdlib/wcsrtombs.c: Likewise.
6999 * libc/stdlib/wctob.c: Likewise.
7000 * libc/sys/linux/prof-freq.c: Likewise.
7001 * libc/sys/linux/profile.c: Likewise.
7002 * libc/sys/linux/machine/i386/dl-procinfo.c: Likewise.
7003 * libc/sys/linux/machine/i386/dl-procinfo.h: Likewise.
7004 * libc/include/stdlib.h: Change re-entrant functions to take
7005 mbstate_t pointers.
7006 * libc/include/sys/_types.h: Define _mbstate_t.
7007 * libc/include/sys/config.h (MB_LEN_MAX): New macro.
7008 * libc/include/sys/errno.h (EILSEQ): New error code.
7009 * libc/include/sys/reent.h: Include wchar.h. Change reentrant
7010 structure to use mbstate_t.
7011 * libc/locale/Makefile.am (LIB_SOURCES): Add new files.
7012 * libc/machine/powerpc/vfprintf.c: Use mbstate_t.
7013 * libc/machine/powerpc/vfscanf.c: Likewise.
7014 * libc/stdio/getdelim.c: Reallocate buffer only when necessary.
7015 * libc/stdio/vfprintf.c: Likewise.
7016 * libc/stdio/vfscanf.c: Likewise.
7017 * libc/stdlib/Makefile.am (LIB_SOURCES): Add new files.
7018 * libc/stdlib/mblen.c: Use mbstate_t.
7019 * libc/stdlib/mblen_r.c: Likewise.
7020 * libc/stdlib/mbstowcs.c: Likewise.
7021 * libc/stdlib/mbstowcs_r.c: Likewise.
7022 * libc/stdlib/mbtowc.c: Likewise.
7023 * libc/stdlib/mbtowc_r.c: Likewise.
7024 * libc/stdlib/wcstombs.c: Likewise.
7025 * libc/stdlib/wcstombs_r.c: Likewise.
7026 * libc/stdlib/wctomb_r.c: Likewise.
7027 * libc/sys/linux/Makefile.am (LIB_SOURCES): Add prof-freq.c and
7028 profile.c.
7029 * libc/sys/linux/machine/i386/Makefile.am (LIB_SOURCES): Add
7030 dl-procinfo.c.
7031 * libc/sys/linux/sys/errno.h (EILSEQ): New error code.
7032 * libc/sys/linux/sys/types.h (off_t): Define type.
7033 * testsuite/newlib.locale/UTF-8.c: Change locale name from UTF-8
7034 to C-UTF-8.
7035 * testsuite/newlib.locale/UTF-8.exp: Likewise.
7036
7037 2002-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net>
7038
7039 * libc/stdlib/mallocr.c: #include windows.h on Win32.
7040 (AlignPage): Continue macro on next line.
7041
7042 2002-08-19 Jeff Johnston <jjohnstn@redhat.com>
7043
7044 * libc/sys/linux/include/pthread.h: New file.
7045
7046 2002-08-19 Jeff Johnston <jjohnstn@redhat.com>
7047
7048 * libc/include/sys/types.h: Support __need_inttypes macro
7049 that only sets the __intxx and __uintxx types.
7050 * libc/machine/powerpc/Makefile.am: Add stdlib to include directories
7051 to get mprec.h.
7052 * libc/machine/powerpc/Makefile.in: Regenerated.
7053 * libc/machine/powerpc/vfprintf.c: Fix state variable type.
7054 * libc/machine/powerpc/vfscanf.c: Fix state variable type. Remove
7055 redundant fixed-point conversion prototypes.
7056 * libc/machine/powerpc/machine/stdlib.h[__SPE__]: Include <sys/types.h>
7057 after setting __need_inttypes.
7058
7059 2002-08-18 Christopher Faylor <cgf@redhat.com>
7060
7061 * libc/include/sys/unistd.h: Add getsid declaration for cygwin.
7062
7063 2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
7064
7065 * libc/include/sys/config.h[__PPC__][__SPE__]: Set
7066 _LONG_DOUBLE to double.
7067
7068 2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
7069
7070 * configure.host: Add powerpc*-*-eabispe* configuration.
7071 * libc/machine/powerpc/atosfix16.c: New fixed-point conversion file.
7072 * libc/machine/powerpc/atosfix32.c: Ditto.
7073 * libc/machine/powerpc/atosfix64.c: Ditto.
7074 * libc/machine/powerpc/atoufix16.c: Ditto.
7075 * libc/machine/powerpc/atoufix32.c: Ditto.
7076 * libc/machine/powerpc/atoufix64.c: Ditto.
7077 * libc/machine/powerpc/fix64.h: Ditto.
7078 * libc/machine/powerpc/simdldtoa.c: Ditto.
7079 * libc/machine/powerpc/strtosfix16.c: Ditto.
7080 * libc/machine/powerpc/strtosfix32.c: Ditto.
7081 * libc/machine/powerpc/strtosfix64.c: Ditto.
7082 * libc/machine/powerpc/strtoufix16.c: Ditto.
7083 * libc/machine/powerpc/strtoufix32.c: Ditto.
7084 * libc/machine/powerpc/strtoufix64.c: Ditto.
7085 * libc/machine/powerpc/ufix64toa.c: Ditto.
7086 * libc/machine/powerpc/configure.in: Add check for
7087 powerpc*-eabispe and add fixed-point conversion functions.
7088 * libc/machine/powerpc/configure: Regenerated.
7089 * libc/machine/powerpc/vfprintf.c[__SPE__]: Add support for
7090 %r and %R format specifiers which handle fixed-point data.
7091 * libc/machine/powerpc/vfscanf.c[__SPE__]: Ditto.
7092 * libc/machine/powerpc/machine/stdlib.h[__SPE__]: Add fixed-point
7093 function prototypes.
7094
7095 2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
7096
7097 * Makefile.am: Move cmath stuff into libc/sys/linux.
7098 * Makefile.in: Regenerated.
7099 * configure.host: Default -DMB_CAPABLE for x86-linux.
7100 * libc/include/reent.h: Define _sbrk to take signed int argument.
7101 * libc/include/sys/unistd.h: Ditto for _sbrk_r and sbrk.
7102 * libc/locale/locale.c[MB_CAPABLE]: Add LC_MESSAGES support and
7103 make locale name checking more efficient. Also allow "C-ISO-8859-1"
7104 locale for LC_CTYPE and LC_MESSAGES.
7105 * libc/reent/sbrkr.c: Change prototype to take ptrdiff_t.
7106 * libc/sys/linux/brk.c: Change sbrk prototype.
7107 * libc/sys/linux/include/time.h: Remove Cygwin stuff and
7108 include <sys/features.h>.
7109 (CLOCK_THREAD_CPUTIME): Renamed to CLOCK_THREAD_CPUTIME_ID.
7110 (CLOCK_PROCESS_CPUTIME): Renamed to CLOCK_PROCESS_CPUTIME_ID.
7111 * libc/sys/linux/sys/cdefs.h: Replace with glibc sys/cdefs.h
7112 with a few local additions.
7113 * libc/sys/linux/sys/features.h: New file.
7114 * libc/sys/linux/sys/unistd.h: Change _sbrk_r and sbrk prototypes
7115 to take signed argument.
7116 * libc/syscalls/syssbrk.c: Change sbrk, _sbrk_r, and _sbrk
7117 prototypes to take signed size argument.
7118
7119 2002-08-16 Thomas Fitzsimmons <fitzsim@redhat.com>
7120
7121 * libc/sys/linux/cmath: New directory.
7122 * libc/sys/linux/include/cmathcalls.h: New file.
7123 * libc/sys/linux/include/complex.h: New file.
7124 * libc/sys/linux/machine/i386/huge_val.h: New file
7125 * libm/math/w_sincos.c: New file
7126 * libm/math/wf_sincos.c: New file
7127 * libm/mathfp/s_sincos.c: New file
7128 * libm/mathfp/sf_sincos.c: New file
7129 * Makefile.am (LIBC_OBJECTLISTS): Add cmath/objectlist.awk.in.
7130 * libc/include/math.h: Add sincos and sincosf declarations.
7131 * libc/sys/linux/Makefile.am (SUBDIRS): Add cmath.
7132 (SUBLIBS): Likewise.
7133 * libc/sys/linux/configure.in (AC_OUTPUT): Add cmath.
7134 * libm/math/Makefile.am (src): Add w_sincos.c.
7135 (fsrc): Add wf_sincos.c.
7136 * libm/mathfp/Makefile.am (src): Add s_sincos.c
7137 (fsrc): Add sf_sincos.c.
7138
7139 2002-08-12 Jeff Johnston <jjohnstn@redhat.com>
7140
7141 * libc/sys/linux/machine/i386/crt0.c (__bss_start,_end):
7142 Declare as extern chars and use the address operator to
7143 properly use values set in linker script.
7144
7145 2002-08-09 Jason Tishler <jason@tishler.net>
7146
7147 * libc/stdlib/mallocr.c: Include <limits.h>.
7148 (request2size): Change macro to do
7149 unsigned long comparisons and avoid signed overflow.
7150 (mALLOc): Add overflow check for the number of bytes to allocate.
7151 (rEALLOc): Ditto.
7152
7153 2002-08-09 Jeff Johnston <jjohnstn@redhat.com>
7154
7155 * configure.host: Add check for --enable-newlib-io-pos-args
7156 and define WANT_IO_POS_ARGS flag if enabled. Define
7157 the flag by default for x86-linux configurations.
7158 * configure.in: Add support for --enable-newlib-io-pos-args.
7159 * libc/configure.in: Ditto.
7160 * configure: Regenerated.
7161 * libc/configure: Ditto.
7162 * libc/stdio/Makefile.am: Specify -fshort-enums for compiling
7163 vfprintf.c and vfiprintf.c.
7164 * libc/stdio/Makefile.in: Regenerated.
7165 * libc/stdio/vfprintf.c: Add positional argument support that
7166 is enabled by compiling with -DWANT_IO_POS_ARGS.
7167
7168 2002-08-07 Richard Sandiford <rsandifo@redhat.com>
7169
7170 * libc/include/machine/setjmp.h: For mips, define _JBLEN based
7171 based on __mips_soft_float rather than __mips64.
7172 * libc/machine/mips/setjmp.S: Provide hard and soft float versions
7173 of both 32-bit and 64-bit code.
7174
7175 2002-08-04 Christopher Faylor <cgf@redhat.com>
7176
7177 * libc/stdio/popen.c (popen): Allow "rb", "rt", "wb", and "wt"
7178 arguments for popen to match similar functionality in fopen.
7179
7180 2002-07-29 Pierre Humblet <pierre.humblet@ieee.org>
7181
7182 * libc/include/sys/unistd.h: Add setgroups prototype for Cygwin.
7183
7184 2002-07-29 Jeff Johnston <jjohnstn@redhat.com>
7185
7186 * libc/sys/linux/Makefile.am: Add aio64.c.
7187 * libc/sys/linux/Makefile.in: Regenerated.
7188 * libc/sys/linux/aio.c (aio_init): ENOSYS stub added.
7189 * libc/sys/linux/aio64.c: New file.
7190
7191 2002-07-26 Jeff Johnston <jjohnstn@redhat.com>
7192
7193 * libc/include/sys/param.h (MAX, MIN): Added macros.
7194 * libc/sys/linux/Makefile.am: Add new files.
7195 * libc/sys/linux/Makefile.in: Regenerated.
7196 * libc/sys/linux/sys/stat.h: Add *stat64 prototypes.
7197 * libc/sys/linux/inode.c (fchdir): Added syscall.
7198 * libc/sys/linux/ftw.c: New file.
7199 * libc/sys/linux/ftw64.c: Ditto.
7200 * libc/sys/linux/getwd.c: Ditto.
7201 * libc/sys/linux/scandir64.c: Ditto.
7202 * libc/sys/linux/strverscmp.c: Ditto.
7203 * libc/sys/linux/versionsort.c: Ditto.
7204 * libc/sys/linux/versionsort64.c: Ditto.
7205
7206 2002-07-26 Jeff Johnston <jjohnstn@redhat.com>
7207
7208 * libc/string/strings.tex: Fix typo for memccpy.
7209
7210 2002-07-25 Jeff Johnston <jjohnstn@redhat.com>
7211
7212 * libc/sys/linux/io64.c (truncate64, ftruncate64): Added.
7213 * libc/sys/linux/sys/types.h (off64_t): Definition added.
7214
7215 2002-07-25 Jeff Johnston <jjohnstn@redhat.com>
7216
7217 * libc/sys/linux/Makefile.am: Add fclean.c.
7218 * libc/sys/linux/Makefile.in: Regenerated.
7219 * libc/sys/linux/fclean.c: New file.
7220
7221 2002-07-25 Jeff Johnston <jjohnstn@redhat.com>
7222
7223 * libc/sys/linux/Makefile.am: Add confstr.c.
7224 * libc/sys/linux/Makefile.in: Regenerated.
7225 * libc/sys/linux/confstr.c: New file.
7226 * libc/sys/linux/confstr.h: Ditto.
7227 * libc/sys/linux/sys/unistd.h: Include <features.h> and
7228 <bits/environments.h>.
7229
7230 2002-07-25 Jeff Johnston <jjohnstn@redhat.com>
7231
7232 * libc/sys/linux/config.h (__set_errno): Macro definition removed.
7233 * libc/sys/linux/fpathconf.c (__set_errno): Ditto.
7234 * libc/sys/linux/libc-internal.h (__set_errno): Ditto.
7235 * libc/sys/linux/pathconf.c (__set_errno): Ditto.
7236 * libc/sys/linux/ttyname_r.c (__set_errno): Ditto.
7237 * libc/sys/linux/sys/errno.h (__set_errno): Macro definition added.
7238
7239 2002-07-24 Jeff Johnston <jjohnstn@redhat.com>
7240
7241 * libc/sys/linux/Makefile.am: Add new files.
7242 * libc/sys/linux/Makefile.in: Regenerated.
7243 * libc/sys/linux/fstab.c: New file.
7244 * libc/sys/linux/fstatvfs.c: Ditto.
7245 * libc/sys/linux/fstatvfs64.c: Ditto.
7246 * libc/sys/linux/internal_statvfs.c: Ditto.
7247 * libc/sys/linux/mntent.c: Ditto.
7248 * libc/sys/linux/mntent_r.c: Ditto.
7249 * libc/sys/linux/statvfs.c: Ditto.
7250 * libc/sys/linux/statvfs64.c: Ditto.
7251 * libc/sys/linux/include/paths.h: Ditto.
7252 * libc/sys/linux/inode.c (statfs, fstatfs): New syscalls
7253 with double-underscore weak-aliases.
7254 * libc/sys/linux/sys/stat.h: Add *stat64 prototypes.
7255
7256 2002-07-24 Jeff Johnston <jjohnstn@redhat.com>
7257
7258 * libc/include/signal.h (SIG_IGN, SIG_DFL, SIG_ERR): Change
7259 to use _sig_func_ptr type casted constants.
7260 (_sig_func_ptr): Typedef moved to sys/signal.h.
7261 * libc/include/sys/signal.h (_sig_func_ptr): Typedef added.
7262 For __rtems, use POSIX definition, otherwise default to ANSI.
7263 * libc/sys/linux/sys/signal.h (_sig_func_ptr): Typedef added.
7264
7265 2002-07-24 Stephane Carrez <stcarrez@nerim.fr>
7266
7267 * configure.host: Recognize m6811-elf and m6812-elf targets.
7268 * libc/include/machine/setjmp.h (_JBLEN): Define for 68hc11/68hc12.
7269 * libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Define for 68HC11.
7270 (_DOUBLE_IS_32BITS): Define when compiling with -fshort-double.
7271 * libc/include/sys/config.h (INT_MAX, UINT_MAX): Define
7272 according to __INT_MAX__.
7273 (_POINTER_INT): Define to short.
7274 * libc/machine/m68hc11/Makefile.am: New file.
7275 * libc/machine/m68hc11/Makefile.in: New file.
7276 * libc/machine/m68hc11/configure.in: New file.
7277 * libc/machine/m68hc11/configure: New file.
7278 * libc/machine/m68hc11/aclocal.m4: New file.
7279 * libc/machine/m68hc11/setjmp.S: New file.
7280
7281 2002-07-23 Jeff Johnston <jjohnstn@redhat.com>
7282
7283 * libc/include/string.h: Add mempcpy, strndup, and _strndup_r
7284 prototypes.
7285 * libc/stdlib/Makefile.am: Remove strdup.c and strdup_r.c.
7286 * libc/stdlib/Makefile.in: Regenerated.
7287 * libc/stdlib/strdup.c: Removed.
7288 * libc/stdlib/strdup_r.c: Removed.
7289 * libc/string/Makefile.am: Add strdup.c, strdup_r.c, memccpy.c,
7290 mempcpy.c, strndup.c, and strndup_r.c.
7291 * libc/string/Makefile.in: Regenerated.
7292 * libc/string/memccpy.c: New file.
7293 * libc/string/mempcpy.c: Ditto.
7294 * libc/string/strndup.c: Ditto.
7295 * libc/string/strndup_r.c: Ditto.
7296 * libc/string/strdup.c: New file moved from stdlib.
7297 * libc/string/strdup_r.c: Ditto.
7298 * libc/string/strings.tex: Add memccpy and mempcpy documentation.
7299
7300 2002-07-23 Jeff Johnston <jjohnstn@redhat.com>
7301
7302 * libc/include/stdio.h: Move fcloseall prototype within
7303 #ifndef _REENT_ONLY section.
7304 * libc/sys/linux/Makefile.am: Add new files.
7305 * libc/sys/linux/Makefile.in: Regenerated.
7306 * libc/sys/linux/sys/stdio.h: Add ctermid prototype.
7307 * libc/sys/linux/sys/unistd.h: Add ttyname_r prototype.
7308 * libc/sys/linux/sys/types.h: Add ino64_t type.
7309 * libc/sys/linux/ctermid.c: New file.
7310 * libc/sys/linux/ttyname_r.c: Ditto.
7311 * libc/sys/linux/readdir64.c: Ditto.
7312
7313 2002-07-22 Jeff Johnston <jjohnstn@redhat.com>
7314
7315 * libc/include/stdio.h (fcloseall, _fcloseall_r): Added prototypes.
7316 * libc/stdio/Makefile.am: Added fcloseall.c support.
7317 * libc/stdio/Makefile.in: Regenerated.
7318 * libc/stdio/fcloseall.c: New file.
7319 * libc/stdio64/Makefile.am: Remove missing .def references.
7320 * libc/stdio64/Makefile.in: Regenerated.
7321
7322 2002-07-22 Jeff Johnston <jjohnstn@redhat.com>
7323
7324 * libc/machine/powerpc/time.c: Removed..renamed to times.c.
7325 * libc/machine/powerpc/times.c: New file.
7326 * libc/machine/powerpc/Makefile.am: Change time.c to times.c.
7327 * libc/machine/powerpc/Makefile.in: Regenerated.
7328
7329 2002-07-22 Aldy Hernandez <aldyh@redhat.com>
7330
7331 * libc/machine/powerpc/time.c: New file.
7332 * libc/machine/powerpc/Makefile.am (lib_a_SOURCES): Add
7333 time.c.
7334 * libc/machine/powerpc/Makefile.in: Regenerated.
7335
7336 2002-07-22 Thomas Fitzsimmons <fitzsim@redhat.com>
7337
7338 * libc/libc.texinfo: Change copyright notices to Red Hat from
7339 Cygnus.
7340 * libm/libm.texinfo: Likewise.
7341 * README: Change docs URL to
7342 http://sources.redhat.com/newlib/docs.html.
7343
7344 2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
7345
7346 * libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
7347 * libc/sys/linux/Makefile.in: Regenerated.
7348 * libc/sys/linux/inode.c: Add chmod, fchmod, and chown syscalls.
7349 * libc/sys/linux/io.c: Add ftruncate syscall.
7350 * libc/sys/linux/fpathconf.c: New file.
7351 * libc/sys/linux/pathconf.c: Ditto.
7352 * libc/sys/linux/linux_fsinfo.h: Ditto.
7353 * libc/sys/linux/sys/unistd.h: Ditto.
7354
7355 2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
7356
7357 * libc/stdio64/Makefile.am: Remove missing files.
7358 * libc/stdio64/Makefile.in: Regenerated.
7359
7360 2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
7361
7362 * libc/include/sys/config.h[__i386__][__linux__]: Define
7363 _LARGE64FILE_SOURCE to 1.
7364 * libc/sys/linux/Makefile.am: Add getrlimit64.c and setrlimit64.c.
7365 * libc/sys/linux/Makefile.in: Regenerated.
7366 * libc/sys/linux/resource.c: Add __getrlimit and __setrlimit aliases.
7367 * libc/sys/linux/sys/linux_time.h: Protect struct timeval definition.
7368 * libc/sys/linux/sys/resource.h: Include <bits/resource.h> instead
7369 of <linux/resource.h>.
7370 * libc/sys/linux/getrlimit64.c: New file.
7371 * libc/sys/linux/setrlimit64.c: Ditto.
7372
7373 2002-07-19 Thomas Fitzsimmons <fitzsim@redhat.com>
7374
7375 * libc/argz/argz_replace.c: Include buf_findstr.h.
7376 * libc/argz/buf_findstr.c: Likewise.
7377 * libc/argz/envz_entry.c: Include buf_findstr.h. Cast return
7378 value to (char *).
7379 * libc/argz/envz_get.c: Likewise.
7380 * libc/include/sys/unistd.h: Add getopt and getsubopt declarations.
7381 * libc/stdlib/Makefile.am (LIB_SOURCES): Add getsubopt.c.
7382 * libc/stdlib/getsubopt.3: New file.
7383 * libc/stdlib/getsubopt.c: New file.
7384 * libc/sys/linux/machine/i386/socketcall.h (__sockcall_base):
7385 Change esp to ebp.
7386
7387 2002-07-17 Jeff Johnston <jjohnstn@redhat.com>
7388
7389 * configure.host(stdio64_dir): New setting that is used to
7390 enable building of new stdio64 directory.
7391 * libc/Makefile.am[HAVE_STDIO64_DIR]: Add support for
7392 large files.
7393 (stmp-stdio64,stdio64.texi): New targets to optionally add in
7394 stdio64 info to info files.
7395 * libc/Makefile.in: Regenerated.
7396 * libc/configure: Ditto.
7397 * libc/configure.in: Add configuration variables that are set
7398 when stdio64 is selected as subdir in configure.host.
7399 * libc/libc.texinfo: Add optional menu item for Stdio64, based
7400 on whether STDIO64 flag is set or not.
7401 * libc/sys.tex: Add optional stdio64 syscalls based on whether
7402 STDIO64 flag is set or not.
7403 * libc/include/reent.h[__LARGE64_FILES]: Add new stdio64
7404 _r sycall routines.
7405 * libc/include/stdio.h[__LARGE64_FILES]: Add new stdio64 prototypes.
7406 (FILE): Typedef'd to __FILE instead of struct __sFILE directly.
7407 (__SL64): New file flag indicating file is opened via fopen64.
7408 * libc/include/sys/_types.h(_off64_t): Added.
7409 * libc/include/sys/config.h: For x86-linux, define __LARGE64_FILES.
7410 * libc/include/sys/reent.h(struct __sFILE64): New file structure
7411 for 64-bit offset large file support.
7412 (__FILE): New intermediate type either set to struct __sFILE64 or
7413 struct __sFILE, depending on whether __LARGE64_FILES is set or not.
7414 * libc/reent/Makefile.am[HAVE_STDIO64_DIR]: Add new files.
7415 * libc/reent/Makefile.in: Regenerated.
7416 * libc/reent/fstat64r.c: New file.
7417 * libc/reent/lseek64r.c: Ditto.
7418 * libc/reent/open64r.c: Ditto.
7419 * libc/reent/reent.tex: Optionally add stdio64 reentrant syscalls
7420 based on whether STDIO64 flag is set.
7421 * libc/stdio/stdio.tex: Add blank line.
7422 * libc/stdio64/Makefile.am: New file.
7423 * libc/stdio64/Makefile.in: Ditto.
7424 * libc/stdio64/fgetpos64.c: Ditto.
7425 * libc/stdio64/fopen64.: Ditto.
7426 * libc/stdio64/freopen64.c: Ditto.
7427 * libc/stdio64/fseeko64.c: Ditto.
7428 * libc/stdio64/fsetpos64.c: Ditto.
7429 * libc/stdio64/ftello64.c: Ditto.
7430 * libc/stdio64/local64.h: Ditto.
7431 * libc/stdio64/stdio64.c: Ditto.
7432 * libc/stdio64/stdio64.tex: Ditto.
7433 * libc/stdio64/tmpfile64.c: Ditto.
7434 * libc/sys/linux/io64.c: Add weak aliases for lseek64, fstat64, and
7435 open64.
7436
7437 2002-07-16 Jeff Johnston <jjohnstn@redhat.com>
7438
7439 * libc/Makefile.am (stmp-extra): New target to set makeinfo flag
7440 if LIBC_EXTRA_LIB is present.
7441 * libc/Makefile.in: Regenerated.
7442 * libc/libc.texinfo: Add blank line.
7443 * libc/argz/Makefile.am: Add doc support.
7444 * libc/search/Makefile.am: Ditto.
7445 * libc/argz/Makefile.in: Regenerated.
7446 * libc/search/Makefile.in: Ditto.
7447 * libc/misc/misc.tex: Add ffs function.
7448 * libc/stdio/ftell.c: Fix missing doc delimeter in description.
7449
7450 2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
7451
7452 * libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS
7453 definition that was removed in error.
7454
7455 2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
7456
7457 * libc/include/machine/ieeefp.h: Change to only define
7458 floating point defines (e.g one of __IEEE_BIG_ENDIAN or
7459 __IEEE_LITTLE_ENDIAN must be defined for each platform).
7460 * libc/include/sys/config.h: Include <machine/ieeefp.h> and
7461 remove redundant floating point definitions.
7462
7463 2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
7464
7465 * libc/sys/linux/callocr.c: Fix so code references
7466 calloc.
7467
7468 2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
7469
7470 * libc/sys/linux/Makefile.am: Add new files.
7471 * libc/sys/linux/Makefile.in: Regenerated.
7472 * libc/sys/linux/bp-sym.h: Moved to include directory.
7473 * libc/sys/linux/mmap.c: Add weak aliases: __mmap, __munmap, __mremap.
7474 * libc/sys/linux/inode.c: Set _LIBC to 1.
7475 * libc/sys/linux/mq_close.c: Ditto.
7476 * libc/sys/linux/mq_getattr.c: Ditto.
7477 * libc/sys/linux/mq_open.c: Ditto.
7478 * libc/sys/linux/mq_receive.c: Ditto.
7479 * libc/sys/linux/mq_send.c: Ditto.
7480 * libc/sys/linux/mq_setattr.c: Ditto.
7481 * libc/sys/linux/mq_unlink.c: Ditto.
7482 * libc/sys/linux/calloc.c: New file.
7483 * libc/sys/linux/callocr.c: Ditto.
7484 * libc/sys/linux/cfreer.c: Ditto.
7485 * libc/sys/linux/config.h: Ditto.
7486 * libc/sys/linux/free.c: Ditto.
7487 * libc/sys/linux/freer.c: Ditto.
7488 * libc/sys/linux/msize.c: Ditto.
7489 * libc/sys/linux/msizer.c: Ditto.
7490 * libc/sys/linux/mstats.c: Ditto.
7491 * libc/sys/linux/mtrim.c: Ditto.
7492 * libc/sys/linux/mtrimr.c: Ditto.
7493 * libc/sys/linux/pvallocr.c: Ditto.
7494 * libc/sys/linux/realloc.c: Ditto.
7495 * libc/sys/linux/reallocr.c: Ditto.
7496 * libc/sys/linux/thread-m.h: Ditto.
7497 * libc/sys/linux/vallocr.c: Ditto.
7498 * libc/sys/linux/bp-checks.h: Ditto.
7499 * libc/sys/linux/libc-symbols.h: Ditto.
7500 * libc/sys/linux/libc-tsd.h: Ditto.
7501 * libc/sys/linux/libintl.h: Ditto.
7502 * libc/sys/linux/malign.c: Ditto.
7503 * libc/sys/linux/malignr.c: Ditto.
7504 * libc/sys/linux/mallinfor.c: Ditto.
7505 * libc/sys/linux/malloc.c: Ditto.
7506 * libc/sys/linux/mallocr.c: Ditto.
7507 * libc/sys/linux/malloptr.c: Ditto.
7508 * libc/sys/linux/mallstatsr.c: Ditto.
7509 * libc/sys/linux/mcheck.c: Ditto.
7510 * libc/sys/linux/mhooks.h: Ditto.
7511 * libc/sys/linux/include/bp-sym.h: Ditto.
7512 * libc/sys/linux/include/malloc.h: Ditto.
7513 * libc/sys/linux/include/mcheck.h: Ditto.
7514 * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Remove
7515 getpagesize.c.
7516 * libc/sys/linux/linuxthreads/machine/i386/Makefile.in: Regenerated.
7517 * libc/sys/linux/linuxthreads/machine/i386/getpagesize.c: Moved.
7518 * libc/sys/linux/machine/i386/getpagesize.c: New file.
7519 * libc/sys/linux/machine/i386/Makefile.am: Add getpagesize.c.
7520 * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
7521 * libc/sys/linux/machine/i386/sysdep.h: New file.
7522 * libc/sys/linux/machine/i386/weakalias.h: Add weak_function support.
7523 * libc/sys/linux/sys/dirent.h: Set _LIBC to 1.
7524 * libc/sys/linux/sys/lock.h: Include <machine/weakalias.h>.
7525
7526 2002-07-12 Jeff Johnston <jjohnstn@redhat.com>
7527
7528 * libc/sys/linux/include/mqueue.h: Change to use <bits/siginfo.h>
7529 instead of <asm/siginfo.h>.
7530 * libc/sys/linux/sys/signal.h: Change to include various linux
7531 <bits/xxx.h> header files, rather than <linux/signal.h> so as
7532 to work with multiple releases of glibc header files.
7533
7534 2002-07-11 Chris Demetriou <cgd@broadcom.com>
7535
7536 * testsuite/newlib.search/hsearchtest.c: New file to test
7537 newlib/libc/search.
7538 * testsuite/newlib.search/hsearchtest.exp: Likewise.
7539
7540 2002-07-10 Florian Schrack <florian.schrack@freenet.de>
7541
7542 * libc/sys/mmixware/read.c: Use SYS_Fgets syscall if dealing with
7543 a terminal.
7544 * libc/sys/mmixware/sys/syscall.h (SYS_Fgets): Definition added.
7545
7546 2002-07-08 Jeff Johnston <jjohnstn@redhat.com>
7547
7548 * libc/include/math.h (MAXFLOAT): Added.
7549
7550 Mon Jul 8 13:55:23 2002 J"orn Rennecke <joern.rennecke@superh.com>
7551
7552 * libc/machine/sh/Makefile.am (lib_a_SOURCES):
7553 Make strcmp.S unconditional.
7554 * libc/machine/sh/Makefile.in: Regenerate.
7555 * libc/machine/sh/asm.h (DELAYED_BRANCHES, SL): Also for __SH5__ .
7556 * strcmp.S (strcmp): Add SHmedia variant. Use different registers
7557 for SHcompact.
7558
7559 2002-07-04 Jeff Johnston <jjohnstn@redhat.com>
7560
7561 * libc/sys/linux/inode.c: Fix utime prototype and add _LIBC
7562 define before including <sys/lock.h>.
7563
7564 2002-07-04 Jeff Johnston <jjohnstn@redhat.com>
7565
7566 * libc/include/utime.h: Add include of <_ansi.h>.
7567 * libc/sys/linux/Makefile.am: Add utimes.c.
7568 * libc/sys/linux/Makefile.in: Regenerated.
7569 * libc/sys/linux/inode.c(__umask): New static routine.
7570 (umask): Written to use __umask and attempt to thread lock.
7571 (getumask): New function written to use __umask and thread lock.
7572 * libc/sys/linux/utimes.c: New file.
7573 * libc/sys/linux/sys/time.h: Fix utimes prototype.
7574 * libc/sys/linux/sys/utime.h: New file.
7575
7576 2002-07-04 Thomas Fitzsimmons <fitzsim@redhat.com>
7577
7578 * libtool.m4: New file.
7579 * libc/sys/linux/process.c: Implement vfork in terms of fork,
7580 rather than as a syscall.
7581
7582 2002-07-04 Jeff Johnston <jjohnstn@redhat.com>
7583
7584 * libc/include/stdio.h: Add new prototypes.
7585 * libc/stdio/Makefile.am: Add fseeko.c and ftello.c.
7586 * libc/stdio/Makefile.in: Regenerated.
7587 * libc/stdio/fseek.c: Add fseeko documentation.
7588 * libc/stdio/ftell.c: Add ftello documentation.
7589 * libc/stdio/fseeko.c: New file.
7590 * libc/stdio/ftello.c: New file.
7591
7592 2002-07-04 Jeff Johnston <jjohnstn@redhat.com>
7593
7594 * libc/stdio/Makefile.am: Add asprintf.c and vasprintf.c.
7595 * libc/stdio/Makefile.in: Regenerated.
7596 * libc/stdio/asprintf.c: New file.
7597 * libc/stdio/vasprintf.c: Ditto.
7598 * libc/stdio/fvwrite.c: Add code to dynamically reallocate
7599 the buffer for asprintf support.
7600 * libc/stdio/sprintf.c: Add asprintf documentation.
7601 * libc/stdio/vfprintf.c: Add vasprintf documentation.
7602 * libc/include/stdio.h: Add new prototypes.
7603
7604 2002-07-02 Thomas Fitzsimmons <fitzsim@redhat.com>
7605
7606 * libc/search/hcreate.c: Remove advertising clause from license.
7607 * libc/search/hcreate_r.c: Likewise.
7608
7609 2002-07-02 Chris Demetriou <cgd@broadcom.com>
7610
7611 * libc/include/sys/config.h (__IEEE_LITTLE_ENDIAN)
7612 (__IEEE_BIG_ENDIAN): Define appropriately for MIPS.
7613 Check that one of them is defined and error out if not.
7614 Add any platforms defined in <machine/ieeefp.h> that are missing.
7615 * libc/search/hash.h (DB_BYTE_ORDER, DB_BIG_ENDIAN)
7616 (DB_LITTLE_ENDIAN): New defines.
7617 * libc/search/hash.c: Replace all incorrect checks for
7618 _IEEE_LITTLE_ENDIAN with tests of BYTE_ORDER, and all uses of
7619 BYTE_ORDER, LITTLE_ENDIAN, and BIG_ENDIAN with DB_* versions.
7620 * libc/search/hash_page.c: Likewise.
7621
7622 2002-06-28 Thomas Fitzsimmons <fitzsim@redhat.com>
7623
7624 * libm/mathfp/sf_pow.c (powf): Change k from int to float.
7625
7626 2002-06-27 Benjamin Kosnik <bkoz@redhat.com>
7627
7628 * libc/include/stdio.h: Untangle, add _BEGIN_STD_C and _END_STD_C.
7629 * libc/include/time.h: Same.
7630 * libc/include/string.h: Same.
7631 * libc/include/stdlib.h: Same.
7632 * libc/include/signal.h: Same.
7633 * libc/include/setjmp.h: Same.
7634 * libc/include/math.h: Same.
7635 * libc/include/locale.h: Same.
7636 * libc/include/ctype.h: Same.
7637 * libc/include/machine/setjmp.h: Same.
7638 * libc/include/_ansi.h (_BEGIN_STD_C): Add.
7639 (_END_STD_C): Add.
7640
7641 2002-06-27 Jeff Johnston <jjohnstn@redhat.com>
7642
7643 * libc/include/sys/_types.h: Define _ssize_t as int if int is
7644 32-bits, otherwise define it as long.
7645 * libc/include/sys/types.h: Include <_ansi.h> and <sys/_types.h>
7646 and define ssize_t as _ssize_t.
7647 * libc/reent/readr.c: Change return type to _ssize_t.
7648 * libc/reent/writer.c: Ditto.
7649 * libc/sys/linux/Makefile.am: Add aio.c.
7650 * libc/sys/linux/Makefile.in: Regenerated.
7651 * libc/sys/linux/aio.c: New file.
7652 * libc/sys/linux/sys/cdefs.h: Add __restrict_arr definition.
7653 * libm/common/fdlibm.h: Undef __P before defining it.
7654
7655 2002-06-27 Thomas Fitzsimmons <fitzsim@redhat.com>
7656
7657 * libm/mathfp/s_pow.c (pow): Fix checks on variable k. Add
7658 exponent_is_even_int variable. Handle case where x is
7659 negative, and y is an odd integer.
7660 * libm/mathfp/sf_pow.c (powf): Likewise.
7661
7662 * libm/mathfp/er_lgamma.c: Remove __kernel references.
7663 * libm/mathfp/erf_lgamma.c: Likewise.
7664 * libm/mathfp/s_tgamma.c: Likewise.
7665 * libm/mathfp/sf_tgamma.c: Likewise.
7666
7667 2002-06-27 Jeff Johnston <jjohnstn@redhat.com>
7668
7669 * libc/sys/linux/Makefile.am: Add new clock routines.
7670 * libc/sys/linux/Makefile.in: Regenerated.
7671 * libc/sys/linux/clock_getres.c: New file.
7672 * libc/sys/linux/clock_gettime.c: Ditto.
7673 * libc/sys/linux/clock_settime.c: Ditto.
7674 * libc/sys/linux/hp-timing.h: Ditto.
7675 * libc/sys/linux/libc-internal.h: Ditto.
7676 * libc/sys/linux/sysconf.c: Fix typo.
7677 * libc/sys/linux/include/time.h: Add include of <sys/linux_time.h>.
7678 * libc/sys/linux/machine/hp-timing.h: New file.
7679 * libc/sys/linux/machine/i386/Makefile.am: Add new files.
7680 * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
7681 * libc/sys/linux/machine/i386/get_clockfreq.c: New file.
7682 * libc/sys/linux/machine/i386/hp-timing.c: Ditto.
7683 * libc/sys/linux/machine/i386/hp-timing.h: Ditto.
7684 * libc/sys/linux/sys/linux_time.h: New file.
7685 * libc/sys/linux/sys/time.h: Remove include of <linux/time.h> and
7686 replace with <sys/linux_time.h>.
7687
7688 Wed Jun 26 16:33:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
7689
7690 * libc/sys/sh/crt0.S: Remove vestigial .section directive.
7691
7692 2002-06-25 Jeff Johnston <jjohnstn@redhat.com>
7693
7694 * libc/sys/linux/Makefile.am: Consolidate additional items under
7695 ADD_OBJS.
7696 * libc/sys/linux/Makefile.in: Regenerated.
7697
7698 2002-06-25 Jeff Johnston <jjohnstn@redhat.com>
7699
7700 * libc/sys/linux/sethostname.c: New file.
7701 * libc/sys/linux/Makefile.am: Add sethostname.c support.
7702 * libc/sys/linux/Makefile.in: Regenerated.
7703
7704 2002-06-24 Thomas Fitzsimmons <fitzsim@redhat.com>
7705
7706 * libc/search/db_local.h: New file.
7707 * libc/include/db.h: Remove.
7708 * libc/search/Makefile.am (LIB_SOURCES): Add db_local.h.
7709 * libc/search/hash.c (MIN,MAX): Add macros. Change <db.h> to
7710 "db_local.h".
7711 * libc/search/hash_bigkey.c: Likewise.
7712 * libc/search/hash_buf.c: Likewise.
7713 * libc/search/hash_func.c: Likewise.
7714 * libc/search/hash_log2.c: Likewise.
7715 * libc/search/hash_page.c: Likewise.
7716
7717 2002-06-24 J"orn Rennecke <joern.rennecke@superh.com>
7718
7719 * libc/machine/sh/strlen.S: New file.
7720 * libc/machine/sh/Makefile.am (lib_a_SOURCES): Add rule for it.
7721 * libc/machine/sh/Makefile.am: Regenerate.
7722
7723 2002-06-24 Jeff Johnston <jjohnstn@redhat.com>
7724
7725 * libc/sys/linux/gethostname.c: Change name to __gethostname and
7726 add gethostname alias.
7727
7728 2002-06-24 Jeff Johnston <jjohnstn@redhat.com>
7729
7730 * libc/include/math.h: Remove <sys/types.h>.
7731 (__dmath): Use __ULong instead of __uint32_t.
7732 * libc/include/sys/reent.h: If long or int is not 32-bits,
7733 include <sys/types.h> to get definitions for __int32_t and __uint32_t.
7734 * libc/stdlib/mprec.h: Include <sys/types.h> to get integer defs.
7735 * libm/common/fdlibm.h: Ditto.
7736
7737 2002-06-24 Thomas Fitzsimmons <fitzsim@redhat.com>
7738
7739 * libc/include/ndbm.h: Remove.
7740 * libc/search/ndbm.c: Remove.
7741
7742 2002-06-24 WATANABE Hirofumi <eban@os.rim.or.jp>
7743
7744 * libc/stdio/fseek.c (fseek): Fix braces.
7745
7746 2002-06-21 Corinna Vinschen <corinna@vinschen.de>
7747
7748 * libc/time/strftime.c (strftime): Add %e format specifier.
7749
7750 2002-06-21 Thomas Fitzsimmons <fitzsim@redhat.com>
7751
7752 * libc/search/hash.h (LITTLE_ENDIAN, BIG_ENDIAN): Define if not
7753 previously defined.
7754
7755 2002-06-21 Richard Earnshaw (rearnsha@arm.com)
7756
7757 * libc/sys/arm/sys/param.h (BIG_ENDIAN, LITTLE_ENDIAN): Define.
7758 (BYTE_ORDER): Define as appropriate for the target.
7759
7760 2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
7761
7762 * libc/include/sys/config.h[__linux__]: Set _READ_WRITE_RETURN_TYPE
7763 to _ssize_t.
7764 * libc/sys/linux/io.c (read, write): Change to return ssize_t.
7765
7766 2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
7767
7768 * libc/include/stdio.h (__getline, __getdelim): New prototypes.
7769 * libc/include/time.h [HAVE_GETDATE](getdate, getdate_r): Ditto.
7770 [HAVE_GETDATE](getdate_err): New error code.
7771 * libc/stdio/Makefile.am: Add support for getline.c and getdelim.c.
7772 * libc/stdio/Makefile.in: Regenerated.
7773 * libc/stdio/getdelim.c: New file.
7774 * libc/stdio/getline.c: Ditto.
7775 * libc/sys/linux/Makefile.am: Add support for getdate.c, getdate_err.c
7776 and ntp_gettime.c. Also add AM_CFLAGS to point to libc/stdio.
7777 * libc/sys/linux/Makefile.in: Regenerated.
7778 * libc/sys/linux/getdate.c: New file.
7779 * libc/sys/linux/getdate_err.c: Ditto.
7780 * libc/sys/linux/ntp_gettime.c: Ditto.
7781 * libc/sys/linux/time.c (adjtimex, ntp_adjtime): New functions.
7782 * libc/sys/linux/sys/stdio.h (getline, getdelim): New macros.
7783
7784 2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
7785
7786 * libc/include/math.h: Add <sys/types.h> to get _uint32_t definition.
7787 * libc/include/machine/types.h: Skip __off_t, __pid_t, and
7788 __loff_t definitions if special _HAVE_SYSTYPES macro defined.
7789 * libc/include/sys/config.h: Removed _uint*, _int* definitions.
7790 * libc/include/sys/param.h: Remove i386 case which is handled
7791 by default case.
7792 (BIG_ENDIAN, LITTLE_ENDIAN): Protect
7793 definitions in case they are already defined.
7794 (BYTE_ORDER): Add default case using _IEEE_BIG_ENDIAN and
7795 _IEEE_LITTLE_ENDIAN flags.
7796 * libc/include/sys/reent.h: Change __uint32_t references to
7797 use _ULong instead.
7798 (_REENT_GETDATE_REENT_P): New macro.
7799 * libc/include/sys/types.h (__int16_t, __uint16_t): Added.
7800 (__int32_t, __uint32_t, __int64_t, __uint64_t): Ditto.
7801 * libc/search/hash.h: Add default setting of BYTE_ORDER,
7802 LITTLE_ENDIAN, and BIG_ENDIAN, if not already defined.
7803 * libc/sys/linux/sys/types.h: Include <sys/_types.h>. Define
7804 ssize_t based on _ssize_t. Remove __socklen_t, __uintptr_t,
7805 pid_t, off_t, loff_t, caddr_t, and daddr_t type
7806 definitions which are done by subsequent glibc headers.
7807 Add macro definitions to prevent subsequent header files from
7808 defining pid_t, off_t, ssize_t, and key_t. Move uintptr_t and
7809 intptr_t to after glibc definitions of types they are based on.
7810
7811 2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
7812
7813 * libc/include/errno.h: Protect from multiple inclusion.
7814
7815 2002-06-21 Nick Clifton <nickc@cambridge.redhat.com>
7816
7817 * libc/sys/arm/swi.h (ADP_Stopped_RunTimeError): Set correct value.
7818
7819 2002-06-20 Thomas Fitzsimmons <fitzsim@redhat.com>
7820
7821 * Makefile.am (LIB_OBJECTLISTS): Add
7822 libc/search/objectlist.awk.in.
7823 * libc/Makefile.am (SUBDIRS): Add search.
7824 (SUBLIBS): Add search/libsearch.la.
7825 * libc/configure.in (AC_OUTPUT): Add search/Makefile.
7826 * libc/search: New directory.
7827 * libc/search/Makefile.am: New file.
7828 * libc/search/extern.h: New file.
7829 * libc/search/hash.c: New file.
7830 * libc/search/hash.h: New file.
7831 * libc/search/hash_bigkey.c: New file.
7832 * libc/search/hash_buf.c: New file.
7833 * libc/search/hash_func.c: New file.
7834 * libc/search/hash_log2.c: New file.
7835 * libc/search/hash_page.c: New file.
7836 * libc/search/hcreate.3: New file.
7837 * libc/search/hcreate.c: New file.
7838 * libc/search/hcreate_r.c: New file.
7839 * libc/search/ndbm.c: New file.
7840 * libc/search/page.h: New file.
7841 * libc/search/tdelete.c: New file.
7842 * libc/search/tdestroy.c: New file.
7843 * libc/search/tfind.c: New file.
7844 * libc/search/tsearch.3: New file.
7845 * libc/search/tsearch.c: New file.
7846 * libc/search/twalk.c: New file.
7847 * libc/include/db.h: New file.
7848 * libc/include/ndbm.h: New file.
7849 * libc/include/search.h: New file.
7850 * libc/include/sys/queue.h: New file.
7851 * libc/include/sys/cdefs.h: New file.
7852 * libc/include/sys/param.h
7853 [__IEEE_LITTLE_ENDIAN,__IEEE_BIG_ENDIAN]: Set BYTE_ORDER to
7854 LITTLE_ENDIAN or BIG_ENDIAN.
7855 * libc/include/sys/errno.h (EFTYPE): New macro.
7856 * libc/search/bsearch.c: Move from libc/stdlib.
7857 * libc/search/qsort.c: Likewise.
7858 * libc/stdlib/Makefile.am (LIB_SOURCES): Remove bsearch.c and
7859 qsort.c.
7860 (CHEWOUT_FILES): Remove bsearch.def and qsort.def.
7861 * libc/stdlib/stdlib.tex: Remove references to bsearch and qsort.
7862
7863 2002-06-19 Jeff Johnston <jjohnstn@redhat.com>
7864
7865 * libc/sys/linux/Makefile.am: Add support for message queue routines,
7866 ipc routines, and ftok.
7867 * libc/sys/linux/Makefile.in: Regenerated.
7868 * libc/sys/linux/ftok.c: New file.
7869 * libc/sys/linux/ipc.c: Ditto.
7870 * libc/sys/linux/mq_close.c: Ditto.
7871 * libc/sys/linux/mq_getattr.c: Ditto.
7872 * libc/sys/linux/mq_notify.c: Ditto.
7873 * libc/sys/linux/mq_open.c: Ditto.
7874 * libc/sys/linux/mq_receive.c: Ditto.
7875 * libc/sys/linux/mq_send.c: Ditto.
7876 * libc/sys/linux/mq_setattr.c: Ditto.
7877 * libc/sys/linux/mq_unlink.c: Ditto.
7878 * libc/sys/linux/mqlocal.h: Ditto.
7879 * libc/sys/linux/include/mqueue.h: Ditto.
7880 * libc/sys/linux/sys/types.h: Define __gid_t_defined and
7881 __uid_t_defined.
7882
7883 2002-06-19 J"orn Rennecke <joern.rennecke@superh.com>
7884
7885 * libm/common/sf_lround.c (round): Change name to: (lround).
7886 * libm/common/sf_remquo.c (remquo): Pass all arguemnts to
7887 remquof.
7888
7889 2002-06-18 Thomas Fitzsimmons <fitzsim@redhat.com>
7890
7891 * testsuite/lib/passfail.exp (newlib_pass_fail_all): New
7892 procedure.
7893 (newlib_pass_fail): Change to compile and run only one file.
7894 * testsuite/newlib.locale/locale.exp: Use new
7895 newlib_pass_fail_all procedure.
7896 * testsuite/newlib.string/string.exp: Likewise.
7897
7898 2002-06-18 Dave Brolley <brolley@redhat.com>
7899
7900 From Catherine Moore, Michael Meissner, Richard Sandiford:
7901 * libc/include/machine/setjmp.h (_JBLEN): Define for __frv__.
7902 (_JBTYPE): Ditto.
7903 * libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Ditto.
7904 (__ATTRIBUTE_IMPURE_PTR__): Ditto.
7905 * libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Ditto.
7906 * configure.host: Support frv-*-*.
7907 * libc/machine/frv/Makefile.am: New file.
7908 * libc/machine/frv/configure.in: New file.
7909 * libc/machine/frv/setjmp.S: New file.
7910
7911 2002-06-18 Thomas Fitzsimmons <fitzsim@redhat.com>
7912
7913 * libc/include/ctype.h: Remove isblank macro.
7914
7915 * libc/ctype/Makefile.am (LIB_SOURCES): Add isblank.c.
7916 * libc/ctype/isblank.c: New file.
7917 * libc/include/ctype.h [!__STRICT_ANSI__]: Add isblank
7918 declaration. Add isblank macro.
7919
7920 2002-06-18 Jeff Johnston <jjohnstn@redhat.com>
7921
7922 * testsuite/newlib.stdlib/atexit.c: New file.
7923 * testsuite/newlib.stdlib/atexit.exp: Ditto.
7924 * testsuite/newlib.string/tstring.c: Change default start size
7925 to something more reasonable for embedded platforms.
7926
7927 2002-06-14 Thomas Fitzsimmons <fitzsim@redhat.com>
7928
7929 * libc/sys/linux/sys/errno.h (EFTYPE): Add macro.
7930
7931 * libc/argz: New directory.
7932 * libc/argz/*: New files.
7933 * libc/argz/argz_add.c: New file.
7934 * libc/argz/argz_add_sep.c: New file.
7935 * libc/argz/argz_append.c: New file.
7936 * libc/argz/argz_count.c: New file.
7937 * libc/argz/argz_create.c: New file.
7938 * libc/argz/argz_create_sep.c: New file.
7939 * libc/argz/argz_delete.c: New file.
7940 * libc/argz/argz_extract.c: New file.
7941 * libc/argz/argz_insert.c: New file.
7942 * libc/argz/argz_next.c: New file.
7943 * libc/argz/argz_replace.c: New file.
7944 * libc/argz/argz_stringify.c: New file.
7945 * libc/argz/buf_findstr.c: New file.
7946 * libc/argz/envz_add.c: New file.
7947 * libc/argz/envz_entry.c: New file.
7948 * libc/argz/envz_get.c: New file.
7949 * libc/argz/envz_merge.c: New file.
7950 * libc/argz/envz_remove.c: New file.
7951 * libc/argz/envz_strip.c: New file.
7952 * libc/include/argz.h: New file.
7953 * libc/include/envz.h: New file.
7954 * Makefile.am (LIBC_OBJECTLISTS): Add
7955 libc/argz/objectlist.awk.in.
7956 * libc/Makefile.am (SUBDIRS): Add argz.
7957 (SUBLIBS): Add argz/libargz.la.
7958 * libc/configure.in (AC_OUTPUT): Add argz/Makefile.
7959 * libc/include/errno.h: Add error_t typedef.
7960
7961 2002-06-13 Jeff Johnston <jjohnstn@redhat.com>
7962
7963 * libc/include/stdlib.h: Add _Exit prototype.
7964 * libc/stdlib/Makefile.am: Add _Exit.c support.
7965 * libc/stdlib/Makefile.in: Ditto.
7966 * libc/stdlib/_Exit.c: New file.
7967
7968 2002-06-13 Stephen L. Moshier <steve@moshier.net>
7969
7970 * libm/math/e_pow.c (__ieee754_pow): Fix case whereby
7971 x is close to -1.0 and y is very large to use ax (absolute value)
7972 instead of x.
7973 * libm/math/ef_pow.c (__ieee754_powf): Ditto.
7974
7975 Thu Jun 13 19:23:40 2002 J"orn Rennecke <joern.rennecke@superh.com>
7976
7977 * libc/machine/sh/strcpy.S (strcpy, __SHMEDIA__ code):
7978 Fix clobbering bytes before destination if src and dst have same
7979 non-zero misalignment.
7980
7981 * libc/machine/sh/memset.S (memset, __SHMEDIA__ code):
7982 Fixed bug in writing end of set region.
7983
7984 2002-06-10 Christopher Faylor <cgf@redhat.com>
7985
7986 * libc/include/process.h: Remove cygwin-only sexec* declarations. Fix
7987 spawnve declaration.
7988
7989 2002-06-06 Thomas Fitzsimmons <fitzsim@redhat.com>
7990
7991 * libm/common/s_fdim.c: New file.
7992 * libm/common/s_fma.c: Likewise.
7993 * libm/common/s_fmax.c: Likewise.
7994 * libm/common/s_fmin.c: Likewise.
7995 * libm/common/s_fpclassify.c: Likewise.
7996 * libm/common/s_lrint.c: Likewise.
7997 * libm/common/s_lround.c: Likewise.
7998 * libm/common/s_nearbyint.c: Likewise.
7999 * libm/common/s_remquo.c: Likewise.
8000 * libm/common/s_round.c: Likewise.
8001 * libm/common/s_scalbln.c: Likewise.
8002 * libm/common/s_signbit.c: Likewise.
8003 * libm/common/s_trunc.c: Likewise.
8004 * libm/common/sf_fdim.c: Likewise.
8005 * libm/common/sf_fma.c: Likewise.
8006 * libm/common/sf_fmax.c: Likewise.
8007 * libm/common/sf_fmin.c: Likewise.
8008 * libm/common/sf_lrint.c: Likewise.
8009 * libm/common/sf_lround.c: Likewise.
8010 * libm/common/sf_nearbyint.c: Likewise.
8011 * libm/common/sf_remquo.c: Likewise.
8012 * libm/common/sf_round.c: Likewise.
8013 * libm/common/sf_scalbln.c: Likewise.
8014 * libm/common/sf_trunc.c: Likewise.
8015 * libm/math/w_exp2.c: Likewise.
8016 * libm/math/w_tgamma.c: Likewise.
8017 * libm/math/wf_exp2.c: Likewise.
8018 * libm/math/wf_tgamma.c: Likewise.
8019 * libm/mathfp/s_exp2.c: Likewise.
8020 * libm/mathfp/s_tgamma.c: Likewise.
8021 * libm/mathfp/sf_exp2.c: Likewise.
8022 * libm/mathfp/sf_tgamma.c: Likewise.
8023 * libm/math/er_gamma.c: Fix return value.
8024 * libm/math/erf_gamma.c: Likewise.
8025 * libm/mathfp/er_gamma.c: Likewise.
8026 * libm/mathfp/erf_gamma.c: Likewise.
8027 * libc/include/math.h (!__STRICT_ANSI__): Include ISOC99-specific
8028 declarations and macros.
8029 Regenerated all Makefile.in, aclocal.m4 and configure files to
8030 use new libtool macros in top-level libtool.m4
8031
8032 2002-06-05 Jeff Johnston <jjohnstn@redhat.com>
8033
8034 * libc/include/string.h[__linux__]: Add strsignal prototype.
8035 * libc/include/sys/lock.h: New file with default locking support.
8036 * libc/include/sys/reent.h: Add signal buffer support for strsignal
8037 and psignal.
8038 * libc/posix/Makefile.am: Add support for readdir_r.c.
8039 * libc/posix/Makefile.in: Regenerated.
8040 * libc/posix/closedir.c: Add locking support and hash table cleanup.
8041 * libc/posix/opendir.c: Add lock support.
8042 * libc/posix/readdir.c: Ditto.
8043 * libc/posix/rewinddir.c: Ditto.
8044 * libc/posix/scandir.c: Ditto.
8045 * libc/posix/seekdir.c: Ditto.
8046 * libc/posix/telldir.c: Ditto plus add _cleanupdir routine to
8047 clean up leftover hash table entries.
8048 * libc/posix/readdir_r.c: New file.
8049 * libc/sys/linux/Makefile.am: Add psignal.c and strsignal.c support.
8050 * libc/sys/linux/Makefile.in: Regenerated.
8051 * libc/sys/linux/sys/dirent.h: Add dd_lock to DIR structure.
8052 * libc/sys/linux/sys/signal.h: Add psignal prototype.
8053 * libc/sys/linux/psignal.c: New file.
8054 * libc/sys/linux/strsignal.c: Ditto.
8055
8056 2002-06-03 Corinna Vinschen <corinna@vinschen.de>
8057
8058 * libc/include/sys/types.h: Don't define dev_t when compiling for
8059 Cygwin.
8060
8061 2002-05-31 Jeff Johnston <jjohnstn@redhat.com>
8062
8063 * libc/sys/linux/Makefile.am: Add sig.c and sigaction.c. Also
8064 make siglist.inc dependent on sig.c instead of signal.c.
8065 * libc/sys/linux/Makefile.in: Regenerated.
8066 * libc/sys/linux/sig.c: Rename from signal.c and change code to
8067 use NSIG instead of _NSIG.
8068 * libc/sys/linux/sigaction.c: New file.
8069 * libc/sys/linux/signal.c: Changed to be linux signal() function
8070 so as to override regular newlib default signal.c.
8071 * libc/sys/linux/machine/i386/Makefile.am: Remove sigset.c.
8072 * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
8073 * libc/sys/linux/machine/i386/sigset.c: Moved to linux main directory.
8074 * libc/sys/linux/sigset.c: Moved from machine/i386 directory.
8075 * libc/sys/linux/sys/signal.h: Redefine NSIG to _NSIG and override
8076 default linux sigset_t typedef by defining it equal to __sigset_t.
8077 * libc/unix/sigset.c: Add check so code isn't compiled on systems
8078 with a sigset_t that isn't implemented with a single int.
8079
8080 2002-05-30 Jeff Johnston <jjohnstn@redhat.com>
8081
8082 * libc/sys/linux/Makefile.am: Add support for new files.
8083 * libc/sys/linux/Makefile.in: Regenerated.
8084 * libc/sys/linux/ids.c: Add __getuid weak alias for getuid.
8085 * libc/sys/linux/signal.c: Change to use real-time syscalls for
8086 sigsuspend, sigprocmask, and sigpending. Also remove sigaction as
8087 it is in a separate file now.
8088 * libc/sys/linux/machine/i386/Makefile.am
8089 * libc/sys/linux/machine/i386/Makefile.in
8090 * libc/sys/linux/sys/signal.h: Add include of <bits/signum.h>.
8091 * libc/sys/linux/sigaction.c: New file.
8092 * libc/sys/linux/sigqueue.c: Ditto.
8093 * libc/sys/linux/sigwait.c: Ditto.
8094 * libc/sys/linux/machine/i386/sigaction.c: Ditto.
8095 * libc/sys/linux/kernel_sigaction.h: Ditto.
8096
8097 2002-05-28 Jeff Johnston <jjohnstn@redhat.com>
8098
8099 * libc/sys/linux/Makefile.am: Add support for cfspeed.c and
8100 tcsendbrk.c.
8101 * libc/sys/linux/Makefile.in: Regenerated.
8102 * libc/sys/linux/termios.c: Add tcflow(), tcflush(),
8103 tcgetpgrp(), and tcsetpgrp() functions.
8104 * libc/sys/linux/sys/termios.h: Add include of machine/termios.h
8105 to get __MAX_BAUD rate.
8106 * libc/sys/linux/machine/i386/include/termios.h: New file.
8107 * libc/include/machine/termios.h: Ditto.
8108 * libc/sys/linux/cfspeed.c: Ditto.
8109 * libc/sys/linux/tcsendbrk.c: Ditto.
8110
8111 2002-05-24 Jeff Johnston <jjohnstn@redhat.com>
8112
8113 * libc/include/string.h: Add strnlen and strerror_r prototypes.
8114 * libc/string/Makefile.am: Add strnlen.c and strerror_r.c support.
8115 * libc/string/Makefile.in: Regenerated.
8116 * libc/string/strerror_r.c: New file.
8117 * libc/string/strnlen.c: New file.
8118 * libc/sys/linux/Makefile.am: Add rename.c.
8119 * libc/sys/linux/Makefile.in: Regenerated.
8120 * libc/sys/linux/rename.c: New file to override default rename.
8121
8122 2002-05-24 Thomas Fitzsimmons <fitzsim@redhat.com>
8123
8124 * libc/sys/linux/sys/cdefs.h: Add __weak_reference macros.
8125 * libc/sys/linux/sys/time.h: Add conversion macros.
8126 * libc/sys/linux/sys/types.h: Add FD_ macros. Include <bits/types.h>.
8127 * libc/sys/linux/ids.c: Add setresuid and syslog syscalls.
8128 * libc/sys/linux/gethostname.c: New file.
8129 * libc/sys/linux/seteuid.c: New file.
8130 * libc/sys/linux/sysctl.c: New file.
8131
8132 2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
8133
8134 * libc/string/Makefile.am: Add support for strsep.c.
8135 * libc/string/Makefile.in: Regenerated.
8136 * libc/string/strsep.c: New file.
8137 * libc/string/strtok.c: Change to call __strtok_r service routine.
8138 * libc/string/strtok_r.c: Add __strtok_r routine which takes
8139 additional flag parameter regarding whether to skip leading delimeters.
8140 Change strtok_r to call __strtok_r.
8141
8142 2002-05-23 Gareth Pearce <tilps@hotmail.com>
8143
8144 * libc/stdio/Makefile.am: Modify to add setbuffer.c and setlinebuf.c.
8145 * libc/stdio/Makefile.in: Regenerated.
8146 * libc/stdio/setbuffer.c: New file.
8147 * libc/stdio/setlinebuf.c: New file.
8148
8149 2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
8150
8151 * libc/sys/linux/Makefile.am: Add resource.c.
8152 * libc/sys/linux/Makefile.in: Regenerated.
8153 * libc/sys/linux/resource.c: New file.
8154 * libc/sys/linux/time.c: Add settimeofday, getitimer, and setitimer.
8155 * libc/sys/linux/machine/i386/Makefile.am: Remove syscalls.c.
8156 * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
8157 * libc/sys/linux/machine/i386/syscalls.c: Removed as functions
8158 are now found in libc/sys/linux/resource.c.
8159
8160 2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
8161
8162 * libc/include/string.h (bcmp, bcopy, bzero): Change prototypes
8163 to use void * pointers and comply with Single Unix spec.
8164 * libc/string/bcmp.c: Change to use void * instead of char *.
8165 * libc/string/bcopy.c: Ditto.
8166 * libc/string/bzero.c: Ditto.
8167
8168 2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
8169
8170 * libc/sys/linux/shm_open.c: New file.
8171 * libc/sys/linux/shm_unlink.c: Ditto.
8172 * libc/sys/linux/Makefile.am: Add support for shm_open.c and
8173 shm_unlink.c.
8174 * libc/sys/linux/Makefile.in: Regenerated.
8175 * libc/sys/linux/sys/types.h: Add some additional checks to see
8176 if clock_t or time_t is already defined.
8177
8178 2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
8179
8180 * Makefile.am: Don't pass $toollibdir down directly in
8181 AM_MAKEFLAGS as it causes all multilibs to use the same toollibdir.
8182 Pass it under the name: top_toollibdir.
8183 * Makefile.in: Regenerated.
8184
8185 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
8186
8187 * libc/include/sys/types.h: Revert previous patch.
8188
8189 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
8190
8191 * libc/include/sys/types.h: Include cygwin/types.h always under
8192 Cygwin, not only if _POSIX_THREADS is defined.
8193
8194 2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>
8195
8196 * configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.
8197
8198 2002-05-17 Jeff Johnston <jjohnstn@redhat.com>
8199
8200 * Makefile.am: Copy and install headers from sys/machine/include
8201 directory. Also pass $toollibdir to lower-level directories.
8202 * Makefile.in: Regenerated.
8203 * libc/include/stdio.h[!_REENT_ONLY]: Change stdin, stdout, and
8204 stderr to use _REENT macro instead of _impure_ptr directly.
8205 * libc/include/sys/config.h[__i386__][__linux__]: Define
8206 __DYNAMIC_REENT__.
8207 * libc/include/sys/reent.h[!_REENT_ONLY]: Change _REENT macro to be
8208 call to __getreent() function if !__SINGLE_THREAD__ and
8209 __DYNAMIC_REENT__ is set.
8210 * libc/reent/Makefile.am: Add support for getreent.c.
8211 * libc/reent/Makefile.in: Regenerated.
8212 * libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.
8213 * libc/sys/linux/Makefile.am: Add support for new files.
8214 * libc/sys/linux/configure.in: Add $EXTRA_DIRS variable.
8215 * libc/sys/linux/Makefile.in: Regenerated.
8216 * libc/sys/linux/configure: Ditto.
8217 * libc/sys/linux/io.c: Add poll syscall. Also weak-alias
8218 __close, __read, __write, __poll, __open, __lseek, __fcntl from
8219 their __libc_ counterparts.
8220 * libc/sys/linux/io64.c: Add __libc_ prefix to lseek64 and open64
8221 and weak-alias to regular names.
8222 * libc/sys/linux/pread64.c: Rename to __libc_pread64 and weak-alias
8223 to pread64 and __pread64.
8224 * libc/sys/linux/process.c: Weak_alias __libc_getpid to __getpid.
8225 * libc/sys/linux/pwrite64.c: Rename to __libc_pwrite64 and
8226 weak-alias to pwrite64.
8227 * libc/sys/linux/sched.c: Weak-alias __libc_sched_getparam,
8228 __libc_sched_getscheduler, __libc_sched_get_priority_max,
8229 __libc_sched_get_priority_min, and __libc_sched_setschedule to
8230 name with __ instead of __libc_.
8231 * libc/sys/linux/siglongjmp.c: Include <machine/weakalias.h>.
8232 Rename siglongjmp to __libc_siglongjmp and weak-alias to siglongjmp.
8233 Call __libc_longjmp instead of longjmp, from __libc_siglongjmp.
8234 * libc/sys/linux/signal.c: Rename raise to __libc_raise and weak-alias
8235 to raise.
8236 * libc/sys/linux/socket.c: Weak-alias __libc_connect to __connect and
8237 __libc_send to __send.
8238 * libc/sys/linux/time.c: Weak-alias __libc_gettimeofday to
8239 __gettimeofday.
8240 * libc/sys/linux/wait.c: Rename wait to __libc_wait and weak-alias
8241 it to wait. Rename wait3 to __libc_wait3 and weak-alias it to wait3.
8242 * libc/sys/linux/include/setjmp.h: Use __jmp_buf in sigjmp_buf
8243 type and typedef __jmp_buf to jmp_buf.
8244 * libc/sys/linux/machine/i386/Makefile.am: Add syscalls.c and
8245 setjmp.S.
8246 * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
8247 * libc/sys/linux/machine/i386/crt0.c: Add support to clear .bss
8248 section.
8249 * libc/sys/linux/machine/i386/socketcall.h: Change to use __libc_
8250 prefix for function macros and then use weak_alias() to regular names.
8251 * libc/sys/linux/machine/i386/syscall.h: Ditto.
8252 * libc/sys/linux/sys/errno.h: Define EOPNOTSUP to be ENOTSUP.
8253 * libc/sys/linux/sys/stdio.h: Define _flockfile and _funlockfile
8254 to be flockfile() and funlockfile() respectively.
8255 * libc/sys/linux/sys/types.h
8256 * libc/reent/getreent.c: New file.
8257 * libc/sys/linux/flockfile.c: Ditto.
8258 * libc/sys/linux/funlockfile.c: Ditto.
8259 * libc/sys/linux/getreent.c: Ditto.
8260 * libc/sys/linux/pread.c: Ditto.
8261 * libc/sys/linux/pwrite.c: Ditto.
8262 * libc/sys/linux/raise.c: Ditto.
8263 * libc/sys/linux/system.c: Ditto.
8264 * libc/sys/linux/tcdrain.c: Ditto.
8265 * libc/sys/linux/machine/i386/i386mach.h: Ditto.
8266 * libc/sys/linux/machine/i386/setjmp.S: Ditto.
8267 * libc/sys/linux/machine/i386/syscalls.c: Ditto.
8268 * libc/sys/linux/machine/i386/weakalias.h: Ditto.
8269 * libc/sys/linux/machine/i386/include/setjmp.h: Ditto.
8270
8271 2002-05-14 Dhananjay Deshpande <dhananjayd@kpit.com>
8272
8273 * newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c.
8274 * newlib/libc/sys/h8300hms/read.c: New file. Magic trap 0xC8 for sim.
8275 * newlib/libc/sys/h8300hms/syscalls.c: Move _read() to read.c.
8276 * newlib/libs/sys/h8300hms/sys/syscall.h: New file.
8277
8278 Thu May 16 17:24:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
8279
8280 * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
8281 __LITTLE_ENDIAN__. make sure r0 has right value at first loop
8282 exit point.
8283
8284 2002-05-15 Thomas Fitzsimmons <fitzsim@redhat.com>
8285
8286 * testsuite/lib/newlib.exp: Add newlib_include_flags to compile
8287 options when testing natively on i[3456]86-*-linux.
8288
8289 * testsuite/lib/checkoutput.exp (newlib_check_output): Output
8290 only one pass or fail per test file. Trim \r's from output
8291 values received from test programs. Remove support for named
8292 tests.
8293 * testsuite/newlib.locale/UTF-8.exp: Update to support new
8294 newlib_check_output behaviour.
8295 * testsuite/newlib.locale/UTF-8.c: Likewise.
8296
8297 2002-05-15 Jeff Johnston <jjohnstn@redhat.com>
8298
8299 * libc/include/stdlib.h: Add on_exit prototype.
8300 * libc/include/sys/reent.h (struct _atexit): Add argument array
8301 and bits to track type of exit routine to support both on_exit
8302 and atexit.
8303 (_REENT_INIT_PTR): Add missing fields that won't be zeroed out
8304 by default and change the setting of the atexit structure.
8305 (_REENT_INIT)[!_REENT_SMALL]: Remove extraneous end brace.
8306 * libc/stdlib/on_exit.c: New file.
8307 * libc/stdlib/Makefile.am: Add support for on_exit.
8308 * libc/stdlib/Makefile.in: Regenerated.
8309 * libc/stdlib/atexit.c: Change to initialize types field.
8310 * libc/stdlib/exit.c: Change to look at types field for each
8311 exit routine and either call an atexit-style or an on_exit-style
8312 routine accordingly.
8313
8314 2002-05-13 Jeff Johnston <jjohnstn@redhat.com>
8315
8316 * libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Don't
8317 allow v specifier with n or L specifiers. For vector c format,
8318 move tmp declaration to the top.
8319
8320 2002-05-13 Jeff Johnston <jjohnstn@redhat.com>
8321
8322 * libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Restore
8323 the original format specifier when looping for vectors to compensate
8324 for any changes made in vector %g format processing.
8325 Also add syntax checking for various invalid scenarios
8326 involving vector format extensions.
8327 * libc/machine/powerpc/vfscanf.c(__VFSCANF_R)[__ALTIVEC__]: Fix
8328 return code setting for vector formats. Also treat vector
8329 separator mismatch as a match error instead of an input error.
8330 Perform some syntax checking for vector formats.
8331
8332 2002-05-10 Mark Bradshaw <bradshaw@staff.crosswalk.com>
8333
8334 * libc/include/string.h (!__STRICT_ANSI__): Add strlcat and strlcpy.
8335 * libc/string/Makefile.am: Add strlcat.c and strlcpy.c.
8336 * libc/string/strlcat.c: New file.
8337 * libc/string/strlcpy.c: New file.
8338
8339 2002-05-10 Jeff Johnston <jjohnstn@redhat.com>
8340
8341 * libc/string/strchr.c: Fix comment typo.
8342
8343 2002-05-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8344
8345 * acinclude.m4: Add support for --enable-newlib-multithread.
8346 * configure.host (newlib_cflags): Add -D__SINGLE_THREAD__ if
8347 --enable-newlib-multithread=no.
8348
8349 * libc/stdio/getc_u.c: New file.
8350 * libc/stdio/getchar_u.c: New file.
8351 * libc/stdio/putc_u.c: New file.
8352 * libc/stdio/putchar_u.c: New file.
8353 * libc/include/stdio.h: Add declarations for getc_unlocked,
8354 getchar_unlocked, putc_unlocked and putchar_unlocked.
8355 * libc/stdio/Makefile.am (LIB_SOURCES): Add new files.
8356 (CHEWOUT_FILES): Add new files' .def's.
8357 * libc/stdio/putchar.c (_putchar_r): Replace __sputc with putc.
8358
8359 Wed May 8 17:47:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
8360
8361 * libc/machine/sh/memset.S (memset, __SHMEDIA__ code):
8362 Also handle as single quad word when destination ends at last
8363 byte of first quad word. Fix byte selection in single quad code.
8364
8365 2002-05-07 Thomas Fitzsimmons <fitzsim@redhat.com>
8366
8367 * libc/include/sys/stdio.h: New file.
8368 * libc/sys/linux/sys/stdio.h: New file.
8369 * libc/include/stdio.h: Add declarations for flockfile,
8370 ftrylockfile, and funlockfile. Include <sys/stdio.h>.
8371 * libc/stdio/clearerr.c: Add file locking.
8372 * libc/stdio/fclose.c: Likewise.
8373 * libc/stdio/feof.c: Likewise.
8374 * libc/stdio/ferror.c: Likewise.
8375 * libc/stdio/fflush.c: Likewise.
8376 * libc/stdio/fgetc.c: Likewise.
8377 * libc/stdio/fgetpos.c: Likewise.
8378 * libc/stdio/fgets.c: Likewise.
8379 * libc/stdio/fileno.c: Likewise.
8380 * libc/stdio/fputc.c: Likewise.
8381 * libc/stdio/fputs.c: Likewise.
8382 * libc/stdio/fread.c: Likewise.
8383 * libc/stdio/freopen.c: Likewise.
8384 * libc/stdio/fseek.c: Likewise.
8385 * libc/stdio/ftell.c: Likewise.
8386 * libc/stdio/fwrite.c: Likewise.
8387 * libc/stdio/getc.c: Likewise.
8388 * libc/stdio/putc.c: Likewise.
8389 * libc/stdio/setvbuf.c: Likewise.
8390 * libc/stdio/ungetc.c: Likewise.
8391 * libc/stdio/vfprintf.c: Likewise.
8392
8393 2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
8394
8395 * libc/machine/powerpc/vfprintf.c[__ALTIVEC__]: Add vector
8396 support for 'p' format. Fix code to print bytes for vector
8397 integer formats that do not specify 'h' or 'l'.
8398 * libc/machine/powerpc/vfscanf.c[__ALTIVEC__]: Add vector support
8399 for 'p' specifier. Fix code to scan 16 bytes for vector integer
8400 formats that do not specify 'h' or 'l'.
8401
8402 * libc/include/stdlib.h (a64l, l64a, _l64a_r): Added prototypes.
8403
8404 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
8405
8406 * libc/sys/arm/syscalls.c (_rename): Add parameter names.
8407 (_sbrk): Add cast of return value.
8408
8409 2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
8410
8411 * libc/include/sys/reent.h (_l64a_buf): New reentrant area.
8412 (_REENT_L64A_BUF): New macro for accessing area.
8413 * libc/stdlib/Makefile.am: Add a64l.c and l64a.c.
8414 * libc/stdlib/Makefile.in: Regenerated.
8415 * libc/stdlib/a64l.c: New file.
8416 * libc/stdlib/l64a.c: New file.
8417
8418 2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
8419
8420 * libc/unix/pread.c: Fix typo for _pread_r.
8421 * libc/unix/pwrite.c: Fix type for _pwrite_r.
8422 * libc/sys/linux/pread64.c: Fix typo for read syscall.
8423 * libc/sys/linux/pwrite64.c: Fix typo for write syscall.
8424
8425 2002-05-03 Christopher Faylor <cgf@redhat.com>
8426
8427 * libc/include/sys/unistd.h: Define getdomainname under cygwin.
8428
8429 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8430
8431 * configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.
8432
8433 2002-05-01 Christopher Faylor <cgf@redhat.com>
8434
8435 * utmp.h: Define more UNIX constants.
8436
8437 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8438
8439 * Makefile.am: Add support for checking multilibs.
8440
8441 * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB.
8442 (SUBDEFS): Add LIBC_EXTRA_DEF.
8443 * libc/configure.in (LIBC_EXTRA_LIB): New variable.
8444 (LIBC_EXTRA_DEF): Likewise.
8445 (extra_dir): Likewise.
8446 * libc/machine/xscale/machine: New directory.
8447 * libc/machine/xscale/machine/profile.h: New file.
8448
8449 * Makefile.am (site.exp): Remove newlib_cflags. Add
8450 multibuildtop.
8451 * testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's.
8452 * testsuite/lib/flags.exp: New file.
8453 * testsuite/lib/newlib.exp: Load flags.exp.
8454 (newlib_target_compile): Remove libgloss directory references.
8455 (newlib_init): Remove newlib_cflags references.
8456
8457 2002-04-30 Thomas Fitzsimmons <fitzsim@redhat.com>
8458
8459 * testsuite/lib/newlib.exp (newlib_target_compile): Change
8460 method of finding libgloss_target_dir.
8461
8462 * Makefile.am (site.exp): Change host_alias, host_triplet,
8463 target_alias, target_triplet to refer to gcc's host and target
8464 variables (newlib's build and host variables).
8465 * testsuite/lib/newlib.exp (newlib_init): Change build
8466 references to host references, host references to target
8467 references to reflect Makefile.am changes.
8468 (newlib_target_compile): Likewise.
8469 (newlib_finish): Likewise.
8470
8471 2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
8472
8473 * libc/sys/linux/io64.c (fstat64, lstat64): New syscalls added.
8474
8475 2002-04-29 Jonathan Larmour <jlarmour@redhat.com>
8476
8477 * libc/sys/arm/syscalls.c (_rename): New function. Just a stub.
8478 (_system): New function. Ditto.
8479 * libc/stdlib/system.c (_system_r): Call _system if HAVE_SYSTEM.
8480 * configure.host: define HAVE_SYSTEM and HAVE_RENAME for xscale
8481 targets.
8482
8483 2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
8484
8485 * libc/include/sys/unistd.h (pread, pwrite): Added prototypes.
8486 * libc/unix/Makefile.am: Add pread.c and pwrite.c.
8487 * libc/sys/linux/Makefile.am: Add pread64.c and pwrite64.c.
8488 * libc/sys/linux/Makefile.in: Regenerated.
8489 * libc/unix/Makefile.in: Ditto.
8490 * libc/sys/linux/pread64.c: New file.
8491 * libc/sys/linux/pwrite64.c: Ditto.
8492 * libc/unix/pread.c: Ditto.
8493 * libc/unix/pwrite.c: Ditto.
8494
8495 2002-04-26 Jeff Johnston <jjohnstn@redhat.com>
8496
8497 * libc/sys/linux/Makefile.am: Add io64.c.
8498 * libc/sys/linux/Makefile.in: Regenerated.
8499 * libc/sys/linux/io.c(mkfifo, fsync, fdatasync): Added syscalls.
8500 * libc/sys/linux/signal.c (sigwaitinfo, sigtimedwait): Ditto.
8501 * libc/sys/linux/io64.c: New file.
8502
8503 2002-04-26 Jeff Johnston <jjohnstn@redhat.com>
8504
8505 * configure.in (CC_FOR_NEWLIB): New variable that
8506 bases on $(CC) and adds targ-include and libc/include as
8507 -isystem directives if they are not already part of $(CC).
8508 * Makefile.am (AM_MAKEFLAGS): Change setting of CC to equal
8509 $(CC_FOR_NEWLIB).
8510 * configure: Regenerated.
8511 * Makefile.in: Ditto.
8512
8513 2002-04-25 Jeff Johnston <jjohnstn@redhat.com>
8514
8515 * libc/sys/linux/Makefile.am: Add support for sched.c.
8516 * libc/sys/linux/Makefile.in: Regenerated.
8517 * libc/sys/linux/sched.c: New file.
8518 * libc/sys/linux/sys/types.h: Add struct timespec.
8519
8520 2002-04-25 Thomas Fitzsimmons <fitzsim@redhat.com>
8521
8522 * configure.in (CC_FOR_BUILD): Set to gcc whether
8523 cross-compiling or not.
8524 (CC): Add -isystem's for targ-include and libc/include when they
8525 do not already appear in CC.
8526
8527 2002-04-24 Thomas Fitzsimmons <fitzsim@redhat.com>
8528
8529 * Makefile.am (check-DEJAGNU): New target.
8530 (site.exp): Likewise.
8531 * acinclude.m4 (NEWLIB_CONFIGURE): Replace AC_CANONICAL_HOST
8532 with AC_CANONICAL_SYSTEM. Remove AC_CANONICAL_BUILD.
8533 * libc/locale/locale.c (_setlocale_r): Add UTF-8 support.
8534 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Likewise.
8535 * libc/stdlib/wctomb_r.c (_wctomb_r): Likewise.
8536 * testsuite: New directory.
8537 * testsuite/config: Likewise.
8538 * testsuite/lib: Likewise.
8539 * testsuite/newlib.locale: Likewise.
8540 * testsuite/newlib.string: Likewise.
8541 * testsuite/config/default.exp: New file.
8542 * testsuite/lib/checkoutput.exp: New file.
8543 * testsuite/lib/newlib.exp: New file.
8544 * testsuite/lib/passfail.exp: New file.
8545 * testsuite/newlib.locale/UTF-8.c: New file.
8546 * testsuite/newlib.locale/UTF-8.exp: New file.
8547 * testsuite/newlib.locale/locale.exp: New file.
8548 * testsuite/newlib.string/string.exp: New file.
8549 * testsuite/newlib.string/tstring.c: New file.
8550
8551 2002-04-23 Jeff Johnston <jjohnstn@redhat.com>
8552
8553 * libc/include/machine/types.h (__pid_t, __off_t, __loff_t): Added.
8554 * libc/sys/linux/Makefile.am: Add support for mmap.c.
8555 * libc/sys/linux/Makefile.in: Regenerated.
8556 * libc/sys/linux/mmap.c: New file.
8557 * libc/sys/linux/machine/i386/syscall.h: Add _syscall6 macro.
8558 * libc/sys/linux/sys/types.h (pid_t, off_t, loff_t): Added.
8559
8560 2002-04-22 Thomas Fitzsimmons <fitzsim@redhat.com>
8561
8562 * acinclude.m4 (newlib_cflags): Remove include directories that
8563 are already specified in the top-level configure.in's FLAGS_FOR_TARGET.
8564
8565 2002-04-19 Bill Siegmund <ctc-dsl@pacbell.net>
8566
8567 * libc/machine/xscale/memchr.c: Don't use multi-line strings.
8568 * libc/machine/xscale/memcmp.c: Ditto.
8569 * libc/machine/xscale/memcpy.c: Ditto.
8570 * libc/machine/xscale/memmove.c: Ditto.
8571 * libc/machine/xscale/memset.c: Ditto.
8572 * libc/machine/xscale/strchr.c: Ditto.
8573 * libc/machine/xscale/strcmp.c: Ditto.
8574 * libc/machine/xscale/strcpy.c: Ditto.
8575 * libc/machine/xscale/strlen.c: Ditto.
8576
8577 2002-04-19 Alexandre Oliva <aoliva@redhat.com>
8578
8579 * libc/include/sys/config.h: Remove include of <limits.h>.
8580 (__INT_MAX__, __LONG_MAX__): Define like GCC's limits.h would
8581 define INT_MAX and LONG_MAX. Use them in tests.
8582
8583 2002-04-19 Jeff Johnston <jjohnstn@redhat.com>
8584
8585 * configure.host: Add support for powerpc-eabialtivec*.
8586 * libc/include/malloc.h: Add include of <machine/malloc.h>.
8587 * libc/include/stdlib.h: Add include of <machine/stdlib.h>.
8588 * libc/include/machine/malloc.h: New file.
8589 * libc/include/machine/stdlib.h: Ditto.
8590 * libc/include/machine/setjmp.h: Add support for powerpc altivec.
8591 * libc/machine/powerpc/Makefile.am: Add conditional objects and
8592 sources based on configuration.
8593 * libc/machine/powerpc/Makefile.in: Regenerated.
8594 * libc/machine/powerpc/configure: Ditto.
8595 * libc/machine/powerpc/configure.in: Add check for
8596 powerpc-eabialtivec* in which case add in additional source files.
8597 * libc/machine/powerpc/setjmp.S: Add altivec support.
8598 * libc/machine/powerpc/vec_calloc.c: New file.
8599 * libc/machine/powerpc/vec_free.c: Ditto.
8600 * libc/machine/powerpc/vec_malloc.c: Ditto.
8601 * libc/machine/powerpc/vec_mallocr.c: Ditto.
8602 * libc/machine/powerpc/vec_realloc.c: Ditto.
8603 * libc/machine/powerpc/machine/malloc.h: Ditto.
8604 * libc/machine/powerpc/machine/stdlib.h: Ditto.
8605 * libc/machine/powerpc/vfprintf.c: New file that is vfprintf.c
8606 with added altivec format specifiers.
8607 * libc/machine/powerpc/vfscanf.c: New file that is vfscanf.c with
8608 added altivec format specifiers.
8609
8610 2002-04-19 Joel Sherrill <joel@OARcorp.com>
8611
8612 * libs/sys/rtems/crt0.c: Satisfy gcc's references to libc functions
8613 while autoconf is trying to link main(){}.
8614
8615 2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
8616
8617 * libc/sys/linux/signal.c: Remove include of <bits/sigset.h>.
8618 * libc/sys/linux/sys/signal.h: Add include of <bits/sigset.h>.
8619
8620 2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
8621
8622 * libc/time/time.tex: Add tzset info.
8623
8624 2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
8625
8626 * libc/include/time.h (tzset, _tzset_r): Added prototypes.
8627 (strptime): Moved prototype to be within !__STRICT_ANSI__.
8628 (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
8629 (tzname): Defined for all platforms.
8630 (daylight, timezone): Defined only for CYGWIN.
8631 * libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
8632 environment set up.
8633 * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
8634 environment variable is set.
8635 * libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
8636 tzset_r.c.
8637 * libc/time/Makefile.in: Regenerated.
8638 * libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
8639 * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
8640 * libc/time/lcltime_r.c (lcltime_r): Ditto.
8641 * libc/time/local.h: New local header file.
8642 * libc/time/mktime.c (mktime): Add timezone support.
8643 * libc/time/mktm_r.c: New file which is the common engine
8644 for gmtime_r and lcltime_r. This code has timezone support.
8645 * libc/time/strftime.c (strftime): Add %Z timezone support.
8646 * libc/time/tzlock.c: New file containing timezone lock stubs.
8647 * libc/time/tzset.c: New file containing tzset() routine.
8648 * libc/time/tzset_r.c: New file containing _tzset_r and
8649 internal routine for calculating timezone changes for specified year.
8650
8651 2002-04-17 Thomas Fitzsimmons <fitzsim@redhat.com>
8652
8653 * configure.in (CRT0_DIR): Set to libc/.
8654 (CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty.
8655 * Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to
8656 $(CRT0_DIR)$(CRT0) to prevent make warnings. Likewise for
8657 $(CRT1_DIR)/$(CRT1).
8658 * libc/machine/xstormy16/Makefile.in: Regenerated.
8659 * libc/machine/xstormy16/aclocal.m4: Regenerated.
8660 * libc/machine/xstormy16/configure: Regenerated.
8661
8662 2002-04-13 Alexandre Oliva <aoliva@redhat.com>
8663
8664 * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
8665 fails, don't bail out, and try to correct next time.
8666
8667 * libc/include/sys/config.h: Include limits.h.
8668
8669 2002-04-12 Eric Norum <eric.norum@usask.com>
8670
8671 * libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
8672 routine to allow autoconf to determine that building executables
8673 for rtems works.
8674 (rtems_gxx_mutex_lock, rtems_gxx_mutex_unlock): Ditto.
8675 (rtems_gxx_mutex_once): Ditto.
8676
8677 2002-04-09 Tom Rix <trix@redhat.com>
8678
8679 * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix typo.
8680
8681 2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>
8682
8683 * libc/include/time.h: Fix strptime declaration.
8684 * libc/time/Makefile.am: Add strptime.c.
8685 * libc/time/Makefile.in: Regenerated.
8686 * libc/time/strptime.c: New file.
8687
8688 2002-04-08 Jeff Johnston <jjohnstn@redhat.com>
8689
8690 * libc/sys/linux/include/setjmp.h: Add sigjmp_buf type,
8691 siglongjmp prototype, and sigsetjmp macro definition.
8692 * libc/sys/linux/siglongjmp.c: New file.
8693 * libc/sys/linux/Makefile.am: Add support for siglongjmp.
8694 * libc/sys/linux/Makefile.in: Regenerated.
8695
8696 2002-04-04 Jeff Johnston <jjohnstn@redhat.com>
8697
8698 * Makefile.am: Add support for installing crt1.o if one exists.
8699 * configure.host: Specify crt1.o for linux.
8700 * configure.in: Expose CRT1 and CRT1_DIR for Makefile.am to use.
8701 * Makefile.in: Regenerated.
8702 * configure: Ditto.
8703 * libc/include/sys/unistd.h (_SC_STREAM_MAX, _SC_PRIORITY_SCHEDULING):
8704 Added for non-Cygwin, non-RTEMS configurations.
8705 * libc/sys/linux/Makefile.am: Add support for crt1 and sysconf.
8706 * libc/sys/linux/Makefile.in: Regenerated.
8707 * libc/sys/linux/crt1.c: New empty file to override one defaulted
8708 by gcc. This fixes problem with reconfiguring linux newlib build.
8709 * libc/sys/linux/sysconf.c: New file.
8710
8711 2002-04-03 Jeff Johnston <jjohnstn@redhat.com>
8712
8713 * configure.host: Add support for machine subdirectory of
8714 sys subdirectory.
8715 * configure.in: Add check for sys machine subdirectory.
8716 * Makefile.am: Ditto.
8717 * configure: Regenerated.
8718 * Makefile.in: Ditto.
8719 * libc/sys/linux/crt0.c: Moved to machine/i386 directory.
8720 * libc/sys/linux/sys/syscall.h: Ditto.
8721 * libc/sys/linux/sleep.c: New file.
8722 * libc/sys/linux/socket.c: Ditto.
8723 * libc/sys/linux/sockops.h: Ditto.
8724 * libc/sys/linux/stack.c: Ditto.
8725 * libc/sys/linux/usleep.c: Ditto.
8726 * libc/sys/linux/machine/Makefile.am: Ditto.
8727 * libc/sys/linux/machine/Makefile.in: Ditto.
8728 * libc/sys/linux/machine/aclocal.m4: Ditto.
8729 * libc/sys/linux/machine/configure: Ditto.
8730 * libc/sys/linux/machine/configure.in: Ditto.
8731 * libc/sys/linux/machine/i386/Makefile.am: Ditto.
8732 * libc/sys/linux/machine/i386/Makefile.in: Ditto.
8733 * libc/sys/linux/machine/i386/aclocal.m4: Ditto.
8734 * libc/sys/linux/machine/i386/configure: Ditto.
8735 * libc/sys/linux/machine/i386/configure.in: Ditto.
8736 * libc/sys/linux/machine/i386/crt0.c: Ditto.
8737 * libc/sys/linux/machine/i386/sigset.c: Ditto.
8738 * libc/sys/linux/machine/i386/sigstack.h: Ditto.
8739 * libc/sys/linux/machine/i386/socketcall.h: Ditto.
8740 * libc/sys/linux/machine/i386/syscall.h: Ditto.
8741 * libc/sys/linux/sys/select.h: Ditto.
8742 * libc/sys/linux/configure.in: Add support for machine directory.
8743 * libc/sys/linux/Makefile.am: Ditto plus add new files above.
8744 * libc/sys/linux/Makefile.in: Regenerated.
8745 * libc/sys/linux/configure: Ditto.
8746 * libc/sys/linux/brk.c: Use machine/syscall.h instead of sys/syscall.h.
8747 * libc/sys/linux/inode.c: Ditto.
8748 * libc/sys/linux/linux.c: Ditto.
8749 * libc/sys/linux/process.c: Ditto.
8750 * libc/sys/linux/systat.c: Ditto.
8751 * libc/sys/linux/time.c: Ditto.
8752 * libc/sys/linux/wait.c: Ditto.
8753 * libc/sys/linux/ids.c: Change header plus add setfsgid/setfsuid.
8754 * libc/sys/linux/io.c: Change header plus add readv/writev.
8755 * libc/sys/linux/signal.c: Change header plus change sigsuspend to
8756 use __sigsuspend syscall.
8757 * libc/sys/linux/select.c: Change header plus change select to
8758 use _newselect syscall.
8759 * libc/sys/linux/sys/cdefs.h: Add a number of standard definitions
8760 used by glibc header files.
8761 * libc/sys/linux/sys/types.h: Add __socklen_t and __useconds_t
8762 types.
8763
8764 2002-04-01 Jeff Johnston <jjohnstn@redhat.com>
8765
8766 * libc/include/sys/reent.h (_REENT_INIT_PTR): New macro for
8767 initializing a struct _reent that has been dynamically allocated.
8768 (_REENT_CHECK_MISC): New macro that checks _misc struct for
8769 _REENT_SMALL and does nothing otherwise.
8770 (_REENT_STRTOK_LAST): New macro for reentrant strtok.
8771 (_REENT_MBLEN_STATE): New macro for reentrant mblen.
8772 (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc.
8773 (_REENT_WCTOMB_STATE): New macro for reentrant wctomb.
8774 [_REENT_SMALL](struct _misc_reent): New structure containing
8775 miscellaneous reentrant areas needed by newlib.
8776 [_REENT_SMALL](struct _reent): Add _misc pointer.
8777 [_REENT_SMALL](_REENT_INIT_MISC): New macro.
8778 * libc/string/strtok (strtok): Change to use _REENT_CHECK_MISC
8779 and _REENT_STRTOK_LAST macros.
8780 * libc/stdlib/mblen (mblen): Change to use _REENT_CHECK_MISC
8781 and _REENT_MBLEN_STATE macros.
8782 * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC
8783 and _REENT_MBTOWC_STATE macros.
8784 * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC
8785 and _REENT_WCTOMB_STATE macros.
8786
8787 2002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU>
8788
8789 * libc/stdlib/getenv_r.c (_findenv_r): Add missing ENV_UNLOCK.
8790
8791 Wed Mar 27 07:34:44 2002 Jason Tishler <jason@tishler.net>
8792
8793 * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
8794
8795 Tue Mar 26 17:17:10 2002 J"orn Rennecke <joern.rennecke@superh.com>
8796
8797 * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.
8798 Store high part of leading bytes too.
8799
8800 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
8801
8802 * libm/math/ef_hypot.c: Increase scale factor to 68.
8803
8804 2002-03-13 Alexandre Oliva <aoliva@redhat.com>
8805
8806 * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-two
8807 error.
8808
8809 2002-03-12 Jeff Johnston <jjohnstn@redhat.com>
8810
8811 * libc/sys/go32/access.c: Change license to relaxed license
8812 used in identical file throughout newlib/libgloss.
8813
8814 2002-03-12 Richard Earnshaw <rearnsha@arm.com>
8815
8816 * libc/sys/arm/access.c: New file.
8817 * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add access.c.
8818 * libc/sys/arm/Makefile.in: Regenerate.
8819 * libc/sys/arm/syscalls.c (_stat): New function.
8820
8821 2002-03-11 Michael Meissner <meissner@redhat.com>
8822
8823 * libc/machine/mips/Makefile.am (lib_a_SOURCES): Add Mips specific
8824 variants strlen.c, strcmp.c, strncpy.c, memset.c and memcpy.c.
8825 * libc/machine/mips/Makefile.in: Regenerate.
8826 * libc/machine/mips/memcpy.c: New file, optimized for MIPS.
8827 * libc/machine/mips/memset.c: Dito.
8828 * libc/machine/mips/strcmp.c: Dito.
8829 * libc/machine/mips/strlen.c: Dito.
8830 * libc/machine/mips/strncmp.c: Dito.
8831
8832 2002-03-06 Jeff Johnston <jjohnstn@redhat.com>
8833
8834 * libc/machine/i386/Makefile.am: Add $(oext) for setjmp
8835 object so it works for shared library or statici library.
8836 2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
8837
8838 * libc/include/time.h (tzset, _tzset_r): Added prototypes.
8839 (strptime): Moved prototype to be within !__STRICT_ANSI__.
8840 (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
8841 (tzname): Defined for all platforms.
8842 (daylight, timezone): Defined only for CYGWIN.
8843 * libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
8844 environment set up.
8845 * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
8846 environment variable is set.
8847 * libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
8848 tzset_r.c.
8849 * libc/time/Makefile.in: Regenerated.
8850 * libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
8851 * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
8852 * libc/time/lcltime_r.c (lcltime_r): Ditto.
8853 * libc/time/local.h: New local header file.
8854 * libc/time/mktime.c (mktime): Add timezone support.
8855 * libc/time/mktm_r.c: New file which is the common engine
8856 for gmtime_r and lcltime_r. This code has timezone support.
8857 * libc/time/strftime.c (strftime): Add %Z timezone support.
8858 * libc/time/tzlock.c: New file containing timezone lock stubs.
8859 * libc/time/tzset.c: New file containing tzset() routine.
8860 * libc/time/tzset_r.c: New file containing _tzset_r and
8861 internal routine for calculating timezone changes for specified year.
8862
8863 2002-04-17 Thomas Fitzsimmons <fitzsim@redhat.com>
8864
8865 * configure.in (CRT0_DIR): Set to libc/.
8866 (CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty.
8867 * Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to
8868 $(CRT0_DIR)$(CRT0) to prevent make warnings. Likewise for
8869 $(CRT1_DIR)/$(CRT1).
8870 * libc/machine/xstormy16/Makefile.in: Regenerated.
8871 * libc/machine/xstormy16/aclocal.m4: Regenerated.
8872 * libc/machine/xstormy16/configure: Regenerated.
8873
8874 2002-04-13 Alexandre Oliva <aoliva@redhat.com>
8875
8876 * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
8877 fails, don't bail out, and try to correct next time.
8878
8879 * libc/include/sys/config.h: Include limits.h.
8880
8881 2002-04-12 Eric Norum <eric.norum@usask.com>
8882
8883 * libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
8884 routine to allow autoconf to determine that building executables
8885 for rtems works.
8886 (rtems_gxx_mutex_lock, rtems_gxx_mutex_unlock): Ditto.
8887 (rtems_gxx_mutex_once): Ditto.
8888
8889 2002-04-09 Tom Rix <trix@redhat.com>
8890
8891 * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix typo.
8892
8893 2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>
8894
8895 * libc/include/time.h: Fix strptime declaration.
8896 * libc/time/Makefile.am: Add strptime.c.
8897 * libc/time/Makefile.in: Regenerated.
8898 * libc/time/strptime.c: New file.
8899
8900 2002-04-08 Jeff Johnston <jjohnstn@redhat.com>
8901
8902 * libc/sys/linux/include/setjmp.h: Add sigjmp_buf type,
8903 siglongjmp prototype, and sigsetjmp macro definition.
8904 * libc/sys/linux/siglongjmp.c: New file.
8905 * libc/sys/linux/Makefile.am: Add support for siglongjmp.
8906 * libc/sys/linux/Makefile.in: Regenerated.
8907
8908 2002-04-04 Jeff Johnston <jjohnstn@redhat.com>
8909
8910 * Makefile.am: Add support for installing crt1.o if one exists.
8911 * configure.host: Specify crt1.o for linux.
8912 * configure.in: Expose CRT1 and CRT1_DIR for Makefile.am to use.
8913 * Makefile.in: Regenerated.
8914 * configure: Ditto.
8915 * libc/include/sys/unistd.h (_SC_STREAM_MAX, _SC_PRIORITY_SCHEDULING):
8916 Added for non-Cygwin, non-RTEMS configurations.
8917 * libc/sys/linux/Makefile.am: Add support for crt1 and sysconf.
8918 * libc/sys/linux/Makefile.in: Regenerated.
8919 * libc/sys/linux/crt1.c: New empty file to override one defaulted
8920 by gcc. This fixes problem with reconfiguring linux newlib build.
8921 * libc/sys/linux/sysconf.c: New file.
8922
8923 2002-04-03 Jeff Johnston <jjohnstn@redhat.com>
8924
8925 * configure.host: Add support for machine subdirectory of
8926 sys subdirectory.
8927 * configure.in: Add check for sys machine subdirectory.
8928 * Makefile.am: Ditto.
8929 * configure: Regenerated.
8930 * Makefile.in: Ditto.
8931 * libc/sys/linux/crt0.c: Moved to machine/i386 directory.
8932 * libc/sys/linux/sys/syscall.h: Ditto.
8933 * libc/sys/linux/sleep.c: New file.
8934 * libc/sys/linux/socket.c: Ditto.
8935 * libc/sys/linux/sockops.h: Ditto.
8936 * libc/sys/linux/stack.c: Ditto.
8937 * libc/sys/linux/usleep.c: Ditto.
8938 * libc/sys/linux/machine/Makefile.am: Ditto.
8939 * libc/sys/linux/machine/Makefile.in: Ditto.
8940 * libc/sys/linux/machine/aclocal.m4: Ditto.
8941 * libc/sys/linux/machine/configure: Ditto.
8942 * libc/sys/linux/machine/configure.in: Ditto.
8943 * libc/sys/linux/machine/i386/Makefile.am: Ditto.
8944 * libc/sys/linux/machine/i386/Makefile.in: Ditto.
8945 * libc/sys/linux/machine/i386/aclocal.m4: Ditto.
8946 * libc/sys/linux/machine/i386/configure: Ditto.
8947 * libc/sys/linux/machine/i386/configure.in: Ditto.
8948 * libc/sys/linux/machine/i386/crt0.c: Ditto.
8949 * libc/sys/linux/machine/i386/sigset.c: Ditto.
8950 * libc/sys/linux/machine/i386/sigstack.h: Ditto.
8951 * libc/sys/linux/machine/i386/socketcall.h: Ditto.
8952 * libc/sys/linux/machine/i386/syscall.h: Ditto.
8953 * libc/sys/linux/sys/select.h: Ditto.
8954 * libc/sys/linux/configure.in: Add support for machine directory.
8955 * libc/sys/linux/Makefile.am: Ditto plus add new files above.
8956 * libc/sys/linux/Makefile.in: Regenerated.
8957 * libc/sys/linux/configure: Ditto.
8958 * libc/sys/linux/brk.c: Use machine/syscall.h instead of sys/syscall.h.
8959 * libc/sys/linux/inode.c: Ditto.
8960 * libc/sys/linux/linux.c: Ditto.
8961 * libc/sys/linux/process.c: Ditto.
8962 * libc/sys/linux/systat.c: Ditto.
8963 * libc/sys/linux/time.c: Ditto.
8964 * libc/sys/linux/wait.c: Ditto.
8965 * libc/sys/linux/ids.c: Change header plus add setfsgid/setfsuid.
8966 * libc/sys/linux/io.c: Change header plus add readv/writev.
8967 * libc/sys/linux/signal.c: Change header plus change sigsuspend to
8968 use __sigsuspend syscall.
8969 * libc/sys/linux/select.c: Change header plus change select to
8970 use _newselect syscall.
8971 * libc/sys/linux/sys/cdefs.h: Add a number of standard definitions
8972 used by glibc header files.
8973 * libc/sys/linux/sys/types.h: Add __socklen_t and __useconds_t
8974 types.
8975
8976 2002-04-01 Jeff Johnston <jjohnstn@redhat.com>
8977
8978 * libc/include/sys/reent.h (_REENT_INIT_PTR): New macro for
8979 initializing a struct _reent that has been dynamically allocated.
8980 (_REENT_CHECK_MISC): New macro that checks _misc struct for
8981 _REENT_SMALL and does nothing otherwise.
8982 (_REENT_STRTOK_LAST): New macro for reentrant strtok.
8983 (_REENT_MBLEN_STATE): New macro for reentrant mblen.
8984 (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc.
8985 (_REENT_WCTOMB_STATE): New macro for reentrant wctomb.
8986 [_REENT_SMALL](struct _misc_reent): New structure containing
8987 miscellaneous reentrant areas needed by newlib.
8988 [_REENT_SMALL](struct _reent): Add _misc pointer.
8989 [_REENT_SMALL](_REENT_INIT_MISC): New macro.
8990 * libc/string/strtok (strtok): Change to use _REENT_CHECK_MISC
8991 and _REENT_STRTOK_LAST macros.
8992 * libc/stdlib/mblen (mblen): Change to use _REENT_CHECK_MISC
8993 and _REENT_MBLEN_STATE macros.
8994 * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC
8995 and _REENT_MBTOWC_STATE macros.
8996 * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC
8997 and _REENT_WCTOMB_STATE macros.
8998
8999 2002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU>
9000
9001 * libc/stdlib/getenv_r.c (_findenv_r): Add missing ENV_UNLOCK.
9002
9003 Wed Mar 27 07:34:44 2002 Jason Tishler <jason@tishler.net>
9004
9005 * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
9006
9007 Tue Mar 26 17:17:10 2002 J"orn Rennecke <joern.rennecke@superh.com>
9008
9009 * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.
9010 Store high part of leading bytes too.
9011
9012 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
9013
9014 * libm/math/ef_hypot.c: Increase scale factor to 68.
9015
9016 2002-03-13 Alexandre Oliva <aoliva@redhat.com>
9017
9018 * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-two
9019 error.
9020
9021 2002-03-12 Jeff Johnston <jjohnstn@redhat.com>
9022
9023 * libc/sys/go32/access.c: Change license to relaxed license
9024 used in identical file throughout newlib/libgloss.
9025
9026 2002-03-12 Richard Earnshaw <rearnsha@arm.com>
9027
9028 * libc/sys/arm/access.c: New file.
9029 * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add access.c.
9030 * libc/sys/arm/Makefile.in: Regenerate.
9031 * libc/sys/arm/syscalls.c (_stat): New function.
9032
9033 2002-03-11 Michael Meissner <meissner@redhat.com>
9034
9035 * libc/machine/mips/Makefile.am (lib_a_SOURCES): Add Mips specific
9036 variants strlen.c, strcmp.c, strncpy.c, memset.c and memcpy.c.
9037 * libc/machine/mips/Makefile.in: Regenerate.
9038 * libc/machine/mips/memcpy.c: New file, optimized for MIPS.
9039 * libc/machine/mips/memset.c: Dito.
9040 * libc/machine/mips/strcmp.c: Dito.
9041 * libc/machine/mips/strlen.c: Dito.
9042 * libc/machine/mips/strncmp.c: Dito.
9043
9044 2002-03-06 Jeff Johnston <jjohnstn@redhat.com>
9045
9046 * libc/machine/i386/Makefile.am: Add $(oext) for setjmp
9047 object so it works for shared library or statici library.
9048 * libc/machine/i386/Makefile.in: Regenerated.
9049
9050 Wed Mar 6 10:24:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
9051
9052 * libc/machine/sh/Makefile.am (lib_a_SOURCES, SH64 case):
9053 Add memcpy.S, memset.S and strcpy.S.
9054 * libc/machine/sh/Makefile.in: Regenerate.
9055 * libc/machine/sh/asm.h (_ENTRY): Set SH5 alignment to 8 bytes.
9056 (SHHI, SHLO): Define.
9057 * libc/machine/sh/memset.S: Add code for SH5.
9058 * libc/machine/sh/memset.S: Likewise.
9059 * libc/machine/sh/strcpy.S: Likewise.
9060
9061 2002-02-27 Jeff Johnston <jjohnstn@redhat.com>
9062
9063 * configure.host: Add check for --disable-newlib-io-float
9064 configuration option and add -DNO_FLOATING_POINT to newlib cflags
9065 if appropriate.
9066 * acinclude.m4: Added --disable-newlib-io-float option.
9067 * aclocal.m4: Regenerated.
9068 * configure: Ditto.
9069 * doc/aclocal.m4 doc/configure libc/aclocal.m4 libc/configure
9070 * libc/*/aclocal.m4 libc/*/configure
9071 * libm/*/aclocal.m4 libm/*/configure: Ditto.
9072 * libc/stdio/vfprintf.c [!INTEGER_ONLY]: Only set FLOATING_POINT
9073 if NO_FLOATING_POINT flag is not defined.
9074
9075 2002-02-25 Jeff Johnston <jjohnstn@redhat.com>
9076
9077 * libc/include/sys/config.h: Add __extension__ in front of
9078 long long references.
9079
9080 2002-02-23 Corinna Vinschen <corinna@vinschen.de>
9081
9082 * libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.
9083 (_stat): Ditto.
9084
9085 2002-02-23 Corinna Vinschen <corinna@vinschen.de>
9086
9087 * libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead
9088 of off_t.
9089
9090 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
9091
9092 * libc/machine/xscale/strchr.c (strchr): Add 'r1' to the list of
9093 clobbered registers.
9094
9095 2002-02-19 Thomas Fitzsimmons <fitzsim@redhat.com>
9096
9097 * configure.host (newlib_cflags): When host is in m68* add
9098 -DCOMPACT_CTYPE.
9099
9100 2002-02-15 Jeff Johnston <jjohnstn@redhat.com>
9101
9102 * libc/include/sys/config.h: Add definitions for
9103 __int16_t, __uint16_t, __int64_t, and __uint64_t.
9104
9105 2002-02-12 Hans-Peter Nilsson <hp@bitrange.com>
9106
9107 * libc/sys/mmixware/link.c: New.
9108 * libc/sys/mmixware/sys/syscall.h (TRAP1i, I3f): Make asm
9109 volatile.
9110 * libc/sys/mmixware/times.c (_times): Renamed from times.
9111 * libc/sys/mmixware/open.c (_open): Attempt to handle O_APPEND
9112 properly by reading previous contents, not through BinaryReadWrite.
9113 * libc/sys/mmixware/Makefile.am (lib_a_SOURCES): Add link.c
9114 * libc/sys/mmixware/Makefile.in: Regenerate.
9115
9116 2002-02-10 Corinna Vinschen <corinna@vinschen.de>
9117
9118 * libc/include/grp.h: Don't declare group functions when compiling
9119 Cygwin.
9120
9121 2002-02-09 Corinna Vinschen <corinna@vinschen.de>
9122
9123 * libc/include/grp.h: Include Cygwin specific header.
9124 * libc/include/sys/stat.h: Ditto. Don't define `struct stat'
9125 when compiling for Cygwin.
9126 * libc/include/sys/types.h: Don't define off_t, uid_t
9127 and gid_t when compiling for Cygwin.
9128
9129 2002-02-08 matthew green <mrg@redhat.com>
9130
9131 * libc/include/sys/reent.h (_REENT_CHECK_EMERGENCY): Allocate
9132 _REENT_EMERGENCY_SIZE, not sizeof(char *).
9133
9134 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
9135
9136 Contribute sh64-elf.
9137 2001-03-13 Alexandre Oliva <aoliva@redhat.com>
9138 * configure.host (newlib_cflags) [sh*-*-*]: Enable long long
9139 support in printf.
9140 2001-01-29 Alexandre Oliva <aoliva@redhat.com>
9141 * libc/machine/sh/setjmp.S [SH5]: Switch to SHmedia mode before
9142 any labels.
9143 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9144 * libc/sys/sh/trap.S (___trap34) [SH5]: Don't trash r2.
9145 2000-12-16 Alexandre Oliva <aoliva@redhat.com>
9146 * libc/machine/sh/configure.in: Rework conditionals.
9147 * libc/machine/sh/Makefile.am: Likewise.
9148 * libc/machine/sh/configure, libc/machine/sh/Makefile.in: Rebuilt.
9149 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9150 * configure.host: Match `sh*'.
9151 * libc/include/machine/setjmp.h: Define for SH5.
9152 * libc/machine/sh/configure.in: Detect SH5.
9153 * libc/machine/sh/configure: Rebuilt.
9154 * libc/machine/sh/Makefile.am: Use only setjmp.S for SH5.
9155 * libc/machine/sh/Makefile.in: Rebuilt.
9156 * libc/machine/sh/asm.h: Adjust for SH5.
9157 * libc/machine/sh/setjmp.S: Implement in SHmedia.
9158 * libc/sys/sh/crt0.S: Likewise.
9159 * libc/sys/sh/trap.S: Likewise.
9160
9161 2002-02-07 Jeff Johnston <jjohnstn@redhat.com>
9162
9163 * libc/machine/i386/Makefile.am: (mach_add_src): Remove.
9164 (mach_add_obj): Conditionally set to setjmp.o or nothing.
9165 (LIB_SOURCES): Remove $(mach_add_src).
9166 (lib_a_LIBADD, lib_a_DEPENDENCIES): Add and set to $(mach_add_src).
9167 (lib_la_LIBADD, lib_la_DEPENDENCIES): Ditto.
9168 * libc/machine/i386/Makefile.in: Regenerate.
9169
9170 2002-02-05 Manik Raina <manik@cisco.com>
9171
9172 * libc/misc/dprintf.c (parse_number): #if 0 unused function.
9173 * libc/stdlib/ldtoa.c (_ldcheck): Remove unused local variables
9174 s, p, k, and outstr.
9175 * libc/stdlib/dtoa.c (_dtoa_r): Initialize mlo.
9176
9177 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9178
9179 * libc/include/sys/reent.h [(!_REENT_SMALL]: Add
9180 _REENT_CHECK_EMERGENCY macro.
9181
9182 2002-02-03 matthew green <mrg@redhat.com>
9183
9184 * libc/reent/signgam.c (__signgam): Fix error in previous.
9185
9186 2002-02-02 matthew green <mrg@redhat.com>
9187
9188 * libc/include/sys/config.h (_REENT_SMALL): Define for Xstormy16.
9189
9190 * libc/reent/reent.c (_reclaim_reent): Clean for _REENT_SMALL case.
9191 * libc/reent/reent.tex: Add blurb about _REENT_SMALL.
9192 * libc/include/sys/reent.h (struct _reent): Completely new version
9193 for _REENT_SMALL.
9194 (_REENT_INIT): New defines, different defintion depending on _REENT_SMALL.
9195 (_REENT_CHECK, _REENT_CHECK_TM): Likewise.
9196 (_REENT_CHECK_ASCTIME_BUF, _REENT_INIT_RAND48): Likewise.
9197 (_REENT_CHECK_RAND48, _REENT_INIT_MP, _REENT_CHECK_MP): Likewise.
9198 (_REENT_CHECK_EMERGENCY, _REENT_SIGNGAM, _REENT_RAND_NEXT): Likewise.
9199 (_REENT_RAND48_SEED, _REENT_RAND48_MULT, _REENT_RAND48_ADD): Likewise.
9200 (_REENT_MP_RESULT, _REENT_MP_RESULT_K, _REENT_MP_P5S): Likewise.
9201 (_REENT_MP_FREELIST, _REENT_ASCTIME_BUF, _REENT_TM): Likewise.
9202 (_REENT_EMERGENCY): Likewise.
9203
9204 * libc/include/sys/reent.h (struct __sFILE_fake): New struct, same as
9205 the start of the real __sFILE, used for stdin, stdout and stderr until
9206 they are setup properly.
9207 (struct __sFILE): Move location of _data in _REENT_SMALL case.
9208 * libc/stdio/findfp.c (__sinit): Rearrange for _REENT_SMALL case by
9209 allocated stdin, stdout and stderr.
9210 * libc/stdio/getchar.c (_getchar_r): Call _REENT_SMALL_CHECK_INIT().
9211 * libc/stdio/iprintf.c (iprintf, _iprintf_r): Likewise.
9212 * libc/stdio/perror.c (_perror_r): Likewise.
9213 * libc/stdio/printf.c (printf, _printf_r): Likewise.
9214 * libc/stdio/putchar.c (_putchar_r): Likewise.
9215 * libc/stdio/puts.c (_puts_r): Likewise.
9216 * libc/stdio/scanf.c (scanf, _scanf_r): Likewise.
9217 * libc/stdio/vprintf.c (vprintf): Likewise.
9218 * libc/stdio/vscanf.c (vscanf, _vscanf_r): Likewise.
9219
9220 * libc/stdio/tmpnam.c (_tmpnam_r): Use _REENT_EMERGENCY().
9221
9222 * libc/reent/reent.c (_wrapup_reent): Adjust for _REENT_SMALL atexit.
9223 * libc/include/sys/reent.h (_atexit): Limit atexit() entries to 32
9224 for _REENT_SMALL.
9225 * libc/stdlib/atexit.c (atexit): Rearrange for _REENT_SMALL case.
9226 * libc/stdlib/exit.c (exit): Rearrange for _REENT_SMALL case.
9227
9228 * libc/include/sys/reent.h (struct _rand48): Keep _rand_next if
9229 _REENT_SMALL.
9230 * libc/stdlib/drand48.c (_drand48_r): Call _REENT_CHECK_RAND48().
9231 * libc/stdlib/lcong48.c (_lcong48_r): Likewise.
9232 * libc/stdlib/lrand48.c (_lrand48_r): Likewise.
9233 * libc/stdlib/mrand48.c (_mrand48_r): Likewise.
9234 * libc/stdlib/rand48.c (__dorand48): Likewise.
9235 * libc/stdlib/seed48.c (_seed48_r): Likewise.
9236 * libc/stdlib/srand48.c (_srand48_r): Likewise.
9237 * libc/stdlib/rand48.h (__rand48_seed, __rand48_mult, __rand48_add): Define
9238 as _REENT_RAND48_SEED(), _REENT_RAND48_MULT() and _REENT_RAND48_ADD().
9239 * libc/stdlib/dtoa.c (_dtoa_r): Call _REENT_CHECK_MP(). Use
9240 _REENT_MP_RESULT() and _REENT_MP_RESULT_K().
9241 * libc/stdlib/ldtoa.c (_ldtoa_r): Likewise.
9242 * libc/stdlib/rand.c (srand): Use _REENT_RAND_NEXT().
9243 * libc/stdlib/rand.c (rand): Likewise.
9244
9245 * libc/stdlib/mallocr.c (malloc_stats): Call _REENT_SMALL_CHECK_INIT().
9246 * libc/stdlib/mstats.c (_mstats_r): Call _REENT_SMALL_CHECK_INIT().
9247
9248 * libc/stdlib/mprec.c (Balloc): Call _REENT_CHECK_MP. Use
9249 _REENT_MP_FREELIST() and _REENT_MP_P5S.
9250 * libc/include/sys/reent.h (struct _mprec): New structure.
9251
9252 * libc/include/sys/reent.h (struct _reent): Rename _strtok_last to
9253 _unused_strtok_last.
9254 * libc/string/strtok.c (strtok): Use a local static variable.
9255
9256 * libc/include/sys/reent.h (_REENT_ASCTIME_SIZE): New define.
9257 (_REENT_EMERGENCY_SIZE): Likewise.
9258 * libc/time/asctime.c (asctime): Call _REENT_CHECK_ASCTIME_BUF(). Use
9259 _REENT_ASCTIME_BUF().
9260 * libc/time/lcltime.c (localtime): Call _REENT_CHECK_TM(). Use
9261 _REENT_TM().
9262
9263 * libc/include/math.h (__singam_r): Use _REENT_SIGNGAM().
9264 * libc/reent/signgam.c (__signgam): Use _REENT_SIGNGAM().
9265 * libm/math/w_gamma.c (gamma): Use _REENT_SIGNGAM().
9266 * libm/math/w_lgamma.c (lgamma): Use _REENT_SIGNGAM().
9267 * libm/math/wf_gamma.c (gammaf): Use _REENT_SIGNGAM().
9268 * libm/math/wf_lgamma.c (lgammaf): Use _REENT_SIGNGAM().
9269
9270 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
9271
9272 * configure.host (xstormy16): Don't use the generic malloc.
9273 * libc/machine/xstormy16/Makefile.am: Build tiny-malloc.
9274 * libc/machine/xstormy16/Makefile.in: Regenerate.
9275 * libc/machine/xstormy16/mallocr.c: New file.
9276 * libc/machine/xstormy16/tiny-malloc.c: New file.
9277
9278 2002-01-28 Thomas Fitzsimmons <fitzsim@redhat.com>
9279
9280 * libc/include/sys/signal.h [__CYGWIN__]: Issue error message
9281 when _CYGWIN_TYPES_H is not defined.
9282
9283 2002-01-24 Thomas Fitzsimmons <fitzsim@redhat.com>
9284
9285 * libc/include/sys/signal.h: Revert 2002-01-23 change.
9286
9287 2002-01-23 Thomas Fitzsimmons <fitzsim@redhat.com>
9288
9289 * libc/include/sys/signal.h: Remove pthread_kill declaration
9290 when __CYGWIN__ is defined.
9291
9292 2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
9293
9294 * libc/include/time.h: Add prototype for strptime for Cygwin.
9295
9296 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
9297
9298 * libc/machine/xscale/memset.c (memset): Fix bug when len == 1 and
9299 dst was not word aligned.
9300
9301 * libc/sys/arm/syscalls.c (_sbrk): Return -1 rather than aborting
9302 if too much memory is requested.
9303
9304 2002-01-11 Jeff Johnston <jjohnstn@redhat.com>
9305
9306 * libc/stdio/vfscanf.c (__svfscanf_r): Change loop that
9307 reads blanks from the input file to break if EOF reached
9308 rather than end processing.
9309
9310 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9311
9312 * MAINTAINERS: Change e-mail addresses to refer to redhat domain.
9313
9314 2002-01-07 Alan Matsuoka <alanm@redhat.com>
9315
9316 * libc/include/machine/ieeefp.h: Configure d10v doubles to
9317 be 32 bits if __DOUBLE__ == 32 otherwise doubles are 64 bits.
9318 libc/include/sys/config.h: Ditto.
9319
9320 2001-12-28 Corinna Vinschen <corinna@vinschen.de>
9321
9322 * libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.
9323
9324 2001-12-22 Geoffrey Keating <geoffk@redhat.com>
9325 Catherine Moore <clm@redhat.com>
9326 Richard Henderson <rth@redhat.com>
9327 Corinna Vinschen <vinschen@redhat.com>
9328
9329 * configure.host: Add support for xstormy16.
9330 * libc/include/machine/ieeefp.h: Add support for xstormy16.
9331 * libc/include/machine/setjmp.h: Add support for xstormy16.
9332 * libc/include/sys/config.h: Add support for xstormy16.
9333 * libc/machine/xstormy16/Makefile.am: New file.
9334 * libc/machine/xstormy16/Makefile.in: New file.
9335 * libc/machine/xstormy16/aclocal.m4: New file.
9336 * libc/machine/xstormy16/configure: New file.
9337 * libc/machine/xstormy16/configure.in: New file.
9338 * libc/machine/xstormy16/setjmp.S: New file.
9339
9340 2001-12-19 Thomas Fitzsimmons <fitzsim@redhat.com>
9341
9342 * libm/machine/configure.in (HAVE_LIBM_MACHINE_DIR): New conditional.
9343 * libm/machine/Makefile.am [HAVE_LIBM_MACHINE_DIR] (LIBM_MACHLIB): New variable.
9344
9345 2001-12-19 Corinna Vinschen <corinna@vinschen.de>
9346
9347 * libm/machine/Makefile.am: Change rules to create correct lib.a.
9348 * libm/machine/Makefile.in: Regenerated through automake.
9349
9350 2001-12-18 Thomas Fitzsimmons <fitzsim@redhat.com>
9351
9352 * Makefile.am (DOCDIR): Force to empty string when doc
9353 directory is not present.
9354
9355 2001-12-18 Thomas Fitzsimmons <fitzsim@redhat.com>
9356
9357 * libc/machine/i386/f_*: Move to libm/machine/i386.
9358
9359 2001-12-18 Joel Sherrill <joel@OARcorp.com>
9360
9361 * libm/machine/Makefile.am: Add dummy doc stub so
9362 "make info" works.
9363
9364 2001-12-17 Joel Sherrill <joel@OARcorp.com>
9365
9366 * libc/include/sys/types.h (ino_t): RTEMS uses long also.
9367
9368 2001-12-17 Thomas Fitzsimmons <fitzsim@redhat.com>
9369
9370 * libc/stdlib/Makefile.am (LIB_COMPILE): Change to equal
9371 $(COMPILE) rather than $(CC).
9372 * libc/stdio/Makefile.am (LIB_COMPILE): Likewise.
9373 (vfprintf.$(oext)): Remove $(INCLUDES), made redundant by
9374 $(LIB_COMPILE) change.
9375 (vfiprintf.$(oext)): Likewise.
9376
9377 2001-12-17 Corinna Vinschen <vinschen@redhat.de>
9378
9379 * libc/sys/cygwin/include/unistd.h: Add __UNISTD_GETOPT_ to allow
9380 conditionalized including of getopt stuff.
9381
9382 2001-12-14 Thomas Fitzsimmons <fitzsim@redhat.com>
9383
9384 * libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to
9385 compile line.
9386 (vfiprintf.$(oext)): Likewise.
9387
9388 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9389
9390 * Makefile.shared: New file.
9391 * libc/sys/linux/shared.ld: New file.
9392 * libm/machine/*: New files.
9393 * libm/machine/i386/*: New files.
9394 * Makefile.am: Add libtool support. Change math and mathfp
9395 references to variables.
9396 * configure.host: Add variables for libtool support. Add
9397 libm_machine_dir variable.
9398 * configure.in: Add objectlist variables, for libtool
9399 support. Add CC_FOR_BUILD tests.
9400 * libc/Makefile.am: Add libtool support. Change crt0.o
9401 reference to be a variable reference.
9402 * libc/configure.in: Add libtool support. Change sublib
9403 names to be lib${subdir}.la when using libtool.
9404 * libc/ctype/Makefile.am: Add libtool support.
9405 * libc/errno/Makefile.am: Likewise.
9406 * libc/locale/Makefile.am: Likewise.
9407 * libc/machine/Makefile.am: Likewise.
9408 * libc/machine/configure.in: Likewise.
9409 * libc/machine/i386/Makefile.am: Likewise.
9410 * libc/machine/i386/configure.in: Likewise.
9411 * libc/misc/Makefile.am: Likewise.
9412 * libc/posix/Makefile.am: Likewise.
9413 * libc/reent/Makefile.am: Likewise.
9414 * libc/signal/Makefile.am: Likewise.
9415 * libc/stdio/Makefile.am: Likewise.
9416 * libc/stdlib/Makefile.am: Likewise.
9417 * libc/string/Makefile.am: Likewise.
9418 * libc/sys/Makefile.am: Likewise.
9419 * libc/sys/configure.in: Likewise.
9420 * libc/sys/linux/Makefile.am: Add libtool support. Change
9421 awk reference to a variable reference. Change signal.h
9422 reference to a variable reference.
9423 * libc/sys/linux/configure.in: Add libtool support.
9424 * libc/syscalls/Makefile.am: Likewise.
9425 * libc/time/Makefile.am: Likewise.
9426 * libc/unix/Makefile.am: Likewise.
9427 * libm/Makefile.am: Add libtool support. Change math and
9428 mathfp references to variables.
9429 * libm/configure.in: Add libtool support. Add
9430 LIBM_MACHINE_LIB variable.
9431 * libm/common/Makefile.am: Add libtool support.
9432 * libm/math/Makefile.am: Likewise.
9433 * libm/mathfp/Makefile.am: Likewise.
9434 Regenerate all Makefile.in, aclocal.m4, and configure.
9435
9436 2001-12-13 Anita Kulkarni <anitak@kpit.com>
9437
9438 * libc/sys/sh/crt0.S: Remove stack symbol definition 0xdeaddead.
9439
9440 2001-12-06 John Peacock <jpeacock@rowman.com>
9441
9442 * libc/include/sys/unistd.h: Correct ualarm declaration.
9443
9444 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
9445
9446 * libc/sys/arm/crt0.S: For __USES_INITFINI__ preserve the argument
9447 vector before calling the initialisation functions.
9448
9449 2001-11-29 Christopher Faylor <cgf@redhat.com>
9450
9451 * libc/include/dirent.h: Protect against multiple inclusion.
9452
9453 2001-11-27 Christopher Faylor <cgf@redhat.com>
9454
9455 * libc/include/sys/types.h: Define useconds_t.
9456 * libc/include/sys/ulimit.h: Declare ualarm.
9457
9458 2001-11-21 Christopher Faylor <cgf@redhat.com>
9459
9460 * libc/sys/cygwin/sys/dirent.h (DIR): Add another internal element.
9461
9462 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9463
9464 * libc/sys/mmixware/*: Tweak license header in all source files.
9465
9466 2001-11-12 Corinna Vinschen <vinschen@redhat.com>
9467
9468 * libc/include/alloca.h: Move libc/sys/linux/include/alloca.h
9469 to here. Rearrange for general inclusion by stdlib.h.
9470 * libc/include/stdlib.h: Include <alloca.h> if __STRICT_ANSI__
9471 isn't defined.
9472 * libc/sys/linux/include/alloca.h: Move to libc/include.
9473
9474 2001-11-12 Anthony Green <green@redhat.com>
9475
9476 * libc/sys/arm/crt0.S (__stack_base__): New symbol.
9477
9478 2001-11-13 Hans-Peter Nilsson <hp@bitrange.com>
9479
9480 * libc/sys/mmixware/*: Correct spacing in all source files.
9481 * libc/sys/mmixware/syscall.h: Move misplaced file...
9482 * libc/sys/mmixware/sys/syscall.h: ...here.
9483
9484 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9485
9486 * libc/include/machine/ieeefp.h: Add support for mmix target.
9487 * libc/include/machine/setjmp.h: Ditto.
9488 * configure.host: Ditto.
9489 * libc/sys/mmixware/Makefile.am, libc/sys/mmixware/_exit.c,
9490 libc/sys/mmixware/access.c, libc/sys/mmixware/aclocal.m4,
9491 libc/sys/mmixware/chmod.c, libc/sys/mmixware/chown.c,
9492 libc/sys/mmixware/close.c, libc/sys/mmixware/configure.in,
9493 libc/sys/mmixware/creat.c, libc/sys/mmixware/crt0.c,
9494 libc/sys/mmixware/execv.c, libc/sys/mmixware/execve.c,
9495 libc/sys/mmixware/fork.c, libc/sys/mmixware/fstat.c,
9496 libc/sys/mmixware/getpid.c, libc/sys/mmixware/gettime.c,
9497 libc/sys/mmixware/isatty.c, libc/sys/mmixware/kill.c,
9498 libc/sys/mmixware/lseek.c, libc/sys/mmixware/open.c,
9499 libc/sys/mmixware/pipe.c, libc/sys/mmixware/read.c,
9500 libc/sys/mmixware/sbrk.c, libc/sys/mmixware/setjmp.S,
9501 libc/sys/mmixware/stat.c, libc/sys/mmixware/sys/syscall.h,
9502 libc/sys/mmixware/time.c, libc/sys/mmixware/times.c,
9503 libc/sys/mmixware/unlink.c, libc/sys/mmixware/utime.c,
9504 libc/sys/mmixware/wait.c, libc/sys/mmixware/write.c: New files.
9505 * libc/sys/mmixware/configure, libc/sys/mmixware/Makefile.in,
9506 libc/sys/mmixware/aclocal.m4: Generate.
9507
9508 2001-11-05 Corinna Vinschen <corinna@vinschen.de>
9509
9510 * libc/include/sys/unistd.h: Add prototypes for endusershell(),
9511 getusershell(), iruserok(), revoke(), ruserok() and setusershell()
9512 when __CYGWIN__ is defined.
9513 * libc/sys/cygwin/sys/utmp.h: Add prototypes for login_tty() and
9514 logwtmp().
9515
9516 2001-11-01 Arati Dikey <aratidikey@hotmail.com>
9517
9518 * libm/mathfp/sf_isinf.c (isinff): Change to use _DEFUN macro.
9519 [_DOUBLE_IS_32BITS](isinf): New function that calls isinff.
9520 * libm/mathfp/sf_isnan.c (isnanf): Change to use _DEFUN macro.
9521 [_DOUBLE_IS_32BITS](isnan): New function that calls isnanf.
9522
9523 2001-10-24 Christopher Faylor <cgf@redhat.com>
9524
9525 * libc/stdio/fseek.c: Reset pointer to buffer base
9526 when forced to seek outside of current buffer contents.
9527 This prevents the code from erroneously thinking there is
9528 anything in the current buffer.
9529
9530 2001-10-22 Geoffrey Keating <geoffk@redhat.com>
9531
9532 * libc/include/math.h: The C++ standard adds the single-precision
9533 versions of the elementary functions.
9534
9535 2001-10-22 Christopher Faylor <cgf@redhat.com>
9536
9537 * libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations
9538 throughout.
9539 * signal.h: Change comment to reflect __CYGWIN__ rather than __CYGWIN32__.
9540 * popen.c (popen): Use __CYGWIN_ rather than __CYGWIN32__.
9541 * system.c (_system_r): Ditto.
9542
9543 2001-10-17 Corinna Vinschen <corinna@vinschen.de>
9544
9545 * libc/include/sys/unistd.h: Add prototype for fchdir() when
9546 __CYGWIN__ or __rtems__ is defined.
9547
9548 2001-10-01 Charles Wilson <cwilson@ece.gatech.edu>
9549
9550 * libc/include/stdlib.h: add declarations for
9551 _strtoull_r, _strtoll_r, strtoull, and strtoll.
9552 * libc/stdio/local.h: remove declarations of
9553 __strtoull_r and __strtoll_r.
9554 * libc/stdio/vfscanf.c(__svfscanf_r): call
9555 _strtoull_r instead of __strtoull_r. Ditto
9556 _strtoll_r vs. __strtoll_r.
9557 * libc/stdlib/Makefile.am: add new files to
9558 .c list and .def list
9559 * libc/stdlib/Makefile.in: regenerate
9560 * libc/stdlib/strtoll_r.c: rename __strtoll_r
9561 as _strtoll_r
9562 * libc/stdlib/strtoull_r.c: rename __strtoull_r
9563 as _strtoull_r
9564 * libc/stdlib/strtoull.c: new file
9565 * libc/stdlib/strtoll.c: new file
9566
9567 Mon Sep 17 17:29:47 2001 Christopher Faylor <cgf@cygnus.com>
9568
9569 * libc/include/process.h: Add getpid() declaration.
9570
9571 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
9572
9573 * libc/sys/arm/crt0.S: Add calls to _init and _fini (via atexit)
9574 for new style arm/elf ctor/dtor handling.
9575 Minor formatting tidy up.
9576
9577 2001-09-13 Jeff Johnston <jjohnstn@redhat.com>
9578
9579 * libc/stdlib/Makefile.am: Add support to build strtoll_r.c
9580 and strtoull_r.c.
9581 * libc/stdlib/Makefile.in: Regenerated.
9582 * libc/stdlib/strtoll_r.c: New file.
9583 * libc/stdlib/strtoull_r.c: New file.
9584 * libc/stdio/local.h: Add prototypes for long long string
9585 conversion routines.
9586 * libc/stdio/vfscanf.c (__svfscanf_r): Add optional long long support
9587 tied to %L integer conversion specifier.
9588
9589 Thu Sep 13 08:49:49 2001 Jason Tishler <jason@tishler.net>
9590
9591 * strftime.c (strftime): Fix "%W" implementation to properly handle
9592 Mondays too.
9593
9594 2001-09-07 Jeff Law <law@redhat.com>
9595
9596 * libc/sys/h8300hms/crt0.S: For H8/300H and H8/S, load address of
9597 __fini with "mov.l" instead of "mov.w".
9598
9599 2001-09-05 Corinna Vinschen <corinna@vinschen.de>
9600
9601 * libc/sys/cygwin/include/unistd.h: New file, wrapping sys/unistd.h
9602 and getopt.h.
9603
9604 2001-09-04 Jason Merrill <jason_merrill@redhat.com>
9605
9606 * libc/sys/h8300hms/crt0.S: Support ELF initialization.
9607
9608 2001-09-03 Corinna Vinschen <corinna@vinschen.de>
9609
9610 * libc/sys/cygwin/sys/dirent.h (struct dirent): Add version number
9611 field.
9612 (__DIRENT_VERSION): New define.
9613
9614 2001-09-03 Corinna Vinschen <corinna@vinschen.de>
9615
9616 * libc/sys/cygwin/sys/dirent.h (struct dirent): Add `d_fd' member.
9617 Shrink __d_reserved accordingly to keep structure size.
9618 (dirfd): Declare external.
9619
9620 2001-08-29 Joel Sherrill <joel@OARcorp.com>
9621
9622 * libc/include/sys/unistd.h: Prototype chroot() for RTEMS.
9623
9624 2001-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9625
9626 * libc/machine/i386/f_atan2.S, libc/machine/i386/f_atan2f.S,
9627 libc/machine/i386/f_exp.c, libc/machine/i386/f_expf.c,
9628 libc/machine/i386/f_frexp.S, libc/machine/i386/f_frexpf.S,
9629 libc/machine/i386/f_ldexp.S, libc/machine/i386/f_ldexpf.S,
9630 libc/machine/i386/f_log.S, libc/machine/i386/f_log10.S,
9631 libc/machine/i386/f_log10f.S, libc/machine/i386/f_logf.S,
9632 libc/machine/i386/f_pow.c, libc/machine/i386/f_powf.c,
9633 libc/machine/i386/f_tan.S, libc/machine/i386/f_tanf.S:
9634 Add conditional compilation to avoid HW FPU instructions
9635 when compiled for soft-float.
9636
9637 2001-08-29 Jeff Johnston <jjohnstn@redhat.com>
9638
9639 * Makefile.am: Add check for ln failing when creating libg.a
9640 so that cp gets used as a backup.
9641 * Makefile.in: Regenerated.
9642
9643 2001-08-29 Jeff Johnston <jjohnstn@redhat.com>
9644
9645 * libc/include/sys/reent.h: Add include of <sys/_types.h>.
9646 No longer include time.h. Add struct __tm to use for
9647 _localtime_buf in the reentrant structure. Add a
9648 _NULL definition to use in initializing the reentrant struct.
9649 * libc/include/sys/config.h: For CYGWIN32 and RTEMS, change
9650 the _READ_WRITE_RETURN_TYPE to _ssize_t which is found in
9651 <sys/_types.h>.
9652 * libc/include/sys/unistd.h: Include <sys/_types.h>.
9653 * libc/time/lcltime.c (localtime): Cast the reentrant struct
9654 _localtime_buf to be struct tm *.
9655
9656 Wed Aug 29 14:17:38 2001 J"orn Rennecke <amylaar@redhat.com>
9657
9658 * configure.host (h8300-*-elf*, h8500-*-elf*): New cases.
9659 * libc/sys/h8300hms/crt1.c (__main): Don't reference __ctors /
9660 __ctors_end.
9661 * libc/sys/h8300hms/syscalls.c: Include errno.h.
9662 (_unlink): New stub function.
9663
9664 Sat Aug 25 22:22:25 2001 Christopher Faylor <cgf@cygnus.com>
9665
9666 * libc/include/sys/errno.h: Add a cautionary comment.
9667
9668 2001-08-21 Jeff Johnston <jjohnstn@redhat.com>
9669
9670 * libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional
9671 for SIZE_SZ so that alignment ends up a minimum of 8.
9672
9673 Mon Aug 13 22:26:01 2001 Christopher Faylor <cgf@cygnus.com>
9674
9675 * libc/include/machine/setjmp.h: Protect sigsetjmp/siglongjmp macro
9676 arguments.
9677
9678 * libc/include/sys/errno.h: Declare sys_errlist and sys_nerr, under
9679 Cygwin.
9680
9681 2001-08-13 Jeff Johnston <jjohnstn@redhat.com>
9682
9683 * libc/include/malloc.h (M_MXFAST, M_NLBLKS, M_GRAIN, M_KEEP): New
9684 macro constants for mallopt options.
9685 (M_TRIM_THRESHOLD, M_TOP_PAD, M_MMAP_THRESHOLD, M_MMAP_MAX): Ditto.
9686
9687 2001-08-02 Jeff Johnston <jjohnstn@redhat.com>
9688
9689 * libc/include/stdio.h (BUFSIZ): Define to __BUFSIZ__ if provided,
9690 otherwise default.
9691
9692 2001-07-12 Aldy Hernandez <aldyh@redhat.com>
9693
9694 * libc/machine/mips/setjmp.S: Allow mips16 and mips64 to coexist.
9695
9696 2001-06-27 Nick Clifton <nickc@cambridge.redhat.com>
9697
9698 * libc/include/machine/ieeefp.h (__IEEE_BYTES_LITTLE_ENDIAN):
9699 Define for little endian ARMs.
9700
9701 * libc/stdlib/mprec.h (Storeinc): Use little endian version if
9702 __IEEE_BYTES_LITTLE_ENDIAN is defined.
9703
9704 2001-06-11 Danny Smith <dannysmith@users.sourceforge.net>
9705
9706 * /libc/include/ctype.h (is* and to* macros): Do not define if C++.
9707
9708 2001-06-11 Egor Duda <deo@logos-m.ru>
9709
9710 * libc/ctype/ctype_.c: When compiled with gcc on platforms
9711 with signed char, make _ctype_[-128] ... _ctype[-1] refer to
9712 initialized memory region. Platform can define COMPACT_CTYPE
9713 to avoid allocation of the additional 128 bytes of data.
9714 Add pointer to _ctype_ array. Always initialize all _ctype_
9715 array elements.
9716
9717 2001-06-08 Jonathan Larmour <jlarmour@redhat.com>
9718
9719 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Avoid dereferencing
9720 NULL pointer.
9721
9722 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
9723
9724 * libc/stdio/vfprintf.c (_VFPRINTF_R): Handle printf ("%#.0o",0)
9725
9726 2001-05-25 Nick Clifton <nickc@cambridge.redhat.com>
9727
9728 * libc/machine/xscale/memcmp.c: Fix bug when both pointers have
9729 matching, non-word alignment, and the length is <= 4 but more than
9730 enough to move them over a word boundary.
9731 Add comments explaining what each instruction does.
9732
9733 Mon May 7 20:39:25 2001 Christopher Faylor <cgf@cygnus.com>
9734
9735 * libc/include/sys/stat.h: Revert March 3, Cygwin change.
9736 * libc/include/sys/unistd.h: Ditto.
9737
9738 2001-05-04 Earnie Boyd <earnie@users.sourceforge.net>
9739
9740 * libc/string/strrchr.c: Use strchr for the speed improvements.
9741
9742 2001-05-01 Jeff Johnston <jjohnstn@redhat.com>
9743
9744 * libc/stdio/findfp (__sinit)[HAVE_FCNTL]: For platforms that have
9745 real file systems, let __smakebuf() determine if line buffering
9746 should be used for stdout.
9747
9748 2001-04-27 Jeff Johnston <jjohnstn@redhat.com>
9749
9750 * libc/stdio/vfscanf.c (__svfscanf_r): Initialize new_exp local var.
9751
9752 2001-04-27 Jeff Johnston <jjohnstn@redhat.com>
9753
9754 * libc/include/stdlib.h: Add prototype for _strtod_r.
9755
9756 2001-04-24 Charles Wilson <cwilson@ece.gatech.edu
9757
9758 * libc/stdio/vprintf.c (vprintf): fix signature to use _DEFUN
9759 * libc/stdio/vprintf.c (_vprintf_r): new function
9760 * libc/stdio/vsnprintf.c (vsnprintf): fix signature to use _DEFUN
9761 * libc/stdio/vsnprintf.c (_vsnprintf_r): fix signature to use
9762 _DEFUN, and call _vfprintf_r, not vfprintf.
9763 * libc/stdio/vsprintf.c (vsprintf.c): fix signature to use _DEFUN
9764 * libc/stdio/vsprintf.c (_vsprintf_r): fix signature to use
9765 _DEFUN, and call _vfprintf_r, not vfprintf.
9766
9767 2001-04-22 Earnie Boyd <earnie@users.sourceforge.net>
9768
9769 * libc/include/sys/unistd.h [X_OK]: Use better protection against
9770 Cygwin X_OK definitions in sys/file.h.
9771
9772 Fri Apr 20 23:17:51 2001 Christopher Faylor <cgf@cygnus.com>
9773
9774 * libc/include/sys/time.h: Define timercmp and other macros for
9775 __CYGWIN__, too.
9776
9777 2001-04-20 Jeff Johnston <jjohnstn@redhat.com>
9778
9779 * acinclude.m4: Added --enable-malloc-debugging configure flag.
9780 * configure.host: For Cygwin specify -DMALLOC_PROVIDED if
9781 --enable-malloc-debugging selected.
9782 * aclocal.m4 configure: Regenerated.
9783 libm/aclocal.m4 libm/configure: Ditto.
9784 * libc/aclocal.m4 libc/configure: Ditto.
9785 * libc/machine/aclocal.m4 libc/machine/configure: Ditto.
9786 * libc/machine/*/aclocal.m4 libc/machine/*/configure: Ditto.
9787 * libc/sys/aclocal.m4 libc/sys/configure: Ditto.
9788 * libc/sys/*/aclocal.m4 libc/sys/*/configure: Ditto.
9789 * doc/aclocal.m4 doc/configure: Ditto.
9790
9791 2001-04-20 Jeff Johnston <jjohnstn@redhat.com>
9792
9793 * libc/include/stdio.h[!_REENT_ONLY]: Moved various functions together
9794 into one list.
9795 [!__STRICT_ANSI__]: Moved non-ANSI I/O functions in this list.
9796 (vfscanf, vscanf, vsscanf, _vfscanf_r, _vscanf_r, _vsscanf_r): New
9797 function prototypes.
9798 (_fscanf_r, _sscanf_r): Ditto.
9799 * libc/include/stdlib.h: Added _strtod_r prototype.
9800 * libc/stdio/Makefile.am: Add new v*scanf functions.
9801 * libc/stdio/Makefile.in: Regenerate.
9802 * libc/stdio/fscanf.c: Reorganized so HAVE_STDC only affects prototype
9803 and code is shared. Added reentrant _fscanf_r which calls __svfscanf_r.
9804 * libc/stdio/scanf.c: Changed to call __svfscanf_r.
9805 * libc/stdio/sscanf.c: Changed documentation to add reentrant routines.
9806 (sscanf): Changed to call __svfscanf_r with _REENT argument.
9807 (_sscanf_r): New routine.
9808 * libc/stdio/local.h: Removed __svfscanf prototype and replaced it
9809 with __svfscanf_r prototype.
9810 * libc/stdio/vfscanf.c (vfscanf, _vfscanf_r: New
9811 routines.
9812 (__svfscanf_r): Reentrant version of __svfscanf which takes reetrancy
9813 structure as argument as calls reentrant versions of helper functions
9814 (e.g. _strtol_r, _strtoul_r). Also replaced calls to atol and atof
9815 to _strtol_r and _strtod_r respectively.
9816 * libc/stdio/vfscanf.c: Also changed __svfscanf to call __svfscanf_r.
9817 * libc/stdlib/strtod.c (strtod): Changed to call _strtod_r with
9818 _REENT argument.
9819 * libc/stdio/vscanf.c: New file.
9820 * libc/stdio/vsscanf.c: Ditto.
9821
9822 2001-04-19 Robert Collins <rbtcollins@hotmail.com>
9823
9824 * include/time.h[__CYGWIN__]: Define tzname to _tzname if not defined.
9825 Define daylight to _daylight if it is not defined
9826 Prepare a variable export of timezone based on timezonevariable.
9827 (Cannot be used with the timezone() function.)
9828
9829 2001-04-17 Stephen L. Moshier <moshier@moshier.ne.mediaone.net>
9830
9831 * newlib/libm/math/ef_asin.c (pio2_hi, pio2_lo, pio4_hi):
9832 Correct the numerical values.
9833
9834 2001-04-13 Robert Collins <rbtcollins@hotmail.com>
9835
9836 * libc/include/sys/unistd.h: Add pthread_atfork (Cygwin only).
9837
9838 Thu Apr 12 23:11:00 2001 Corinna Vinschen <corinna@vinschen.de>
9839
9840 * libc/include/sys/errno.h: Add ECASECLASH to indicate case clash
9841 on case insensitve file systems.
9842
9843 2001-04-12 Robert Collins <rbtcollins@hotmail.com>
9844
9845 * libc/include/sys/features.h: Add appropriate defines for Cygwin
9846 pthread support.
9847 * libc/include/sys/signal.h: Remove unneeded __CYGWIN__ protection.
9848 * libc/include/sys/types.h: Protect __CYGWIN__ from the rtems pthreads
9849 types. Include <cygwin/types.h> for the cygwin specific typedefs.
9850
9851 2001-04-04 Richard Sandiford <rsandifo@redhat.com>
9852
9853 * libc/include/machine/ieeefp.h: Comment about new configuration
9854 macros _FLT_LARGEST_EXPONENT_IS_NORMAL and _FLT_NO_DENORMALS.
9855 * libm/common/fdlib.h: Define new macros for testing floats.
9856 * libm/common/sf_*: Use them.
9857 * libm/math/ef_*: Likewise.
9858 * libm/math/sf_*: Likewise.
9859
9860 2001-03-29 Jeff Johnston <jjohnstn@redhat.com>
9861
9862 * libc/sys/arm/setjmp.S: Added .code 16 specifier for thumb-mode
9863 prolog to by-pass possible assembler error.
9864
9865 2001-03-21 Egor Duda <deo@logos-m.ru>
9866
9867 Allow building internal stubs for non-reentrant syscalls
9868 if target provides its own malloc
9869 * libc/reent/reent.c (errno): Move definition here.
9870 * libc/reent/sbrkr.c: From here.
9871
9872 2001-03-20 Danny Smith <dannysmith@users.sourceforge.net>
9873
9874 * libc/include/sys/types.h (BSD int typedefs): Guard with
9875 _BSDTYPES_DEFINED rather than _WINSOCK_H.
9876 (fd_set): Add !defined __USE_W32_SOCKETS to guard; define
9877 _SYS_TYPES_FD_SET.
9878 * libc/include/sys/unistd.h (gethostname): Don't declare if defined
9879 (_WINSOCK_H) || defined (__USE_W32_SOCKETS).
9880
9881 Sat Mar 17 18:30:00 2001 Corinna Vinschen <corinna@vinschen.de>
9882
9883 * libc/include/sys/unistd.h: Add _PC_POSIX_PERMISSONS and
9884 _PC_POSIX_SECURITY constants for Cygwin.
9885
9886 Wed Mar 14 9:34:00 2001 Corinna Vinschen <corinna@vinschen.de>
9887
9888 * libc/sys/cygwin/crt0.c: Add copyright hint.
9889 * libc/sys/cygwin/sys/dirent.h: Ditto.
9890 * libc/sys/cygwin/sys/param.h: Ditto.
9891 * libc/sys/cygwin/sys/utime.h: Ditto.
9892 * libc/sys/cygwin/sys/utmp.h: Ditto.
9893
9894 2001-03-13 Alexandre Oliva <aoliva@redhat.com>
9895
9896 * libc/stdio/vfprintf.c (QUADINT) [_NO_LONGLONG]: Make it
9897 equivalent to LONGINT.
9898
9899 2001-03-08 Richard Sandiford <rsandifo@redhat.com>
9900
9901 * (libc/include/machine/setjmp.h): Use 23 long long ints for a
9902 jmpbuf on MIPS64 targets.
9903 * (libc/machine/mips/setjmp.S): Add MIPS64 version.
9904
9905 Wed Mar 7 16:02:07 2001 Christopher Faylor <cgf@cygnus.com>
9906
9907 * libc/include/sys/config.h: Use ssize_t for Cygwin read/write
9908 declarations.
9909
9910 Mon Mar 5 21:48:54 2001 J"orn Rennecke <amylaar@redhat.com>
9911
9912 * libc/include/sys/config.h (_READ_WRITE_RETURN_TYPE): Define.
9913 For RTEMS, define to be ssize_t. Default to int if not defined.
9914 * libc/stdio/sscanf.c (eofread): Return _READ_WRITE_RETURN_TYPE.
9915 * libc/stdio/stdio.c (__sread, __swrite): Likewise.
9916 * libc/stdio/local.h (__sread, __swrite): Likewise.
9917 * libc/include/sys/reent.h (_read, _write): Likewise.
9918 * libc/include/sys/unistd.h (read, write, _read, _write): Likewise.
9919 * libc/syscalls/sysread.c (read): Likewise.
9920 * libc/syscalls/syswrite.c (write): Likewise.
9921
9922 2001-03-05 Jeff Johnston <jjohnstn@redhat.com>
9923
9924 * libc/time/mktime.c: Add L suffix to _SEC_IN_xxxx constants.
9925
9926 Sat Mar 3 00:34:14 2001 Christopher Faylor <cgf@cygnus.com>
9927
9928 * libc/include/sys/stat.h: Use special defines for executable stat bits
9929 when compiling for Cygwin.
9930 * libc/include/sys/unistd.h: Use special define for X_OK when compiling
9931 for Cygwin.
9932
9933 2001-03-02 Jeff Johnston <jjohnstn@redhat.com>
9934
9935 * libc/string/strtok.c: Add #undef of __STRICT_ANSI__ so prototype
9936 of strtok_r is always defined.
9937
9938 2001-03-02 Jeff Johnston <jjohnstn@redhat.com>
9939
9940 * libc/include/machine/ansi.h: New dummy header file.
9941
9942 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9943
9944 * libc/include/machine/setjmp-dj.h: With DJ Delorie's permission,
9945 changed the copyright information to allow free modification of the
9946 file with no reference to "copying.dj".
9947 * libc/include/sys/stat-dj.h: Ditto.
9948 * libc/machine/i386/setjmp.S: Ditto.
9949 * libc/sys/h8300hms/sys/file.h: Ditto.
9950 * libc/sys/sysmec/access.c: Ditto.
9951 * libc/sys/sysnecv850/access.c: Ditto.
9952 * libc/stdio/mktemp.c: Fixed typo for the word copyright.
9953 * libc/stdlib/getenv_r.c: Ditto.
9954 * libc/stdlib/putenv_r.c: Ditto.
9955 * libc/stdlib/setenv_r.c: Ditto.
9956 * libc/stdlib/getenv.c: Removed DJ reference since any possible
9957 modifications will now be in the _r version of this file.
9958 * libc/stdlib/putenv.c: Ditto.
9959 * libc/stdlib/setenv.c: Ditto.
9960 * libc/sys/go32/copying.dj: Removed DJ's address which is no longer
9961 valid. Added a reference to DJ's web page that contains his address.
9962 * libc/sys/go32/*.s: Removed references to DJ's old address.
9963 * libc/sys/go32/*.c: Ditto.
9964 * libc/sys/go32/*.h: Ditto.
9965 * libc/sys/go32/*.S: Ditto.
9966 * libc/sys/go32/sys/*.h: Ditto.
9967
9968 2001-02-21 Jeff Johnston <jjohnstn@redhat.com>
9969
9970 * libc/stdio/fdopen.c (fdopen): Protect calls to _fcntl() with
9971 HAVE_FCNTL flag check.
9972 * configure.host: Define HAVE_FCNTL for Cygwin, go32, RTEMS, sparc64,
9973 powerpcle, x86 netware, x86 sco, x86 Linux and Vxworks.
9974
9975 Thu Feb 15 01:39:51 2001 Christopher Faylor <cgf@cygnus.com>
9976
9977 * libc/include/sys/signal.h: Always include sys/types.h under Cygwin.
9978
9979 2001-02-14 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
9980
9981 * libc/include/stdlib.h: Add declarations of rand48 functions and
9982 their reentrant versions.
9983 * libc/include/sys/reent.h: Move macros from rand48.h. Add
9984 struct _rand48 for shared parameters of rand48 functions.
9985 (struct _reent): Add a variable _r48 of struct _rand48.
9986 (_REENT_INIT): Add _r48 initialization.
9987 * libc/stdlib/Makefile.am (lib_a_SOURCES): Add rand48 functions.
9988 (CHEWOUT_FILES): Add rand48.def.
9989 * libc/stdlib/Makefile.am: Add dependencies for rand48 functions.
9990 * libc/stdlib/Makefile.in: Regenerated.
9991 * libc/stdlib/drand48.c (drand48, _drand48_r): Derived from the
9992 NetBSD C library.
9993 * libc/stdlib/erand48.c (erand48, _erand48_r): Ditto.
9994 * libc/stdlib/jrand48.c (jrand48, _jrand48_r): Ditto.
9995 * libc/stdlib/lcong48.c (lcong48, _lcong48_r): Ditto.
9996 * libc/stdlib/lrand48.c (lrand48, _lrand48_r): Ditto.
9997 * libc/stdlib/mrand48.c (mrand48, _mrand48_r): Ditto.
9998 * libc/stdlib/nrand48.c (nrand48, _nrand48_r): Ditto.
9999 * libc/stdlib/seed48.c (seed48, _seed48_r): Ditto.
10000 * libc/stdlib/srand48.c (srand48, _srand48_r): Ditto.
10001 * libc/stdlib/rand48.c (__dorand48): Ditto.
10002 * libc/stdlib/rand48.h: Ditto, and modify declarations of global
10003 parameters into macros referring them in the reentrant structure.
10004
10005 2001-02-12 Jeff Johnston <jjohnstn@redhat.com>
10006
10007 * libc/include/sys/stat.h: Add mknod for Cygwin now that
10008 Cygwin definition has correct prototype.
10009
10010 2001-02-08 Jeff Johnston <jjohnstn@redhat.com>
10011
10012 * libc/include/sys/stat.h: Must revert change for mknod
10013 for CYGWIN until winsup/cygwin/syscalls.cc changes mknod
10014 prototype.
10015
10016 2001-02-08 Jeff Johnston <jjohnstn@redhat.com>
10017
10018 * libc/include/stdio.h: Revert putw prototype.
10019
10020 2001-02-08 Edward M. Lee <tailbert@yahoo.com>
10021
10022 * libc/include/grp.h: add prototype for initgroups.
10023 * libc/include/stdio.h: fix prototype for putw.
10024 * libc/include/sys/signal.h: add prototype for killpg.
10025 * libc/include/sys/stat.h: enable mknod/lstat for CYGWIN.
10026 * libc/include/sys/unistd.h: add prototypes for getpgid, setpgrp,
10027 vhangup and remove duplicate sysconf prototype.
10028
10029 2001-02-07 Jeff Johnston <jjohnstn@redhat.com>
10030
10031 * libc/sys/rtems/sys/types.h: Removed.
10032
10033 2001-02-05 Charles Wilson <cwilson@ece.gatech.edu>
10034
10035 * libc/include/locale.h: add LC_MESSAGES definition
10036
10037 2001-02-01 Alexandre Oliva <aoliva@redhat.com>
10038
10039 * libc/sys/sh/sys/syscall.h (SYS_get_argc, SYS_get_argN_len,
10040 SYS_get_argN):
10041 * libc/sys/sh/syscalls.c (__setup_argv_for_main,
10042 __setup_argv_and_call_main): New.
10043
10044 2001-01-31 Jeff Johnston <jjohnstn@redhat.com>
10045
10046 * libc/include/stdio.h (FILENAME_MAX): Changed to use __FILENAME_MAX__
10047 if defined.
10048 (FOPEN_MAX): Changed to use __FOPEN_MAX__ if defined.
10049 (L_tmpnam): Changed to use __L_tmpnam__ if defined.
10050 * libc/include/sys/config.h: Changed to set __FILENAME_MAX__
10051 appropriately for Cygwin and RTEMS so not to exceed PATH_MAX.
10052
10053 Mon Jan 29 23:03:06 2001 Christopher Faylor <cgf@cygnus.com>
10054
10055 * libc/stdlib/mallocr.c: Undefine windows preprocessor variables when
10056 compiling under Cygwin.
10057
10058 2001-01-29 Jeff Johnston <jjohnstn@redhat.com>
10059
10060 * libc/include/math.h (signgam): Change to errno-like solution
10061 using a function to return the address of the real signgam.
10062 * libc/reent/signgam.c: New file containing __signgam().
10063 * libc/reent/Makefile.am: Added signgam.c to list of files.
10064 * libc/reent/Makefile.in: Regenerated.
10065
10066 2001-01-25 Alexandre Oliva <aoliva@redhat.com>
10067
10068 * libc/sys/sh/syscalls.c (_times): New.
10069
10070 * configure.host (sh*-*-*): Add -DHAVE_GETTIMEOFDAY to newlib_cflags.
10071 * libc/sys/sh/syscalls.c (_gettimeofday): New.
10072
10073 2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
10074
10075 * libc/include/math.h (signgam): Regress previous fix as
10076 it does not handle programs with extern int signgam in them.
10077
10078 2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
10079
10080 * libc/include/math.h (signgam): Changed to a macro refering to
10081 its location in the reentrant structure.
10082
10083 2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
10084
10085 * libc/stdio/vfprintf.c (_VFPRINTF_R): Modification to fix
10086 that suppressed . for %.0f, 0.1. Check now looks if there
10087 are padding zeroes (expt) in addition to any digits (ndig) to
10088 print.
10089
10090 2001-01-18 Jeff Johnston <jjohnstn@redhat.com>
10091
10092 * libc/sys/arc/Makefile.am: New file.
10093 * libc/sys/arc/Makefile.in: Ditto.
10094 * libc/sys/arc/aclocal.m4: Ditto.
10095 * libc/sys/arc/configure: Ditto.
10096 * libc/sys/arc/configure.in: Ditto.
10097 * libc/sys/arc/crt0.S: Ditto.
10098 * libc/sys/arc/isatty.c: Ditto.
10099 * libc/sys/arc/mem-layout.c: Ditto.
10100 * libc/sys/arc/sbrk.c: Ditto.
10101 * libc/sys/arc/syscalls.c: Ditto.
10102 * libc/sys/arc/sys/syscall.h: Ditto.
10103
10104 Wed Jan 17 23:20:56 2001 Christopher Faylor <cgf@cygnus.com>
10105
10106 * libc/include/sys/unistd.h: Use correct declaration for setdtablesize.
10107
10108 Fri Jan 12 00:34:31 2001 Christopher Faylor <cgf@cygnus.com>
10109
10110 * libc/include/sys/signal.h: Add some SA_* defines for Cygwin.
10111
10112 Thu Jan 11 20:42:06 2001 Earnie Boyd <earnie_boyd@yahoo.com>
10113
10114 * libc/include/sys/features.h: __CYGWIN__ preferred over __CYGWIN32__
10115
10116 2001-01-09 Nick Clifton <nickc@redhat.com>
10117
10118 * configure.host (v859): Remove unsupported compiler options.
10119
10120 Fri Jan 5 19:57:00 EST 2001 Aaron J. Grier <aaron@frye.com>
10121
10122 * src/newlib/configure.host (*-*-rtems*): add printf long long
10123 support for RTEMS.
10124
10125 2000-12-19 Graham Stott <grahams@redhat.com>
10126
10127 * libc/machine/xscale/memcmp.c (memcmp): Add clobber for "lr".
10128
10129 Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com>
10130
10131 * configure.host: Turn on long double I/O for Cygwin.
10132
10133 Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com>
10134
10135 * MAINTAINERS: Removed Ranjith.
10136 * NEWS: Updated for 1.9.0.
10137 * README: Updated.
10138 * acinclude.m4: Updated to release 1.9.0.
10139 * aclocal.m4 configure
10140 doc/aclocal.m4 doc/configure libc/aclocal.m4 libc/configure
10141 libc/machine/aclocal.m4 libc/machine/configure
10142 libc/machine/a29k/aclocal.m4 libc/machine/a29k/configure
10143 libc/machine/arm/aclocal.m4 libc/machine/arm/configure
10144 libc/machine/d10v/aclocal.m4 libc/machine/d10v/configure
10145 libc/machine/d30v/aclocal.m4 libc/machine/d30v/configure
10146 libc/machine/fr30/aclocal.m4 libc/machine/fr30/configure
10147 libc/machine/h8300/aclocal.m4 libc/machine/h8300/configure
10148 libc/machine/h8500/aclocal.m4 libc/machine/h8500/configure
10149 libc/machine/hppa/aclocal.m4 libc/machine/hppa/configure
10150 libc/machine/i386/aclocal.m4 libc/machine/i386/configure
10151 libc/machine/i960/aclocal.m4 libc/machine/i960/configure
10152 libc/machine/m32r/aclocal.m4 libc/machine/m32r/configure
10153 libc/machine/m68k/aclocal.m4 libc/machine/m68k/configure
10154 libc/machine/m88k/aclocal.m4 libc/machine/m88k/configure
10155 libc/machine/mips/aclocal.m4 libc/machine/mips/configure
10156 libc/machine/mn10200/aclocal.m4 libc/machine/mn10200/configure
10157 libc/machine/mn10300/aclocal.m4 libc/machine/mn10300/configure
10158 libc/machine/necv70/aclocal.m4 libc/machine/necv70/configure
10159 libc/machine/powerpc/aclocal.m4 libc/machine/powerpc/configure
10160 libc/machine/sh/aclocal.m4 libc/machine/sh/configure
10161 libc/machine/sparc/aclocal.m4 libc/machine/sparc/configure
10162 libc/machine/tic80/aclocal.m4 libc/machine/tic80/configure
10163 libc/machine/v850/aclocal.m4 libc/machine/v850/configure
10164 libc/machine/w65/aclocal.m4 libc/machine/w65/configure
10165 libc/machine/xscale/aclocal.m4 libc/machine/xscale/configure
10166 libc/machine/z8k/aclocal.m4 libc/machine/z8k/configure
10167 libc/sys/aclocal.m4 libc/sys/configure
10168 libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
10169 libc/sys/arm/aclocal.m4 libc/sys/arm/configure
10170 libc/sys/cygwin/aclocal.m4 libc/sys/cygwin/configure
10171 libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
10172 libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
10173 libc/sys/go32/aclocal.m4 libc/sys/go32/configure
10174 libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
10175 libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
10176 libc/sys/linux/aclocal.m4 libc/sys/linux/configure
10177 libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
10178 libc/sys/netware/aclocal.m4 libc/sys/netware/configure
10179 libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
10180 libc/sys/sh/aclocal.m4 libc/sys/sh/configure
10181 libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
10182 libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
10183 libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
10184 libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
10185 libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
10186 libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
10187 libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
10188 libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
10189 libc/sys/w65/aclocal.m4 libc/sys/w65/configure
10190 libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
10191 libm/aclocal.m4 libm/configure: Regenerated.
10192
10193 Wed Dec 13 11:52:00 2000 Corinna Vinschen <vinschen@cygnus.com>
10194
10195 * libc/include/sys/unistd.h: Add declarations for `chroot' and `getwd'
10196 when __CYGWIN__ is defined.
10197
10198 2000-12-13 Jeff Johnston <jjohnstn@redhat.com>
10199
10200 * libc/stdlib/ldtoa.c (_ldcheck): New routine
10201 that categorizes a long double as NaN, Infinity, or other.
10202 * libc/stdio/vfprintf.c [WANT_IO_LONG_DBL](_VFPRINTF_R): Removed
10203 isinfl and isnanl static routines which were i386-specific. Changed
10204 calls to the two removed routines to a single _ldcheck call.
10205 * libc/stdio/vfieeefp.h (ldieee): Fixed missing semi-colons.
10206
10207 2000-12-13 Jeff Johnston <jjohnstn@redhat.com>
10208
10209 * Makefile.am: Fixed install-data-local target to use
10210 $(mkinstalldirs) for the installed header files to ensure
10211 the directories exist before copying.
10212 * Makefile.in: Regenerated.
10213
10214 2000-12-12 Jeff Johnston <jjohnstn@redhat.com>
10215
10216 * libc/include/sys/unistd.h: Restored Cygwin _SC
10217 constants and moved new constants appropriately
10218 so Cygwin will build.
10219
10220 2000-12-11 Joel Sherrill <joel@OARcorp.com>
10221
10222 * Merge RTEMS specific .h files into main libc/include.
10223 * libc/sys/rtems/include/signal.h: Removed.
10224 * libc/sys/rtems/include/time.h: Removed.
10225 * libc/sys/rtems/sys/features.h: Removed.
10226 * libc/sys/rtems/sys/sched.h: Removed.
10227 * libc/sys/rtems/sys/siginfo.h: Removed.
10228 * libc/sys/rtems/sys/signal.h: Removed.
10229 * libc/sys/rtems/sys/time.h: Removed.
10230 * libc/sys/rtems/sys/times.h: Removed.
10231 definitions for time_t and clock_t since these are
10232 no longer in time.h.
10233 * libc/include/pthread.h: New file.
10234 * libc/include/sys/sched.h: New file.
10235 * libc/include/sys/features.h: New file.
10236 * libc/include/time.h: Removed duplicate definition of clock_t
10237 and time_t, get them from <sys/types.h> instead. Add prototypes
10238 for POSIX clock and timer functionality.
10239 * libc/sys/linux/sys/types.h: Changed to include
10240 * libc/include/machine/types.h: Add _CLOCKID_T_ and _TIMER_T_.
10241 * libc/include/sys/signal.h: Add more complete set of POSIX
10242 signal functionality including real-time and threaded signals.
10243 * libc/include/sys/types.h: Add clock_t, time_t, struct
10244 timespec, and struct itimerspec. Centralizing these makes
10245 things cleaner. RTEMS uses 64-bit dev_t.
10246 Added numerous primitive definitions
10247 for pthreads including macros, pthread_attr_t,
10248 pthread_mutexattr_t, pthread_condattr_t, pthread_key_t,
10249 pthread_once_t, and pthread_t.
10250 * libc/include/sys/unistd.h: Added getlogin_r() prototype.
10251 If RTEMS follow POSIX on read(), write() and sbrk() prototype.
10252 Feature flags removed and moved to new file <sys/features.h>.
10253 Full set of POSIX sysconf() constants
10254
10255 2000-12-08 Werner Almesberger <Werner.Almesberger@epfl.ch>
10256
10257 * configure.host: Added x86 linux target.
10258 * libc/unix/getpass.c (_PATH_PASSWD, _PASSWORD_LEN): Default
10259 definitions provided if not already defined.
10260 * libc/sys/linux/crt0.c: New file.
10261 * libc/sys/linux/Makefile.am: Ditto.
10262 * libc/sys/linux/Makefile.in: Ditto.
10263 * libc/sys/linux/aclocal.m4: Ditto.
10264 * libc/sys/linux/brk.c: Ditto.
10265 * libc/sys/linux/configure: Ditto.
10266 * libc/sys/linux/configure.in: Ditto.
10267 * libc/sys/linux/getoptlong.c: Ditto.
10268 * libc/sys/linux/ids.c: Ditto.
10269 * libc/sys/linux/inode.c: Ditto.
10270 * libc/sys/linux/io.c: Ditto.
10271 * libc/sys/linux/linux.c: Ditto.
10272 * libc/sys/linux/process.c: Ditto.
10273 * libc/sys/linux/realpath.c: Ditto.
10274 * libc/sys/linux/select.c: Ditto.
10275 * libc/sys/linux/signal.c: Ditto.
10276 * libc/sys/linux/systat.c: Ditto.
10277 * libc/sys/linux/termios.c: Ditto.
10278 * libc/sys/linux/time.c: Ditto.
10279 * libc/sys/linux/wait.c: Ditto.
10280 * libc/sys/linux/include/alloca.h: Ditto.
10281 * libc/sys/linux/include/getopt.h: Ditto.
10282 * libc/sys/linux/include/stdint.h: Ditto.
10283 * libc/sys/linux/include/unistd.h: Ditto.
10284 * libc/sys/linux/sys/cdefs.h: Ditto.
10285 * libc/sys/linux/sys/dirent.h: Ditto.
10286 * libc/sys/linux/sys/errno.h: Ditto.
10287 * libc/sys/linux/sys/fcntl.h: Ditto.
10288 * libc/sys/linux/sys/file.h: Ditto.
10289 * libc/sys/linux/sys/ioctl.h: Ditto.
10290 * libc/sys/linux/sys/resource.h: Ditto.
10291 * libc/sys/linux/sys/signal.h: Ditto.
10292 * libc/sys/linux/sys/stat.h: Ditto.
10293 * libc/sys/linux/sys/syscall.h: Ditto.
10294 * libc/sys/linux/sys/termios.h: Ditto.
10295 * libc/sys/linux/sys/time.h: Ditto.
10296 * libc/sys/linux/sys/types.h: Ditto.
10297 * libc/sys/linux/sys/utmp.h: Ditto.
10298 * libc/sys/linux/sys/utsname.h: Ditto.
10299 * libc/sys/linux/sys/wait.h: Ditto.
10300
10301 2000-12-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10302
10303 * Makefile.am: $(INSTALL), $(INSTALL_DATA), and $(INSTALL_PROGRAM)
10304 can be a relative path to $(top_srcdir)/install.sh so ensure the
10305 autoconf detected settings are properly passed recursively.
10306 Similarly, add AM_MAKEFLAGS to FLAGS_TO_PASS so they also get passed
10307 properly to subdirectories.
10308 * Makefile.in: Regenerated.
10309
10310 2000-12-07 Jay Kulpinski <jskulpin@eng01.gdds.com>
10311
10312 * libc/stdio/vfprintf.c: Minor modification to avoid requiring
10313 a floating point register unless really printing a floating
10314 point number.
10315
10316 2000-12-07 Jeff Johnston <jjohnstn@redhat.com>
10317
10318 * libc/stdlib/ldtoa.c: Removed include of alloca.h.
10319 Also removed \r's.
10320 (asctoeg): Replaced alloca call with stack array and malloc
10321 when storage exceeds reasonable limit.
10322 (e53toe): Fixed einfin calls missing ldp parameter.
10323 (eiisinf): Hide behind check for LDBL_MANT_DIG == 64.
10324
10325 2000-12-06 Jeff Johnston <jjohnstn@redhat.com>
10326
10327
10328 * libc/stdio/vfscanf.c: Fix typo for _NO_LONGDBL macro.
10329
10330 2000-12-06 Jeff Johnston <jjohnstn@redhat.com>
10331
10332 * libc/stdlib/Makefile.am: Added ldtoa.c to list of sources.
10333 * libc/stdlib/Makefile.in: Regenerated.
10334 * libc/stdio/floatio.h: Added suitable MAXEXP for long double.
10335 * libc/stdio/vfieeefp.h: Added long double bit structures.
10336 * libc/stdio/vfprintf.c[WANT_IO_LONG_DBL]: Added long double support.
10337 [WANT_IO_LONG_DBL](isinfl, isnanl): New static long double routines.
10338 (exponent): Changed expbuf to reasonable maximum instead of MAXEXP.
10339 * libc/stdio/vfscanf.c[WANT_IO_LONG_DBL]: Added long double support.
10340 * libc/stdlib/ldtoa.c: New file containing _ldtoa_r and
10341 _strtold routines used for conversions between character
10342 and long double.
10343
10344 Wed Dec 6 12:01:00 2000 Corinna Vinschen <vinschen@cygnus.com>
10345
10346 * libc/include/stdlib.h: Add declarations for `mkstemp' and `mktemp'.
10347
10348 2000-12-04 Joel Sherrill <joel@OARcorp.com>
10349
10350 * libc/include/machine/time.h: RTEMS systems can configure clock
10351 tick rate so use sysconf() to ask.
10352
10353 2000-12-04 Joel Sherrill <joel@OARcorp.com>
10354
10355 * libc/include/sys/times.h: Add reference to POSIX standard.
10356
10357 2000-12-04 Joel Sherrill <joel@OARcorp.com>
10358
10359 * libc/include/sys/time.h: Added BSD timer manipulation macros
10360 used by RTEMS code.
10361
10362 2000-12-04 Joel Sherrill <joel@OARcorp.com>
10363
10364 * libc/sys/rtems/crt0.c: Add stubs for functions implicitly
10365 referenced by code generated by gcc 2.8.1.
10366 (a29k): Add stubs for V_SPILL, V_FILL, V_BSD_OS, V_EPI_OS to
10367 satisfy gcc.
10368
10369 2000-12-04 Joel Sherrill <joel@OARcorp.com>
10370
10371 * libc/stdlib/system.c: Avoid compiling do_system() for RTEMS.
10372
10373 2000-12-04 Joel Sherrill <joel@OARcorp.com>
10374
10375 * libc/include/ieeefp.h: Added entries for OpenCores CPUs.
10376
10377 2000-12-04 Joel Sherrill <joel@OARcorp.com>
10378
10379 * configure.host (or16, or32): New entries for OpenCores
10380 OpenRisc CPUs.
10381 (*-*-rtems*): Add -DNO_EXEC.
10382
10383 2000-12-04 Keith Outwater <vac4050@cae597.rsc.raytheon.com>
10384
10385 * libc/include/sys/errno.h: Added comments on many error numbers.
10386 * libc/string/strerror.c: Added some more strings.
10387
10388 2000-11-30 Jeff Johnston <jjohnstn@redhat.com>
10389
10390 * libc/sys/sh/syscalls.c (_link): New stub.
10391
10392 2000-11-29 Nick Clifton <nickc@redhat.com>
10393
10394 * configure.host: Add xscale target.
10395 * libc/machine/xscale: New directory.
10396 * libc/machine/xscale/Makefile.am: New file.
10397 * libc/machine/xscale/Makefile.in: New file.
10398 * libc/machine/xscale/aclocal.m4: New file.
10399 * libc/machine/xscale/configure: New file.
10400 * libc/machine/xscale/configure.in: New file.
10401 * libc/machine/xscale/memchr.S: New file.
10402 * libc/machine/xscale/memcmp.S: New file.
10403 * libc/machine/xscale/memcpy.S: New file.
10404 * libc/machine/xscale/memmove.S: New file.
10405 * libc/machine/xscale/memset.S: New file.
10406 * libc/machine/xscale/strchr.S: New file.
10407 * libc/machine/xscale/strcmp.S: New file.
10408 * libc/machine/xscale/strcpy.S: New file.
10409 * libc/machine/xscale/strlen.S: New file.
10410
10411 Sat Nov 25 11:24:00 2000 Corinna Vinschen <vinschen@cygnus.com>
10412
10413 * libc/include/sys/types.h: Change i to `__i' in FD_ZERO macro to
10414 avoid compiler warnings.
10415
10416 2000-11-22 Michael Meissner <meissner@redhat.com>
10417
10418 * libc/posix/execl.c (execl): Don't reference environ directly,
10419 reference it only via a static pointer to avoid problems with some
10420 shared library systems and with different uses of small data where
10421 the user specifies his own version of environ.
10422 * libc/posix/execv.c (execv): Ditto.
10423 * libc/stdlib/getenv_r.c (_findenv_r): Ditto.
10424 * libc/stdlib/setenv_r.c (_setenv_r,_unsetenv_r): Ditto.
10425 * libc/stdlib/system.c (system, !cygwin32 case): Ditto.
10426
10427 * libc/stdlib/getenv.c (environ): Delete unused reference to
10428 environ.
10429
10430 * libc/stdlib/getenv_r.c: Make initial comment friendlier to emacs
10431 colorization.
10432 * libc/stdlib/system.c: Ditto.
10433
10434 Tue Nov 21 20:32:21 2000 Christopher Faylor <cgf@cygnus.com>
10435
10436 * libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of
10437 including windows headers.
10438
10439 2000-11-20 Jeff Johnston <jjohnstn@redhat.com>
10440
10441 * libc/include/sys/unistd.h: Removed definition of MAXNAMLEN.
10442 * libc/include/dirent.h: Added definition of MAXNAMLEN if
10443 not defined by sys/dirent.h.
10444 * libc/posix/execvp.c: Added include of dirent.h to get
10445 MAXNAMLEN value which used to be in unistd.h.
10446
10447 Mon Nov 6 12:56:00 2000 Corinna Vinschen <vinschen@cygnus.com>
10448
10449 * libc/include/sys/types.h: Change type of i to `size_t' in
10450 FD_ZERO macro to avoid compiler warnings.
10451
10452 Sun Oct 29 20:06:41 2000 Christopher Faylor <cgf@cygnus.com>
10453
10454 * libc/include/stdlib.h: Avoid declaring cfree under Cygwin.
10455 * libc/include/malloc.h: Ditto. Also remove obsolete declaration.
10456
10457 Tue Oct 24 20:16:00 2000 Corinna Vinschen <vinschen@cygnus.com>
10458
10459 * libc/include/sys/unistd.h: Add defines for sysconf values
10460 _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN, _SC_PHYS_PAGES and
10461 _SC_AVPHYS_PAGES.
10462
10463 Mon Oct 9 20:26:33 2000 Christopher Faylor <cgf@cygnus.com>
10464
10465 * libc/include/sys/unistd.h: Add getdtablesize and setdtablesize
10466 declarations for __CYGWIN__.
10467
10468 2000-09-19 Geoffrey Keating <geoffk@cygnus.com>
10469
10470 * libc/signal/signal.c (__sigtramp_r): ISO C requires
10471 case labels to be integral constant expressions, so
10472 use an if/else tree instead.
10473 (_raise_r): Likewise.
10474
10475 2000-09-13 Jeff Johnston <jjohnstn@redhat.com>
10476
10477 * libc/machine/v850/setjmp.S: Fixed tab problems caused by
10478 clipping patch from e-mail reader.
10479
10480 2000-09-13 Will Cohen <wcohen@redhat.com>
10481
10482 * libc/machine/v850/setjmp.S (_setjmp): Save r1 rather than r0.
10483 Added return value 0.
10484 (_longjmp): Allow longjmp to return value of second argument
10485 passed to it.
10486
10487 2000-09-06 Jeff Johnston <jjohnstn@redhat.com>
10488
10489 * libc/include/sys/types.h (FD_ZERO): Remove call to bzero and
10490 inline code to prevent having to include another header file.
10491
10492 Wed Sep 6 15:06:40 2000 Christopher Faylor <cgf@cygnus.com>
10493
10494 * Makefile.am: Fix space vs. tab problem in install-data-local.
10495 * Makefile.in: Regenerate.
10496
10497 Wed Sep 6 13:49:51 2000 Christopher Faylor <cgf@cygnus.com>
10498
10499 * libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__.
10500 (_EXPARM): New macro for defining a function parameter.
10501 * libc/include/stdlib.h: Use _EXPARM.
10502 * libc/stdlib/mallocr.c: Don't build cfree for Cygwin.
10503
10504 2000-09-05 Manfred Hollstein <manfredh@redhat.com>
10505
10506 * Makefile.am (install-data-local): Use optional $(DESTDIR) where
10507 required, as documented in the gnu coding standards.
10508 * Makefile.in: Regenerate.
10509
10510 2000-09-05 Jeff Johnston <jjohnstn@redhat.com>
10511
10512 * libc/include/fcntl.h (_FNDELAY): Changed to be _FNONBLOCK to
10513 make O_NDELAY and O_NONBLOCK have the same value.
10514
10515 2000-08-30 Kazu Hirata <kazu@hxi.com>
10516
10517 * libc/sys/h8300hms/crt0.S: Optimize for both speed and code size.
10518
10519 2000-08-30 Werner Almesberger <Werner.Almesberger@epfl.ch>
10520
10521 * libc/posix/execve.c: included unistd.h for "_execve" prototype.
10522 * libc/misc/unctrl.c libc/sys/sysvi386/crt0.c (sccsid): changed
10523 "#ifndef lint" to "#if defined(LIBC_SCCS) && !defined(lint)" like
10524 everywhere else.
10525
10526 2000-08-30 Geoffrey Keating <geoffk@cygnus.com>
10527
10528 * libc/string/swab.c: Specify that it's defined in <unistd.h>.
10529 * libc/include/string.h: Don't include <sys/types.h>,
10530 as it causes really bad namespace pollution. Don't declare
10531 swab(), it is properly declared in unistd.h.
10532
10533 2000-08-29 Werner Almesberger <Werner.Almesberger@epfl.ch>
10534
10535 * libc/unix/getpwent.c (getpwnam, getpwuid, getpwent): removed
10536 (broken) support for non-existent /etc/passwd field "comment".
10537
10538 2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch>
10539
10540 * libc/posix/scandir.c (DIRSIZ, scandir): use struct dirent.d_namlen
10541 only if _DIRENT_HAVE_D_NAMLEN is defined.
10542 (alphasort): aligned prototype with
10543 libc/sys/cygwin/sys/dirent.h and simplified function body.
10544 * libc/posix/telldir.c (telldir): changed "telldir" prototype to
10545 long telldir (DIR *) as mentioned in annex B of POSIX.1
10546
10547 2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch>
10548
10549 * libc/machine/i386/i386mach.h: added SOTYPE_FUNCTION to set type
10550 of global entry points if _I386MACH_NEED_SOTYPE_FUNCTION is defined;
10551 Added __CLI and __STI macros (controlled via
10552 _I386MACH_ALLOW_HW_INTERRUPTS macro).
10553 * libc/machine/i386/f_atan2.S libc/machine/i386/f_atan2f.S
10554 libc/machine/i386/f_frexp.S libc/machine/i386/f_frexpf.S
10555 libc/machine/i386/f_ldexp.S libc/machine/i386/f_ldexpf.S
10556 libc/machine/i386/f_log.S libc/machine/i386/f_log10.S
10557 libc/machine/i386/f_log10f.S libc/machine/i386/f_logf.S
10558 libc/machine/i386/f_tan.S libc/machine/i386/f_tanf.S
10559 libc/machine/i386/memchr.S libc/machine/i386/memcmp.S
10560 libc/machine/i386/memcpy.S libc/machine/i386/memmove.S
10561 libc/machine/i386/memset.S libc/machine/i386/setjmp.S
10562 libc/machine/i386/strchr.S libc/machine/i386/strlen.S:
10563 (that's libc/machine/i386/*.S) added SOTYPE_FUNCTION(symbol)
10564 for all global entry points.
10565 * libc/machine/i386/setjmp.S: removed code replicated in
10566 libc/machine/i386/i386mach.h and included i386mach.h instead;
10567 Use __CLI and __STI instead of cli and sti.
10568
10569 2000-08-25 DJ Delorie <dj@redhat.com>
10570
10571 * libc/include/sys/unistd.h (environ): this one isn't from the
10572 DLL, no __IMPORT
10573
10574 Fri Aug 25 13:37:11 2000 Christopher Faylor <cgf@cygnus.com>
10575
10576 * libc/stdlib/system.c (do_system): Eliminate explicit declaration of
10577 environ when compiling under cygwin since it is already declared in
10578 unistd.h.
10579
10580 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>
10581
10582 * libc/stdlib/mprec.c (ulp, b2d, d2b): changed a few expressions
10583 like x << y-z to the equivalent x << (y-z).
10584 (d2b): changed if statements with assignment to perform the
10585 assignment prior to the if check.
10586 * libc/reent/reent.c: included stdlib.h for "_free_r" prototype.
10587 * libc/unix/getpass.c (getpass): moved "echo" assignment out of if.
10588 * libc/unix/ttyname.c: included string.h for "strcpy" prototype.
10589 * libc/unix/getcwd.c (ISDOT): added parentheses to clarify && and ||
10590 precedence.
10591 * libc/include/sys/unistd.h: added "vfork" prototype (for popen.c).
10592 Added "_execve" prototype (for execl.c, execle.c, execv.c, and
10593 execve.c).
10594 * libc/posix/popen.c (popen): added parentheses to clarify && and ||
10595 precedence.
10596 * libm/math/e_cosh.c (__ieee754_cosh): changed parentheses to
10597 clarify && and || precendence (and to remove pascalism).
10598 * libm/math/e_sinh.c (__ieee754_sinh): Ditto.
10599 * libm/math/s_infconst.c: added another pair of braces to all
10600 initializers for __infinity (need three: for __infinity[1] array,
10601 for union __dmath, and for i[2]).
10602
10603 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>
10604
10605 * libc/stdlib/abort.c: changed description: uses "raise" instead of
10606 "getpid" and "kill"; added: uses "write" and "_exit".
10607 Also included unistd.h for "_exit" prototype.
10608 * libc/stdlib/system.c: included unistd.h for "execve" prototype,
10609 reent.h for "_fork_r" and "_wait_r" prototypes.
10610 (do_system): changed extern char *environ[] to POSIX-friendly
10611 extern char **environ.
10612 * libc/stdlib/wctomb_r.c: included string.h for "strlen" and "strcmp"
10613 prototypes.
10614 * libc/stdlib/remove.c: included reent.h for "_unlink_r" prototype.
10615 * libc/reent/execr.c: included sys/wait.h for "wait" prototype.
10616 * libc/reent/fstatr.c: included sys/stat.h for "fstat" prototype.
10617 * libc/reent/openr.c: included fcntl.h for "open" prototype.
10618 * libc/reent/signalr.c: included signal.h for "kill" prototype,
10619 unistd.h for "getpid" prototype.
10620 * libc/reent/statr.c: included sys/stat.h for "stat" prototype.
10621 * libc/reent/timer.c: included sys/time.h for "gettimeofday" prototype.
10622 * libc/unix/getut.c (utmpname): removed local, incorrect "strdup"
10623 prototype. Also included stdlib.h for "abort", string.h for
10624 "strdup" and "strncmp" prototypes.
10625 * libc/unix/getlogin.c: included string.h for "strncmp", "memset", and
10626 "strncpy", unistd.h for "read" and "close" prototypes.
10627 * libc/posix/execvp.c: included string.h for "strchr", "strlen", and
10628 "strcat" prototypes.
10629
10630 2000-08-23 Werner Almesberger <Wernen Almesberger@epfl.ch>
10631
10632 * libc/stdio/stdio.c (__swrite): declare "oldmode" only if it's
10633 used later (ifdef __SCLE)
10634 * libc/stdio/vfscanf.c (__svfscanf): declare "state" only if it's
10635 used later (ifdef MB_CAPABLE)
10636 * libc/string/memset.c (memset): removed unused variables "count"
10637 and "unaligned_addr"
10638 * libc/locale/locale.c (_setlocale_r): declare "lc_ctype" and
10639 "last_lc_ctype" only of they're used later (ifdef MB_CAPABLE)
10640 * libc/unix/getpwent.c (getpwnam): removed unused variables "uid"
10641 and "gid"
10642
10643 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>
10644
10645 * libc/stdlib/envlock.c: changed documented "__env_lock" and
10646 "__env_unlock" prototype from "void *" or "char *" to
10647 "struct _reent *" to match real function. Also added include
10648 of envlock.h.
10649 * libc/stdlib/mlock.c: changed documented "__malloc_lock" and
10650 "__malloc_unlock" prototype from "void *" or "char *" to
10651 "struct _reent *" to match real function.
10652 * libc/stdlib/envlock.h: added "__env_lock" and "__env_unlock"
10653 prototypes (for getenv_r.c and setenv_r.c).
10654
10655 2000-08-22 Werner Almesberger <Werner.Almesberger@epfl.ch>
10656
10657 * libc/unix/getut.c (utmpname): added _CONST to reflect common use
10658 and prototype in cygwin's utmp.h
10659
10660 2000-08-16 Eric Fifer <efifer@sanwaint.com>
10661
10662 * libc/stdio/vfprintf.c (_vfprintf_r): suppress . with "%.0f", 0.1
10663
10664 2000-08-09 Nick Clifton <nickc@cygnus.com>
10665
10666 * libc/sys/arm/setjmp.S: Recode to clean up function prologues and
10667 epilogue and to allow the functions to be used in a Thumb based
10668 toolchain.
10669
10670 2000-08-08 Jeff Johnston <jjohnstn@redhat.com>
10671
10672 * libc/stdio/snprintf.c (snprintf, _snprintf_r): Fixed code
10673 so size of 0 results in nothing being written to string.
10674 Also fixed code so that when size is non-zero, there is only
10675 a maximum of size - 1 characters written to the array and
10676 a nul terminator is appended at the end.
10677 * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Ditto.
10678
10679 2000-08-01 DJ Delorie <dj@redhat.com>
10680
10681 * libc/include/sys/config.h: define __IMPORT appropriately
10682 * libc/include/ctype.h (_ctype_): use __IMPORT
10683 * libc/include/math.h (__infinity, signam, _LIB_VERSION): ditto
10684 * libc/include/math.h (__mb_cur_max): ditto
10685 * libc/include/time.h (_timezone, _daylight, _tzname): ditto
10686 * libc/include/unctrl.h (__unctrl, __unctrllen): ditto
10687 * libc/include/errno.h (_sys_errlist, _sys_nerr): ditto
10688 * libc/include/unistd.h (environ): ditto
10689
10690 2000-07-28 Michael Meissner <meissner@redhat.com>
10691
10692 * libc/include/math.h (__infinity): Declare as an array without
10693 bounds to get around small data support. Rewrite Cygwin support
10694 to be more general.
10695 * libm/math/s_infconst.c (__infinity): Ditto.
10696 * libm/mathfp/s_infconst.c (__infinity): Ditto.
10697
10698 Thu Jul 27 10:46:01 2000 Christopher Faylor <cgf@cygnus.com>
10699
10700 * libc/include/math.h: Use appropriate dll import linkage for
10701 __infinity under Cygwin.
10702
10703 2000-07-13 DJ Delorie <dj@cygnus.com>
10704
10705 * libc/stdio/vfprintf.c: pad 0.0 correctly with %e
10706
10707 Wed Jun 28 14:08:00 2000 Keith Walker <keith.walker@arm.com>
10708
10709 * libc/sys/arm/crt0.S (.LC30): Added missing length parameter
10710 to argument list for AngelSWI_Reason_GetCmdLine.
10711
10712 Tue Jun 27 15:49:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>
10713
10714 * configure.host: Add support for AVR target.
10715 * libc/include/machine/ieeefp.h: Likewise.
10716 * libc/include/sys/config.h: Likewise.
10717
10718 Thu Jun 22 18:35:00 2000 Ranjith Kumaran <ranjith@cygnus.com>
10719
10720 * README: Newlib 1.8.2 must be built in a separate directory
10721 than the sources.
10722
10723 Tue Jun 20 14:30:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
10724
10725 * libc/include/sys/reent.h (_rand_next): Added __extension__
10726 qualifier as long long type is not strict ANSI.
10727 * libc/stdlib/rand.c (rand): Added __extension__ qualifier
10728 to long long constant.
10729
10730 Fri Jun 16 23:02:00 2000 Corinna Vinschen <corinna@vinschen.de>
10731
10732 * libc/include/sys/unistd.h: Add prototypes for `seteuid' and
10733 `setegid' provided by Cygwin.
10734
10735 Thu Jun 15 0:21:00 2000 Corinna Vinschen <corinna@vinschen.de>
10736
10737 * libc/stdio/fdopen.c: Take explicit given bin/textmode into
10738 account for Cygwin.
10739
10740 Fri Jun 9 14:28:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
10741
10742 * libc/include/sys/reent.h (_rand_next): Changed to
10743 unsigned long long and moved to end of _reent struct in _new union.
10744 (_REENT_INIT): Changed to move _rand_next initialization.
10745 * libc/stdlib/rand.c (rand): Changed to use unsigned long long
10746 linear congruential algorithm that is used by DJGPP.
10747
10748 Thu Jun 8 21:18:00 2000 Ranjith Kumaran <ranjith@cygnus.com>
10749
10750 * libc/include/stdlib.h: Set RAND_MAX to __RAND_MAX.
10751 * libc/include/sys/config.h: Define __RAND_MAX.
10752
10753 Thu Jun 8 17:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
10754
10755 * libc/stdlib/rand_r.c: New algorithm that meets minimal
10756 standard.
10757
10758 Fri Jun 2 23:02:11 2000 Christopher Faylor <cgf@cygnus.com>
10759
10760 * libc/include/string.h: Work around problem with strsignal and gdb.
10761
10762 Tue May 30 13:13:01 2000 Christopher Faylor <cgf@cygnus.com>
10763
10764 * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__
10765 * libc/include/malloc.h: Ditto.
10766 * libc/include/process.h: Ditto.
10767 * libc/include/stdio.h: Ditto.
10768 * libc/include/stdlib.h: Ditto.
10769 * libc/include/time.h: Ditto.
10770 * libc/include/machine/setjmp.h: Ditto.
10771 * libc/include/sys/errno.h: Ditto.
10772 * libc/include/sys/signal.h: Ditto.
10773 * libc/include/sys/stat.h: Ditto.
10774 * libc/include/sys/time.h: Ditto.
10775 * libc/include/sys/unistd.h: Ditto.
10776 * libc/include/string.h: Ditto. strsignal should return a const char *.
10777
10778 2000-05-26 Marek Michalkiewicz <marekm@linux.org.pl>
10779
10780 * libm/common/s_expm1.c (expm1): Add curly braces, avoid warnings.
10781 * libm/common/s_log1p.c (log1p): Likewise.
10782 * libm/common/s_scalbn.c (scalbn): Likewise.
10783 * libm/math/e_log.c: Likewise.
10784 * libm/math/e_asin.c: Likewise.
10785 * libm/math/ef_asin.c: Likewise.
10786 * libm/math/e_j0.c (pzero, qzero): Remove redundant test.
10787 * libm/math/e_j1.c (pone, qone): Likewise.
10788 * libm/math/ef_j0.c (pzerof, qzerof): Likewise.
10789 * libm/math/ef_j1.c (ponef, qonef): Likewise.
10790 * libm/mathfp/e_j0.c (pzero, qzero): Likewise.
10791 * libm/mathfp/e_j1.c (pone, qone): Likewise.
10792 * libm/mathfp/ef_j0.c (pzerof, qzerof): Likewise.
10793 * libm/mathfp/ef_j1.c (ponef, qonef): Likewise.
10794
10795 2000-05-19 DJ Delorie <dj@cygnus.com>
10796
10797 * libc/stdio/stdio.c (__stextmode): new, see if file is text mode
10798 (__sread): always read in binary mode
10799 (__swrite): always write in binary mode
10800 * libc/include/stdio.h: no getc/putc macros for cygwin; causes
10801 compatibility issues with different dll versions
10802 * libc/stdio/fopen.c: use __stextmode
10803 * libc/stdio/fdopen.c: ditto
10804 * libc/stdio/freopen.c: ditto
10805 * libc/stdio/findfp.c: set up __SCLE for std{in,out,err}
10806 * libc/stdio/local.h: declare __stextmode
10807
10808 2000-05-18 DJ Delorie <dj@cygnus.com>
10809
10810 * libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE
10811
10812 Mon May 15 18:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
10813
10814 * libc/include/ctype.h: Changed tolower and toupper macros
10815 to use __extension__ to prevent pedantic warnings.
10816
10817 Mon May 15 14:26:00 2000 Joel Sherrill <joel@oarcorp.com>
10818
10819 * libc/sys/rtems/sys/time.h: Add macros for manipulating timeval
10820 structures.
10821
10822 Wed May 10 19:24:53 2000 Jim Wilson <wilson@cygnus.com>
10823
10824 * libc/include/machine/ieeefp.h: Add ia64 support.
10825 * configure.host: Likewise.
10826
10827 Wed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru>
10828
10829 * libc/time/asctime_r.c (asctime_r): Change output format. Day of
10830 month is now padded with space, not zero. This now conforms to
10831 ANSI standard.
10832
10833 Wed May 03 17:57:00 2000 Corinna Vinschen <corinna@vinschen.de>
10834
10835 * libc/include/sys/errno.h: Add define for ENOSHARE ("No such
10836 host or network path") used by cygwin. Add some comments.
10837
10838 Tue May 02 23:45:48 2000 DJ Delorie <dj@cygnus.com>
10839
10840 * libc/include/stdio.h (FILE): define __SCLE for "convert line
10841 endings" for Cygwin.
10842 (__sgetc): convert line endings if needed
10843 (__sputc): ditto
10844 * libc/stdio/fdopen.c (_fdopen_r): Remember if we opened in text mode
10845 * libc/stdio/fopen.c (_fopen_r): ditto
10846 * libc/stdio/freopen.c (freopen): ditto
10847 * libc/stdio/fread.c (fread): perform CRLF conversions if __SCLE
10848 * libc/stdio/fvwrite.c (__sfvwrite): ditto
10849
10850 Thu Apr 27 07:45:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10851
10852 * libc/machine/mn10300/setjmp.S (setjmp, longjmp): Use
10853 post-increment when it is worth it, spacewise.
10854
10855 Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>
10856
10857 * libc/signal/signal.c (_signal_r) : Removed unused local variable temp.
10858 * libc/stdio/findfp.c (std): Added declaration of flags and file.
10859 * libc/stdio/mktemp.c (_gettemp, _mkstemp_r, mkstemp): Added int
10860 return type.
10861 * libc/stdio/putchar.c (putchar): Added return statement.
10862 * libc/stdio/refill.c (lflush): Added correct parentheses.
10863 * libc/stdio/vfprintf.c (_VFPRINTF_R): Ditto.
10864 * libc/stdio/vfscanf.c (__svfscanf): Changed sprintf call which
10865 prints long value to use l qualifier.
10866 * libc/stdlib/dtoa.c (_dtoa_r): Added parentheses to remove warning
10867 messages and initialized local values: ilim, ilim1, and spec_case.
10868 * libc/stdlib/ecvtbuf.c (print_e): Removed unused variable dp.
10869 * libc/stdlib/mbctype.h (_issjis1, _issjis2): Added parentheses.
10870 * libc/stdlib/mprec.c: Ditto.
10871 * libc/stdlib/setenv_r.c: Ditto.
10872 * libc/stdlib/strtod.c: Ditto.
10873 * libc/stdlib/strtol.c: Ditto.
10874 * libc/stdlib/strtoul.c: Ditto.
10875 * libm/common/sf_expm1.c: Added curly braces to if else clauses.
10876 * libm/common/sf_log1p.c: Ditto.
10877 * libm/common/sf_scalbn.c: Ditto.
10878 * libm/math/ef_log.c: Ditto.
10879
10880 Sun Apr 16 12:45:00 2000 Corinna Vinschen <corinna@vinschen.de>
10881
10882 * libc/posix/execvp.c (execvp): Check path for
10883 trailing slash.
10884
10885 Fri Mar 31 20:39:00 2000 Corinna Vinschen <corinna@vinschen.de>
10886
10887 * libc/include/sys/unistd.h: Add prototypes for
10888 fchmod, fchown, lchown.
10889
10890 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
10891
10892 * acinclude.m4: Changed release to 1.8.2.
10893 * aclocal.m4 configure doc/aclocal.m4 doc/configure
10894 libc/aclocal.m4 libc/configure libc/machine/aclocal.m4
10895 libc/machine/configure libc/machine/a29k/aclocal.m4
10896 libc/machine/a29k/configure libc/machine/arm/aclocal.m4
10897 libc/machine/arm/configure libc/machine/d10v/aclocal.m4
10898 libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
10899 libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
10900 libc/machine/fr30/configure libc/machine/h8300/aclocal.m4
10901 libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
10902 libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
10903 libc/machine/hppa/configure libc/machine/i386/aclocal.m4
10904 libc/machine/i386/configure libc/machine/i960/aclocal.m4
10905 libc/machine/i960/configure libc/machine/m32r/aclocal.m4
10906 libc/machine/m32r/configure libc/machine/m68k/aclocal.m4
10907 libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
10908 libc/machine/m88k/configure libc/machine/mips/aclocal.m4
10909 libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
10910 libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
10911 libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
10912 libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
10913 libc/machine/powerpc/configure libc/machine/sh/aclocal.m4
10914 libc/machine/sh/configure libc/machine/sparc/aclocal.m4
10915 libc/machine/sparc/configure libc/machine/tic80/aclocal.m4
10916 libc/machine/tic80/configure libc/machine/v850/aclocal.m4
10917 libc/machine/v850/configure libc/machine/w65/aclocal.m4
10918 libc/machine/w65/configure libc/machine/z8k/aclocal.m4
10919 libc/machine/z8k/configure libc/sys/aclocal.m4
10920 libc/sys/aclocal.m4 libc/sys/configure
10921 libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
10922 libc/sys/arm/aclocal.m4 libc/sys/arm/configure
10923 libc/sys/cygwin/aclocal.m4 libc/sys/cygwin/configure
10924 libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
10925 libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
10926 libc/sys/go32/aclocal.m4 libc/sys/go32/configure
10927 libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
10928 libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
10929 libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
10930 libc/sys/netware/aclocal.m4 libc/sys/netware/configure
10931 libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
10932 libc/sys/sh/aclocal.m4 libc/sys/sh/configure
10933 libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
10934 libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
10935 libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
10936 libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
10937 libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
10938 libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
10939 libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
10940 libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
10941 libc/sys/w65/aclocal.m4 libc/sys/w65/configure
10942 libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
10943 libm/aclocal.m4 libm/configure: Regenerated.
10944
10945 2000-03-24 Nick Clifton <nickc@cygnus.com>
10946
10947 * libc/sys/arm/syscalls.c: Fix compile time warnings.
10948 (do_AngelSWI): Add "cc" to list o registers clobbered.
10949
10950 Thu Mar 22 14:57:00 2000 Fernando Nasser <fnasser@redhat.com>
10951
10952 * libc/sys/arm/syscalls.c (do_AngelSWI): Prevent registers with valid
10953 information to be clobbered by an Angel C library support syscall.
10954
10955 Tue Mar 21 19:08:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
10956
10957 * libc/stdlib/envlock.c: Fixed comment typo.
10958
10959 Fri Mar 17 15:37:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
10960
10961 * libc/stdio/vfscanf.c (__svfscanf): Fixed floating point
10962 code to update nread as each character is processed instead
10963 of using buffer contents which throw away leading zeroes.
10964
10965 Mon Mar 13 15:22:00 2000 Sergei Organov <osv@javad.ru>
10966
10967 * libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf.
10968
10969 Fri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com>
10970
10971 * libc/include/string.h: Include <sys/types.h>.
10972
10973 Fri Mar 10 14:53:50 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10974
10975 * libc/stdio/putw.c (putw): Return 0 on success, to be compliant
10976 with XSH5, not SVID.
10977
10978 Thu Mar 9 17:20:41 2000 Jeff Johnston <jjohnstn@cygnus.com>
10979
10980 * libc/include/string.h: Changed last argument back to ssize_t
10981 to make it compatible with XPG4 definition which is
10982 defined in <unistd.h>. There is a conflict in the SVID 3
10983 and XPG4 definitions and newlib will settle with XPG4.
10984 * libc/string/swab.c: Ditto.
10985
10986 Wed Mar 8 17:11:41 2000 Jeff Johnston <jjohnstn@cygnus.com>
10987
10988 * libc/include/string.h: Changed last argument to size_t.
10989 * libc/string/swab.c: Changed last argument to size_t.
10990
10991 Wed Mar 8 00:46:41 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10992
10993 * libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c.
10994 (CHEWOUT_FILES): Added unlinkr.def.
10995 * libc/reent/Makefile.in: Rebuilt.
10996 * libc/sys.tex: Include unlinkr.def.
10997 * libc/reent/linkr.c (_unlink_r): Moved to...
10998 * libc/reent/unlinkr.c: ... new file.
10999
11000 Wed Mar 8 00:43:07 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11001
11002 * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
11003 (CHEWOUT_FILES): Added swab.def.
11004 * libc/string/Makefile.in: Rebuilt.
11005 * libc/string/string.tex: Include swab.def.
11006 * libc/include/string.h (swab): Declare.
11007 * libc/string/swab.c: New file.
11008
11009 Wed Mar 8 00:38:35 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11010
11011 * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c.
11012 (CHEWOUT_FILES): Added getw.def and putw.def.
11013 * libc/stdio/Makefile.in: Rebuilt.
11014 * libc/stdio/stdio.tex: Include getw.def and putw.def.
11015 * libc/stdio/getw.c: New file.
11016 * libc/stdio/putw.c: New file.
11017
11018 Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
11019
11020 * libc/stdio/flags.c (__sflags): Added check that mode[1]
11021 is non-null before looking at mode[2].
11022
11023 Thu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
11024
11025 * libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS.
11026 * libm/mathfp/sf_atan.c: Ditto.
11027
11028 Thu Feb 24 11:39:00 2000 Joel Sherrill <joel@OARcorp.com>
11029
11030 * libc/include/sys/stat.h: Add RTEMS prototype for lstat.
11031
11032 Tue Feb 22 14:37:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
11033
11034 * libm/mathfp/sf_exp.c: Corrected _DOUBLE_IS_32_BITS to be
11035 _DOUBLE_IS_32BITS.
11036
11037 Mon Feb 21 11:43:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
11038
11039 * libc/stdio/vfprintf.c (VFPRINTF): Added CHECK_INIT
11040 call prior to calling _VFPRINTF_R so reentrant data area is set.
11041 (_VFPRINTF_R): Removed now extraneous CHECK_INIT call.
11042
11043 Thu Feb 17 01:42:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11044
11045 * libc/stdio/vfscanf.c (limits.h): #include.
11046 (MAX_LONG_LEN): #define.
11047 (__svfscanf): Handle floating point numbers with arbitrary amounts
11048 of leading zeroes.
11049
11050 2000-02-15 Nick Clifton <nickc@cygnus.com>
11051
11052 * libc/sys/arm/syscalls.c (_fstat): Initialise all fields to
11053 zero. Set the blocksize to 1024/
11054
11055 Thu Jan 20 18:57:00 2000 Fernando Nasser <fnasser@redhat.com>
11056
11057 * setvbuf.c (setvbuf): Set size to BUFSIZ when passed a zero size
11058 with line buffering.
11059
11060 Mon Jan 10 18:43:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
11061
11062 * acinclude.m4: Changed include directory for winsup headers.
11063 * aclocal.m4 configure libc/aclocal.m4
11064 libc/configure libc/ctype/Makefile.in libc/errno/Makefile.in
11065 libc/locale/Makefile.in libc/machine/aclocal.m4
11066 libc/machine/configure libc/machine/a29k/aclocal.m4
11067 libc/machine/a29k/configure libc/machine/arm/aclocal.m4
11068 libc/machine/arm/configure libc/machine/d10v/aclocal.m4
11069 libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
11070 libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
11071 libc/machine/fr30/configure
11072 libc/machine/h8300/aclocal.m4
11073 libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
11074 libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
11075 libc/machine/hppa/configure libc/machine/i386/aclocal.m4
11076 libc/machine/i386/configure libc/machine/i960/aclocal.m4
11077 libc/machine/i960/configure libc/machine/m32r/aclocal.m4
11078 libc/machine/m32r/configure libc/machine/m68k/aclocal.m4
11079 libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
11080 libc/machine/m88k/configure libc/machine/mips/aclocal.m4
11081 libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
11082 libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
11083 libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
11084 libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
11085 libc/machine/powerpc/configure
11086 libc/machine/sh/aclocal.m4
11087 libc/machine/sh/configure libc/machine/sparc/aclocal.m4
11088 libc/machine/sparc/configure
11089 libc/machine/tic80/aclocal.m4 libc/machine/tic80/configure
11090 libc/machine/v850/aclocal.m4 libc/machine/v850/configure
11091 libc/machine/w65/aclocal.m4 libc/machine/w65/configure
11092 libc/machine/z8k/aclocal.m4 libc/machine/z8k/configure
11093 libc/misc/Makefile.in libc/posix/Makefile.in
11094 libc/reent/Makefile.in
11095 libc/signal/Makefile.in
11096 libc/string/Makefile.in libc/sys/aclocal.m4 libc/sys/configure
11097 libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
11098 libc/sys/arm/Makefile.in libc/sys/arm/aclocal.m4
11099 libc/sys/arm/configure libc/sys/cygwin/aclocal.m4
11100 libc/sys/cygwin/configure libc/sys/d10v/Makefile.in
11101 libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
11102 libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
11103 libc/sys/go32/aclocal.m4 libc/sys/go32/configure
11104 libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
11105 libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
11106 libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
11107 libc/sys/netware/aclocal.m4 libc/sys/netware/configure
11108 libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
11109 libc/sys/sh/Makefile.in libc/sys/sh/aclocal.m4
11110 libc/sys/sh/configure libc/sys/sparc64/aclocal.m4
11111 libc/sys/sparc64/configure libc/sys/sun4/aclocal.m4
11112 libc/sys/sun4/configure libc/sys/sysmec/aclocal.m4
11113 libc/sys/sysmec/configure libc/sys/sysnec810/aclocal.m4
11114 libc/sys/sysnec810/configure libc/sys/sysnecv850/aclocal.m4
11115 libc/sys/sysnecv850/configure libc/sys/sysvi386/aclocal.m4
11116 libc/sys/sysvi386/configure libc/sys/sysvnecv70/aclocal.m4
11117 libc/sys/sysvnecv70/configure libc/sys/tic80/aclocal.m4
11118 libc/sys/tic80/configure libc/sys/w65/aclocal.m4
11119 libc/sys/w65/configure libc/sys/z8ksim/aclocal.m4
11120 libc/sys/z8ksim/configure libc/syscalls/Makefile.in
11121 libc/time/Makefile.in libc/unix/Makefile.in libm/aclocal.m4
11122 libm/configure: Regenerated.
11123
11124 Mon Jan 10 18:43:46 2000 Jeff Johnston <jjohnstn@cygnus.com>
11125
11126 * libc/stdlib/putenv_r.c (_putenv_r): New file.
11127 * libc/stdlib/strdup_r.c (_strdup_r): New file.
11128 * libc/include/string.h: Added _strdup_r.
11129 * libc/stdlib/putenv.c: Added call to reentrant version.
11130 * libc/stdlib/strdup.c: Ditto.
11131 * libc/stdlib/Makefile.am: Added _putenv_r and _unsetenv_r.
11132 * libc/include/stdlib.h: Ditto.
11133 * libc/stdlib/Makefile.in: Regenerated.
11134 * libc/string/Makefile.in: Regenerated.
11135 * libc/stdlib/setenv.c: Added reentrant version of unsetenv.
11136 * libc/stdlib/setenv_r.c: Added unsetenv_r and changed memory
11137 management calls to reentrant versions.
11138 * libc/stdlib/wcstombs.c: Added #ifndef _REENT_ONLY wrapper.
11139 * libc/stdlib/wctomb.c: Ditto.
11140 * libc/stdlib/mblen.c: Ditto.
11141 * libc/stdlib/mbstowcs.c: Ditto.
11142 * libc/stdlib/mbtowc.c: Ditto.
11143 * libc/stdlib/getenv.c: Ditto.
11144 * libc/reent/reent.tex: Added references to _putenv_r, _setenv_r,
11145 and _strdup_r.
11146
11147 Thu Jan 6 15:33:46 2000 Christopher Faylor <cgf@cygnus.com>
11148
11149 patch from Corinna Vinschen <corinna@vinschen.de>
11150 * libc/sys/cygwin/sys/param.h: Define NGROUP_MAX as 16.
11151
11152 Mon Jan 03 14:36:00 2000 Sergei Organov <osv@javad.ru>
11153
11154 * libm/mathfp/s_atangent.c: Fix exponent calculation.
11155 * libm/mathfp/s_ldexp.c: Ditto.
11156 * libm/mathfp/sf_atangent.c: Ditto.
11157 * libm/mathfp/sf_ldexp.c: Ditto.
11158
11159 Tue Dec 14 5:42:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11160
11161 * libc/machine/i960/setjmp.S: fix typo leaving .link_pix uncommented
11162 * libc/include/locale.h: define NULL to be 0.
11163
11164 Tue Dec 7 15:41:45 1999 Jim Wilson <wilson@cygnus.com>
11165
11166 * libc/sys/sh/syscalls.c (stack_ptr): Move definition before first
11167 function.
11168
11169 Wed Dec 1 17:39:29 1999 Jeffrey A Law (law@cygnus.com)
11170
11171 * libc/machine/mn10300/setjmp.S: Handle am33.
11172
11173 1999-11-26 Nick Clifton <nickc@cygnus.com>
11174
11175 * libc/sys/arm/syscalls.c: Add function prototypes.
11176 (stack_ptr): Move declaration before function definitions.
11177
11178 Sat Nov 20 17:13:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11179
11180 * NEWS: Updated version information.
11181 * README: Ditto.
11182
11183 Tue Nov 09 12:19:21 1999 Jeff Johnston <jjohnstn@cygnus.com>
11184
11185 * libc/machine/i386/strchr.S: Fixed alignment test.
11186
11187 Thu Oct 28 05:30:46 1999 Andrew Cagney <cagney@makita.cygnus.com>
11188
11189 * libc/sys/d10v/crt0.S (_start): Construct a real stack frame.
11190
11191 Thu Oct 28 15:29:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
11192
11193 * libc/sys/d10v/crt0.S (_start): Initialize both SPI and SPU
11194 ensuring that there is space between the two.
11195
11196 Thu Oct 14 13:39:21 1999 Christopher Faylor <cgf@cygnus.com>
11197
11198 * libc/stdio/flags.c: Conditionalize check for 't' for cygwin case
11199 only.
11200
11201 1999-10-08 Vadim Egorov <egorovv@1c.ru>
11202
11203 * libc/include/stdlib.h: add ptsname, grantpt, unlockpt to cygwin
11204 section
11205
11206 Sat Oct 2 02:02:00 MEST 1999 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11207
11208 * libc/machine/sh/asm.h: Added __SH4_SINGLE__ to DELAYED_BRANCHES
11209 * libc/machine/sh/memcpy.S: Fix line wrapping in SL macro
11210
11211 Fri Oct 1 13:17:59 CDT 1999 <joel@OARcorp.com>
11212 * libc/include/grp.h: Added getgrnam_r and getgrgid_r prototypes
11213 per POSIX 1003.1b.
11214 * libc/include/pwd.h: Added getpwnam_r and getpwuid_r prototypes
11215 per POSIX 1003.1b.
11216
11217 1999-09-13 DJ Delorie <dj@cygnus.com>
11218
11219 * libc/stdio/mktemp.c (_gettemp): on cygwin, check for EACCESS
11220 also.
11221
11222 Thu Sep 9 15:31:00 1999 Jeff Johnston <jjohnstn@cygnus.com>
11223
11224 * setvbuf.c (setvbuf): When mallocing a buffer of size BUFSIZ,
11225 also note BUFSIZ as its size.
11226
11227 Tue Sep 7 17:15:00 1999 Joel Sherrill <joel@OARcorp.com>
11228
11229 * configure.host: Corrected feature defines for RTEMS.
11230 * libc/include/sys/stat.h: Added protototype for RTEMS mknod.
11231 * libc/include/sys/stat.h: mkfifo() should take const path arg.
11232 * libc/include/sys/unistd.h: pathconf() should take const path arg.
11233 Enabled usleep(), ftruncate(), and truncate() prototypes for RTEMS.
11234 Added defines for _POSIX_JOB_CONTROL, _POSIX_SAVED_IDS, and
11235 _POSIX_VERSION for RTEMS. Added defines for _PC_ASYNC_IO,
11236 _PC_PRIO_IO, and _PC_SYNC_IO.
11237 * libc/machine/m68k/Makefile.am: Added strcpy.c and strlen.c.
11238 * libc/machine/m68k/Makefile.in: Regenerated.
11239 * libc/machine/m68k/strcpy.c: New file.
11240 * libc/machine/m68k/strlen.c: New file.
11241 * libc/stdio/tmpnam.c: Always make the returned name usable.
11242 * libc/sys/rtems/crt0.c: New version that passes all autoconf tests.
11243 * libc/sys/rtems/sys/dirent.h: New file.
11244 * libc/sys/rtems/sys/types.h: Added dev_t.
11245
11246 Tue Sep 7 17:15:00 1999 Jay Kulpinski <jskulpin@eng01.gdds.com>
11247
11248 * libc/stdlib/mprec.c: Fixed unitialized variable problem.
11249
11250 Fri Sep 3 12:35:20 1999 Jeff Johnston <jjohnstn@cygnus.com>
11251
11252 * libc/stdio/ftell.c (ftell): Backing off Joern's fix and
11253 my patch.
11254
11255 Thu Sep 2 22:05:20 1999 Christopher Faylor <cgf@cygnus.com>
11256
11257 patch from Jeff Johnston <jjohnstn@cygnus.com>
11258 * libc/stdio/ftell.c (ftell): Avoid using buffer position when the
11259 buffer is not in a useful state.
11260
11261 1999-09-01 Nick Clifton <nickc@cygnus.com>
11262
11263 * libc/sys/arm/syscalls.c (_link): Add stub.
11264
11265 Fri Aug 27 23:09:09 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11266
11267 * ftell.c (ftell): Use actual position within buffer for text mode.
11268 * findfp.c (std): Initialize ptr->_bf._size.
11269
11270 Wed Aug 18 18:48:02 1999 Christopher Faylor <cgf@cygnus.com>
11271
11272 * libc/include/sys/unistd.h: Add nice() declaration.
11273
11274 1999-08-09 Nick Clifton <nickc@cygnus.com>
11275
11276 * libc/sys/arm/crt0.S (change_mode): Rename to __change_mode and
11277 declare as a thumb function so that the disassembler will see the
11278 mode change.
11279
11280 Thu Aug 5 17:37:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11281
11282 * libc/reent/reent.tex: Updated list of reentrant functions.
11283
11284 1999-07-09 Michael Meissner <meissner@cygnus.com>
11285
11286 * libc/include/stdlib.h (_findenv{,_r}): Add prototypes.
11287
11288 Tue Jul 6 10:46:24 1999 Jeff Johnston <jjohnstn@cygnus.com>
11289
11290 * libc/stdio/sprintf.c: Moved snprintf and _snprintf_r to
11291 separate file.
11292 * libc/stdio/snprintf.c: New file.
11293 * libc/stdio/vsprintf.c: Moved vsnprintf and _vsnprintf_r to
11294 separate file.
11295 * libc/stdio/vsnprintf.c: New file.
11296 * libc/stdio/Makefile.am: Added snprintf.c and vsnprintf.c.
11297 * libc/stdio/Makefile.in: Regenerated.
11298
11299 Mon Jul 5 14:43:24 1999 Christopher Faylor <cgf@cygnus.com>
11300
11301 Patch submitted by Egor Duda <deo@logos-m.ru>:
11302 * libc/include/stdio.h: Add declarations for *nprintf.
11303 * libc/stdio/sprintf.c (snprintf): New function.
11304 (_snprintf_r): New function.
11305 * libc/stdio/vsprintf.c (vsnprintf): New function.
11306 (_vnsprintf_r): New function.
11307
11308 Wed Jun 30 16:36:27 1999 Jeff Johnston <jjohnstn@cygnus.com>
11309
11310 * libc/Makefile.am (stmp-targetdep): Remove extraneous blank.
11311 * libm/Makefile.am (stmp-targetdep): Ditto.
11312 * libc/Makefile.in: Regenerated.
11313 * libm/Makefile.in: Ditto.
11314
11315 Fri Jun 25 10:49:27 1999 Jeff Johnston <jjohnstn@cygnus.com>
11316
11317 * libc/Makefile.am (stmp-targetdep): Ignore "." in SUBDIRS.
11318 * libm/Makefile.am (stmp-targetdep): Ditto.
11319 * libc/Makefile.in: Regenerated.
11320 * libm/Makefile.in: Ditto.
11321
11322 Thu June 03 16:25:00 1999 Jeff Johnston <jjohnstn@cygnus.com>
11323
11324 * Makefile.am: Removed dependencies on all-recursive and added "."
11325 to the SUBDIRS list to prevent infinite recursion from occurring.
11326 Also removed any references to EXTRA_DATA.
11327 * libc/Makefile.am: Ditto.
11328 * libc/machine/Makefile.am: Ditto.
11329 * libc/machine/i386/Makefile.am: Ditto.
11330 * libm/Makefile.am: Ditto.
11331 * libc/sys/Makefile.am: Ditto.
11332 * Makefile.in: Regenerated.
11333 * aclocal.m4: Ditto.
11334 * configure: Ditto.
11335 * doc/Makefile.in: Ditto.
11336 * doc/aclocal.m4: Ditto.
11337 * doc/configure: Ditto.
11338 * libc/Makefile.in: Ditto.
11339 * libc/aclocal.m4: Ditto.
11340 * libc/configure: Ditto.
11341 * libc/machine/Makefile.in: Ditto.
11342 * libc/machine/aclocal.m4: Ditto.
11343 * libc/machine/configure: Ditto.
11344 * libc/machine/mn10300/Makefile.in: Ditto.
11345 * libc/machine/mn10300/aclocal.m4: Ditto.
11346 * libc/machine/mn10300/configure: Ditto.
11347 * libc/sys/Makefile.in: Ditto.
11348 * libc/sys/aclocal.m4: Ditto.
11349 * libc/sys/configure: Ditto.
11350 * libm/Makefile.in: Ditto.
11351 * libm/aclocal.m4: Ditto.
11352 * libm/configure: Ditto.
11353
11354 Thu June 03 16:20:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11355
11356 * libc/include/stdlib/stdlib.tex: Add link to env_lock.
11357
11358 Fri May 28 17:09:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11359
11360 * libc/include/stdlib.h: Add reentrant routines.
11361 * libc/stdlib/Makefile.am: Add reentrant routines.
11362 * libc/stdlib/Makefile.in: Ditto.
11363 * libc/stdlib/envlock.c: New file.
11364 * libc/stdlib/envlock.h: New file.
11365 * libc/stdlib/getenv.c: Modify to call reentrant routine.
11366 * libc/stdlib/getenv_r.c: New file.
11367 * libc/stdlib/mblen.c: Modify to call reentrant routine.
11368 * libc/stdlib/mblen_r.c: New file.
11369 * libc/stdlib/setenv.c: Modify to call reentrant routine.
11370 * libc/stdlib/setenv_r.c: New file.
11371 * libc/stdlib/stdlib.tex: Add reentrant routines.
11372
11373 Mon May 17 22:01:38 1999 Christopher Faylor <cgf@cygnus.com>
11374
11375 * libc/include/sys/types.h: Define __MS_types__ whenever
11376 cygwin or win32.
11377
11378 Sun May 16 16:02:41 1999 Christopher Faylor <cgf@cygnus.com>
11379
11380 * libc/include/machine/ieeefp.h: Always default to little
11381 endian if Windows, regardless of architecture.
11382 * libc/include/machine/sethmp.h: Define JBLEN if CYGWIN
11383 regardless of architecture.
11384
11385 Mon May 3 11:49:18 1999 Geoffrey Noer <noer@cygnus.com>
11386
11387 * libc/include/machine/setjmp.h: Accept CYGWIN define, even if
11388 _WIN32 isn't defined.
11389
11390 Mon May 3 11:41:51 1999 Jeff Johnston <jjohnstn@cygnus.com>
11391
11392 * libm/common/s_rint.c (rint): Add volatile qualifier for
11393 intermediate value w.
11394 * libm/common/sf_rint.c (rintf): Ditto.
11395
11396 Thu Apr 29 20:34:27 1999 Jeff Johnston <jjohnstn@cygnus.com>
11397
11398 * libc/sys/arm/syscalls.c (remap_handle): Added check to
11399 ensure that std streams are initialized before being referenced.
11400
11401 1999-04-27 Jason Molenda (jsm@bugshack.cygnus.com)
11402
11403 * README: Update reference to newlib@cygnus.com new
11404 newlib@sourceware.cygnus.com address.
11405
11406 Mon Apr 26 18:17:33 1999 Geoffrey Noer <noer@cygnus.com>
11407
11408 * libc/include/sys/types.h: Define MS_types if CYGWIN is defined.
11409 * libc/include/sys/fcntl.h: Define _O_BINARY et al if CYGWIN is
11410 defined, even if _WIN32 isn't defined.
11411
11412 Sat Apr 24 19:59:55 1999 Christopher Faylor <cgf@cygnus.com>
11413
11414 * libc/include/sys/fcntl.h: Correct _O_CREATE to _O_CREAT.
11415
11416 Wed Apr 21 18:01:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11417
11418 * libc/include/sys/reent.h: Change Long and ULong to __Long and
11419 __ULong.
11420 * libc/stdlib/dtoa.c: Ditto.
11421 * libc/stdlib/mprec.c: Ditto.
11422 * libc/stdlib/mprec.h: Ditto.
11423 * libc/stdlib/strtod.c: Ditto.
11424
11425 1999-04-21 Nick Clifton <nickc@cygnus.com>
11426
11427 * configure.host (mcore): Remove mcore machine directory.
11428
11429 1999-04-18 Nick Clifton <nickc@cygnus.com>
11430
11431 * libc/include/machine/ieeefp.h: Add support for mcore target.
11432 * libc/include/machine/setjmp.h: Add support for mcore target.
11433 * configure.host: Add support for mcore target.
11434
11435 1999-04-13 Mark Salter <msalter@cygnus.com>
11436
11437 * libc/sys/arm/libcfunc.c: Moved isatty to syscall.c
11438 * libc/sys/arm/syscalls.c: Added isatty.
11439
11440 Wed Apr 07 16:06:04 1999 Jeff Johnston <jjohnstn@cygnus.com>
11441
11442 * libc/stdlib/ecvtbuf.c (fcvtbuf): Fixed code to properly
11443 insert zeroes after significant digits.
11444
11445 Wed Mar 17 22:06:04 1999 Jeff Johnston <jjohnstn@cygnus.com>
11446
11447 * libc/stdio/vfprintf.c (cvt): Changed floating point
11448 cvt routine to use union used by dtoa to properly determine
11449 if the sign bit is on or not.
11450 * libc/stdio/vfieeefp.h: New file
11451
11452 Wed Mar 17 17:35:04 1999 Jeff Johnston <jjohnstn@cygnus.com>
11453
11454 * aclocal.m4: Regenerated.
11455 * configure: Regenerated.
11456
11457 Wed Mar 17 16:35:04 1999 Jeff Johnston <jjohnstn@cygnus.com>
11458
11459 * libc/machine/i386/Makefile.am (lib_a_SOURCES): Added missing
11460 f_tanf reference.
11461 * libc/machine/i386/Makefile.in: Regenerated.
11462
11463 Tue Mar 16 14:56:36 1999 Jeff Johnston <jjohnstn@cygnus.com>
11464
11465 * acinclude.m4: Changed to work with new automake.
11466 * configure: Regenerated.
11467 * libc/machine/i386/aclocal.m4: Regenerated.
11468 * libc/machine/i386/configure: Regenerated.
11469
11470 Tue Mar 16 13:55:36 1999 Corinna Vinschen <corinna.vinschen@cityweb.de>
11471
11472 * libc/sys/cygwin/sys/dirent.h: Add additional prototypes
11473 for telldir() and seekdir(). Rename unused structure element
11474 for use with these two routines.
11475
11476 Fri Mar 12 19:11:58 1999 Jeff Johnston <jjohnstn@cygnus.com>
11477
11478 * libc/time/mktime.c (validate_structure): Multiple fixes to
11479 code to handle cases where input fields are outside valid ranges.
11480 * libc/stdlib/div.c (div): Modified invalid rounding check.
11481 * libc/stdlib/ldiv.c (ldiv): Ditto.
11482
11483 Thu Mar 11 21:32:13 1999 Jeff Johnston <jjohnstn@cygnus.com>
11484
11485 * libc/machine/i386/memcpy.S: Performance rewrite.
11486 * libc/machine/i386/memmove.S: Ditto.
11487 * libc/machine/i386/i386mach.h: Added more register definitions.
11488 * libc/include/math.h: Include <machine/fastmath.h> if -ffast-math
11489 option used.
11490 * libc/include/machine/fastmath.h: Add definitions for x86
11491 fast-math routines.
11492
11493 Wed Mar 10 17:56:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11494
11495 * libc/stdlib/strtod.c: Change from unsigned long to ULong.
11496
11497 Tue Mar 9 14:31:58 1999 Geoffrey Noer <noer@cygnus.com>
11498
11499 Adjust newlib headers for new Cygwin Win32 API header files:
11500 * libc/include/sys/time.h: Check _WINSOCK_H rather than
11501 _GNU_H_WINDOWS32_SOCKETS.
11502 * libc/include/sys/types.h: Ditto.
11503
11504 Tue Mar 09 15:55:00 1999 Ranjith Kumaran <ranjith@cygnus.com>
11505
11506 *include/sys/reent.h: Add checks for size of Bigint element Long.
11507 *libc/dtoa.c: Change routines to use generic Long type.
11508 *libc/mprec.c: Change routines to use generic Long type.
11509 *libc/mprec.h: Change routines to use generic Long type.
11510
11511 Tue Mar 02 18:07:49 1999 Ranjith Kumaran <ranjith@cygnus.com>
11512
11513 * libc/Makefile.am: Add .def files.
11514 * libc/Makefile.in: Regenerate.
11515 * libc/e_acosh.c: Documentation update.
11516 * libc/e_atanh.c: Documentation update.
11517 * libc/e_hypot.c: Documentation update.
11518 * libc/e_remainder.c: Documentation update.
11519 * libc/er_lgamma.c: Documentation update.
11520 * libc/mathfp.tex: Documentation update.
11521 * libc/s_acos.c: Documentation update.
11522 * libc/s_atan.c: Documentation update.
11523 * libc/s_atan2.c: Documentation update.
11524 * libc/s_cosh.c: Documentation update.
11525 * libc/s_fmod.c: Documentation update.
11526 * libc/s_isnan.c: Documentation update.
11527 * libc/s_log10.c: Documentation update.
11528 * libc/s_pow.c: Documentation update.
11529 * libc/w_jn.c: Documentation update.
11530
11531 Sun Feb 28 23:18:49 1999 Geoffrey Noer <noer@cygnus.com>
11532
11533 * aclocal.m4: Regenerate.
11534 * configure: Regenerate.
11535
11536 Tue Feb 23 13:57:26 1999 Jeff Johnston <jjohnstn@cygnus.com>
11537
11538 * libc/machine/mn10300/setjmp.S (_longjmp): Fixed longjmp
11539 to return 1 if user specified return code is 0.
11540 * libc/machine/mn10200/setjmp.S (_longjmp): Ditto.
11541
11542 Thu Feb 18 11:13:28 1999 Jeff Johnston <jjohnstn@cygnus.com>
11543
11544 * libc/machine/mn10200/setjmp.S (_setjmp/_longjmp): Fixed setjmp
11545 to save the return address. Fixed longjmp to return to the original
11546 calling address of setjmp and to return the user specified return code
11547 rather than default to 1.
11548 * libc/machine/mn10300/setjmp.S (_setjmp/_longjmp): Ditto.
11549
11550 Mon Feb 15 17:48:17 1999 Jeff Johnston <jjohnstn@cygnus.com>
11551
11552 * libc/stdlib/mprec.h (mult): Define mult to be _multiply instead of _mult.
11553
11554 1999-02-10 Nick Clifton <nickc@cygnus.com>
11555
11556 * libc/sys/arm/syscalls.c (initialise_monitor_handles): Make block
11557 volatile so that its assignments will not be discarded.
11558
11559 Wed Feb 10 17:19:40 1999 Jeff Johnston <jjohnstn@cygnus.com>
11560
11561 * libc/include/_ansi.h: Corrected _STRICT_ANSI reference to
11562 be __STRICT_ANSI__ which is generated by compiler.
11563 * libc/include/ctype.h: Ditto.
11564 * libc/include/math.h: Ditto.
11565 * libc/include/stdio.h: Ditto.
11566 * libc/include/stdlib.h: Ditto.
11567 * libc/include/string.h: Ditto.
11568 * libc/include/sys/signal.h: Ditto.
11569
11570 1999-02-08 Nick Clifton <nickc@cygnus.com>
11571
11572 * configure.host: Add support for StrongARM target.
11573
11574 Fri Feb 5 11:13:14 1999 Jeff Johnston <jjohnstn@cygnus.com>
11575
11576 * libc/string/strncpy.c (strncpy): Removed redundant code
11577 that was copying bytes if data unaligned.
11578
11579 1999-02-02 Brendan Kehoe <brendan@cygnus.com>
11580
11581 * libc/stdlib/Makefile.{am,in} (CHEWOUT_FILES): Add mblen.def,
11582 mbstowcs.def, and wcstombs.def.
11583
11584 Sat Jan 30 02:36:33 1999 Christopher Faylor <cgf@cygnus.com>
11585
11586 * libc/include/sys/errno.h: Add Cygwin errno.
11587 * libc/stdio/flags.c: Don't default to O_TEXT if no other flag
11588 is specified.
11589
11590 1999-01-29 Nick Clifton <nickc@cygnus.com>
11591
11592 * libc/sys/arm/syscalls.c: Move C library functions into seperate
11593 file.
11594
11595 * libc/sys/arm/libcfunc.c: New file containing C library functions
11596 from syscalls.c
11597
11598 * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add libcfuncs.c
11599 * libc/sys/arm/Makefile.in (lib_a_SOURCES): Regenerate.
11600
11601
11602 1999-01-27 Michael Meissner <meissner@cygnus.com>
11603
11604 * libc/include/machine/setjmp.h (D30V _JBLEN/_JBTYPE): Use double
11605 type, and cut size in half so that the jmp_buf array is guaranteed
11606 to be aligned on a 64-bit boundary.
11607
11608 Mon Jan 25 12:05:38 1999 Jeff Johnston <jjohnstn@cygnus.com>
11609
11610 * libc/string/strings.tex: Added information about
11611 strcasecmp and strncasecmp.
11612 * libc/stdlib/stdlib.tex: Added missing information
11613 about mblen, mbstowcs, and wcstombs.
11614 * libc/string/strchr.c: Changed how mask is built to use
11615 shift operators so register will be used instead of storage.
11616
11617 1999-01-22 DJ Delorie <dj@cygnus.com>
11618
11619 * libc/include/stdlib.h: don't use dllimport if we're building
11620 newlib, since it's inside cygwin.dll
11621
11622 Fri Jan 22 14:57:18 1999 Christopher Faylor <cgf@cygnus.com>
11623
11624 * libc/ctype/ctype_.c: Need to use __declspec(dllexport) for
11625 _ctype_ under cygwin.
11626
11627 Fri Jan 22 09:50:19 1999 Christopher Faylor <cgf@cygnus.com>
11628
11629 * include/stdlib.h: Fix typo from previous checkin.
11630
11631 Thu Jan 21 22:42:21 1999 Christopher Faylor <cgf@cygnus.com>
11632
11633 * include/ctype.h: Use __declspec(dllimport) method for exporting
11634 variable from cygwin DLL.
11635 * include/time.h: Ditto.
11636 * sys/errno.h: Ditto.
11637 * include/stdlib.h: Export __mb_cur_max from cygwin DLL.
11638 * libc/locale/locale.c: Use __declspec(dllexport) method for
11639 exporting variable from cygwin DLL.
11640
11641 Sat Jan 16 13:29:54 1999 Christopher Faylor <cgf@cygnus.com>
11642
11643 * libc/stdio/setvbuf.c: Always clean up when _IONBF or possible
11644 access of bogus pointer will result in SIGSEGV.
11645
11646 1999-01-07 Nick Clifton <nickc@cygnus.com>
11647
11648 * libc/sys/arm/setjmp.S: Use C macros to cope with the possibility
11649 of an underscore prefix to function names.
11650
11651 Fri Jan 8 19:00:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11652
11653 * libc/machine/i386/i386mach.h (__REG_PREFIX__): Create new
11654 define __REG_PREFIX__ instead of using __REGISTER_PREFIX__.
11655
11656 1998-12-31 Michael Meissner <meissner@cygnus.com>
11657
11658 * libc/machine/i386/i386mach.h (__REGISTER_PREFIX__): Only define
11659 to `%' if not already defined.
11660
11661 1998-12-30 Michael Meissner <meissner@cygnus.com>
11662
11663 * libc/stdio/tmpnam.c (_tempnam_r): Make directory and prefix
11664 arguments const char *, not char *.
11665 * libc/include/stdio.h (_tempnam_r): Ditto.
11666
11667 * libc/include/sys/reent.h (struct _reent): The _sig_func type
11668 points to a function taking an integer, not void.
11669
11670 Tue Dec 29 14:35:53 1998 Christopher Faylor <cgf@cygnus.com>
11671
11672 * configure.host: Add a define for Cygwin builds.
11673 * libc/include/ctype.h: Don't use dll imported variables in newlib.
11674
11675 Mon Dec 28 09:19:56 1998 Christopher Faylor <cgf@cygnus.com>
11676
11677 * libc/include/ctype.h: Define _ctype_ as dll imported variable
11678 for use with Cygwin.
11679 * libc/include/sys/errno.h: Define _sys_errlist and _sys_nerr as
11680 dll imported variables for use with Cygwin.
11681 * libc/ctype/ctype_.c: Undefine _ctype_ in case it has been defined
11682 as a dll imported variable for Cygwin.
11683
11684 Sat Dec 26 00:13:53 1998 Christopher Faylor <cgf@cygnus.com>
11685
11686 * libc/include/sys/unistd.h: Add proto for getpass.
11687
11688 Fri Dec 18 19:28:19 1998 Geoffrey Noer <noer@cygnus.com>
11689
11690 * libc/sys/cygwin/sys/dirent.h: add protos for scandir and
11691 alphasort.
11692
11693 Fri Dec 18 16:33:25 1998 Geoffrey Noer <noer@cygnus.com>
11694
11695 * libc/posix/execvp.c (execvp): call cygwin_posix_path_list_p,
11696 not posix_path_list_p.
11697
11698 1998-12-15 Nick Clifton <nickc@cygnus.com>
11699
11700 * libc/string/memchr.c: Treat 'c' argument as an unsigned byte not
11701 a signed int.
11702
11703 1998-12-13 Nick Clifton <nickc@cygnus.com>
11704
11705 * libc/include/machine/setjmp.h (_JBLEN): Set to 10.
11706
11707 1998-12-12 Nick Clifton <nickc@cygnus.com>
11708
11709 * libc/machine/fr30/setjmp.S: New file, supplied by Mark Slater
11710 <msalter@cygnus.com>
11711 * libc/machine/fr30/Makefile.am: Add build of setjmp.S
11712 * libc/machine/fr30/Makefile.in: Regenerated.
11713
11714 1998-12-11 Nick Clifton <nickc@cygnus.com>
11715
11716 * configure.host: Remove use of libc/sys for FR30 port.
11717 * libc/sys/fr30: Remove directory (replaced by libgloss).
11718
11719 1998-12-10 Ken Raeburn <raeburn@cygnus.com>
11720
11721 * libc/string/strcat.c (ALIGNED): Sense of result was reversed.
11722 * libc/string/strncat.c (ALIGNED): Ditto.
11723
11724 Wed Dec 9 14:37:57 1998 Geoffrey Noer <noer@cygnus.com>
11725
11726 * libc/include/sys/time.h: include sys/types.h
11727
11728 Tue Dec 8 15:53:18 1998 Jeff Johnston <jjohnstn@cygnus.com>
11729
11730 * libc/machine/i386/memcmp.S (memcmp): Fix for unequal
11731 comparison found when checking word at a time.
11732
11733 1998-12-04 Nick Clifton <nickc@cygnus.com>
11734
11735 * libc/sys/fr30/crt0.s (_start): Initialise frame pointer.
11736
11737 1998-12-03 Nick Clifton <nickc@cygnus.com>
11738
11739 * libc/sys/fr30/syscalls.c (_times): New function stub.
11740
11741 Thu Dec 3 15:59:19 1998 Jeff Johnston <jjohnstn@cygnus.com>
11742
11743 * configure.host (mach_add_setjmp): Replaced mach_add_objs
11744 with mach_add_setjmp flag which indicates if setjmp should
11745 be added to the machine directory objects.
11746 * acinclude.m4: Removed reference to mach_add_objs.
11747 * aclocal.m4: Regenerated.
11748 * Makefile.in: Regenerated.
11749 * configure: Regenerated.
11750 * libc/aclocal.m4: Regenerated.
11751 * libc/Makefile.in: Regenerated.
11752 * libc/configure: Regenerated.
11753 * libc/machine/aclocal.m4: Regenerated.
11754 * libc/machine/Makefile.in: Regenerated.
11755 * libc/machine/configure: Regenerated.
11756 * libc/machine/i386/aclocal.m4: Regenerated.
11757 * libc/machine/i386/Makefile.am: Altered to selectively add
11758 setjmp.S to the src files list.
11759 * libc/machine/i386/Makefile.in: Regenerated.
11760 * libc/machine/i386/configure.in: Altered to test mach_add_setjmp.
11761 * libc/machine/i386/configure: Regenerated.
11762
11763 1998-12-02 Nick Clifton <nickc@cygnus.com>
11764
11765 * libc/sys/fr30/crt0.s (_start): Fix function names.
11766
11767 * libc/machine/fr30: New directory
11768 * libc/machine/fr30/Makefile.am: New file.
11769 * libc/machine/fr30/Makefile.in: New generated file.
11770 * libc/machine/fr30/configure.in: New file.
11771 * libc/machine/fr30/configure: New generated file.
11772 * libc/machine/fr30/aclocal.m4: New generated file.
11773 * libc/sys/fr30/Makefile.am: New file.
11774 * libc/sys/fr30/Makefile.in: New generated file.
11775 * libc/sys/fr30/configure.in: New file.
11776 * libc/sys/fr30/configure: New generated file.
11777 * libc/sys/fr30/syscalls.c: New file.
11778
11779 Tue Dec 1 16:28:56 1998 Geoffrey Noer <noer@cygnus.com>
11780
11781 * libc/sys/cygwin/sys/utmp.h: new file, moved from winsup/include.
11782
11783 1998-12-01 Ken Raeburn <raeburn@cygnus.com>
11784
11785 * libc/time/strftime.c (strftime): Also handle %y for years before
11786 1900.
11787
11788 Tue Dec 1 13:26:07 1998 Christopher Faylor <cgf@cygnus.com>
11789
11790 * libc/string/strcasecmp.c (strcasecmp): Adhere to standard
11791 UNIX convention. Perform tolower on characters before comparing
11792 them rather than use toupper.
11793 * libc/string/strncasecmp.c (strncasecmp): Ditto.
11794
11795 Mon Nov 30 16:24:19 1998 Jeff Johnston <jjohnstn@cygnus.com>
11796
11797 * configure.host: Added using i386 machine directory
11798 for all x86 cross-compiler and configuring
11799 which added object files to use via new "mach_add_objs" variable.
11800 * configure: Regenerated.
11801 * libc/configure: Regenerated.
11802 * libc/Makefile.in: Regenerated.
11803 * libc/aclocal.m4: Regenerated.
11804 * libc/ctype/Makefile.in: Regenerated.
11805 * libc/errno/Makefile.in: Regenerated.
11806 * libc/locale/Makefile.in: Regenerated.
11807 * libc/machine/Makefile.in: Regenerated.
11808 * libc/machine/aclocal.m4: Regenerated.
11809 * libc/machine/configure: Regenerated.
11810 * libc/posix/Makefile.in: Regenerated.
11811 * libc/reent/Makefile.in: Regenerated.
11812 * libc/signal/Makefile.in: Regenerated.
11813 * libc/stdio/Makefile.in: Regenerated.
11814 * libc/stdlib/Makefile.in: Regenerated.
11815 * libc/string/Makefile.in: Regenerated.
11816 * libc/string/memmove.c: Optimized code to use memcpy
11817 logic when performing a non-destructive copy.
11818 * libc/string/strncmp.c: Altered code to allow building
11819 optimized for size or speed.
11820 * libc/syscalls/Makefile.in: Regenerated.
11821 * libc/time/Makefile.in: Regenerated.
11822 * libc/unix/Makefile.in: Regenerated.
11823 * libc/machine/i386/Makefile.am: Added new files and reference
11824 to "mach_add_objs" to indicate optional object files.
11825 * libc/machine/i386/Makefile.in: Regenerated.
11826 * libc/machine/i386/aclocal.m4: Regenerated.
11827 * libc/machine/i386/configure: Regenerated.
11828 * libc/machine/i386/memchr.S: New file that implements
11829 function in Intel assembler.
11830 * libc/machine/i386/memcmp.S: ditto.
11831 * libc/machine/i386/memcpy.S: ditto.
11832 * libc/machine/i386/memmove.S: ditto.
11833 * libc/machine/i386/memset.S: ditto.
11834 * libc/machine/i386/strchr.S: ditto.
11835 * libc/machine/i386/strlen.S: ditto.
11836 * libc/machine/i386/f_atan2.S: New file that implements
11837 fast version of math function to be used by compiler when
11838 --ffast_math compile option is used.
11839 * libc/machine/i386/f_atan2f.S: ditto.
11840 * libc/machine/i386/f_exp.c: ditto.
11841 * libc/machine/i386/f_expf.c: ditto.
11842 * libc/machine/i386/f_frexp.S: ditto.
11843 * libc/machine/i386/f_frexpf.S: ditto.
11844 * libc/machine/i386/f_ldexp.S: ditto.
11845 * libc/machine/i386/f_ldexpf.S: ditto.
11846 * libc/machine/i386/f_log.S: ditto.
11847 * libc/machine/i386/f_logf.S: ditto.
11848 * libc/machine/i386/f_log10.S: ditto.
11849 * libc/machine/i386/f_log10f.S: ditto.
11850 * libc/machine/i386/f_math.h: New file.
11851 * libc/machine/i386/f_pow.c: ditto.
11852 * libc/machine/i386/f_powf.S: ditto.
11853 * libc/machine/i386/f_tan.S: ditto.
11854 * libc/machine/i386/f_tan.S: ditto.
11855 * libc/machine/i386/i386mach.h: New file.
11856
11857 Mon Nov 30 13:02:17 1998 Christopher Faylor <cgf@cygnus.com>
11858
11859 patch from Mumit Khan <khan@xraylith.wisc.edu>
11860 * libc/include/stdio.h (tempnam): Add prototype.
11861 * libc/stdio/tmpnam.c (_tempnam_r): Handle NULL prefix.
11862 (tempnam): Adhere to prototype.
11863
11864 Thu Nov 26 00:21:32 1998 Christopher Faylor <cgf@cygnus.com>
11865
11866 * Makefile.am: Add default for AR_FLAGS.
11867 * Makefile.in: Regenerate.
11868
11869 Tue Nov 24 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
11870
11871 * libc/include/time.h: move __cplusplus wrapper after includes
11872 * libc/include/sys/time.h: ditto. If Cygwin, include
11873 sys/select.h.
11874 * libc/include/sys/types.h: lose "32" in comment about Cygwin.
11875
11876 1998-11-23 Ken Raeburn <raeburn@cygnus.com>
11877
11878 * libc/time/strftime.c (strftime): Handle %y after year 2000.
11879
11880 Wed Nov 18 12:22:41 1998 Nick Clifton <nickc@cygnus.com>
11881
11882 * libc/sys/fr30/crt0.s (_start): Switch over to using int #9 as
11883 abnormnal end-of-crt0 marker.
11884
11885 Tue Nov 17 16:27:58 1998 Nick Clifton <nickc@cygnus.com>
11886
11887 * libc/sys/fr30/crt0.s: New file/directory.
11888 * libc/include/machine/setjmp.h: Add FR30 target.
11889 * libc/include/machine/ieeefp.h: Add FR30 target.
11890 * configure.host: Add FR30 target.
11891
11892 Mon Nov 16 23:15:00 1998 Ranjith Kumaran <ranjith@cygnus.com>
11893
11894 * libm/math: Files that are duplicated in common directory removed.
11895 * libm/math/fdlibm.h: Removed.
11896 * libm/math/s_cbrt.c: Removed.
11897 * libm/math/s_copysign.c: Removed.
11898 * libm/math/s_expm1.c: Removed.
11899 * libm/math/s_finite.c: Removed.
11900 * libm/math/s_ilogb.c: Removed.
11901 * libm/math/s_infinity.c: Removed.
11902 * libm/math/s_lib_ver.c: Removed.
11903 * libm/math/s_log1p.c: Removed.
11904 * libm/math/s_logb.c: Removed.
11905 * libm/math/s_matherr.c: Removed.
11906 * libm/math/s_modf.c: Removed.
11907 * libm/math/s_nan.c: Removed.
11908 * libm/math/s_nextafter.c: Removed.
11909 * libm/math/s_rint.c: Removed.
11910 * libm/math/s_scalbn.c: Removed.
11911 * libm/math/sf_cbrt.c: Removed.
11912 * libm/math/sf_copysign.c: Removed.
11913 * libm/math/sf_expm1.c: Removed.
11914 * libm/math/sf_finite.c: Removed.
11915 * libm/math/sf_ilogb.c: Removed.
11916 * libm/math/sf_infinity.c: Removed.
11917 * libm/math/sf_log1p.c: Removed.
11918 * libm/math/sf_logb.c: Removed.
11919 * libm/math/sf_modf.c: Removed.
11920 * libm/math/sf_nan.c: Removed.
11921 * libm/math/sf_nextafter.c: Removed.
11922 * libm/math/sf_rint.c: Removed.
11923 * libm/math/sf_scalbn.c: Removed.
11924 * libm/math/Makefile.am: Removed references to deleted files (above).
11925 * libm/math/Makefile.in: Regenerated.
11926 * libm/Makefile.am: Added common directory to math.
11927 * libm/Makefile.in: Regenerated.
11928
11929 Mon Nov 2 23:12:00 1998 Ranjith Kumaran <ranjith@cygnus.com>
11930
11931 * libm/mathfp: Add non-ANSI functions.
11932 * libm/mathfp/e_acosh.c acosh(): New file.
11933 * libm/mathfp/e_atanh.c atanh(): New file.
11934 * libm/mathfp/e_hypot.c hypot(): New file.
11935 * libm/mathfp/e_j0.c j0(): New file.
11936 * libm/mathfp/e_j1.c j1(): New file.
11937 * libm/mathfp/e_remainder.c remainder(): New file.
11938 * libm/mathfp/e_scalb.c scalb(): New file.
11939 * libm/mathfp/ef_acosh.c acoshf(): New file.
11940 * libm/mathfp/ef_atanh.c atanhf(): New file.
11941 * libm/mathfp/ef_hypot.c hypotf(): New file.
11942 * libm/mathfp/ef_j0.c j0f(): New file.
11943 * libm/mathfp/ef_j1.c j1f(): New file.
11944 * libm/mathfp/ef_remainder.c remainderf(): New file.
11945 * libm/mathfp/ef_scalb.c scalbf(): New file.
11946 * libm/mathfp/er_gamma.c gamma_r: New file.
11947 * libm/mathfp/er_lgamma.c lgamma_r(): New file.
11948 * libm/mathfp/erf_gamma.c gamma_rf(): New file.
11949 * libm/mathfp/erf_lgamma.c lgamma_rf(): New file.
11950 * libm/mathfp/w_cabs.c cabs(): New file.
11951 * libm/mathfp/w_drem.c drem(): New file.
11952 * libm/mathfp/w_jn.c jn(): New file.
11953 * libm/mathfp/wf_cabs.c cabsf(): New file.
11954 * libm/mathfp/wf_drem.c dremf(): New file.
11955 * libm/mathfp/wf_jn.c jnf(): New file.
11956
11957 Mon Nov 2 16:43:18 1998 Geoffrey Noer <noer@cygnus.com>
11958
11959 * libc/sys/cygwin32: remove directory and contents
11960 * libc/sys/cygwin: and add back, losing the "32".
11961 * configure.host: check for cygwin* instead of cygwin32.
11962 * acinclude.m4: ditto.
11963 * aclocal.m4: regenerate with aclocal
11964 * configure: regenerate with autoconf
11965
11966 Tue Oct 20 17:28:28 1998 Geoffrey Noer <noer@cygnus.com>
11967
11968 * libc/stdio/tmpnam.c (_tempnam_r): not enough memory allocated
11969 for length
11970
11971 Tue Oct 20 18:49:05 1998 Jeff Johnston <jjohnstn@cygnus.com>
11972
11973 * libc/include/sys/reent.h (struct _reent): Added variables _rand_next, _strtok_last,
11974 _asctime_buf, _localtime_buf and _gamma_signgam to struct reent
11975 to make rand/srand, strtok, asctime, localtime, w_gamma,
11976 w_lgamma, wf_gamma, and wf_lgamma reentrant. Included
11977 time.h to bring in struct tm definition.
11978 * libc/stdlib/rand.c (rand, srand): Don't emit functions 'rand' and 'srand' if
11979 '_REENT_ONLY' is set. Used variable '_rand_next' from struct reent.
11980 * libc/stdlib/strtok.c (strtok): Used variable '_strtok_last' from struct reent
11981 instead of static variable.
11982 * libc/stdlib/asctime.c (asctime): Used variable '_asctime_buf' from
11983 struct reent instead of static variable.
11984 * libc/stdlib/lcltime.c (localtime): Used variable '_localtime_buf' from
11985 struct reent instead of static variable.
11986 * libm/math/Makefile.am: Removed s_signgam.o.
11987 * libm/math/Makefile.in: Regenerated.
11988 * libm/math/w_gamma.c (gamma): Used variable '_gamma_signgam' from
11989 struct reent instead of global variable 'signgam'.
11990 * libm/math/w_lgamma.c (lgamma): Likewise.
11991 * libm/math/wf_gamma.c (gammaf): Likewise.
11992 * libm/math/wf_lgamma.c (lgammaf): Likewise.
11993 * libm/math/s_signgam.c: Removed.
11994 * libc/include/unctrl.h: Defined arrays __unctrl and __unctrllen
11995 to be const.
11996 * libc/misc/unctrl.c: Defined arrays __unctrl and __unctrllen
11997 to be const.
11998 * libc/reent/Makefile.am: Added dependence for impure.o on impure.c and
11999 libc/include/reent.h.
12000 * libc/reent/Makefile.in: Regenerated.
12001 * libc/stdio/vfprintf.c (_vfprintf_r): Defined arrays 'blanks' and 'zeroes'
12002 to be const.
12003 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Defined arrays 'JIS_state_table' and
12004 'JIS_action_table' to be const.
12005 * libm/math/s_lib_ver.c: define variable _LIB_VERSION to be const.
12006
12007 Mon Oct 12 00:26:33 1998 Christopher Faylor <cgf@cygnus.com>
12008
12009 * acinclude.m4: $with_target_subdir should default to '.'
12010 or confusion results when configuring in same directory as sources.
12011 * Regenerate all aclocal.m4 and configure files.
12012
12013 Fri Oct 9 16:27:36 1998 Jeff Johnston <jjohnstn@cygnus.com>
12014
12015 * libc/stdlib/mallocr.c: Added 16 byte alignment support which
12016 can be set by defining MALLOC_ALIGNMENT=16. Also added support
12017 for platforms where sizeof(size_t) < sizeof(long) via
12018 SIZE_T_SMALLER_THAN_LONG macro.
12019
12020 Wed Oct 7 14:02:40 1998 Jeff Johnston <jjohnstn@cygnus.com>
12021
12022 * libc/include/time.h (CLOCKS_PER_SEC): Change CLOCKS_PER_SEC
12023 to refer to _CLOCKS_PER_SEC_ and added including <machine/time.h>
12024 which sets _CLOCKS_PER_SEC_ for selected machines.
12025 * libc/include/machine/time.h: New file.
12026
12027 Tue Oct 6 16:08:05 1998 Jeff Johnston <jjohnstn@cygnus.com>
12028
12029 * libc/syscalls/sysexecve.c: New file.
12030 * libc/syscalls/sysgettod.c: New file.
12031 * libc/syscalls/systimes.c: New file.
12032 * libc/syscalls/Makefile.am: Added new objects.
12033 * libc/syscalls/Makefile.in: Regenerated.
12034 * libc/include/_syslist.h (_execve): Moved define in file.
12035 * libc/include/reent.h: Added _execve_r declaration.
12036 * libc/Makefile.in: Regenerated.
12037 * libc/ctype/Makefile.in: Regenerated.
12038 * libc/errno/Makefile.in: Regenerated.
12039 * libc/locale/Makefile.in: Regenerated.
12040 * libc/machine/Makefile.in: Regenerated.
12041 * libc/misc/Makefile.in: Regenerated.
12042 * libc/posix/Makefile.in: Regenerated.
12043 * libc/reent/Makefile.in: Regenerated.
12044 * libc/reent/execr.c (_execve_r): Added _execve_r function.
12045 * libc/signal/Makefile.in: Regenerated.
12046 * libc/stdio/Makefile.in: Regenerated.
12047 * libc/time/Makefile.in: Regenerated.
12048 * libc/unix/Makefile.in: Regenerated.
12049 * libm/mathfp/Makefile.in: Regenerated.
12050
12051 Tue Oct 6 14:14:05 1998 Jeff Johnston <jjohnstn@cygnus.com>
12052
12053 * libc/string/Makefile.in: Regenerated.
12054 * libc/string/memchr.c (memchr): Moved code to reduce object size.
12055 * libc/string/memcpy.c (memcpy): Ditto.
12056 * libc/string/memcmp.c (memcmp): Ditto.
12057 * libc/string/memset.c (memset): Ditto.
12058 * libc/string/strchr.c (strchr): Ditto.
12059 * libc/string/strcmp.c (strcmp): Ditto.
12060 * libc/string/strcpy.c (strcpy): Ditto.
12061 * libc/string/strlen.c (strlen): Ditto.
12062
12063 Tue Oct 6 13:58:05 1998 Jeff Johnston <jjohnstn@cygnus.com>
12064
12065 * libm/acinclude.m4: Removed since newlib/acinclude.m4 can be used
12066 to generate aclocal.m4.
12067 * libm/Makefile.in: Regenerated.
12068 * libm/aclocal.m4: Regenerated.
12069 * libm/configure: Regenerated.
12070 * libm/math/Makefile.in: Regenerated.
12071 * libm/mathfp/Makefile.in: Regenerated.
12072
12073 1998-09-25 Mark Salter <msalter@cygnus.com>
12074
12075 * libc/include/machine/setjmp.h: Fixed test for mn10300 and mn10200
12076 by adding leading and trailing underscores to symbol names.
12077
12078 Tue Sep 22 15:33:41 1998 Christopher Faylor <cgf@cygnus.com>
12079
12080 * Makefile.in: Add default for AR_FLAGS.
12081
12082 Tue Sep 22 15:02:49 1998 Christopher Faylor <cgf@cygnus.com>
12083
12084 patch from ian@airs.com (Ian Taylor):
12085 * acinclude.m4: Run AC_CANONICAL_BUILD explicitly before
12086 NEWLIB_CONFIGURE so AC_CANONICAL_HOST will be run before it
12087 is needed for detecting the build machine. Required for
12088 cygwin native builds.
12089
12090 * Regenerate all aclocal.m4 and configure files.
12091
12092 Mon Sep 21 14:44:16 1998 Nick Clifton <nickc@cygnus.com>
12093
12094 * libc/sys/arm/crt0.S: Prepend a period to all local labels that
12095 used to start with LC.
12096
12097 Thu Sep 17 18:18:11 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12098
12099 * libc/machine/sh/setjmp.S (setjmp): Handle __SH4* like __SH3E__ .
12100 (longjmp): Likewise.
12101
12102 Thu Sep 17 16:25:33 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12103
12104 * libc/machine/sh/memset.S (memset): Move copy from r4 to r4 before
12105 the test for small number of bytes.
12106
12107 Thu Sep 10 11:40:00 1998 Ranjith Kumaran <ranjith@cygnus.com>
12108
12109 * Makefile.am: Add --enable-newlib-hw-fp check. This builds the new
12110 math library that uses floating point algorithms instead of the old
12111 libm.
12112 * Makefile.in: Regenerate with automake version 1.3b.
12113 * configure: Rebuild.
12114 * libm/Makefile.in: Regenerate with automake version 1.3b.
12115 * libm/aclocal.m4: Regenerate.
12116 * libm/configure: Rebuild.
12117 * libm/configure.in: Add newlib_hw_fp definition and mathfp directory.
12118 * libm/acinclude.m4: Define macros for configure.in.
12119 * libm/config.h.in: Generate.
12120 * libm/mathfp/Makefile.am: New file.
12121 * libm/mathfp/Makefile.in: Generate.
12122 * libm/mathfp/s_acos.c (acos): New file.
12123 * libm/mathfp/s_asin.c (asin): New file.
12124 * libm/mathfp/s_asine.c (asine): New file.
12125 * libm/mathfp/s_atan.c (atan): New file.
12126 * libm/mathfp/s_atan2.c (atan2): New file.
12127 * libm/mathfp/s_atangent.c (atangent): New file.
12128 * libm/mathfp/s_ceil.c (ceil): New file.
12129 * libm/mathfp/s_copysign.c (copysign): New file.
12130 * libm/mathfp/s_cos.c (cos): New file.
12131 * libm/mathfp/s_cosh.c (cosh): New file.
12132 * libm/mathfp/s_exp.c (exp): New file.
12133 * libm/mathfp/s_fabs.c (fabs): New file.
12134 * libm/mathfp/s_finite.c (finite): New file.
12135 * libm/mathfp/s_floor.c (floor): New file.
12136 * libm/mathfp/s_fmod.c (fmod): New file.
12137 * libm/mathfp/s_frexp.c (frexp): New file.
12138 * libm/mathfp/s_infconst.c: New file.
12139 * libm/mathfp/s_isinf (isinf).c: New file.
12140 * libm/mathfp/s_isnan.c (isnan): New file.
12141 * libm/mathfp/s_ispos.c (ispos): New file.
12142 * libm/mathfp/s_ldexp.c (ldexp): New file.
12143 * libm/mathfp/s_log.c (log): New file.
12144 * libm/mathfp/s_log10.c (log10): New file.
12145 * libm/mathfp/s_logarithm.c (logarithm): New file.
12146 * libm/mathfp/s_mathcnst.c: New file.
12147 * libm/mathfp/s_modf (modf).c: New file.
12148 * libm/mathfp/s_numtest.c (numtest): New file.
12149 * libm/mathfp/s_pow.c (pow): New file.
12150 * libm/mathfp/s_scalbn.c (scalbn): New file.
12151 * libm/mathfp/s_sin (sin).c: New file.
12152 * libm/mathfp/s_sine.c (sine): New file.
12153 * libm/mathfp/s_sineh.c (sineh): New file.
12154 * libm/mathfp/s_sinf.c (sinf): New file.
12155 * libm/mathfp/s_sinh.c (sinh): New file.
12156 * libm/mathfp/s_sqrt.c (sqrt): New file.
12157 * libm/mathfp/s_tan.c (tan): New file.
12158 * libm/mathfp/s_tanh.c (tanh): New file.
12159 * libm/mathfp/sf_acos.c (acosf): New file.
12160 * libm/mathfp/sf_asin.c (asinf): New file.
12161 * libm/mathfp/sf_asine.c (asinef): New file.
12162 * libm/mathfp/sf_atan.c (atanf): New file.
12163 * libm/mathfp/sf_atan2.c (atan2f): New file.
12164 * libm/mathfp/sf_atangent.c (atangent): New file.
12165 * libm/mathfp/sf_ceil.c (ceilf): New file.
12166 * libm/mathfp/sf_copysign.c (copysignf): New file.
12167 * libm/mathfp/sf_cos.c (cosf): New file.
12168 * libm/mathfp/sf_cosh.c (coshf): New file.
12169 * libm/mathfp/sf_exp.c (expf): New file.
12170 * libm/mathfp/sf_fabs.c (fabsf): New file.
12171 * libm/mathfp/sf_finite.c (finitef): New file.
12172 * libm/mathfp/sf_floor.c (floorf): New file.
12173 * libm/mathfp/sf_fmod.c (fmodf): New file.
12174 * libm/mathfp/sf_frexp.c (frexpf): New file.
12175 * libm/mathfp/sf_isinf.c (isinff): New file.
12176 * libm/mathfp/sf_isnan.c (isnanf): New file.
12177 * libm/mathfp/sf_ispos.c (isposf): New file.
12178 * libm/mathfp/sf_ldexp.c (ldexpf): New file.
12179 * libm/mathfp/sf_log.c (logf): New file.
12180 * libm/mathfp/sf_log10.c (log10f): New file.
12181 * libm/mathfp/sf_logarithm.c (logarithmf): New file.
12182 * libm/mathfp/sf_modf.c (modff): New file.
12183 * libm/mathfp/sf_numtest.c (numtestf): New file.
12184 * libm/mathfp/sf_pow.c (powf): New file.
12185 * libm/mathfp/sf_scalbn.c (scalbnf): New file.
12186 * libm/mathfp/sf_sin.c (sinf): New file.
12187 * libm/mathfp/sf_sine.c (sinef): New file.
12188 * libm/mathfp/sf_sineh.c (sinehf): New file.
12189 * libm/mathfp/sf_sinh.c (sinhf): New file.
12190 * libm/mathfp/sf_sqrt.c (sqrtf): New file.
12191 * libm/mathfp/sf_tan.c (tanf): New file.
12192 * libm/mathfp/sf_tanh.c (tanhf): New file.
12193 * libm/mathfp/zmath.h: New file.
12194
12195 Wed Sep 2 02:49:03 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12196
12197 * libc/machine/sh/strcmp.S (L_char_loop): Re-load r0 at loop
12198 exit if it has been overwritten by pre-fetching in delay slot.
12199
12200 1998-09-01 Michael Meissner <meissner@cygnus.com>
12201
12202 * Makefile.am (tooldir): Add in host_alias, so that multilib
12203 libraries are installed in the directory the compiler looks in.
12204 * Makefile.in: Regenerate.
12205
12206 * libc/stdlib/Makefile.in: Regenerate with automake version 1.3b.
12207
12208 Mon Aug 31 11:39:31 1998 Jeff Johnston <jjohnstn@cygnus.com>
12209
12210 * libc/machine/mn10300/memcpy.S (_memcpy): Move alignment test
12211 ahead of test for number of bytes being moved.
12212
12213 Thu Aug 27 14:07:53 1998 Christopher Faylor <cgf@cygnus.com>
12214
12215 * libc/include/sys/unistd.h: Nothing special needed for
12216 _exit under cygwin.
12217
12218 Wed Aug 26 15:05:21 1998 Nick Clifton <nickc@cygnus.com>
12219
12220 * libc/sys/arm/syscalls.c (_sbrk): Rename '_end' to 'end' to
12221 conform to user label naming conventions.
12222
12223 Mon Aug 24 14:46:19 1998 Geoffrey Noer <noer@cygnus.com>
12224
12225 * libc/sys/cygwin32/sys/utime.h: variable names in
12226 protos should start with two leading underscores
12227 * libc/include/string.h: ditto
12228 * libc/include/sys/signal.h: ditto
12229 * libc/include/sys/stat.h: ditto
12230 * libc/include/sys/time.h: ditto
12231 * libc/include/sys/unistd.h: ditto
12232 * libc/include/ctype.h: ditto
12233 * libc/include/stdlib.h: ditto
12234 * libc/include/sys/reent.h: struct _atexit function ptr takes a
12235 void, same with _sig_func.
12236
12237 Fri Aug 21 14:44:14 1998 Jeff Johnston <jjohnstn@cygnus.com>
12238
12239 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Added preprocessor checks
12240 for MB_CAPABLE to reduce code size when newlib is not configured
12241 with --enable-newlib-mb.
12242 * libc/stdlib/Makefile.am: Specified -fshort-enums when building
12243 mbtowc_r.o to minimize size.
12244 * libc/stdlib/Makefile.in: Rebuild.
12245
12246 Wed Aug 19 16:20:13 1998 Jim Wilson <wilson@cygnus.com>
12247
12248 * libc/sys/sparc64/Makefile.am (.S_r.o, .c_r.o): Change -DREENTRANT
12249 to -DREENT.
12250 * libc/sys/sparc64/Makefile.in: Rebuild.
12251
12252 Tue Aug 18 22:38:29 1998 Ian Lance Taylor <ian@cygnus.com>
12253
12254 * Makefile.am (MAKEOVERRIDES): Define.
12255 * Makefile.in: Rebuild.
12256
12257 Tue Aug 18 12:38:47 1998 Jim Wilson <wilson@cygnus.com>
12258
12259 * libc/sys/sparc64/sys/stat.h (stat): Add const.
12260
12261 Mon Aug 17 22:27:06 1998 Ian Lance Taylor <ian@cygnus.com>
12262
12263 * acinclude.m4 (NEWLIB_CONFIGURE): Use top_builddir in
12264 newlib_cflags when looking for targ-include.
12265 * */aclocal.m4, */configure: Rebuild.
12266
12267 Fri Jul 31 10:57:42 1998 Catherine Moore <clm@cygnus.com>
12268
12269 * libc/sys/arm/syscalls.c (_sbrk): Change "__end__"
12270 to "_end".
12271
12272 Wed Jul 29 00:02:01 1998 Mark Alexander <marka@cygnus.com>
12273
12274 * libc/include/sys/config.h: Define __IEEE_LITTLE_ENDIAN
12275 on SPARCs with little-endian data.
12276 * libc/include/machine/ieeefp.h: Ditto.
12277
12278 Wed Jul 22 18:00:10 1998 Ian Lance Taylor <ian@cygnus.com>
12279
12280 * acinclude.m4: Handle a relative srcdir correctly when setting
12281 newlib_cflags.
12282 * */aclocal.m4, */configure: Rebuild.
12283
12284 Wed Jul 22 17:11:33 1998 Jeff Johnston <jjohnstn@cygnus.com>
12285
12286 * libm/math/wrf_lgamma.c (lgammaf_r): Initialize exc.err to 0 and
12287 also set exc.arg1, exc.arg2 appropriately in case matherr is supplied.
12288 * libm/math/wrf_gamma.c (gammaf_r): ditto
12289 * libm/math/wr_lgamma.c (lgamma_r): ditto
12290 * libm/math/wr_gamma.c (gamma_r): ditto
12291 * libm/math/wf_sqrt.c (sqrtf): ditto
12292 * libm/math/wf_sinh.c (sinhf): ditto
12293 * libm/math/wf_scalb.c (scalbf): ditto
12294 * libm/math/wf_remainder.c (remainderf): ditto
12295 * libm/math/wf_pow.c (powf): ditto
12296 * libm/math/wf_log10.c (log10f): ditto
12297 * libm/math/wf_log.c (logf): ditto
12298 * libm/math/wf_lgamma.c (lgammaf): ditto
12299 * libm/math/wf_jn.c (jnf, ynf): ditto
12300 * libm/math/wf_j1.c (j1f, y1f): ditto
12301 * libm/math/wf_j0.c (j0f, y0f): ditto
12302 * libm/math/wf_hypot.c (hypotf): ditto
12303 * libm/math/wf_gamma.c (gammaf): ditto
12304 * libm/math/wf_fmod.c (fmodf): ditto
12305 * libm/math/wf_exp.c (expf): ditto
12306 * libm/math/wf_cosh.c (coshf): ditto
12307 * libm/math/wf_atanh.c (atanhf): ditto
12308 * libm/math/wf_atan2f.c (atan2f): ditto
12309 * libm/math/wf_asin.c (asinf): ditto
12310 * libm/math/wf_acosh.c (acoshf): ditto
12311 * libm/math/wf_acos.c (acosf): ditto
12312 * libm/math/w_sqrt.c (sqrt): ditto
12313 * libm/math/w_sinh.c (sinh): ditto
12314 * libm/math/w_scalb.c (scalb): ditto
12315 * libm/math/w_remainder.c (remainder): ditto
12316 * libm/math/w_pow.c (pow): ditto
12317 * libm/math/w_log10.c (log10): ditto
12318 * libm/math/w_log.c (log): ditto
12319 * libm/math/w_lgamma.c (lgamma): ditto
12320 * libm/math/w_jn.c (jn, yn): ditto
12321 * libm/math/w_j1.c (j1, y1): ditto
12322 * libm/math/w_j0.c (j0, y0): ditto
12323 * libm/math/w_hypot.c (hypot): ditto
12324 * libm/math/w_gamma.c (gamma): ditto
12325 * libm/math/w_fmod.c (fmod): ditto
12326 * libm/math/w_exp.c (exp): ditto
12327 * libm/math/w_cosh.c (cosh): ditto
12328 * libm/math/w_atanh.c (atanh): ditto
12329 * libm/math/w_atan2f.c (atan2): ditto
12330 * libm/math/w_asin.c (asin): ditto
12331 * libm/math/w_acosh.c (acosh): ditto
12332 * libm/math/w_acos.c (acos): ditto
12333
12334 Tue Jul 21 12:34:54 1998 Ian Lance Taylor <ian@cygnus.com>
12335
12336 * libm/math/Makefile.am (src): Add w_cabs.c and w_drem.c.
12337 (fsrc): Add wf_cabs.c and wf_drem.c.
12338 * libm/math/Makefile.in: Rebuild.
12339
12340 * Makefile.am (AM_MAKEFLAGS): Add CFLAGS_FOR_BUILD. Remove some
12341 unused directory variables. Remove duplicate CFLAGS.
12342 * Makefile.in: Rebuild.
12343
12344 * doc/Makefile.am ($(MKDOC)): Don't use $(CFLAGS) when building
12345 with $(CC_FOR_BUILD).
12346 (makedoc.o): Likewise.
12347 * doc/Makefile.in: Rebuild.
12348
12349 * libc/sys/cygwin32/Makefile.am (EXTRA_LIBRARIES): Define, to
12350 force a definition of COMPILE.
12351 (libfoo_a_SOURCES): Define.
12352 * libc/sys/cygwin32/Makefile.in: Rebuild.
12353 * libc/sys/tic80/Makefile.am (EXTRA_LIBRARIES): Define, to
12354 force a definition of COMPILE.
12355 (libfoo_a_SOURCES): Define.
12356 * libc/sys/tic80/Makefile.in: Rebuild.
12357
12358 Mon Jul 20 20:49:24 1998 Christopher Faylor <cgf@cygnus.com>
12359
12360 * libc/include/sys/fcntl.h: Add O_NOINHERIT, Win32-specific
12361 flag.
12362
12363 Fri Jul 17 16:13:16 1998 Ian Lance Taylor <ian@cygnus.com>
12364
12365 * Build using autoconf and automake. Added many Makefile.am and
12366 configure.in files, plus generated files. Old configure.in files
12367 and all old Makefile.in files completely replaced. Removed
12368 host/any. Added acinclude.m4 and configure.host.
12369
12370 Sat Jul 11 18:14:49 1998 Felix Lee <flee@cygnus.com>
12371
12372 * libc/stdio/vfprintf.c: enable long long support, sometimes.
12373 * configure.in (*-*-cygwin32): add -DWANT_PRINTF_LONG_LONG.
12374
12375 Tue Jul 7 01:51:55 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12376
12377 * libc/machine/sh/strcmp.S, libc/machine/sh/strcpy.S: New files.
12378 * libc/machine/sh/Makefile.in: Add rules for new files.
12379
12380 Tue Jul 7 01:40:55 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12381
12382 * libc/machine/sh/asm.h (SL, DELAYED_BRANCHES): Define.
12383 * libc/machine/sh/memset.S (memset): Remove uses of dt; shorten code.
12384 * libc/machine/sh/memcpy.S (SL, DELAYED_BRANCHES): Don't define.
12385
12386 Thu Jul 2 10:33:16 1998 Nick Clifton <nickc@cygnus.com>
12387
12388 * libc/sys/arm/syscalls.c (_exit): Add comment, noting that exit
12389 code is ignored.
12390
12391 Wed Jun 24 13:56:54 1998 Jeff Johnston <jjohnstn@cygnus.com>
12392
12393 * libc/stdio/tmpnam.c (_tmpnam_r): Changed routine to use
12394 internal static buffer when s is NULL, as prescribed by ANSI.
12395
12396 1998-06-22 Vladimir N. Makarov <vmakarov@cygnus.com>
12397
12398 * libc/sys/h8300hms/Makefile.in (OFILES): malloc.o has been
12399 removed.
12400 * libc/sys/h8300hms/malloc.c: has been removed. Now malloc.c from
12401 libc/stdlib will be used for h8300hms.
12402
12403 Thu Jun 18 16:56:05 1998 Jeff Johnston <jjohnstn@cygnus.com>
12404
12405 * libc/machine/mn10300/strlen.S (_strlen): New optimized assembler
12406 version that can be built either for speed or size.
12407 * libc/machine/mn10300/memset.S (_memset): ditto
12408 * libc/machine/mn10300/memchr.S (_memchr): ditto
12409 * libc/machine/mn10300/memcpy.S (_memcpy): ditto
12410 * libc/machine/mn10300/memcmp.S (_memcmp): ditto
12411 * libc/machine/mn10300/strchr.S (_strchr): ditto
12412 * libc/machine/mn10300/strcmp.S (_strcmp): ditto
12413 * libc/machine/mn10300/strcpy.S (_strcpy): ditto
12414 * libc/machine/mn10300/Makefile.in: Added entries for
12415 memchr.o, memcmp.o, memcpy.o, memset.o, strchr.o,
12416 strcmp.o, strcpy.o, and strlen.o.
12417
12418 Wed Jun 17 12:50:26 1998 Mark Alexander <marka@cygnus.com>
12419
12420 * configure.in: Don't use libc/sys/sysmec for MN10200; it's
12421 been replaced with libgloss/mn10200.
12422
12423 Fri Jun 12 14:34:39 1998 Michael Meissner <meissner@cygnus.com>
12424
12425 * libc/string/strchr.c (strchr): Make s a constant pointer to
12426 avoid warning.
12427
12428 Tue Jun 9 16:29:30 1998 Jason Molenda (crash@bugshack.cygnus.com)
12429
12430 * configure.in (target == arm* or thumb*): Define ARM_RDI_MONITOR
12431 instead of ARM_RDP_MONITOR (sys/libc/arm/crt0.S to assume Angel
12432 board SWIs instead of Demon board SWIs).
12433
12434 Thu Jun 4 12:16:46 1998 Michael Meissner <meissner@cygnus.com>
12435
12436 * libc/string/strncat.c (strncat): Make -Os act the same as
12437 PREFER_SIZE_OVER_SPEED being defined.
12438
12439 Wed Jun 3 17:52:33 1998 Michael Meissner <meissner@cygnus.com>
12440
12441 * libc/string/memchr.c (memchr): Make -Os act the same as
12442 PREFER_SIZE_OVER_SPEED being defined.
12443 * libc/string/memcmp.c (memcmp): Ditto.
12444 * libc/string/memcpy.c (memcpy): Ditto.
12445 * libc/string/memset.c (memset): Ditto.
12446 * libc/string/strcat.c (strcat): Ditto.
12447 * libc/string/strchr.c (strchr): Ditto.
12448 * libc/string/strcmp.c (strcmp): Ditto.
12449 * libc/string/strcpy.c (strcpy): Ditto.
12450 * libc/string/strlen.c (strlen): Ditto.
12451 * libc/string/strncat.c (strncat): Ditto.
12452 * libc/string/strncmp.c (strncmp): Ditto.
12453 * libc/string/strncpy.c (strncpy): Ditto.
12454
12455 Mon Jun 1 15:25:07 1998 Geoffrey Noer <noer@cygnus.com>
12456
12457 * libc/include/sys/itimer.h: remove
12458 * libc/include/sys/time.h: itimer stuff should be here
12459
12460 Mon Jun 1 16:31:29 1998 Jeff Johnston <jjohnstn@cygnus.com>
12461
12462 * libc/stdio/vfprintf.c (cvt): Changed code to look at sign
12463 bit instead of comparing to 0 so -0.0 can be printed correctly.
12464
12465 Sat May 30 09:33:51 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12466
12467 * libc/stdlib/mprec.c (b2d): Inilialize d in non-VAX case too.
12468
12469 Fri May 29 22:25:10 1998 Geoffrey Noer <noer@cygnus.com>
12470
12471 * libc/include/sys/unistd.h: fix sync() proto
12472 * libc/include/sys/fcntl.h: remove _close which is already
12473 defined in unistd.h.
12474 * libc/include/sys/time.h: add getitimer proto
12475
12476 Fri May 29 16:10:28 1998 Geoffrey Noer <noer@cygnus.com>
12477
12478 * libc/string/strchr.c: convert arg to unsigned char
12479 * libc/include/stdlib.h: add protos for random, srandom
12480 * libc/include/sys/stat.h: add lstat proto
12481 * libc/include/sys/time.h: add setitimer proto
12482 * libc/include/sys/unistd.h: add readlink, symlink protos
12483 * libc/include/process.h: instead of including windows.h and using
12484 HANDLEs in sexec protos, just use void *s. Need to include
12485 sys/types.h.
12486
12487 Fri May 29 03:04:29 1998 Geoffrey Noer <noer@cygnus.com>
12488
12489 * libc/include/sys/fcntl.h: add _close proto for Cygwin32
12490
12491 Thu May 28 16:34:21 1998 Geoffrey Noer <noer@cygnus.com>
12492
12493 * libc/include/process.h: add secure exec protos
12494
12495 Wed May 27 13:54:51 1998 Jeffrey A Law (law@cygnus.com)
12496
12497 * libc/stdlib/dtoa.c (_dtoa_r): Use "double_union" for variables
12498 which are accessed as both doubles and integers.
12499 * libc/stdlib/mprec.c (ulp, b2d, ratio): Likewise.
12500 * libc/stdlib/strtod.c (_strtod_r): Likewise.
12501 * libc/stdlib/mprec.h: Add "union double_union" and change
12502 word0/word1 macros to use it.
12503
12504 Tue May 26 18:04:21 1998 Geoffrey Noer <noer@cygnus.com>
12505
12506 * libc/include/sys/signal.h: add __cplusplus wrapper
12507
12508 Tue May 26 15:10:22 1998 Geoffrey Noer <noer@cygnus.com>
12509
12510 * libc/include/sys/utime.h: new generic file that gets replaced by
12511 libc/sys/SYSDIR/sys/utime.h on systems that support the utime
12512 function.
12513 * sys/cygwin32/sys/utime.h: use _EXFUN in utime proto
12514 * libc/include/time.h: remove duplicate utime proto
12515 * libc/include/utime.h: add comment
12516
12517 Sun May 24 23:56:20 1998 Christopher Faylor <cgf@cygnus.com>
12518
12519 * libc/include/sys/time.h: Add missing include to
12520 allow use of _EXFUN. Remove times function that is
12521 already defined in times.h.
12522
12523 Sun May 24 01:32:14 1998 Christopher Faylor <cgf@cygnus.com>
12524
12525 * libc/include/time.h: Fix typo in tzset.
12526
12527 Fri May 22 17:00:48 1998 Geoffrey Noer <noer@cygnus.com>
12528
12529 * libc/include/sys/time.h: add missing Cygwin32 function protos
12530 * libc/include/sys/unistd.h: ditto
12531 * libc/include/time.h: ditto
12532
12533 Wed May 20 20:35:11 1998 Geoffrey Noer <noer@cygnus.com>
12534
12535 * libc/sys/cygwin32/sys/param.h: add protected NULL def, remove
12536 FIXME.
12537 * libc/include/sys/types.h: add a new __MS_types__ section
12538 to define vm_offset_t, vm_size_t, int32_t et al, register_t,
12539 __BIT_TYPES_DEFINED__.
12540
12541 Wed May 20 18:49:21 1998 Geoffrey Noer <noer@cygnus.com>
12542
12543 * libc/sys/cygwin32/sys/param.h: move here from winsup/include/sys
12544 since it overrides the one in libc/include/sys. Also, start
12545 including types.h.
12546
12547 Wed May 20 14:45:40 1998 Geoffrey Noer <noer@cygnus.com>
12548
12549 * libm/math/Makefile.in: add s_signgam.o to obj list
12550
12551 Tue May 19 11:57:11 1998 Jeff Johnston <jjohnstn@cygnus.com>
12552
12553 * libc/include/sys/reent.h (_REENT_INIT): Initialize current locale to "C".
12554
12555 Mon May 18 22:36:12 1998 Christopher Faylor <cgf@cygnus.com>
12556
12557 * libc/include/sys/signal.h: cygwin32 exports sig{empty,add}set,
12558 so don't use defines.
12559
12560 Mon May 18 19:01:02 1998 Michael Meissner <meissner@cygnus.com>
12561
12562 * libc/sys/d10v/crt0.S: Use correct stab for 16-bit ints.
12563
12564 Sun May 17 18:40:32 1998 Frank Ch. Eigler <fche@cygnus.com>
12565
12566 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Accept a NULL
12567 _current_locale as default locale.
12568
12569 Sat May 16 21:59:59 1998 Bob Manson <manson@charmed.cygnus.com>
12570
12571 * libc/stdlib/mallocr.c (mALLOc): Add explicit tests for
12572 insufficient space in a chunk.
12573
12574 Tue May 12 14:41:01 1998 Jeff Johnston <jjohnstn@cygnus.com>
12575
12576 * configure.in (links): Added check for --enable-newlib-mb configure
12577 option which defines the MB_CAPABLE macro.
12578 * libc/locale/locale.c (_setlocale_r): Added support for setting
12579 LC_CTYPE to "C-JIS", "C-SJIS" or "C-EUCJP", when MB_CAPABLE is
12580 defined.
12581 * libc/stdlib/mbtowc_r.c (_mbtowc_r): New function _mbtowc_r that
12582 implements mbtowc() with multibyte support for JIS, SJIS, and EUC-JP.
12583 * libc/stdlib/wctomb_r.c (_wctomb_r): New function _wctomb_r that
12584 implements wctomb() with multibyte support for JIS, SJIS, and EUC-JP.
12585 * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): New function _mbstowcs_r that
12586 implements mbstowcs() with multibyte support for JIS, SJIS, and EUC-JP.
12587 * libc/stdlib/wcstombs_r.c (_wcstombs_r): New function _wcstomb_r that implements
12588 wcstombs() with multibyte support for JIS, SJIS, and EUC-JP.
12589 * libc/stdlib/Makefile.in: Added new multibyte
12590 routines: _mbtowc_r(), _wctomb_r(), _mbstowcs_r(), and _wcstombs_r().
12591 * libc/include/stdlib.h: Added declarations of _mbtowc_r(), _wctomb_r(),
12592 _mbstowcs_r(), and _wcstombs_r().
12593 * libc/stdlib/mbctype.h: New internal header file that contains macros to test
12594 for JIS, SJIS, and EUC-JP characters.
12595 * libc/stdlib/mblen.c (mblen): Added code to call _mbtowc_r() if
12596 MB_CAPABLE defined.
12597 * libc/stdlib/mbtowc.c (mbtowc): Added code to call _mbtowc_r() if
12598 MB_CAPABLE defined.
12599 * libc/stdlib/wctomb.c (wctomb): Added code to call _wctomb_r() if
12600 MB_CAPABLE defined.
12601 * libc/stdlib/mbstowcs.c (mbstowcs): Added code to call _mbstowcs_r()
12602 if MB_CAPABLE defined.
12603 * libc/stdlib/wcstombs.c (wcstombs): Added code to call _wcstombs_r()
12604 if MB_CAPABLE defined.
12605 * libc/stdio/vfscanf.c (__svfscanf): Added multibyte tolerance
12606 to the format string processing when MB_CAPABLE.
12607 * libc/stdio/vfprintf.c (_VFPRINTF_R): Changed mbtowc() call to
12608 call _mbtowc_r().
12609
12610 Tue May 5 16:07:23 1998 Nick Clifton <nickc@cygnus.com>
12611
12612 The following modifications are courtesy of Anthony Thompson,
12613 athompson@cambridge.arm.com:
12614 * libc/sys/arm/syscalls.c: Initialise and track stdin/out/err for
12615 boith RDI and RDP monitors.
12616 * libc/sys/arm/crt0.S: Call initialise_monitor_handles() for both
12617 RDI and RDP monitors.
12618
12619 Wed Apr 29 15:22:15 1998 Jeff Johnston <jjohnstn@cygnus.com>
12620
12621 * configure.in (links): Added -DHAVE_GETTIMEOFDAY for arm and thumb.
12622 * libc/sys/arm/syscalls.c (_gettimeofday _times): Added functions.
12623 (_swiopen): Fixed open flags to treat write with append as just append.
12624 (_swilseek): Fixed lseek support to properly handle offsets from SEEK_END.
12625 * libc/sys/arm/sys/param.h: New file to override param.h for ARM.
12626
12627 Fri Apr 24 18:00:09 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12628
12629 * libc/machine/sh/memcpy.S (L_odddst, big endian version):
12630 When needing to transfer an initial 2-byte-word, store as
12631 two single bytes.
12632
12633 Wed Apr 22 17:56:03 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12634
12635 * libc/sys/sh/crt0.S (start): Handle __SH4_SINGLE_ONLY__ like
12636 __SH3E__ .
12637 * libc/machine/sh/memcpy.S (DELAYED_BRANCHES, SL): Likewise.
12638 * libc/include/machine/ieeefp.h (_DOUBLE_IS_32BITS): Likewise.
12639
12640 Wed Apr 22 12:28:03 1998 Michael Meissner <meissner@cygnus.com>
12641
12642 * configure.in (target_cflags): If --enable-target-optspace, use
12643 -Os to compile newlib rather than -O2. Default to using -Os for
12644 d10v, d30v and m32r if --{enable,disable}-target-optspace is not
12645 used.
12646
12647 Tue Apr 21 23:13:34 1998 Geoffrey Noer <noer@cygnus.com>
12648
12649 * libc/include/machine/setjmp.h: change sigsetjmp and
12650 siglongjmp definitions to use an array instead of a struct
12651 for __CYGWIN32__
12652
12653 Tue Apr 14 11:47:47 1998 Doug Evans <devans@canuck.cygnus.com>
12654
12655 * libc/reent/impure.c (__ATTRIBUTE_IMPURE_DATA__): Fix spelling.
12656
12657 Mon Apr 6 15:05:08 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
12658
12659 * libc/string/strxfrm.c: fix to get correct return value
12660
12661 Wed Apr 1 16:09:05 1998 Nick Clifton <nickc@cygnus.com>
12662
12663 * libc/sys/arm/crt0.S: Set top of RAM to be 0x800000 for PE
12664 builds. Make mode change labels global so that they will be seen
12665 by the debugger.
12666
12667 Wed Mar 18 09:45:10 1998 Nick Clifton <nickc@cygnus.com>
12668
12669 * configure.in (links): Do not use ARM debiugging protocols for PE
12670 builds.
12671
12672 * libc/sys/arm/syscalls.c (_sbrk): Add "_sbrk: " to error
12673 message.
12674
12675 Fri Mar 13 11:24:34 1998 Jeff Johnston <jjohnstn@cygnus.com>
12676
12677 * libc/stdio/findfp.c (__sinit): Made stdout default to
12678 line buffered mode as defined by ANSI.
12679
12680 Tue Mar 10 11:41:26 1997 Bob Manson <manson@charmed.cygnus.com>
12681
12682 * libc/include/sys/itimer.h: New file.
12683
12684 * libc/signal/signal.c (__sigtramp_r,__sigtramp): New functions.
12685
12686 Mon Mar 9 14:19:26 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
12687
12688 * libc/machine/sh/memcpy.S: (_memcpy): Fix for execute/memcpy-1.c
12689 failure.
12690
12691 Fri Feb 27 13:56:10 1998 Michael Meissner <meissner@cygnus.com>
12692
12693 * libc/machine/d30v/setjmp.S (longjmp): Fix order of parallel
12694 insns.
12695
12696 Wed Feb 25 09:29:54 1998 Nick Clifton <nickc@cygnus.com>
12697
12698 * libc/sys/arm/syscalls.c (_open): Add varags to conform to prototype.
12699
12700 Tue Feb 24 18:00:13 1998 Michael Meissner <meissner@cygnus.com>
12701
12702 * libc/machine/d30v/{setjmp.S,Makefile.in}: New files for D30V
12703 support.
12704
12705 * libc/include/machine/setjmp.h: Add D30V support.
12706
12707 * configure.in (d30v-*): Add d30v machine directory.
12708
12709 Mon Feb 23 09:32:58 1998 Mark Alexander <marka@cygnus.com>
12710
12711 * configure.in: Don't use libc/sys/sysmec for MN10300; it's
12712 been replaced with libgloss/mn10300.
12713
12714 Sat Feb 21 17:44:43 1998 Geoffrey Noer <noer@cygnus.com>
12715
12716 * libc/stdlib/mallocr.c: remove __malloc_copy routine now that
12717 it is no longer needed.
12718
12719 Thu Feb 19 16:15:10 1998 Geoffrey Noer <noer@cygnus.com>
12720
12721 * libc/include/sys/signal.h: add sigpause proto for Cygwin32
12722
12723 Wed Feb 18 23:51:08 1998 Geoffrey Noer <noer@cygnus.com>
12724
12725 * libc/stdio/fdopen.c (fdopen): Make all writes go to the end of
12726 the file when O_APPEND is set, wherever the EOF happens to be at
12727 that time.
12728
12729 Wed Feb 18 23:25:02 1998 Geoffrey Noer <noer@cygnus.com>
12730
12731 patch from cgf@bbc.com (Christopher Faylor):
12732 * libc/stdio/freopen.c (freopen): Conform to standard UNIX
12733 convention of closing fp prior to attempting to open the file
12734 argument. This allows correct operation when reopening
12735 stdin/stdout/stderr. Replaces last freopen.c patch.
12736
12737 Wed Feb 18 16:27:40 1998 Geoffrey Noer <noer@cygnus.com>
12738
12739 patch from cgf@bbc.com (Christopher Faylor):
12740 * libc/stdio/freopen.c: freopen was not preserving the fd
12741 of the stream being operated on. This confuses programs that
12742 expect that the handles for stdout and stderr will be 1 and 2.
12743
12744 Mon Feb 16 23:34:07 1998 Andrew Cagney <cagney@b1.cygnus.com>
12745
12746 * libc/sys/d10v/crt0.S (_start): Set PSW{SW} - select SPU.
12747
12748 Thu Feb 12 15:09:20 1998 Ranjith Kumaran <ranjith@cygnus.com>
12749
12750 * libc/sys/go32/longjmp.S: Fix longjmp to not return 0.
12751
12752 Wed Feb 11 17:50:45 1998 Jeff Johnston <jjohnstn@cygnus.com>
12753
12754 * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Alignment code
12755 altered to not use a branch. Also added hint that last
12756 bclr in longjmp will likely result in branch.
12757
12758
12759 Mon Feb 9 03:44:02 1998 Geoffrey Noer <noer@cygnus.com>
12760
12761 * libc/sys/cygwin32/crt0.c: add missing args to main() extern
12762
12763 Fri Feb 6 16:32:32 1998 Nick Clifton <nickc@cygnus.com>
12764
12765 * libc/sys/sysnecv850/crt0.S (_start): Initialise _ctbp even for
12766 v850 builds.
12767
12768 * configure.in: Add -msmall-sld to target_cflags for v850 builds.
12769
12770 Wed Feb 4 16:56:20 1998 Jeff Johnston <jjohnstn@cygnus.com>
12771
12772 * libc/machine/powerpc/setjmp.S (longjmp): Fixed code
12773 that loads FR14 to specify offset of 8 rather than 4
12774 so it loads from offset 96 (where setjmp stored it).
12775
12776 Tue Feb 3 18:08:34 1998 Jeff Johnston <jjohnstn@cygnus.com>
12777
12778 * libc/machine/sh/memcpy.S: (_memcpy): Update to
12779 latest version supplied by customer.
12780 * libc/machine/sh/memset.S (_memset): Ditto.
12781
12782 Mon Feb 2 16:20:39 1998 Nick Clifton <nickc@cygnus.com>
12783
12784 * libc/sys/sysnecv850/Makefile.in (OFILES): Add link.o (for
12785 PR14730).
12786
12787 Mon Feb 2 15:13:26 1998 Geoffrey Noer <noer@cygnus.com>
12788
12789 * libc/include/string.h: remove redefinition of ffs
12790
12791 Wed Jan 28 13:30:14 1998 Geoffrey Noer <noer@cygnus.com>
12792
12793 * libc/include/sys/signal.h: include _ansi.h so _EXFUN is
12794 defined
12795
12796 Wed Jan 28 10:38:34 1998 Jeff Johnston <jjohnstn@cygnus.com>
12797
12798 * libc/machine/tic80/setjmp.S: Adding _setjmp to allow
12799 TI Libraries to link to libc.a
12800
12801 Sat Jan 24 10:15:56 1998 Michael Meissner <meissner@cygnus.com>
12802
12803 * libc/include/sys/fcntl.h (_open,_fcntl): Add prototypes.
12804 * libc/include/sys/stat.h (_{,f}stat): Ditto.
12805 * libc/include/sys/wait.h (_wait): Ditto.
12806 * libc/include/sys/unistd.h (_close,_fork,_getpid): Ditto.
12807 (_link,_lseek,_read,_sbrk,_unlink,_write): Ditto.
12808
12809 Fri Jan 23 11:32:10 1998 Michael Meissner <meissner@cygnus.com>
12810
12811 * libc/machine/d10v/setjmp.S: Change to new ABI. Add simple
12812 minded stabs so function name shows up when running the simulator
12813 with -t.
12814 * libc/sys/d10v/{crt0,trap}.S: Ditto.
12815
12816 Thu Jan 22 15:57:14 1998 Fred Fish <fnf@cygnus.com>
12817
12818 * libc/sys/d10v/trap.S: Change syscalls to use trap 15.
12819 * libc/sys/d10v/crt0.S: Use R6 where we used to use R2.
12820 Use R5 where we used to use R3.
12821
12822 Wed Jan 21 14:22:23 1998 Bill Moyer <billm@cygnus.com>
12823
12824 * libc/stdlib/getopt.c (getopt): replaced __progname
12825 with nargv[0] to improve portability to imbedded systems.
12826
12827 Thu Jan 15 12:32:38 1998 Nick Clifton <nickc@cygnus.com>
12828
12829 * libc/sys/arm/syscalls.c (initialise_angel_handles): Applied
12830 patch supplied by Tont.Thompson@arm.com to fix the creation of the
12831 stdout file.
12832
12833 Wed Jan 14 13:00:19 1998 Ian Lance Taylor <ian@cygnus.com>
12834
12835 * libc/stdio/tmpnam.c (worker): Generate a different file name
12836 each time.
12837
12838 * libc/posix/popen.c (popen): If __CYGWIN32__, and execing /bin/sh
12839 fails, try an execlp for sh.
12840
12841 * host/any (INCLUDES): If target_os is cygwin32, then add a -I
12842 option for the winsup include directory.
12843
12844 Wed Jan 7 17:02:58 1998 Nick Clifton <nickc@cygnus.com>
12845
12846 * libc/sys/arm/syscalls.c: Applied patches for Angel based remote
12847 debugging interface from Tony.Thompson@arm.com.
12848
12849 * libc/sys/arm/crt0.S (_mainCRTStartup): ditto.
12850 * libc/sys/arm/swi.h: ditto.
12851
12852 Tue Jan 6 14:15:10 1998 Geoffrey Noer <noer@cygnus.com>
12853
12854 * libc/sys/cygwin32/sys/dirent.h: add __d_dirhash field to
12855 DIR struct used for readdir hashes.
12856
12857 Thu Jan 1 11:22:22 1998 Jeffrey A Law (law@cygnus.com)
12858
12859 * libc/string/strchr.c: Use "unsigned chars" as necessary.
12860
12861 Wed Dec 31 04:25:30 1997 Jeffrey A Law (law@cygnus.com)
12862
12863 * libc/stdlib/mallocr.c (idx2binblock): Don't lose on 16bit
12864 integer targets.
12865
12866 Sat Dec 13 15:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
12867
12868 * libc/stdlib/mallocr.c (__malloc_copy): New function, compiled if
12869 INTERNAL_NEWLIB and __CYGWIN32__ and DEFINE_MALLOC.
12870 * libc/include/malloc.h: Add extern "C" if __cplusplus.
12871 (__malloc_copy): Declare.
12872
12873 Wed Dec 10 12:15:54 1997 Ian Lance Taylor <ian@cygnus.com>
12874
12875 * libc/stdlib/mallocr.c: If INTERNAL_NEWLIB, include
12876 <sys/config.h>.
12877 (POINTER_UINT): Define.
12878 (DEFAULT_TRIM_THRESHOLD): Mark constants as long.
12879 (MALLOC_ALIGNMENT): Don't define if already defined.
12880 (malloc_extend_top): Cast pointers to POINTER_UINT, not unsigned
12881 long.
12882
12883 Tue Dec 9 19:23:42 1997 Michael Meissner <meissner@cygnus.com>
12884
12885 * libc/string/memset.c (memset): Fiddle with code so that the long
12886 value being stored is not a stack value. Unroll storing longs 4
12887 times.
12888
12889 Tue Dec 9 14:13:18 1997 Jeff Johnston <jjohnstn@cygnus.com>
12890
12891 * Reduce code size for libm modules.
12892 * libm/math/w_sqrt.c (sqrt): Remove call to kernel_standard
12893 and simply move code into sqrt.
12894 * libm/math/wrf_lgamma.c (lgammaf_r): Likewise.
12895 * libm/math/wr_lgamma.c (lgamma_r): Likewise.
12896 * libm/math/wrf_gamma.c (gammaf_r): Likewise.
12897 * libm/math/wr_gamma.c (gamma_r): Likewise.
12898 * libm/math/wf_sinh.c (sinfh): Likewise.
12899 * libm/math/w_sinh.c (sinh): Likewise.
12900 * libm/math/wf_scalb.c (scalbf): Likewise.
12901 * libm/math/w_scalb.c (scalb): Likewise.
12902 * libm/math/wf_remainder.c (remainderf): Likewise.
12903 * libm/math/w_remainder.c (remainder): Likewise.
12904 * libm/math/wf_pow.c (powf): Likewise.
12905 * libm/math/w_pow.c (pow): Likewise.
12906 * libm/math/wf_log10.c (log10f): Likewise.
12907 * libm/math/w_log10.c (log10): Likewise.
12908 * libm/math/wf_log.c (logf): Likewise.
12909 * libm/math/w_log.c (log): Likewise.
12910 * libm/math/w_lgamma.c (lgamma): Likewise.
12911 * libm/math/wf_lgamma.c (lgammaf): Likewise.
12912 * libm/math/wf_jn.c (jnf): Likewise.
12913 * libm/math/w_jn.c (jn): Likewise.
12914 * libm/math/wf_j1.c (j1f): Likewise.
12915 * libm/math/w_j1.c (j1): Likewise.
12916 * libm/math/wf_j0.c (j0f): Likewise.
12917 * libm/math/w_j0.c (j0): Likewise.
12918 * libm/math/wf_hypot.c (hypotf): Likewise.
12919 * libm/math/w_hypot.c (hypot): Likewise.
12920 * libm/math/wf_gamma.c (gammaf): Likewise.
12921 * libm/math/w_gamma.c (gamma): Likewise.
12922 * libm/math/wf_fmod.c (fmodf): Likewise.
12923 * libm/math/w_fmod.c (fmod): Likewise.
12924 * libm/math/wf_exp.c (expf): Likewise.
12925 * libm/math/w_exp.c (exp): Likewise.
12926 * libm/math/wf_cosh.c (coshf): Likewise.
12927 * libm/math/w_cosh.c (cosh): Likewise.
12928 * libm/math/wf_atanh.c (atanhf): Likewise.
12929 * libm/math/w_atanh.c (atanh): Likewise.
12930 * libm/math/wf_atan2.c (atan2f): Likewise.
12931 * libm/math/w_atan2.c (atan2): Likewise.
12932 * libm/math/wf_asin.c (asinf): Likewise.
12933 * libm/math/w_asin.c (asin): Likewise.
12934 * libm/math/wf_acosh.c (acoshf): Likewise.
12935 * libm/math/w_acosh.c (acosh): Likewise.
12936 * libm/math/wf_acos.c (asocf): Likewise.
12937 * libm/math/w_acos.c (acos): Likewise.
12938 * libm/math/wf_sqrt.c (sqrtf): Likewise.
12939 * libm/math/k_standard.c (_k_standard): Don't require SVID behavior
12940 for embedded systems.
12941
12942 Mon Dec 8 12:12:58 1997 Ian Lance Taylor <ian@cygnus.com>
12943
12944 * libc/stdlib/mallocr.c (malloc_extend_top): Add patch from Doug
12945 Lea in case of a foreign sbrk.
12946
12947 Fri Dec 5 23:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
12948
12949 Incorporate Doug Lea's malloc:
12950 * libc/stdlib/mallocr.c: Completely replaced.
12951 * libc/stdlib/malloc.c: Document malloc_usable_size and memalign.
12952 (realloc): Remove.
12953 * libc/stdlib/calloc.c (calloc): Just call _calloc_r.
12954 * libc/stdlib/mstats.c: Document mallinfo, malloc_stats, and
12955 mallopt.
12956 (mallinfo, malloc_stats, mallopt): New functions.
12957 (_mstats_r): Just call _malloc_stats_r.
12958 * libc/stdlib/malign.c: New file.
12959 * libc/stdlib/mlock.c: New file.
12960 * libc/stdlib/msize.c: New file.
12961 * libc/stdlib/mtrim.c: New file.
12962 * libc/stdlib/realloc.c: New file.
12963 * libc/stdlib/valloc.c: New file.
12964 * libc/stdlib/malloc.h: Remove.
12965 * libc/stdlib/callocr.c: Remove.
12966 * libc/stdlib/Makefile.in (OFILES): Add cfreer.o, freer.o,
12967 malign.o, malignr.o, mallinfor.o, malloptr.o, mallstatsr.o,
12968 mlock.o, msize.o, msizer.o, mtrim.o, pvallocr.o, realloc.o,
12969 reallocr.o, valloc.o, vallocr.o.
12970 (CHEWOUT_FILES): Add mlock.def, mstats.def.
12971 (MALLOC_CFLAGS): New variable.
12972 (mallocr.o): New target, build from mallocr.c.
12973 (freer.o, reallocr.o, callocr.o, cfreer.o, malignr.o): Likewise.
12974 (vallocr.o, pvallocr.o, mallinfor.o, mallstatsr.o): Likewise.
12975 (msizer.o, malloptr.o): Likewise.
12976 (malign.o, mlock.o, msize.o, mtrim.o, realloc.o): New targets.
12977 (valloc.o): New target.
12978 * libc/stdlib/stdlib.tex: Include mlock.def and mstats.def.
12979 * libc/include/malloc.h: Declare struct mallinfo, and new
12980 routines.
12981 * libc/include/stdlib.h (cfree): Correct declaration.
12982
12983 Tue Dec 2 10:12:16 1997 Nick Clifton <nickc@cygnus.com>
12984
12985 * libc/include/machine/setjmp.h: Add support for Thumb target.
12986
12987 * libc/include/machine/ieeefp.h: Add support for Thumb target.
12988
12989 * configure.in (links): Add support for Thumb target.
12990
12991 Wed Nov 26 09:56:17 1997 Nick Clifton <nickc@cygnus.com>
12992
12993 * libc/sys/arm/setjmp.S: Updated with version from branch.
12994
12995 Thu Nov 20 01:21:43 1997 Geoffrey Noer <noer@cygnus.com>
12996
12997 * libc/include/stdio.h: add POSIX-required define L_ctermid
12998 for ctermid
12999
13000 Wed Nov 19 16:11:40 1997 Michael Meissner <meissner@cygnus.com>
13001
13002 * configure.in (d30v-*-*): Define ABORT_MESSAGE, SMALL_MEMORY, in
13003 addition to MISSING_SYSCALL_NAMES.
13004
13005 Mon Nov 17 20:05:05 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13006
13007 * libc/include/sys/config.h: (UINT_MAX, for D10V): Make unsigned.
13008
13009 Mon Nov 10 22:26:55 1997 Geoffrey Noer <noer@cygnus.com>
13010
13011 * libc/include/string.h: change strsignal proto to return
13012 a char *. This eliminates compile problems in gdb resulting
13013 from gdb's definition of strsignal in defs.h.
13014
13015 Mon Nov 10 17:11:08 1997 Geoffrey Noer <noer@cygnus.com>
13016
13017 * libc/sys/cygwin32/sys/utime.h: new (moved here from
13018 winsup/include) so as not to conflict with the one in
13019 libc/include.
13020 * libc/include/string.h: add protos for strsignal, strtosigno
13021
13022 Mon Nov 10 13:49:54 1997 Michael Meissner <meissner@cygnus.com>
13023
13024 * libc/include/sys/config.h: Define __IEEE_BIG_ENDIAN if d30v.
13025
13026 * configure.in (d30v-*-*): Add configuration.
13027
13028 Thu Oct 30 14:01:23 1997 Nick Clifton <nickc@cygnus.com>
13029
13030 * configure.in (links): Add -DARM_RD[P|I]_MONITOR to target_cflags
13031 to select which kind of debug monitor is in use for an ARM target.
13032
13033 * libc/sys/arm/crt0.S: New version: Supports Thumb startups and
13034 Angel and Demon debug monitors. Part of this code was supplied by
13035 Tony Thompson at ARM: athompso@arm.com.
13036
13037 Fri Oct 24 18:57:05 1997 Jeffrey A Law (law@cygnus.com)
13038
13039 * strncat.c (strncat): Don't call strncpy; strncay has the wrong
13040 semantics when the count is greater than the length of the second
13041 source string.
13042
13043 Thu Oct 23 01:37:41 1997 Geoffrey Noer <noer@cygnus.com>
13044
13045 * libc/include/sys/signal.h: reorder CYGWIN32 signal numbers
13046 * libc/include/sys/unistd.h: add protos for usleep, truncate,
13047 truncate and ftruncate take off_t, not size_t
13048
13049 Tue Oct 21 18:42:00 1997 Jim Wilson <wilson@cygnus.com>
13050
13051 * libc/string/strcat.c (strcat): Add missing comment end.
13052 * libc/string/strncat.c (strncat): Likewise.
13053
13054 Tue Oct 21 17:23:34 1997 Nick Clifton <nickc@cygnus.com>
13055
13056 * configure.in (links): Define PREFER_SIZE_OVER_SPEED for v850
13057 targets.
13058 * libc/string/{memchr.c, memcmp.c, memcpy.c}: Add space
13059 optimised version which is selected if PREFER_SIZE_OVER_SPEED is
13060 defined.
13061 * libc/string/{memset.c, strcat.c, strchr.c}: Likewise.
13062 * libc/string/{strcmp.c, strcpy.c, strlen.c}: Likewise.
13063 * libc/string/{strncat.c, strncmp.c, strncpy.c}: Likewise.
13064
13065 Mon Oct 13 15:12:35 1997 Ian Lance Taylor <ian@cygnus.com>
13066
13067 * libc/include/sys/param.h (BIG_ENDIAN): Define if __i386__.
13068 (LITTLE_ENDIAN, BYTE_ORDER): Likewise.
13069
13070 Thu Oct 9 13:54:44 1997 Doug Evans <dje@canuck.cygnus.com>
13071
13072 * libc/machine/i386/setjmp.S: New file.
13073 * libc/machine/i386/Makefile.in: Delete COPYOFILES.
13074 (OFILES): Add setjmp.o.
13075 (setjmp.o): Add rule for.
13076 * configure.in: Don't set machine_dir for *-*-{go32,sco*,cygwin32}.
13077
13078 Tue Oct 7 14:01:29 1997 Bill Moyer (billm@cygnus.com)
13079 Jeffrey A Law (law@cygnus.com)
13080
13081 * libc/string/{memchr.c, memcmp.c, memcpy.c}: Reimplement to run faster.
13082 * libc/string/{memset.c, strcat.c, strchr.c}: Likewise.
13083 * libc/string/{strcmp.c, strcpy.c, strlen.c}: Likewise.
13084 * libc/string/{strncat.c, strncmp.c, strncpy.c}: Likewise.
13085
13086 Mon Oct 6 14:07:59 1997 Nick Clifton <nickc@cygnus.com>
13087
13088 * libc/sys/sysnecv850/Makefile.in (crt0.o trap.o): Explicit
13089 rules.
13090
13091 * libc/include/sys/config.h: Use __v850 to select v850
13092 endianness.
13093
13094 * libc/include/machine/setjmp.h: Use __v850 to select v850 jump
13095 buffer size.
13096
13097 * libc/include/machine/ieeefp.h: Use __v850 to select v850
13098 endianness.
13099
13100 Thu Sep 25 14:11:37 1997 Geoffrey Noer <noer@cygnus.com>
13101
13102 * libc/stdlib/setenv.c: change unsetenv definition to match
13103 style of setenv (with _DEFUN). The string should be a const.
13104 * libc/include/stdlib.h: unsetenv proto should return void.
13105
13106 Tue Sep 23 18:17:20 1997 Geoffrey Noer <noer@cygnus.com>
13107
13108 * libc/include/stdlib.h: define unsetenv proto for __CYGWIN32__
13109
13110 Thu Sep 18 12:50:15 1997 Angela Marie Thomas (angela@cygnus.com)
13111
13112 * libc/stdio/glue.h: remove.
13113 * libc/stdio/findfp.c, libc/stdio/fwalk.c: remove #include "glue.h"
13114 * libc/stdio/Makefile.in: remove glue.h dependencies
13115
13116 Wed Sep 17 17:42:27 1997 Nick Clifton <nickc@cygnus.com>
13117
13118 * libc/sys/sysnecv850/crt0.S: Created V850e version.
13119
13120 Tue Sep 9 10:40:57 1997 Doug Evans <dje@canuck.cygnus.com>
13121
13122 * configure.in (target_cpu): Add `arc'.
13123
13124 Tue Sep 9 10:40:42 1997 Joel Sherrill <joel@OARcorp.com>
13125
13126 * newlib/configure.in (*-*-rtems*): Add -DSIGNAL_PROVIDED and
13127 -DREENTRANT_SYSCALLS_PROVIDED to the target_cflags.
13128 * newlib/libc/include/sys/errno.h: Add ENOTSUP.
13129 * newlib/libc/reent/reent.c: Add _wrapup_reent.
13130 * newlib/libc/sys/rtems/sys/types.h: Avoid redefinitions for go32.
13131
13132 Sun Sep 7 16:41:41 1997 Gavin Koch <gavin@cygnus.com>
13133
13134 * libc/machine/mips/setjmp.S: Handle mips16 builds.
13135
13136 Thu Aug 21 20:05:38 1997 Ian Lance Taylor <ian@cygnus.com>
13137
13138 * libc/include/stdio.h (siprintf): Declare.
13139
13140 Mon Aug 18 11:19:13 1997 Nick Clifton <nickc@cygnus.com>
13141
13142 * libc/sys/sysnecv850/Makefile.in (.c.o): Add rule that includes
13143 TARGET_CFLAGS and NEWLIB_FLAGS.
13144
13145 Mon Aug 18 11:15:43 1997 Nick Clifton <nickc@cygnus.com>
13146
13147 * configure.in (links): Add support for v850ea target.
13148
13149 Mon Aug 18 11:15:43 1997 Nick Clifton <nickc@cygnus.com>
13150
13151 * configure.in (links): Add support for v850e target.
13152
13153 Wed Aug 13 19:16:54 1997 Nick Clifton <nickc@cygnus.com>
13154
13155 * libc/sys/sysnecv850/crt0.S: Remove initial setting of r0 to 0.
13156
13157 Mon Aug 11 15:49:54 1997 Doug Evans <dje@canuck.cygnus.com>
13158
13159 * configure.in (arc-*-*): Add support for.
13160 * libc/include/machine/ieeefp.h (__arc__): Add support for the ARC.
13161
13162 Fri Jul 25 17:37:41 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13163
13164 * libc/sys/sh/crt0.S (start): Add fpscr initialization for SH4.
13165
13166 Thu Jul 24 18:32:17 1997 Geoffrey Noer <noer@cygnus.com>
13167
13168 * libc/stdlib/bsearch.c (bsearch): remove last unneeded
13169 comparison which accesses invalid memory when the key is
13170 larger than the last member of the array.
13171 * libc/include/machine/setjmp.h: add sigsetjmp, siglongjmp
13172 for CYGWIN32
13173 * libc/include/sys/unistd.h: add _POSIX defines for CYGWIN32
13174
13175 Tue Jul 22 16:03:06 1997 Ian Lance Taylor <ian@cygnus.com>
13176
13177 * libc/include/stdlib.h (realpath): Declare if __CYGWIN32__ and
13178 not _STRICT_ANSI.
13179
13180 Thu Jul 10 15:11:52 1997 Doug Evans <dje@canuck.cygnus.com>
13181
13182 * libm/math/k_standard.c (__kernel_standard): Call fflush(stdout)
13183 ifndef _USE_WRITE, instead of ifdef _USE_WRITE.
13184
13185 Thu Jul 10 16:00:09 1997 Mike Meissner <meissner@cygnus.com>
13186
13187 * libc/machine/tic80/setjmp.S (setjmp,longjmp): Use ld.d and st.d
13188 to load/store memory.
13189
13190 Mon Jul 7 17:38:17 1997 Ian Lance Taylor <ian@cygnus.com>
13191
13192 * libc/include/sys/fcntl.h: Define _O_* symbols with leading
13193 underscores if _WIN32.
13194
13195 Wed Jul 2 10:07:20 1997 Doug Evans <dje@canuck.cygnus.com>
13196
13197 * libm/math/k_standard.c (__kernel_standard): Delete reentrancy
13198 support ifdef _USE_WRITE missed in last change.
13199 From Anders Blomdell <anders.blomdell@control.lth.se>.
13200
13201 Wed Jun 25 10:18:49 1997 Doug Evans <dje@canuck.cygnus.com>
13202
13203 * libc/stdio/tmpnam.c (worker): Handle _open_r being stubbed out.
13204 (_tmpnam_r, _tempnam_r): Update.
13205
13206 Wed Jun 25 00:16:55 1997 Mark Alexander <marka@cygnus.com>
13207
13208 * libc/machine/sparc/setjmp.S: New file.
13209 * libc/machine/sparc/Makefile.in: Add setjmp.
13210 * libc/include/machine/setjmp.h: Increase jmpbuf size for sparc.
13211
13212 Tue Jun 24 23:27:38 1997 Mark Alexander <marka@cygnus.com>
13213
13214 * libc/include/machine/setjmp.h: Use __TIC80__ instead of __tic80__.
13215
13216 Tue Jun 24 14:53:40 1997 Doug Evans <dje@canuck.cygnus.com>
13217
13218 From Joel Sherrill <joel@oarcorp.com>.
13219 * libc/stdlib/getenv.c (_findenv): Avoid dereferencing null `environ'.
13220
13221 Add rtems support. From Joel Sherrill <joel@oarcorp.com>.
13222 * configure.in: Recognize *-*-rtems*.
13223 * libc/sys/rtems/{Makefile.in,crt0.c,dummysys.c}: New files.
13224 * libc/sys/rtems/sys/{features.h,sched.h,siginfo.h,signal.h,
13225 time.h,times.h,types.h}: New files.
13226 * libc/sys/rtems/include/{limits.h,signal.h,time.h}. New files.
13227
13228 Fri Jun 20 11:13:16 1997 Geoffrey Noer <noer@cygnus.com>
13229
13230 patch from sos@prospect.com.ru (Sergey Okhapkin):
13231 * include/sys/wait.h: correct operator precidence bug
13232 in WIFSIGNALED
13233
13234 Wed Jun 18 22:08:27 1997 Geoffrey Noer <noer@cygnus.com>
13235
13236 * libc/include/stdlib.h: remove unsetenv proto since it conflicts
13237 with newlib's unsetenv function
13238 * libc/sys/cygwin32/sys: new directory for includes
13239 * libc/sys/cygwin32/sys/dirent.h: move cygwin32's dirent.h
13240 here from winsup/include/sys
13241
13242 Mon Jun 16 21:02:22 1997 Geoffrey Noer <noer@cygnus.com>
13243
13244 * libc/include/sys/unistd.h: _exit should only be
13245 labelled noreturn when not __CYGWIN32__
13246 * libc/include/stdlib.h: for __CYGWIN32__, add proto for unsetenv
13247 * libc/include/sys/signal.h: add SIGIO to _WIN32 list and
13248 increment NSIG
13249
13250 Thu Jun 12 18:52:41 1997 Ian Lance Taylor <ian@cygnus.com>
13251
13252 * libc/include/sys/time.h: Only define timeval and timezone if
13253 _GNU_H_WINDOWS32_SOCKETS is not defined.
13254 * libc/include/sys/stat.h: If _WIN32, define _S_IFMT, etc.
13255
13256 Wed Jun 11 09:46:26 1997 Jeffrey A Law (law@cygnus.com)
13257
13258 * libc/machine/mn10200/setjmp.S: Implement setjmp/longjmp
13259 * libc/machine/mn10300/setjmp.S: Likewise.
13260
13261 * libc/sys/sysmec/crt0.S: Use "call" instead of "calls" for
13262 the mn10300 (more relaxing opportunities).
13263
13264 Tue Jun 10 17:24:45 1997 Mike Meissner <meissner@cygnus.com>
13265
13266 * configure.in (powerpc*-*-{eabi,elf,linux,rtems,sysv,solaris}):
13267 Build libraries with -mstrict-align.
13268
13269 Fri Jun 6 14:07:59 1997 Ian Lance Taylor <ian@cygnus.com>
13270
13271 * libc/string/strlwr.c: New file.
13272 * libc/string/strupr.c: New file.
13273 * libc/include/string.h: Declare strlwr and strupr.
13274 * libc/string/Makefile.in (OFILES): Add strlwr.o and strupr.o.
13275 (CHEWOUT_FILES): Add strlwr.def and strupr.def.
13276 (strlwr.o, strupr.o): New targets.
13277 * libc/string/strings.tex: Include strlwr and strupr docs.
13278
13279 * libc/include/sys/types.h: Don't define u_char, et. al., if
13280 _GNU_H_WINDOWS32_SOCKETS is defined. Likewise for fd_set,
13281 et. al. Make FD_SETSIZE default 64 rather than 60. Define
13282 _types_fd_set rather than fd_set, and define fd_set as a macro.
13283
13284 * libc/include/malloc.h: New file.
13285
13286 * libc/include/string.h: Define strcmpi, stricmp, strncmpi, and
13287 strnicmp if they are not already defined.
13288
13289 * libc/include/time.h: If __CYGWIN32__, declare tzset and define
13290 _timezone, _daylight, and _tzname.
13291
13292 Wed Jun 4 12:51:16 1997 Doug Evans <dje@canuck.cygnus.com>
13293
13294 * configure.in: Sort all configuration tables.
13295
13296 From Joel Sherrill <joel@oarcorp.com>
13297 * Makefile.in (stmp-targ-include): Copy $(sys_dir)/include/*.h.
13298
13299 Tue Jun 3 14:47:46 1997 Ian Lance Taylor <ian@cygnus.com>
13300
13301 * libc/include/sys/signal.h: Don't include <sys/types.h>. Just
13302 use int when declaring kill.
13303
13304 * libc/include/sys/timeb.h: New file.
13305
13306 Mon Jun 2 12:06:58 1997 Geoffrey Noer <noer@cirdan.cygnus.com>
13307
13308 * libc/include/sys/time.h: add itimer support for Cygwin32
13309
13310 Mon May 19 11:56:46 1997 Mike Meissner <meissner@cygnus.com>
13311
13312 * libc/stdlib/abort.c (abort): If ABORT_MESSAGE is defined, write
13313 out a message that abort was called to stderr.
13314
13315 Fri May 16 15:02:59 1997 Bob Manson <manson@charmed.cygnus.com>
13316
13317 * libc/sys/sysmec/fstat.c (_fstat): Set st_blksize to 4096
13318 so that libio doesn't freak.
13319
13320 * libc/sys/sysmec/sbrk.c (_sbrk): The argument is a size_t, not
13321 int.
13322
13323 * libc/stdlib/mallocr.c (_morecore_r): Use size_t for
13324 memory sizes, not int.
13325
13326 Wed May 14 21:16:58 1997 Bob Manson <manson@charmed.cygnus.com>
13327
13328 * libm/math/ef_hypot.c: Use long constants where
13329 appropriate.
13330 * libm/math/ef_sqrt.c: Ditto.
13331
13332 * libc/sys/sysmec/times.c(_times): Change to times.
13333
13334 * libc/sys/sysmec/read.c(_read): The third argument is
13335 size_t.
13336 * libc/sys/sysmec/write.c (_write): Ditto.
13337
13338 * libc/sys/sysmec/lseek.c: Include unistd.h for off_t.
13339 (_lseek): It's off_t for the second argument.
13340
13341 Wed May 14 15:23:36 1997 Mike Meissner <meissner@cygnus.com>
13342
13343 * libc/include/sys/config.h (__IEEE_LITTLE_ENDIAN): Define here,
13344 as well as machine/ieeefp.h.
13345
13346 Thu May 8 15:47:25 1997 Geoffrey Noer <noer@cygnus.com>
13347
13348 * libc/include/sys/signal.h: add signal protos for winsup
13349 functions (when __CYGWIN32__), include types.h
13350 * libc/include/sys/types.h: Change __go32_types__ internal
13351 define to __MS_types__ since it's used for more than just
13352 GO32 configs. Define this if GO32, __MSDOS__, or _WIN32 are
13353 defined.
13354 * libc/include/sys/unistd.h: add ftruncate proto for
13355 winsup functions (when __CYGWIN32__)
13356
13357 Fri Apr 25 10:10:16 1997 Doug Evans <dje@canuck.cygnus.com>
13358
13359 * libc/sys/h8300hms/sbrk.c (stack_ptr): Add definition.
13360
13361 Thu Apr 24 15:46:51 1997 Mike Stump <mrs@cygnus.com>
13362
13363 * libc/include/machine/setjmp.h: Add tic80 support.
13364 * libc/machine/tic80/setjmp.S: Likewise.
13365
13366 Tue Apr 22 16:54:40 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13367
13368 * libc/sys/cygwin32/crt0.c: Add reference to main() so we can
13369 link programs from libraries only (such as in the X11
13370 distribution)
13371
13372 Mon Apr 21 15:02:12 1997 Fred Fish <fnf@cygnus.com>
13373
13374 * libc/sys/arm/syscalls.c (signal): Remove stub, signal()
13375 supplied elsewhere in newlib.
13376
13377 Mon Apr 14 16:25:55 1997 Ian Lance Taylor <ian@cygnus.com>
13378
13379 * Makefile.in (INSTALL): Change install.sh to install-sh.
13380
13381 Fri Apr 11 17:04:02 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13382
13383 * README: update WWW address for on-line documentation.
13384
13385 Wed Apr 9 00:38:13 1997 Geoffrey Noer <noer@cygnus.com>
13386
13387 * libc/include/sys/signal.h: for _WIN32, define SIGCONT and
13388 increment NSIG
13389
13390 Mon Apr 7 23:54:00 1997 Jeffrey A Law (law@cygnus.com)
13391
13392 * libc/sys/sysmec/crt0.S: Update for new calling conventions on the
13393 mn10300.
13394 * libc/sys/sysmec/trap.S: Don't compare a register to itself.
13395
13396 Tue Mar 25 08:47:43 1997 Jeffrey A Law (law@cygnus.com)
13397
13398 * libc/sys/arm/syscalls.c: Fix/add stack/heap collision detection.
13399 * libc/sys/d10v/syscalls.c: Likewise.
13400 * libc/sys/h8300hms/sbrk.c: Likewise.
13401 * libc/sys/h8500hms/syscalls.c: Likewise.
13402 * libc/sys/m88kbug/syscalls.c: Likewise.
13403 * libc/sys/sh/syscalls.c: Likewise.
13404 * libc/sys/sysmec/sbrk.c: Likewise.
13405 * libc/sys/sysnecv850/sbrk.c: Likewise.
13406 * libc/sys/w65/syscalls.c: Likewise.
13407 * libc/sys.tex: Update sbrk sample code to include stack/heap collision.
13408
13409 Tue Mar 18 14:14:34 1997 Jeffrey A Law (law@cygnus.com)
13410
13411 * libc/sys/sysmec/trap.S: Use "syscall" to trigger an
13412 emulated syscall instead of "trap".
13413
13414 Fri Mar 14 11:26:13 1997 Michael Meissner <meissner@cygnus.com>
13415
13416 * libc/sys/d10v/trap.S (__trap0): Use trap 15 for system calls,
13417 not trap 0.
13418
13419 Sun Mar 9 23:27:04 1997 Doug Evans <dje@seba.cygnus.com>
13420
13421 * configure.in (m32r-*-*): Add -msdata=sdata to target_cflags.
13422
13423 Sat Mar 8 09:05:01 1997 Fred Fish <fnf@cygnus.com>
13424
13425 * libc/machine/arm/Makefile.in: Fix comment, is for "arm"
13426 not "sh".
13427 * libc/machine/m32r/Makefile.in: Fix comment, is for "m32r"
13428 not "d10v".
13429 * libc/sys/tic80/crt0.c: New file for TIc80.
13430 * libc/sys/tic80/Makefile.in: New file for TIc80.
13431 * libc/machine/tic80/Makefile.in: New file for TIc80.
13432
13433 Wed Mar 5 11:32:12 1997 J.T. Conklin <jtc@cygnus.com>
13434
13435 * libc/machine/sh/memcpy.S: New file.
13436 * libc/machine/sh/memset.S: New file.
13437 * libc/machine/sh/Makefile.in (OFILES): Add memcpy.o and memset.o
13438
13439 Thu Feb 27 16:27:55 1997 Fred Fish <fnf@cygnus.com>
13440
13441 * libc/include/machine/ieeefp.h (_IEEE_LITTLE_ENDIAN): Define
13442 for TIc80.
13443
13444 Wed Feb 26 13:43:39 1997 Jeffrey A Law (law@cygnus.com)
13445
13446 * libc/sys/sysmec/crt0.S: Handle new calling conventions for
13447 the mn10200.
13448
13449 Wed Feb 26 07:11:03 1997 Michael Meissner <meissner@cygnus.com>
13450
13451 * libc/machine/powerpc/setjmp.S (longjmp): Correct return status
13452 (patch from andrew@pogo.WV.TEK.COM).
13453
13454 Fri Feb 14 11:49:28 1997 Doug Evans <dje@canuck.cygnus.com>
13455
13456 * libc/machine/m32r/setjmp.S (setjmp): Save r12.
13457 (longjmp): Restore r12. Fix code that handles returning 1 if passed 0.
13458
13459 Mon Feb 10 10:02:34 1997 Fred Fish <fnf@cygnus.com>
13460
13461 * configure.in: Add cases for "tic80" to set machine_dir,
13462 sys_dir, and syscall_dir.
13463
13464 Sun Feb 2 17:57:15 1997 Geoffrey Noer <noer@cygnus.com>
13465
13466 * libc/sys/cygwin32/crt0.c: initialize floating pt registers
13467
13468 Wed Jan 29 15:57:38 1997 Geoffrey Noer <noer@cygnus.com>
13469
13470 * libc/include/math.h: avoid conflicts with ANSI C++ <exception>
13471
13472 Mon Jan 27 12:50:01 1997 Doug Evans <dje@seba.cygnus.com>
13473
13474 * libc/machine/m32r/setjmp.S: Use proper comment delimiter.
13475 Use proper constant prefix.
13476
13477 Fri Jan 24 10:59:04 1997 Jeffrey A Law (law@cygnus.com)
13478
13479 * libc/sys/sysmec/*.c: Don't cast args to syscall to integers,
13480 that loses on the mn10200 where ints and pointers are different
13481 sizes.
13482
13483 Tue Jan 14 13:29:55 PST 1997 Jeremy Allison <jra@cygnus.com>
13484
13485 * configure.in: Added -DSIGNAL_PROVIDED to cygwin32
13486 target as signal is provided in winsup.
13487
13488 Tue Jan 14 11:10:13 1997 Jeremy Allison <jra@cygnus.com>
13489
13490 * libc/include/sys/process.h: Corrected const definitions
13491 in spawn functions. Added cwait.
13492
13493 Thu Jan 2 12:22:41 1997 Jeffrey A Law (law@cygnus.com)
13494
13495 * libc/include/machine/ieeefp.h: mn10200 uses 16bit ints and 32bit
13496 doubles.
13497 * libc/include/sys/config.h: Similarly.
13498
13499 Tue Dec 31 18:36:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13500
13501 * configure.in (sparc-sun-sunos*): Add -DSIGNAL_PROVIDED to the
13502 target_cflags.
13503 (i[3456]86-*-sco*): Ditto.
13504
13505 * libc/signal/Makefile.in (OFILES): Add signal.o.
13506 (CFILES): Add signal.c.
13507
13508 * libc/signal/raise.c (_raise_r): Only compile code if
13509 SIGNAL_PROVIDED is defined.
13510
13511 * libc/signal/signal.c: Redo whole file so that it works with
13512 current newlib. Use _kill_r if no signal handler provided.
13513
13514 * libc/sys/{go32,sparc64,sysmec}/Makefile.in: Delete raise and
13515 signal stubs.
13516 * libc/sys/sysvnecv70/Makefile.in: Ditto.
13517 * libc/sys/sysnecv850/Makefile.in: Ditto.
13518
13519 * libc/sys/{go32,sparc64}/signal.c: Delete, stub no longer used.
13520 * libc/sys/sysmec/{raise,signal}.c: Ditto.
13521 * libc/sys/sysvnecv70/signal.s: Ditto.
13522 * libc/sys/sysnecv850/raise.c: Ditto.
13523
13524 * libc/sys/sysnecv850/kill.c (_kill): Encode signal # so that
13525 simulator and debugger can tell the difference between a signal
13526 being raised and an exit system call.
13527
13528 * NEWS: Document software signals being provided.
13529
13530 Mon Dec 23 11:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13531
13532 * libc/reent/impure.c (_REENT_ATTR): Delete in favor of
13533 __ATTRIBUTE_IMPURE_PTR__. Move PowerPC definition to
13534 include/sys/config.h.
13535 (impure_data): Use __ATTRIBUTE_IMPURE_DATA__ for attributes.
13536 Change from 'inpure_data'.
13537 (_impure_ptr): Use __ATTRIBUTE_IMPURE_PTR__ for attributes. Use
13538 &impure_data, not &inpure_data.
13539
13540 * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): If PowerPC
13541 and and System V ABI, define so that _impure_ptr lives in the
13542 .sdata section.
13543
13544 Sun Dec 22 23:33:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13545
13546 * libc/include/sys/reent.h (__ATTRIBUTE_IMPURE_PTR__): Define as
13547 nothing if not defined.
13548 (_impure_ptr): Use __ATTRIBUTRE_IMPURE_PTR__, so a machine can set
13549 its attributes.
13550
13551 * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__):
13552
13553 Wed Dec 18 10:12:04 1996 Jeffrey A Law (law@cygnus.com)
13554
13555 * libc/sys/sysmec/crt0.S: Fix mn10200 stuff.
13556 * libc/sys/sysmec/trap.s: Handle mn10200 too.
13557 * libc/machine/mn10200/setjmp.S: Fix mn10200 stuff.
13558
13559 Mon Dec 16 10:05:36 1996 Jeffrey A Law (law@cygnus.com)
13560
13561 * libc/sys/sysmec/crt0.S: Handle mn10200 too.
13562
13563 Fri Dec 13 11:05:20 1996 Jeremy Allison <jra@cygnus.com>
13564
13565 * libc/include/sys/errno.h: Added net errno's.
13566
13567 Wed Dec 11 16:24:25 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13568
13569 * libc/misc/ffs.c: New file to support ffs function for GCC test
13570 gcc.c-torture/execute/960909-1.c.
13571
13572 * libc/misc/Makefile.in ({O,CHEWOUT_}FILES): Add ffs.
13573
13574 Sat Dec 7 10:12:37 1996 Jeffrey A Law (law@cygnus.com)
13575
13576 * libc/sys/sysmec/crt0.S: Handle underscore prefix.
13577 * libc/sys/sysmec/trap.S: Likewise.
13578
13579 Fri Dec 6 15:08:49 1996 Jim Wilson <wilson@cygnus.com>
13580
13581 * configure.in (mips*vr4300*-*-*): Delete use of sys/vr4300.
13582 * libc/sys/vr4300/{Makefile.in,crt0.S,syscalls.c}: Delete.
13583
13584 Wed Dec 4 16:25:27 1996 Jeffrey A Law (law@cygnus.com)
13585
13586 * libc/sys/sysmec/signal.c: Dummy file.
13587 * libc/sys/sysmec/Makefile.in: Build it.
13588
13589 Wed Nov 27 13:10:18 1996 Ian Lance Taylor <ian@cygnus.com>
13590
13591 * libc/machine/mips/machine/regdef.h: Define pc as $pc for
13592 mips16.
13593
13594 Mon Nov 25 09:58:28 1996 Jeffrey A Law (law@cygnus.com)
13595
13596 * libc/sys/sysmec/{crt0.S,trap0.S}: Actually try to implement
13597 c-startup and simulator traps.
13598
13599
13600 * libc/sys/sysmec/crt0.S: Remove bogus '_' symbol prefixing
13601 * libc/sys/sysmec/trap0.S: Likewise.
13602
13603 Sat Nov 23 09:01:03 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13604
13605 * libc/stdlib/mallocr.c (ROUND_TO): If SMALL_MEMORY, set to 0x7 to
13606 round to double word alignment.
13607 (_morecore_r): Combine rounding up pointers to both ROUND_TO and 8
13608 byte alignment.
13609
13610 * libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Define if d10v.
13611
13612 * libc/sys/d10v/syscalls.c (_sbrk): Add better checks for running
13613 out of memory.
13614
13615 Mon Nov 18 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
13616
13617 * configure.in: Handle mn10200 and mn10300.
13618 * libc/include/machine/{ieeefp.h,setjmp.h}: Likewise.
13619 * libc/include/sys/config.h: Likewise.
13620 * libc/sys/sysmec: New directory for mec stuff.
13621 * libc/machine/mn10300: New directory for mn10300 stuff.
13622 * libc/machine/mn10200: Similarly for mn10200 stuff.
13623
13624 Fri Nov 15 16:41:41 1996 Doug Evans <dje@canuck.cygnus.com>
13625
13626 * libc/sys/arm/crt0.S: Use .text, not .section .text.
13627 * libc/sys/arm/syscalls.c: Rewrite to set errno properly.
13628
13629 * libc/include/sys/types.h (_ST_INT32): New macro, local to file.
13630 (nlink_t): Change type from unsigned int to unsigned short.
13631 (mode_t): Ensure size is 32 bits even if int is 16.
13632 * libc/include/sys/stat.h (st_nlink): Change type to nlink_t.
13633 (st_spare[123]): Change type from int to long.
13634
13635 Fri Nov 15 11:41:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13636
13637 * libc/sys/d10v/syscalls.c (_sbrk): Align initial heap_end to 8
13638 byte boundary.
13639
13640 * configure.in (d10v*): Define SMALL_MEMORY.
13641
13642 Mon Nov 11 10:30:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13643
13644 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Add
13645 -mrelocatable-lib and -mno-eabi flags.
13646
13647 Mon Nov 11 09:01:39 1996 Jeffrey A Law (law@cygnus.com)
13648
13649 * libc/machine/h8300/memcpy.S: Fix comments to reflect reality.
13650 Fix handling of mis-aligned source operand when both the
13651 destination & length are properly aligned.
13652
13653 Wed Oct 30 09:41:11 1996 Jeffrey A Law (law@cygnus.com)
13654
13655 * libc/sys/sysnecv850/Makefile.in (OFILES): Add
13656 times.o, time.o and gettime.o
13657 * libc/sys/sysnecv850/{time.c, times.c, gettime.c}: New files.
13658 * libc/sys/sysnecv850/sys/syscall.h: Add SYS_times and
13659 SYS_gettimeofday.
13660
13661 Tue Oct 29 13:40:09 1996 Jeffrey A Law (law@cygnus.com)
13662
13663 * libc/sys/sysnecv850/Makefile.in (OFILES): Add access.o
13664 * libc/sys/sysnecv850/access.c: New file.
13665
13666 Mon Oct 21 19:47:02 1996 Ian Lance Taylor <ian@cygnus.com>
13667
13668 * libc/sys/vr4300/Makefile.in (clean): Remove $(OFILES).
13669
13670 * libc/stdlib/mprec.h (word0, word1): Use __uint32_t, not unsigned
13671 long.
13672
13673 Mon Oct 21 14:43:07 1996 Jeffrey A Law (law@cygnus.com)
13674
13675 * libc/sys/sysnecv850/crt0.S: Initialize ep and gp registers.
13676
13677 Thu Oct 17 11:47:16 1996 Doug Evans <dje@seba.cygnus.com>
13678
13679 * libc/include/machine/{ieeefp.h,setjmp.h}: Add m32r support.
13680 * libc/include/sys/config.h: Add m32r support.
13681
13682 Wed Oct 16 23:08:05 1996 Jeffrey A Law (law@cygnus.com)
13683
13684 * libc/sys/sysnecv850/v850.ld: Remove. It doesn't belong
13685 here.
13686
13687 Wed Oct 16 21:18:07 1996 Mark Alexander <marka@cygnus.com>
13688
13689 * libc/include/machine/setjmp.h: Add D10v support.
13690
13691 Tue Oct 15 22:28:26 1996 Jeffrey A Law (law@cygnus.com)
13692
13693 * configure.in: Configure the "libc/syscalls" directory for
13694 the v850.
13695
13696 * libc/sys/sysnecv850/{close.c, execve.c, fork.c}: Add missing '_'.
13697 * libc/sys/sysnecv850/{fstat.c, getpid.c, kill.c}: Likewise.
13698 * libc/sys/sysnecv850/{lseek.c, open.c, read.c}: Likewise.
13699 * libc/sys/sysnecv850/{sbrk.c, stat.c, unlink.c}: Likewise.
13700 * libc/sys/sysnecv850/{wait.c, write.c}: Likewise.
13701
13702 Tue Oct 15 16:24:39 1996 Stu Grossman (grossman@critters.cygnus.com)
13703
13704 * libc/sys/sysnecv850/crt0.S (start): Allocate spill space on
13705 stack for args for main and other routines. Zero out args for
13706 main.
13707
13708 * libc/sys/sysnecv850/v850.ld: New. Linker script to layout memory
13709 correctly.
13710
13711 Tue Oct 15 11:51:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13712
13713 * libc/stdio/findfp.c (std): Remove extraneous ';' after
13714 function.
13715
13716 * libc/sys/d10v/sys/syscall.h (SYS_kill): Add.
13717
13718 * libc/sys/d10v/{syscalls.c,trap.S} (_kill,_getpid): Make these
13719 real system calls now.
13720
13721 * libc/stdio/setvbuf (setvbuf): Cast pointers to _POINTER_INT
13722 before casting them to int.
13723 * libc/stdio/tmpnam.c (_tempnam_r): Ditto.
13724
13725 * libc/stdlib/mallocr.c (_morecore_r): Use _POINTER_INT when
13726 aligning pointer.
13727 * libc/string/memset.c (memset): Ditto.
13728
13729 * libc/stdio/vfscanf.c (__svfscanf): When converting to pointer,
13730 first convert ints to _POINTER_INT to eliminate GCC warning.
13731
13732 * libc/stdio/vfprintf.c (_vfprintf_r): Use _POINTER_INT when
13733 processing %p.
13734
13735 * libm/math/ef_scalb.c (__ieee754_scalbf): Cut down range to 32000
13736 from 65000 if ints are only 16 bits.
13737
13738 * libm/math/sf_scalbn.c (scalbnf): Cut down overflow test to 30000
13739 from 50000 if ints are only 16 bits.
13740
13741 * libc/include/sys/config.h (_POINTER_INT): New macro, to give an
13742 int type that is the same size as a pointer.
13743
13744 * libc/misc/dprintf.c (__dprintf): Use _POINTER_INT when
13745 processing %p.
13746 (get_number): Explicitly cast number to long before shifting by 16
13747 or 24, in case ints are short.
13748
13749 * libc/include/sys/config.h (_POINTER_INT): Define as short.
13750
13751 Wed Oct 9 16:54:32 1996 Jeremy Allison <jra@cygnus.com>
13752
13753 * libc/string.h: Added ffs, removed swab.
13754 * libc/sys/errno.h: Added EOPNOTSUPP.
13755 * libc/sys/unistd.h: Added swab.
13756
13757 Thu Oct 3 17:08:50 1996 Jeremy Allison <jra@cygnus.com>
13758
13759 * libc/include/sys/stat.h: Added fchmod.
13760 * libc/include/sys/unistd.h: Added fsync.
13761
13762 Tue Oct 1 17:34:08 1996 Jeremy Allison <jra@cygnus.com>
13763
13764 * libc/include/sys/errno.h: Added defines for EPFNOSUPPORT (96)
13765 and ECONNRESET (104) for cygwin32.
13766
13767 Tue Oct 1 16:24:05 1996 Gavin Koch <gavin@cygnus.com>
13768
13769 * libc/sys/sysnecv850/_exit.c: added _do_dtors to
13770 do the static destructors.
13771
13772 Mon Sep 30 15:59:05 1996 Stu Grossman (grossman@critters.cygnus.com)
13773
13774 * libc/sys/sysnecv850/trap.S: Change I/O to use trap 31.
13775
13776 Mon Sep 30 12:02:50 1996 Doug Evans <dje@canuck.cygnus.com>
13777
13778 * libc/machine/m32r/{Makefile.in,setjmp.S}: New files.
13779 * configure.in: Recognize m32r-*-*.
13780
13781 Mon Sep 30 00:34:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13782
13783 * libc/sys/arm/trap.S (__rt_stkovf_split_big,
13784 __rt_stkovf_split_small): Added default software stack overflow
13785 handlers, which just call SWI_Exit.
13786 * libc/sys/arm/crt0.S (_mainCRTStartup): Simple software stack
13787 limit initialisation.
13788
13789 Fri Sep 27 13:08:03 1996 Mark Alexander <marka@cygnus.com>
13790
13791 * libc/sys/d10v/{trap.S,sys/syscall.h}: Add time() function.
13792
13793 Fri Sep 27 12:32:00 1996 Jeremy Allison <jra@cygnus.com>
13794
13795 * libc/include/sys/types.h: Added ssize_t definition.
13796
13797 Wed Sep 25 14:52:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13798
13799 * libc/machine/d10v/setjmp.S: Use ';' for comments.
13800 * libc/sys/d10v/{crt0.S,trap.S}: Ditto.
13801
13802 * libc/machine/d10v/setjmp.S (longjmp): Use exef0t || instead of
13803 branch around a single ldi instruction.
13804
13805 * libc/sys/d10v/crt0.S (_start): Use auto-increment to zero bss.
13806 Call exit, instead of just issuing a stop instruction.
13807
13808 Sun Sep 22 17:26:55 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13809
13810 * libc/sys/d10v/{trap.S,syscalls.c}: Add -mint32 support.
13811
13812 Fri Sep 20 13:23:12 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13813
13814 * libc/stdlib/mprec.h: Explicitly declare all large constants as
13815 longs, and then cast them to __uint32_t.
13816
13817 * libc/include/sys/config.h: Protect against multiple inclusions.
13818
13819 Tue Sep 17 13:10:33 1996 Mark Alexander <marka@cygnus.com>
13820
13821 * configure.in (d10v*): Set syscall_dir.
13822
13823 Sun Sep 15 10:41:59 1996 Mark Alexander <marka@cygnus.com>
13824
13825 * libc/sys/d10v/crt0.S: Set stack pointer.
13826
13827 Thu Sep 12 13:02:38 1996 Mark Alexander <marka@cygnus.com>
13828
13829 * libc/sys/d10v/{trap.S, syscalls.c}: Rewrite most system calls
13830 in assembly for efficiency. Change calling convention to allow
13831 long ints to be returned.
13832
13833 Wed Sep 11 10:28:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13834
13835 * libc/machine/v850/Makefile.in (setjmp.o): Fix dependency.
13836
13837 Thu Sep 5 19:23:06 1996 Doug Evans <dje@canuck.cygnus.com>
13838
13839 * libc/posix/execvp.c (execvp): Don't search PATH if file has '/'.
13840 Handle empty entries in $PATH.
13841
13842 Tue Sep 03 18:15:02 1996 Mark Alexander <marka@cygnus.com>
13843
13844 * libc/machine/d10v/setjmp.S: Make it really work.
13845
13846 Tue Sep 3 12:16:26 1996 Ian Lance Taylor <ian@cygnus.com>
13847
13848 * libc/sys/sh/crt0.S: If __ELF__, use ELF section attributes for
13849 the .stack section.
13850
13851 Tue Sep 3 10:08:45 1996 Jeffrey A Law (law@cygnus.com)
13852
13853 * sys/sysnecv850/sys/file.h: Remove.
13854 * sys/sysnecv850/sys/syscall.h: New file.
13855 * sys/sysnecv850/{misc.c,syscalls.c,malloc.c}: Deleted.
13856 * sys/sysnecv850/{chmod.c, chown.c, close.c, creat.c} New files.
13857 * sys/sysnecv850/{execv.c, execve.c, fork.c, fstat.c} New files.
13858 * sys/sysnecv850/{getpid.c, isatty.c, kill.c, lseek.c} New files.
13859 * sys/sysnecv850/{open.c, pipe.c, raise.c, read.c} New files.
13860 * sys/sysnecv850/{stat.c, unlink.c, utime.c, wait.c} New files.
13861 * sys/sysnec850/trap.S: New file.
13862 * sys/sysnecv850/{_exit.c, write.c}: Use new TRAP0 mechanism for
13863 syscalls.
13864 * sys/sysnecv850/crt0.S: Use cmp/bl, not tst/bz.
13865 * sys/sysnec850/sbrk.c: New version.
13866
13867 Sun Sep 1 20:08:27 1996 Jeffrey A Law (law@cygnus.com)
13868
13869 * sys/sysnecv850/crt0.S: Fix order of comparison args. Loop
13870 as long as r6 is less than r7.
13871
13872 Sun Sep 1 13:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
13873
13874 * Makefile.in (mostlyclean): Separate from clean target. Don't
13875 remove *.a or targ-include.
13876 * libc/machine/sparc/Makefile.in (mostlyclean): New target.
13877
13878 Sun Sep 1 11:35:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13879
13880 * libc/include/machine/ieeefp.h (_DOUBLE_IS_32BITS): Define for
13881 d10v.
13882 (__SMALL_BITFIELDS): Ditto.
13883
13884 * libc/include/sys/config.h (_DOUBLE_IS_32BITS): Define for d10v.
13885
13886 Sat Aug 31 16:42:36 1996 Jeffrey A Law (law@cygnus.com)
13887
13888 * libc/sys/sysnecv850/misc.c (raise, getpid, kill): Remove '_'
13889 prefix.
13890
13891 * libc/sys/sysnecv850/sbrk.c (sbrk): Remove '_' prefix.
13892 * libc/sys/sysnecv850/syscalls.c (read, lseek, close): Likewise.
13893 * libc/sys/sysnecv850/syscalls.c (fstat, open, close): Likewise.
13894 * libc/sys/sysnecv850/write.c (write): Likewise.
13895
13896 * libc/sys/sysnecv850/crt0.S: Don't try to zero out an empty
13897 .bss.
13898
13899 Fri Aug 30 11:18:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13900
13901 * libc/include/sys/config.h: Define INT_MAX, UINT_MAX
13902 appropriately for D10V, depending on -mint16/-mint32.
13903
13904 Thu Aug 29 16:09:37 1996 Mark Alexander <marka@cygnus.com>
13905
13906 * configure.in: Add cases for D10V.
13907
13908 Thu Aug 29 17:03:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13909
13910 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
13911
13912 Wed Aug 28 21:05:52 1996 Jeffrey A Law (law@cygnus.com)
13913
13914 * libc/include/machine/ieeefp.h: Fix typo.
13915
13916 Wed Aug 28 19:47:55 1996 Mark Alexander <marka@cygnus.com>
13917
13918 * libc/sys/d10v: New directory for D10V stuff.
13919 * libc/include/machine/ieeefp.h: Add D10V defines.
13920
13921 Mon Aug 26 13:34:58 1996 Doug Evans <dje@canuck.cygnus.com>
13922
13923 * libc/include/sys/errno.h: Add winsup/include/sys/errno.h values:
13924 ELOOP, ENOBUFS, EAFNOSUPPORT, EPROTOTYPE, ENOTSOCK, ENOPROTOOPT,
13925 ESHUTDOWN, ECONNREFUSED, EADDRINUSE, ECONNABORTED, EWOULDBLOCK.
13926 * libc/string/strerror.c (strerror): Add them.
13927
13928 Thu Aug 22 16:38:19 1996 Jeffrey A Law (law@cygnus.com)
13929
13930 * libc/sys/sysnecv850: New directory for v850 stuff.
13931
13932 * libc/machine/v850: New directory for v850 stuff.
13933 * libc/machine/v850/setjmp.S: setjmp/longjmp support.
13934
13935 * configure.in: Add support for the v850.
13936
13937 * libc/include/machine/ieeefp.h: Add v850 defines.
13938 * libc/include/machine/setjmp.h: Likewise.
13939 * libc/include/sys/config.h: Add v850 defines.
13940
13941 Sat Aug 17 04:06:36 1996 Geoffrey Noer <noer@cygnus.com>
13942
13943 * libc/include/machine/ieeefp.h
13944 * libc/include/machine/setjmp.h
13945 * libc/include/sys/fcntl.h
13946 * libc/include/sys/signal.h
13947 * libc/include/sys/types.h
13948 * libc/stdlib/system.c:
13949 Fix preprocessor defines to match new scheme (_WIN32 for WIN32
13950 API availability, __CYGWIN32__ for cygwin32 environment specific).
13951
13952 Thu Aug 15 17:09:21 1996 Geoffrey Noer <noer@cygnus.com>
13953
13954 * libc/include/stdlib.h: add multibyte character functions. Add
13955 __eprintf for assert.
13956
13957 Thu Aug 15 11:15:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13958
13959 * libc/stdlib/malloc.h (MALLOC_ALIGNMENT): Use either pointer
13960 arithmetic or __alignof__ to properly get the alignment, instead
13961 of hardwiring it to 4.
13962
13963 Wed Aug 14 23:43:28 1996 Geoffrey Noer <noer@cygnus.com>
13964
13965 * libc/stdio/fseek.c: add fflush call to adjust seek offset
13966 on append stream (fix from NetBSD sources), adjust curoff offset
13967 for ungetc's benefit.
13968 * libc/stdio/ftell.c: adjust curoff offset for ungetc's benefit.
13969 * libc/stdio/rewind.c: replace code with up to date NetBSD
13970 code to undo hacks made to work around above problem of not
13971 having fflush call mentioned above
13972
13973 Fri Aug 2 18:28:07 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13974
13975 * libc/reent/{closer.c, execr.c, fstatr.c, linkr.c, lseekr.c,
13976 openr.c, readr.c, sbrkr.c, signalr.c, statr.c, timer.c, writer.c}:
13977 Partially revert last changes. The thread specific errno is set
13978 iff if the underlying syscall fails and the global errno is not
13979 zero.
13980
13981 Fri Jul 19 11:41:52 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13982
13983 * libc/reent/filer.c: Removed files, all functions have split out
13984 into their own files.
13985 * libc/reent/{closer.c, lseekr.c, openr.c, readr.c, writer.c}:
13986 New files containing functions formally in filer.c
13987 * libc/reent/Makefile.in: Updated for above change.
13988
13989 * libc/reent/execr.c (_fork_r, _wait_r): Set errno if underlying
13990 syscall fails, not if errno is changed.
13991 * libc/reent/filer.c (_open_r, _close_r, _lseek_r, _read_r,
13992 _write_r): Likewise.
13993 * libc/reent/fstatr.c (_fstat_r): Likewise.
13994 * libc/reent/linkr.c (_link_r, _unlink_r): Likewise.
13995 * libc/reent/sbrkr.c (_sbrk_r): Likewise.
13996 * libc/reent/signalr.c (_kill_r): Likewise.
13997 * libc/reent/statr.c (_stat_r): Likewise.
13998 * libc/reent/timer.c (_gettimeofday_r): Likewise.
13999
14000 * libc/reent/{execr.c, filer.c, fstatr.c, linkr.c, sbrkr.c,
14001 signalr.c, statr.c, timer.c} (errno): declare extern rather
14002 than as a common.
14003
14004 * libc/stdio/vfprintf.c (__sbprintf): Use the VFPRINTF macro
14005 instead of calling vfprintf so that i*printf will not require
14006 floating point support code.
14007
14008 Mon Jul 15 16:50:59 1996 Doug Evans <dje@canuck.cygnus.com>
14009
14010 * libc/posix/execvp.c (execvp): Use posix_path_list_p to determine
14011 path delimiter.
14012 * libc/include/sys/unistd.h (_SC_PATH_RULES): Delete.
14013 (_PATH_RULES_{UNKNOWN,WIN32,POSIX}): Delete.
14014
14015 Thu Jul 11 14:34:14 1996 Geoffrey Noer <noer@cygnus.com>
14016
14017 * libc/include/signal.h: _sig_func_ptr function takes an int
14018 * libc/include/sys/signal.h: sa_handler function takes an int
14019
14020 Tue Jul 9 21:22:32 1996 Jeffrey A Law (law@cygnus.com)
14021
14022 * libc/include/machine/ieeefp.h: Simplify H8/S support.
14023 * libc/include/sys/config.h: Add missing H8/S conditional.
14024
14025 Sun Jun 30 12:05:46 1996 Doug Evans <dje@canuck.cygnus.com>
14026
14027 * libc/include/sys/unistd.h (MAXPATHLEN): Add cygwin32 value.
14028
14029 Wed Jun 26 09:57:54 1996 Jeffrey A Law (law@cygnus.com)
14030
14031 * libc/include/machine/setjmp.h: Handle H8/S.
14032 * libc/include/machine/ieeefp.h: Likewise.
14033 * libc/include/sys/config.h: Likewise.
14034 * libc/machine/h8300/{defines.h, memcpy.S, memset.S}: Likewise.
14035 * libc/machine/h8300/{reg_memcpy.S, reg_memset.S}: Likewise.
14036 * libc/machine/h8300/{strcmp.S, setjmp.S}: Likewise.
14037 * libc/sys/h8300hms/crt0.S: Likewise.
14038
14039 Tue Jun 25 23:15:45 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14040
14041 * Makefile.in (datadir): Set to $(prefix)/share.
14042 (oldincludedir, docdir): Removed.
14043 * doc/Makefile.in (datadir): Set to $(prefix)/share.
14044 (oldincludedir, docdir): Removed.
14045 * libc/Makefile.in (datadir): Set to $(prefix)/share.
14046 (oldincludedir, docdir): Removed.
14047 * libm/Makefile.in (datadir): Set to $(prefix)/share.
14048 (oldincludedir, docdir): Removed.
14049
14050 Fri Jun 21 19:24:41 1996 Ian Lance Taylor <ian@cygnus.com>
14051
14052 * libc/include/sys/reent.h (_REENT_INIT): Update for change to
14053 _reent struct.
14054
14055 Wed Jun 19 14:00:09 1996 Doug Evans <dje@canuck.cygnus.com>
14056
14057 * libc/posix/execvp.c: Delete _WIN32 support. For __CYGWIN32__
14058 fetch current path rules with sysconf and handler posix/win32
14059 appropriately.
14060
14061 * libc/include/sys/unistd.h (_PATH_RULES{,_POSIX,_WIN32}): Define.
14062
14063 * libc/include/process.h: Prepend '_' to P_{WAIT,NOWAIT,OVERLAY}.
14064 (WAIT_CHILD): Always define.
14065
14066 Sat Jun 15 17:50:42 1996 Ian Lance Taylor <ian@cygnus.com>
14067
14068 * libc/stdlib/eprintf.c: New file.
14069 * libc/stdlib/Makefile.in (OFILES): Add eprintf.o.
14070 (eprintf.o): New target.
14071
14072 Thu Jun 13 16:44:32 1996 Doug Evans <dje@canuck.cygnus.com>
14073
14074 * libc/sys/cygwin32/crt0.c (__cygwin_crt0_bp): New global.
14075 (mainCRTStartup): Do int3 if __cygwin_crt0_bp non-zero.
14076
14077 Thu Jun 13 17:45:17 1996 Mike Meissner <meissner@rtl.cygnus.com>
14078
14079 * libc/include/machine/ieeefp.h: Add support for AIX and Windows
14080 NT in PowerPC endianess cases.
14081
14082 Tue Jun 11 12:26:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14083
14084 * libc/include/machine/ieeefp.h: Clean up PowerPC endianess.
14085
14086 Thu Jun 6 11:34:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14087
14088 * libc/string/strtok.c: Fix doc typo.
14089
14090 Mon Jun 3 11:30:00 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14091
14092 * libc/include/sys/reent.h (struct _reent): Removed _asctime,
14093 _next, _scanpoint, _signgam fields.
14094
14095 * libc/include/stdlib.h (rand_r): Added new declaration.
14096 (_rand_r, _srand_r): Removed declarations.
14097 * libc/stdlib/rand.c (_rand_r, _srand_r): Removed, these functions
14098 have been made obsolete by rand_r.
14099 * libc/stdlib/rand_r.c: New file, rand_r function as specified
14100 by POSIX.1c.
14101
14102 * libc/string/strtok.c: Update documentation to describe
14103 strtok_r().
14104
14105 Sat Jun 1 23:50:39 1996 Michael Meissner <meissner@cygnus.com>
14106
14107 * libc/include/sys/stat.h (stat structure): Use the expanded stat
14108 structure on Solaris, and PowerPC systems even though __svr4__ is
14109 defined.
14110
14111 Tue May 28 13:02:42 1996 Doug Evans <dje@canuck.cygnus.com>
14112
14113 * libc/sys/go32/sys/errno.h (ENOSYS,ESPIPE): Keep values <= 255.
14114
14115 Fri May 17 10:34:44 1996 Ian Lance Taylor <ian@cygnus.com>
14116
14117 * host/any: Use ../.. rather than .. to get to the main build
14118 directory. This matches the current layout of the build
14119 directory.
14120
14121 Wed May 15 15:52:27 1996 Jeffrey A Law (law@cygnus.com)
14122
14123 * libc/machine/h8300/__main.S: Delete. No longer needed.
14124 * libc/machine/h8300/Makefile.in: Corresponding changes.
14125 * libc/sys/h8300hms/crt1.c: New file.
14126 * libc/sys/h8300hms/Makefile.in: Corresponding changes.
14127 * libc/sys/h8300hms/crt0.s: Call __main.
14128
14129 * libc/sys/h8300hms/crt0.S: Use temporary label names
14130 for branch targets.
14131
14132 Mon May 13 14:26:30 1996 Doug Evans <dje@canuck.cygnus.com>
14133
14134 * libc/stdio/fopen.c (_fopen_r): Fix arguments to fseek.
14135
14136 Fri May 3 16:38:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14137
14138 * libc/reent/impure.c (_impure_ptr): Force the impure pointer into
14139 .sdata on the PowerPC so that we can link newlib with code
14140 compiled with -msdata.
14141
14142 Mon Apr 29 21:38:02 1996 Doug Evans <dje@canuck.cygnus.com>
14143
14144 * libc/sys/arm/syscalls.c (_sbrk): Rename end to __end__.
14145
14146 Thu Apr 25 06:38:59 1996 Michael Meissner <meissner@cygnus.com>
14147
14148 * libc/sys/cygwin32/crt0.c (mainCRTStartup): On PowerPC, set the
14149 exception handler to __cygwin_exception_handler.
14150
14151 Tue Apr 23 15:14:20 1996 Ian Lance Taylor <ian@cygnus.com>
14152
14153 * libc/include/machine/setjmp.h: Check _AM29K, not ___AM29K__.
14154
14155 Sun Apr 21 12:11:51 1996 Doug Evans <dje@blues.cygnus.com>
14156
14157 * libm/math/Makefile.in ({w,wf}_cabs.o,{w,wf}_drem.o): Add rule for
14158 SunOS VPATH.
14159 * libc/stdlib/Makefile.in (atoff.o,atol.o,mblen.o,mbstowcs.o,
14160 wcstombs.o): Likewise.
14161
14162 Thu Apr 18 12:37:01 1996 Doug Evans <dje@canuck.cygnus.com>
14163
14164 * libc/stdlib/environ.c (initial_env): New static local.
14165 (environ): Point to `initial_env'.
14166
14167 * libc/include/machine/setjmp.h: Clean up.
14168 (__H8300H__,__PPC__): Define _JBTYPE.
14169 (__arm__): Provide entry for.
14170 (sigjmp_buf): Delete.
14171 (jmp_buf): Use _JBTYPE if defined, otherwise int.
14172
14173 Thu Apr 18 12:10:52 1996 Jeffrey A Law (law@cygnus.com)
14174
14175 * libc/machine/h8300/strcmp.S: Sign extend the result to
14176 32bits so we don't lose with -mint32.
14177
14178 Sun Apr 14 19:59:52 1996 Doug Evans <dje@canuck.cygnus.com>
14179
14180 * libc/sys/go32/sys/errno.h: New file.
14181 * libc/sys/go32/Makefile.in (stat.o): Depend on stat.c.
14182 * libc/sys/go32/gerrno.s (syscall_error): Call __errno to get
14183 errno's address (make compatible with rest of newlib).
14184 * libc/sys/go32/stat.c (fixinode): Set errno upon failure.
14185 * libc/string/strerror.c (strerror): Surround each case with #ifdef.
14186
14187 Thu Mar 28 13:44:42 1996 Doug Evans <dje@canuck.cygnus.com>
14188
14189 * libc/machine/sparc/{scan.c,shuffle.c}: New files.
14190 * libc/machine/sparc/Makefile.in: Build them.
14191 * libc/machine/sparc/machine/sparclet.h: New file.
14192
14193 Mon Mar 25 15:29:14 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14194
14195 * libc/machine/sh/asm.h: New file.
14196 * libc/machine/sh/setjmp.S: Only save clobbered registers. Added
14197 support for SH3e's FP registers. Use asm.h.
14198
14199 Mon Mar 25 11:59:23 1996 Jeffrey A Law (law@cygnus.com)
14200
14201 * libc/stdio/vfprintf.c (cvt): Accept a reent structure
14202 as first argument. Call _dtoa_r and pass the reent structure
14203 instead of calling __dtoa.
14204
14205 Fri Mar 22 13:59:37 1996 Jeffrey A Law (law@cygnus.com)
14206
14207 * libc/include/sys/config.h: Define DOUBLE_IS_32BITS for
14208 the h8300, h8500, and others. Add comments for some rather
14209 dubious code.
14210
14211 Thu Mar 14 18:04:43 1996 Ian Lance Taylor <ian@cygnus.com>
14212
14213 * Makefile.in (check): Check that testsuite exists before cd.
14214
14215 Tue Mar 12 11:46:47 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14216
14217 * libc/include/string.h (strsep): Correct prototype.
14218
14219 Mon Mar 11 09:55:19 1996 Doug Evans <dje@charmed.cygnus.com>
14220
14221 * libc/sys/h8300/_exit.c (_exit,__exit): Set r0 to 0 before `sleep'.
14222 * libc/sys/h8300/misc.c (_kill): Set r0 to indicate abort and `sleep'.
14223 * libc/sys/h8300/crt0.S (_start): Call exit instead of `sleep'.
14224
14225 Wed Mar 6 11:51:55 1996 Doug Evans <dje@charmed.cygnus.com>
14226
14227 * libc/posix/{creat.c,isatty.c}: New files.
14228 * libc/posix/Makefile.in (OFILES): Add creat.o, isatty.o.
14229
14230 * libc/sys/sparc64/crt0.S (environ): Delete.
14231 (.LHaveBias): Renamed from HaveBias.
14232
14233 Thu Feb 15 10:48:37 1996 Doug Evans <dje@charmed.cygnus.com>
14234
14235 * libc/stdlib/mallocr.c (etext): Move decl inside ifdef WARN_VLIMIT.
14236 (_morecore_r): Delete SBRK_IS_ALLOC support.
14237
14238 Tue Feb 13 09:44:09 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14239
14240 * libc/sys/cygwin32/Makefile.in (lib.a): Make lib.a with a dummy
14241 module rather than touch, so we don't get warning messages when
14242 all of the libraries are combined into libc.a.
14243
14244 Tue Feb 13 06:32:07 1996 Doug Evans <dje@charmed.cygnus.com>
14245
14246 * libc/sys/sparclite/{Makefile.in,crt0.s}: Deleted.
14247 crt0.s replaced by version in libgloss.
14248
14249 Mon Feb 5 15:17:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14250
14251 * libc/reent/Makefile.in (OFILES): Add impure.o.
14252 * libc/reent/impure.o: New file, define initial reentrancy struct.
14253 * libc/reent/reent.c: Remove above definition.
14254
14255 * libm/math/sf_asinh.c: Fix typo.
14256
14257 * Makefile.in (MATHOBJS_IN_LIBC): Removed sr_ldexp.o and
14258 srf_ldexp.o.
14259
14260 * libm/libm.texinfo: Change documentation to reflect changes
14261 in reentrancy model.
14262 * libm/math/w_gamma.c: Likewise.
14263
14264 Wed Jan 31 18:49:45 1996 Steve Chamberlain <sac@slash.cygnus.com>
14265
14266 * configure.in (*-*-cygwin32): New.
14267 (*-*-win32): Deleted.
14268 * libc/sys/win32 renamed libc/sys/cygwin32.
14269
14270 Tue Jan 30 22:09:03 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14271
14272 * libc/include/sys/file.h: New include file.
14273
14274 Fri Jan 26 15:52:54 1996 Steve Chamberlain <sac@slash.cygnus.com>
14275
14276 * libc/include/machine/setjmp.h: Increase size of PPC jmp_buf.
14277
14278 Tue Jan 23 17:49:16 1996 Steve Chamberlain <sac@slash.cygnus.com>
14279
14280 * libc/include/sys/wait.h (WIFSIGNALED): Fix.
14281
14282 Tue Jan 16 09:28:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14283
14284 * doc/makedoc.c (realloc): Declare at file scope.
14285 (catchar): Not here.
14286
14287 Wed Dec 27 15:45:23 1995 Doug Evans <dje@canuck.cygnus.com>
14288
14289 * Makefile.in (VERSION): Update to 1.7.0.
14290 * {libc,libm}/Makefile.in (VERSION): Likewise.
14291 * configure.in: Minor clean up of multilib stuff.
14292
14293 From David Johnson <davidj@ICSI.Berkeley.EDU>
14294 * {libc,libm}/Makefile.in (lib[cm].a): Delete library first.
14295
14296 * libc/stdlib/environ.c: New file.
14297 * libc/stdlib/Makefile.in (OFILES): Build it.
14298 * libc/sys/h8500hms/crt0.c (environ): Deleted.
14299 * libc/sys/m88kbug/crt0.c (environ): Deleted.
14300 * libc/sys/z8ksim/crt0.c (environ): Deleted.
14301 * libc/sys/netware/environ.c: Deleted.
14302
14303 Tue Dec 19 15:24:46 1995 Kim Knuttila <krk@cygnus.com>
14304
14305 * configure.in (links): set sys_dir, posix_dir, syscall_dir
14306
14307 Wed Dec 13 04:16:25 1995 Michael Meissner <meissner@wogglebug.tiac.net>
14308
14309 * doc/makedoc.c (init_string_with_size,nextword): Move malloc
14310 declaration out to external scope and declare it PTR, not char *.
14311
14312 Mon Dec 11 17:35:12 1995 steve chamberlain <sac@slash.cygnus.com>
14313
14314 * libc/include/sys/unistd.h (getpagesize): New declaration.
14315 (_SC_PAGESIZE): New definition.
14316 * libc/include/time.h (CLK_TCK): Defined as CLOCKS_PER_SEC.
14317 * libc/configure.in (i[345]86-*-win32): Remove -DNO_FORK.
14318
14319 Fri Dec 1 16:48:46 1995 James G. Smith <jsmith@cygnus.co.uk>
14320
14321 * libc/sys/vr4300/syscalls.c (sbrk): Fixed memory
14322 addressing. System call returns size, not (last address + 1).
14323
14324 Thu Nov 30 15:05:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14325
14326 * libm/math/*.c: Removed _foo_r() reentrancy API.
14327 * libc/include/math.h: Removed _foo_r prototypes and macros.
14328
14329 * libm/math/*.c: On systems with IEEE single precision "doubles"
14330 move foo() -> foof() wrapper code from the files that implement
14331 the standard IEEE double precision functions to the files that
14332 implement IEEE single precision functions. (ie. On those systems
14333 sin is moved from s_sin.c to sf_sin.c). There should eventually
14334 be use of a C extension (like gcc's alias attribute) so that the
14335 wrappers are not needed at all.
14336
14337 * libc/sys/sysnec810/sbrk.c: Cast &end to char * to get around
14338 strict NEC V810 compiler.
14339 * libc/misc/dprintf.c (getnumber): Cast char * to unsigned char *
14340 for same reason.
14341
14342 Wed Nov 29 14:25:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14343
14344 * libc/stdlib/strtol.c (_strtol_r): Replaced with implementation
14345 from NetBSD C library.
14346 * libc/stdlib/strtoul.c (_strtoul_r): Likewise.
14347
14348 * libc/stdlib/assert.c (__assert): Renamed from __assertfail
14349 and adapted from implementation I wrote for NetBSD C library.
14350 The difference is __assert doesn't take a format argument,
14351 so that there won't be multiple copies of the same string
14352 constant in the executable if assertions are enabled in
14353 more than one source module.
14354 * libc/include/assert.h (assert): Changed to call __assert.
14355
14356 Tue Nov 28 16:54:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14357
14358 * libc/stdlib/strtod.c (_strtod_r): Changed to not assign to
14359 word1 on systems with 32 bit doubles.
14360 * libc/stdlib/qsort.c (qsort): Cast some void *'s to char *'s
14361 so that we can do arithmetic on them.
14362 * libc/misc/dprintf.c: Changed to support stdarg.h for ANSI
14363 compilers.
14364
14365 Tue Nov 28 16:03:32 1995 Doug Evans <dje@canuck.cygnus.com>
14366
14367 * libc/sys/arm/crt0.S: Zero bss.
14368
14369 Fri Nov 24 16:09:23 1995 Doug Evans <dje@deneb.cygnus.com>
14370
14371 * libc/include/unctrl.h: New file.
14372 * libc/misc/{Makefile.in,dprintf.c,unctrl.c,misc.tex}: New files.
14373 * configure.in (subdirs): Add libc/misc.
14374 * libc/Makefile.in (SUBDIRS): Add misc.
14375 (SUBLIBS): Add misc/lib.a.
14376
14377 * libc/include/sys/reent.h (struct _reent): Make __sf last member.
14378
14379 Wed Nov 22 19:49:47 1995 Doug Evans <dje@deneb.cygnus.com>
14380
14381 * libc/stdio/vfprintf.c (__sbprintf): Init fake._data.
14382 (_vfprintf_r): Call CHECK_INIT.
14383
14384 Tue Nov 14 02:52:12 1995 Doug Evans <dje@canuck.cygnus.com>
14385
14386 * Makefile.in (MULTITOP): Delete.
14387 (MULTISRCTOP, MULTIBUILDTOP): Add.
14388 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
14389 instead of cfg-ml-pos.in.
14390
14391 Wed Nov 8 01:24:08 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
14392
14393 * libc/sys/vr4300/syscalls.c: Added clean version of sbrk().
14394 * libc/sys/vr4300/crt0.S: Cleaned up. Added check for FPU
14395 presence.
14396
14397 Thu Nov 2 22:25:06 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14398
14399 * libc/string/strtok.c: Include string.h to pick up strtok_r
14400 prototype.
14401
14402 Wed Nov 1 18:54:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14403
14404 * libc/string/strtok.c: include <_ansi.h>.
14405 * libc/time/asctime_r.c: `reresult' -> `result'.
14406
14407 Wed Nov 1 14:35:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14408
14409 * libc/time/{ctime.c, gmtime.c, lcltime.c}: Wrap functions
14410 in #ifndef _REENT_ONLY ... #endif conditional.
14411
14412 * libc/include/string.h (_strtok_r): Remove declaration.
14413 * libc/include/time.h (_asctime_r): Remove declaration.
14414 * libc/string/strtok.c (_strtok_r): Removed.
14415 * libc/time/asctime.c (_asctime_r): Removed.
14416
14417 * libc/string/Makefile.in (OFILES): Add new object.
14418 * libc/string/strtok_r.c: New file. strtok_r function as
14419 specified by POSIX.1c, adapted from strtok implementation
14420 from NetBSD C library.
14421 * libc/string/strtok.c (strtok): Reimplemented in terms of
14422 strtok_r.
14423
14424 * libc/time/Makefile.in (OFILES): Add new objects.
14425 * libc/time/{asctime_r.c, ctime_r.c, gmtime_r.c, lcltime_r.c}:
14426 New files, reentrant time functions specified by POSIX.1c.
14427 * libc/time/{asctime.c, ctime.c, gmtime.c, lcltime.c}: Non-
14428 reentrant time functions re-written in terms of reentrant
14429 functions.
14430 * libc/time/lcltime.c: Renamed from localtime.c
14431
14432 * libc/include/time.h: Add prototypes for asctime_r, ctime_r,
14433 gmtime_r, and localtime_r.
14434
14435 Sat Oct 28 14:34:31 1995 steve chamberlain <sac@slash.cygnus.com>
14436
14437 * libc/sys/win32/crt0.c (mainCRTStartup): Call cygwin_crt0.
14438 * libc/include/sys/unistd.h (getlogin): Revert change of
14439 Oct 19.
14440 * libc/include/sys/signal.h (sigprocmask): Change prototype
14441 so it compiles with c++.
14442
14443 Wed Oct 25 15:43:18 1995 Michael Meissner <meissner@cygnus.com>
14444
14445 * libc/include/machine/setjmp.h (PowerPC _JBLEN): Consider it a
14446 PowerPC if __PPC__ is defined. Bump jump_buf length to 62 ints,
14447 to give some room in case we need to align the jmp_buf.
14448
14449 * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Rewrite to use
14450 the new ppc-asm.h include file the compiler provides to specify
14451 function prologue/epilogue. Eliminate saves of the xer and ctr
14452 registers, which are volatile. Before starting to save registers,
14453 align to 8 byte boundary.
14454
14455 Mon Oct 23 11:20:51 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
14456
14457 * libc/sys/vr4300/syscalls.c: Added empty kill() function,
14458 referenced by standard libraries.
14459
14460 Thu Oct 19 21:39:47 1995 Fred Fish <fnf@cygnus.com>
14461
14462 * libc/unix/Makefile.in, libc/string/Makefile.in,
14463 libc/stdio/Makefile.in, libc/reent/Makefile.in,
14464 libc/posix/Makefile.in:
14465 Remove tabs from otherwise empty line. Confuses some
14466 older non-GNU versions of "make".
14467
14468 Thu Oct 19 16:32:17 1995 steve chamberlain <sac@slash.cygnus.com>
14469
14470 * libc/sys/unistd.h (getlogin): Returns const char *.
14471
14472 Wed Oct 18 12:57:50 1995 steve chamberlain <sac@slash.cygnus.com>
14473
14474 * libc/include/fcntl.h (O_BINARY, O_TEXT): New.
14475 * libc/include/errno.h: Moved into and include...
14476 * libc/include/sys/errno.h: New file.
14477 * libc/include/sys/wait.h: New file.
14478 * libc/stdio/rename.c (_rename_r): Use _rename system call if available.
14479 * libc/sys/win32/*: Moved out.
14480 * libc/sys/win32/crt0.c: Rewritten to cope with shared library.
14481 * configure.in (i[345]86-*-win32): HAVE_RENAME
14482
14483 Wed Oct 18 09:58:27 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14484
14485 * libc/unix/sigset.c (sigemptyset, sigaddset): Prefix #undef to
14486 avoid macro expansion for these two names.
14487
14488 Tue Oct 17 08:45:33 1995 Doug Evans <dje@canuck.cygnus.com>
14489
14490 * libc/machine/h8500/psi.S: r6 renamed to fp.
14491
14492 Sun Oct 15 12:58:10 1995 Michael Meissner <meissner@wogglebug.tiac.net>
14493
14494 * configure.in (powerpc*): No longer need to define
14495 NO_LONGLONG_POINTERS to supress warnings.
14496
14497 Sat Oct 14 12:55:08 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14498
14499 * libc/reent/reent.c (_reclaim_reent): Call cleanup indirectly
14500 through PTR instead of directly.
14501
14502 * libc/sys/sh/crt0.S: Clean up formatting. Delete unused
14503 non-standard constructor support.
14504
14505 Thu Oct 12 11:39:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14506
14507 * libc/stdlib/dtoa.c (_dtoa_r): Set result pointer to the
14508 address of the Bigint instead of the address of its _x field,
14509 as the size the result buffer was calculated accordingly.
14510 Fix from Jim Wilson <wilson@chestnut@cygnus.com>.
14511
14512 * libc/stdlib/{div.c, ldiv.c}: Replaced with implementation
14513 from NetBSD C library. No longer special cases division by
14514 zero (which needs to be done by the application anyway), but
14515 it doesn't need to call abs() (or labs()) four times either.
14516
14517 * libc/stdlib/qsort.c: Replaced with implementation from
14518 NetBSD C library.
14519
14520 Tue Oct 10 14:01:10 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14521
14522 * libc/stdio/vfprintf.c: Replaced with implementation from
14523 NetBSD C library (which is derived from the 4.4BSD C library).
14524 * libc/stdio/cvt.c: Removed.
14525 * libc/stdio/Makefile: Updated.
14526
14527 Tue Oct 10 12:15:23 1995 steve chamberlain <sac@slash.cygnus.com>
14528
14529 * libc/sys/win32/syscalls.c (rename): New.
14530 * libc/sys/win32/include/winkernel.h (MoveFileExA): New.
14531
14532 Fri Oct 6 12:18:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14533
14534 * libc/machine/sh/Makefile.in (setjmp.o): Depend on setjmp.S.
14535 * libc/machine/sh/setjmp.S: Rename from setjmp.s.
14536
14537 * libc/sys/sh/Makefile.in (OFILES, all): Delete setjmp.o.
14538 (setjmp.o): Delete rule to build setjmp.o.
14539 * libc/sys/sh/setjmp.S: Delete file.
14540
14541 Fri Oct 6 11:19:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14542
14543 * libc/stdlib/mprec.c (d2b): Added support for _DOUBLE_IS_32BITS.
14544 * libc/stdlib/mprec.h: Fixed constants used for IEEE single float
14545 format. Added #defines to map d2b, i2b, low0bits, lshift, mult,
14546 pow5mult and s2b to identifiers with leading underscores.
14547 * libc/stdlib/Makefile.in: Add mprec.h as a dependency to dtoa.o,
14548 ecvtbuf.o, mprec.o and strtod.o. Sort dependencies.
14549
14550 Thu Oct 5 17:27:30 1995 steve chamberlain <sac@slash.cygnus.com>
14551
14552 * libc/sys/posix/popen.c (sys/types.h): Include.
14553
14554 Thu Oct 5 16:33:01 1995 Doug Evans <dje@canuck.cygnus.com>
14555
14556 * libc/sys/win32/syscalls.h (fhandler): New struct.
14557 (__lookup_fhandler, __lookup_fhandler_hook): Declare.
14558 (__fhandler_normal): Declare.
14559 (hinfo): New member op_handlers.
14560 * libc/sys/win32/syscalls.c (__read): Don't validate fd.
14561 (__write): Likewise.
14562 (_read, _write, _open, _close, _lseek): Validate fd here.
14563 Move file type specific stuff to foo_normal.
14564 (read_normal, write_normal, open_normal, close_normal, lseek_normal):
14565 New functions.
14566 (__lookup_fhandler): New function.
14567 (__lookup_fhandler_hook, __fhandler_normal): New variables.
14568
14569 From anders.blomdell@control.lth.se (Anders Blomdell)
14570 * libc/sys/win32/crt0.c (vfork_init): Unset __FD_TABLE__.
14571 Don't touch standard handles.
14572 * libc/sys/win32/spawn.c (_spawn): Use STARTF_USESTDHANDLES.
14573 (_execve): Only create __FD_TABLE__ if necessary.
14574 * libc/sys/win32/include/winkernel.h (STARTF_*): Define.
14575
14576 Thu Oct 5 14:25:14 1995 steve chamberlain <sac@slash.cygnus.com>
14577
14578 * libc/sys/win32/sys/termios.h (FLUSHO): New.
14579 * libc/sys/win32/include/win*.h: Moved a load of prototypes around.
14580 * libc/sys/win32/pipe.c (_fctnl): Ignore F_SETFL without errors.
14581 * libc/sys/win32/exception.c (ehandler3): set strace when a signal
14582 without a handler is received.
14583 * libc/sys/win32/Makefile.in: Remove --nodelete.
14584 * libc/sys/win32/resouce.c (gettimeofday): New.
14585 * libc/sys/win32/syscalls.c (path_to_real_path): New.
14586 * libc/sys/win32/syscalls.h (include/wincon.h): Don't include.
14587
14588 Wed Oct 4 13:10:35 1995 Doug Evans <dje@canuck.cygnus.com>
14589
14590 * libc/sys/win32/dirsearch.c (opendir): stat real path name.
14591 Don't append "/*" to search pattern if trailing '/' already there,
14592 append "*".
14593 * libc/sys/win32/spawn.c (_spawn): CreateProcess doesn't seem to
14594 like /'s, convert them to \'s. Handle //<drive>/ path names.
14595 Add space for quoted \'s in arg string. Print translated prog name
14596 and original prog name.
14597 (_execve): Handle parent doing exec a teensy bit better.
14598 * libc/sys/win32/syscalls.h (__path_to_real_path): Update prototype.
14599 * libc/sys/win32/syscalls.c (__path_to_real_path): Don't assume
14600 path needs conversion, handle both cases. Delete `const' from result.
14601 (hash_path_name): New function.
14602 (_open): Call it.
14603 (_stat): Likewise. Fill in more fields for directories.
14604 * libc/sys/win32/wait.c (_wait): Explicitly pass -1 to waitpid.
14605 (wait_for_any): Fix trace message.
14606 (waitpid): Explicitly test for intpid == 0.
14607
14608 From anders.blomdell@control.lth.se (Anders Blomdell)
14609 * libc/sys/win32/spawn.c (__vfork_get_empty_entry): zero fill result
14610 so `next' is valid.
14611
14612 Sat Sep 30 15:00:15 1995 Jason Molenda (crash@phyeaux.cygnus.com)
14613
14614 * libc/sys/win32/spawn.c (_spawn): Make quoting rules more
14615 complicated.
14616
14617 Sat Sep 30 10:25:57 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14618
14619 * libc/include/_ansi.h: set _HAVE_STDC if __STDC__ is defined
14620 at all, not just == 1.
14621 * libm/math/wf_acos.c (acosf): check for _HAVE_STDC, not __STDC__.
14622
14623 Sat Sep 30 04:30:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14624
14625 * libc/sys/win32/include/winbase.h: include <wintypes.h> and <winnt.h>
14626 * libc/sys/win32/include/wintypes.h: include <winnt.h>
14627 * libc/sys/win32/include/winnt.h: avoid multiple inclusion of this
14628 file.
14629
14630 Fri Sep 29 01:49:17 1995 steve chamberlain <sac@slash.cygnus.com>
14631
14632 * libc/sys/syscalls.c (getcwd): Fix off by one error.
14633
14634 * libc/sys/signal.c (sleep): Fill it in.
14635 * libc/sys/termios.c (tcflush): Use PurgeComm
14636 (tcsetattr): Set some more of the bits.
14637 * libc/sys/include/winkernel.h: Add PurgeComm and Sleep.
14638
14639 Fri Sep 29 04:33:53 1995 Doug Evans <dje@deneb.cygnus.com>
14640
14641 * libc/sys/arm/crt0.S (fp): Initialize to 0.
14642 Conditionally include .idata$3 stuff ifdef __pe__.
14643
14644 Fri Sep 29 01:49:17 1995 steve chamberlain <sac@slash.cygnus.com>
14645
14646 * libc/sys/win32/crt0.c (hmap_init): Call __init_hinfo.
14647 * libc/sys/win32/pipe.c (pipe): Ditto.
14648 * libc/sys/win32/syscalls.c (__read): Use new vtime and vmin fields.
14649 * libc/sys/win32/syscalls.h (hinfo): vtime, vmin are new.
14650 * libc/sys/win32/termios.c (tcsetattr): Init new fields.
14651 (tcgetattr): Contents are new.
14652 * libc/sys/win32/include/winkernel.h (DCB): New.
14653 (GetCommState, SetCommState): New.
14654
14655 Thu Sep 28 16:29:09 1995 Doug Evans <dje@deneb.cygnus.com>
14656
14657 * libc/sys/arm/crt0.S (_start): Define.
14658
14659 Thu Sep 28 12:26:45 1995 steve chamberlain <sac@slash.cygnus.com>
14660
14661 * libc/sys/arm/crt0.S: Move stack to top of RAM on PIE board.
14662 * libc/sys/arm/syscalls.c (_read, _write): Use the SWI properly.
14663
14664 * libc/sys/win32/sysconf.c: New
14665 * libc/sys/win32/sys/winadvapi.h: New
14666 * libc/sys/win32/syscalls.h (hinfo): Added timeout_len, w_binary, r_binary.
14667 * libc/sys/win32/crt0.c (hmap_init): Initialize new fields.
14668 * libc/sys/win32/pipe.c (pipe): Ditto.
14669 * libc/sys/win32/signal.c (_raise): New.
14670 (_kill): Moved from spawn.c
14671 * libc/sys/win32/spawn.c (kill): Moved to signal.c
14672 * libc/sys/win32/syscalls.c (__read): Use new fields.
14673 (_open): Ditto.
14674 * libc/sys/win32/termios.c (tcflush, tcsetattr, tcgetattr): Fill in.
14675 * libc/sys/win32/exceptions.c (__stack_trace): Keep going for longer.
14676 * libc/include/sys/unistd.h (rmdir): Takes const path.
14677 * libc/include/sys/stat.h (mkdir): Takes const path.
14678 * libc/include/sys/signal.h (SIGTTOU, SIGTTIN): New for win32.
14679
14680 Thu Sep 28 10:11:27 1995 Doug Evans <dje@canuck.cygnus.com>
14681
14682 * libc/sys/win32/spawn.c (_spawn): Fix quoting.
14683
14684 Add support for specifying paths as //<drive>/foo/bar.
14685 * libc/sys/win32/syscalls.h (__path_needs_conversion_p): Declare.
14686 (__path_to_real_path): Declare.
14687 (PATH_TO_REAL_PATH): New macro.
14688 * libc/sys/win32/syscalls.c (__win32_pid_to_posix_pid): Minor cleanup.
14689 (__path_needs_conversion_p, __path_to_real_path): New functions.
14690 (_open): Fix test for error return from CreateFileA.
14691 Handle new path syntax.
14692 (_link, mkdir, rmdir, getcwd, chdir, stat): Handle new path syntax.
14693 * libc/sys/win32/dirsearch.c (opendir): Likewise.
14694
14695 Wed Sep 27 16:36:46 1995 steve chamberlain <sac@slash.cygnus.com>
14696
14697 * libc/sys/win32/include/*.h: Reorganized
14698 * libc/sys/win32/include/WINREADME: New.
14699 * libc/sys/win32/Makefile.in (DLLS): Build version.a.
14700 * libc/sys/win32/*.c: Fix for new include scheme.
14701 * libc/sys/win32/crt0.c (__this_uinfo_buf, __this_uinfo): New.
14702 * libc/sys/win32/getlogin.c (getlogin): Use uinfo.
14703 * libc/sys/win32/passwd.c (*): Fix.
14704 * libc/sys/win32/syscalls.c (get[e|][g|u]id): Use passwd info.
14705 (_stat): Get directory owner and permissions right.
14706 * libc/sys/win32/syscalls.h (uinfo): New.
14707 * libc/sys/win32/version.def: Remove leading underscores.
14708
14709 Tue Sep 26 18:18:47 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14710
14711 * libc/sys/win32/key.c: include "include/wincon.h".
14712
14713 Tue Sep 26 07:21:48 1995 steve chamberlain <sac@slash.cygnus.com>
14714
14715 * libc/sys/win32/{key, stubs}.c: New.
14716 * libc/sys/win32/Makefile: Adjust to cope.
14717 * libc/sys/win32/crt0.c (vfork_init_first): Cope with -ve pids.
14718 (environ_init): Change env names to upper case.
14719 * libc/sys/win32/dirsearch.c (readdir): Don't fill in inode number.
14720 * libc/sys/win32/passwd.c (*): Fill in the functions.
14721 * libc/sys/win32/pipe.c (_fcntl): F_GETFL returns O_RDWR.
14722 * libc/sys/win32/spawn.c (_spawn): Cope with -ve pids.
14723 * libc/sys/win32/syscalls.c (__win32_pid_to_posix_pid): New function.
14724 (_open): Initialze hmap->execable_p too.
14725 * libc/sys/win32/syscalls.c (getuid, getgid, geteuid, getegid): Return from macros.
14726 (_fstat): Fill in permissions.
14727 * libc/sys/win32/syscalls.h (hinfo): Add execable_p.
14728
14729 Fri Sep 22 13:47:27 1995 Doug Evans <dje@canuck.cygnus.com>
14730
14731 * configure.in (cfg-ml-com.in invocation): Use ${with_multilib_top}
14732 if defined.
14733 (cfg-ml-pos.in invocation): Likewise.
14734
14735 Fri Sep 22 11:43:44 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14736
14737 * Makefile.in (MATHOBJS_IN_LIBC): Added s_isinf.o, sf_isinf.o,
14738 s_isnan.o and sf_isnan.o.
14739
14740 Wed Sep 20 14:50:19 1995 Ian Lance Taylor <ian@cygnus.com>
14741
14742 * All Makefile.in files: added maintainer-clean target as a
14743 synonym for realclean.
14744
14745 Wed Sep 20 11:02:50 1995 Jeff Law (law@snake.cs.utah.edu)
14746
14747 * libc/include/machine/setjmp.h: Add hppa support.
14748 * libc/machine/hppa/setjmp.S: New file with setjmp/longjmp
14749 support.
14750 * libc/machine/hppa/Makefile.in: Related changes.
14751
14752 Tue Sep 19 12:09:01 1995 J.T. Conklin <jtc@blues.cygnus.com>
14753
14754 * configure.in (machine_dir): Don't set for v810-*-*.
14755
14756 Fri Sep 15 20:22:08 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14757
14758 * libc/sys/win32/crt0.c (passover): Change to handle MKS quoting
14759 conventions correctly.
14760
14761 Thu Sep 14 13:37:22 1995 J.T. Conklin <jtc@blues.cygnus.com>
14762
14763 * libc/stdio/puts.c: Update documentation of return value to match
14764 ANSI standard.
14765
14766 Thu Sep 14 01:52:37 1995 Doug Evans <dje@canuck.cygnus.com>
14767
14768 Fix file descriptor inheritance.
14769 * libc/sys/win32/syscalls.h (CHILD_P): Define again.
14770 (NOT_OPEN_FD): Fix.
14771 * libc/sys/win32/spawn.c (vfork0): Only create inheritable handle if
14772 close-on-exec flag not set. Initialize child's entire fd table.
14773 * libc/sys/win32/syscalls.c (_open): Only create inheritable handle if
14774 CHILD_P.
14775 * libc/sys/win32/pipe.c (pipe): Only create new handle as inheritable
14776 if CHILD_P. Initialize entire hmap entry.
14777 (dup): Only create new handle as inheritable if CHILD_P.
14778 (dup2): Likewise. Properly initialize hmap entry.
14779
14780 * libc/sys/win32/spawn.c (_execve): Don't pass _P_SEARCH_PATH to
14781 _spawn.
14782 (_exit): Use CHILD_P.
14783 * libc/sys/win32/syscalls.c (_fstat): Fix call to memset.
14784 (_stat): Likewise.
14785
14786 Mon Sep 11 23:09:39 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14787
14788 * libc/sys/win32/crt0.c (passover): fix up the state table.
14789 * libc/posix/popen.c: Added.
14790 * libc/posix/Makefile.in: compile popen.c.
14791
14792 Mon Sep 11 11:43:38 1995 J.T. Conklin <jtc@cygnus.com>
14793
14794 * libc/include/machine/ieeefp.h: On the h8/300, h8/300h and
14795 h8/500 define _DOUBLE_IS_32BITS.
14796
14797 Sat Sep 9 17:55:54 1995 Doug Evans <dje@canuck.cygnus.com>
14798
14799 Get vfork/exec/spawn/cwait/wait working again.
14800 * libc/sys/win32/syscalls.h (VFORK_NEWBORN_PSEUDO_PID): Define.
14801 (procinfo): New member vfork_level.
14802 * libc/sys/win32/crt0.c (__vfork_next_pid): Delete.
14803 (vfork_init_first): Use GetCurrentProcessId to get pid.
14804 Initialize vfork_level.
14805 (vfork_init): Delete __PID__.
14806 (environ_init): New function. Undo patch of Aug 19, Posix says
14807 environment variables are case sensitive.
14808 (mainCRTStartup): Call it.
14809 * libc/sys/win32/spawn.c (__vfork_next_pid): Delete.
14810 (my_longjump: Make static.
14811 (_spawn): New argument `h'. Delete setting of __PID__.
14812 Delete local `idx'. Look for chars that need quotes, rather than
14813 ones that don't. Set handle of created process in `h'.
14814 Result is process id if created task.
14815 (allocate_spawn_entry): New function.
14816 (spawnvp, spawnv): Call it. Store handle and pid in procinfo entry.
14817 (_execve): Set __FD_TABLE__ before spawning child.
14818 Scan our fd table when passing fds, not our parent's.
14819 Store handle and pid in procinfo entry.
14820 (vfork0): Ensure strace message always printed.
14821 Set child pid to VFORK_NEWBORN_PSEUDO_PID.
14822 (vfork): Don't clobber result of vfork0.
14823 * libc/sys/win32/wait.c (cwait): Fix non-error result (is pid).
14824 (wait_for_any): Ignore processes in state FORK_STATE_VFORK_0.
14825
14826 * libc/sys/win32/syscalls.h (procinfo): New members `handle_valid_p'
14827 and `exit_code'.
14828 * libc/sys/win32/spawn.c (allocate_spawn_entry): Initialize them.
14829 (vfork0): Likewise. Distinguish children, grandchildren, etc. by
14830 adding vfork level to pseudo-pid.
14831 (vfork1): If not root, set state back to FORK_STATE_VFORK_0.
14832 (spawnvp, spawnv, _execve): Set handle_valid_p if success.
14833 (_exit): If child, set exit code.
14834 (__vfork_record_death): Only close process handle if valid.
14835 * libc/sys/win32/wait.c (wait_for_single): Watch for children that
14836 didn't exec.
14837 (wait_for_any): Likewise. Start scan after root entry.
14838
14839 Fri Sep 8 18:48:02 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14840
14841 * libc/include/sys/types.h (off_t): off_t back to 32 bits.
14842 * libc/include/sys/_types.h (_off_t): _off_t back to 32 bits.
14843 * libc/sys/win32/syscalls.c (_fstat): st_size is lower 32-bits
14844 of actual file length.
14845
14846 * libc/sys/win32/sys/wait.h: include <sys/types.h>.
14847 * libc/include/paths.h: _PATH_BSHELL added.
14848 * libc/include/sys/unistd.h: define STDIN_FILENO, STDOUT_FILENO,
14849 and STDERR_FILENO.
14850
14851 Thu Sep 7 21:02:22 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14852
14853 * libc/include/ar.h: Added.
14854 * libc/include/sys/types.h: ino_t goes back to 32-bits.
14855 * libc/sys/win32/syscalls.h (hinfo): added .namehash field.
14856 * libc/sys/win32/syscalls.c (_open): compute .namehash based
14857 on filename.
14858 (_fstat): use .namehash for inode number of the fd.
14859
14860 Thu Sep 7 12:57:19 1995 steve chamberlain <sac@slash.cygnus.com>
14861
14862 * libc/sys/win32/{console,ioctl,pipe,spawn,syscalls,wait}.? (*):
14863 Change hinfo to __this_procinfo.
14864 * libc/sys/win32/crt0.c: Remove procinfo_list.
14865
14866 Wed Sep 6 18:38:26 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14867
14868 * libc/include/sys/types.h (ino_t): Define ino_t correctly for
14869 win32 environment.
14870
14871 Wed Sep 6 18:09:29 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14872
14873 * libc/sys/win32/include/grp.h: Removed.
14874 * libc/sys/include/grp.h: Added.
14875 * libc/sys/win32/grp.c: Include <grp.h>.
14876
14877 Wed Sep 6 16:52:48 1995 steve chamberlain <sac@slash.cygnus.com>
14878
14879 * libc/include/sys/signal.h (__need_MAX_SIGNALS): Removed.
14880 (sigset_t, sigaction, SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK):
14881 Defined for all but strict ANSI.
14882 * libc/include/sys/reent.h (__need_MAX_SIGNALS): Removed.
14883 * libc/include/machine/setjmp.h: Get win32 _JBLEN right.
14884 * libc/signal/signal.c (_signal_r): Changed from using
14885 _MAX_SIGNALS to NSIG.
14886 * libc/sys/win32/crt0.c (__current_pid, __parent_hmap, __child_hmap,
14887 __hmap): Deleted.
14888 (__strace, __vfork_next_pid): New.
14889 (__exe_suffix): Default to 1.
14890 (passover, table): Understand quoted arguments.
14891 (vfork_init_first): New.
14892 (vfork_init): Initialize new process structure.
14893 (mainCRTStartup): Pass environ to main.
14894 * exceptions.c (__sig_mask): New
14895 (ehandler3): Ignore signals in mask.
14896 (really_exit): Remove CHILD_P test.
14897 * pipe.c (pipe, dup, dup2): Use new process and file structure.
14898 * resource.c (getrusage): Ditto.
14899 * signal.c (sigprocmask): New.
14900 * spawn.c (*): Rewritten.
14901 * syscalls.c (*): Use new process and file structure.
14902 (find_unused_handle): New.
14903 * syscalls.h (MAX_HANDLES): Deleted.
14904 (hinfo): Removed child_created_p.
14905 (MAX_CHILDREN): Deleted.
14906 (vfork_jmp_info, procinfo): New.
14907 * wait.c (*): Mostly new.
14908 * sys/strace.h (_STRACE_PARANOID): New.
14909 * sys/param.h: New file.
14910
14911 Wed Sep 6 17:03:53 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14912
14913 * libc/include/sys/stat.h: add S_BLKSIZE.
14914 * libc/include/sys/_types.h: _off_t is a 64-bit type under win32.
14915 * libc/include/sys/types.h: define off_t and ino_t to be 64 bit
14916 types under win32.
14917 (mode_t): add a #else to avoid multiple definitons.
14918
14919 * libc/sys/win32/Makefile.in: add grp.c.
14920 * libc/sys/win32/grp.c: include grp.h correctly.
14921 * libc/sys/win32/syscalls.c (_fstat): set almost all of the fields
14922 of the st structure with real information.
14923 * libc/sys/win32 (dirent): d_ino is of type ino_t.
14924
14925 Wed Sep 6 10:41:34 1995 Doug Evans <dje@canuck.cygnus.com>
14926
14927 * libc/include/sys/types.h (mode_t): Correct for svr4 sparc's
14928 and (maybe) sparc64.
14929 (nlink_t): Provide typedef.
14930
14931 Tue Sep 5 18:46:05 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14932
14933 * libc/sys/win32/grp.c: New file.
14934 * libc/sys/win32/include/grp.h: New file.
14935
14936 Tue Sep 5 13:47:27 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14937
14938 * libc/include/machine/ieeefp.h: Added whitespace to make this
14939 file easier to maintain.
14940 On the sh, define either __IEEE_BIG_ENDIAN or __IEEE_LITTLE_ENDIAN
14941 depending on the value of __LITTLE_ENDIAN__.
14942 On the sh3e, define _DOUBLE_IS_32BITS.
14943
14944 Fri Sep 1 15:35:18 1995 James G. Smith <jsmith@beauty.cygnus.com>
14945
14946 * libc/sys/vr4300/syscalls.c: Added missing support
14947 routines. _raise() and getpid().
14948
14949 Fri Sep 1 14:12:48 1995 James G. Smith <jsmith@rtl.cygnus.com>
14950
14951 * configure.in (mips*vr4300*-*-elf): Fixed silly mistake
14952
14953 Fri Sep 1 08:42:11 1995 James G. Smith <jsmith@beauty.cygnus.com>
14954
14955 * configure.in (mips*vr4300*-idt-*) Add support for RISQ monitor
14956 and VR4300 processor.
14957 * libc/sys/vr4300: Add directory.
14958 * libc/sys/vr4300/{Makefile.in, crt0.S, syscalls.c}: Add SIM
14959 monitor run-time support.
14960
14961 Thu Aug 31 09:16:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14962
14963 * libc/stdlib/Makefile.in (CHEWOUT_FILES): Removed atol.def.
14964 * libc/stdlib/stdlib.tex: Don't include atol.def.
14965
14966 Wed Aug 30 20:38:28 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14967
14968 * libc/sys/win32/uname.c (uname): hardcode processor as `i386'.
14969
14970 Wed Aug 30 10:48:08 1995 steve chamberlain <sac@slash.cygnus.com>
14971
14972 * libc/ctype/Makefile.in: Fill in _to* dependencies.
14973
14974 Tue Aug 29 17:14:29 1995 steve chamberlain <sac@slash.cygnus.com>
14975
14976 * libc/sys/win32/{dirsearch.c,sys/dirent.h}: Fix namespace problems.
14977 * libc/sys/win32/sys/dirent.h (struct dirent): Added d_ino.
14978 * libc/sys/win32/strace.c (__sys_printf): Increase size of buffer.
14979 * libc/sys/win32/smallprint.c (__small_vsprintf): Remove debug.
14980 * libc/sys/win32/dirsearch.c (readdir): Set d_ino.
14981
14982 Tue Aug 29 19:00:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14983
14984 * libc/stdlib/atol.c (atol): DEFUN -> _DEFUN.
14985
14986 Tue Aug 29 16:08:09 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14987
14988 * libc/stdlib/Makefile.in (OFILES): Added atoff.o and atol.o.
14989 * libc/stdlib/atoff.c: New file.
14990 * libc/stdlib/atof.c (atoff): Moved to atoff.c.
14991 * libc/stdlib/atoi.c (atol): Removed.
14992 * libc/stdlib/atol.c: Removed duplicate documentation.
14993
14994 * libc/include/ctype.h (_tolower, _toupper): Moved inside
14995 #ifndef _STRICT_ANSI conditional.
14996 * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o
14997 * libc/ctype/_tolower.c: New file.
14998 * libc/ctype/_toupper.c: New file.
14999 * libc/ctype/tolower.c (_tolower): Moved to _tolower.c.
15000 * libc/ctype/toupper.c (_toupper): Moved to _toupper.c.
15001 * libc/ctype/toascii.c (_toascii): Removed.
15002
15003 Tue Aug 29 12:17:32 1995 Doug Evans <dje@canuck.cygnus.com>
15004
15005 * libc/sys/sparc64/sys/types.h: Deleted.
15006
15007 Mon Aug 28 22:06:08 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15008
15009 * libc/sys/win32/uname.c (uname): change `Windows/NT' to `Windows_NT'
15010 and recognize Windows_95 systems.
15011
15012 Mon Aug 28 19:50:54 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15013
15014 * libc/sys/win32/crt0.c (vfork_init, hmap_init): standard I/O fds
15015 and passed fds should be opened in text mode.
15016
15017 Mon Aug 28 18:51:22 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15018
15019 * libc/sys/win32/crt0.c (vfork_init): mark passed fds as used
15020 in __hmap, set to binary mode by default.
15021
15022 Tue Aug 22 14:12:37 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15023
15024 * libc/sys/sh/syscalls.c: Updated all functions to call __trap34.
15025 * libc/sys/sh/trap.S (__trap34): Renamed from __trap3. Use trap
15026 vector 34.
15027
15028 Sat Aug 19 18:25:37 1995 steve chamberlain <sac@slash.cygnus.com>
15029
15030 * Makefile.in (install): Install all libraries found in the
15031 top level. If there's a sys/<type>/include directory,
15032 install those headers into include.
15033
15034 * libc/sys/win32/kernel.def351: Delete
15035 * libc/sys/win32/{comctl32.def, comdlg32.def, ctl3d32.def,
15036 glaux.def, glu32.def, largeint.def, libc.def, libcmt.def,
15037 lz32.def, mgmtapi.def, mpr.def, msacm32.def, msvcrt.def,
15038 nddeapi.def, netapi32.def, odbc32.def, odbccp32.def, oldnames.def,
15039 ole32.def, oleaut32.def, opengl32.def, rasapi32.def, rpcndr.def,
15040 rpcns4.def, rpcrt4.def, scrnsave.def, shell32.def, snmp.def,
15041 uuid.def, vdmdbg.def, version.def, vfw32.def, win32spl.def,
15042 winmm.def, winspool.def, winstrm.def, wsock32.def}: New.
15043
15044 * libc/sys/win32/Makefile.in: Update for new files and new dlltool options.
15045 * libc/sys/win32/crt0.c: Force all env names to upper case.
15046 * libc/sys/win32/sys/win*.h -> libc/sys/win32/include
15047 * libc/sys/win32/*.c: Headers have moved.
15048 * libs/sys/win32/*.[ch]: Test for open_p rather than BAD_HANDLE,
15049 __vfork_child_idx is now __vfork_child_ptr.
15050
15051 * posix/execvp (execvp): Don't crash if no PATH envname.
15052
15053 Fri Aug 18 12:22:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15054
15055 * libc/include/sys/reent.h (_Bigint): Removed _reclaim field.
15056 * libc/reent/reent.c (_reclaim_reent): Free Bigint's by going
15057 through the _freelist instead of through the _reclaim list.
15058 * libc/stdlib/mprec.c (_Balloc): Don't put new node on _reclaim list.
15059 * libc/stdlib/mprec.c (_Bcopy): Make like version in master dtoa.c
15060 sources.
15061
15062 Thu Aug 17 11:03:27 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15063
15064 * libc/machine/h8500/setjmp.S: New file.
15065 * libc/include/machine/setjmp.h: Updated for H8/500.
15066
15067 Wed Aug 16 16:19:11 1995 steve chamberlain <sac@slash.cygnus.com>
15068
15069 * libc/sys/win32/syscalls.c (_open): More stracing.
15070 (_stat): Open the file in O_BINARY.
15071
15072 Wed Aug 16 15:49:01 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15073
15074 * libc/machine/h8300/setjmp.S: New file.
15075 * libc/include/machine/setjmp.h: Updated for H8/300 and H8/300H.
15076
15077 Tue Aug 15 10:31:09 1995 Doug Evans <dje@canuck.cygnus.com>
15078
15079 * libc/sys/win32/crt0.c (__exe_suffix): New global.
15080 (mainCRTStartup): Set __exe_suffix from LIBC_EXE_SUFFIX.
15081 * libc/sys/win32/spawn.c (_spawn): Add .exe suffix based on
15082 __exe_suffix. Free fd_tab after setting env variable.
15083 (spawnv,_execve): Update.
15084 * libc/sys/win32/syscalls.h (__exe_suffix): Declare.
15085 * libc/sys/win32/smallprint.c (puts,putn): New (static) functions.
15086 (__small_vfprintf): New function.
15087 * libc/sys/win32/strace.c (__sys_printf): Call __small_vfprintf.
15088 * libc/sys/win32/wait.c (cwait): Validate argument.
15089
15090 * libc/sys/win32/syscalls.c (queue_file_deletion): Add trace message.
15091 (process_deletion_queue): Likewise.
15092
15093 * libc/sys/win32/Makefile.in (lib.a): Don't call $(RANLIB).
15094
15095 Mon Aug 14 10:14:10 1995 steve chamberlain <sac@slash.cygnus.com>
15096
15097 * libc/sys/win32: Copyrights and gratuitous indenting.
15098
15099 Mon Aug 14 01:32:58 1995 Doug Evans <dje@canuck.cygnus.com>
15100
15101 * libc/sys/win32/syscalls.c (queue_file_deletion): Finish.
15102 (process_deletion_queue): Likewise.
15103 (__close_all_files): New function.
15104 (_close): Only queue file deletion if really a file.
15105 * libc/sys/win32/spawn.c (_spawn): Only ensure .exe suffix if
15106 _P_APPEND_EXE.
15107 (_exit): Call __close_all_files.
15108
15109 * libc/stdlib/system.c: #include <errno.h>.
15110 (_system_r): Fix results in -DNO_EXEC case.
15111
15112 * libc/sys/win32/sys/dirent.h (DIR): New member __d_dirname.
15113 Reorganize structure.
15114 * libc/sys/win32/dirsearch.c (opendir): Use stat to determine
15115 if argument is valid. Save directory name in DIR. malloc space
15116 for dirent struct separately.
15117 * libc/sys/win32/syscalls.c (stat): Fix test for directory.
15118
15119 * libc/include/errno.h (ENAMETOOLONG): Define.
15120 * libc/string/strerror.c (strerror): Reword ENFILE.
15121 Add ENOSYS, ENMFILE, ENOTEMPTY, ENAMETOOLONG.
15122
15123 Sun Aug 13 22:42:25 1995 Doug Evans <dje@canuck.cygnus.com>
15124
15125 * libc/sys/win32/crt0.c (__progname): New global.
15126 (mainCRTStartup): Support strace=bitmask,filename.
15127 * libc/sys/win32/dirsearch.c (all fns): Add trace messages.
15128 * libc/sys/win32/syscalls.c (_write): Print parent trace message
15129 if error.
15130 (getcwd): Handle len too small. Convert '\\' to '/'.
15131 * libc/sys/win32/sys/fcntl.h (O_RDWR): = O_RDONLY|O_WRONLY.
15132 Add prototypes for open, creat, fcntl.
15133 (O_APPEND): Change value to conform to Microsoft's value.
15134 * libc/sys/win32/sys/strace.h (_STRACE): Protect in do/while.
15135
15136 * libc/stdlib/getopt.c: New file.
15137 * libc/stdlib/Makefile.in: Build it.
15138
15139 Sat Aug 12 12:17:14 1995 Doug Evans <dje@canuck.cygnus.com>
15140
15141 * libc/posix/execvp.c (execvp): Watch for DOS drives ifdef _WIN32.
15142 Fix scanning of $PATH.
15143 * libc/posix/exec*.c: Call _execve, not execve.
15144 * libc/posix/execve.c: New file.
15145 * libc/posix/Makefile.in (OFILES): Add execve.o.
15146
15147 * libc/sys/win32/sys/strace.h (_STRACE_ALL, _STRACE_UHOH,
15148 _STRACE_STARTUP, _STRACE_SYSCALL): More bit masks of things to trace.
15149 (_STRACE): If level==0, always print. Handle new bit mask scheme.
15150 * libc/sys/win32/crt0.c: Update _STRACE calls.
15151 * libc/sys/win32/{pipe.c,resource.c,spawn.c,syscalls.c,wait.c}: Ditto.
15152
15153 * libc/sys/win32/smallprint.c (rn): Fix digit list.
15154
15155 * libc/sys/win32/syscalls.c (__really_exit): Move from here,
15156 * libc/sys/win32/exceptions.c (really_exit): to here. Avoid recursion.
15157 * libc/sys/win32/spawn.c (spawnvp): Pass `prog' as image name.
15158 Print __seterrno trace message first.
15159 (_execve): Renamed from execve.
15160 (vfork): Update __strace usage.
15161 (__vfork_child_pid): Deleted.
15162 (__vfork_children, __vfork_child_idx): New globals.
15163 (_spawnvp): New function.
15164 (spawnvp, spawnv, _execve): Call _spawnvp.
15165 (init_child): Record child in __vfork_children.
15166 (__vfork_get_entry, __vfork_record_death): New functions.
15167 * libc/sys/win32/crt0.c (mainCRTStartup): Initialize __vfork_children.
15168 * libc/sys/win32/kernel32.def (WaitForMultipleObjects): Define.
15169 * libc/sys/win32/syscalls.h (CHILD_P): New macro. All files updated.
15170 (MAX_CHILDREN, CHILD_INTERIM_PID): Define.
15171 (children): New typedef.
15172 (__vfork_children,__vfork_child_idx): Declare.
15173 (__vfork_get_entry,__vfork_record_death): Declare.
15174 * libc/sys/win32/wait.c (wait_for_single,wait_for_any): New functions.
15175 (waitpid): Handle pid == -1.
15176 * libc/sys/win32/sys/wintypes.h (WaitForMultipleObjects): Declare.
15177 * configure.in (i386-win32): Add -DNO_FORK.
15178 * libc/syscalls/sysfork.c (fork): Don't define for NO_FORK.
15179 * libc/reent/execr.c (_fork_r): Likewise.
15180 * libc/stdlib/system.c (do_system): New function.
15181 If WIN32, try to get shell path from $SH_PATH, use vfork.
15182 (_system_r): Return 1 for (s == NULL) if WIN32 or unix,
15183 otherwise return 0.
15184
15185 Sat Aug 12 11:08:00 1995 steve chamberlain <sac@slash.cygnus.com>
15186
15187 * libc/stdlib/{mallocr.c, mstats.c}: Move mstats from mallocr to mstats.c.
15188 * libc/sys/win32/fcntl.h: Don't include self.
15189 * libc/sys/win32/sys/strace.h (_STRACE_WM, _strace_wm): New.
15190 * libc/sys/win32/sys/winbase.h: (GetUserName) New.
15191 * libc/sys/win32/sys/wincon.h (HANDLER_ROUTINE): Define correctly.
15192 * libc/sys/win32/sys/wintypes.h (GetFileType, GetCurrentProcess, CloseHandle,
15193 SetFilePointer, CreateFileA, GetFileInformationByHandle, GetStdHandle):
15194 Correct prototypes.
15195 * libc/sys/win32/strace.c: New file.
15196 * libc/sys/win32/smallprint.c: New file.
15197 * libc/sys/win32/crt0.c (func): Delete.
15198 (mainCRTStartup): Fix alloca usage. Set handles explictly.
15199 * libc/sys/win32/dirsearch.c: Clean up handle usage, fix calls to __seterrno.
15200 * libc/sys/win32/exceptions.c: Lint.
15201 * libc/sys/win32/{ioctl.c, pipe.c, resource.c, spawn.c, cwait.c, syscalls.c}:
15202 Clean up handle usage.
15203 * libc/sys/win32/syscalls.c (__sys_printf): Moved into strace.c
15204 (open.c): Default file type is text.
15205 * libc/sys/win32/uname.c (uname): Use __small_sprintf.
15206 * libc/sys/win32/advapi32.def: New
15207
15208 Fri Aug 11 17:11:52 1995 Doug Evans <dje@canuck.cygnus.com>
15209
15210 * configure.in (posix_dir, libc_posix_lib): New variables.
15211 Define LIBC_POSIX_LIB in makefile to be $libc_posix_lib.
15212 (i[345]86-*-win32): Define posix_dir.
15213 Delete -DNO_EXEC. Define -DHAVE_OPENDIR.
15214 (if unix_dir): Fix typo.
15215 * libc/posix/{Makefile.in,closedir,opendir,readdir,rewinddir,
15216 scandir,seekdir,telldir}: New files.
15217 * libc/posix/{execl.c,execle.c,execlp.c,execv.c,execvp.c}: Move here
15218 from libc/unix.
15219 * libc/Makefile.in (LIBC_POSIX_LIB): Define.
15220 (SUBDIRS): Add posix.
15221 (SUBLIBS): Add $(LIBC_POSIX_LIB).
15222
15223 * libc/include/sys/signal.h (SIGCHLD): Add for _WIN32.
15224 (NSIG): Increase to 21.
15225 * libc/include/sys/unistd.h (pid_t): Move from here,
15226 * libc/include/sys/types.h (pid_t): to here.
15227
15228 * libc/sys/win32/syscalls.h: #include "sys/strace.h".
15229 (__ptrace): Delete.
15230 (hinfo): New members close_exec_p, child_created_p.
15231 (struct exception_list): Define.
15232 (__hmap): Redefine as pointer to table.
15233 (__parent_hmap, __child_hmap): New globals.
15234 (__set_errno, __really_exit): Declare.
15235 (__vfork_child_pid): Declare.
15236 * libc/sys/win32/crt0.c (__strace, __trace_file): New global.
15237 (__orig_stdin, __orig_stdout, __orig_stderr): New globals.
15238 (__parent_hmap, __child_hmap): New globals.
15239 (__hmap): Redefine as pointer to active map.
15240 (__get_console): New function.
15241 (mainCRTStartup): Change leading '=' in environ vars to '!'.
15242 (env __FD_TABLE__): Watch for this and initialize our fd/handle
15243 mapping table from it if defined.
15244 (argv, envp): Dump if __strace >= 4.
15245 (main): Call here.
15246 * libc/sys/win32/exceptions.c (myp): Redefine.
15247 (__syscalls_b): Delete.
15248 (__stack_trace): New function.
15249 (ehandler3): Update to use _STRACE. Print stack trace.
15250 Call __really_exit instead of exit.
15251 (init_exceptions): Delete args argc,argv. New arg mine.
15252 * libc/sys/win32/kernel32.def (CreatePipe, DuplicateHandle, FindClose,
15253 FindFirstFileA, FindNextFileA, GetComputerNameA,
15254 GetEnvironmentVariableA, ReadFile, SetEnvironmentVariableA): Define.
15255 * libc/sys/win32/signal.c (signal): Validate arg.
15256 (alarm, sleep): Define as stubs for now.
15257 * libc/sys/win32/syscalls.c (all fns): Update to use _STRACE.
15258 (__syscalls_b, errno): Delete.
15259 (__vfork_child_pid, __vfork_jmp_buf): New globals.
15260 (__seterrno): Handle more errors.
15261 (__sys_printf): Renamed from _ptrace.
15262 (__really_exit): New function.
15263 (queue_file_deletion, process_deletion_queue): New functions.
15264 (__resume_parent): New function.
15265 (_unlink): Handle trying to delete open file.
15266 (__totime_t): Renamed from totime_t.
15267 (setsid, __read, __write): New functions.
15268 (cwait, spawnvp, R, D, getrusage, _execve, _fork, _wait): Delete.
15269 * libc/sys/win32/{dirsearch.c,getlogin.c,misc.c,resource.c,passwd.c,
15270 times.c,spawn.c,pipe.c,wait.c,termios.c,ioctl.c,uname.c}: New files.
15271 * libc/sys/win32/console.c: Update to new definition of __hmap.
15272 * libc/sys/win32/Makefile.in: Build new files.
15273 * libc/sys/win32/sys/{dirent.h,winerror.h,wait.h,termios.h}: New files.
15274 * libc/sys/win32/sys/{ioctl.h,utsname.h}: New files.
15275 * libc/sys/win32/sys/strace.h: Renamed from ptrace.h.
15276 * libc/sys/win32/sys/wintypes.h (GetCurrentDirectoryA): Fix prototype.
15277
15278 Thu Aug 10 16:32:52 1995 Doug Evans <dje@canuck.cygnus.com>
15279
15280 * libc/sys/h8500hms/misc.c (kill): Handle SIGABRT.
15281
15282 Thu Aug 10 12:07:38 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15283
15284 * libc/stdlib/{dtoa.c, strtod.c}: Merged assorted changes that
15285 have been made to the master dtoa.c sources (from netlib.att.com)
15286 since they were integrated into newlib in early 1992. Fixes
15287 problems with storage leaks and handling of numbers with very
15288 negative exponents.
15289
15290 Wed Aug 9 14:18:39 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15291
15292 * Makefile.in (all): set rootpre and srcrootpre before calling
15293 sub-makes.
15294
15295 Tue Aug 8 17:20:45 1995 steve chamberlain <sac@slash.cygnus.com>
15296
15297 * libc/sys/win32/crt0.c: Change __hmap usage.
15298 * libc/sys/win32/exceptions.c: Use _ptrace call.
15299 * libc/sys/win32/syscalls.c: Use _ptrace call.
15300 (read, write): Cope with DOS style CRLF when in TEXT mode.
15301 * libc/sys/win32/syscalls.h: Declare hinfo struct.
15302 * libc/sys/win32/user32.def: Get DefWindowProc arg list right.
15303 * libc/sys/win32/sys/fcntl.h, ptrace.h: New.
15304 * libc/sys/win32/sys/windows.h: Fill in rest of messages.
15305 * libc/sys/win32/sys/wintypes.h: Fix attribute syntax.
15306
15307 Mon Aug 7 13:04:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15308
15309 * libc/include/math.h (cabs, cabsf, drem, dremf): New declarations.
15310
15311 * libm/math/{w_cabs.c, wf_cabs.c, w_drem.c, wf_drem.c}: New files,
15312 wrappers for hypot() and remainder() for BSD libm compatibility.
15313 These are public domain implementations written by me for the
15314 NetBSD libm some time ago. Note cabs() is required by ucbtest.
15315 * libm/math/Makefile.in (obj): Added w_cabs.o and w_drem.o.
15316 (fobj): Added wf_cabs.o and wf_drem.o.
15317
15318 Thu Aug 3 08:13:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15319
15320 * libc/sys/h8500hms/misc.c: New file.
15321 * libc/sys/h8500hms/Makefile.in (OFILES): Add misc.o.
15322
15323 Wed Aug 2 16:46:27 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15324
15325 * libc/time/localtime.c (localtime): Fix problem with leap year
15326 handling. Stole algorithm from Arthur David Olson's tz code.
15327
15328 Mon Jul 31 10:21:54 1995 steve chamberlain <sac@slash.cygnus.com>
15329
15330 * configure.in: (z8k-*sim): Renamed z8k-*-coff.
15331
15332 * libc/sys/z8ksim/glue.c (_getpid, _kill): New
15333 (_exit): Use argument.
15334
15335 Fri Jul 28 15:17:04 1995 Doug Evans <dje@canuck.cygnus.com>
15336
15337 * libc/sys/win32/sys/winbase.h (_WINBASE_H): Define.
15338
15339 Wed Jul 26 16:24:19 1995 steve chamberlain <sac@slash.cygnus.com>
15340
15341 * libc/sys/sh/trap.S (perrno): Align correctly. (pr 7532)
15342
15343 Mon Jul 24 13:42:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15344
15345 * configure.in (sparc*): Add -DMALLOC_ALIGNMENT=8 to
15346 target_cflags.
15347
15348 Mon Jul 24 11:42:07 1995 steve chamberlain <sac@slash.cygnus.com>
15349
15350 * libc/sys/win32/crt0.c (mainCRTStartup): Look for
15351 ptrace with case insensitivity
15352 * libc/sys/win32/{user32.def, gdi32.def, exceptions.c, screen.c,
15353 sys/winbase.h, sys/windows.h, sys/wintypes.h, sys/winuser.h}:
15354 New files.
15355
15356 Fri Jul 21 11:22:26 1995 Doug Evans <dje@canuck.cygnus.com>
15357
15358 * Makefile.in: Multilib support moved to ../cfg-ml-{com,pos}.in.
15359 (MULTITOP, MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): New variables.
15360 (all, install, *clean): Use new multilib support.
15361 * configure.in: Multilib support moved to ../cfg-ml-{com,pos}.in.
15362
15363 Fri Jul 21 07:11:42 1995 steve chamberlain <sac@slash.cygnus.com>
15364
15365 * libc/include/sys/signal.h (__WIN32__): New.
15366
15367 * configure.in (i386-*-win32): Remobe SBRK_IS_ALLOC.
15368
15369 * libc/stdlib/mprec.c (Balloc): Fix trampling problem.
15370 (ulp, b2d): Handle 32 bit doubles.
15371 * libc/stdlib/mprec.h: Handle 32 bit doubles.
15372 * libc/stdlib/strtod.c (_strtod_r): Ditto.
15373
15374 Fri Jul 14 08:24:58 1995 steve chamberlain <sac@slash.cygnus.com>
15375
15376 from medp@primag.co.uk:
15377 * libc/stdio/setvbuf.c (setvbuf): Fix line buffering on
15378 dynamically allocated buffers.
15379
15380 Thu Jul 20 10:11:03 1995 Fred Fish <fnf@fishbowl>
15381
15382 * libc/include/sys/unistd.h (_exit): Add _ATTRIBUTE ((noreturn)).
15383 * libc/stdlib/exit.c (unistd.h): Include to pick up _exit() declaration.
15384
15385 Thu Jul 20 10:16:25 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15386
15387 * configure.in (powerpc): Fix previous fix.
15388
15389 Wed Jul 19 14:08:55 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15390
15391 * configure.in (powerpc-*eabiaix*): Update PowerPC multilib
15392 directories for this target.
15393
15394 Wed Jul 19 00:34:30 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15395
15396 * configure.in (hppa): Add machine_dir definition.
15397 * libc/machine/hppa: New directory with PA specific implementations
15398 of the basic memory/string functions.
15399
15400 Tue Jul 18 21:16:00 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15401
15402 * configure.in: Update current PowerPC multilib directories.
15403 Split big and little endian configurations.
15404
15405 Tue Jul 18 11:55:33 1995 Ian Lance Taylor <ian@cygnus.com>
15406
15407 * configure.in: Add --enable-single-float option to configure to
15408 control use of MIPS single-float directories. Default to yes.
15409
15410 * Makefile.in (all): Don't recurse into multilib directory if it
15411 does not exist.
15412
15413 Mon Jul 17 15:51:30 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15414
15415 * libc/sys/sh/syscalls.c: Fix typo.
15416
15417 Mon Jul 3 14:38:52 1995 Steve Chamberlain <sac@slash.cygnus.com>
15418
15419 * Makefile.in, libc/Makefile.in, libc/sys/Makefile.in:
15420 Pass down DLLTOOL.
15421 * libc/include/process.h: Define WAIT_CHILD.
15422 * libc/include/types.h: Get sizes right for win32.
15423 * configure.in (i386-*-pe): Becomes i386-win32.
15424 * libc/sys/win32/{crt0.c, kernel32.def, longjmp.c, setjmp.c, syscalls.c
15425 wintypes.h,sys/file.h,sys/resource.h}: Second pass.
15426 * libc/stdlib/mallocr.c: Don't round up memory block if SBRK_IS_ALLOC
15427 is defined.
15428
15429 Wed Jun 28 18:34:54 1995 Steve Chamberlain <sac@slash.cygnus.com>
15430
15431 * configure.in (i[345]86-*-pe): New target (NT).
15432 * host/any: DLLTOOL new.
15433 * libc/sys/win32/{crt0.c, kernel32.def, longjmp.c, setjmp.c, syscalls.c
15434 wintypes.h,sys/file.h,sys/resource.h}: Preliminary support for
15435 WIN32 (just enough to cross host the comp-tools).
15436
15437 Thu Jun 22 11:45:18 1995 Doug Evans <dje@canuck.cygnus.com>
15438
15439 * libc/machine/h8300/{cmpsi.S,ucmpsi.S,divhi3.S,mulhi3.S,mulsi3.S}:
15440 Deleted. These files live in gcc/config/h8300/lib1funcs.asm now.
15441
15442 Mon Jun 19 11:40:40 1995 Doug Evans <dje@canuck.cygnus.com>
15443
15444 * libc/include/machine/ieeefp.h (arm): Change to always be
15445 __IEEE_BIG_ENDIAN (even on little endian ARM's).
15446
15447 Thu Jun 8 14:22:28 1995 Steve Chamberlain <sac@slash.cygnus.com>
15448
15449 * libc/sys/crt0.S: Initialze sp, and call exit after main.
15450 * libc/sys/syscalls.c (abort): New.
15451 * configure.in (arm): Define ABORT_PROVIDED.
15452
15453 Wed Jun 7 14:04:35 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15454
15455 * configure.in (powerpc): Define multidirs.
15456
15457 Mon Jun 5 16:10:13 1995 Doug Evans <dje@canuck.cygnus.com>
15458
15459 * libc/sys/arm/crt0.S: Add __USER_LABEL_PREFIX__ support.
15460
15461 Thu Jun 1 10:51:47 1995 Sean Eric Fagan <sef@cygnus.com>
15462
15463 * configure.in (sparclite): Delete target_cflags. Define multidirs.
15464
15465 Wed May 24 14:23:25 1995 Steve Chamberlain <sac@slash.cygnus.com>
15466
15467 * configure.in, libc/include/machine/ieeefp.h: Modified
15468 for arm:
15469 libc/machine/arm/*, libc/sys/arm/*: New
15470
15471 Tue May 23 13:53:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15472
15473 * libc/include/machine/ieeefp.h: Use __PPC__ instead of
15474 __powerpc__ when determining endianness.
15475
15476 Wed May 10 07:55:56 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15477
15478 * configure.in (m68*): Add multidir for the m68332.
15479
15480 * host/any (CC): Fix typo in last change.
15481
15482 Fri Apr 14 22:20:31 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15483
15484 * libc/include/sys/config.h: Test __m68k__ instead of __m68000__
15485 when determining endianness.
15486 * libc/include/machine/ieeefp.h: Ditto.
15487 * libc/machine/m68k/setjmp.S: Use '&' instead of '#' for immediate
15488 operands.
15489
15490 Fri Apr 14 14:14:29 1995 Doug Evans <dje@chestnut.cygnus.com>
15491
15492 * libc/include/errno.h (ENOTEMPTY): Define.
15493
15494 Thu Apr 6 12:21:20 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15495
15496 * configure.in (sparc-sun-sunos*): Add -DMALLOC_ALIGNMENT=8 to
15497 target_cflags.
15498
15499 * libc/sys/sun4/Makefile.in (COPYOFILES): Added rem.o, multiply.o,
15500 and umultiply.o.
15501
15502 * libc/stdio/tmpnam.c (worker): Unconditionally increment count
15503 instead of only when open succeeds. ANSI requires that multiple
15504 calls to tmpnam() result in different files.
15505
15506 * libc/sys/sun4/Makefile.in (COPYRENAMEOFILES): New macro, list of
15507 objects pulled in from /lib/libc.a that must be renamed before
15508 being pulled into newlib. /lib/libc.a's div.o conflicted with
15509 newlib's file with the same name.
15510
15511 * libc/stdlib/ldiv.c (ldiv): Call labs() instead of abs().
15512
15513 * host/any (CC, AS, AR, RANLIB): Changed so that executables in
15514 the build tree will only be used if the executables are present
15515 (instead of just the Makefiles).
15516
15517 * libc/include/stdlib.h (mblen, mbtowc, wctomb, mbstowcs,
15518 wcstombs): Define.
15519 * libc/stdlib/{mblen.c, mbstowcs.c, wcstombs.c}: New files, null
15520 versions of these functions that I orignally wrote for the
15521 NetBSD C library.
15522 * libc/stdlib/{mbtowc.c, wctomb.c}: Replaced functions with
15523 versions I wrote for NetBSD.
15524
15525 Wed Mar 29 12:42:42 1995 Kung Hsu <kung@mexican.cygnus.com>
15526
15527 * libc/sys/sparclite/Makefile.in: add crt0.s and make info.
15528 * libc/sys/sparclite/crt0.s: ditto.
15529
15530 Tue Mar 28 20:28:03 1995 Rob Savoye <rob@rtl.cygnus.com>
15531
15532 * configure.in: Add soft-float for proelf.
15533
15534 Mon Mar 27 12:07:56 1995 Steve Chamberlain <sac@bang.hack.com>
15535
15536 * libc/stdlib/mprec.h (Bcopy): Copy the right number
15537 of bytes.
15538
15539 Mon Mar 27 11:24:22 1995 Doug Evans <dje@chestnut.cygnus.com>
15540
15541 * Makefile.in (all): Depend on `force'.
15542 * configure.in (syscall_dir): Renamed from fake_sys_dir.
15543 (libc_syscall_lib): Renamed from libc_fake_sys_lib.
15544 (LIBC_SYSCALL_LIB): Renamed from LIBC_FAKE_SYS_LIB.
15545 * libc/Makefile.in: Likewise.
15546 * libc/include/reent.h: Update syscall references.
15547 (_fcntl_r): Add prototype.
15548 * libc/syscalls/*.c #include <reent.h>.
15549 (*) Call reentrant version if REENTRANT_SYSCALLS_PROVIDED.
15550
15551 Mon Mar 20 16:57:39 1995 Doug Evans <dje@deneb.cygnus.com>
15552
15553 * libc/include/sys/stat-dj.h (S_ISBLK): Define.
15554 (S_ISCHR, S_ISDIR, S_ISFIFO, S_ISREG): Define.
15555 * libc/include/sys/stat.h (stat-dj.h): Include ifdef MSDOS.
15556 (time.h, sys/types.h): Always include (even if MSDOS).
15557 (stat): Fix prototype.
15558
15559 Fri Mar 10 11:30:38 1995 Ian Lance Taylor <ian@cygnus.com>
15560
15561 * configure.in (i[345]86-*-go32): Compile with -DNO_EXEC.
15562
15563 Mon Feb 27 18:00:39 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15564
15565 * libc/machine/h8500/psi.S (EXTPSIHI_RN_SN): Ifdef out.
15566
15567 Mon Feb 13 16:10:03 1995 Ian Lance Taylor <ian@cygnus.com>
15568
15569 * libc/include/regdef.h: New file.
15570 * libc/machine/mips/machine/regdef.h: New file.
15571
15572 Mon Feb 6 15:24:29 1995 Doug Evans <dje@canuck.cygnus.com>
15573
15574 * libc/sys/sparc64/sys/fcntl.h (open): Add ellipsis.
15575
15576 Fri Jan 27 13:52:10 1995 Steve Chamberlain <sac@splat>
15577
15578 * libc/sys/sh/crt0.S: Pass main's return to exit.
15579 * libc/sys/sh/trap.S: Put errno in the right place.
15580
15581 Tue Jan 24 18:57:56 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
15582
15583 * libm/math/e_rem_pio2.c (__ieee754_rem_pio2): Integrate change
15584 from fdlibm 5.2: handle |x| < 3pi/4 more efficiently.
15585 * libm/math/ef_rem_pio2.c: Likewise.
15586 * libm/math/e_log10.c: Remove unused static one.
15587 * libm/math/ef_log10.c: Likewise.
15588 * libm/math/s_frexp.c: Likewise.
15589 * libm/math/sf_frexp.c: Likewise.
15590
15591 Sun Jan 22 21:26:14 1995 Steve Chamberlain <sac@splat>
15592
15593 * libc/sys/go32/Makefile.in, clock.S, dir.c, setjmp.S, stat.c,
15594 longjmp.S: Upgraded.
15595 * libc/sys/go32/sys/setjmp.h: Upgraded.
15596 * libc/sys/go32/sys/go32.h, dpmi.h: New files.
15597
15598 Fri Jan 20 18:33:18 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
15599
15600 * configure.in: Add many entries to multidirs for mips targets.
15601
15602 Wed Jan 18 10:19:25 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15603
15604 * libm/math/e_jn.c (__ieee754_yn): Integrate change from fdlibm
15605 5.2 which fixes bug where jn(-1,x) is three times larger than
15606 the actual answer.
15607 * libm/math/ef_jn.c (__ieee754_ynf): Likewise.
15608
15609 Sun Jan 15 21:48:58 1995 Steve Chamberlain <sac@splat>
15610
15611 * libc/sys/w65/sys/syscalls.h: New file
15612 * libc/include/machine/ieeefp.h: W65 support.
15613 * libc/include/sys/config.h: Ditto.
15614 * libc/machine/w65/Makefile.in, cmpsi, divsi3, lshrhi.s, mulsi3.c,
15615 sdivhi3.s, smulhi3.s, udivhi3.s, umodhi3.s: New files.
15616 * libc/sys/w65/Makefile.in, crt0.c, syscalls.c, trap.c: New files.
15617
15618 Wed Jan 11 15:59:01 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
15619
15620 * libc/sys/Makefile.in (lib.a, crt0.o): Depend upon subs.
15621
15622 Tue Jan 3 15:57:03 1995 Rob Savoye <rob@darkstar.cygnus.com>
15623
15624 * Makefile.in, configure.in: Remove any references to the old
15625 "stub" dir.
15626
15627 Thu Dec 22 10:42:08 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15628
15629 * libc/syscalls/sysopen.c: Write _HAVE_STDC version of open, which
15630 uses ... in prototype.
15631
15632
15633 Wed Nov 30 08:39:42 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
15634
15635 * libc/sys/a29khif/sys/libconfig.h: Remove.
15636 * libc/sys/go32/sys/libconfig.h: Remove.
15637 * libc/sys/sun4/sys/libconfig.h: Remove.
15638 * libc/sys/sysvi386/sys/libconfig.h: Remove.
15639 * libc/sys/sysvnecv70/sys/libconfig.h: Remove.
15640 * libc/sys/sparc64/sys/libconfig.h: Remove.
15641
15642 * libc/include/_ansi.h (_FLOAT_ARG, _FLOAT_RET): Don't define.
15643 * libc/include/sys/config.h (_FLOAT_ARG, _FLOAT_RET): Likewise.
15644 * libc/include/math.h: Change all uses of _FLOAT_RET and
15645 _FLOAT_ARG to float.
15646 * libm/test/math.c: Likewise.
15647 * testsuite/libm.sac/math.c: Likewise.
15648 * testsuite/libm.sac/working/math.c: Likewise.
15649
15650 Wed Nov 23 22:39:28 1994 Steve Chamberlain (sac@jonny.cygnus.com)
15651
15652 * libc/sys/sh/trap.s,crt0.s,setjmp.s: Renamed with .S so that
15653 gcc calls gas with endian option.
15654 * configure.in (sh): Build little endian version too.
15655
15656 Wed Nov 16 18:21:45 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15657
15658 * configure.in: Configure big and little endian versions for MIPS
15659 targets.
15660
15661 Sat Nov 12 21:12:51 1994 Doug Evans <dje@canuck.cygnus.com>
15662
15663 * libc/include/limits.h: Deleted.
15664 * libc/include/machine/limits.h: Deleted.
15665
15666 Thu Nov 10 15:32:44 1994 Rob Savoye <rob@rtl.cygnus.com>
15667
15668 * ChangeLog: Remove stub directory. This has all been rewritten
15669 and moved to devo/libgloss.
15670
15671 Thu Sep 29 18:31:04 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15672
15673 * Makefile.in (dvi): Add to info target, use $@ in sub make.
15674 (docs): Merge into info target.
15675 * libm/Makefile.in (dvi): Add $(srcdir).
15676 * libm/math/Makefile.in (chobjs): Remove underscores from file
15677 names. Texinfo doesn't like them.
15678 (wacos.def, ...): Add explicit targets for all .def files.
15679 * libm/math/math.tex: Remove underscores from @include file names.
15680 * doc/Makefile.in (dvi): Add dummy target.
15681 * testsuite/Makefile.in (dvi): Add dummy target.
15682
15683 Mon Sep 26 21:17:46 1994 Doug Evans (dje@canuck.cygnus.com)
15684
15685 * Makefile.in (VERSION): Define. For net newlib releases.
15686
15687 Thu Sep 22 19:01:26 1994 Doug Evans (dje@canuck.cygnus.com)
15688
15689 * README: New file.
15690
15691 Mon Sep 19 16:35:23 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15692
15693 * libc/stdlib/ecvtbuf.c (_gcvt): Undo last change.
15694
15695 Mon Sep 19 11:44:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15696
15697 * libc/stdlib/setenv.c (_findenv): Declare.
15698
15699 * libc/include/sys/fcntl.h: Fix declarations of open, creat, and
15700 fcntl to not use _EXFUN, and change string parameters to open and
15701 creat to be ``const char *''.
15702 * libc/sys/sparc64/sys/fcntl.h: Likewise.
15703 * libc/sys/sparc64/creat.c (creat): Make PATH const.
15704 * libc/syscalls/sysopen.c: Include <fcntl.h>.
15705 (open) Make _FILE const.
15706 * libc/sys/z8ksim/glue.c (_open): Make BUF const.
15707 (_creat): Make PATH const.
15708 * libc/sys/h8300hms/syscalls.c (_open): Make PATH const.
15709 * libc/sys/h8500hms/syscalls.c (_open): Likewise.
15710 * libc/sys/m88kbug/syscalls.c (open): Likewise.
15711 * libc/sys/sh/syscalls.c (_open): Likewise.
15712 * stub/shared/glue.c (open): Make BUF const.
15713 * stub/ex93x/syscalls.c (open): Make FILENAME const.
15714
15715 Thu Sep 8 16:39:12 1994 Steve Chamberlain (sac@jonny.cygnus.com)
15716
15717 * libc/include/errno.h: Add ENMFILE
15718 * libc/include/sys/config.h: Support Z8000.
15719 * libc/include/sys/signal.h: New signals for go32.
15720 * libc/machine/h8500/psi.S (__addpsir0r0): New function
15721 * libc/machine/h8500/cmpsi.S (__ucmppsi2): New function
15722 * libc/machine/sh/sdivsi3.s (__sdivsi3): Rewritten.
15723 * libc/stdlib/mallocr.c (_morecore_r): Minimum chunk
15724 size is variable, depending upon CHUNK_POWER.
15725 * libc/sys/go32/*.c: Upgrade to new go32 stuff.
15726
15727 Sun Sep 4 17:42:43 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15728
15729 * libc/stdlib/ecvtbuf.c (_gcvt): Output '-' for negative numbers.
15730
15731 Fri Sep 2 10:56:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15732
15733 * libc/include/_ansi.h (_PARAMS): Don't define if already defined.
15734
15735 Wed Aug 24 11:11:03 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15736
15737 * configure.in: Change i[34]86 to i[345]86.
15738
15739 * libc/include/math.h: Don't define HUGE_VAL if it is already
15740 defined.
15741
15742 Wed Aug 17 15:18:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15743
15744 * testsuite/libm.sac/test_erfc.c: Correct some result values.
15745 * testsuite/libm.sac/test_gammaf.c: Likewise.
15746 * testsuite/libm.sac/test_sin.c: Likewise.
15747 * testsuite/libm.sac/test_tanh.c: Likewise.
15748
15749 Tue Aug 16 16:12:53 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15750
15751 * libc/include/machine/ieeefp.h: Don't try set endianness if it is
15752 already set. Define typedefs __int32_t and __uint32_t.
15753 * libc/include/math.h: Include <machine/ieeefp.h>.
15754 (union __dmath): Use __uint32_t.
15755 * libm/math/fdlibm.h, libm/math/*.c: Use __int32_t and __uint32_t
15756 instead of int and unsigned int.
15757
15758 Thu Aug 11 15:16:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15759
15760 Replace the math library with the SunPRO fdlibm package.
15761 * libm/math: Completely changed all files.
15762 * libm/ieeefp: Remove contents and directory.
15763 * libm/Makefile.in (LIBM_FP_LIB): Remove.
15764 (SUBDIRS): Just set to math/lib.a.
15765 * libm/libm.texinfo: Updated for new library.
15766 * libc/include/math.h: Extensive changes for new math library.
15767 * libc/include/ieeefp.h (isnanf, isinff, finitef): Change argument
15768 from _FLOAT_ARG to float.
15769 (maxpowtwo, maxpowtwof): Don't declare.
15770 * configure.in (fp_dir): Removed; was always ieeefp anyhow.
15771 (libm_fp_lib): Removed.
15772 * Makefile.in (MATHOBJS_IN_LIBC): Updated with new file names.
15773 * testsuite/libm.paranoia/Makefile.in (check): Correct --srcdir
15774 argument to ${RUNTEST}.
15775 * testsuite/libm.sac/Makefile.in (LOCAL_CFLAGS): Define.
15776 (.c.o): New rule.
15777 (RUNTESTFLAGS): Set CC and CFLAGS.
15778 (TESTS): Remove test_log2 and test_log2f.
15779 (${TESTS}): Pass ${LOCAL_CFLAGS}, not ${CFLAGS}.
15780 * testsuite/libm.sac/math.c (run_vector_1): Use float, not
15781 _FLOAT_ARG, for single precision argument type.
15782 * testsuite/libm.sac/sac.exp: Treat an error in bit 63 as an
15783 expected failure. Close the input pipe.
15784 * testsuite/libm.sac/test.c (test_sok, test_iok, test_scok):
15785 Correct misspelling of inaccurate.
15786 (test_mok): Use ``inaccurate'', not ``wrong''.
15787 * testsuite/libm.sac/{test_acos.c, test_acosh.c, test_asin.c,
15788 test_asinh.c, test_atan.c, test_atanh.c, test_ceil.c,
15789 test_ceilf.c, test_cos.c, test_cosh.c, test_erf.c, test_erf.c,
15790 test_fabs.c, test_floor.c, test_floorf.c, test_fmod.c,
15791 test_fmodf.c, test_gamma.c, test_log1p.c, test_log1pf.c,
15792 test_yn.c): Correct many result values. Many are still wrong.
15793
15794 * libc/stdlib/ecvtbuf.c (print_e): If _dtoa_r sets decpt to 9999,
15795 just copy the string.
15796 (_gcvt): Always return the buffer.
15797
15798 Tue Aug 9 13:43:23 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15799
15800 * bcopy.c: fixed documentation, bcopy was not specified by ANSI.
15801
15802 Wed Aug 3 05:39:41 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15803
15804 * libc/include/sys/reent.h: (struct _Bigint): add _reclaim
15805 structure.
15806 (struct _reent): add _p5s, _cvtlen, _cvtbuf.
15807 (_reclaim_reent): declare new entry point.
15808 * libc/reent/reent.c (cleanup_glue, _reclaim_reent): new
15809 functions.
15810
15811 * libc/stdlib/mprec.c (Balloc): Keep track of every struct bigint
15812 ever allocated, so that we can later reclaim them all.
15813 (pow5mult): make reentrant.
15814
15815 * libc/stdlib/ecvtbuf.c (fcvtbuf, ecvtbuf): extend these functions
15816 so that when given NULL as a buffer, return a pointer to static
15817 space in the rent structure. This is not documented behaviour;
15818 it's only to support ecvt and fcvt, which aren't ANSI anyway.
15819 * libc/stdlib/efgcvt.c (fcvt, ecvt) Use new functionality (and
15820 therefore become reentrant).
15821
15822 * libc/stdlib/dtoastub.c: remove spurious inclusion of mprec.h.
15823
15824 Mon Aug 1 16:52:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15825
15826 * libc/include/machine/ieeefp.h: Check _AM29K, not ___AM29K__.
15827
15828 Thu Jul 28 15:40:21 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15829
15830 * Makefile.in: Make link to libg.a after libc.a; this is needed
15831 for the testsuites to build executables when everything comes
15832 from the tree.
15833
15834 Mon Jun 27 17:14:29 1994 Bill Cox (bill@rtl.cygnus.com)
15835
15836 * libc/Makefile.in: Add a VERSION variable so we can keep track.
15837 * libm/Makefile.in: Add a VERSION variable so we can keep track.
15838
15839 Wed Jun 22 10:26:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15840
15841 * libc/include/stdio.h: Use __VALIST, not va_list.
15842
15843 Tue May 17 15:43:28 1994 Bill Cox (bill@rtl.cygnus.com)
15844
15845 * testsuite/config/unix-libm.exp, testsuite/lib/libm.exp,
15846 testsuite/libm.sac/execute.exp:
15847 Replace error proc calls with perror calls.
15848
15849 Wed May 11 09:25:28 1994 Doug Evans (dje@canuck.cygnus.com)
15850
15851 * libc/include/*.h: #include "_ansi.h" instead of <_ansi.h>.
15852 * libc/include/time.h: #define NULL as 0L.
15853
15854 Mon May 9 18:41:20 1994 Doug Evans (dje@canuck.cygnus.com)
15855
15856 * host/any (INCLUDES): Delete -I of gcc/include, gcc -B takes
15857 care of it.
15858
15859 Mon May 9 18:39:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15860
15861 * libc/include/sys/signal.h: Check for __GO32__, not __i386__ and
15862 not __unix__.
15863
15864 Sat May 7 17:07:36 1994 Steve Chamberlain (sac@cygnus.com)
15865
15866 * configure.in (TARGET_CFLAGS): Set -O2 as default.
15867 (z8k-*-*): Use syscalls fake sys dir.
15868 * libc/sys/z8k/glue.c: Rename syscalls.
15869 * libc/sys/go32/Makefile.in: Use new routines.
15870 * libc/machine/Makefile.in: Fix typo in ln stuff.
15871
15872 Thu May 5 13:47:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15873
15874 * Makefile.in (libm.a, crt0.o): Use cp if ln fails.
15875 * libc/Makefile.in (crt0.o): Likewise.
15876 * libc/machine/Makefile.in (lib.a): Likewise.
15877 * libc/sys/Makefile.in (lib.a, crt0.o): Likewise.
15878
15879 All Makefile.in files: Added mostlyclean, realclean and distclean
15880 targets.
15881
15882 * Makefile.in: Don't bother to unexport XTRAFLAGS or
15883 XTRAFLAGS_FOR_TARGET, since they are no longer passed down from
15884 the top level Makefile.
15885
15886 Tue Apr 26 15:10:34 1994 Doug Evans (dje@canuck.cygnus.com)
15887
15888 * libc/sys/sparc64/sys/stat.h: New file.
15889 * libc/sys/sparc64/sys/time.h: New file.
15890 * libc/sys/sparc64/sys/types.h: New file.
15891
15892 Fri Apr 22 12:58:24 1994 Stan Shebs (shebs@andros.cygnus.com)
15893
15894 * stub/ex93x/crt0.s (start): Add code to clear bss.
15895
15896 Wed Apr 13 10:34:58 1994 Doug Evans (dje@canuck.cygnus.com)
15897
15898 * libc/include/sys/types.h (time_t): Properly protect inside
15899 #ifndef __time_t_defined.
15900
15901 * libc/stdio/fileno.c: New file.
15902 * libc/stdio/Makefile.in (OFILES, CHEWOUT_FILES): Add fileno.
15903 (fileno.o): Add dependency.
15904 * libc/include/stdio.h (__sgetc): Rename never to _never.
15905 (fileno macro): Disable, needs to do CHECK_INIT first.
15906
15907 Mon Apr 11 17:37:09 1994 Bill Cox (bill@rtl.cygnus.com)
15908
15909 * testsuite/Makefile.in (EXPECT, RUNTEST): Set these for the check
15910 goal.
15911
15912 * testsuite/Makefile.in (check): Set TCL_LIBRARY for runtest.
15913 * testsuite/libm.paranoia/Makefile.in (check): Set TCL_LIBRARY for
15914 runtest.
15915 * testsuite/libm.sac/Makefile.in (check): Set TCL_LIBRARY for
15916 runtest.
15917
15918 Sat Apr 9 16:18:09 1994 Doug Evans (dje@cygnus.com)
15919
15920 * libc/sys/sparc64/sys/fcntl.h: New file, define solaris versions
15921 of the various constants.
15922
15923 Thu Apr 7 21:19:07 1994 Mark Eichin (eichin@cygnus.com)
15924
15925 * libc/include/math.h: #ifndef __math_68881 around things which
15926 conflict with the (gcc-provided) inline functions in
15927 gcc/ginclude/math-68881.h.
15928
15929 Thu Apr 7 02:50:43 1994 Doug Evans (dje@cygnus.com)
15930
15931 * libc/include/_syslist.h (_gettimeofday): Define.
15932 (_times): Ditto.
15933 * libc/include/reent.h: #include <machine/types.h> to get _CLOCK_T_.
15934 (struct tms, timeval, timezone): Declare.
15935 (_gettimeofday_r, _times_r): Declare.
15936 * libc/include/time.h (_CLOCK_T_): Don't #undef. Remove
15937 #ifdef _CLOCK_T_ surrounding definition of clock_t.
15938 (time_t): Add multiple definition protection, __time_t_defined.
15939 * libc/include/sys/time.h: Don't #include <time.h>.
15940 Always define struct timezone (remove #ifndef _TIME_H_).
15941 * libc/include/sys/times.h (_CLOCK_T_): Don't #undef. Remove
15942 #ifdef _CLOCK_T_ surrounding definition of clock_t.
15943 * libc/reent/Makefile.in (OFILES): Add timer.o.
15944 (CHEWOUT_FILES): Add timer.def. Add timer.o/timer.c dependence.
15945 * libc/reent/timer.c: New file.
15946 * libc/time/clock.c: #include <reent.h>.
15947 (clock): Call _times_r instead of times.
15948 * libc/time/time.c (HAVE_GETTIMEOFDAY): Renamed from
15949 HAVE_GET_TIME_OF_DAY.
15950 Add comment regarding supporting OS routine(s) required (for docs).
15951 #include <reent.h>.
15952 (time): Call _gettimeofday_r instead of gettimeofday.
15953 * libc/time/asctime.c: Fix comment regarding supporting OS routines.
15954 * libc/time/ctime.c: Ditto.
15955 * libc/time/strftime.c: Ditto.
15956 * libc/sys/sparc64/Makefile.in (TEMPLATE_SFILES): Remove gettimeofday.
15957 (TEMPLATE_SFILES_R): Define here. Also define times.
15958 Add times_r.o/times.S dependence.
15959 (time2.c, junk.c): Deleted.
15960 * libc/sys/sparc64/time2.c: Deleted.
15961 * configure.in (sparc64-*-*): Define HAVE_GETTIMEOFDAY.
15962
15963 * libc/stdio/mktemp.c (_getpid_r): Renamed from _getpid.
15964 * libc/stdio/tmpnam.c (_getpid_r): Ditto.
15965 * libc/sys/sparc64/junk.c: Deleted.
15966
15967 Mon Mar 21 16:51:03 1994 Doug Evans (dje@canuck.cygnus.com)
15968
15969 * libc/sys/sparc64/Makefile.in: Add times syscall.
15970 * libc/sys/sparc64/crt0.S: Handle stack bias at run time so we can
15971 be used with and without it. Add comment clarifying Medium/Anywhere
15972 model requirements.
15973 * libc/sys/sparc64/sigsetjmp.S (setjmp, longjmp): Add svr4 support.
15974 * libc/sys/sparc64/sys/syscall.h (SYS_times): Define for sunos4
15975 even if obsolete.
15976
15977 Sun Mar 20 15:51:47 1994 Doug Evans (dje@cygnus.com)
15978
15979 * configure.in (target_cflags): Move init.
15980 (sparc64-*-*): Define HAVE_BLKSIZE.
15981
15982 Wed Mar 9 10:44:52 1994 Doug Evans (dje@canuck.cygnus.com)
15983
15984 * libc/include/sys/_types.h: New file.
15985 * libc/include/reent.h: #include it.
15986 Add comment describing REENTRANT_SYSCALLS_PROVIDED and
15987 MISSING_SYSCALL_NAMES.
15988 Sort syscalls.
15989 * libc/include/_syslist.h: Remove _raise.
15990 * libc/reent/signalr.c: New file.
15991 * libc/reent/Makefile.in: Compile it.
15992 * libc/signal/signal.c: Only use ifdef SIMULATED_SIGNALS.
15993 Add doc for raise and _raise_r.
15994 * libc/signal/raise.c: Only use ifndef SIMULATED_SIGNALS.
15995 (raise): Call _raise_r.
15996 (_raise_r): Call _getpid_r and _kill_r.
15997 * libc/stdlib/abort.c: Remove inclusion of stdio.h and _syslist.h.
15998 (abort): Loop forever calling raise and _exit.
15999
16000 Mon Mar 7 14:40:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16001
16002 * configure.in: Remove extraneous echo.
16003
16004 Thu Mar 3 12:14:22 1994 Doug Evans (dje@canuck.cygnus.com)
16005
16006 * libc/sys/sparc64/sys/dirent.h (MAXNAMLEN): #undef to avoid
16007 collision with unistd.h, and fix for svr4.
16008
16009 Wed Mar 2 13:55:25 1994 Doug Evans (dje@canuck.cygnus.com)
16010
16011 * libc/stdio/local.h (_llicvt): Declare.
16012 (CVT_BUF_SIZE): Define (and buffer size from 512 to 128).
16013 * libc/stdio/cvt.c: Include "local.h" to get CVT_BUF_SIZE.
16014 (_llicvt): Define.
16015 (_sicvt): Fix function header (`value' is short).
16016 * libc/stdio/vfprintf.c (_vfprintf_r): Use CVT_BUF_SIZE.
16017 Add printing of long long's support.
16018 Add printing of 8 byte pointer support.
16019
16020 Fri Feb 11 21:52:11 1994 Steve Chamberlain (sac@sphagnum.cygnus.com)
16021
16022 * libc/sys/sh/syscalls.c (pipe, execv, wait, fork, utime, chown,
16023 stat, chmod): New hooks.
16024 (sbrk): Abort if stack and heap collide.
16025 * libc/machine/sh/udivsi3, libc/machine/sh/sdivsi3 Modified to
16026 shortcut when given small args.
16027 * libc/machine/sh/setjmp.s: Rewritten.
16028 * libc/machine/sh/strcmp.s (strcmp): New function takes advantage
16029 of cmp/str instruction.
16030
16031 Wed Feb 9 15:12:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16032
16033 * configure.in: Accept powerpc* as a CPU type, using fp_dir ieeefp
16034 and machine_dir powerpc.
16035 * libc/include/machine/setjmp.h, libc/include/machine/ieeefp.h:
16036 Add cases for __powerpc__.
16037 * libc/machine/powerpc/Makefile.in, libc/machine/powerpc/setjmp.S:
16038 New files.
16039
16040 * libc/include/stdio.h (_iprintf_r): Declare correctly.
16041
16042 Thu Jan 27 10:36:27 1994 Steve Chamberlain (sac@cygnus.com)
16043
16044 * libc/stdlib/callocr.c: New file with _calloc_r in it.
16045 * libc/stdlib/calloc.c (calloc_r): Now in callocr.c
16046
16047 Thu Jan 20 15:14:37 1994 Doug Evans (dje@canuck.cygnus.com)
16048
16049 * libc/stdlib/ecvtbuf.c (print_f): Remove local "done".
16050 (print_e): More comments to describe args, etc.
16051 "type" arg may now be 'g' or 'G' for %g/G format --> remove
16052 trailing blanks.
16053 (_gcvt): Remove locals decpt, sign, end, p, done.
16054 More comments for print_e invocation.
16055 Pass "type" to print_e as is (g/G).
16056
16057 Wed Jan 19 16:34:18 1994 Rob Savoye (rob@darkstar.cygnus.com)
16058
16059 * stub/shared/m68k-crt0.S: Changed so it compiles (and runs) on a
16060 stock m68000.
16061
16062 Mon Jan 17 15:41:53 1994 Doug Evans (dje@canuck.cygnus.com)
16063
16064 * libc/stdlib/mallocr.c (_morecore_r): Fix aligning of pointer so it
16065 works with any sized pointer, including ones bigger than ints and
16066 longs.
16067
16068 Thu Jan 6 14:53:21 1994 Doug Evans (dje@canuck.cygnus.com)
16069
16070 * libc/sys/sparc64/{time2.c,utime.S,utime2.c}: New files.
16071
16072 Sat Dec 11 16:17:20 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16073
16074 * libc/include/stdlib.h (_calloc_r): Add prototype.
16075 * libc/machine/h8500/negsi2.c: New file.
16076 * libc/machine/h8500/divsi3.c: Prevent overflow when dividing v
16077 large unsigned numbers.
16078 * libc/machine/h8500/cmpsi.c: Add cmppsi.
16079 * libc/stdlib/mallocr.c (morecore_r): Fix aligning pointers so it
16080 works when sizeof(size_t) != sizeof(char *).
16081 * libc/stdlib/mprec.c (Balloc): Call calloc rather than malloc to
16082 get play area
16083 * libc/stdlib/mprec.h: Define Just_16 if generating for z8000.
16084
16085 Mon Dec 6 15:59:53 1993 Doug Evans (dje@rtl.cygnus.com)
16086
16087 * libc/include/assert.h (assert): Handle -traditional.
16088
16089 Tue Nov 16 15:49:24 1993 Mark Eichin (eichin@cygnus.com)
16090
16091 * Makefile.in: added ; after every "fi" and "done" that wasn't at
16092 the end of a line (ie. anything before a backslash continuation)
16093 so that bash handles them.
16094
16095 Tue Nov 16 12:31:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16096
16097 * libc/sys/go32/lstat.s: new file, copied from stat.s and renamed
16098 stat to lstat
16099
16100 Mon Nov 15 15:50:43 1993 Steve Chamberlain (sac@jonny.cygnus.com)
16101
16102 * libc/sys/sh/crt0.s, libc/sys/sh/trap.s,
16103 libc/machine/sh/sdivsi3.s, libc/machine/sh/setjmp.s,
16104 libc/machine/sh/udivsi3.s: Use new calling convention.
16105
16106 Mon Nov 15 15:25:38 1993 Mark Eichin (eichin@cygnus.com)
16107
16108 * libc/include/sys/unistd.h, libc/include/sys/stat.h: ANSI-fy
16109 chmod, access, chdir, chown by making _path const. Also fix _amode
16110 param of access.
16111
16112 Fri Nov 12 20:25:28 1993 Mark Eichin (eichin@cygnus.com)
16113
16114 * libc/sys/a29khif/_tmpnam.s (_tmpnam): renamed function to
16115 _khif_tmpnam, because it doesn't comply with ANSI but may be
16116 useful anyway. Real tmpnam was already in libc/stdio, and was
16117 colliding with this one (pr 2176.)
16118 * libc/sys/a29khif/stubs.s (tmpnam): removed tmpnam. This file is
16119 the wrong idea anyhow.
16120
16121 Mon Nov 8 07:50:16 1993 Doug Evans (dje@canuck.cygnus.com)
16122
16123 * configure.in: Remove h8300h, we have multilib now.
16124
16125 Fri Nov 5 12:37:27 1993 Mark Eichin (eichin@cygnus.com)
16126
16127 * libc/string/strcasecmp.c, libc/string/strncasecmp.c: new
16128 functions, to get preference over the ones in libiberty (since we
16129 provide correct declarations in <string.h>.
16130 * libc/string/Makefile.in: add support for strncasecmp,
16131 strcasecmp.
16132
16133 Fri Nov 5 09:05:45 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16134
16135 * Change netware config not to look for cpu explicitly.
16136
16137 Thu Nov 4 14:21:25 1993 Doug Evans (dje@canuck.cygnus.com)
16138
16139 * libc/sys/sparc64/{creat.c,junk.c}: New files.
16140 * libc/sys/sparc64/Makefile.in: Add dependencies.
16141
16142 Wed Nov 3 10:42:49 1993 Doug Evans (dje@canuck.cygnus.com)
16143
16144 * configure.in: Clean up v9 a bit, new "os" aoutv8.
16145
16146 Tue Nov 2 10:00:44 1993 D. V. Henkel-Wallace (gumby@cygnus.com)
16147
16148 * libc/include/sys/reent.h: make structure smaller by allocating
16149 some stuff when needed.
16150 * libc/signal/signal.c: allocate as needed
16151 * libc/stdio/findfp.c,stdio/local.h: ditto
16152 * libc/stdlib/mprec.c: ditto
16153
16154 * libc/time/localtime.c: don't return a dangling stack ptr.
16155
16156 Wed Sep 29 20:42:34 1993 Rob Savoye (rob@darkstar.cygnus.com)
16157
16158 * stub/mvme135/crt0.S, stub/mvme135/glue.c: Moved to stub/generic.
16159
16160 Wed Sep 29 16:27:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16161
16162 * libc/include/stdio.h (__sputc): comment out static inline which
16163 confuses coff toolchains.
16164
16165 Thu Sep 2 16:31:36 1993 Mark Eichin (eichin@cygnus.com)
16166
16167 * libc/sys/a29khif/{_close.s, _fstat.s, _lseek.s, _sbrk.s,
16168 _write.s, getpid.c, kill.c, read.s}:
16169 * libc/sys/a29khif/stubs.s: eliminated stubs that already go
16170 through the syscalls directory.
16171
16172 Fri Oct 29 13:59:58 1993 Jeffrey Wheat (cassidy@cygnus.com)
16173
16174 * configure.in: fixed double quote gotcha.
16175
16176 Wed Oct 27 15:27:09 1993 Rob Savoye (rob@darkstar.cygnus.com)
16177
16178 * stub/ex931: stub library for sparclite board.
16179 * stub/idp: Renamed from mc68ec. Added contructor table
16180 stuff to linker script.
16181 * stub/mvme135: Renamed from m68kmvme. Added contructor table
16182 stuff to linker script.
16183
16184 Tue Oct 26 17:01:23 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16185
16186 * configure.in: Configure testsuites only if they exist.
16187
16188 Tue Oct 26 12:37:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16189
16190 * configure.in: Don't set machine_dir for i386 until there is
16191 something in libc/machine/i386 to compile. For i[34]86-*-netware*
16192 use sys/netware, don't use signal, define NO_EXEC, ABORT_PROVIDED,
16193 CLOCK_PROVIDED and MALLOC_PROVIDED.
16194
16195 * libc/sys/netware: New directory. Contains simplistic and
16196 probably incorrect stubs for NetWare. Should be enough to load
16197 the library.
16198 * libc/sys/netware/crt0.c, libc/sys/netware/environ.c,
16199 libc/sys/netware/getpid.c, libc/sys/netware/link.c: New NetWare
16200 stub files.
16201
16202 * libc/reent/execr.c: Don't use if NO_EXEC is defined.
16203 * libc/reent/sbrkr.c: Don't use if MALLOC_PROVIDED is defined.
16204 * libc/stdlib/abort.c: Don't use if ABORT_PROVIDED is defined.
16205 * libc/time/clock.c: Don't use if CLOCK_PROVIDED is defined.
16206
16207 Mon Oct 25 16:48:08 1993 Roland H. Pesch (pesch@cygnus.com)
16208
16209 * testsuite/Makefile.in: add "docs" dummy target for consistency
16210 with rest of newlib; turn "info" and "install-info" into dummy
16211 targets, since they wouldn't have worked. (Depended on
16212 nonexistent "doc" subdir.)
16213
16214 Fri Oct 22 20:37:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16215
16216 * configure.in: handle mips* instead of mips
16217
16218 Thu Oct 21 08:57:24 1993 Ian Lance Taylor (ian@cygnus.com)
16219
16220 * libc/include/sys/dirent.h: New file. If it is not overridden by
16221 a version of libc/sys/*/sys/dirent.h, it includes the next
16222 <dirent.h> file in case there is one lurking somewhere.
16223
16224 Fri Oct 15 14:17:40 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16225
16226 * libc/stdlib/strtoul.c (_strtoul_r): Several changes for ANSI
16227 compliance, namely: Accept a minus sign. Consider a single 0 with
16228 a radix of 0 as being a conversion. Determine overflow correctly.
16229 If an overflow occurs, set *ptr to the end of the number, not the
16230 middle.
16231 * lib/stdlib/strtol.c (_strtol_r): Determine overflow correctly.
16232
16233 Thu Oct 14 21:49:52 1993 Doug Evans (dje@canuck.cygnus.com)
16234
16235 * libc/machine/h8300/divsi3.S (divmodsi4): Fix h8300h case.
16236
16237 Fri Oct 1 17:17:34 1993 Doug Evans (dje@canuck.cygnus.com)
16238
16239 * Makefile.in (INSTALL): Use $srcrootpre.
16240 (crt0.o): Replace $< with $(CRT0_DIR)/$(CRT0), Sun make
16241 can't handle it.
16242 * libc/Makefile.in (crt0.o): Spell out $<, Sun make can't handle
16243 it.
16244 * libc/sys/Makefile.in (crt0.o, lib.a): Ditto.
16245 * stub/Makefile.in (crt0.o, TARGETLIB): Ditto.
16246 * libc/sys/sparc64/Makefile.in (isatty.o): Sun VPATH lossage.
16247 * libm/math/Makefile.in (matherr.o): Ditto.
16248
16249 Thu Sep 30 11:09:17 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16250
16251 * configure.in: Build multidirs for z8k.
16252 * libc/include/stdlib.h (_strtoul_r): add prototype.
16253 * libc/include/machine/limits.h: Get INT_MIN right for all the z8k family.
16254 * libc/include/machine/setjmp.h: Add for z8k.
16255 * libc/machine/z8k/{mulsi.o, udivsi3.o, umodsi3.o, modsi3.o} obsolete.
16256 * libc/sys/z8ksim/glue.c: tidy up.
16257
16258 Mon Sep 20 14:04:46 1993 Doug Evans (dje@canuck.cygnus.com)
16259
16260 * libc/unix/{execl.c execle.c execlp.c execv.c execvp.c}:
16261 New files. Requires execve system call.
16262 * libc/unix/Makefile.in: Use them.
16263 * libc/sys/sparc64/{execl.c execle.c execlp.c execv.c execvp.c}:
16264 Deleted, moved to libc/unix.
16265 * libc/sys/sparc64/Makefile.in: Remove them.
16266
16267 Mon Sep 20 10:38:32 1993 Doug Evans (dje@canuck.cygnus.com)
16268
16269 * libc/sys/sparc64/{template.S template_r.S}: New files.
16270 * libc/sys/sparc64/Makefile.in: Build source for trivial syscalls
16271 from templates.
16272 * libc/sys/sparc64/{chdir.S chmod.S close.S dup.S fcntl.S
16273 fork.S fstat.S lseek.S link.S mkdir.S open.S pipe.S read.S rmdir.S
16274 umask.S unlink.S wait4.S write.S}: Removed, now built from
16275 templates.
16276
16277 Sun Sep 19 14:52:57 1993 Doug Evans (dje@canuck.cygnus.com)
16278
16279 * libc/time/time.c: #include <_ansi.h>.
16280
16281 Sun Sep 19 13:43:25 1993 Doug Evans (dje@canuck.cygnus.com)
16282
16283 * configure.in (sparc64-*-*): Remove -D__SIZE_TYPE__.
16284
16285 Mon Sep 13 13:52:16 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16286
16287 * configure.in: match m8* rather than m88k so that m88110 is
16288 recognized as well.
16289
16290 Tue Sep 7 12:19:32 1993 Doug Evans (dje@canuck.cygnus.com)
16291
16292 * libc/sys/h8300hms/{Makefile.in, _exit.c, misc.c}:
16293 Renamed exit.c to _exit.c to avoid collision with stdlib/exit.c.
16294 misc.c: New file.
16295
16296 * configure.in: Add multilib support to h8300.
16297
16298 Mon Sep 6 14:07:06 1993 Doug Evans (dje@canuck.cygnus.com)
16299
16300 * libc/stdlib/abort.c (abort): Remove _VOLATILE from return type.
16301 * libc/include/_ansi.h (_ATTRIBUTE): New macro for __attribute__.
16302 * libc/include/stdlib.h (exit, abort): Add noreturn attribute.
16303
16304 Mon Sep 6 14:24:18 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16305
16306 * configure.in: Corrected multidirs for sparc target.
16307
16308 Mon Aug 30 15:56:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16309
16310 Support for building newlib multiple times with different
16311 compilation flags.
16312 * configure.in: Only configure doc at top level. Set multidirs
16313 when appropriate for target, unless not at top level. If
16314 multidirs is set, independently configure each subdirectory.
16315 Adjust TOP, MULTIDIRS and MULTISUBDIR appropriately in Makefile.
16316 * Makefile.in (MULTIDIRS, MULTISUBDIR): New variables,
16317 automagically set by configure.in.
16318 (all): If MULTIDIRS is set, build multiple copies of libraries.
16319 (install): If MULTIDIRS is set, install multiple copies of
16320 libraries. Install in $(tooldir)/lib/$(MULTISUBDIR). If
16321 MULTISUBDIR is set, don't bother to install header files.
16322 * host/any (INCLUDES, CHEW): Use $(SRCTOP) rather than $(TOP) from
16323 ${srcrootpre}.
16324 * stub/configure.in: Set MULTISUBDIR appropriately.
16325 * stub/Makefile.in (install): Install in
16326 $(tooldir)/lib/$(MULTISUBDIR).
16327 * All Makefile.in files: Define SRCTOP as well as TOP.
16328
16329 Mon Aug 30 10:34:24 1993 Doug Evans (dje@canuck.cygnus.com)
16330
16331 * libc/machine/h8300/{mulhi3.S, divhi3.S}: Comment out if h8300h.
16332 * libc/machine/h8300/{mulsi3.S, divsi3.S}: Add h8300h support.
16333
16334 Thu Aug 26 19:38:12 1993 Doug Evans (dje@canuck.cygnus.com)
16335
16336 * libc/sys/h8300hms/exit.c (_exit): New function.
16337
16338 Wed Aug 25 16:31:48 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16339
16340 * configure.in: recognize m88110.
16341
16342 Fri Aug 20 16:46:23 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16343
16344 * libc/sys/m88kbug/crt0.c: pretty up, remove extraneous comments,
16345 prototype main and call with args.
16346
16347 Fri Jul 30 16:52:47 1993 K. Richard Pixley (rich@cygnus.com)
16348
16349 First real try at system traps for m88k-bug.
16350 * libc/sys/m88kbug/syscalls.c: many changes. Convert from stubs
16351 to real trap calls.
16352 * libc/sys/m88kbug/sys/systraps.h: new file.
16353
16354 Tue Jul 27 16:31:16 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16355
16356 Patches to fix info building when target does not use sys
16357 directory.
16358 * libc/Makefile.in (targetdep.tex): add sys.tex separately.
16359 * libc/sys.tex, libc/sys/sys.tex: moved from libc/sys/sys.tex to
16360 libc/sys.tex.
16361 * libc/sys/Makefile.in (doc): do nothing.
16362
16363 Mon Jul 26 17:08:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16364
16365 * libc/Makefile.in (CRT0): new macro.
16366 (all): depend on $(CRT0) rather than crt0.o.
16367
16368 * configure.in: fix libc_sys_dir -> libc_sys_lib thinko.
16369 do not default crt0, instead, set crt0 and crt0_dir based on
16370 sys_dir and stub_dir.
16371
16372 * Makefile.in (CRT0_DIR): new macro.
16373 (all): depend on $(CRT0) rather than crt0.o which may not exist.
16374 (crt0.o): depend on $(CRT0_DIR)/$(CRT0) rather than simply
16375 $(CRT0).
16376 ($(CRT0)): recur by cd'ing into $(CRT0_DIR).
16377
16378 Sun Jul 25 17:51:51 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
16379
16380 * testsuite/lib/libm.exp:
16381 added code to support compiling and linking of tests for
16382 libm.sac (paranoia to be added next) and processing the
16383 pass or failure of the tests.
16384
16385 * testsuite/config/unix-libm.exp:
16386 platform specific proc's for dealing with compiler, linker
16387 and the way we execute and process the test results.
16388
16389 * testsuite/libm.sac/execute.exp:
16390 generic framework for the sac tests. the config and lib
16391 expect code for specific platforms tie it all together.
16392
16393 * testsuite/libm.sac/test_is.c:
16394 changed the output of the test to be consistant with the
16395 other tests. parsing of pass nad fail messages is now fixed.
16396
16397 Fri Jul 23 19:20:07 1993 Per Bothner (bothner@kalessin)
16398
16399 * libc/include/{assert.h, ctype.h, dirent.h, errno.h, fastmath.h,
16400 locale.h, math.h, pwd.h, reent.h, setjmp.h, signal.h, stdio.h,
16401 stdlib.h, string.h, termios.h, time.h, utime.h, utmp.h}: For C++:
16402 #ifdef __cplusplus, surround by extern ""C { ... }.
16403 * libc/include/assert.h: Do *not* protect assert.h against
16404 multiple inclusion! Also, #undef it before #define, to allow
16405 redefinition.
16406 * libc/include/stdio.h (getlogin, cuserid): Removed. These
16407 should be only in unistd.h.
16408
16409 * libc/include/sys/{fcntl.h, reent.h, stat.h, time.h, times.h,
16410 unistd.h}: For C++: #ifdef __cplusplus, surround by extern ""C {
16411 ... }.
16412
16413 Fri Jul 23 10:15:33 1993 Doug Evans (dje@canuck.cygnus.com)
16414
16415 * libc/machine/sparc/Makefile.in: Must create a library, even
16416 if empty.
16417
16418 Wed Jul 21 16:00:37 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16419
16420 * configure.in: set machine_dir for m88k. edit crt0 definition
16421 into makefiles.
16422
16423 * Makefile.in, libc/Makefile.in (crt0): pull up from lower directories.
16424
16425 * libc/Makefile.in (all): also build crt0.o.
16426
16427 * libc/machine/i386/Makefile.in, libc/machine/sparc/Makefile.in,
16428 libc/machine/z8k/Makefile.in, libm/Makefile.in (clean): no need
16429 to remove CRT0.
16430
16431 * libc/machine/m88k/Makefile.in (TOP, TARGETLIB): removed.
16432 (all): reworked to build in place.
16433 (clean): remove lib.a
16434 (Makefile): remove redundant ./, call $(SHELL) rather than sh.
16435
16436 * libc/sys/m88kbug/crt0.c (start): renamed to _start.
16437 (_start): key off edata rather than _start_bss.
16438
16439 Wed Jul 21 14:29:47 1993 david d `zoo' zuhn (zoo@cygnus.com)
16440
16441 * libc/include/sys/unistd.h, libc/include/reent.h,
16442 libc/reent/sbrkr.c: change sbrk to return void* instead of char*.
16443
16444 Tue Jul 20 13:19:18 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16445
16446 * libm/Makefile.in, libc/Makefile.in ($(SUBDIRS)): dollar escape a dollar sign.
16447
16448 * Makefile.in (libc.a): break into two rules, one for libc.a and
16449 one for libc/libc.a. Force subdirs current before rebuilding
16450 library.
16451 (libm.a): break into two rules, one for libm.a and one for
16452 libm/libm.a. Force subdirs current before rebuilding library.
16453
16454 * libc/Makefile.in (SUBLIBS): fix typo.
16455
16456 * libc/sys/Makefile.in (all): force descent into subdirs, then
16457 rebuild library iff out of of date.
16458
16459 Fri Jul 16 17:47:57 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16460
16461 Rework so that library is built and then finished rather than
16462 being built on each invocation of make.
16463
16464 * host/any (machine_dir, sys_dir, signal_dir): these are not
16465 shared and have been moved to their associated Makefile.in's.
16466 (AR_FLAGS): switch to qc which is faster.
16467 * configure.in: no longer assign machine_dir for m88k. set
16468 stub_dir, stub_lib, & crt0 for m68k*-unknown-{aout,coff}. If
16469 stub_dir set, then add to configdirs. add comment about silly
16470 configuration.
16471 (configdirs): drop stub. It will be added only
16472 when needed.
16473 (libm_fp_lib, libc_unix_lib, libc_signal_lib, libc_machine_lib,
16474 libc_sys_dir, fake_sys_dir, libc_fake_sys_lib, stub_dir,
16475 stub_lib, crt0): new variables for tailoring lower level
16476 makefiles. Assign accordingly and edit into makefiles.
16477 * libm/Makefile.in: updated copyright.
16478 (TARGETLIB): removed.
16479 (FLAGS_TO_PASS): removed TARGETLIB, machine_dir, sys_dir.
16480 (SUBDIRS): removed TARGETDEP_DIRS.
16481 (LIBM_FP_LIB, SUBLIBS): new macros.
16482 (all): reworked.
16483 (force): new target to force rebuilds.
16484 (Makefile): call $(SHELL) rather than sh. drop redundant ./
16485 * libc/sys/a29khif/Makefile.in, libc/sys/decstation/Makefile.in,
16486 libc/sys/go32/Makefile.in, libc/sys/h8300hms/Makefile.in,
16487 libc/sys/h8500hms/Makefile.in, libc/sys/m88kbug/Makefile.in,
16488 libc/sys/sh/Makefile.in, libc/sys/sparc64/Makefile.in,
16489 libc/sys/sun4/Makefile.in, libc/sys/sysvi386/Makefile.in,
16490 libc/sys/sysvnecv70/Makefile.in, libc/sys/z8ksim/Makefile.in,
16491 stub/m68kmvme/Makefile.in: updated copyright.
16492 (TARGETLIB, TARGETCRT0, CRT0): macros removed.
16493 (all): reworked. made this the default rule.
16494 (clean): also remove lib.a.
16495 (Makefile): call $(SHELL) rather than sh. drop redundant ./
16496 * stub/Makefile.in: updated copyright.
16497 (TARGETLIB, TARGETCRT0, CRT0, TOP): removed.
16498 (stub_lib): new macro.
16499 (FLAGS_TO_PASS): removed TARGETLIB, stub_dir, TARGETCRT0. Added
16500 RANLIB.
16501 (all): reworked.
16502 (clean, install): assume stub_dir exists.
16503 (Makefile): depend on configure.in. call $(SHELL) rather than
16504 sh. drop redundant ./
16505 * stub/configure.in (stublib): new macro, assign it, edit it into
16506 makefiles.
16507 * Makefile, libc/Makefile.in, doc/Makefile.in, libc/sys/Makefile.in:
16508 updated copyright.
16509 (all): reworked.
16510 (Makefile): call $(SHELL) rather than sh. drop redundant ./
16511 * libc/Makefile.in (TARGETCRT0): removed.
16512 (FLAGS_TO_PASS): dropped TARGETLIB, machine_dir, sys_dir,
16513 TARGETCRT0.
16514 (SUBDIRS): drop TARGETDEP_DIRS.
16515 (LIBC_SIGNAL_LIB, LIBC_SYS_LIB, LIBC_MACHINE_LIB, LIBC_UNIX_LIB,
16516 LIBC_FAKE_SYS_LIB, SUBLIBS): new macros for configuration.
16517 (force): new target to force rebuilds.
16518 * libc/sys/Makefile.in (TARGETCRT0, sys_dir): removed.
16519 (FLAGS_TO_PASS): TARGETLIB, machine_dir, sys_dir, TARGETCRT0
16520 removed.
16521 (clean): assume sys_dir always exists.
16522 * libm/test/Makefile.in (Makefile): call $(SHELL) rather than sh.
16523 drop redundant ./
16524 * libc/ctype/Makefile.in, libc/errno/Makefile.in,
16525 libc/locale/Makefile.in, libc/machine/Makefile.in,
16526 libc/machine/a29k/Makefile.in, libc/machine/h8300/Makefile.in,
16527 libc/machine/h8500/Makefile.in, libc/machine/i386/Makefile.in,
16528 libc/machine/i960/Makefile.in, libc/machine/m68k/Makefile.in,
16529 libc/machine/mips/Makefile.in, libc/machine/necv70/Makefile.in,
16530 libc/machine/sh/Makefile.in, libc/machine/sparc/Makefile.in,
16531 libc/machine/z8k/Makefile.in, libc/reent/Makefile.in,
16532 libc/signal/Makefile.in, libc/stdio/Makefile.in,
16533 libc/stdlib/Makefile.in, libc/string/Makefile.in,
16534 libc/sys/Makefile.in, libc/syscalls/Makefile.in,
16535 libc/time/Makefile.in, libc/unix/Makefile.in,
16536 libm/ieeefp/Makefile.in, libm/math/Makefile.in: updated copyright.
16537 (TARGETLIB): removed.
16538 (all): reworked.
16539 (clean): also remove lib.a.
16540 (Makefile): call $(SHELL) rather than sh. drop redundant ./
16541 * Makefile.in: (machine_dir, sys_dir, stub_dir, stub_lib, CRT0):
16542 new macros.
16543 (SUBDIRS): moved to follow frag inclusion, change stub to
16544 stub_dir.
16545 (FLAGS_TO_PASS): removed machine_dir, sys_dir, signal_dir which
16546 are now set in the libc Makefile.
16547 * libc/machine/Makefile.in (TARGETCRT0, machine_dir): removed.
16548 (FLAGS_TO_PASS): removed TARGETLIB, machine_dir, sys_dir,
16549 TARGETCRT0.
16550 (force): new target to force rebuilds.
16551 * stub/configure.in: determine and set stub_lib for for Makefile.
16552
16553 Thu Jul 15 12:01:27 1993 Doug Evans (dje@canuck.cygnus.com)
16554
16555 * libc/sys/h8300hms/Makefile.in: Make `all' the default target.
16556 crt0.s renamed to crt0.S.
16557 * libc/sys/h8300hms/crt0.S: Add h8/300h support.
16558
16559 * libc/machine/h8300/Makefile.in: Make `all' the default target.
16560 * libc/machine/h8300/{cmpsi.S,ucmpsi.S}: #ifdef out entire file if
16561 h8300h.
16562 * libc/machine/h8300/defines.h: Add macros to handle pointers for
16563 h8300 (16 bits) and h8300h (32 bits).
16564 * libc/machine/h8300/{divsi3.S,mulsi3.S,memcpy.S,memset.S,
16565 reg_memcpy.S,reg_memset.S,strcmp.S}: Add h8300h support.
16566
16567 Thu Jul 15 10:13:29 1993 Ian Lance Taylor (ian@cygnus.com)
16568
16569 * libc/machine/m88k/setjmp.S, Makefile.in: New files; a simple
16570 implementation of setjmp and longjmp for the m88k.
16571 * libc/include/machine/setjmp.h: Added __m88000__ case.
16572
16573 Wed Jul 14 10:10:30 1993 Doug Evans (dje@canuck.cygnus.com)
16574
16575 * configure.in: Recognize h8300h as variant of h8300.
16576
16577 Tue Jul 13 12:24:11 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16578
16579 * libc/include/sys/unistd.h (read, write): get prototypes right.
16580 (sbrk): New prototype.
16581 * libc/reent/sbrkr.c (sbrkr): Use correct sbrk prototype.
16582 * libc/stdio/local.h: Include unistd.h.
16583 * libc/machine/h8300/syscalls.c: Names have changed.
16584
16585 Mon Jul 12 18:08:42 1993 K. Richard Pixley (rich@cygnus.com)
16586
16587 * configure.in: add sys_dir assignment for m88k-bug.
16588
16589 Thu Jul 8 09:16:21 1993 Doug Evans (dje@canuck.cygnus.com)
16590
16591 * libc/sys/sparc64/sys/syscallasm.h: New macros to handle either
16592 a.out or elf.
16593 * libc/sys/sparc64: all *.S files: Use new macros.
16594 * libc/sys/sparc64/isatty.c: New file.
16595 * libc/sys/sparc64/Makefile.in: Stop using /lib/libc.a for
16596 functions beyond what newlib provides.
16597
16598 Thu Jul 8 09:11:28 1993 Doug Evans (dje@canuck.cygnus.com)
16599
16600 * libc/include/sys/stat.h: Move st_atime so not doubly defined for
16601 svr4.
16602
16603 Thu Jul 8 09:09:16 1993 Doug Evans (dje@canuck.cygnus.com)
16604
16605 * libc/include/machine/ieeefp.h: Add support for h8/300h.
16606
16607 Fri Jul 2 10:11:20 1993 K. Richard Pixley (rich@cygnus.com)
16608
16609 * configure.in: add m88k.
16610 * libc/include/machine/ieeefp.h: add case for m88k. Also add
16611 sanity check so no one else need ever chase what I did to find
16612 this.
16613
16614 * libm/math/Makefile.in (FAKEC): added atanf.c log1pf.c scalbnf.c.
16615
16616 Fri Jul 2 09:15:21 1993 Ian Lance Taylor (ian@cygnus.com)
16617
16618 * doc/makedoc.c: Include <ctype.h>.
16619
16620 Wed Jun 30 09:35:06 1993 Doug Evans (dje@canuck.cygnus.com)
16621
16622 * libc/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
16623 * libc/sys/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
16624 * libc/machine/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
16625
16626 * libm/test/Makefile.in (all): Link with ../../lib[cm].a.
16627
16628 Sun Jun 27 17:05:20 1993 Doug Evans (dje@sphagnum.cygnus.com)
16629
16630 * libc/include/errno.h (ENOSYS): Added.
16631
16632 * libc/unix/getpwd.c (getcwd): Fix typo (_up -> up).
16633
16634 Mon Jun 21 09:03:32 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16635
16636 * libc/stdio/fflush.c (fflush): Check for reent struct
16637 initialization.
16638 * libc/stdio/fdopen.c (fdopen): Avoid namespace conflict.
16639
16640 Fri Jun 18 16:06:05 1993 Mark Eichin (eichin@rtl.cygnus.com)
16641
16642 * libc/stdlib/dtoastub.c: new file -- move user callable "dtoa"
16643 out of dtoa.c so it doesn't pollute the namespace.
16644 * libc/include/_syslist.h: new file -- mappings from _function to
16645 function, for systems where we can't win (by default, all of them,
16646 until we start updating system calls.)
16647 * libc/syscalls: new directory -- stubs for exporting _function
16648 names as unmodified function names.
16649 * libc/configure.in: add MISSING_SYSCALL_NAMES to enable
16650 _syslist.h on all platforms by default, but put hooks in for
16651 fake_sys_dir so we can include it when we've renamed the system
16652 calls.
16653 * libc/reent/execr.c libc/reent/filer.c libc/reent/fstatr.c
16654 libc/reent/linkr.c libc/reent/sbrkr.c libc/reent/statr.c
16655 libc/signal/raise.c libc/signal/signal.c libc/stdio/fdopen.c
16656 libc/stdio/mktemp.c libc/stdio/tmpnam.c libc/stdlib/abort.c
16657 libc/stdlib/system.c libc/unix/getcwd.c libc/unix/getlogin.c
16658 libc/unix/getpass.c libc/unix/getut.c libc/unix/ttyname.c: change
16659 non ANSI functions to call _function.
16660
16661 Wed Jun 9 09:48:26 1993 Ian Lance Taylor (ian@cygnus.com)
16662
16663 * libc/stdlib/strtoul.c (_strtoul_r): Handle leading 0 correctly
16664 when base 16 is specified. Don't accept non-digits if radix > 10.
16665
16666 Thu Jun 3 10:01:15 1993 Doug Evans (dje@canuck.cygnus.com)
16667
16668 * libc/include/math.h: Rename xxx_r fns to _xxx_r.
16669
16670 Wed Jun 2 16:54:16 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16671
16672 * libc/include/sys/stat.h: Surround text after #endif with
16673 comments.
16674
16675 Wed Jun 2 12:47:32 1993 Ian Lance Taylor (ian@cygnus.com)
16676
16677 * libc/stdlib/mallocr.c: If MALLOC_PROVIDED is defined, just make
16678 _malloc_r, _realloc_r, and free_r call the corresponding
16679 non-reentrant functions.
16680
16681 * libm/math/modf.c (modf): We now take the address of ipart, so
16682 don't make it a register variable.
16683
16684 Tue Jun 1 18:25:54 1993 Doug Evans (dje@canuck.cygnus.com)
16685
16686 * libm/math/*: Rename all xxx_r fns to _xxx_r.
16687
16688 Wed May 26 22:06:35 1993 Roland H. Pesch (pesch@cygnus.com)
16689
16690 * libc/libc.texinfo and embedded docn throughout: formatting
16691 improvements, minor rephrasing for clarity, and improved
16692 reentrancy docn.
16693
16694 Sun May 23 17:29:49 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16695
16696 * libm/ieeefp/infinity.c (maxpowtwof): Fix initialzation bug.
16697
16698 * libc/stdio/cvt.c (_licvt): Print the right value on machines
16699 where sizeof(int) != sizeof(long).
16700
16701 Fri May 21 22:09:32 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
16702
16703 * libc/reent/execr.c, libc/reent/filer.c, libc/reent/linkr.c,
16704 libc/reent/sbrkr.c, libc/reent/statr.c, libc/stdio/tmpnam.c,
16705 libc/stdlib/atol.c, libc/stdlib/rand.c, libc/string/strpbrk.c,
16706 libc/string/strspn.c, libm/ieeefp/isnan.c, libm/math/bessel.c,
16707 libm/math/matherr.c: changes for better docn formatting (info).
16708
16709 * libc/libc.texinfo, libc/ctype/ctype.tex, libc/locale/locale/tex,
16710 libc/reent/reent.tex, libc/signal/signal.tex,
16711 libc/stdio/stdio.tex, libc/stdlib/stdlib.tex,
16712 libc/string/strings.tex, libc/sys/sys.tex, libc/time/time.tex,
16713 libm/libm.texinfo, libm/ieeefp/ieeefp.tex, libm/math/math.tex: use
16714 makeinfo node defaulting to get better Info file node structure.
16715 (Requires recent sac change to doc/makedoc.c and doc/doc.str.)
16716 Also include a few formerly missing sections (subroutines).
16717
16718 * doc/doc.str: delete fossil expansion for "func"
16719
16720 * default.menu, no-signal.menu: delete.
16721
16722 * Makefile.in, libc/Makefile.in, configure.in, host/any: simplify
16723 method used to adjust doc for missing "signals" chapter when
16724 signal_dir is empty.
16725
16726 Thu May 20 21:38:37 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
16727
16728 * configure.in: added testsuite/libm.sac
16729
16730 Wed May 19 14:52:34 1993 Doug Evans (dje@thepub.cygnus.com)
16731
16732 * libc/sys/sparc64/crt0.S: Set %g4 to 0 (to test Medium/Anywhere
16733 code model).
16734
16735 Tue May 18 13:17:21 1993 Ian Lance Taylor (ian@cygnus.com)
16736
16737 * libm/Makefile.in: Use $(MAKE) rather than make, and define
16738 MAKEOVERRIDES to be empty.
16739
16740 Mon May 17 08:42:44 1993 Ian Lance Taylor (ian@cygnus.com)
16741
16742 * configure.in: Don't build mips-*-* with -msoft-float, since that
16743 makes it incompatible with hard floating point.
16744
16745 Mon May 17 00:03:35 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
16746
16747 * Makefile.in: added recursive 'make check'
16748
16749 Thu May 13 16:24:18 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
16750
16751 * configure.in: added ./testsuite ./testsuite/libm.paranoia
16752 * ./testsuite/Makefile.in: created
16753 * ./testsuite/libm.paranoia: paranoia tests added
16754
16755 Thu May 13 10:30:24 1993 Ian Lance Taylor (ian@cygnus.com)
16756
16757 * configure.in: For mips-*-* set machine_dir to mips.
16758
16759 * libc/machine/mips: New directory.
16760 * libc/machine/mips/Makefile.in: New file.
16761 * libc/machine/mips/setjmp.S: New file; simplistic MIPS version of
16762 setjmp and longjmp.
16763 * libc/include/machine/setjmp.h: Added __mips__ case.
16764
16765 * libc/machine/lmips: Removed unused and useless directory.
16766
16767 Mon May 3 10:22:31 1993 Ian Lance Taylor (ian@cygnus.com)
16768
16769 * configure.in: Accept i486-*-sco* as well as i386-*-sco*.
16770
16771 Thu Apr 15 15:16:44 1993 Doug Evans (dje@canuck.cygnus.com)
16772
16773 * libc/sys/sparc64/crt0.S: Add comment (%g1 contains atexit arg at
16774 start up).
16775
16776 Fri Apr 9 13:32:26 1993 Ian Lance Taylor (ian@cygnus.com)
16777
16778 * libc/include/machine/setjmp-dj.h: Use _SETJMP_DJ_H rather than
16779 SETJMP_H.
16780
16781 Thu Apr 8 10:07:18 1993 Doug Evans (dje@canuck.cygnus.com)
16782
16783 * libm/test/convert.c: structure member errno -> errno_val.
16784 Must include <errno.h> to use errno, it's a macro now.
16785 * libm/test/math.c: Ditto.
16786 * libm/test/math2.c: Include errno.h.
16787 * libm/test/string.c: Ditto.
16788 * libm/test/test.h: structure member errno -> errno_val.
16789 Remove extern int errno decl.
16790
16791 Thu Apr 8 07:56:33 1993 Ian Lance Taylor (ian@cygnus.com)
16792
16793 * libc/stdio/Makefile.in: Added dependencies on local header
16794 files.
16795 * libc/stdio/std.h, libc/stdio/vfprintf.h: Removed unused header
16796 files.
16797
16798 Wed Apr 7 16:19:32 1993 Ian Lance Taylor (ian@cygnus.com)
16799
16800 * libc/include/machine/ieeefp.h: Added __MIPSEB__ case.
16801
16802 Wed Apr 7 10:55:21 1993 Doug Evans (dje@canuck.cygnus.com)
16803
16804 * libc/stdio/siprintf.c libc/stdio/sscanf.c libc/stdio/vsprintf.c:
16805 Initialize _data.
16806
16807 * libc/stdio/vfprintf.c: No need to declare _icvt, _licvt, _sicvt.
16808 * libc/stdio/local.h: Add prototype for _licvt.
16809
16810 * libc/stdio/ungetc.c (__submore): Use _malloc_r,_realloc_r
16811 instead of malloc,reealloc.
16812
16813 * libc/stdlib/local.h: New file.
16814 * libc/stdlib/efgcvt.c: #include local.h.
16815 (gcvt): Fix call to _gcvt.
16816 * libc/stdlib/ecvtbuf.c: #include local.h.
16817
16818 * libc/stdlib/Makefile.in: new files mallocr.c mstats.c.
16819 * libc/stdlib/mallocr.c mstats.c malloc.h: New files.
16820 * libc/stdlib/malloc.c: main routines moved to mallocr.c.
16821
16822 * libc/stdlib/atexit.c: moved global data to struct _reent.
16823 * libc/stdlib/exit.c: use struct _atexit in struct _reent.
16824
16825 * libc/reent/reent.c (inpure_data): _REENT_INIT macro modified.
16826
16827 Wed Apr 7 09:41:50 1993 Doug Evans (dje@canuck.cygnus.com)
16828
16829 * libc/include/sys/reent.h: Stuff required by ANSI headers moved
16830 here from ../reent.h.
16831
16832 Tue Apr 6 12:56:01 1993 Ian Lance Taylor (ian@cygnus.com)
16833
16834 * Makefile.in (MATHOBJS_IN_LIBC): List of object files which
16835 should be provided in both libc.a and libm.a.
16836 (libc.a): Depend on targ-include and libm.a. Copy
16837 $(MATHOBJS_IN_LIBC) from libm.a to libc.a.
16838 (libm.a): Depend on targ-include.
16839 * configure.in (subdirs): Removed libc/math.
16840
16841 Mon Apr 5 10:18:16 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16842
16843 * libm/ieeefp/infinity.c (maxpowtwo): Fix initialization bug.
16844
16845 Sat Apr 3 11:06:07 1993 Doug Evans (dje@canuck.cygnus.com)
16846
16847 * libc/include/{errno.h, math.h, stdio.h, stdlib.h}: Use
16848 sys/reent.h instead of reent.h.
16849 * libc/include/reent.h: Split into two parts: stuff needed by ANSI
16850 headers moved to sys/reent.h.
16851 * libc/include/signal.h: _MAX_SIGNALS moved to sys/signal.h.
16852 * libc/include/sys/signal.h: Define _MAX_SIGNALS if
16853 __need__MAX_SIGNALS defined.
16854 * libc/include/stdio.h: struct __sFILE moved to sys/reent.h.
16855 std{in,out,err} refer to new _std{in,out,err} members.
16856
16857 Fri Apr 2 11:27:12 1993 Doug Evans (dje@canuck.cygnus.com)
16858
16859 * libc/include/sys/signal.h: #define _SYS_SIGNAL_H for general
16860 case.
16861
16862 Fri Apr 2 09:41:10 1993 Doug Evans (dje@canuck.cygnus.com)
16863
16864 * libc/sys/sparc64/execve.S (execve): Insert nop in delay slot,
16865 rather than whatever macro seterrno() has.
16866
16867 Thu Apr 1 16:47:08 1993 Doug Evans (dje@canuck.cygnus.com)
16868
16869 * libc/locale/locale.c: Reentrant routines _r_xxx renamed to
16870 _xxx_r. struct reent_struct renamed to struct _reent for ANSI.
16871
16872 * libc/include/machine/fastmath.h: Use _HAVE_STDC instead of
16873 __STDC__.
16874
16875 * libc/reent/{execr.c, filer.c, fstatr.c, linkr.c, reent.c,
16876 reent.tex, sbrkr.c, statr.c}: _r_xxx reentrant routines renamed to
16877 _xxx_r. struct reent_struct renamed to struct _reent for ANSI.
16878
16879 * libc/signal/signal.c: Reentrant routines _r_xxx renamed to
16880 _xxx_r. struct reent_struct renamed to struct _reent for ANSI.
16881
16882 * libc/stdio/{fclose.c, fdopen.c, findfp.c, fiprintf.c, flags.c,
16883 fopen.c, fprintf.c, freopen.c, fscanf.c, fseek.c, ftell.c,
16884 fwalk.c, getchar.c, gets.c, iprintf.c, local.h, makebuf.c,
16885 mktemp.c, perror.c, printf.c, putchar.c, puts.c, refill.c,
16886 remove.c, rename.c, scanf.c, setvbuf.c, siprintf.c, sprintf.c,
16887 sscanf.c, stdio.c, tmpfile.c, tmpnam.c, vfprintf.c, vfprintf.h,
16888 vfscanf.c, vprintf.c, vsprintf.c}: Reentrant routines _r_xxx
16889 renamed to _xxx_r. struct reent_struct renamed to struct _reent
16890 for ANSI. structure members given leading "_" for ANSI. Use
16891 _HAVE_STDC instead of __STDC__ and _HAVE_STDARG.
16892
16893 * libc/stdlib/{__adjust.c, calloc.c, dtoa.c, ecvtbuf.c, malloc.c,
16894 mprec.c, mprec.h, rand.c, std.h, strtod.c, strtol.c, strtoul.c,
16895 system.c}: Reentrant routines _r_xxx renamed to _xxx_r. struct
16896 reent_struct renamed to struct _reent for ANSI.
16897 Structure members given leading "_" for ANSI.
16898 _CONST --> const in prototypes.
16899 Use _HAVE_STDC instead of __STDC__.
16900
16901 * libc/string/strtok.c: Reentrant routines _r_xxx renamed to
16902 _xxx_r.
16903 struct reent_struct renamed to struct _reent for ANSI.
16904 Structure members given leading "_" for ANSI.
16905
16906 * libc/time/asctime.c: Reentrant routines _r_xxx renamed to
16907 _xxx_r.
16908 struct reent_struct renamed to struct _reent for ANSI.
16909
16910 * libm/math/{acos.h, acosh.h, asin.c, asinh.h, atanh.h, bessel.h,
16911 cbrt.h, cosh.h, erf.c, erf.h, error.c, exp.c, fmod.c, frexp.h,
16912 gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
16913 mathimpl.h, pow.c, remainder.c, sincos.c, sinh.h, sqrt.h, tan.c,
16914 tanh.h}: struct reent_struct renamed to struct _reent for ANSI.
16915
16916 * libc/include/{_ansi.h, ctype.h, math.h, reent.h, locale.h,
16917 signal.h, stdio.h, stdlib.h, string.h, time.h}:
16918 Use _HAVE_STDC instead of __STDC__ and _HAVE_STDARG.
16919 #ifndef _STRICT_ANSI non-ANSI routines.
16920 Reentrant routines renamed from _r_xxx to _xxx_r.
16921 No need to use _STRICT_ANSI on _xxx_r reentrant routines.
16922 Use _STRICT_ANSI instead of __STRICT_ANSI, _ANSI_SOURCE, etc.
16923 Clean up namespace (structure members have leading "_").
16924 struct reent_struct renamed to struct _reent for ANSI compliance.
16925 _CONST --> const in function prototypes.
16926
16927 * libc/include/string.h: Add NULL and size_t.
16928
16929 * libc/sys/sparc64/Makefile.in: New syscall routines for link,
16930 unlink, wait, wait4. Reentrant syscall routines close, fork,
16931 fstat, link, lseek, open, read, sbrk, stat, unlink, wait, wait4,
16932 write.
16933 * libc/sys/sparc64/cerror.S (cerror_r): New routine.
16934 * libc/sys/sparc64/{close.S, fork.S, fstat.S, link.S, lseek.S,
16935 open.S, read.S, sbrk.S, stat.S, unlink.S, wait.S, wait4.S,
16936 write.S}: Define reentrant versions.
16937 * libc/sys/sparc64/sys/syscallasm.h (defsyscall_r): New macro for
16938 reentrant syscalls.
16939
16940 * libc/sys/sparc64/crt0.S (start): Fix initialization of environ.
16941
16942 * libc/include/stdlib.h (RAND_MAX): Fix value.
16943
16944 Thu Apr 1 12:28:30 1993 Ian Lance Taylor (ian@cygnus.com)
16945
16946 * libc/sys/a29khif/_main.c: Removed unnecessary file.
16947 * libc/sys/a29khif/Makefile.in (OFILES): Removed _main.c, moved
16948 VPATH support targets after all: target.
16949
16950 * stub/mvme135/mvme.S: Renamed exceptionhandler to
16951 exceptionHandler, which is what mvme135-stub.c expects.
16952
16953 Wed Mar 31 17:42:03 1993 Doug Evans (dje@cygnus.com)
16954
16955 * libc/stdio/tmpnam.c (worker): Fix test for _r_open() failure.
16956
16957 * libc/unix/getpass.c (getpass): Use stdin,stderr instead of
16958 def_stdin/def_stderr (latter removed from stdio.h to make it ANSI
16959 compliant).
16960
16961 Tue Mar 30 09:58:21 1993 Doug Evans (dje@canuck.cygnus.com)
16962
16963 * libc/reent/execr.c (_r_wait): Re-order args to make reent_struct
16964 first.
16965 libc/reent/filer.c (_r_open, _r_close, _r_lseek, _r_read,
16966 _r_write): Ditto.
16967 libc/reent/fstatr.c (_r_fstat): Ditto.
16968 libc/reent/linkr.c (_r_link, _r_unlink): Ditto.
16969 libc/reent/sbrkr.c (_r_sbrk): Ditto.
16970 libc/reent/statr.c (_r_stat): Ditto.
16971
16972 * libc/stdio/fopen.c (_r_fopen): Re-order args to _r_open.
16973 * libc/stdio/freopen.c (freopen): Ditto for _r_open, _r_free.
16974 * libc/stdio/fseek.c (fseek): Ditto for _r_fseek.
16975 * libc/stdio/makebuf.c (__smakebuf): Ditto for _r_fstat.
16976 * libc/stdio/mktemp.c (_gettemp): Ditto for _r_stat, _r_open.
16977 * libc/stdio/remove.c (_r_remove): Ditto for _r_unlink.
16978 * libc/stdio/rename.c (_r_rename): Ditto for _r_link, _r_unlink.
16979 * libc/stdio/stdio.c (__sread): Ditto for _r_read.
16980 (__swrite): Ditto for _r_lseek, _r_write.
16981 (__sseek): Ditto for _r_lseek.
16982 (__close): Ditto for _r_close.
16983 * libc/stdio/tmpnam.c (worker): Ditto for _r_open, _r_close.
16984
16985 * libc/stdlib/malloc.c (_r_morecore): Re-order args to _r_sbrk.
16986 * libc/stdlib/system.c (_r_system): Ditto for _r_wait.
16987
16988 * libc/include/reent.h: Re-order arguments to _r_xxx syscall fns
16989 to make reent_struct the first argument (and thus consistent with
16990 the rest of newlib).
16991
16992 * stub/mvme135/mvme135-stub.c (initializeRemcomErrorFrame): Remove
16993 reference to __STDC__.
16994
16995 Mon Mar 29 12:34:32 1993 Doug Evans (dje@canuck.cygnus.com)
16996
16997 * libc/stdlib/exit.c (exit): Use _REENT->__cleanup instead of
16998 global __cleanup.
16999
17000 Wed Mar 24 11:54:35 1993 Doug Evans (dje@canuck.cygnus.com)
17001
17002 * libc/stdio/freopen.c (freopen): Ensure stdio is initialized
17003 first.
17004 libc/stdio/fclose.c (fclose): Ditto.
17005
17006 Tue Mar 23 01:26:52 1993 Doug Evans (dje@rtl.cygnus.com)
17007
17008 * Run through indent and rename reentrant routines for ANSI.
17009 libc/stdio/{clearerr.c cvt.c fclose.c fdopen.c feof.c ferror.c
17010 fflush.c fgetc.c fgetpos.c fgets.c findfp.c fiprintf.c flags.c
17011 fopen.c fprintf.c fputc.c fputs.c fread.c freopen.c fscanf.c
17012 fseek.c fsetpos.c ftell.c fvwrite.c fwalk.c fwrite.c getc.c
17013 getchar.c gets.c iprintf.c makebuf.c mktemp.c perror.c printf.c
17014 putc.c putchar.c puts.c refill.c remove.c rename.c rewind.c rget.c
17015 scanf.c setbuf.c setvbuf.c siprintf.c sprintf.c sscanf.c stdio.c
17016 tmpfile.c tmpnam.c ungetc.c vfprintf.c vfscanf.c vprintf.c
17017 vsprintf.c wbuf.c wsetup.c local.h}
17018
17019 * libc/locale/locale.c: Reformat and rename for ANSI, GNU style.
17020
17021 * Run through indent and rename xxx_r fns to _r_xxx for ANSI.
17022 libc/stdlib/{__adjust.c __exp10.c __ten_mu.c abort.c abs.c
17023 assert.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c
17024 dtoa.c ecvtbuf.c efgcvt.c exit.c getenv.c labs.c ldiv.c malloc.c
17025 mbtowc.c mprec.c putenv.c qsort.c rand.c setenv.c strdup.c
17026 strtod.c strtol.c strtoul.c system.c wctomb.c mprec.h}
17027
17028 * Run through indent.
17029 libc/string/{bcmp.c bcopy.c bzero.c index.c memchr.c memcmp.c
17030 memcpy.c memmove.c memset.c rindex.c strcat.c strchr.c strcmp.c
17031 strcoll.c strcpy.c strcspn.c strerror.c strlen.c strncat.c
17032 strncmp.c strncpy.c strpbrk.c strrchr.c strspn.c strstr.c strtok.c
17033 strxfrm.c}
17034
17035 * libc/time/{asctime.c clock.c ctime.c difftime.c gmtime.c
17036 localtime.c mktime.c strftime.c time.c}:
17037 Run through indent and rename xxx_r (reentrant) fns to _r_xxx for ANSI.
17038
17039 * Reformatting + renaming (for ANSI, GNU style, consistency).
17040 libc/include/{_ansi.h, assert.h, ctype.h, errno.h, fastmath.h,
17041 ieeefp.h, locale.h, math.h, paths.h, pwd.h, reent.h, setjmp.h,
17042 signal.h, stdio.h, stdlib.h, string.h, time.h, unistd.h}
17043
17044 Fri Mar 19 11:28:01 1993 Doug Evans (dje@cygnus.com)
17045
17046 * libc/include/stdio.h (stdin_r): Fix.
17047
17048 Fri Mar 19 09:43:48 1993 Ian Lance Taylor (ian@cygnus.com)
17049
17050 * Makefile.in: Unexport some variables to keep GNU make from
17051 putting them in the environment and using up needed ARG_MAX space
17052 (a hack is used to let this work with older makes as well).
17053
17054 Tue Mar 16 15:11:08 1993 Ian Lance Taylor (ian@cygnus.com)
17055
17056 * Makefile.in: Use $(MAKE) rather than make.
17057 (MAKEOVERRIDES): Define to be empty.
17058 (FLAGS_TO_PASS): Don't pass down LD (it's not used).
17059 (libc.a, libm.a): Depend on targ-include.
17060 * host/any (LD): Don't define.
17061 (INCLUDES): Use targ-include.
17062 * stub/Makefile.in (MAKEOVERRIDES): Define to be empty.
17063 (FLAGS_TO_PASS): Don't pass down LD (it's not used).
17064 * libc/Makefile.in: Use $(MAKE) rather than make.
17065 (MAKEOVERRIDES): Define to be empty.
17066 (FLAGS_TO_PASS): Don't pass LD (it's not used).
17067 (all): Rewrote to be slightly smaller.
17068 * libc/machine/Makefile.in, libc/sys/Makefile.in (MAKEOVERRIDES):
17069 Define to be empty.
17070 (FLAGS_TO_PASS): Don't pass LD (it's not used).
17071 * libm/Makefile.in (FLAGS_TO_PASS): Don't pass LD (it's not used).
17072
17073 Mon Mar 15 08:45:41 1993 Ian Lance Taylor (ian@cygnus.com)
17074
17075 * libc/sys/go32/gerrno.s: Renamed from errno.s to avoid conflict
17076 with errno/errno.c.
17077
17078 Fri Mar 12 09:46:54 1993 Ian Lance Taylor (ian@cygnus.com)
17079
17080 * Changes for reentrancy.
17081 libc/stdio/fdopen.c, libc/stdio/freopen.c, libc/stdio/perror.c:
17082 Use ptr->_errno, not errno.
17083 libc/stdio/mktemp.c (mkstemp_r, mktemp_r): New functions.
17084 libc/stdio/remove.c (remove_r): New function.
17085 libc/stdio/rename.c (rename_r): New function.
17086 libc/stdio/fopen.c, libc/stdio/freopen.c, libc/stdio/fseek.c,
17087 libc/stdio/makebuf.c, libc/stdio/mktemp.c, libc/stdio/remove.c,
17088 libc/stdio/rename.c, libc/stdio/stdio.c, libc/stdio/tmpnam.c: Use
17089 reentrant versions of system calls.
17090 libc/stdio/gets.c: Call getchar_f, not nonexistent getchar_r.
17091 libc/stdio/scanf.c: Use stdin_r, not nonexistent stdin_n.
17092 libc/stdio/tmpfile.c: Use tmpnam_f, not nonexistent tmpnam_r.
17093 libc/stdio/findfp.c: Include <string.h>.
17094 libc/stdio/fread.c, libc/stdio/rget.c, libc/stdio/scanf.c: Include
17095 "local.h".
17096 libc/stdio/wbuf.c: Include "fvwrite.h"
17097
17098 * libc/stdlib/{dtoa.c, ecvtbuf.c, mprec.c, strtod.c}: Include
17099 <string.h>.
17100 libc/stdlib/malloc.c: Call sbrk_r rather than sbrk.
17101 (NULL): Don't define if already defined.
17102 libc/stdlib/system.c: Call reentrant versions of system calls.
17103 (system_r): New function.
17104
17105 * Changes for reentrancy.
17106 libc/include/_ansi.h (_PARAMS): New macro.
17107 libc/include/errno.h: Define errno as a macro that calls __errno.
17108 (__errno_r): New macro for reentrant code.
17109 libc/include/math.h: Include reent.h. Declare many reentrant
17110 functions.
17111 (signgam): Now a macro, not a variable.
17112 (struct exception): Added err field.
17113 libc/include/reent.h: Don't declare __sglue. Added function
17114 declarations.
17115 (struct reent_struct): Moved errno to beginning. Added _signgam.
17116 libc/include/stdio.h, libc/include/stdlib.h: Added function
17117 declarations.
17118
17119 * More reentrancy hacking.
17120 libc/errno/errno.c (__errno): New function.
17121 libc/reent/execr.c, libc/reent/filer.c, libc/reent/fstatr.c,
17122 libc/reent/linkr.c, libc/reent/sbrkr.c, libc/reent/statr.c: New
17123 files.
17124
17125 * Added many new reentrant functions to libm/math/*.
17126 libm/math/error.c (__matherror): Added reent_struct pointer
17127 argument. Changed all callers.
17128 libm/math/gamma.c (signgam): Removed. Set ptr->_signgam, instead.
17129 libm/math/exp.h, libm/math/pow.h, libm/math/sincos.h,
17130 libm/math/tan.h: Removed obsolete unused header files.
17131
17132 * libc/sys/a29khif/stubs.s: Use register lr0, not v0.
17133
17134 * libc/sys/sun/Makefile.in (COPYOFILES): Don't pull in errno.o.
17135
17136 Mon Mar 8 16:43:43 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17137
17138 * libc/sys/a29khif/stubs.s: clobber safe register, and fill all
17139 delay slots.
17140
17141 Tue Mar 2 14:47:00 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com)
17142
17143 * libc/libc.texinfo: comment out reentrancy chapter (duh)
17144
17145 Tue Mar 2 14:34:16 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com)
17146
17147 * libc/reent/reent.tex: New file. (text from
17148 newlib/libc/libc.texinfo)
17149 * libc/stdio/tmpnam.c: fixed doc typo
17150 * libc/stdlib/rand.c: fixed doc typo
17151
17152 Tue Mar 2 14:34:16 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com)
17153
17154 * libc/reent/reent.tex: New file. (text from
17155 newlib/libc/libc.texinfo)
17156
17157 Fri Feb 26 12:20:54 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17158
17159 support for reentrancy
17160 * libc/reent/reent.c, libc/reent/Makefile.in, libc/reent/reent.c:
17161 new files
17162 * libc/errno/errno.c, libc/include/ieeefp.h,
17163 libc/include/locale.h, libc/include/reent.h,
17164 libc/include/signal.h, libc/include/stdio.h,
17165 libc/include/stdlib.h, libc/include/string.h, libc/include/time.h,
17166 libc/signal/signal.c libc/stdio/cvt.c, libc/stdio/fclose.c,
17167 libc/stdio/fdopen.c, libc/stdio/fflush.c, libc/stdio/fgets.c,
17168 libc/stdio/findfp.c, libc/stdio/flags.c, libc/stdio/fopen.c,
17169 libc/stdio/fputc.c, libc/stdio/freopen.c, libc/stdio/fseek.c,
17170 libc/stdio/ftell.c, libc/stdio/fwalk.c, libc/stdio/getchar.c,
17171 libc/stdio/gets.c, libc/stdio/glue.h, libc/stdio/iprintf.c,
17172 libc/stdio/local.h, libc/stdio/makebuf.c, libc/stdio/perror.c,
17173 libc/stdio/printf.c, libc/stdio/putchar.c, libc/stdio/puts.c,
17174 libc/stdio/refill.c, libc/stdio/scanf.c, libc/stdio/setvbuf.c,
17175 libc/stdio/sprintf.c, libc/stdio/tmpfile.c, libc/stdio/tmpnam.c,
17176 libc/stdio/ungetc.c, libc/stdio/vfprintf.c, libc/stdio/vfprintf.h,
17177 libc/stdio/vfscanf.c, libc/stdio/vprintf.c, libc/stdio/wsetup.c,
17178 libc/stdlib/__adjust.c, libc/stdlib/__exp10.c,
17179 libc/stdlib/assert.c, libc/stdlib/atexit.c, libc/stdlib/atol.c,
17180 libc/stdlib/dtoa.c, libc/stdlib/ecvtbuf.c, libc/stdlib/malloc.c,
17181 libc/stdlib/mprec.c, libc/stdlib/mprec.h, libc/stdlib/rand.c,
17182 libc/stdlib/setenv.c, libc/stdlib/std.h, libc/stdlib/strtod.c,
17183 libc/stdlib/strtol.c, libc/stdlib/strtoul.c, libc/string/strtok.c,
17184 libc/time/asctime.c, libc/time/localtime.c, libc/time/mktime.c,
17185 libc/time/strftime.c: modify to provide reentracy.
17186
17187 new routines:
17188 strtok_r, asctime_r, fdopen_r, _cleanup_r, fopen_r, iprintf_r,
17189 perror_r, printf_r, putchar_r, puts_r, scanf_r, sprintf_r,
17190 tmpfile_r, vfiprintf_r, vfprintf_r, strtod_r, dtoa_r, rand_r,
17191 srand_r, strtoul_r,strtol_r, free_r, malloc_r, morecore_r,
17192 mstats_r, realloc_r, localeconv_r, setlocale_r
17193
17194 Wed Feb 17 20:17:15 1993 Mark Eichin (eichin@cygnus.com)
17195
17196 * libc/include/machine/ieeefp.h, libc/include/machine/setjmp.h,
17197 libc/include/sys/config.h, libc/include/sys/signal.h,
17198 libc/include/sys/stat.h, libc/include/sys/types.h: For compiler
17199 provided macros (such as m68000), use the ansi version
17200 (__m68000__) so that the library can be used with code compiled
17201 -ansi. In particular, m68000, mc68000, _AM29K, i386, MIPSEL, unix,
17202 and sparc.
17203
17204 Wed Feb 17 13:01:34 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17205
17206 * configure.in (sparc*): Don't set -fsoft-float for sparc
17207 configurations. Do set -fsoft-float for sparclite configurations.
17208
17209 Fri Feb 12 16:25:52 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
17210
17211 * default.menu, no-signal.menu: alternate forms of libc main menu
17212 (in newlib rather than newlib/libc due to configuration restrictions)
17213
17214 * configure.in: select one of the two menus above, link to
17215 libc.menu
17216
17217 * libc/libc.texinfo: include menu from separate file
17218
17219 Fri Feb 12 12:50:06 1993 Ian Lance Taylor (ian@cygnus.com)
17220
17221 * Makefile.in (FLAGS_TO_PASS): Put INSTALL back in.
17222 (info): Split long shell command in half.
17223 * libc/Makefile.in (info, targetdep.tex): Don't pass everything to
17224 sub-makes, just CHEW and TARGETDOC.
17225 (targetdep.tex): Removed now special handling of sys and machine
17226 subdirectories, made obsolete some time ago.
17227 * libc/machine/Makefile.in (doc): Don't pass everything to
17228 sub-make, just CHEW and TARGETDOC.
17229 (Makefile): New target.
17230 * libc/sys/Makefile.in (Makefile): New target.
17231
17232 Thu Feb 11 15:25:15 1993 Ian Lance Taylor (ian@cygnus.com)
17233
17234 * Makefile.in (here and most subdirectories): Only pass down CHEW
17235 and TARGETDOC when making info, not for other targets.
17236
17237 * Makefile.in (here and most subdirectories), host/any: Use $(AR)
17238 $(AR_FLAGS) rather than $(ARUPDATE).
17239
17240 Wed Feb 10 11:57:52 1993 Ian Lance Taylor (ian@cygnus.com)
17241
17242 * Try to reduce command line length:
17243 * Makefile.in (FLAGS_TO_PASS): don't pass down exec_prefix,
17244 CC_FOR_BUILD, CFLAGS_FOR_BUILD, INSTALL or CHEW.
17245 (info, docs): pass CC_FOR_BUILD and CFLAGS_FOR_BUILD to doc.
17246 (info): Pass CHEW to other subdirs.
17247
17248 Tue Feb 9 14:01:42 1993 Mark Eichin (eichin@cygnus.com)
17249
17250 * configure.in: add signal_dir, like unix_dir, but by default it
17251 is set to "signal" so that a29khif can turn it off (since a29khif
17252 has raise() as part of machine-specific signal.s.)
17253
17254 Fri Jan 15 12:09:50 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17255
17256 * libc/sys/config.h, libc/machine/ieeefp.h: add Z8000 support
17257 * libc/stdio/Makefile.in: pass CFLAGS so vfiprintf.c gets built
17258 correctly.
17259 * libc/stdio/fdopen.c, libc/stdio/fgets.c, libc/stdio/fscanf.c,
17260 libc/stdio/vfprintf: type lint.
17261 * libc/sys/z8ksim/crt0.c (start): Z8001/Z8002 independent
17262 initialzation code.
17263 * libc/sys/z8ksim/glue.c: Z8001/Z8002 clean system calls.
17264
17265 Tue Dec 29 10:15:33 1992 Ian Lance Taylor (ian@cygnus.com)
17266
17267 * stub/mvme135/mvme135-asm.S: new file.
17268 stub/mvme135mvme135-stub.c: moved all assembler routines into
17269 mvme135-asm.S.
17270 stub/mvme135/Makefile.in: build mvme135-stub.o.
17271
17272 Mon Dec 28 12:40:43 1992 Ian Lance Taylor (ian@cygnus.com)
17273
17274 * Makefile.in: don't pass down $(CPP); use $(CC) -E in
17275 sub-Makefiles instead, to try to avoid line length limitations.
17276
17277 Mon Dec 21 18:36:13 1992 Per Bothner (bothner@rtl.cygnus.com)
17278
17279 * libc/include/unistd.h (read, write): Use void* instead of
17280 char*.
17281
17282 Thu Dec 17 13:49:46 1992 Mark Eichin (eichin@cygnus.com)
17283
17284 * stub/go32/resetpc: sample script to send a reset packet to the
17285 stub
17286
17287 * stub/go32/I386STUB.C: new file, gdb/i386stub.c modified for the
17288 DOS environment, which compiles with Turbo C.
17289
17290 * stub/go32/DSER32.LNK: new file, linker commands for serial
17291 remote stub.
17292
17293 * stub/go32/CONTROL.C: turn off debug_mode, add CYGNUS tag line to
17294 start up message to identify version; call set_debug_traps.
17295
17296 * stub/go32/DEBUG.C: turn off debug_mode (so stub doesn't need any
17297 keyboard interaction); call handle_exception() in go_til_stop,
17298 rather than return, so that the remote stub gets control.
17299
17300 * stub/go32/MAKEFILE: fixed to actually use DOS commands (del and
17301 rename, rather than mv), set flags that work with current Turbo C,
17302 including using the /3 flag; also, add commands to build dser32.
17303
17304 * stub/go32/DEBUG32.LNK, stub/go32/GO32.LNK: fix paths to match
17305 default Turbo C installation (\tc rather than \usr)
17306
17307 * stub/go32/MONO.C (printf): current Turbo C uses "..." instead of
17308 "&..."
17309
17310 Mon Dec 14 09:37:33 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17311
17312 * libc/include/math.h: added _DOUBLE_IS_32BITS checks
17313
17314 Thu Nov 12 22:31:04 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17315
17316 * libc/stdio/cvt.c (licvt): new function to convert ints when
17317 sizeof(int) != sizeof(long).
17318
17319 * libc/include/stdio.h: added prototype for iprintf.
17320 * libc/include/machine/limits.h machine/ieeefp.h: z8k stuff
17321
17322 Tue Nov 10 12:18:12 1992 Ian Lance Taylor (ian@cygnus.com)
17323
17324 * libc/machine/m68k/setjmp.S: use __USER_LABEL_PREFIX__ and
17325 __REGISTER_PREFIX__.
17326
17327 Mon Nov 2 13:50:14 1992 Ian Lance Taylor (ian@cygnus.com)
17328
17329 * libc/sys/m68kbare: moved into stub directory.
17330
17331 Mon Nov 2 13:40:42 1992 Ian Lance Taylor (ian@cygnus.com)
17332
17333 * configure.in, Makefile.in: created new directory stub, to hold
17334 sample code for specific targets.
17335
17336 Wed Oct 28 02:19:55 1992 Mark Eichin (eichin@cygnus.com)
17337
17338 * restored libc/sys/go32/sys/fcntl.h, to override incorrect values
17339 in the unified libc/include/sys/fcntl.h.
17340
17341 Wed Oct 21 13:55:58 1992 Doug Evans (dje@rtl.cygnus.com)
17342
17343 * libc/stdlib/ecvtbuf.c: (print_f,_gcvt): printf("%f", 0.01)
17344 printed .01, not 0.01.
17345
17346 Mon Oct 19 11:05:55 1992 Ian Lance Taylor (ian@cygnus.com)
17347
17348 * configure.in: compile with -m68000 for m68* targets.
17349
17350 Sun Oct 18 05:29:05 1992 Mark Eichin (eichin@cygnus.com)
17351
17352 * libm/math/remainder.c (remainder): document the svr4 and sunos
17353 references used to construct the function.
17354
17355 Sat Oct 17 21:46:16 1992 Mark Eichin (eichin@cygnus.com)
17356
17357 * libm/math/remainder.c (rint, remainder): fix old typos.
17358 * libm/math/Makefile.in: actually build remainder.c (functions
17359 rint and remainder, from SysVr4 Programmer's Guide floor(3m) man
17360 page.)
17361
17362 Thu Oct 15 07:48:05 1992 Ian Lance Taylor (ian@cygnus.com)
17363
17364 * libc/string/bcopy.c: BSD version works on overlapping strings,
17365 so ours should too.
17366
17367 * libc/stdlib/system.c: always invoke /bin/sh, not getenv
17368 ("SHELL").
17369
17370 Wed Oct 14 11:07:11 1992 Ian Lance Taylor (ian@cygnus.com)
17371
17372 * Makefile.in (docs): new target.
17373
17374 Wed Oct 14 07:44:25 1992 Ian Lance Taylor (ian@cygnus.com)
17375
17376 * libc/include/sys/times.h: define clock_t as required by POSIX.
17377 libc/include/time.h: protect clock_t from multiple definitions.
17378
17379 Wed Oct 7 11:02:21 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17380
17381 * libm/math/sqrt.h (sqrt): actually, the final version of fp-bit
17382 does not need more than the original three iterations to get
17383 within 1 ulp. (Paranoia tests for rounding to better than that,
17384 but further iterations *don't* help, only more subtle changes
17385 can.)
17386
17387 Tue Oct 6 09:22:12 1992 Ian Lance Taylor (ian@cygnus.com)
17388
17389 * libc/sys/vxworks68, libc/sys/vxworks960: removed, since they
17390 were doing nothing useful.
17391
17392 Tue Oct 6 08:48:13 1992 Ian Lance Taylor (ian@cygnus.com)
17393
17394 * configure.in: define MALLOC_PROVIDED for vxworks targets;
17395 removed sys_dir settings of vxworks68 and vxworks960.
17396 host/any: don't pass -nostdinc to gcc, since newlib no longer
17397 provides all required header files.
17398
17399 * libc/stdlib/malloc.c: only compile this file if MALLOC_PROVIDED
17400 is not defined; this provides a hook for VxWorks.
17401
17402 Mon Oct 5 03:44:57 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17403
17404 * libc/stdio/setvbuf.c (setvbuf): while ANSI does say to malloc a
17405 buffer if buf is NULL, don't do it here -- it is already being
17406 done by makebuf elsewhere in stdio.
17407
17408 Fri Oct 2 13:12:07 1992 Ian Lance Taylor (ian@cygnus.com)
17409
17410 * libc/sys/a29khif/Makefile.in: assemble Steve's list of stubs so
17411 that C programs can call functions without using initial
17412 underscores.
17413
17414 Thu Oct 1 09:37:47 1992 Ian Lance Taylor (ian@cygnus.com)
17415
17416 * libc/stdlib/abort.c (abort): call exit, in case kill returns.
17417
17418 Wed Sep 30 08:22:18 1992 Ian Lance Taylor (ian@cygnus.com)
17419
17420 * configure.in: set TARGET_CFLAGS for certain CPU types to
17421 -msoft-float.
17422
17423 Tue Sep 29 21:09:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17424
17425 * libc/sys/m68kbare/glue.c: use <_ansi.h> instead of <ansidecl.h>
17426
17427 Mon Sep 28 14:58:44 1992 Ian Lance Taylor (ian@cygnus.com)
17428
17429 * configure.in: added sys_dir m68kbare for m68k*-unknown-aout and
17430 m68k*-unknown-coff.
17431
17432 Fri Sep 25 08:33:21 1992 Ian Lance Taylor (ian@cygnus.com)
17433
17434 * libc/include/stdio.h: define __need___va_list before including
17435 <stdarg.h>, to avoid defining va_arg, et. al.
17436
17437 Tue Sep 22 13:47:00 1992 Ian Lance Taylor (ian@cygnus.com)
17438
17439 * libc/sys/Makefile.in: handle the case of an empty $(sys_dir)
17440 (don't cd to the user's home directory).
17441
17442 * libc/Makefile.in: replaced all instances of $(MAKE) with make.
17443 In general this is the wrong thing to do, but I can't get around
17444 GNU make's insistence on passing command line arguments any other
17445 way.
17446
17447 Tue Sep 22 10:12:44 1992 Ian Lance Taylor (ian@cygnus.com)
17448
17449 * configure.in: always configure the libc/sys directory, since it
17450 now provides a required documentation file.
17451
17452 * Makefile.in: replaced all instances of $(MAKE) with make. In
17453 general this is the wrong thing to do, but I can't get around GNU
17454 make's insistence on passing command line arguments any other way.
17455
17456 Mon Sep 21 22:42:26 1992 Ian Lance Taylor (ian@tweedledumbest.cygnus.com)
17457
17458 * libc/stdlib/ecvtbuf.c (_gcvt): string for 0 was not null
17459 terminated.
17460
17461 * libc/stdio/local.h: include <stdarg.h> to define va_list.
17462 libc/stdio/vsprintf.c: include <stdarg.h> rather than <varargs.h>.
17463
17464 * libc/include/float.h, libc/include/stdarg.h,
17465 libc/include/stddef.h, libc/include/varargs.h: removed; use gcc
17466 versions instead.
17467 libc/include/stdio.h: get size_t from <stddef.h>, and va_list from
17468 <stdarg.h>, not from <machine/types.h>. Protect definition of
17469 NULL.
17470 libc/include/time.h: get size_t from stddef.h. Protect definition
17471 of NULL.
17472 libc/include/machine/limits.h: override gcc <limits.h> by defining
17473 _LIMITS_H___. Don't define CLK_TCK. Copied in gcc <limits.h> to
17474 get correct INT_MIN and LONG_LONG values.
17475 libc/include/machine/types.h: don't define ptrdiff_t, wchar_t,
17476 size_t or va_list at all; they're now gotten from stddef.h
17477 instead.
17478 libc/include/machine/varargs.h: removed; use gcc version instead.
17479 libc/include/sys/types.h: explicitly include <machine/types.h>.
17480
17481 * libm/math/sqrt.h: using the fp-bit routines appears to require
17482 more iterations.
17483
17484 * Makefile.in, host/any: let system include files override machine
17485 include files.
17486
17487 Sat Sep 19 21:10:06 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17488
17489 * libc/include/machine/types.h: allow __*_TYPE__ from cpp to
17490 override _*_T_ definitions defaulted here.
17491
17492 Tue Sep 15 11:14:46 1992 Ian Lance Taylor (ian@cygnus.com)
17493
17494 * Makefile.in (install): install the include files in
17495 $(tooldir)/include, not $(exec_prefix)/include.
17496
17497 Fri Sep 11 15:48:43 1992 Ian Lance Taylor (ian@cygnus.com)
17498
17499 * Makefile.in (install): fixed typo, and changed install to not
17500 force rebuild of libc.a and libm.a.
17501
17502 Thu Sep 10 10:46:09 1992 Ian Lance Taylor (ian@cygnus.com)
17503
17504 * libc/sys/a29khif/*: Changed all .include's to include
17505 sys/sysmac.h, not plain sysmac.h. The header files live in sys so
17506 that they will be installed for the user.
17507
17508 * Makefile.in (all): create targ-include, a directory holding the
17509 machine and system specific header files during the build.
17510 (install): fixed installation of machine and system specific
17511 header files.
17512
17513 * Makefile.in: fixed comment.
17514 host/any: change .s.o rule to use $(AS) rather than $(CC), so that
17515 we can pass $(INCLUDES) to it.
17516
17517 Thu Sep 10 10:13:13 1992 Ian Lance Taylor (ian@cygnus.com)
17518
17519 * libc/include/sys/param.h: new generic file, which may be
17520 overridden for specific systems.
17521
17522 * libc/include/sys/signal.h: define all ANSI signal names, and
17523 NSIG (which is not ANSI) for a29k.
17524
17525 Tue Sep 8 09:04:30 1992 Ian Lance Taylor (ian@cygnus.com)
17526
17527 * Makefile.in: don't pass down arguments the lower level makes
17528 will not need.
17529 * libc/Makefile.in: recurse directly, rather than using subdir_do,
17530 in hopes of avoiding argument length limits.
17531 * libm/Makefile.in: recurse directly, rather using subdir_do, in
17532 hopes of avoiding argument length limits.
17533
17534 Tue Sep 8 08:27:22 1992 Ian Lance Taylor (ian@cygnus.com)
17535
17536 * libc/include/sys/fcntl.h: include <sys/types.h> to ensure that
17537 mode_t is defined.
17538
17539 Mon Sep 7 14:02:07 1992 Ian Lance Taylor (ian@cygnus.com)
17540
17541 * Fixed make info and make install-info for newlib, changing most
17542 Makefile.in and several *.tex files. Moved doc directory from
17543 libc to top level.
17544
17545 * libc/time/mktime.c (_DAYS_IN_MONTH): actually, not const.
17546 Should be rewritten.
17547
17548 * libc/string/strings.tex: renamed node index to node index
17549 function, so that it does not conflict with the top level index
17550 node.
17551
17552 * libc/include/sys/config.h: define __IEEE_BIG_ENDIAN for h8300.
17553
17554 Fri Sep 4 02:34:06 1992 Ian Lance Taylor (ian@cygnus.com)
17555
17556 * Overhauled general configuration for newlib. Eliminated all
17557 target dependent Makefile fragments. Create libraries in newlib
17558 rather than newlib/libc and newlib/libm. Use CC, et. al., rather
17559 than CROSS_CC, et. al. Broke make docs; will fix later.
17560
17561 * libc/time/localtime.c (_DAYS_IN_MONTH): actually, not const.
17562 Should be rewritten.
17563
17564 Tue Sep 1 15:21:14 1992 Ian Lance Taylor (ian@cygnus.com)
17565
17566 * libc/configure.in: cleaned up somewhat; switch on ${target}
17567 rather than ${target_alias}.
17568 * libm/configure.in: cleaned up somewhat; switch on ${target}
17569 rather than ${target_alias}.
17570
17571 * libc/ctype/ctype_.c: marked _ctype_ array _CONST.
17572 * libc/include/ctype.h: marked _ctype_ as _CONST.
17573
17574 * libc/locale/locale.c (lconv, localeconv): marked static lconv as
17575 _CONST.
17576
17577 * libc/stdio/cvt.c, libc/stdio/findfp.c (__sfmoreglue),
17578 libc/stdio/vfscanf.c (__svfscanf): made static variables const.
17579 libc/stdio/gets.c (gets): removed non-ANSI warning message.
17580 libc/stdio/tmpnam.c (tmpnam): removed unneeded filename variable.
17581
17582 * libc/stdlib/mprec.h, libc/stdlib/mprec.c (pow5mult, tens,
17583 bigtens, tinytens): marked arrays _CONST.
17584 libc/stdlib/qsort.c (swap): if __GNUC__, use _builtin_alloca
17585 rather than a static variable.
17586
17587 * libc/time/asctime.c (asctime), libc/time/localtime.c
17588 (_DAYS_IN_MONTH), libc/time/mktime.c (_DAYS_IN_MONTH,
17589 _DAYS_BEFORE_MONTH), libc/time/strftime.c (dname_len, dname,
17590 mname_len, mname): Marked static arrays _CONST.
17591
17592 * libm/math/gamma.h: made local variables non-static.
17593
17594 * libm/math/acos.h, libm/math/bessel.c, libm/math/erf.c,
17595 libm/math/exp.c, libm/math/gamma.h: marked static arrays as
17596 _CONST.
17597
17598 * libm/math/constants.c: removed file, because the constants it
17599 defined were never referenced.
17600 libm/math/Makefile.in: removed references to constants.c.
17601 libm/math/mathimpl.h: removed declarations of constants.
17602
17603 Wed Aug 26 21:09:06 1992 Ian Lance Taylor (ian@cygnus.com)
17604
17605 * libc/include/machine/varargs.h: only call __builtin_saveregs if
17606 it is sensibly defined in libgcc2. Checks preprocessor defines,
17607 which is not a good solution.
17608
17609 * libm/sqrt.c: sqrt(Infinity) should not be a domain error.
17610
17611 * libm/frexp.c: handle denormalized numbers as arguments.
17612
17613 * libm/math/Makefile.in: added some dependencies for .c files
17614 which include local .h files.
17615
17616 Mon Aug 24 12:57:58 1992 Ian Lance Taylor (ian@cygnus.com)
17617
17618 * libc/configure.in: set target_alias for OSE*. Replace
17619 target_makefile_frag if it is blank.
17620
17621 * libc/Makefile.in: make sure everything is passed to subsidiary
17622 makes; create all directories when installing.
17623
17624 * libm/ieeefp/Makefile.in, libm/math/Makefile.in: use
17625 CROSS_ARUPDATE instead of AR.
17626
17627 * libm/configure.in: set target_alias for OSE*. Replace
17628 target_makefile_frag if it is blank.
17629
17630 * libm/Makefile.in: make sure everything is passed to subsidiary
17631 makes; create all directories when installing.
17632
17633 Thu Aug 20 15:11:51 1992 Mark Eichin (eichin@cygnus.com)
17634
17635 * add following change from libc copy.
17636
17637 Wed Aug 19 18:54:49 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
17638
17639 * libc/libc.texinfo: make copyright disclaimers appear on back of
17640 title page; make format of same slightly less ugly; avoid using
17641 underbars in section headings (avoids nasty texinfo bug in table
17642 of contents).
17643
17644 * libc/ctype/tolower.c, libc/ctype/toupper.c: (doc changes in
17645 comments only) avoid using underbars in section headings
17646
17647 * libc/ieeefp/ieeefp.tex: include doc from fpsticky, infinity,
17648 isnan ieeefp/fpmask.c, ieeefp/fpround.c, ieeefp/fpsticky.c (doc
17649 changes in comments only): shorten headings ieeefp/infinity.c,
17650 ieeefp/isnan.c: (doc, comments only) more informative headings
17651
17652 * libc/math/bessel.c: (doc, comments only) shorten heading
17653
17654 * libc/stdlib/efgcvt.c, libc/stdlib/mbtowc.c, libc/stdlib/wctomb.c
17655 (doc, comments only) shorten headings
17656
17657 * libc/time/localtime.c (doc, comments only): shorten headings
17658
17659 * libm/ieeefp/ieeefp.tex: include doc from fpsticky, infinity,
17660 isnan
17661 libm/ieeefp/fpmask.c, libm/ieeefp/fpround.c,
17662 libm/ieeefp/fpsticky.c (doc changes in comments only): shorten
17663 headings
17664 libm/ieeefp/infinity.c, libm/ieeefp/isnan.c: (doc, comments
17665 only) more informative headings
17666 * libm/math/bessel.c: (doc, comments only) shorten heading
17667
17668 Wed Aug 19 07:06:37 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17669
17670 * .../Makefile.in: use CROSS_ARUPDATE consistently.
17671 * config/*.mt: define CROSS_AR as well as CROSS_ARUPDATE
17672 * config/*.mt: define CROSS_CPP based on CROSS_CC, not /lib/cpp.
17673 * .../Makefile.in: get rid of .c.o rule - if TOP is correctly
17674 defined, the one from the .mt file will be correct.
17675 * libc/include/machine, libc/include/sys: created, and populated
17676 with common files from machine/*/machine. ifdefs were used for
17677 most, typically by handling exceptions first and then filling in
17678 defaults. Files with D.J. Delorie copyright #included rather than
17679 copied. Most files in include/sys really were the same in the
17680 original.
17681 * libc/include/...: cleaned up use of _EXFUN.
17682 * libc/stdlib/mprec.c: mprec.h doesn't get installed, so include
17683 it with double quotes, not angles.
17684
17685 Mon Aug 10 11:43:20 1992 Ian Lance Taylor (ian@dumbest.cygnus.com)
17686
17687 * libc/Makefile.in: always create installation directories.
17688
17689 Sun Aug 9 22:45:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17690
17691 * libc/configure.in: handle host properly (using canonical
17692 triples), better error message for the case of target not found
17693
17694 Thu May 28 01:56:37 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17695
17696 * libc/Makefile.in (insincdir): Ensure this directory exists
17697 before attempting installation.
17698
17699 Fri May 1 18:16:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17700
17701 * libc/stdlib/assert.c: now calls abort like it should
17702 * libc/sys/a29khif: many many patches for 29khif work
17703 * libc/machine/i386: gnulib2 expanded there.
17704
17705 Tue Apr 28 19:08:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17706
17707 Added accurate fp conversion routines to stdlib, moved dcvt from
17708 stdio to stdlib and called it ecvtbuf:
17709 * libc/stdlib/mprec.c, mprec.h: new files for multiprec arithmetic
17710 * libc/stdlib/Makefile.in, efgcvt.c, strtod.c: modified to use new
17711 routines
17712 * libc/libc.texinfo: Modifed to include the copyright info from
17713 the mprec files
17714 * libc/stdlib/efgcvt.c: now xref to ecvtbuf in stdlib.
17715 * libc/test/ : many vector which tested for the implementation
17716 defined returns of strange conversion requests have been updated
17717 to relflect the new implementation
17718
17719 Mon Apr 27 13:41:33 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
17720
17721 * libc/libc.texinfo: new chapter on variable arg lists
17722 (stdarg.h/varargs.h)
17723 * libc/libc.texinfo: new title
17724 * libc/time/gmtime.c, libc/time/localtime./c, libc/time/mktime.c:
17725 (doc only) shorter headings for better formatting.
17726
17727 Fri Apr 24 11:26:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
17728
17729 * libc/libc.texinfo: three more info menu entries
17730 * libc/locale/locale.tex: new chapter
17731 * libc/locale/locale.c: new doc for setlocale, localeconv
17732 * libc/locale/Makefile.in: use new locale doc
17733 * libc/signal/signal.tex: new chapter
17734 * libc/signal/raise.c, libc/signal/signal.c: new doc
17735 * libc/signal/Makefile.in: use new doc
17736 * libc/time/time.tex: new chapter
17737 * libc/time/asctime.c libc/time/clock.c libc/time/ctime.c
17738 libc/time/difftime.c libc/time/gmtime.c libc/time/localtime.c
17739 libc/time/mktime.c libc/time/strftime.c libc/time/time.c: new doc
17740 * libc/time/Makefile.in: use new doc
17741
17742 Tue Apr 21 14:48:50 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17743
17744 * libm/math/log1p.c: split to use the new function way of float
17745 function definition. math/log1p.h deleted
17746 * libm/math/scalb.c: obsolete and deleted
17747 * libm/math/scalbn.c: created from part log1p.c
17748 * libm/math/Makefile.in: know about log1p and scalbn
17749
17750 Tue Apr 21 12:32:21 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
17751
17752 * libc/ctype/isupper.c: revise doc;
17753 libc/ctype/ctype.tex: use doc from isupper.c
17754
17755 * libc/string/bzero.c: new doc
17756
17757 Mon Apr 20 14:19:42 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
17758
17759 * libc/stdlib/system.c, libc/stdlib/exit.c, libc/stdlib/abort.c:
17760 new doc
17761 * libc/stdlib/Makefile.in: extract new doc
17762 * libc/stdlib/stdlib.tex: use new doc
17763
17764 * libc/string/strerror.c: expanded doc.
17765
17766 * libc/stdio/Makefile.in: extract doc from more files
17767 * libc/stdio/fopen.c, libc/stdio/perror.c, libc/stdio/remove.c,
17768 libc/stdio/rename.c, libc/stdio/rewind.c, libc/stdio/setbuf.c,
17769 libc/stdio/setvbuf.c, libc/stdio/sprintf.c, libc/stdio/tmpfile.c,
17770 libc/stdio/tmpnam.c, libc/stdio/vfprintf.c, libc/stdio/vprintf.c,
17771 libc/stdio/vsprintf.c: new doc
17772 * libc/stdio/stdio.tex: use new doc
17773
17774 Mon Apr 20 09:38:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17775
17776 * libc/config/ebmon29k: added CROSS_CPP rule and other fixes
17777 * libc/include/ieeefp.h: fixed ansi conflict with isnanf, isinff,
17778 finitef functions.
17779 * libc/sys/a29khif/sys/*.h: ansidecl.h was renamed to _ansi.h some
17780 time ago.
17781
17782 * libc/stdio/stdio.h: added P_tmpdir for /tmp (SVID thing)
17783 * libc/stdio/setbuf.c: added ansi style definition.
17784 * libc/stdio/setvbuf.c: added ansi definition, now mallocs own
17785 buffer if none provided.
17786 * libc/stdio/tmpfile.c: lint
17787 * libc/stdio/tmpnam.c (worker): created. (tmpnam): mallocs buffer
17788 rather than using static, also make sure file isn't already
17789 present. Uses P_tmpdir. (tempnam): rewritten to use new
17790 subroutine, and uses P_tmpdir.
17791 * libc/stdio/siprintf.c: created
17792
17793 Mon Apr 13 09:12:58 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17794
17795 Release 1.03 for NEC, major mods. Main differences from release
17796 1.02::
17797
17798 More tests in test/:
17799 * jn_vec.c, jnf_vec.c, yn_vec.c, ynf_vec.c, log2_vec.c,
17800 log2f_vec.c, atan2_vec.c, atan2f_vec.c: new test vectors.
17801 * test_ieee.c: tests for ieee flags & masks - get/set rounding,
17802 get/set mask, get/set sticky and get/set roundtoi. Tests
17803 that setting the bits changes the way arithmetic is done.
17804 * string.c: added test to make sure memcmp does it with unsigned
17805 chars.
17806 * test.c: cleaned up and removed lint.
17807 * sprint_vec, sprint_ivec.c, convert.c, conv_vec.c, iconf_vec.c,
17808 dvec.c: tests for string to value conversions, sprintf, scanf,
17809 atof, atoff, strtod, strtodf, atoi, atol, strtol, ecvtbuf, ecvt,
17810 ecvtf, fcvtbuf, fcvt, fcvtf, gcvt, gcvtf. Some attention paid to
17811 rounding in sprintf too.
17812 * test_is.c: tests for isalnum, isalpha, isascii, iscntrl,
17813 isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
17814 isxdigit, toascii, tolower, toupper, _tolower, _toupper in macro
17815 and function form.
17816 * math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow,
17817 powf
17818
17819 In the library:
17820 * libc/stdlib/div.c, libc/stdlib/ldiv.c, libc/stdlib/strtod.c,
17821 libc/stdlib/strtol.c, libc/stdlib/stroul.c, libc/stdlib/abs.c,
17822 libc/stdlib/bsearch.c, libc/stdlib/calloc.c, libc/stdlib/getenv.c,
17823 libc/stdlib/labs.c, libc/stdlib/malloc.c: new documentation
17824 * libc/stdlib/efgcvt.c: rewritten to use new _dcvt routines rather
17825 than sprintf.
17826 * libc/stdio/dcvt.c: rewritten to make more useful elsewhere.
17827 * Method of producting float versions of double functions has
17828 changed, functions will be modified gradually. So far:
17829 libm/math/exp.c, libm/math/pow.c, libm/math/modf.c,
17830 libm/math/sincos.c, libm/math/fmod.c, libm/math/tan.c have been
17831 altered
17832 * libc/string/memcmp.c: now uses unsigned chars
17833 * libc/string/bcmp.c, libc/string/strcpy.c,
17834 libc/stsring/strxfrm.c: fixed doc
17835 * libc/sys/sysvnecv70.tex: fix example of sbrk code
17836 \f
17837 Local Variables:
17838 version-control: never
17839 End:
This page took 0.786806 seconds and 6 git commands to generate.