OSDN Git Service

2006-12-01 Kazunori Asayama <asayama@sm.sony.co.jp>
[pf3gnuchains/pf3gnuchains4x.git] / newlib / ChangeLog
1 2006-12-01  Kazunori Asayama  <asayama@sm.sony.co.jp>
2
3         * libc/machine/spu/strchr.c: Fix mask for misaligned string.
4         * libc/machine/spu/strrchr.c: Ditto.
5
6 2006-11-30  Lev Bishop  <lev.bishop@gmail.com>
7
8         * libc/include/math.h: Allow C99 functions/macros to be
9         defined for C++ even when __STRICT_ANSI__.
10
11 2006-11-29  Jeff Johnston  <jjohnstn@redhat.com>
12
13         * libc/stdio/makebuf.c (__smakebuf): If dealing with
14         an asprintf-family buffer, make the default initial size 64.
15
16 2006-11-29  Eric Blake  <ebb9@byu.net>
17
18         * libc/stdio/fvwrite.c (__sfvwrite_r): Avoid off-by-one error in
19         asprintf, as well as quadratic realloc behavior.
20
21 2006-11-29  Kazunori Asayama  <asayama@sm.sony.co.jpi
22
23         * libc/machine/spu/memset.c: Fix type of explicit cast.
24         * libc/machine/spu/strncmp.c: Add explicit cast.
25         * libc/machine/spu/strrchr.c: Ditto.
26         * libc/machine/spu/strspn.c: Ditto.
27
28 2006-11-22  Luca Barbato  <lu_zero@gentoo.org>
29
30         * libc/machine/spu/memcpy.c: Use spu_splats, explicit cast.
31         * libc/machine/spu/memmove.c: Use spu_splats, explicit cast.
32         * libc/machine/spu/memset.c: Use spu_splats, remove apple-cast.
33         * libc/machine/spu/strchr.c: Use spu_splats, remove apple-cast.
34         * libc/machine/spu/strncat.c: Explicit cast.
35         * libc/machine/spu/strncmp.c: Use spu_splats.
36         * libc/machine/spu/strncpy.c: Explicit cast.
37         * libc/machine/spu/strrchr.c: Use spu_splats.
38         * libc/machine/spu/strspn.c: Use spu_splats.
39
40 2006-11-15  Till Straumann  <strauman@slac.stanford.edu>
41
42         * libc/time/tzset_r.c (_tzset_r): Initialize local variable.
43
44 2006-11-14  Eric Blake  <ebb9@byu.net>
45
46         * libc/stdio/vfprintf.c (_vfprintf_r): Support ' flag.
47         (chclass): ' is a flag.  j, t, and z are modifiers.
48
49 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
50
51         * configure.host: Add support for bfin.
52         * libc/include/machine/ieeefp.h: Define __IEEE_LITTLE_ENDIAN for bfin.
53         * libc/include/machine/setjmp.h: Define _JBLEN for bfin.
54         * libc/machine/bfin/aclocal.m4: Generate.
55         * libc/machine/bfin/configure.in: New.
56         * libc/machine/bfin/configure: Generate.
57         * libc/machine/bfin/Makefile.am: New.
58         * libc/machine/bfin/Makefile.in: Generate.
59         * libc/machine/bfin/setjmp.S: New.
60         * libc/machine/bfin/longjmp.S: New.
61         * libc/machine/configure.in: Add bfin support.
62         * libc/machine/configure: Generate.
63
64 2006-11-07  Corinna Vinschen  <corinna@vinschen.de>
65
66         * libc/include/sys/unistd.h (_SC_STREAM_MAX): Define on Cygwin.
67         (_PC_FILESIZEBITS): Add definition.
68         (_PC_2_SYMLINKS): Ditto.
69         (_PC_SYMLINK_MAX): Ditto.
70
71 2006-10-27  Joel Schopp  <jschopp@austin.ibm.com>
72
73         * libc/machine/spu/memcpy.c: Override generic function with vectorized
74         version optimized for the cell spu.
75         * libc/machine/spu/memmove.c: Ditto.
76         * libc/machine/spu/memset.c: Ditto.
77         * libc/machine/spu/strcat.c: Ditto.
78         * libc/machine/spu/strchr.c: Ditto.
79         * libc/machine/spu/strcmp.c: Ditto.
80         * libc/machine/spu/strcpy.c: Ditto.
81         * libc/machine/spu/strcspn.c: Ditto.
82         * libc/machine/spu/strlen.c: Ditto.
83         * libc/machine/spu/strncat.c: Ditto.
84         * libc/machine/spu/strncmp.c: Ditto.
85         * libc/machine/spu/strncpy.c: Ditto.
86         * libc/machine/spu/strpbrk.c: Ditto.
87         * libc/machine/spu/strrchr.c: Ditto.
88         * libc/machine/spu/strspn.c: Ditto.
89         * libc/machine/spu/strxfrm.c: Ditto.
90         * libc/machine/spu/vec_literal.h: Add abstraction of vector literals, 
91         removing altivec style initializers.
92         * libc/machine/spu/Makefile.am: Add new files to list so they build
93         * libc/machine/spu/Makefile.in: Regenerate from new Makefile.am
94
95 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
96
97         * README: Add a brief section on how to regenerate
98         configuration files in newlib.
99
100 2006-10-25  Vladimir Prus  <vladimir@codesourcery.com>
101
102         * libc/include/math.h: (exception): Add a comment
103         telling fixincludes that we handle C vs. C++ issue.
104
105 2006-10-11  Yang Tse  <yangsita@gmail.com>
106
107         * libc/include/machine/setjmp.h: Use __extension__ keyword for gcc's
108         braced-groups.
109
110 2006-10-11  Corinna Vinschen  <corinna@vinschen.de>
111
112         * libc/reent/reeent.c (_reclaim_reent): Free _REENT_MP_RESULT.
113
114 2006-09-26  Jeff Johnston  <jjohnstn@redhat.com>
115
116         * libc/include/stdio.h[_REENT_SMALL]: Do not allow macros
117         for clearerr, feof, or fileno.
118         * libc/include/sys/reent.h[_REENT_SMALL](struct _reent): Change 
119         the dummy std stream scheme to use pointers to const external 
120         fake files, one for each standard stream.
121         * libc/stdio/local.h (CHECK_INIT): Change to take a file pointer
122         argument.  For _REENT_SMALL, reset the file pointer if it
123         matches one of the fake std stream pointers.
124         * libc/stdio/clearerr.c: Fix CHECK_INIT macro to add file pointer
125         argument.
126         * libc/stdio/fclose.c: Ditto.
127         * libc/stdio/feof.c: Ditto.
128         * libc/stdio/ferror.c: Ditto.
129         * libc/stdio/fflush.c: Ditto.
130         * libc/stdio/fgetc.c: Ditto.
131         * libc/stdio/fgets.c: Ditto.
132         * libc/stdio/fileno.c: Ditto.
133         * libc/stdio/findfp.c: Ditto.
134         * libc/stdio/fputc.c: Ditto.
135         * libc/stdio/fputs.c: Ditto.
136         * libc/stdio/fread.c: Ditto.
137         * libc/stdio/freopen.c: Ditto.
138         * libc/stdio/fseek.c: Ditto.
139         * libc/stdio/ftell.c: Ditto.
140         * libc/stdio/fwrite.c: Ditto.
141         * libc/stdio/getc.c: Ditto.
142         * libc/stdio/getdelim.c: Ditto.
143         * libc/stdio/putc.c: Ditto.
144         * libc/stdio/refill.c: Ditto.
145         * libc/stdio/setvbuf.c: Ditto.
146         * libc/stdio/ungetc.c: Ditto.
147         * libc/stdio/vfprintf.c: Ditto.
148         * libc/stdio/vfscanf.c: Ditto.
149         * libc/stdio/wbuf.c: Ditto.: Ditto.
150         * libc/stdio/wsetup.c: Ditto.
151         * libc/stdio64/freopen64.c: Ditto.
152         * libc/stdio64/fseeko64.c: Ditto.
153         * libc/stdio64/ftello64.c: Ditto.
154         * libc/machine/powerpc/vfprintf.c: Ditto.
155         * libc/machine/powerpc/vfscanf.c: Ditto.
156
157 2006-09-22  Paul Brook  <paul@codesourcery.com>
158
159         * libc/include/sys/reent.h: Define and use __reent_assert.
160
161 2006-09-13  Joel Sherrill <joel@oarcorp.com>
162
163         * libc/include/pthread.h: Add pthread barriers,
164         rwlocks, and spinlocks.  Change const to
165         _CONST and prefix parameter names with
166         an underscore.
167         * libc/include/sys/types.h: Add id and attribute
168         types for barriers, wrlocks, and spinlocks.
169         * libc/include/sys/features.h: Enable barriers,
170         wrlocks, and spinlocks for RTEMS.
171
172 2006-09-13  Patrick Mansfield <patmans@us.ibm.com>
173
174         * libc/include/math.h: Remove _CONST from _LIB_VERSION, as it is
175         supposed to be writable.
176         * libm/common/s_lib_ver.c: Ditto.
177
178 2006-09-12  Paul Brook  <paul@codesourcery.com>
179
180         * libc/stdlib/rand.c (srand): Add _REENT_CHECK_RAND48.
181
182 2006-09-07  Masaki Muranaka  <monaka@monami-software.com>
183
184
185         * libc/machine/xstormy16/Makefile.am:
186         Add $(lpfx) prefix to LIBADD objects.
187         lib_a_DEPENDENCIES uses the value of lib_a_LIBADD.
188         * libc/machine/xstormy16/Makefile.in: Regenerated.
189
190 2006-09-06  Eric Blake  <ebb9@byu.net>
191
192         * libc/stdio/vfprintf.c (_vfprintf_r, get_arg): Add 'hh', 'j',
193         't', and 'z' modifiers.
194
195 2006-09-01  Kazu Hirata  <kazu@codesourcery.com>
196
197         Merge from newlib-csl-20060320-branch:
198         2006-05-22  Sandra Loosemore <sandra@codesourcery.com>
199
200         * configure.host: Tell it we have _rename and _system when
201         building m68k-unknown-elf.
202
203 2006-08-29  Paul Brook  <paul@codesourcery.com>
204
205         * libc/include/sys/config.h: Define _REENT_SMALL for Thumb-2.
206
207 2006-08-27  Joel Sherrill <joel.sherrill@OARcorp.com>
208
209         * libc/sys/rtems/machine/sys/param.h: Conditionalize definition of
210         BLKDEV_IOSIZE and MAXPHYS so it will fit into small memory targets.
211         This is needed to build all AVR and H8300 RTEMS multilib variants.
212
213 2006-08-23  Kazunori Asayama  <asayama@sm.sony.co.jp>
214
215         * libc/machine/configure.in: Add configuration for SPU.
216         * libc/machine/configure: Regenerated.
217         * libc/machine/spu/memcpy.c: Include string.h.
218
219 2006-08-22  Eric Blake  <ebb9@byu.net>
220
221         * libc/posix/popen.c (popen): Don't close output end of pipe in
222         child if stdout was closed on entry.
223         [HAVE_FCNTL]: In parent, mark file as close-on-exec, per POSIX.
224
225 2006-08-19  Ramana Radhakrishnan  <ramana.r@gmail.com>
226
227         * sys/types.h: Correct syntax error caused by missing '\' on #ifdef
228         line.
229
230 2006-08-17  Brian Ford  <Brian.Ford@FlightSafety.com>
231
232         * libc/time/gmtime.c: Correct man page; clock is not a
233         local time and no conversion occurs.
234
235 2006-08-16  Joel Schopp  <jschopp@austin.ibm.com>
236
237         * configure.host (newlib_cflags) [spu]: Add special compiler
238         options to reduce size.
239
240 2006-08-16  Joel Schopp  <jschopp@austin.ibm.com>
241
242         * configure.host: Add spu support.
243         * libc/include/stdint.h: Ditto.
244         * libc/include/machine/ieeefp.h: Ditto.
245         * libc/include/machine/setjmp.h: Ditto.
246         * libc/include/sys/config.h: Ditto.
247         * libc/include/sys/types.h: Ditto.
248         * libc/machine/spu/Makefile.am: New file.
249         * libc/machine/spu/Makefile.in: Ditto.
250         * libc/machine/spu/aclocal.m4: Ditto.
251         * libc/machine/spu/configure: Ditto.
252         * libc/machine/spu/configure.in: Ditto.
253         * libc/machine/spu/memcpy.c: Ditto.
254         * libc/machine/spu/setjmp.S: Ditto.
255
256 2006-08-03  J"orn Rennecke  <joern.rennecke@st.com>
257
258         * dtoa.c (dtoa_r): Handle the denormalized _DOUBLE_IS_32BITS case
259         properly.
260
261 2006-08-01  Jeff Johnston  <jjohnstn@redhat.com>
262
263         * libc/Makefile.am: Add libc_TEXINFOS dependency on
264         generated .texi files.
265         * libm/Makefile.am: Add libm_TEXINFOS dependency on
266         generated .texi files.
267         * libc/Makefile.in: Regenerated.
268         * libm/Makefile.in: Ditto.
269
270 2006-08-01  Thiemo Seufer  <ths@mips.com>
271             Nigel Stephens  <nigel@mips.com>
272
273         * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): For MIPS
274         define this to force _impure_ptr to live in the .sdata section.
275
276 2006-07-31  Jeff Johnston  <jjohnstn@redhat.com>
277
278         * acinclude.m4: Check for readelf tool.
279         * configure.in: Use ${READELF} instead of hard-coding.
280         * Regenerate all aclocal.m4, Makefile.in, and configure files.
281
282 2006-07-31  Jeff Johnston  <jjohnstn@redhat.com>        
283
284         * libc/sys/linux/mmap.c: Remove include of sys/mman.h
285         to avoid conflict with newer glibc's revision of mremap.
286
287 2006-07-05  Jeff Johnston  <jjohnstn@redhat.com>        
288
289         * libc/stdlib/mprec.h [_DOUBLE_IS_32BITS]: Turn off C99 hex 
290         floating-point format support.  Also redefine
291         dword0 and dword1 macros.
292         * libc/stdlib/strtod.c: Add checks for _DOUBLE_IS_32BITS
293         to prevent setting dword1 which is an rvalue only.
294
295 2006-06-22  Jeff Johnston  <jjohnstn@redhat.com>        
296
297         * libc/stdlib/Makefile.am: Add new gdtoa routines.
298         * libc/stdlib/Makefile.in: Regenerated.
299         * libc/stdlib/gd_qnan.h: New file.
300         * libc/stdlib/gdtoa-gethex.c: Ditto.
301         * libc/stdlib/gdtoa-hexnan.c: Ditto.
302         * libc/stdlib/gdtoa.h: Ditto.
303         * libc/stdlib/mprec.c: Add new helper routines needed by
304         the new gdtoa code.
305         * libc/stdlib/mprec.h: Integrate some defines and prototypes
306         used by gdtoa routines here.
307         * libc/stdlib/strtod.c: Rebased on David M. Gay's gdtoa-strtod.c
308         which adds C99 support such as nan, inf, and hexadecimal input
309         format.
310
311 2006-06-15  Corinna Vinschen  <corinna@vinschen.de>
312
313         * libc/include/stdio.h (__sgetc_r): Fix typo.
314         * libc/stdio/fread.c (_fread_r): Convert crlf calls to crlf_r.
315         * libc/stdio/rget.c (__srbuf): Reinstantiate.
316         * libc/stdio/wbuf.c (__swbuf): Ditto.
317
318 2006-06-14  Jeff Johnston  <jjohnstn@redhat.com>        
319
320         * libc/include/stdio.h: Add new reentrant I/O prototypes for
321         read/write functions.  Change getc/putc macros to have reentrant underlying 
322         macros/functions.  This includes __sgetc_raw_r, __sgetc_r, and __sputc_r.
323         * libc/stdio/fgetc.c: Fix and/or add reentrant version to call
324         new reentrant I/O functions/macros for reading/writing.
325         * libc/stdio/fgets.c: Ditto.
326         * libc/stdio/fputc.c: Ditto.
327         * libc/stdio/fputs.c: Ditto.
328         * libc/stdio/fread.c: Ditto.
329         * libc/stdio/fseek.c: Ditto.
330         * libc/stdio64/fseeko64.c: Ditto.
331         * libc/stdio/fwrite.c: Ditto.
332         * libc/stdio/getc.c: Ditto.
333         * libc/stdio/getc_u.c: Ditto.
334         * libc/stdio/getchar.c: Ditto.
335         * libc/stdio/getchar_u.c: Ditto.
336         * libc/stdio/putc.c: Ditto.
337         * libc/stdio/putc_u.c: Ditto.
338         * libc/stdio/putchar.c: Ditto.
339         * libc/stdio/puts.c: Ditto.
340         * libc/stdio/vfprintf.c: Ditto.
341         * libc/stdio/vfscanf.c: Ditto.
342         * libc/stdio/fvwrite.c: Change __sfvwrite into reentrant __sfvwrite_r.
343         Change all previous callers of __sfvwrite.  Set errno to EBADF and
344         set error flag on if attempt is made to write to file that does not
345         allow writing.
346         * libc/stdio/fvwrite.h: Fix new reentrant prototypes.
347         * libc/stdio/local.h: Ditto.
348         * libc/stdio/refill.c: Turn __srefill into reentrant __srefill_r.
349         Set errno to EBADF and the error flag on if attempt is made to
350         read unreadable file.  Change all previous callers of __srefill.
351         * libc/stdio/rget.c
352         * libc/stdio/wbuf.c: Turn __swbuf into reentrant __swbuf_r.  Change
353         all previous callers of __swbuf.
354         * libc/sys/linux/machine/i386/huge_val.h: Ifdef out file contents since
355         huge value macros are already defined correctly for i386 by <math.h>.
356
357 2006-06-13  Sandra Loosemore <sandra@codesourcery.com>
358
359         * /libc/sys/arm/syscalls.c (_unlink, isatty, _system, _rename):
360         Make them do something useful in the ARM_RDI_MONITOR case.
361
362 2006-06-07  Fred Fish  <fnf@specifix.com>
363
364         * libc/search/hash_bigkey.c (MIN,MAX): Remove
365         defines that are already supplied by <sys/param.h>.
366
367 2006-06-07  Fred Fish  <fnf@specifix.com>
368
369         * configure.host: Remove references to HAVE_GETTIMEOFDAY.
370
371 2006-06-05  Shaun Jackman  <sjackman@gmail.com>
372
373         * libc/posix/Makefile.am (GENERAL_SOURCES): Add sleep.c and
374         usleep.c.
375         * libc/posix/Makefile.in: Regenerate.
376         * libc/posix/sleep.c: New file.
377         * libc/posix/usleep.c: Ditto.
378
379 2006-06-05  Shaun Jackman  <sjackman@gmail.com>
380
381         * configure.host (newlib_cflags) [arm, thumb, xscale]:  Remove
382         -DABORT_PROVIDED flag.
383         * newlib/libc/sys/arm/syscalls.c (kill, exit): Sync with libgloss.
384         * newlib/libc/sys/arm/libcfunc.c (abort): Ditto.
385
386 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
387
388         * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS.
389         * Makefile.in: Regenerated.
390         * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Remove
391         extraneous CFLAGS reference now that CCASFLAGS are being extended
392         properly via multilib.
393         * libc/machine/sh/Makefile.in: Regenerated.
394
395 2006-06-02  Shaun Jackman  <sjackman@gmail.com>
396
397         * libc/unix/sigset.c: Undefine sigfillset, sigdelset, and
398         sigismember.
399
400 2006-05-23  Jeff Johnston  <jjohnstn@redhat.com>
401
402         * libc/misc/dprintf.c: Removed.
403         * libc/misc/__dprintf.c: Renamed from dprintf.c.
404         * libc/misc/Makefile.am: Changed appropriately for rename.
405         * libc/misc/Makefile.in: Regenerated.
406
407 2006-05-23  Jeff Johnston  <jjohnstn@redhat.com>
408
409         * libc/include/stdio.h: Protect dprintf prototype
410         with #ifndef dprintf so as to not interfere with
411         historical code defining their own dprintf macro.
412
413 2006-05-18  Jeff Johnston  <jjohnstn@redhat.com>
414
415         * libc/include/stdio.h: Add prototypes for fiscanf,
416         iscanf, and siscanf.
417
418 2006-05-11  J"orn Rennecke <joern.rennecke@st.com>
419
420         * acinclude.m4 (_NEWLIB_VERSION): Rename to:
421         (DEF_NEWLIB_VERSION).
422         * configure.in (_NEWLIB_VERSION): Use NEWLIB_VERSION.
423         * configure: Regenerate.
424
425 2006-05-09  Jeff Johnston  <jjohnstn@redhat.com>
426
427         * libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to
428         lib_a_SOURCES.
429         * libc/ctype/Makefile.in: Regenerated.
430
431 2006-05-09  Kazu Hirata  <kazu@codesourcery.com>
432
433         * libc/machine/arm/Makefile.am: Fix a typo.
434         * libc/machine/arm/Makefile.in: Regenerated.
435
436 2006-05-08  J"orn Rennecke <joern.rennecke@st.com>
437
438         * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
439         * libc/machine/sh/Makefile.in: Regenerate.
440
441 2006-05-03  J"orn Rennecke <joern.rennecke@st.com>
442
443         * libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
444         * libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise.
445
446 2006-05-02  Jeff Johnston  <jjohnstn@redhat.com>
447
448         * libc/sys/sysnec810/Makefile.am: Specify .S files instead of
449         .s.
450         * libc/sys/sysnec810/Makefile.in: Regenerated.
451         * libc/sys/sysnec810/crt0.S: Renamed from .s file.
452         * libc/sys/sysnec810/io.S: Ditto.
453         * libc/sys/sysnec810/crt0.s: Renamed to .S file.
454         * libc/sys/sysnec810/io.s: Ditto.
455
456 2006-05-01  Jeff Johnston  <jjohnstn@redhat.com>
457
458         * libc/argz/Makefile.am: Prefix any objects specified with $(lpfx).  If source file can
459         be specified instead of object, do so.
460         * libc/ctype/Makefile.am: Ditto.
461         * libc/iconv/ccs/Makefile.am: Ditto.
462         * libc/iconv/ces/Makefile.am: Ditto.
463         * libc/iconv/lib/Makefile.am: Ditto.
464         * libc/locale/Makefile.am: Ditto.
465         * libc/posix/Makefile.am: Ditto.
466         * libc/reent/Makefile.am: Ditto.
467         * libc/search/Makefile.am: Ditto.
468         * libc/stdio/Makefile.am: Ditto.
469         * libc/stdio64/Makefile.am: Ditto.
470         * libc/stdlib/Makefile.am: Ditto.
471         * libc/string/Makefile.am: Ditto.
472         * libc/syscalls/Makefile.am: Ditto.
473         * libc/unix/Makefile.am: Ditto.
474         * libc/machine/a29k/Makefile.am: Specify lib_a_CCASFLAGS so .S files will get
475         prefix added automatically.  Any specified rules must use $(lpfx) for
476         object file names.
477         * libc/machine/arm/Makefile.am: Ditto.
478         * libc/machine/cris/Makefile.am: Ditto.
479         * libc/machine/crx/Makefile.am: Ditto.
480         * libc/machine/d10v/Makefile.am: Ditto.
481         * libc/machine/d30v/Makefile.am: Ditto.
482         * libc/machine/fr30/Makefile.am: Ditto.
483         * libc/machine/frv/Makefile.am: Ditto.
484         * libc/machine/h8300/Makefile.am: Ditto.
485         * libc/machine/h8500/Makefile.am: Ditto.
486         * libc/machine/hppa/Makefile.am: Ditto.
487         * libc/machine/i386/Makefile.am: Ditto.
488         * libc/machine/i960/Makefile.am: Ditto.
489         * libc/machine/iq2000/Makefile.am: Ditto.
490         * libc/machine/m32c/Makefile.am: Ditto.
491         * libc/machine/m32r/Makefile.am: Ditto.
492         * libc/machine/m68hc11/Makefile.am: Ditto.
493         * libc/machine/m68k/Makefile.am: Ditto.
494         * libc/machine/m88k/Makefile.am: Ditto.
495         * libc/machine/mips/Makefile.am: Ditto.
496         * libc/machine/mn10200/Makefile.am: Ditto.
497         * libc/machine/mn10300/Makefile.am: Ditto.
498         * libc/machine/mt/Makefile.am: Ditto.
499         * libc/machine/necv70/Makefile.am: Ditto.
500         * libc/machine/powerpc/Makefile.am: Ditto.
501         * libc/machine/sh/Makefile.am: Ditto.
502         * libc/machine/sh/Makefile.in: Ditto.
503         * libc/machine/sparc/Makefile.am: Ditto.
504         * libc/machine/tic4x/Makefile.am: Ditto.
505         * libc/machine/tic80/Makefile.am: Ditto.
506         * libc/machine/v850/Makefile.am: Ditto.
507         * libc/machine/w65/Makefile.am: Ditto.
508         * libc/machine/xscale/Makefile.am: Ditto.
509         * libc/machine/xstormy16/Makefile.am: Ditto.
510         * libc/machine/z8k/Makefile.am: Ditto.
511         * libc/sys/a29khif/Makefile.am: Ditto.
512         * libc/sys/arm/Makefile.am: Ditto.
513         * libc/sys/d10v/Makefile.am: Ditto.
514         * libc/sys/h8300hms/Makefile.am: Ditto.
515         * libc/sys/h8500hms/Makefile.am: Ditto.
516         * libc/sys/linux/Makefile.am: Ditto.
517         * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
518         * libc/sys/linux/net/Makefile.am: Ditto.
519         * libc/sys/linux/stdlib/Makefile.am: Ditto.
520         * libc/sys/m88kbug/Makefile.am: Ditto.
521         * libc/sys/mmixware/Makefile.am: Ditto.
522         * libc/sys/rdos/Makefile.am: Ditto.
523         * libc/sys/rtems/Makefile.am: Ditto.
524         * libc/sys/sh/Makefile.am: Ditto.
525         * libc/sys/sun4/Makefile.am: Ditto.
526         * libc/sys/sysmec/Makefile.am: Ditto.
527         * libc/sys/sysnec810/Makefile.am: Ditto.
528         * libc/sys/sysnecv850/Makefile.am: Ditto.
529         * libc/sys/sysvi386/Makefile.am: Ditto.
530         * libc/sys/sysvnecv70/Makefile.am: Ditto.
531         * libc/sys/tic80/Makefile.am: Ditto.
532         * libc/sys/w65/Makefile.am: Ditto.
533         * libc/sys/z8ksim/Makefile.am: Ditto.
534         * libc/machine/necv70/fastmath.S: Renamed from .s file.
535         * libc/machine/necv70/setjmp.S: Ditto.
536         * libc/machine/necv70/fastmath.s: Removed.
537         * libc/machine/necv70/setjmp.s: Ditto.
538         * libc/machine/w65/*.S: New files renamed from .s files.
539         * libc/machine/w65/*.s: Renamed and removed.
540         * libc/sys/a29khif/*.S: New files renamed from .s files.
541         * libc/sys/a29khif/*.s: Renamed and removed.
542         * libc/sys/sysvi386/*.S: New files renamed from .s files.
543         * libc/sys/sysvi386/*.s: Renamed and removed.
544         * libc/sys/sysvnecv70/*.S: New files renamed from .s files.
545         * libc/sys/sysvnecv70/*.s: Renamed and removed.
546         * libc/*Makefile.in: Regenerated as appropriate.
547
548 2006-04-24  DJ Delorie  <dj@redhat.com>
549
550         * libc/machine/sh/configure.in: Avoid link tests.
551         * libc/machine/sh/configure: Regenerate.
552
553 2006-04-18  Jeff Johnston  <jjohnstn@redhat.com>
554
555         * libc/include/sys/signal.h (sigdelset, sigfillset, sigismember): New macros.
556         (sigaddset, sigemptyset): Add return code.
557
558 2006-04-13  Ralf Corsepius  <ralf.corsepius@rtems.org>
559
560         * acinclude.m4: New _NEWLIB_VERSION.
561         * acinclude.m4(NEWLIB_CONFIGURE): AC_REQUIRE(_NEWLIB_VERSION).
562         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM.
563         Use new form of AC_INIT_AUTOMAKE.
564         * configure.in: AC_PREREQ(2.59).
565         Use autoconf-2.5.x version of AC_INIT.
566         Use AC_CONFIG_FILES and autoconf-2.5x AC_OUTPUT instead of
567         autoconf-2.13's AC_OUTPUT.
568         * libm/configure.in: Ditto.
569         * libm/machine/configure.in: Ditto.
570         * libm/machine/i386/configure.in: Ditto.
571         * libc/configure.in: Ditto.
572         * libc/machine/a29k/configure.in: Ditto.
573         * libc/machine/arm/configure.in: Ditto.
574         * libc/machine/configure.in: Ditto.
575         * libc/machine/mn10300/configure.in: Ditto.
576         * libc/machine/powerpc/configure.in: Ditto.
577         * libc/machine/z8k/configure.in: Ditto.
578         * libc/machine/h8300/configure.in: Ditto.
579         * libc/machine/mips/configure.in: Ditto.
580         * libc/machine/crx/configure.in: Ditto.
581         * libc/machine/m68hc11/configure.in: Ditto.
582         * libc/machine/h8500/configure.in: Ditto.
583         * libc/machine/xscale/configure.in: Ditto.
584         * libc/machine/d10v/configure.in: Ditto.
585         * libc/machine/fr30/configure.in: Ditto.
586         * libc/machine/sh/configure.in: Ditto.
587         * libc/machine/tic80/configure.in: Ditto.
588         * libc/machine/m32r/configure.in: Ditto.
589         * libc/machine/xstormy16/configure.in: Ditto.
590         * libc/machine/i386/configure.in: Ditto.
591         * libc/machine/d30v/configure.in: Ditto.
592         * libc/machine/mn10200/configure.in: Ditto.
593         * libc/machine/frv/configure.in: Ditto.
594         * libc/machine/mt/configure.in: Ditto.
595         * libc/machine/i960/configure.in: Ditto.
596         * libc/machine/v850/configure.in: Ditto.
597         * libc/machine/necv70/configure.in: Ditto.
598         * libc/machine/tic4x/configure.in: Ditto.
599         * libc/machine/cris/configure.in: Ditto.
600         * libc/machine/m68k/configure.in: Ditto.
601         * libc/machine/m32c/configure.in: Ditto.
602         * libc/machine/hppa/configure.in: Ditto.
603         * libc/machine/w65/configure.in: Ditto.
604         * libc/machine/iq2000/configure.in: Ditto.
605         * libc/machine/sparc/configure.in: Ditto.
606         * libc/machine/m88k/configure.in: Ditto.
607         * libc/sys/linux/configure.in: Ditto.
608         * libc/sys/linux/machine/configure.in: Ditto.
609         * libc/sys/linux/machine/i386/configure.in: Ditto.
610         * libc/sys/linux/linuxthreads/configure.in: Ditto.
611         * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
612         * libc/sys/linux/linuxthreads/machine/i386/configure.in: Ditto.
613         * libc/sys/arm/configure.in: Ditto.
614         * libc/sys/configure.in: Ditto.
615         * libc/sys/decstation/configure.in: Ditto.
616         * libc/sys/a29khif/configure.in: Ditto.
617         * libc/sys/sysnecv850/configure.in: Ditto.
618         * libc/sys/d10v/configure.in: Ditto.
619         * libc/sys/netware/configure.in: Ditto.
620         * libc/sys/mmixware/configure.in: Ditto.
621         * libc/sys/h8500hms/configure.in: Ditto.
622         * libc/sys/sh/configure.in: Ditto.
623         * libc/sys/tic80/configure.in: Ditto.
624         * libc/sys/rdos/configure.in: Ditto.
625         * libc/sys/sysmec/configure.in: Ditto.
626         * libc/sys/sysvi386/configure.in: Ditto.
627         * libc/sys/h8300hms/configure.in: Ditto.
628         * libc/sys/sparc64/configure.in: Ditto.
629         * libc/sys/arc/configure.in: Ditto.
630         * libc/sys/sysnec810/configure.in: Ditto.
631         * libc/sys/m88kbug/configure.in: Ditto.
632         * libc/sys/sysvnecv70/configure.in: Ditto.
633         * libc/sys/z8ksim/configure.in: Ditto.
634         * libc/sys/rtems/configure.in: Ditto.
635         * libc/sys/w65/configure.in: Ditto.
636         * libc/sys/sun4/configure.in: Ditto.
637         * doc/configure.in: Ditto.
638         * iconvdata/configure.in: Ditto.
639         * configure.in: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
640
641 2006-04-11  Jeff Johnston  <jjohnstn@redhat.com>
642
643         * acinclude.m4: Properly add square brackets for
644         AC_DEFUN macros.  Rewrite LIB_AC_PROG_CC to remove
645         macros no longer available.  Add LIB_AM_PROG_AS to
646         remove prereq of AC_PROG_CC.  Add LIB_AC_PROG_CC_GNU
647         macro.  Substitute lpfx (library object prefix).
648         * configure.host: Set lpfx depending on whether
649         libtool is used or not.
650         * configure.in: Individually specify libc and libm
651         to AC_CONFIG_SUBDIRS.  Add square bracket quoting as
652         necessary.
653         * Makefile.am: Use $(lpfx) to get object names for
654         math-library functions that should also be in libc.
655         * libc/machine/configure.in: Use case statement to determine
656         AC_CONFIG_SUBDIRS statement.
657         * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
658         * libc/sys/linux/machine/configure.in: Ditto.
659         * libc/sys/configure.in: Ditto.
660         * libm/machine/configure.in: Ditto.
661         * libc/sys/linux/configure.in: Fix up AC_CONFIG_SUBDIRS.
662         * libm/configure.in: Add AM_CONDITIONAL statement
663         for HAVE_LIBM_MACHINE_DIR.
664         * libc/machine/a29k/Makefile.am: Modified to work with
665         latest automake.  Change includes setting AM_CCASFLAGS
666         so building .S files will properly pick up flags used
667         to build C files.
668         * libc/machine/arm/Makefile.am: Ditto.
669         * libc/machine/crx/Makefile.am: Ditto.
670         * libc/machine/d10v/Makefile.am: Ditto.
671         * libc/machine/d30v/Makefile.am: Ditto.
672         * libc/machine/fr30/Makefile.am: Ditto.
673         * libc/machine/frv/Makefile.am: Ditto.
674         * libc/machine/h8300/Makefile.am: Ditto.
675         * libc/machine/h8500/Makefile.am: Ditto.
676         * libc/machine/hppa/Makefile.am: Ditto.
677         * libc/machine/i386/Makefile.am: Ditto.
678         * libc/machine/iq2000/Makefile.am: Ditto.
679         * libc/machine/m32c/Makefile.am: Ditto.
680         * libc/machine/m32r/Makefile.am: Ditto.
681         * libc/machine/m68hc11/Makefile.am: Ditto.
682         * libc/machine/m68k/Makefile.am: Ditto.
683         * libc/machine/m88k/Makefile.am: Ditto.
684         * libc/machine/mips/Makefile.am: Ditto.
685         * libc/machine/mn10200/Makefile.am: Ditto.
686         * libc/machine/mn10300/Makefile.am: Ditto.
687         * libc/machine/mt/Makefile.am: Ditto.
688         * libc/machine/necv70/Makefile.am: Ditto.
689         * libc/machine/powerpc/Makefile.am: Ditto.
690         * libc/machine/sh/Makefile.am: Ditto.
691         * libc/machine/sparc/Makefile.am: Ditto.
692         * libc/machine/tic4x/Makefile.am: Ditto.
693         * libc/machine/tic80/Makefile.am: Ditto.
694         * libc/machine/v850/Makefile.am: Ditto.
695         * libc/machine/w65/Makefile.am: Ditto.
696         * libc/machine/xscale/Makefile.am: Ditto.
697         * libc/machine/xstormy16/Makefile.am: Ditto.
698         * libc/machine/z8k/Makefile.am: Ditto.
699         * libc/sys/a29khif/Makefile.am: Ditto.
700         * libc/sys/arc/Makefile.am: Ditto.
701         * libc/sys/arm/Makefile.am: Ditto.
702         * libc/sys/d10v/Makefile.am: Ditto.
703         * libc/sys/decstation/Makefile.am: Ditto.
704         * libc/sys/h8300hms/Makefile.am: Ditto.
705         * libc/sys/h8500hms/Makefile.am: Ditto.
706         * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
707         * libc/sys/linux/machine/i386/Makefile.am: Ditto.
708         * libc/sys/m88kbug/Makefile.am: Ditto.
709         * libc/sys/mmixware/Makefile.am: Ditto.
710         * libc/sys/netware/Makefile.am: Ditto.
711         * libc/sys/rdos/Makefile.am: Ditto.
712         * libc/sys/rtems/Makefile.am: Ditto.
713         * libc/sys/sh/Makefile.am: Ditto.
714         * libc/sys/sparc64/Makefile.am: Ditto.
715         * libc/sys/sysmec/Makefile.am: Ditto.
716         * libc/sys/sysnec810/Makefile.am: Ditto.
717         * libc/sys/sysnecv850/Makefile.am: Ditto.
718         * libc/sys/sysvi386/Makefile.am: Ditto.
719         * libc/sys/sysvnecv70/Makefile.am: Ditto.
720         * libc/sys/tic80/Makefile.am: Ditto.
721         * libc/sys/w65/Makefile.am: Ditto.
722         * libc/sys/z8ksim/Makefile.am: Ditto.
723         * libm/machine/i386/Makefile.am: Ditto.
724         * libc/sys/arm/Makefile.am: Ditto plus add EXTRA sources including
725         trap.S so that automake will generate a .S.o suffix rule.
726         * libc/argz/Makefile.am: Modified to work with
727         latest automake.  Change includes adding lib_a_CFLAGS
728         so automake doesn't complain about libtool and non-libtool
729         libraries sharing objects.
730         * libc/ctype/Makefile.am: Ditto.
731         * libc/errno/Makefile.am: Ditto.
732         * libc/iconv/ccs/Makefile.am: Ditto.
733         * libc/iconv/ces/Makefile.am: Ditto.
734         * libc/iconv/lib/Makefile.am: Ditto.
735         * libc/locale/Makefile.am: Ditto.
736         * libc/misc/Makefile.am: Ditto.
737         * libc/posix/Makefile.am: Ditto.
738         * libc/reent/Makefile.am: Ditto.
739         * libc/search/Makefile.am: Ditto.
740         * libc/signal/Makefile.am: Ditto.
741         * libc/stdio/Makefile.am: Ditto.
742         * libc/stdio64/Makefile.am: Ditto.
743         * libc/stdlib/Makefile.am: Ditto.
744         * libc/string/Makefile.am: Ditto.
745         * libc/sys/linux/Makefile.am: Ditto.
746         * libc/sys/linux/argp/Makefile.am: Ditto.
747         * libc/sys/linux/cmath/Makefile.am: Ditto.
748         * libc/sys/linux/dl/Makefile.am: Ditto.
749         * libc/sys/linux/iconv/Makefile.am: Ditto.
750         * libc/sys/linux/intl/Makefile.am: Ditto.
751         * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
752         * libc/sys/linux/net/Makefile.am: Ditto.
753         * libc/sys/linux/stdlib/Makefile.am: Ditto.
754         * libc/syscalls/Makefile.am: Ditto.
755         * libc/time/Makefile.am: Ditto.
756         * libc/unix/Makefile.am: Ditto.
757         * libm/Makefile.am: Ditto.
758         * libm/common/Makefile.am: Ditto.
759         * libm/math/Makefile.am: Ditto.
760         * libm/mathfp/Makefile.am: Ditto.
761         * Regenerate all aclocal.m4, Makefile.in, and configure files.
762
763 2006-04-07  Jeff Johnston  <jjohnstn@redhat.com>
764
765         * libc/time/time.c (time): Do not check for HAVE_GETTIMEOFDAY
766         anymore.  Assume there is a gettimeofday syscall.
767
768 2006-03-29  Shaun Jackman  <sjackman@gmail.com>
769
770         * libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h
771         for the declaration of n_long.
772
773 2006-03-29  Shaun Jackman  <sjackman@gmail.com>
774
775         * libc/sys/linux/include/net/if.h: Include sys/socket.h for
776         struct sockaddr.
777         (IFF_SMART): Replace this define with IFF_NOTRAILERS.
778         (IFF_CANTCHANGE): Replace IFF_SMART reference with IFF_NOTRAILERS.
779         (IFF_NOTRAILERS): New define.
780         (struct ifreq): Add ifru_netmask.
781         (ifr_netmask): New define.
782
783 2006-03-29  Shaun Jackman  <sjackman@gmail.com>
784
785         * libc/sys/linux/sys/ioccom.h (ioctl): Change declaration to
786         match sys/ioctl.h.
787
788 2006-03-29  Shaun Jackman  <sjackman@gmail.com>
789
790         * libtool.m4: Set lt_cv_deplibs_check_method=pass_all for 
791         linux-newlib libc implementations.
792
793 2006-03-29  Eric Blake  <ebb9@byu.net>
794
795         * libc/stdio/freopen.c (_freopen_r) [__SCLE]: Fix typo.
796         * libc/stdio64/freopen64.c (_freopen64_r) [__SCLE]: Likewise.
797
798 2006-03-29  Jeff Johnston  <jjohnstn@redhat.com>
799
800         * libc/sys/linux/io.c (__mknod): Fix declaration of
801         syscall to pass a dev_t as third argument rather than
802         a pointer to dev_t.
803
804 2006-03-29  Jeff Johnston  <jjohnstn@redhat.com>
805
806         * libc/sys/linux/net/name6.c: Fix struct references.
807
808 2006-03-22  Mark Mitchell  <mark@codesourcery.com>
809
810         * configure.host: Allow hosts to set the default
811         newlib_atexit_dynamic_alloc value.
812         * configure.in: Likewise.
813         * configure: Regenerated.
814
815 2006-03-20  Mark Mitchell  <mark@codesourcery.com>
816
817         * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Undef.
818         * configure.in (--disable-newlib-atexit-dynamic-alloc): New
819         option. 
820         * configure: Regenerated.
821         * newlib.hin: Regenerated.
822         * libc/stdlib/__atexit.c (__register_exitproc): Don't call malloc
823         if _ATEXIT_DYNAMIC_ALLOC is undefined.
824         * libc/stdlib/__call_atexit.c (__call_exitprocs): Don't call free
825         if _ATEXIT_DYNAMIC_ALLOC is undefined.
826
827 2006-03-17  Jeff Johnston  <jjohnstn@redhat.com>
828
829         * libc/sys/linux/linuxthreads/config.h: Remove definition
830         of UINT32_C.
831
832 2006-03-15  Jeff Johnston  <jjohnstn@redhat.com>
833
834         * libc/stdio/wsetup.c (__swsetup): Don't make a buffer
835         for a string I/O file that isn't using the asprintf family.
836
837 2006-03-07  Eric Blake  <ebb9@byu.net>
838
839         * libc/stdio/freopen.c (_freopen_r) [HAVE_FCNTL]: For NULL
840         filename, allow read-only or write-only FILE atop O_RDWR file
841         descriptor.
842         * libc/stdio64/freopen64.c (_freopen64_r) [HAVE_FCNTL]: Likewise.
843
844 2006-03-07  Jeff Johnston  <jjohnstn@redhat.com>
845
846         * libm/common/sf_isinf.c[_DOUBLE_IS_32BITS]: Undef isinf.
847         * libm/common/sf_isnan.c[_DOUBLE_IS_32BITS]: Undef isnan.
848
849 2006-03-02  Jeff Johnston  <jjohnstn@redhat.com>
850
851         * libm/math/math.tex: Fix reference to sisnan.def which
852         is now in common subdirectory.
853         * libm/mathfp/mathfp.tex: Ditto.
854
855 2006-02-27  Jeff Johnston  <jjohnstn@redhat.com>
856
857         * Makefile.am (MATHOBJS_IN_LIBC): Add s_isinfd, sf_isinff, 
858         s_isnand, and sf_isnanf object files.
859         * Makefile.in: Regenerated.
860         * libc/include/ieeefp.h: Undef isnan and isinf to avoid
861         conflict if <math.h> has previously been included.
862         * libc/include/math.h
863         * libc/include/math.h: Make isnan and isinf macros to
864         conform to C99.
865         (__isinfd, __isinff, __isnand, __isnanf): New functions.
866         * libm/common/Makefile.am: Add new s_isinfd, s_isnand, sf_isinff,
867         and sf_isnanf files.  Also support s_isnan, sf_isnan, s_isinf, and
868         sf_isinf files which have been moved from math/mathfp directories. 
869         * libm/common/Makefile.in: Regenerated.
870         * libm/common/s_isinfd.c: New file.
871         * libm/common/s_isnand.c: Ditto.
872         * libm/common/sf_isinff.c: Ditto.
873         * libm/common/sf_isnanf.c: Ditto.
874         * libm/common/s_isinf.c: Moved from libm/math directory.
875         * libm/common/s_isnan.c: Ditto.
876         * libm/common/sf_isinf.c: Ditto.
877         * libm/common/sf_isnan.c: Ditto.
878         * libm/math/Makefile.am: Remove isinf and isnan family functions
879         which have been moved into common directory.
880         * libm/mathfp/Makefile.am: Ditto.
881         * libm/math/Makefile.in: Regenerated.
882         * libm/mathfp/Makefile.in: Ditto.
883         * libm/math/s_isinf.c: Removed.
884         * libm/math/s_isnan.c: Ditto.
885         * libm/math/sf_isinf.c: Ditto.
886         * libm/math/sf_isnan.c: Ditto.
887         * libm/mathfp/s_isinf.c: Ditto.
888         * libm/mathfp/s_isnan.c: Ditto.
889         * libm/mathfp/sf_isinf.c: Ditto.
890         * libm/mathfp/sf_isnan.c: Ditto.
891
892 2006-02-20  Jeff Johnston  <jjohnstn@redhat.com>
893
894         * libc/stdio/fflush.c (fflush): For an fflush on a read-only
895         stream, turn off fseek/rewind optimization as per POSIX/SUSv3.
896         * libc/stdio/fseek.c (_fseek_r): After a successful unoptimized
897         seek, turn off the __SNPT no-optimization flag.
898
899 2006-02-16  Jeff Johnston  <jjohnstn@redhat.com>
900
901         * libc/sys/linux/aio.c: Define _GNU_SOURCE so struct aioinit
902         will be defined.
903         * libc/sys/linux/sys/types.h: Move <sys/config.h> ahead of
904         <features.h> to preset special flags.
905
906 2006-02-15  Corinna Vinschen  <corinna@vinschen.de>
907
908         * libc/include/sys/time.h (struct timeval): Change member types
909         according to SUSv3.
910         * libc/include/sys/types.h (useconds_t): Change to unsigned
911         according to SUSv3.
912         (suseconds_t): Define type.
913
914 2006-02-13  Jeff Johnston  <jjohnstn@redhat.com>
915             David Carne  <davidcarne@gmail.com>
916
917         * libc/string/strndup_r.c (_strndup_r): Use strnlen logic
918         instead of strlen to determine number of bytes to copy.
919         * libc/string/strnlen.c (strnlen): Fix so check for max limit occurs
920         before looking at storage location.
921
922 2006-02-07  Paul Brook  <paul@codesourcery.com>
923
924         * libc/machine/arm/setjmp.S: Add Thumb-2 support.
925         * libc/sys/arm/crt0.S: Add Thumb-2 startup code.
926         * libc/sys/arm/libcfunc.c (do_AngelSWI): Use AngelSWIInsn.
927         * libc/sys/arm/swi.h (AngelSWIInsn, AngelSWIAsm): Define.
928         * libc/sys/arm/trap.S: Disable for Thumb-2.
929
930 2006-01-31  Leif Ekblad  <leif@rdos.net>
931
932         * configure.host: RDOS support added
933         * libc/include/sys/config.h: Ditto.
934         * libc/sys/rdos/Makefile.am, libc/sys/rdos/Makefile.in: New files.
935         * libc/sys/rdos/aclocal.m4, libc/sys/rdos/chown.c: Ditto.
936         * libc/sys/rdos/close.c, libc/sys/rdos/config.h: Ditto.
937         * libc/sys/rdos/configure, libc/sys/rdos/configure.in: Ditto.
938         * libc/sys/rdos/crt0.S, libc/sys/rdos/execve.c: Ditto.
939         * libc/sys/rdos/fork.c, libc/sys/rdos/fstat.c: Ditto.
940         * libc/sys/rdos/getenv.c, libc/sys/rdos/getpid.c: Ditto.
941         * libc/sys/rdos/gettod.c, libc/sys/rdos/isatty.c: Ditto.
942         * libc/sys/rdos/kill.c, libc/sys/rdos/link.c: Ditto.
943         * libc/sys/rdos/lseek.c, libc/sys/rdos/open.c: Ditto.
944         * libc/sys/rdos/rdos.S, libc/sys/rdos/rdos.h: Ditto.
945         * libc/sys/rdos/rdoshelp.c, libc/sys/rdos/read.c: Ditto.
946         * libc/sys/rdos/readlink.c, libc/sys/rdos/sbrk.c: Ditto.
947         * libc/sys/rdos/stat.c, libc/sys/rdos/symlink.c: Ditto.
948         * libc/sys/rdos/times.c, libc/sys/rdos/unlink.c: Ditto.
949         * libc/sys/rdos/user.def, libc/sys/rdos/wait.c: Ditto.
950         * libc/sys/rdos/write.c: Ditto.
951
952 2006-01-24  Jeff Johnston  <jjohnstn@redhat.com>
953
954         * acinclude.m4: Add nodefine to AM_INIT_AUTOMAKE macro invocation
955         so as not to define PACKAGE and VERSION in newlib.h.
956         * aclocal.m4: Regenerated.
957         * configure: Ditto.
958         * newlib.hin: Ditto.
959
960 2006-01-20  Jeff Johnston  <jjohnstn@redhat.com>
961
962         * acconfig.h: New file to generate newlib.hin from.
963         * newlib.hin: Regenerated.
964         * stamp-h.in: Regenerated.
965         * Makefile.am: Add ACLOCAL_AMFLAGS so aclocal can be
966         called automatically.
967         * Makefile.in: Regenerated.
968         * acinclude.m4: Add proper comment for hack in previous change.
969         * aclocal.m4 */aclocal.m4: Regenerated.
970         * configure */configure: Regenerated.
971
972 2006-01-11  Jeff Johnston  <jjohnstn@redhat.com>
973
974         * acinclude.m4: Add hack to prevent INSTALL in subdirs
975         from being set to "../".
976         * Makefile.am: Pass INSTALL in AM_MAKEFLAGS.
977         * aclocal.m4: Regenerated.
978         * configure: Ditto.
979         * Makefile.in: Ditto.
980         * doc/aclocal.m4: Ditto.
981         * doc/configure: Ditto.
982         * iconvdata/aclocal.m4: Ditto.
983         * iconvdata/configure: Ditto.
984         * libc/*/aclocal.m4: Ditto.
985         * libc/*/configure: Ditto.
986         * libc/libc.texinfo: Ditto.
987         * libm/*/aclocal.m4: Ditto.
988         * libm/*/configure: Ditto.
989
990 2006-01-10  Eric Blake  <ebb9@byu.net>
991
992         * libc/stdio/freopen.c (_freopen_r): Fix use of oflags.
993         * libc/stdio64/freopen64.c (_freopen64_r): Likewise.
994
995 2006-01-10  Jeff Johnston  <jjohnstn@redhat.com>
996
997         * libm/mathfp/s_frexp.c: Check for special values on
998         the original input, not the manipulated output value.
999         * libm/mathfp/sf_frexp.c: Ditto.
1000         * libm/mathfp/s_atangent.c: Don't use local value branch
1001         when checking for quadrant.
1002         * libm/mathfp/sf_atangent.c: Ditto.
1003
1004 2006-01-09  Jeff Johnston  <jjohnstn@redhat.com>
1005
1006         * libc/stdio/freopen.c: Switch to use isatty instead of _isatty.
1007         * libc/stdio64/freopen64.c: Ditto.
1008
1009 2006-01-09  Eric Blake  <ebb9@byu.net>
1010
1011         * libc/stdio/freopen.c (_freopen_r): Accept NULL filename.
1012         * libc/stdio64/freopen64.c (_freopen64_r): Likewise.
1013
1014 2006-01-06  Jeff Johnston  <jjohnstn@redhat.com>
1015
1016         * libc/sys/linux/include/getopt.h: Add macros needed by
1017         new version of getopt.c in libc/stdlib.
1018
1019 2006-01-04  Gregory Pietsch  <gpietsch@comcast.net>
1020
1021         * libc/stdlib/getopt.c: Replaced with version
1022         that adds getopt_long and getopt_long_only support.
1023         * libc/include/getopt.h: New file.
1024
1025 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
1026
1027         * NEWS: Update with 1.14.0 info.
1028         * README: Ditto.
1029         * acinclude.m4: Change version number to 1.14.0.
1030         * aclocal.m4: Regenerated.
1031         * configure: Ditto.
1032         * doc/aclocal.m4: Ditto.
1033         * doc/configure: Ditto.
1034         * libc/*/aclocal.m4: Ditto.
1035         * libc/*/configure: Ditto.
1036         * libc/libc.texinfo: Ditto.
1037         * libm/*/aclocal.m4: Ditto.
1038         * libm/*/configure: Ditto.
1039         * libm/libm.texinfo: Ditto.
1040         * libc/sys/linux/shared.ld: Add VERS_1.14.
1041
1042 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
1043
1044         * libc/sys/linux/sys/stat.h: Change *stat64 prototypes to
1045         take a pointer to struct stat64 rather than struct stat.
1046
1047 2005-12-16  Ralf Corsepius <ralf.corsepius@rtems.org>
1048
1049         * libc/include/stdint.h: Prefer long over int for int32_t.
1050         Use __have_long32 to set up int32_t.
1051         * libc/include/inttypes.h: Use "#if xxx" instead of "#ifdef xxx"
1052         (Sync with stdint.h).
1053
1054 2005-12-14  Corinna Vinschen  <corinna@vinschen.de>
1055
1056         * libc/include/sys/fcntl.h: Define O_SYNC unconditionally.  Fix
1057         typo in O_NDELAY comment.
1058
1059 2005-12-13  Nathan Sidwell  <nathan@codesourcery.com>
1060
1061         * libc/include/machine/ieeefp.h (__mt__): Renamed from __ms1__.
1062         * libc/include/machine/setjmp.h (__mt__): Likewise.
1063         * libc/machine/mt/setjmp.S: Rename ms1 reference to mt.
1064         * libc/machine/configure.in: Ditto.
1065
1066 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1067
1068         * configure.host: Replace ms1 arch with mt arch.
1069         * libc/machine/mt: Renamed from ms1 dir.
1070
1071 2005-12-08  Shaun Jackman  <sjackman@gmail.com>
1072
1073         * libc/include/sys/types.h: Remove the ifdef armour around
1074         standard POSIX types.
1075
1076 2005-12-06  Ralf Corsepius <ralf.corsepius@rtems.org>
1077
1078         * libc/sys/rtems/crt0.c: Add rtems_gxx_key_create,
1079         rtems_gxx_key_delete, rtems_gxx_getspecific,
1080         rtems_gxx_setspecific, rtems_gxx_mutex_trylock, 
1081         rtems_gxx_recursive_mutex_init, rtems_gxx_recursive_mutex_lock, 
1082         rtems_gxx_recursive_mutex_trylock, rtems_gxx_recursive_mutex_unlock.
1083
1084 2005-12-05  Christopher Faylor  <cgf@timesys.com>
1085
1086         * libc/include/stdlib.h: Move cygwin declarations to cygwin-specific
1087         file.  Declare unsetenv and _unsetenv_r when not cygwin.
1088
1089 2005-11-18  Jeff Johnston  <jjohnstn@redhat.com>
1090
1091         * libc/time/strptime.c (strptime): Don't abort for %c and %Z.
1092         Treat %c as "%a %b %e %H:%M:%S %Y" and ignore %Z.
1093
1094 2005-11-18  Christopher Faylor  <cgf@timesys.com>
1095
1096         * include/sys/time.h: Move more cygwin stuff to cygwin-specific header.
1097
1098 2005-11-18  Christopher Faylor  <cgf@timesys.com>
1099
1100         * include/time.h: Remove more cygwin-specific stuff.
1101
1102 2005-11-18  Christopher Faylor  <cgf@timesys.com>
1103
1104         * include/time.h: Move cygwin declarations to cygwin-specific header.
1105         * include/sys/time.h: Rename cygwin include to "sys_time.h".
1106
1107 2005-11-17  Jeff Johnston  <jjohnstn@redhat.com>
1108
1109         * libc/sys/linux/dl/dl-local.h: New file based on old dlfcn.h
1110         in libc/sys/linux/include.
1111         * libc/sys/linux/dl/dlfcn.h: Moved to libc/sys/linux/include.
1112         * libc/sys/linux/dl/ldsodefs.h: Include dl-local.h instead of dlfcn.h.
1113         * libc/sys/linux/include/dlfcn.h: Replaced with dlfcn.h formerly
1114         in libc/sys/linux/dl.
1115
1116 2005-11-11  Christopher Faylor  <cgf@timesys.com>
1117
1118         * libc/include/sys/time.h: For cygwin, use general header rather than
1119         specific "sys/select.h".
1120
1121 2005-11-08  Tom Walsh  <tom@openhardware.net>
1122
1123         * libc/time/tzvars.c: New file.
1124         * libc/time/tzset_r.c: Moved globals into tzvars.c
1125         so other time functions needn't link in __tzset_r and its
1126         dependencies.
1127         * libc/time/Makefile.am: Add the new file.
1128         * libc/time/Makefile.in: Regenerated.
1129
1130 2005-11-08  Christopher Faylor  <cgf@timesys.com>
1131
1132         * libc/include/string.h: Add cygwin-specific function declaration.
1133
1134 2005-11-07  Corinna Vinschen  <corinna@vinschen.de>
1135
1136         * libc/include/ieeefp.h: Add C++ guards.
1137
1138 2005-11-03  Jeff Johnston  <jjohnstn@redhat.com>
1139
1140         * libc/unix/getcwd.c: Don't use non-reentrant syscall names.
1141         * libc/unix/getlogin.c: Ditto.
1142         * libc/unix/getpass.c: Ditto.
1143         * libc/unix/getut.c: Ditto.
1144         * libc/unix/ttyname.c: Ditto.
1145
1146 2005-11-03  Shaun Jackman  <sjackman@gmail.com>
1147
1148         * libc/include/sys/unistd.h (readlink, symlink): Provide these
1149         prototypes by default.
1150         * libc/sys/linux/include/unistd.h (readlink): Remove this
1151         prototype.
1152         * libc/sys/linux/sys/unistd.h (readlink, symlink): New
1153         prototypes.
1154
1155 2005-11-01  Ralf Corsepius <ralf.corsepius@rtems.org>
1156
1157         * libc/include/stdint.h: Cleanup #if vs. #ifdef.
1158
1159 2005-10-31  Darin Johnson  <darin@usa.net>
1160
1161         * libm/mathfp/s_mathcnst.c: Fix endian-ness check to be
1162         correct for constants.
1163
1164 2005-10-28  Bob Wilson  <bob.wilson@acm.org>
1165
1166         * libc/stdio/siprintf.c: Wrap long lines in ANSI_SYNOPSIS.
1167         * libc/stdio/siscanf.c: Likewise.
1168         * libc/stdio/sprintf.c: Likewise.
1169         * libc/stdio/sscanf.c: Likewise.
1170         * libc/stdio/vfprintf.c: Likewise.
1171         * libc/stdio/vfscanf.c: Likewise.
1172         * libc/stdio/viprintf.c: Likewise.
1173         * libc/stdio/viscanf.c: Likewise.
1174
1175 2005-10-28  Bob Wilson  <bob.wilson@acm.org>
1176
1177         * libc/sys.tex (Stubs): Format examples consistently.   Change sbrk
1178         example to use "_end" symbol instead of "end".  Change write  example
1179         to use "outbyte" instead of "writechar".
1180
1181 2005-10-28  Bob Wilson  <bob.wilson@acm.org>
1182
1183         * libc/ctype/ctype.tex: Use hyphens as appropriate, but not  otherwise.
1184         * libc/ctype/islower.c: Likewise.
1185         * libc/ctype/isupper.c: Likewise.
1186         * libc/ctype/iswalnum.c: Likewise.
1187         * libc/ctype/iswalpha.c: Likewise.
1188         * libc/ctype/iswblank.c: Likewise.
1189         * libc/ctype/iswcntrl.c: Likewise.
1190         * libc/ctype/iswdigit.c: Likewise.
1191         * libc/ctype/iswgraph.c: Likewise.
1192         * libc/ctype/iswlower.c: Likewise.
1193         * libc/ctype/iswprint.c: Likewise.
1194         * libc/ctype/iswpunct.c: Likewise.
1195         * libc/ctype/iswspace.c: Likewise.
1196         * libc/ctype/iswupper.c: Likewise.
1197         * libc/ctype/iswxdigit.c: Likewise.
1198         * libc/ctype/tolower.c: Likewise.
1199         * libc/ctype/toupper.c: Likewise.
1200         * libc/ctype/towctrans.c: Likewise.
1201         * libc/ctype/towlower.c: Likewise.
1202         * libc/ctype/towupper.c: Likewise.
1203         * libc/string/strcasecmp.c: Likewise.
1204         * libc/string/strcoll.c: Likewise.
1205         * libc/string/strings.tex: Likewise.
1206         * libc/string/strlwr.c: Likewise.
1207         * libc/string/strncasecmp.c: Likewise.
1208         * libc/string/strupr.c: Likewise.
1209         * libc/string/wcscoll.c: Likewise.
1210         * libc/string/wcslcat.c: Likewise.
1211         * libc/string/wcslcpy.c: Likewise.
1212         * libc/string/wcsnlen.c: Likewise.
1213         * libc/string/wcsstr.c: Likewise.
1214         * libc/string/wcstrings.tex: Likewise.
1215         * libc/string/wmemchr.c: Likewise.
1216         * libc/string/wmemcmp.c: Likewise.
1217         * libc/string/wmemcpy.c: Likewise.
1218         * libc/string/wmemmove.c: Likewise.
1219         * libc/string/wmemset.c: Likewise. 
1220
1221 2005-10-28  Bob Wilson  <bob.wilson@acm.org>
1222
1223         * libc/misc/unctrl.c: Replace FUNCTION description.
1224         * libc/signal/signal.c: Remove documentation for raise and  _raise_r.
1225         * libc/stdio/getdelim.c: Fix spelling errors.
1226         * libc/stdio/getw.c: Put RETURNS on a separate line.  Fix  punctuation.
1227         * libc/stdio/putw.c: Likewise.
1228         * libc/stdlib/a64l.c: Fix formatting, spelling and  punctuation in
1229         documentation.
1230         * libc/stdlib/assert.c: Do not capitalize FUNCTION description.
1231         * libc/stdlib/efgcvt.c: Add spaces to FUNCTION description.
1232         * libc/stdlib/envlock.c: Use em-dash in FUNCTION description.
1233         * libc/stdlib/mlock.c: Likewise.
1234         * libc/stdlib/mstats.c: Likewise.
1235         * libc/time/tzlock.c: Likewise.
1236         * libc/stdlib/rand.c: Use "multi-threaded" and "thread-safe"  in NOTES.
1237         * libc/stdlib/rand48.c: Remove extra space in FUNCTION  description
1238         and hyphenate "pseudo-random".
1239         * libc/string/bcmp.c: Remove extra blank lines in  documentation.
1240         * libc/string/strncat.c: Likewise.
1241         * libc/string/memchr.c: Remove extra ">" character in  documentation.
1242         * libc/string/strcspn.c: Use "characters" instead of "chars".
1243         * libc/string/strpbrk.c: Likewise.
1244         * libc/string/strerror_r.c: Capitalize "GNU".
1245         * libc/string/strnlen.c: Likewise.
1246         * libc/string/strtok.c: Fix formatting, spelling and  punctuation in
1247         documentation.  Use "multi-threaded" and "thread-safe" in  NOTES.
1248         * libc/string/wcscat.c: Split PORTABILITY into two paragraphs.
1249         * libc/string/wcschr.c: Likewise.
1250         * libc/string/wcscmp.c: Likewise.
1251         * libc/string/wcscpy.c: Likewise.
1252         * libc/string/wcscspn.c: Likewise.
1253         * libc/string/wcslen.c: Likewise.
1254         * libc/string/wcsncat.c: Likewise.
1255         * libc/string/wcsncmp.c: Likewise.
1256         * libc/string/wcsncpy.c: Likewise.
1257         * libc/string/wcsnlen.c: Likewise.
1258         * libc/string/wcspbrk.c: Likewise.
1259         * libc/string/wcsrchr.c: Likewise.
1260         * libc/string/wcsspn.c: Likewise.
1261         * libc/string/wmemchr.c: Likewise.
1262         * libc/string/wmemcmp.c: Likewise.
1263         * libc/string/wmemcpy.c: Likewise.
1264         * libc/string/wmemset.c: Likewise.
1265         * libc/string/wmemmove.c: Likewise.  Also fix FUNCTION  description.
1266         * libc/string/wcswidth.c: Formatting and punctuation in  documentation.
1267         * libc/string/wcwidth.c: Likewise.
1268         * libm/common/s_modf.c: Remove extra period from documentation.
1269         * libm/math/s_isnan.c: Fix formatting, grammar and  punctuation in
1270         documentation.
1271         * libm/mathfp/s_isnan.c: Likewise.
1272         * libm/math/s_ldexp.c: Fix punctuation.
1273         * libm/mathfp/s_ldexp.c: Likewise.
1274         * libm/math/w_log.c: Likewise.
1275         * libm/mathfp/s_logarithm.c: Likewise.
1276         * libm/math/w_j0.c: Add spaces to FUNCTION description.
1277         * libm/mathfp/w_jn.c: Likewise. 
1278
1279 2005-10-26  Shaun Jackman  <sjackman@gmail.com>
1280
1281         * libc/posix/scandir.c (scandir): Update the function
1282         prototype to match the header.
1283         * libc/sys/linux/linuxthreads/bits/libc-lock.h: Remove an
1284         extraneous #endif.
1285         * libc/sys/linux/sys/lock.h: Do not include
1286         machine/weakalias.h, since it's not used by this file.
1287
1288 2005-10-26  Jeff Johnston  <jjohnstn@redhat.com>
1289
1290         * libc/Makefile.am: Reorder SUBLIBS so machine and sys
1291         directories can override properly.
1292
1293 2005-10-20  Jeff Johnston  <jjohnstn@redhat.com>
1294
1295         * libc/include/math.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): When
1296         gcc is 3.3 or greater, use special gcc builtins.
1297
1298 2005-10-20  Corinna Vinschen <corinna@vinschen.de>
1299
1300         * libc/include/sys/time.h: Declare futimes and lutimes for Cygwin.
1301
1302 2005-10-18  Corinna Vinschen <corinna@vinschen.de>
1303
1304         * libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin.
1305
1306 2005-10-14  Jeff Johnston  <jjohnstn@redhat.com>
1307
1308         * libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
1309         * libm/common/Makefile.am: Add s_infconst.c support.
1310         * libm/common/Makefile.in: Regenerated.
1311         * libm/common/s_infconst.c: New file with float and
1312         long double infinity support added.
1313         * libm/math/Makefile.am: Remove s_infconst.c support.
1314         * libm/math/Makefile.in: Regenerated.
1315         * libm/math/s_infconst.c: Moved to common directory.
1316         * libm/mathfp/Makefile.am: Remove s_infconst.c support.
1317         * libm/mathfp/Makefile.in: Regenerated.
1318         * libm/mathfp/s_infconst.c: Moved to common directory.
1319
1320 2005-10-14  Jeff Johnston  <jjohnstn@redhat.com>
1321
1322         * libc/sys/linux/net/gethostbydns.c (dprintf): Rename to
1323         dbgprintf to prevent conflict with new dprintf function.
1324
1325 2005-10-14  Jeff Johnston  <jjohnstn@redhat.com>
1326
1327         * libc/stdio/vfprintf.c (_VFPRINTF_R): Fix up "inf" and
1328         "nan" processing for systems that have long double support.
1329
1330 2005-10-14  Jeff Johnston  <jjohnstn@redhat.com>
1331
1332         * libc/sys/linux/sys/types.h (int8_t): Add type.
1333
1334 2005-10-14  Bob Wilson  <bob.wilson@acm.org>
1335
1336         * libm/common/Makefile.am (doc): Do not append to $(TARGETDOC).
1337         * libm/common/Makefile.in: Regenerate.
1338         * libm/common/common.tex: Delete file.
1339         * libm/math/math.tex: Include .def files from common/.
1340         * libm/mathfp/mathfp.tex: Likewise.
1341
1342 2005-10-14  Bob Wilson  <bob.wilson@acm.org>
1343
1344         * libc/libc.texinfo (Top): Surround this node with @ifnottex
1345         instead of @ifinfo.  Update menu to add Introduction and match
1346         SUBDIRS order.
1347         (Introduction): New section.
1348
1349 2005-10-14  Bob Wilson  <bob.wilson@acm.org>
1350
1351         * libc/reent/reent.tex (Reentrancy): Replace "Cygnus C Library"
1352         with "Red Hat newlib C Library".
1353         * libc/sys.tex (Stubs): Likewise.
1354         * libm/math/math.tex (Math): Likewise.
1355         * libm/mathfp/mathfp.tex (Math): Likewise.
1356
1357 2005-10-11  Shaun Jackman  <sjackman@gmail.com>
1358
1359         * libc/include/stdio.h (dprintf): New declaration.
1360         (vdprintf): Ditto.
1361         * libc/stdio/Makefile.am (GENERAL_SOURCES): Add dprintf.c
1362         and vdprintf.c.
1363         * libc/stdio/Makefile.in: Regenerate.
1364         * libc/stdio/dprintf.c: New file.
1365         * libc/stdio/vdprintf.c: New file.
1366         * libc/stdio/stdio.tex (dprintf): New entry.
1367
1368 2005-10-11  David Weatherford  <weath@tensilica.com>
1369
1370         * libc/stdio/vfprintf.c (_VFPRINTF_R): Recognize 'F' format.
1371         Print "inf" and "nan" in lowercase for e/f/g formats and in 
1372         uppercase for E/F/G formats.
1373
1374 2005-10-07  Bob Wilson  <bob.wilson@acm.org>
1375
1376         * libc/stdlib/mallocr.c (mALLOc, rEALLOCc, mEMALIGn): Set errno
1377         to ENOMEM on failure.
1378
1379 2005-10-06  Ralf Corsepius <ralf.corsepius@rtems.org>
1380
1381         * libc/include/stdint.h: Add [u]int_fast<N>_t types.
1382
1383 2005-10-04  Ralf Corsepius <ralf.corsepius@rtems.org>
1384
1385         * libc/include/stdint.h: Move magic to set __have_long* to the
1386         beginning.  Use #if __have* instead of #if defined(__have*).
1387         Minor typo fixes.
1388
1389 2005-10-04  James E Wilson  <wilson@specifix.com>
1390
1391         * libc/include/sys/dirent.h (_DIRENT_H_): Delete #include_next.  Add
1392         #error.
1393
1394 2005-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1395
1396         * libc/sys/linux/include/stdint.h: Include <sys/types.h> and
1397         incorporate Ralf's change below.
1398
1399 2005-10-03  Ralf Corsepius <ralf.corsepius@rtems.org>
1400
1401         * libc/include/stdint.h: 
1402         Use __INTMAX_TYPE__ to derive intmax_t.
1403         Use __UINTMAX_TYPE__ to derive uintmax_t.
1404         Fix minor typo.
1405
1406 2005-09-27  Ralf Corsepius <ralf.corsepius@rtems.org>
1407
1408         * libc/include/stdint.h: Correct __STDINT_EXP macro incorrectly 
1409         handling GCC >= 4.
1410
1411 2005-09-20  Jeff Johnston  <jjohnstn@redhat.com>
1412
1413         * libc/sys/linux/include/stdint.h: Update to match functionality
1414         of generic newlib stdint.h.
1415
1416 2005-09-20  Jeff Johnston  <jjohnstn@redhat.com>
1417
1418         * libc/include/stdint.h (__EXP): Rename to __STDINT_EXP
1419         and do not #undef the macro after it is used.  Fix typos.
1420         Also change 64-bit constants to use the __have_long64 and
1421         __have_longlong64 flags to determine if long or long long
1422         constants should be used.
1423         * libc/include/inttypes.h: Include stddef.h to get wchar_t
1424         type defined.
1425
1426 2005-09-20  Shaun Jackman  <sjackman@gmail.com>
1427
1428         * libc/include/stdint.h: Fix typo in names of
1429         LEAST macros.
1430
1431 2005-09-20  Jeff Johnston  <jjohnstn@redhat.com>
1432
1433         * libc/sys/rtems/include/inttypes.h: Moved to...
1434         * libc/include/inttypes.h: ...here.
1435
1436 2005-09-19  Jeff Johnston  <jjohnstn@redhat.com>
1437
1438         * libc/sys/rtems/include/stdint.h: Moved to...
1439         * libc/include/stdint.h: ...here.
1440
1441 2005-09-08  Jeff Johnston  <jjohnstn@redhat.com>
1442
1443         * Makefile.am: Add include files under bits sub-directory.
1444         * Makefile.in: Regenerated.
1445         * libc/sys/linux/argp/argp-fs-xinl.c: Set __OPTIMIZE__ to
1446         actual value of 1 to be compatible with newer glibc headers.
1447         * libc/sys/linux/sys/cdefs.h: Fix to be compatible with newer
1448         glibc headers.
1449         * libc/sys/linux/sys/dirent.h: Ditto.
1450         * libc/sys/linux/argp/argp-xinl.c: Ditto.
1451         * libc/sys/linux/dl/dl-runtime.c: Make sure fixup and
1452         profile_fixup routines are marked used so they won't be
1453         optimized away.
1454         * libc/sys/linux/dl/dl-cache.c: Don't use weak_extern macro
1455         to mark functions as weak.
1456         * libc/sys/linux/dl/dl-open.c: Ditto.
1457         * libc/sys/linux/iconv/gconv_open.c: Fix to obey new gcc4
1458         rules about lvalues.
1459         * libc/sys/linux/iconv/gconv_simple.c: Ditto.
1460         * libc/sys/linux/linuxthreads/bits/libc-lock.h: Don't use
1461         weak_extern macro to mark functions as weak.  Instead always
1462         use #pragma weak.
1463         * iconvdata/jis0208.h: Fix to work with gcc4.
1464         * libc/sys/linux/dl/dl-load.c: Ditto.
1465         * libc/sys/linux/dl/dl-reloc.c: Ditto.
1466         * libc/sys/linux/dl/do-rel.h: Ditto.
1467         * libc/sys/linux/dl/dynamic-link.h: Ditto.
1468         * libc/sys/linux/include/ltdl.h: Ditto.
1469         * libc/sys/linux/machine/i386/dl-machine.h: Ditto.
1470         * libc/sys/linux/machine/i386/weakalias.h: Ditto.
1471         * libc/sys/linux/net/ns_ntoa.c: Ditto.
1472         * libc/sys/linux/bits/initspin.h: New file.
1473         * libc/sys/linux/bits/libc-lock.h: Ditto.
1474         * libc/sys/linux/bits/pthreadtypes.h: Ditto.
1475         * libc/sys/linux/bits/typesizes.h: Ditto.
1476
1477 2005-09-08  Eric Blake  <ebb9@byu.net>
1478
1479         * libc/argz/argz_insert.c (argz_insert): Don't die with EINVAL when
1480         before is NULL.
1481
1482 2005-09-08  Brian Dessent  <brian@dessent.net>
1483
1484         * sf_lrint.c (lrintf): Mask 'i0' correctly when extracting
1485         mantissa.
1486         * s_lrint.c: Ditto.
1487
1488 2005-09-02  Jeff Johnston  <jjohnstn@redhat.com>
1489
1490         * libc/include/stdio.h: Add prototype for viprintf.
1491
1492 2005-09-01  Jeff Johnston  <jjohnstn@redhat.com>
1493
1494         * libm/mathfp/s_pow.c: (pow): Change code so 0 raised to
1495         any positive power results in 0.
1496         * libm/mathfp/sf_pow.c (powf): Ditto.
1497
1498 2005-08-31  Paul Brook  <paul@codesourcery.com>
1499
1500         * configure.host: Set have_crt0 to no for Arm targts when not
1501         providing syscalls.  Set sys_dir=arm unconditionally.
1502         Default have_crt0 based on sys_dir.
1503         * configure.in: Use have_crt0.
1504         * libc/configure.in: Ditto.
1505         * libc/sys/configure.in: Ditto.
1506         * configure: Regenerate.
1507         * libc/configure: Regenerate.
1508         * libc/sys/configure: Regenerate.
1509         * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add aeabi_atexit.c.
1510         Only build other files when providing syscalls.
1511         * libc/sys/arm/Makefile.in: Regenerate.
1512         * libc/sys/arm/aeabi_atexit.c: New file.
1513
1514 2005-08-26  Christopher Faylor  <cgf@timesys.com>
1515
1516         * libc/include/string.h: Revert previous change.
1517
1518 2005-08-25  Christopher Faylor  <cgf@timesys.com>
1519
1520         * libc/include/string.h: For Cygwin, Define strerror_r as per ISO C.
1521
1522 2005-08-22  Shaun Jackman  <sjackman@gmail.com>
1523
1524         * libc/include/_syslist.h: If HAVE_OPENDIR is not defined,
1525         define _opendir as opendir, _readdir as readdir, and
1526         _closedir as closedir so that the implementations in
1527         libc/posix will be used.
1528
1529 2005-08-10  DJ Delorie  <dj@redhat.com>
1530
1531         * MAINTAINERS (CPU Ports): Add CPU port maintainer section.
1532
1533 2005-08-10  Stephen Huw Clarke  <stephen.clarke@st.com>
1534
1535         * libm/common/sf_fmax.c: Fix to properly handle NaNs.
1536         * libm/common/s_max.c: Ditto.
1537         * libm/common/sf_fmin.c: Ditto.
1538         * libm/common/s_min.c: Ditto.
1539
1540 2005-08-10  DJ Delorie  <dj@redhat.com>
1541
1542         * configure.host: Add m32c support.
1543         * libc/include/machine/ieeefp.h: Likewise.
1544         * libc/include/machine/setjmp.h: Likewise.
1545         * libc/include/sys/config.h: Likewise.
1546         * libc/machine/m32c: New directory, Renesas R8C/M16C/M32C support.
1547         * libc/machine/m32c/aclocal.m4: New file.
1548         * libc/machine/m32c/configure: Ditto.
1549         * libc/machine/m32c/configure.in: Ditto.
1550         * libc/machine/m32c/Makefile.am: Ditto.
1551         * libc/machine/m32c/Makefile.in: Ditto.
1552         * libc/machine/m32c/setjmp.S: Ditto.
1553
1554 2005-08-02  Bob Wilson  <bob.wilson@acm.org>
1555
1556         * libm/math/ef_hypot.c (__ieee754_hypotf): Add missing exponent bias
1557         to the value for 2^126.
1558
1559 2005-07-26  Hans-Peter Nilsson  <hp@bitrange.com>
1560
1561         * libc/machine/cris/libcdtor.c (defaultors): Mark artificially as
1562         used.
1563
1564 2005-07-20  Bob Wilson  <bob.wilson@acm.org>
1565            Darin Petkov <darin@tensilica.com>
1566
1567        * libm/math/ef_atan2.c (pi, pi_lo): Use round-to-nearest value of pi.
1568
1569 2005-07-19  Paul Brook  <paul@codesourcery.com>
1570
1571         * libc/sys/arm/crt0.S: Ensure doubleword stack alignment.
1572
1573 2005-07-18  Joseph S. Myers  <joseph@codesourcery.com>
1574
1575         * testsuite/lib/checkoutput.exp (newlib_check_output): Use test
1576         names after PASS and FAIL which do not depend on source directory
1577         name or on whether test passed or failed.
1578         * testsuite/lib/passfail.exp (newlib_pass_fail): Likewise.
1579
1580 2005-07-08  Ola Hugosson   <Ola.Hugosson@anoto.com>
1581
1582         * libc/string/wcsspn.c (wcsspn): Add missing increment of q.
1583
1584 2005-07-07  Shaun Jackman  <sjackman@gmail.com>
1585
1586         * libc/unix/ttyname.c (ttyname): Avoid calling _closedir
1587         twice for the same directory. _closedir calls free, and freeing
1588         the same pointer twice may cause a crash.
1589
1590 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
1591
1592         * configure.host: Added entry for ms1*.
1593         * libc/include/machine/ieeefp.h: Handle ms1.
1594         * libc/include/machine/setjmp.h (_JBLEN): Define for ms1.
1595         * libc/machine/ms1/aclocal.m4: New.
1596         * libc/machine/ms1/configure: New.
1597         * libc/machine/ms1/configure.in: New.
1598         * libc/machine/ms1/Makefile.am: New.
1599         * libc/machine/ms1/Makefile.in: New.
1600         * libc/machine/ms1/setjmp.S: New.
1601
1602 2005-07-04  Mark Mitchell  <mark@codesourcery.com>
1603
1604         * Makefile.am (site.exp): Set tmpdir.
1605         * Makefile.in: Regenerated.
1606         * testsuite/lib/checkoutput.exp (newlib_check_output): Put
1607         executables in $tmpdir.
1608         * testsuite/lib/flags.exp (libgloss_link_flags): Use the original
1609         libgloss version if not running in the build directory.
1610         * testsuite/lib/newlib.exp (newlib_init): Put testglue.o in
1611         $tmpdir.
1612         * testsuite/lib/passfail.exp (newlib_pass_fail): Put executables
1613         in $tmpdir.
1614
1615 2005-06-28  Dave Korn  <dave.korn@artimi.com>
1616
1617         * libm/common/s_lrint.c (lrint):  Fix signed-vs-unsigned comparison
1618         and miscalculation caused by fp representation of zero.
1619         * libm/common/sf_lrint.c (lrintf):  Likewise.
1620
1621 2005-06-16  Christopher Faylor  <cgf@timesys.com>
1622
1623         * libc/stdio/vfprintf.c (cvt): Don't rely on pointer aliasing to
1624         determine characteristics of long double.  Use a union instead.
1625         * ldtoa.c (_ldtoa_r): Ditto.
1626         (_ldcheck): Ditto.
1627         (_strtold): Ditto.
1628         (union uconv): New union.
1629
1630 2005-06-03  Jeff Johnston  <jjohnstn@redhat.com>
1631
1632         * libc/stdlib/mallocr.c (MALLOC_COPY): Switch to use memmove
1633         instead of memcpy.
1634
1635 2005-05-12  Jeff Johnston  <jjohnstn@redhat.com>
1636
1637         * configure.host (mn10300-*): Add long long I/O support by default.
1638
1639 2005-05-12  Jeff Johnston  <jjohnstn@redhat.com>
1640
1641         * libc/sys/linux/getpwuid.c: Removed.
1642         * libc/sys/linux/getpwnam.c: Removed.
1643         * libc/sys/linux/getpwent.c: New file containing logic
1644         from files removed above.  This allows overriding of file
1645         in libc/unix.
1646         * libc/sys/linux/Makefile.am: Support changes above.
1647         * libc/sys/linux/Makefile.in: Regenerated.
1648
1649 2005-04-28  Jeff Johnston  <jjohnstn@redhat.com>
1650
1651         * libc/stdio/vfscanf.c (__svfscanf_r): Fix code thinko
1652         when checking for multiple flags.
1653
1654 2005-04-18  Hans-Peter Nilsson  <hp@axis.com>
1655
1656         * configure.host <cris-*-* | crisv32-*-*>: Set
1657         default_newlib_io_long_long="yes".
1658
1659 2005-04-08  Jeff Johnston  <jjohnstn@redhat.com>
1660
1661         * libc/include/libgen.h: New file.
1662
1663 2005-04-08  Shaun Jackman  <sjackman@gmail.com>
1664
1665         * libc/unix/Makefile.am: Add support for basename and dirname.
1666         * libc/unix/Makefile.in: Regenerated.
1667         * libc/unix/basename.c: New file.
1668         * libc/unix/dirname.c: New file.
1669
1670 2005-04-07  Shaun Jackman  <sjackman@gmail.com>
1671
1672         * libc/sys/linux/inode.c (lchown): New function.
1673
1674 2005-04-07  Shaun Jackman  <sjackman@gmail.com>
1675
1676         * libc/unix/Makefile.am (LIB_OBJS): Include all the ELIX objects if no
1677         ELIX level is defined.
1678         * libc/unix/Makefile.in: Regenerated.
1679
1680 2005-04-05  Dave Korn  <dave.korn@artimi.com>
1681
1682         * libc/stdio/vfscanf.c (__svfscanf_r): If an error occurs processing
1683         something that looks like a "NaN", put back the characters processed.
1684
1685 2005-04-01  Corinna Vinschen  <corinna@vinschen.de>
1686
1687         * libc/stdlib/strtod.c (_strtod_r): Never change s00.
1688
1689 2005-03-23  Christopher Faylor  <cgf@timesys.com>
1690
1691         * configure.host: For cygwin, redefine CC with cygwin include directory
1692         first to mimic the behavior of the top-level configury.  Move include
1693         directory out of newlib_cflags.
1694
1695 2005-03-22  Jeff Johnston  <jjohnstn@redhat.com>
1696
1697         * configure.host: For arc, set -DREENTRANT_SYSCALLS_PROVIDED flag on.
1698         * libc/sys/arc/syscalls.c: Change functions to use __errno_r rather 
1699         than errno.
1700
1701 2005-03-22  Christopher Faylor  <cgf@timesys.com>
1702
1703         * libc/include/machine/_types.h: Make trivial change to comment to
1704         avoid a spurious warning from gcc.
1705
1706 2005-03-21  Nicholas Wourms  <nwourms@netscape.net>
1707
1708         * libc/stdio/vfprintf.c: Move newlib.h before _WANT_IO_POS_ARGS test,
1709         since _WANT_IO_POS_ARGS is now defined in there.  Remove duplicate
1710         reent.h include.
1711
1712 2005-03-18  Hans-Peter Nilsson  <hp@axis.com>
1713             Corinna Vinschen  <corinna@vinschen.de>
1714
1715         * libc/include/ctype.h: Remove invalid +1 offset from
1716         ctype macro references to __ctype_ptr.
1717         (_ctype_): Move declaration outside #ifndef __cplusplus.
1718
1719 2005-03-18  Corinna Vinschen  <corinna@vinschen.de>
1720
1721         * libc/include/machine/setjmp.h (sigsetjmp): Use GCC extension to
1722         evaluate first parameter only once.
1723         (siglongjmp): Ditto.
1724
1725 2005-03-17  Jeff Johnston  <jjohnstn@redhat.com>
1726
1727         * configure.in: Add new check to see if compiler supports
1728         aliasing of arrays and define _HAVE_ARRAY_ALIASING if true.
1729         * configure: Regenerated.
1730         * Makefile.in: Ditto.
1731         * newlib.hin: Add _HAVE_ARRAY_ALIASING.
1732         * libc/ctype/ctype_.c: Check for _HAVE_ARRAY_ALIASING before
1733         aliasing the _ctype_ array to _ctype_b.
1734         * libc/include/ctype.h: Change macros to use __ctype_ptr.  Mark
1735         _ctype_ as deprecated.
1736
1737 2005-03-17  Hans-Peter Nilsson  <hp@axis.com>
1738
1739         * configure.host (newlib_cflags) <cris-*-*, crisv32-*-*>: Add
1740         -DCOMPACT_CTYPE.
1741
1742 2005-03-06  Ralf Corsepious  <ralf.corsepius@rtems.org>
1743
1744         * libc/sys/rtems/include/inttypes.h: New file.
1745         * libc/sys/rtems/include/stdint.h: Ditto.
1746
1747 2005-03-06  Ralf Corsepious  <ralf.corsepius@rtems.org>
1748
1749         * libc/string/memcmp.c: Fix to avoid pointer signedness warning.
1750
1751 2005-03-06  Ralf Corsepious  <ralf.corsepius@rtems.org>
1752
1753         * libc/include/machine/_types.h: New file.
1754         * libc/include/sys/types.h: Do not check for __rtems__
1755         when including <machine/_types.h>.  Remove some redundant
1756         declarations now that <machine/_types.h> is included.
1757         * libc/sys/rtems/machine/_types.h: Removed.  Replaced with
1758         shared header file.
1759
1760 2005-02-25  Ralf Corsepious  <ralf.corsepius@rtems.org>
1761
1762         * libm/common/fdlibm.h (FLT_UWORD_MAX, FLT_UWORD_HALF_MAX): Add
1763         L qualifier for these long constants.
1764
1765 2005-02-25  Eric Blake  <ebb9@byu.net>
1766
1767         * libc/include/time.h (__tzrule_struct): Make offset long, since
1768         a 16-bit int overflows on a 12-hour offset.
1769         * libc/sys/linux/include/time.h: Ditto.
1770         * libc/time/mktime.c (mktime): Use new type of __tzrule.offset.
1771         * libc/time/mktm_r.c: Ditto.
1772         * libc/time/gettzinfo.c: Ditto.
1773         * libc/time/strftime.c (strftime): Fix '%x' to deal with negative
1774         years.  Fix '%z' to use long, not int.
1775
1776 2005-02-24  Ralf Corsepious  <ralf.corsepius@rtems.org>
1777
1778         * libm/common/s_fpclassify.c: Use __uint32_t instead of int to
1779         manipulate float values in integer form.
1780         * libm/common/sf_round.c: Ditto.
1781
1782 2005-02-24  Ralf Corsepious  <ralf.corsepius@rtems.org>
1783
1784         * libc/include/sys/types.h [__rtems__]: Include new
1785         header file machine/_types.h.
1786         * libc/include/machine/types.h: Ditto.
1787         * libc/sys/rtems/machine/_types.h: New file.
1788
1789 2005-02-23  Corinna Vinschen  <corinna@vinschen.de>
1790
1791         * libc/include/time.h (_timezone): Change to long also for Cygwin.
1792         (timezone): Drop cast from definition.
1793
1794 2005-02-23  Jeff Johnston  <jjohnstn@redhat.com>
1795
1796         * libc/include/time.h [!CYGWIN](_timezone): Change to long.
1797         (__tzrule_type, __tzinfo_type): New types.
1798         (__gettzinfo): New function.
1799         * libc/sys/linux/include/time.h: Ditto.
1800         * libc/time/Makefile.am: Add gettzinfo.c.
1801         * libc/time/Makefile.in: Regenerated.
1802         * libc/time/local.h: Moved __tzrule_type to time.h.
1803         * libc/time/mktime.c: Call __gettzinfo to reference
1804         __tznorth, __tzyear, and __tzrule array.
1805         * libc/time/mktm_r.c: Ditto.
1806         * libc/time/strftime.c: Ditto.
1807         * libc/time/tzset_r.c: Ditto.  Also remove definition
1808         of __tzrule which is now in gettzinfo.c.  Change _timezone
1809         references to not cast to time_t.
1810         * libc/time/gettzinfo.c: New file.
1811
1812 2005-02-23  Corinna Vinschen  <corinna@vinschen.de>
1813
1814         * libc/include/sys/unistd.h: Define getpeereid for Cygwin.
1815
1816 2005-02-22  Corinna Vinschen  <corinna@vinschen.de>
1817
1818         * libc/include/sys/unistd.h: Define fdatasync also for Cygwin.
1819
1820 2005-02-16  Eric Blake  <ebb9@byu.net>
1821
1822         * libc/time/time.tex: Improve the documentation.
1823         * libc/time/strftime.c: Improve the documentation.
1824         (iso_year_adjust): New helper function.
1825         (strftime): Simplify '%E' and '%O'. Change '%c' to use
1826         recursion. Fix '%C', '%y', and '%Y' to deal with years with more
1827         than 4 characters.  Combine '%d' and '%e'. Implement '%D', '%F',
1828         '%g', '%G', '%n', '%R', '%t', '%T', '%u', '%V', '%X', and '%z'.
1829         Avoid core dumps on valid inputs (maxsize == 0, or
1830         tim_p->tm_isdst > 1).
1831
1832 2005-02-08  Corinna Vinschen  <corinna@vinschen.de>
1833
1834         * libc/include/pwd.h (struct passwd): Change pw_uid and pw_gid
1835         members to uid_t and gid_t according to SUSv3.
1836         * libc/include/sys/time.h (utimes):  Change second parameter
1837         to const according to SUSv3.
1838
1839 2005-02-07  Antony King  <antony.king@st.com>
1840
1841         * libc/stdio/clearerr.c (clearerr): Ensure CHECK_INIT() is
1842         called before _flockfile to prevent lock object use before
1843         initialisation. _REENT_SMALL_CHECK_INIT() and CHECK_INIT()
1844         take a struct _reent * instead of a FILE *.
1845         * libc/stdio/fclose.c (_fclose_r): Ditto.
1846         * libc/stdio/feof.c (feof): Ditto.
1847         * libc/stdio/ferror.c (ferror): Ditto.
1848         * libc/stdio/fflush.c (fflush): Ditto.
1849         * libc/stdio/fgetc.c (fgetc): Ditto.
1850         * libc/stdio/fgets.c (fgets): Ditto.
1851         * libc/stdio/fileno.c (fileno): Ditto.
1852         * libc/stdio/fputc.c (fputc): Ditto.
1853         * libc/stdio/fputs.c (fputs): Ditto.
1854         * libc/stdio/fread.c (fread): Ditto.
1855         * libc/stdio/freopen.c (_freopen_r): Ditto.
1856         * libc/stdio/fseek.c (_fseek_r): Ditto.
1857         * libc/stdio/ftell.c (_ftell_r): Ditto.
1858         * libc/stdio/fwrite.c (fwrite): Ditto.
1859         * libc/stdio/getc.c (getc): Ditto.
1860         * libc/stdio/getdelim.c (__getdelim): Ditto.
1861         * libc/stdio/putc.c (putc): Ditto.
1862         * libc/stdio/setvbuf.c (setvbuf): Ditto.
1863         * libc/stdio/ungetc.c (_ungetc_r): Ditto.
1864         * libc/stdio/vfprintf.c (_VFPRINTF_R): Ditto.
1865         * libc/stdio64/freopen64.c (_freopen64_r): Ditto.
1866         * libc/stdio64/fseeko64.c (_fseeko64_r): Ditto.
1867         * libc/stdio64/ftello64.c (_ftello64_r): Ditto.
1868         * libc/stdio/local.h (CHECK_INIT): Argument is now a struct
1869         _reent * instead of a FILE * and so replace incorrect use of
1870         _REENT with argument.
1871         * libc/sys/arm/syscalls.c (CHECK_INIT): Ditto.
1872         * libc/stdio/getchar.c (getchar): _REENT_SMALL_CHECK_INIT() and
1873         CHECK_INIT() take a struct _reent * instead of a FILE *.
1874         * libc/stdio/iprintf.c (iprintf, _iprintf_r): Ditto.
1875         * libc/stdio/iscanf.c (iscanf, _iscanf_r): Ditto.
1876         * libc/stdio/perror.c (perror): Ditto.
1877         * libc/stdio/printf.c (printf, _printf_r): Ditto.
1878         * libc/stdio/putchar.c (putchar): Ditto.
1879         * libc/stdio/puts.c (puts): Ditto.
1880         * libc/stdio/refill.c (__srefill): Ditto.
1881         * libc/stdio/scanf.c (scanf, _scanf_r): Ditto.
1882         * libc/stdio/vfscanf.c (VFSCANF, _VFSCANF_R): Ditto.
1883         * libc/stdio/viprintf.c (viprintf, _viprintf_r): Ditto.
1884         * libc/stdio/viscanf.c (viscanf, _viscanf_r): Ditto.
1885         * libc/stdio/vprintf.c (vprintf, _vprintf_r): Ditto.
1886         * libc/stdio/vscanf.c (vscanf, _vscanf_r): Ditto.
1887         * libc/stdio/wbuf.c (__swbuf): Ditto.
1888         * libc/stdio/wsetup.c (__swsetup): Ditto.
1889         * libc/stdlib/mallocr.c (malloc_stats): Ditto.
1890         * libc/stdlib/mstats.c (_mstats_r): Ditto.
1891         * libc/include/sys/reent.h (_REENT_SMALL_CHECK_INIT): Ditto.
1892         * libc/machine/powerpc/vfscanf.c (vfscanf): Ditto.
1893         * libc/stdio/fgetpos.c (_fgetpos_r): Removed unnecessary calls
1894         to _flockfile and _funlockfile; rely on locking in _ftell_r.
1895         * libc/stdio64/fgetpos64.c (_fgetpos64_r): Ditto (_ftello64_r).
1896         * libc/machine/powerpc/vfprintf.c (__sbprintf): Removed unnecessary
1897         initialision of _data field in FILE structure.
1898         * libc/machine/powerpc/vfprintf.c (VFPRINTF): Added CHECK_INIT() call.
1899
1900 2005-02-07  Jeff Johnston  <jjohnstn@redhat.com>
1901
1902         * libc/stdio/findfp.c (__sinit): Protect with new lock.
1903         (__sinit_lock): New lock.
1904         (__sinit_lock_acquire, __sinit_lock_release): New functions.
1905         * libc/stdio/local.h: Add reference to new __sinit locking
1906         functions.
1907
1908 2005-02-07  Jeff Johnston  <jjohnstn@redhat.com>
1909
1910         * libc/include/math.h (isfinite, isnormal, isunordered): Change
1911         input variable names to avoid mixups with nesting macros.
1912
1913 2005-01-27  Hans-Peter Nilsson  <hp@axis.com>
1914
1915         * configure.host: Add support for cris-*-* and crisv32-*-*.
1916         * libc/include/machine/ieeefp.h: Ditto.
1917         * libc/include/machine/setjmp.h: Ditto.
1918         * libc/machine/cris/configure.in, libc/machine/cris/Makefile.am,
1919         libc/machine/cris/libcdtor.c, libc/machine/cris/setjmp.c,
1920         libc/machine/cris/memmove.c, libc/machine/cris/memcpy.c,
1921         libc/machine/cris/memset.c, libc/machine/cris/include/pthread.h,
1922         libc/machine/cris/sys/signal.h, libc/machine/cris/sys/fcntl.h,
1923         libc/machine/cris/sys/errno.h, libc/machine/cris/aclocal.m4,
1924         libc/machine/cris/configure, libc/machine/cris/Makefile.in: New
1925         files.
1926
1927 2005-01-27  Hans-Peter Nilsson  <hp@axis.com>
1928
1929         * testsuite/newlib.string/memmove1.c: New test.
1930
1931 2005-01-27  Hans-Peter Nilsson  <hp@axis.com>
1932
1933         * testsuite/include/check.h: Include stdlib.h.
1934
1935 2005-01-27  Hans-Peter Nilsson  <hp@axis.com>
1936
1937         * Makefile.am (stmp-targ-include): Support include header files
1938         from machine directories.
1939         (install-data-local): Ditto.
1940         * Makefile.in: Regenerate.
1941
1942 2005-01-24  Jeff Johnston  <jjohnstn@redhat.com>
1943
1944         * libc/include/string.h: Remove Linux-specific declaration of
1945         strsignal and add #include <sys/string.h>.
1946         * libc/include/sys/string.h: New file.
1947         * libc/include/sys/linux/sys/string.h: New file with strsignal
1948         declaration deleted above.
1949
1950 2005-01-20  Jeff Johnston  <jjohnstn@redhat.com>
1951
1952         * libc/time/strftime.c (strftime): Change %r and %x to be compliant
1953         to POSIX standard for "C" locale.  Allow %E and %O modifiers
1954         to be ignored as long as they precede valid specifiers according
1955         to POSIX.
1956
1957 2005-01-19  Shaun Jackman  <sjackman@gmail.com>
1958
1959         * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
1960         environment variable is set.
1961
1962 2005-01-19  Shaun Jackman  <sjackman@gmail.com>
1963
1964         * tzset_r.c (_tzname): Add a comma.
1965
1966 2005-01-18  Aldy Hernandez  <aldyh@redhat.com>
1967
1968         * libc/machine/powerpc/vfprintf.c: Use _REENT when calling
1969         _VFPRINTF_R.
1970
1971 2005-01-07  Paul Brook  <paul@codesourcery.com>
1972                                                                                 
1973         * configure.in: Add test for .init_array.
1974         * configure: Regenerate.
1975         * newlib.hin: Add HAVE_INITFINI_ARRAY.
1976         * libc/misc/Makefile.am: Add init.c
1977         * libc/misc/Makefile.in: Regenerate.
1978         * libc/misc/init.c: New file.
1979         * libc/sys/arm/crt0.S: Call __libc_{init,fini}_array instead of
1980         _init/_fini if they exist.
1981                                                                                 
1982 2005-01-06  Jeff Johnston  <jjohnstn@redhat.com>
1983
1984         * libc/stdlib/strtod.c (_strtod_r): Add NaN support.
1985         * (strtof): Ditto.
1986         * libc/stdio/vfscanf.c (__svfscanf_r): Ditto.
1987         * Makefile.am (MATHOBJS_IN_LIBC): Add s_nan and sf_nan
1988         functions for use by strtod and strtof.
1989         * Makefile.in: Regenerated.
1990                                                                                 
1991 2005-01-06  Hans-Peter Nilsson  <hp@axis.com>
1992                                                                                 
1993         * libc/stdio/ftell.c (ftell_r): Add parenthesis for __SWR
1994         bit-test in combination with NULL test.
1995                                                                                 
1996 2005-01-06  Hans-Peter Nilsson  <hp@axis.com>
1997                                                                                 
1998         * README: Fix typo of LGPL.  Change "license" to "copyright".
1999                                                                                 
2000 2004-12-17  Jeff Johnston  <jjohnstn@redhat.com>
2001
2002         * NEWS: Update with 1.13.0 info.
2003         * README: Ditto.
2004         * acinclude.m4: Change version number to 1.13.0.
2005         * aclocal.m4: Regenerated.
2006         * configure: Ditto.
2007         * doc/aclocal.m4: Ditto.
2008         * doc/configure: Ditto.
2009         * libc/*/aclocal.m4: Ditto.
2010         * libc/*/configure: Ditto.
2011         * libc/libc.texinfo: Ditto.
2012         * libm/*/aclocal.m4: Ditto.
2013         * libm/*/configure: Ditto.
2014         * libm/libm.texinfo: Ditto.
2015         * libc/sys/linux/shared.ld: Add VERS_1.13.
2016
2017 2004-12-17  Christian Groessler  <chris@groessler.org>
2018
2019         * libc/machine/z8k/memcmp.S: New file.
2020         * libc/machine/z8k/memcpy.S: Ditto.
2021         * libc/machine/z8k/memmove.S: Ditto.
2022         * libc/machine/z8k/memset.S: Ditto.
2023         * libc/machine/z8k/Makefile.am: Add new files.
2024         * libc/machine/z8k/Makefile.in: Regenerated.
2025         * libc/machine/z8k/setjmp.S: Fix indirect register usage in Z8002
2026         part.  Implement Z8002 stdcall version.
2027
2028 2004-12-13  Jeff Johnston  <jjohnstn@redhat.com>
2029
2030         * libc/stdio/fread.c (fread): For unbuffered I/O, attempt
2031         a low-level read if we don't get the full amount of bytes so
2032         EOF or error flags will be set.
2033
2034 2004-12-09  Alex Mogilnikov  <alx@intellectronika.ru>
2035
2036         * libc/time/tzset_r (_tzset_r): Properly skip over
2037         '/' when it is detected.
2038
2039 2004-12-08  Alex Mogilnikov  <alx@intellectronika.ru>
2040
2041         * libc/time/tzset_r (_tzset_r): Fix loop.
2042
2043 2004-12-08  Alex Mogilnikov  <alx@intellectronika.ru>
2044
2045         * libc/time/mktm_r (_mktm_r): Fix overflow calculation for
2046         m_day.
2047         (__tzcalc_limits): Fix reference to month array to be zero-based.
2048
2049 2004-12-07  Jeff Johnston  <jjohnstn@redhat.com>
2050
2051         * libc/sys/linux/sys/unistd.h: Add prototypes for ftruncate, truncate,
2052         and usleep.
2053
2054 2004-12-03  Jeff Johnston  <jjohnstn@redhat.com>
2055
2056         * Makefile.am (libc_la_LDFLAGS): Add -lgcc to handle any
2057         libgcc dependencies.
2058         (libm_la_LDFLAGS): Ditto.
2059         * Makefile.in: Regenerated.
2060
2061 2004-12-03  Shaun Jackman  <sjackman@gmail.com>
2062
2063         * libc/sys/linux/linuxthreads/Makefile.am (install-data-local): Fix
2064         our link to use readlink so as to preserve any relative link created
2065         by install-toollibLIBRARIES.
2066         * libc/sys/linux/linuxthreads/Makefile.in: Regenerated.
2067
2068 2004-12-02  Shaun Jackman  <sjackman@gmail.com>
2069
2070         * libc/sys/linux/stdlib/glob.c: Include <sys/types.h> which defines
2071         time_t before including sys/stat.h, which uses it.
2072         * libc/sys/linux/sys/stat.h: Include <sys/types.h> and
2073         <linux/time.h> just prior to definition of __KERNEL__ so as to
2074         allow building on Debian Linux where otherwise, mktime would
2075         be redefined.
2076
2077 2004-11-26  Paul Brook  <paul@codesourcery.com>
2078
2079         * libc/sys/arm/crt0.S (_start): Add .cantunwind annotation.
2080                                                                                 
2081 2004-11-24  Jeff Johnston  <jjohnstn@redhat.com>
2082
2083         * libc/include/stdlib.h (putenv, _putenv_r): Change to remove
2084         const for value string parameter to match Single Unix and glibc.
2085         * libc/stdlib/putenv.c: Ditto.
2086         * libc/stdlib/putenv_r.c: Ditto.
2087
2088 2004-11-24  Jeff Johnston  <jjohnstn@redhat.com>
2089
2090         * libc/stdio/Makefile.am: Fix missing vfscanf.
2091         * libc/stdio/Makefile.in: Regenerated.
2092                                                                                 
2093 2004-11-23  Jeff Johnston  <jjohnstn@redhat.com>
2094                                                                                 
2095         * libc/include/stdio.h: Add new iprintf and iscanf variants.  Also
2096         do some reordering.
2097         * libc/machine/powerpc/vfscanf.c: Remove __sccl function.
2098         * libc/stdio/Makefile.am: Add support for new iprintf and iscanf
2099         family functions.
2100         * libc/stdio/Makefile.in: Regenerated.
2101         * libc/stdio/fiprintf.c: Remove doc to siprintf.c.
2102         * libc/stdio/iprintf.c: Ditto.
2103         * libc/stdio/local.h (__svfiscanf_r): New prototype.
2104         * libc/stdio/siprintf.c: Add docs for various iprintf family functions.
2105         * libc/stdio/sniprintf.c: Move docs to siprintf.c.
2106         * libc/stdio/stdio.tex: Add new functions.
2107         * libc/stdio/vfscanf.c: Split out __sccl function to separate
2108         file and add special name defines so this file can be used
2109         to build vfiscanf.o.
2110         * libc/stdio/asiprintf.c: New file.
2111         * libc/stdio/fiscanf.c: Ditto.
2112         * libc/stdio/iscanf.c: Ditto.
2113         * libc/stdio/sccl.c: Ditto.
2114         * libc/stdio/siscanf.c: Ditto.
2115         * libc/stdio/vasiprintf.c: Ditto.
2116         * libc/stdio/viprintf.c: Ditto.
2117         * libc/stdio/viscanf.c: Ditto.
2118         * libc/stdio/vsiprintf.c: Ditto.
2119         * libc/stdio/vsiscanf.c: Ditto.
2120         * libc/stdio/vsniprintf.c: Ditto.
2121
2122 2004-11-19  Shaun Jackman  <sjackman@gmail.com>
2123                                                                                 
2124         * libc/include/stdio.h: Add sniprintf.
2125         * libc/stdio/Makefile.am: Add sniprintf.c.
2126         * libc/stdio/Makefile.in: Regenerated.
2127         * libc/stdio/sniprintf.c: New file.
2128         * libc/stdio/stdio.tex: Add sniprintf.
2129                                                                                 
2130 2004-11-17  Christopher Faylor  <cgf@timesys.com>
2131
2132         * libc/stdio/refill.c (__srefill): Try again after EOF on Cygwin.  Clear
2133         EOF flag if successful.
2134
2135 2004-10-28  Christopher Faylor  <cgf@timesys.com>
2136
2137         * libc/include/sys/signal.h: Move <signal.h> include to bottom of file
2138         so that all relevant definitions have been performed for use in the
2139         include.
2140
2141 2004-10-26  Jason Tishler  <jason@tishler.net>
2142
2143         * libc/stdio/fread.c (fread): Fix return value for unbuffered
2144         fread.
2145
2146 2004-10-25  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148         * libc/include/machine/setjmp.h: Add AVR support.
2149         * libc/sys/rtems/crt0.S [__AVR__]: Add __stack.
2150
2151 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
2152                                                                                 
2153         * libc/include/sys/signal.h: If <signal.h> didn't include
2154         this header file, include <signal.h> to account for
2155         applications that take advantage that the two header
2156         files are the same in glibc.
2157                                                                                 
2158 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
2159
2160         * configure.host: Add support for crx.
2161         * libc/include/machine/ieeefp.h: Ditto.
2162         * libc/include/machine/setjmp.h: Ditto.
2163         * libc/machine/crx/Makefile.am: New file.
2164         * libc/machine/crx/configure.in: Ditto.
2165         * libc/machine/crx/setjmp.S: Ditto.
2166         * libc/machine/crx/getenv.c: Ditto.
2167         * libc/machine/crx/aclocal.m4: Generate.
2168         * libc/machine/crx/configure: Ditto.
2169         * libc/machine/crx/Makefile.in: Ditto.
2170         * libc/machine/crx/sys/asm.h: New file.
2171         * libc/machine/crx/sys/libh.h: Ditto.
2172         * libc/machine/crx/sys/syscall.h: Ditto.
2173
2174 2004-10-05  Jeff Johnston  <jjohnstn@redhat.com>
2175
2176         * Makefile.am (stmp-targ-include): Support sys header files
2177         from machine directories.
2178         * Makefile.in: Regenerated.
2179
2180 2004-10-04  Jeff Johnston  <jjohnstn@redhat.com>
2181
2182         * libc/stdio/vfscanf.c (__svfscanf_r): For int conversions,
2183         count skipped zero characters as part of the nread count for %n.
2184         * libc/machine/powerpc/vfscanf.c: Ditto.
2185
2186 2004-09-24  Jeff Johnston  <jjohnstn@redhat.com>
2187
2188         * libc/stdio/local.h: Include <stdlib.h>.
2189
2190 2004-09-24  Corinna Vinschen  <corinna@vinschen.de>
2191
2192         * libc/stdio/fread.c (fread): Include <malloc.h>.
2193
2194 2004-09-22  Jeff Johnston  <jjohnstn@redhat.com>
2195
2196         * libc/stdio/fread.c (fread):  For non-space-optimized case,
2197         add special code for unbuffered files to use user buffer and
2198         only require one low-level system read.
2199
2200 2004-09-21  Ian Lance Taylor  <ian@wasabisystems.com>
2201
2202         * libc/machine/xscale/setjmp.S: New file, copied from
2203         libc/machine/arm/setjmp.S.
2204         * libc/machine/xscale/Makefile.am (lib_a_SOURCES): Add setjmp.S.
2205         * libc/machine/xscale/Makefile.in: Regenerate.
2206
2207 2004-09-16  Antony King  <antony.king@st.com>
2208
2209         * libc/include/sys/lock.h: Replaced empty {} with (0) to conform
2210         with locking API.
2211         * libc/include/sys/stdio.h: (_flockfile)[!_SINGLE_THREAD]: Add 
2212         check for__SSTR in _flags and if set, skip lock request.
2213         (_funlockfile)[!SINGLE_THREAD]: Ditto.
2214         * libc/stdio/local.h (CHECK_INIT): Added check that _REENT is
2215         not NULL.
2216         * libc/stdio/siprintf.c (siprintf, _siprintf_r): Added missing
2217         initialisation of _file to -1 in local FILE.
2218         * libc/stdio/snprintf.c (snprintf, _snprintf_r): Ditto.
2219         * libc/stdio/sscanf.c (sscanf, _sscanf_r): Ditto.
2220         * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Ditto.
2221         * libc/stdio/vsscanf.c (_vsscanf_r): Ditto.
2222         * libc/stdio/sscanf.c (sscanf, _sscanf_r): Added __SSTR flag to
2223         _flags in local FILE to prevent locking.
2224         * libc/stdio/vsscanf.c (_vsscanf_r): Ditto.
2225
2226 2004-09-16  Antony King  <antony.king@st.com>
2227
2228         * libc/stdio/fwalk.c (_fwalk): Remove check for _GLOBAL_REENT
2229         and only walk the reentrancy parameter.
2230         (_fwalk_reent): Ditto.
2231         * libc/stdlib/exit.c: Remove out of date _REENT_ONLY check.
2232
2233 2004-09-16  Antony King  <antony.king@st.com>
2234
2235         * libc/stdio64/freopen64.c: Remove casting of fp lock to
2236         _LOCK_RECURSIVE_T.
2237
2238 2004-09-16  Antony King  <antony.king@st.com>
2239
2240         * libc/time/tzlock.c: Add default stubs that use generic
2241         locking code.
2242
2243 2004-09-16  Antony King  <antony.king@st.com>
2244
2245         * libc/ctype/ctype.tex: Added missing documentation.
2246         * libc/stdio/stdio.tex Ditto.
2247         * libc/stdlib/stdlib.tex Ditto.
2248         * libc/string/strings.tex Ditto.
2249         * libc/time/time.tex: Ditto.
2250         * libc/stdio/setbuffer.c: Removed setlinebuf documentation.
2251
2252 2004-09-15  Corinna Vinschen  <vinschen@redhat.com>
2253
2254         * libc/reent/impure.c (reent_data): Define as alias to impure_data
2255         when building for Cygwin.
2256         * libc/include/sys/reent.h (_GLOBAL_REENT): Revert definition to
2257         _global_impure_ptr.
2258
2259 2004-09-15  Jeff Johnston  <jjohnstn@redhat.com>
2260
2261         * configure.host: Reverting 2004-09-14 change as fix has occurred on
2262         Cygwin side.
2263         * configure.in: Ditto.
2264         * libc/configure.in: Ditto.
2265         * libc/sys/configure.in: Ditto.
2266         * configure: Ditto.
2267         * libc/configure: Ditto.
2268         * libc/sys/configure: Ditto.
2269         * libc/include/sys/reent.h: Ditto.
2270         * libc/stdlib/__atexit.c: Ditto.
2271         * libc/stdlib/__call_atexit.c: Ditto.
2272         * libc/stdlib/cxa_atexit.c: Ditto.
2273         * libc/stdlib/cxa_finalize.c: Ditto.
2274         * libc/sys/cygwin/Makefile.am: Removed again.
2275         * libc/sys/cygwin/Makefile.in: Ditto.
2276         * libc/sys/cygwin/aclocal.m4: Ditto.
2277         * libc/sys/cygwin/configure: Ditto.
2278         * libc/sys/cygwin/configure.in: Ditto.
2279         * libc/sys/cygwin/dummy.c: Ditto.
2280         * libc/sys/cygwin/sys/reent.h: Ditto.
2281
2282 2004-09-14  Jeff Johnston  <jjohnstn@redhat.com>
2283
2284         * configure.host: Add Cygwin sys directory.
2285         * configure.in: Do not set CRT0 for cygwin.
2286         * libc/configure.in: Ditto.
2287         * libc/sys/configure.in: Ditto.
2288         * configure: Regenerated.
2289         * libc/configure: Ditto.
2290         * libc/sys/configure: Ditto.
2291         * libc/include/sys/reent.h: Add __REENT_HAS_CXA_SUPPORT flag.
2292         * libc/stdlib/__atexit.c: Keep cxa support protected by new
2293         __REENT_HAS_CXA_SUPPORT flag.
2294         * libc/stdlib/__call_atexit.c: Ditto.
2295         * libc/stdlib/cxa_atexit.c: Ditto.
2296         * libc/stdlib/cxa_finalize.c: Ditto.
2297         * libc/sys/cygwin/Makefile.am: New file.
2298         * libc/sys/cygwin/Makefile.in: Ditto.
2299         * libc/sys/cygwin/aclocal.m4: Ditto.
2300         * libc/sys/cygwin/configure: Ditto.
2301         * libc/sys/cygwin/configure.in: Ditto.
2302         * libc/sys/cygwin/dummy.c: Ditto.
2303         * libc/sys/cygwin/sys/reent.h: Ditto.  This file is stabilized
2304         version of reent.h.
2305
2306 2004-09-13 Artem B. Bityuckiy  <dedekind@oktetlabs.ru>
2307
2308         * libc/iconv/iconv.tex: Updated with new content.
2309         * libc/iconv/lib/iconvnls.c: Reference ICONV_DEFAULT_NLSPATH
2310         instead of NLS_DEFAULT_NLSPATH.
2311         * libc/iconv/lib/iconvnls.h: Fix typo.
2312         * libc/include/sys/iconvnls.h: New file.
2313
2314 2004-09-09  Paul Brook  <paul@codesourcery.com>
2315
2316         * libc/include/sys/reent.h (struct _on_exit_args): Add _dso_handle
2317         and _is_cxa.
2318         (struct _atexit): Add _next when _REENT_SMALL.
2319         (struct _reent): Add _atexit0 when _REENT_SMALL.
2320         (_REENT_INIT_PTR): Adjust.
2321         * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add __atexit.c and
2322         __call_exit.c.
2323         (EXTENDED_SOURCES): Add cxa_atexit.c and cxa_finalize.c.
2324         * libc/stdlib/Makefile.in: Regenerate.
2325         * libc/stdlib/__atexit.c: New file.
2326         * libc/stdlib/__call_atexit.c: New file.
2327         * libc/stdlib/atexit.h: Remove old definitions.  Add new.
2328         * libc/stdlib/atexit.c (atexit): Use __register_exitproc.
2329         * libc/stdlib/cxa_atexit.c: New file.
2330         * libc/stdlib/cxa_finalize.c: New file.
2331         * libc/stdlib/exit.c (exit): Use __call_exitprocs.
2332         * libc/stdlib/on_exit.c (on_exit): Use __register_exitproc.
2333         2004-09-09  Jeff Johnston  <jjohnstn@redhat.com>
2334         * libc/reent/reent.c [_REENT_SMALL]: Fix reference to
2335         _on_exit_args_ptr.
2336
2337 2004-08-23  Jeff Johnston  <jjohnstn@redhat.com>
2338
2339         * libc/include/sys/unistd.h (getpass): Change prototype to use
2340         const instead of __const.
2341
2342 2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>
2343
2344         * libc/stdio/vfscanf.c (_NO_LONGLONG): Move out of FLOATING_POINT
2345         #if.
2346
2347 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
2348
2349         * libc/sys/linux/sys/types.h (u64): New typedef to allow building
2350         on linux systems with glibc 2.3.3 installed.
2351         * libc/sys/linux/dl/dl-runtime.c: Fix prototypes for fixup and
2352         profile_fixup so newlib can build on fc3 system.
2353  
2354 2004-07-30  Alexandre Oliva  <aoliva@redhat.com>
2355
2356         Introduce SH2a support.
2357         2004-03-16  Corinna Vinschen  <vinschen@redhat.com>
2358         * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS for
2359         __SH2A_SINGLE_ONLY__, too.
2360         * libc/machine/sh/asm.h: Define DELAYED_BRANCHES for __SH2A__, too.
2361         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
2362         * libc/sys/sh/crt0.S (start_l): Support sh2a-nofpu.  Fix comments.
2363         2004-02-10  DJ Delorie  <dj@redhat.com>
2364         * libc/sys/sh/crt0.S (start_l): Support sh2a.
2365
2366 2004-07-29  Jeff Johnston  <jjohnstn@redhat.com>
2367
2368         * libc/time/strptime.c: Correct full-name of "March" typo.
2369
2370 2004-07-16  Anil Paranjpe  <anilp1@kpitcummins.com>
2371
2372         * configure.host (h8300*-*-*): Default long long printing support. 
2373
2374 2004-07-16  Jeff Johnston  <jjohnstn@redhat.com>
2375
2376         * libc/stdio/fvwrite.c (_sfvwrite):  For asprintf family
2377         calls, if realloc fails, free up buffer as it is no longer
2378         used.
2379
2380 2004-07-07  Artem B. Bityuckiy  <dedekind@oktetlabs.ru>
2381
2382         * libc/iconv/iconv.tex: Updated to represent recent changes.
2383         * libc/iconv/lib/iconv.c: Documentation updated.
2384
2385 2004-07-07  Nick Clifton  <nickc@redhat.com>
2386
2387         * configure.host (newlib_cflags): Define PREFER_SIZE_OVER_SPEED
2388         for xStormy16.
2389
2390 2004-07-06  Chris Demetriou  <cgd@broadcom.com>
2391
2392         * configure.host (mips*-*-elf*): Default long long printing
2393         support.
2394
2395 2004-07-05  Jeff Johnston  <jjohnstn@redhat.com>
2396
2397         * libc/Makefile.am (libc.dvi): Add target and specify
2398         same dependencies as libc.info.
2399         * libc/Makefile.in: Regenerated.
2400         * libm/Makefile.am (libm.dvi): Add target and specify
2401         same dependencies as libm.info.
2402         * libm/Makefile.in: Regenerated.
2403
2404 2004-06-29  Artem B. Bityuckiy  <dedekind@oktetlabs.ru>
2405
2406         * acinclude.m4: Move --enable-newlib-iconv option back here.
2407         * configure.in: Remove --enable-newlib-iconv option.  Don't
2408         tie iconv support to --enable-newlib-mb.
2409         * aclocal.m4: Regenerated.
2410         * configure: Ditto.
2411         * doc/aclocal.m4, doc/configure: Ditto.
2412         * iconvdata/aclocal.m4, iconvdata/configure: Ditto.
2413         * libm/*/aclocal.m4: Ditto.
2414         * libm/*/configure: Ditto.
2415         * libc/*/aclocal.m4: Ditto.
2416         * libc/*/configure: Ditto.
2417
2418 2004-06-25  Artem B. Bityuckiy  <dedekind@oktetlabs.ru>
2419
2420         * acinclude.m4: Move iconv options into configure.in.
2421         * aclocal.m4: Regenerated.
2422         * configure: Ditto.
2423         * configure.in: Add iconv options.
2424         * newlib.hin: Add new iconv encodings and remove deleted ones.
2425         * doc/aclocal.m4: Regenerated.
2426         * doc/configure: Ditto.
2427         * iconvdata/aclocal.m4: Ditto.
2428         * iconvdata/configure: Ditto.
2429         * libc/iconv: Design change.  New size-optimized ccs format.
2430         * libc/iconv/AUTHORS: Removed.
2431         * libc/iconv/COPYING: Ditto.
2432         * libc/iconv/README.ORIGINAL: Ditto.
2433         * libc/iconv/README.TODO: Ditto.
2434         * libc/iconv/charset.aliases: Ditto.
2435         * libc/iconv/encoding.aliases: New file.
2436         * libc/iconv/Makefile.am: Updated.
2437         * libc/iconv/Makefile.in: Regenerated.
2438         * libc/iconv/iconv.tex: Updated.
2439         * libc/iconv/ccs/Makefile.am: Ditto.
2440         * libc/iconv/ccs/Makefile.in: Regenerated.
2441         * libc/iconv/ccs/big5.c: Updated.
2442         * libc/iconv/ccs/cns11643_plane1.c: Ditto.
2443         * libc/iconv/ccs/cns11643_plane14.c: Ditto.
2444         * libc/iconv/ccs/cns11643_plane2.c: Ditto.
2445         * libc/iconv/ccs/cp775.c: Ditto.
2446         * libc/iconv/ccs/cp850.c: Ditto.
2447         * libc/iconv/ccs/cp852.c: Ditto.
2448         * libc/iconv/ccs/cp855.c: Ditto.
2449         * libc/iconv/ccs/cp866.c: Ditto.
2450         * libc/iconv/ccs/iso_8859_1.c: Ditto.
2451         * libc/iconv/ccs/README.CCS.SOURCES: Removed.
2452         * libc/iconv/ccs/gb_2312_80.c: Ditto.
2453         * libc/iconv/ccs/iconv_mktbl: Ditto.
2454         * libc/iconv/ccs/jis_x0201.c: Ditto.
2455         * libc/iconv/ccs/jis_x0208_1983.c: Ditto.
2456         * libc/iconv/ccs/shift_jis.c: Ditto.
2457         * libc/iconv/ccs/us_ascii.c: Ditto.
2458         * libc/iconv/ccs/ccs.h: New file.
2459         * libc/iconv/ccs/ccsbi.c: Ditto.
2460         * libc/iconv/ccs/ccsbi.h: Ditto.
2461         * libc/iconv/ccs/ccsnames.h: Ditto.
2462         * libc/iconv/ccs/iso_8859_10.c: Ditto.
2463         * libc/iconv/ccs/iso_8859_11.c: Ditto.
2464         * libc/iconv/ccs/iso_8859_13.c: Ditto.
2465         * libc/iconv/ccs/iso_8859_14.c: Ditto.
2466         * libc/iconv/ccs/iso_8859_3.c: Ditto.
2467         * libc/iconv/ccs/iso_8859_6.c: Ditto.
2468         * libc/iconv/ccs/iso_8859_7.c: Ditto.
2469         * libc/iconv/ccs/iso_8859_8.c: Ditto.
2470         * libc/iconv/ccs/iso_8859_9.c: Ditto.
2471         * libc/iconv/ccs/iso_ir_111.c: Ditto.
2472         * libc/iconv/ccs/jis_x0201_1976.c: Ditto.
2473         * libc/iconv/ccs/jis_x0208_1990.c: Ditto.
2474         * libc/iconv/ccs/koi8_ru.c: Ditto.
2475         * libc/iconv/ccs/koi8_uni.c: Ditto.
2476         * libc/iconv/ccs/mktbl.pl: Ditto.
2477         * libc/iconv/ccs/win_1250.c: Ditto.
2478         * libc/iconv/ccs/win_1251.c: Ditto.
2479         * libc/iconv/ccs/win_1252.c: Ditto.
2480         * libc/iconv/ccs/win_1253.c: Ditto.
2481         * libc/iconv/ccs/win_1254.c: Ditto.
2482         * libc/iconv/ccs/win_1255.c: Ditto.
2483         * libc/iconv/ccs/win_1256.c: Ditto.
2484         * libc/iconv/ccs/win_1257.c: Ditto.
2485         * libc/iconv/ccs/win_1258.c: Ditto.
2486         * libc/iconv/ccs/iso_8859_15.c: Updated.
2487         * libc/iconv/ccs/iso_8859_2.c: Ditto.
2488         * libc/iconv/ccs/iso_8859_4.c: Ditto.
2489         * libc/iconv/ccs/iso_8859_5.c: Ditto.
2490         * libc/iconv/ccs/jis_x0212_1990.c: Ditto.
2491         * libc/iconv/ccs/koi8_r.c: Ditto.
2492         * libc/iconv/ccs/koi8_u.c: Ditto.
2493         * libc/iconv/ccs/ksx1001.c: Ditto.
2494         * libc/iconv/ccs/binary/gb_2312_80.cct: Removed.
2495         * libc/iconv/ccs/binary/jis_x0201.cct: Ditto.
2496         * libc/iconv/ccs/binary/shift_jis.cct: Ditto.
2497         * libc/iconv/ccs/binary/us_ascii.cct: Ditto.
2498         * libc/iconv/ccs/binary/jis_x0208_1983.cct: Ditto.
2499         * libc/iconv/ccs/binary/Makefile.am: Updated.
2500         * libc/iconv/ccs/binary/Makefile.in: Regenerated.
2501         * libc/iconv/ccs/binary/big5.cct: Updated.
2502         * libc/iconv/ccs/binary/cns11643_plane1.cct: Ditto.
2503         * libc/iconv/ccs/binary/cns11643_plane14.cct: Ditto.
2504         * libc/iconv/ccs/binary/cns11643_plane2.cct: Ditto.
2505         * libc/iconv/ccs/binary/cp775.cct: Updated.: Ditto.
2506         * libc/iconv/ccs/binary/cp850.cct: Ditto.: Ditto.
2507         * libc/iconv/ccs/binary/cp852.cct: Ditto.: Ditto.
2508         * libc/iconv/ccs/binary/cp855.cct: Ditto.: Ditto.
2509         * libc/iconv/ccs/binary/cp866.cct: Ditto.: Ditto.
2510         * libc/iconv/ccs/binary/iso_8859_1.cct: Ditto.
2511         * libc/iconv/ccs/binary/iso_8859_15.cct: Ditto.
2512         * libc/iconv/ccs/binary/iso_8859_4.cct: Ditto.
2513         * libc/iconv/ccs/binary/iso_8859_5.cct: Ditto.
2514         * libc/iconv/ccs/binary/iso_8859_2.cct: Ditto.
2515         * libc/iconv/ccs/binary/jis_x0212_1990.cct: Ditto.
2516         * libc/iconv/ccs/binary/koi8_r.cct: Ditto.
2517         * libc/iconv/ccs/binary/koi8_u.cct: Ditto.
2518         * libc/iconv/ccs/binary/ksx1001.cct: Ditto.
2519         * libc/iconv/ccs/binary/iso_8859_10.cct: New file.
2520         * libc/iconv/ccs/binary/iso_8859_11.cct: Ditto.
2521         * libc/iconv/ccs/binary/iso_8859_13.cct: Ditto.
2522         * libc/iconv/ccs/binary/iso_8859_14.cct: Ditto.
2523         * libc/iconv/ccs/binary/iso_8859_3.cct: Ditto.
2524         * libc/iconv/ccs/binary/iso_8859_6.cct: Ditto.
2525         * libc/iconv/ccs/binary/iso_8859_7.cct: Ditto.
2526         * libc/iconv/ccs/binary/iso_8859_8.cct: Ditto.
2527         * libc/iconv/ccs/binary/iso_8859_9.cct: Ditto.
2528         * libc/iconv/ccs/binary/iso_ir_111.cct: Ditto.
2529         * libc/iconv/ccs/binary/jis_x0201_1976.cct: Ditto.
2530         * libc/iconv/ccs/binary/jis_x0208_1990.cct: Ditto.
2531         * libc/iconv/ccs/binary/koi8_ru.cct: Ditto.
2532         * libc/iconv/ccs/binary/koi8_uni.cct: Ditto.
2533         * libc/iconv/ccs/binary/win_1250.cct: Ditto.
2534         * libc/iconv/ccs/binary/win_1251.cct: Ditto.
2535         * libc/iconv/ccs/binary/win_1252.cct: Ditto.
2536         * libc/iconv/ccs/binary/win_1253.cct: Ditto.
2537         * libc/iconv/ccs/binary/win_1254.cct: Ditto.
2538         * libc/iconv/ccs/binary/win_1255.cct: Ditto.
2539         * libc/iconv/ccs/binary/win_1256.cct: Ditto.
2540         * libc/iconv/ccs/binary/win_1257.cct: Ditto.
2541         * libc/iconv/ccs/binary/win_1258.cct: Ditto.
2542         * libc/iconv/ces/Makefile.am: Updated.
2543         * libc/iconv/ces/Makefile.in: Regenerated.
2544         * libc/iconv/ces/ucs-2-internal.c: Updated.
2545         * libc/iconv/ces/ucs-4-internal.c: Ditto.
2546         * libc/iconv/ces/utf-16.c: Ditto.
2547         * libc/iconv/ces/utf-8.c: Ditto.
2548         * libc/iconv/ces/cesbi.c: New file.
2549         * libc/iconv/ces/cesbi.h: Ditto.
2550         * libc/iconv/ces/cesdeps.h: Ditto.
2551         * libc/iconv/ces/euc.c: Ditto.
2552         * libc/iconv/ces/mkdeps.pl: Ditto.
2553         * libc/iconv/ces/table-pcs.c: Ditto.
2554         * libc/iconv/ces/table.c: Ditto.
2555         * libc/iconv/ces/ucs-2.c: Ditto.
2556         * libc/iconv/ces/ucs-4.c: Ditto.
2557         * libc/iconv/ces/us-ascii.c: Ditto.
2558         * libc/iconv/ces/euc-jp.c: Removed.
2559         * libc/iconv/ces/euc-kr.c: Ditto.
2560         * libc/iconv/ces/euc-tw.c: Ditto.
2561         * libc/iconv/ces/gb2312.c: Ditto.
2562         * libc/iconv/ces/iso-10646-ucs-2.: Ditto.c
2563         * libc/iconv/ces/iso-10646-ucs-4.c: Ditto.
2564         * libc/iconv/lib/Makefile.am: Updated.
2565         * libc/iconv/lib/Makefile.in: Regenerated.
2566         * libc/iconv/lib/endian.h: Updated.
2567         * libc/iconv/lib/iconv.c: Ditto.
2568         * libc/iconv/lib/local.h: Ditto.
2569         * libc/iconv/lib/aliases.c: Removed.
2570         * libc/iconv/lib/bialiasesi.c: Ditto.
2571         * libc/iconv/lib/biccs.c: Ditto.
2572         * libc/iconv/lib/bices.c: Ditto.
2573         * libc/iconv/lib/ccs.c: Ditto.
2574         * libc/iconv/lib/ces.c: Ditto.
2575         * libc/iconv/lib/ces_euc.c: Ditto.
2576         * libc/iconv/lib/ces_iso2022.c: Ditto.
2577         * libc/iconv/lib/ces_table.c: Ditto.
2578         * libc/iconv/lib/converter.c: Ditto.
2579         * libc/iconv/lib/deps.h: Ditto.
2580         * libc/iconv/lib/loaddata.c: Ditto.
2581         * libc/iconv/lib/aliasesbi.c: New file.
2582         * libc/iconv/lib/aliasesi.c: Ditto.
2583         * libc/iconv/lib/conv.h: Ditto.
2584         * libc/iconv/lib/encnames.h: Ditto.
2585         * libc/iconv/lib/encoding.deps: Ditto.
2586         * libc/iconv/lib/iconvnls.c: Ditto.
2587         * libc/iconv/lib/iconvnls.h: Ditto.
2588         * libc/iconv/lib/nullconv.c: Ditto.
2589         * libc/iconv/lib/ucsconv.c: Ditto.
2590         * libc/iconv/lib/ucsconv.h: Ditto.
2591         * libc/include/iconv.h: Update copyright.
2592         * libc/*/aclocal.m4: Regenerated.
2593         * libc/*/configure: Ditto.
2594         * libm/*/aclocal.m4: Ditto.
2595         * libm/*/configure: Ditto.
2596
2597 2004-06-22  Alexandre Oliva  <aoliva@redhat.com>
2598
2599         * libc/include/machine/setjmp.h [__H8300__] (_JBTYPE): Define,
2600         instead of typedefing jmp_buf.
2601
2602         2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
2603         * libc/machine/h8300/Makefile.am (lib_a_SOURCES): Add h8sx_strcpy.S.
2604         * libc/machine/h8300/defines.h (LEN): New macro.
2605         * libc/machine/h8300/memcpy.S: Add h8sx version.
2606         * libc/machine/h8300/memset.S: Likewise.
2607         * libc/machine/h8300/strcmp.S: Likewise.
2608         * libc/machine/h8300/setjmp.S: Use h8sx move instructions.
2609         * libc/machine/h8300/h8sx_strcpy.S: New file.
2610         2003-06-30  Richard Sandiford  <rsandifo@redhat.com>
2611         * libc/include/machine/ieeefp.h: Extend __H8300S__ handling to
2612         __H8300SX__.
2613         * libc/include/machine/setjmp.h: Likewise.
2614         * libc/include/sys/config.h: Likewise.
2615         * libc/machine/h8300/defines.h: Likewise.
2616         * libc/machine/h8300/setjmp.S: Likewise.
2617         * libc/machine/h8300/strcmp.S: Likewise.
2618         * libc/sys/h8300hms/close.S: Likewise.
2619         * libc/sys/h8300hms/fstat.S: Likewise.
2620         * libc/sys/h8300hms/lseek.S: Likewise.
2621         * libc/sys/h8300hms/read.S: Likewise.
2622         * libc/sys/h8300hms/write.S: Likewise.
2623         * libc/sys/h8300hms/crt0.S: Likewise.
2624         * libc/machine/h8300/setarch.h: Use .h8300sx or .h8300sxn if
2625         __H8300SX__ is defined.
2626         * libc/sys/h8300hms/setarch.h: Likewise.
2627
2628 2004-06-17  Jeff Johnston  <jjohnstn@redhat.com>
2629
2630         * libc/include/sys/reent.h (_GLOBAL_REENT): Back
2631         out change which set _GLOBAL_REENT to _global_impure_ptr until
2632         we understand why Cygwin breaks because of it.
2633
2634 2004-06-14  Jeff Johnston  <jjohnstn@redhat.com>
2635
2636         * libc/sys/linux/machine/i386/syscall.h: For now, set up
2637         __syscall_return macro for systems with vsyscall.
2638
2639 2004-06-11  Antony King  <antony.king@st.com>
2640
2641         * libc/include/sys/_types.h: Include <sys/lock.h> and change
2642         _flock_t to be of type _LOCK_RECURSIVE_T.
2643         * libc/include/sys/reent.h: (_REENT_INIT): Reformat.
2644         (_REENT_INIT_PTR): Ditto.  Use memset where appropriate.
2645         (_global_impure_ptr): New declaration.
2646         (_GLOBAL_REENT): Change to be _global_impure_ptr.
2647         * libc/include/sys/stdio.h: Include <sys/lock.h> and
2648         <sys/reent.h>.
2649         (_flockfile)[!_SINGLE_THREAD]: Add code for lock call.
2650         (_funlockfile)[!SINGLE_THREAD]: Ditto.
2651         * libc/reent/impure.c: Set _global_impure_ptr to _impure_ptr.
2652         * libc/stdio/fclose.c: Remove casting of fp lock to
2653         _LOCK_RECURSIVE_T.
2654         * libc/stdio/findfp.c: Ditto.
2655         * libc/stdio/fopen.c: Ditto.
2656         * libc/stdio/freopen.c: Ditto.
2657         * libc/stdio/vfprintf.c: Ditto.
2658         * libc/stdio64/fopen64.c: Ditto.
2659         * libc/stdlib/envlock.c: Add default stubs that use generic
2660         locking code.
2661         * libc/stdlib/mlock.c: Ditto.
2662
2663         Jeff Johnston  <jjohnstn@redhat.com>
2664         * libc/sys/linux/sys/_types.h (__flock_mutex_t): New subtype.
2665         (_flock_t): Change to be a struct containing a single member
2666         named mutex which is of type __flock_mutex_t.
2667
2668 2004-06-09  Jeff Johnston  <jjohnstn@redhat.com>
2669
2670         * libc/sys/linux/Makefile.am: Change siglist.inc to be generated
2671         from /usr/include/asm/signal.h instead of kernel sources.  Also
2672         default max to 32 if not found in header file.
2673         * libc/sys/linux/Makefile.in: Regenerated.
2674         * libc/sys/linux/machine/i386/socketcall.h: Fix for Fedora Core 2
2675         systems where __syscall_return is not defined.
2676         * libc/sys/linux/machine/i386/syscall.h: Change for Fedora Core 2
2677         systems to use syscall() function instead of assembler interrupt.
2678
2679 2004-06-09  Toralf Lund  <toralf@procaptura.com>
2680
2681         * libc/sys/arm/setjmp.S, libc/sys/arm/access.c: Move
2682         files from libc/sys/arm to libc/machine/arm.
2683         * libc/machine/arm/Makefile.am, libc/machine/arm/Makefile.in: Add
2684         library build support for files moved from libc/sys/arm.
2685         * libc/sys/arm/Makefile.am, libc/sys/arm/Makefile.in:  Remove
2686         references to access and setjmp.
2687         * configure.host: Add checks for newlib_may_supply_syscalls to
2688         determine whether or not to use sys/arm directory and use
2689         special compiler flags: ARM_RDI_MONITOR and ARM_RDP_MONITOR.
2690        
2691 2004-06-02  Jeff Johnston  <jjohnstn@redhat.com>
2692
2693         * libc/stdio/vfscanf.c (__svfscanf_r): For CT_INT conversions,
2694         reset digit flags appropriately after we have discovered "0x".
2695         * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Ditto.
2696
2697 2004-05-27  Jeff Johnston  <jjohnstn@redhat.com>
2698
2699         * libc/stdio/vfprintf.c (_VFPRINTF): Move file locking
2700         from here ...
2701         (_VFPRINTF_R): ... to here so all I/O printf routines
2702         are covered.
2703
2704 2004-05-26  Jeff Johnston  <jjohnstn@redhat.com>
2705
2706         * libc/search/hash_buf.c: Protect MAX and MIN macros from
2707         redefinition.
2708         * libc/search/hash.c: Ditto.
2709
2710 2004-05-25  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2711
2712         * newlib.hin: (_WANT_IO_POS_ARGS): New define.
2713         (_WANT_IO_LONG_LONG): Ditto.
2714         (_WANT_IO_LONG_DOUBLE): Ditto.
2715         * configure.in: Add new configuration options
2716         --enable-newlib-io-long-long and --enable-newlib-io-long-double
2717         which tie to new defines in newlib.hin.
2718         * configure: Regenerated.
2719         * configure.host: Add checks for new configuration options.  Also
2720         fix up check for --enable-newlib-io-pos-args so configuration
2721         option will override any default for a given platform.
2722         Remove defining compiler flags for the _WANT_IO* options.
2723         * libc/stdio/vfprintf.c: Change to use new newlib.hin defines
2724         instead of looking for old compiler flags.
2725         * libc/stdio/vfscanf.c: Ditto.
2726         * libc/stdio/vfieeefp.h: Ditto.
2727         * libc/machine/powerpc/vfprintf.c: Ditto.
2728         * libc/machine/powerpc/vfscanf.c: Ditto.
2729
2730 2004-05-25  Jeff Johnston  <jjohnstn@redhat.com>
2731
2732         * testsuite/include/check.h: Add include of <stdio.h>.
2733
2734 2004-05-17  Corinna Vinschen  <corinna@vinschen.de>
2735
2736         * libc/include/grp.h: Declare getgrnam_r and getgrgid_r also on Cygwin.
2737
2738 2004-05-11  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2739
2740         * libc/stdio/vfprintf.c (VFPRINTF_R): Use _free_r instead
2741         of free.
2742
2743 2004-05-07  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2744
2745         * libc/stdio/iprintf.c (_iprintf_r): Fix old-style argument
2746         list for reentrant pointer.  Call _vfiprintf_r.
2747         * libc/stdio/siprintf.c (_siprintf_r): New function.
2748         * libc/stdio/vfprintf.c (__sbprintf): Add reetrant struct
2749         pointer argument.  Change all callers.  Call _VFPRINTF_R.
2750         * libc/include/stdio.h (_siprintf_r, _vfiprintf_r): New
2751         prototypes.
2752
2753 2004-05-07  Jeff Johnston  <jjohnstn@redhat.com>
2754
2755         * libc/include/sys/param.h: Remove endian info and include
2756         <machine/endian.h> instead.
2757         * libc/include/machine/endian.h: New file.
2758         * libc/include/machine/param.h: Ditto.
2759         * libc/machine/arm/machine/endian.h: Ditto.
2760         * libc/machine/arm/machine/param.h: Ditto.
2761         * libc/sys/arm/sys/param.h: Removed.
2762         * libc/sys/sysvi386/sys/param.h: Ditto.
2763         * libc/sys/rtems/sys/param.h: Modified to include <machine/endian.h>.
2764
2765 2004-05-03  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2766
2767         * libc/stdio/vfprintf.c (_VFPRINTF_R): Set error flag when
2768         multibyte functions return failure for %C, %S, %lc, and %ls
2769         format specifiers.
2770
2771 2004-05-03  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2772
2773         * testsuite/include/check.h (CHECK): Add flush of stdout.
2774
2775 2004-05-03  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2776
2777         * libc/include/stdio.h (_ungetc_r): New prototype.
2778         * libc/stdio/ungetc.c (_ungetc_r): New reentrant function.
2779         (__submore): Add reentrant struct pointer argument.
2780         (ungetc): Change to call _ungetc_r.
2781
2782 2004-04-28  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2783
2784         * libc/stdio/local.h (_fwalk_reent): Specify prototype of
2785         function pointer argument.
2786         * libc/stdio/fwalk.c (_fwalk, _fwalk_reent): Change prototypes
2787         to specify function pointer arguments.
2788         (__fwalk, __fwalk_reent): Ditto.
2789
2790 2004-04-26  Aldy Hernandez  <aldyh@redhat.com>
2791
2792         * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Fix typo in
2793         CT_INT case.
2794
2795 2004-04-23  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2796
2797         * configure.in: Define _MB_CAPABLE if mb supported.
2798         * configure: Regenerated.
2799         * configure.host: Remove manual setting of MB_CAPABLE compiler
2800         flag.
2801         * newlib.hin: Add _MB_CAPABLE flag.
2802         * libc/ctype/iswalpha.c, libc/ctype/iswblank.c: Include <newlib.h>
2803         and check for _MB_CAPABLE flag instead of MB_CAPABLE.
2804         * libc/ctype/iswcntrl.c, libc/ctype/iswprint.c: Ditto.
2805         * libc/ctype/iswpunct.c, libc/ctype/iswspace.c: Ditto.
2806         * libc/ctype/jp2uc.c: Ditto.
2807         * libc/ctype/towlower.c, libc/ctype/towupper.c: Ditto.
2808         * libc/locale/locale.c: Ditto
2809         * libc/machine/powerpc/vfscanf.c: Ditto
2810         * libc/stdio/vfprintf.c, libc/stdio/vfscanf.c: Ditto
2811         * libc/stdlib/mblen.c: Ditto
2812         * libc/stdlib/mblen_r.c, libc/stdlib/mbrlen.c: Ditto
2813         * libc/stdlib/mbrtowc.c, libc/stdlib/mbsrtowcs.c: Ditto
2814         * libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c: Ditto
2815         * libc/stdlib/mbtowc_r.c, libc/stdlib/wcrtomb.c: Ditto
2816         * libc/stdlib/wcsrtombs.c, libc/stdlib/wcstombs.c: Ditto
2817         * libc/stdlib/wctomb.c, libc/sys/linux/intl/dcigettext.c: Ditto
2818         * libc/sys/linux/intl/explodename.c: Ditto
2819         * libc/sys/linux/intl/finddomain.c: Ditto
2820         * libc/sys/linux/intl/l10nflist.c: Ditto
2821         * libc/sys/linux/intl/loadmsgcat.c: Ditto
2822         * libc/sys/linux/intl/localealias.c: Ditto
2823
2824 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
2825
2826         * libc/machine/powerpc/vfscanf.c (NNZDIGITS): New define.
2827         (__svfscanf_r): In integer conversions, leave out leading zeroes
2828         which are not part of a base prefix.
2829         Keep track of width truncation to fit into buf, not counting left-out
2830         zeroes against width till the truncation has been compensated for.
2831         This is based on Joern's patch of 04/21 for libc/stdio/vfscanf.c.
2832
2833 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
2834
2835         * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes.
2836
2837 2004-04-23  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2838
2839         * libc/stdio/asprintf.c libc/stdio/clearerr.c,
2840         libc/stdio/fclose.c libc/stdio/fcloseall.c libc/stdio/fdopen.c,
2841         libc/stdio/feof.c libc/stdio/ferror.c libc/stdio/fflush.c,
2842         libc/stdio/fgetc.c libc/stdio/fgetpos.c libc/stdio/fgets.c,
2843         libc/stdio/fileno.c libc/stdio/findfp.c libc/stdio/fiprintf.c,
2844         libc/stdio/flags.c libc/stdio/fopen.c libc/stdio/fprintf.c,
2845         libc/stdio/fputc.c libc/stdio/fputs.c libc/stdio/fread.c,
2846         libc/stdio/freopen.c libc/stdio/fscanf.c libc/stdio/fseek.c,
2847         libc/stdio/fseeko.c libc/stdio/fsetpos.c libc/stdio/ftell.c,
2848         libc/stdio/ftello.c libc/stdio/fvwrite.c libc/stdio/fwalk.c,
2849         libc/stdio/fwrite.c libc/stdio/getc.c libc/stdio/getc_u.c,
2850         libc/stdio/getchar.c libc/stdio/getchar_u.c,
2851         libc/stdio/getdelim.c libc/stdio/getline.c libc/stdio/gets.c,
2852         libc/stdio/getw.c libc/stdio/iprintf.c libc/stdio/local.h,
2853         libc/stdio/makebuf.c libc/stdio/mktemp.c libc/stdio/perror.c,
2854         libc/stdio/printf.c libc/stdio/putc.c libc/stdio/putc_u.c,
2855         libc/stdio/putchar.c libc/stdio/putchar_u.c libc/stdio/puts.c,
2856         libc/stdio/putw.c libc/stdio/refill.c libc/stdio/remove.c,
2857         libc/stdio/rename.c libc/stdio/rewind.c libc/stdio/rget.c,
2858         libc/stdio/scanf.c libc/stdio/setbuf.c libc/stdio/setbuffer.c,
2859         libc/stdio/setlinebuf.c libc/stdio/setvbuf.c,
2860         libc/stdio/siprintf.c libc/stdio/snprintf.c,
2861         libc/stdio/sprintf.c libc/stdio/sscanf.c libc/stdio/stdio.c,
2862         libc/stdio/tmpfile.c libc/stdio/tmpnam.c libc/stdio/ungetc.c,
2863         libc/stdio/vasprintf.c libc/stdio/vfieeefp.h,
2864         libc/stdio/vfprintf.c libc/stdio/vfscanf.c,
2865         libc/stdio/vprintf.c libc/stdio/vscanf.c,
2866         libc/stdio/vsnprintf.c libc/stdio/vsprintf.c,
2867         libc/stdio/vsscanf.c libc/stdio/wbuf.c,
2868         libc/stdio/wsetup.c: Perform minor formatting changes.  Move
2869         copyright notices to top of file, ensure that <_ansi.h> is
2870         included, be consistent with open parentheses, use _DEFUN macro,
2871         include "local.h" where needed, and remove various compiler
2872         warnings.
2873
2874 2004-04-21  J"orn Rennecke <joern.rennecke@superh.com>
2875
2876         * libc/stdio/vfscanf.c (NNZDIGITS): New define.
2877         (__svfscanf_r): In integer conversions, leave out leading zeroes
2878         which are not part of a base prefix.
2879         Keep track of width truncation to fit into buf, not counting left-out
2880         zeroes against width till the truncation has been compensated for.
2881
2882 2004-04-20  Corinna Vinschen  <corinna@vinschen.de>
2883
2884         * libc/include/sys/unistd.h (ttyname_r): Add missing comma.
2885
2886 2004-04-20  Corinna Vinschen  <corinna@vinschen.de>
2887
2888         * libc/include/sys/unistd.h (ttyname_r): Add declaration for Cygwin.
2889
2890 2004-04-10  Corinna Vinschen  <corinna@vinschen.de>
2891
2892         * libc/include/sys/unistd.h (sync): Define void on Cygwin according
2893         to SUSv3.
2894
2895 2004-04-08  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2896
2897         * libc/stdio/fclose.c (_fclose_r): New function.
2898         * libc/stdio/freopen.c (_freopen_r): Call _fclose_r.
2899         * libc/stdio/fcloseall.c (_fcloseall_r): Call _fwalk_reent.
2900         * libc/stdio64/freopen64.c (_freopen64_r): Use _fclose_r.
2901         * libc/include/stdio.h (_fclose_r): New prototype.
2902         * libc/stdio/fopen.c: Fix typo in comment.
2903
2904 2004-04-08  Jeff Johnston  <jjohnstn@redhat.com>
2905
2906         * libc/stdio/fwalk.c (_fwalk_reent): New version of _fwalk
2907         to handle _r reentrant functions.
2908
2909 2004-04-08  Eric Christopher  <echristo@redhat.com>
2910
2911         * libc/include/machine/setjmp.h: Fix endif locations.
2912
2913 2004-04-01  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
2914
2915         * libc/time/strptime.c: Add standard includes to avoid
2916         warning messages at compilation time.
2917
2918 2004-04-01  Jeff Johnston  <jjohnstn@redhat.com>
2919
2920         * libc/stdio/vfscanf.c (__svfscanf_r): Add locking/unlocking
2921         of file.
2922
2923 2004-03-30  Jeff Johnston  <jjohnstn@redhat.com>
2924
2925         * libc/machine/h8300/Makefile.am: Reformat slightly.
2926         * libc/machine/h8300/Makefile.in: Regenerate.
2927
2928 2004-03-30  Thomas Pfaff  <tpfaff@gmx.net>
2929
2930         * libc/stdio/findfp.c (__fp_lock_all): Add call to
2931         __sfp_lock_acquire.
2932         (__fp_unlock_all): Add call to __sfp_lock_release. 
2933
2934 2004-03-25  Thomas Pfaff  <tpfaff@gmx.net>
2935
2936         * libc/stdio/fclose.c (fclose): Protect file pointer list when
2937         releasing a file.
2938          * libc/stdio/fcloseall.c (_fcloseall_r): Close all files via
2939         fwalk.
2940         * libc/stdio/fdopen.c (_fdopen_r): Add calls to
2941         _flockfile/_funlockfile.
2942         * libc/stdio/findfp.c: Move __sfp_lock. Change __sfp_lock type
2943         to recursive.
2944         Change __lock_acquire/__lock_release calls for __sfp_lock to
2945         __sfp_lock_acquire/__sfp_lock_release throughout.
2946         (std): Make sure that file lock is only initialized once.
2947         (__sfp): Move _file initialization. Initialize file lock.
2948         (__sfp_lock_acquire): New function.
2949         (__sfp_lock_release): Ditto.
2950         (__fp_lock_all): Remove __sfp_lock_acquire call.
2951         (__fp_unlock_all): Remove __sfp_lock_release call.
2952         * libc/stdio/fopen.c (_fopen_r): Protect file pointer list.
2953         Add calls to _flockfile/_funlockfile. Remove
2954         __lock_init_recursive call.
2955         * libc/stdio/freopen.c (_freopen_r): Protect file pointer list.
2956         * libc/stdio/fwalk.c (__fwalk): New static function.
2957         (_fwalk): Protect file pointer list. Use __fwalk to walk through
2958         file pointers.
2959         * libc/stdio/local.h: Add defines for
2960         __sfp_lock_acquire/__sfp_lock_release when
2961         single threaded. Add function prototypes otherwise.
2962         * libc/stdio64/fdopen64.c (_fdopen64_r): Add calls to
2963         _flockfile/_funlockfile.
2964         * libc/stdio/fopen64.c (_fopen64_r): Protect file pointer list.
2965         Add calls to _flockfile/_funlockfile. Remove
2966          __lock_init_recursive call.
2967         * libc/stdio/freopen64.c (_freopen64_r): Protect file pointer
2968         list. 
2969
2970 2004-03-25  Jeff Johnston  <jjohnstn@redhat.com>
2971
2972         * libc/sys/linux/sys/lock.h: Turn on __USE_GNU flag if not already
2973         defined.  Change __LOCK_RECURSIVE_INIT to be __LOCK_INIT_RECURSIVE.
2974         * libc/sys/linux/dl/dl-support.c: Change __LOCK_RECURSIVE_INIT
2975         to be __LOCK_INIT_RECURSIVE.
2976
2977 2004-03-11  Kazu Hirata  <kazu@cs.umass.edu>
2978
2979         * libc/sys/h8300hms/Makefile.am (lib_a_SOURCES): Replace
2980         _exit.c with _exit.S.
2981         * libc/sys/h8300hms/Makefile.in: Regenerate.
2982         * libc/sys/h8300hms/_exit.c: Remove.
2983         * libc/sys/h8300hms/_exit.S: New.
2984
2985 2004-03-09  Thomas Pfaff  <tpfaff@gmx.net>
2986
2987         * libc/stdio/findfp.c (__sfp): Rename lock to __sfp_lock.
2988         Change __sfp_lock to static global.
2989         (__fp_lock): New static function.
2990         (__fp_unlock): Ditto.
2991         (__fp_lock_all): New function.
2992         (__fp_unlock_all): Ditto. 
2993
2994 2004-02-10  Christopher Faylor  <cgf@redhat.com>
2995
2996         * libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function.
2997         * libm/mathfp/er_lgamma.c (lgamma): Ditto.
2998         * libm/mathfp/erf_gamma.c (gammaf): Ditto.
2999         * libm/mathfp/erf_lgamma.c (lgammaf): Ditto.
3000
3001 2004-02-09  Christopher Faylor  <cgf@redhat.com>
3002
3003         * libc/include/time.h (TIMER_RELTIME): New define.
3004
3005 2004-02-09  Jeff Johnston  <jjohnstn@redhat.com>
3006
3007         * libc/stdlib/Makefile.am: Add mallstatsr to LIBADD_OBJS.
3008         * libc/stdlib/Makefile.in: Regenerated.
3009
3010 2004-02-08  Christopher Faylor  <cgf@redhat.com>
3011
3012         * libc/include/sys/features.h: Add _POSIX_TIMERS define for __CYGWIN__.
3013         * libc/include/sys/reent.h (__getreent): Protect against possibly being
3014         defined.
3015         * libc/include/sys/unistd.h (fdatasync): Don't define for __CYGWIN__.
3016
3017 2004-02-05  Paul Brook  <paul@codesourcery.com>
3018
3019         * libc/include/machine/ieeefp.h[__arm__][__VFP_FP__]: Set 
3020         IEEE_{BIG,LITTLE} based on __ARMEL__ flag.
3021
3022 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
3023
3024         * NEWS: Update with 1.12.0 info.
3025         * README: Ditto.
3026         * acinclude.m4: Change version number to 1.12.0.
3027         * aclocal.m4: Regenerated.
3028         * configure: Ditto.
3029         * doc/aclocal.m4: Ditto.
3030         * doc/configure: Ditto.
3031         * libc/*/aclocal.m4: Ditto.
3032         * libc/*/configure: Ditto.
3033         * libc/libc.texinfo: Ditto.
3034         * libm/*/aclocal.m4: Ditto.
3035         * libm/*/configure: Ditto.
3036         * libm/libm.texinfo: Ditto.
3037         * libc/sys/linux/shared.ld: Add VERS_1.12.
3038
3039 2004-02-02  Joel Sherrill  <joel@oarcorp.com>
3040
3041         * configure.host: Add support for tic4x.
3042         * libc/include/machine/ieeefp.h: Ditto.
3043         * libc/include/machine/setjmp.h: Ditto.
3044         * libc/machine/tic4x/Makefile.am: New file.
3045         * libc/machine/tic4x/configure.in: Ditto.
3046         * libc/machine/tic4x/setjmp.S: Ditto.
3047         * libc/machine/tic4x/aclocal.m4: Generated.
3048         * libc/machine/tic4x/configure: Ditto.
3049         * libc/machine/tic4x/Makefile.in: Ditto.
3050
3051 2004-01-30  Jeff Johnston  <jjohnstn@redhat.com>
3052
3053         * libc/stdio/fwalk.c (_fwalk.c): Don't traverse the
3054         file chain on the passed in reentrancy struct if it
3055         is _GLOBAL_REENT.
3056
3057 2004-01-30  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3058             Jeff Johnston  <jjohnstn@redhat.com>
3059
3060         * libc/iconv/iconv.tex: Updated with more information.
3061
3062 2004-01-30  Thomas Pfaff  <tpfaff@gmx.net>
3063             Jeff Johnston  <jjohnstn@redhat.com>
3064
3065         * libc/stdio/fwalk.c (_fwalk): Traverse the given reentrancy
3066         struct for std streams and traverse the global reeentrancy
3067         struct for all other streams.
3068
3069 2004-01-27  Jeff Johnston  <jjohnstn@redhat.com>
3070
3071         * libc/stdlib/atexit.c: Protect global atexit list with a
3072         lock when newlib is multithreaded.
3073
3074 2004-01-27  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3075
3076         * configure.in: Add support to generate iconv converter flags
3077         for newlib.h
3078         * newlib.hin: Add iconv converter flags.
3079         * configure: Regenerated.
3080         * libc/Makefile.in: Ditto.
3081         * libc/configure.in: Moved iconv converter parsing logic to
3082         top level newlib configure.in.
3083         * libc/configure: Regenerated.
3084         * libc/iconv/Makefile.in: Ditto.
3085         * libc/iconv/README.TODO
3086         * libc/iconv/charset.aliases: Remove wrong BE aliases for
3087         UCS2/UCS4/UTF8.
3088         * libc/iconv/ccs/Makefile.am: Remove C flag setting now that
3089         newlib.h can be used.
3090         * libc/iconv/ces/Makefile.am: Ditto.
3091         * libc/iconv/lib/Makefile.am: Ditto.
3092         * libc/iconv/ccs/Makefile.in: Regenerated.
3093         * libc/iconv/ces/Makefile.in: Ditto.
3094         * libc/iconv/lib/Makefile.in: Ditto.
3095         * libc/iconv/ccs/README.CCS.SOURCES: Updated.
3096         * libc/iconv/ccs/iconv_mktbl: Don't write junk strings to binaries.
3097         * libc/iconv/ccs/big5.c: Switch to use new underscored flags
3098         defined in newlib.h.
3099         * libc/iconv/ccs/cns11643_plane1.c: Ditto.
3100         * libc/iconv/ccs/cns11643_plane14.c: Ditto.
3101         * libc/iconv/ccs/cns11643_plane2.c: Ditto.
3102         * libc/iconv/ccs/cp775.c: Ditto.
3103         * libc/iconv/ccs/cp850.c: Ditto.
3104         * libc/iconv/ccs/cp852.c: Ditto.
3105         * libc/iconv/ccs/cp855.c: Ditto.
3106         * libc/iconv/ccs/cp866.c: Ditto.
3107         * libc/iconv/ccs/gb_2312_80.c: Ditto.
3108         * libc/iconv/ccs/iso_8859_1.c: Ditto.
3109         * libc/iconv/ccs/iso_8859_15.c: Ditto.
3110         * libc/iconv/ccs/iso_8859_2.c: Ditto.
3111         * libc/iconv/ccs/iso_8859_4.c: Ditto.
3112         * libc/iconv/ccs/iso_8859_5.c: Ditto.
3113         * libc/iconv/ccs/jis_x0201.c: Ditto.
3114         * libc/iconv/ccs/jis_x0208_1983.c: Ditto.
3115         * libc/iconv/ccs/jis_x0212_1990.c: Ditto.
3116         * libc/iconv/ccs/koi8_r.c: Ditto.
3117         * libc/iconv/ccs/koi8_u.c: Ditto.
3118         * libc/iconv/ccs/ksx1001.c: Ditto.
3119         * libc/iconv/ccs/shift_jis.c: Ditto.
3120         * libc/iconv/ccs/us_ascii.c: Ditto.
3121         * libc/iconv/ccs/binary/big5.cct: Newly generated.
3122         * libc/iconv/ccs/binary/cns11643_plane1.cct: Ditto.
3123         * libc/iconv/ccs/binary/cns11643_plane14.cct: Ditto.
3124         * libc/iconv/ccs/binary/cns11643_plane2.cct: Ditto.
3125         * libc/iconv/ccs/binary/cp775.cct: Ditto.
3126         * libc/iconv/ccs/binary/cp850.cct: Ditto.
3127         * libc/iconv/ccs/binary/cp852.cct: Ditto.
3128         * libc/iconv/ccs/binary/cp855.cct: Ditto.
3129         * libc/iconv/ccs/binary/cp866.cct: Ditto.
3130         * libc/iconv/ccs/binary/gb_2312_80.cct: Ditto.
3131         * libc/iconv/ccs/binary/iso_8859_1.cct: Ditto.
3132         * libc/iconv/ccs/binary/iso_8859_15.cct: Ditto.
3133         * libc/iconv/ccs/binary/iso_8859_2.cct: Ditto.
3134         * libc/iconv/ccs/binary/iso_8859_4.cct: Ditto.
3135         * libc/iconv/ccs/binary/iso_8859_5.cct: Ditto.
3136         * libc/iconv/ccs/binary/jis_x0201.cct: Ditto.
3137         * libc/iconv/ccs/binary/jis_x0208_1983.cct: Ditto.
3138         * libc/iconv/ccs/binary/jis_x0212_1990.cct: Ditto.
3139         * libc/iconv/ccs/binary/koi8_r.cct: Ditto.
3140         * libc/iconv/ccs/binary/koi8_u.cct: Ditto.
3141         * libc/iconv/ccs/binary/ksx1001.cct: Ditto.
3142         * libc/iconv/ccs/binary/shift_jis.cct: Ditto.
3143         * libc/iconv/ccs/binary/us_ascii.cct: Ditto.
3144         * libc/iconv/lib/bialiasesi.c: Sync with charset.aliases.
3145         * libc/iconv/ces/euc-jp.c: Use newlib.h macros.
3146         * libc/iconv/ces/euc-kr.c: Ditto.
3147         * libc/iconv/ces/euc-tw.c: Ditto.
3148         * libc/iconv/ces/gb2312.c: Ditto.
3149         * libc/iconv/ces/iso-10646-ucs-2.c: Ditto.
3150         * libc/iconv/ces/iso-10646-ucs-4.c: Ditto.
3151         * libc/iconv/ces/ucs-2-internal.c: Ditto.
3152         * libc/iconv/ces/ucs-4-internal.c: Ditto.
3153         * libc/iconv/ces/utf-16.c: Ditto.
3154         * libc/iconv/ces/utf-8.c: Ditto.
3155         * libc/iconv/lib/aliases.c: Ditto.
3156         * libc/iconv/lib/biccs.c: Ditto.
3157         * libc/iconv/lib/bices.c: Ditto.
3158         * libc/iconv/lib/ccs.c: Ditto.
3159         * libc/iconv/lib/ces.c: Ditto.
3160         * libc/iconv/lib/ces_euc.c: Ditto.
3161         * libc/iconv/lib/ces_iso2022.c: Ditto.
3162         * libc/iconv/lib/ces_table.c: Ditto.
3163         * libc/iconv/lib/converter.c: Ditto.
3164         * libc/iconv/lib/deps.h: Ditto.
3165         * libc/iconv/lib/endian.h: Ditto.
3166         * libc/iconv/lib/iconv.c: Ditto.
3167         * libc/iconv/lib/loaddata.c: Ditto.
3168         * libc/iconv/lib/local.h: Include newlib.h.
3169         * libc/argz/Makefile.in: Regenerated.
3170         * libc/ctype/Makefile.in: Ditto.
3171         * libc/errno/Makefile.in: Ditto.
3172         * libc/iconv/ccs/binary/Makefile.in: Ditto.
3173         * libc/locale/Makefile.in: Ditto.
3174         * libc/misc/Makefile.in: Ditto.
3175         * libc/posix/Makefile.in: Ditto.
3176         * libc/reent/Makefile.in: Ditto.
3177         * libc/search/Makefile.in: Ditto.
3178         * libc/signal/Makefile.in: Ditto.
3179         * libc/stdio/Makefile.in: Ditto.
3180         * libc/stdio64/Makefile.in: Ditto.
3181         * libc/stdlib/Makefile.in: Ditto.
3182         * libc/string/Makefile.in: Ditto.
3183         * libc/syscalls/Makefile.in: Ditto.
3184         * libc/time/Makefile.in: Ditto.
3185         * libc/unix/Makefile.in: Ditto.
3186         * testsuite/newlib.iconv/iconv.exp: New file.
3187         * testsuite/newlib.iconv/iconvjp.c: Ditto.
3188         * testsuite/newlib.iconv/iconvnm.c: Ditto.
3189         * testsuite/newlib.iconv/iconvru.c: Ditto.
3190
3191 2004-01-23  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3192
3193         * acinclude.m4 (--enable-newlib-iconv): New configuration option.
3194         (--enable-newlib-builtin-converters): Ditto.
3195         * configure.in: Add code to set _ICONV_ENABLED flag.
3196         Set _MB_LEN_MAX to 1 if not mb enabled.
3197         * configure: Regenerated.
3198         * aclocal.m4: Ditto.
3199         * Makefile.in: Ditto.
3200         * newlib.hin: Add _ICONV_ENABLED flag.
3201         * libc/Makefile.am: Add support for iconv.
3202         * libc/configure.in: Ditto.
3203         * libc/Makefile.in: Regenerated.
3204         * libc/aclocal.m4: Ditto.
3205         * libc/configure: Ditto.
3206         * libc/libc.texinfo: Add iconv documentation.
3207         * libc/iconv/AUTHORS, libc/iconv/COPYING, libc/iconv/Makefile.am,
3208         libc/iconv/Makefile.in, libc/iconv/README.ORIGINAL,
3209         libc/iconv/README.TODO, libc/iconv/charset.aliases,
3210         libc/iconv/iconv.tex, libc/iconv/ccs/Makefile.am,
3211         libc/iconv/ccs/Makefile.in, libc/iconv/ccs/README.CCS.SOURCES,
3212         libc/iconv/ccs/big5.c, libc/iconv/ccs/cns11643_plane1.c,
3213         libc/iconv/ccs/cns11643_plane14.c, libc/iconv/ccs/cns11643_plane2.c,
3214         libc/iconv/ccs/cp775.c, libc/iconv/ccs/cp850.c,
3215         libc/iconv/ccs/cp852.c, libc/iconv/ccs/cp855.c,
3216         libc/iconv/ccs/cp866.c, libc/iconv/ccs/gb_2312_80.c,
3217         libc/iconv/ccs/iconv_mktbl, libc/iconv/ccs/iso_8859_1.c,
3218         libc/iconv/ccs/iso_8859_15.c, libc/iconv/ccs/iso_8859_2.c,
3219         libc/iconv/ccs/iso_8859_4.c, libc/iconv/ccs/iso_8859_5.c,
3220         libc/iconv/ccs/jis_x0201.c, libc/iconv/ccs/jis_x0208_1983.c,
3221         libc/iconv/ccs/jis_x0212_1990.c, libc/iconv/ccs/koi8_r.c,
3222         libc/iconv/ccs/koi8_u.c, libc/iconv/ccs/ksx1001.c,
3223         libc/iconv/ccs/shift_jis.c, libc/iconv/ccs/us_ascii.c,
3224         libc/iconv/ccs/binary/Makefile.am, libc/iconv/ccs/binary/Makefile.in,
3225         libc/iconv/ccs/binary/big5.cct,
3226         libc/iconv/ccs/binary/cns11643_plane1.cct,
3227         libc/iconv/ccs/binary/cns11643_plane14.cct,
3228         libc/iconv/ccs/binary/cns11643_plane2.cct,
3229         libc/iconv/ccs/binary/cp775.cct, libc/iconv/ccs/binary/cp850.cct,
3230         libc/iconv/ccs/binary/cp852.cct, libc/iconv/ccs/binary/cp855.cct,
3231         libc/iconv/ccs/binary/cp866.cct, libc/iconv/ccs/binary/gb_2312_80.cct,
3232         libc/iconv/ccs/binary/iso_8859_1.cct,
3233         libc/iconv/ccs/binary/iso_8859_15.cct,
3234         libc/iconv/ccs/binary/iso_8859_2.cct,
3235         libc/iconv/ccs/binary/iso_8859_4.cct,
3236         libc/iconv/ccs/binary/iso_8859_5.cct,
3237         libc/iconv/ccs/binary/jis_x0201.cct,
3238         libc/iconv/ccs/binary/jis_x0208_1983.cct,
3239         libc/iconv/ccs/binary/jis_x0212_1990.cct,
3240         libc/iconv/ccs/binary/koi8_r.cct, libc/iconv/ccs/binary/koi8_u.cct,
3241         libc/iconv/ccs/binary/ksx1001.cct,
3242         libc/iconv/ccs/binary/shift_jis.cct,
3243         libc/iconv/ccs/binary/us_ascii.cct,
3244         libc/iconv/ces/Makefile.am, libc/iconv/ces/Makefile.in,
3245         libc/iconv/ces/euc-jp.c, libc/iconv/ces/euc-kr.c,
3246         libc/iconv/ces/euc-tw.c, libc/iconv/ces/gb2312.c,
3247         libc/iconv/ces/iso-10646-ucs-2.c, libc/iconv/ces/iso-10646-ucs-4.c,
3248         libc/iconv/ces/ucs-2-internal.c, libc/iconv/ces/ucs-4-internal.c,
3249         libc/iconv/ces/utf-16.c, libc/iconv/ces/utf-8.c,
3250         libc/iconv/lib/Makefile.am, libc/iconv/lib/Makefile.in,
3251         libc/iconv/lib/aliases.c, libc/iconv/lib/bialiasesi.c,
3252         libc/iconv/lib/biccs.c, libc/iconv/lib/bices.c,
3253         libc/iconv/lib/ccs.c, libc/iconv/lib/ces.c,
3254         libc/iconv/lib/ces_euc.c, libc/iconv/lib/ces_iso2022.c,
3255         libc/iconv/lib/ces_table.c, libc/iconv/lib/converter.c,
3256         libc/iconv/lib/deps.h, libc/iconv/lib/endian.h,
3257         libc/iconv/lib/iconv.c, libc/iconv/lib/loaddata.c,
3258         libc/iconv/lib/local.h, libc/include/iconv.h: New files.
3259         * libc/sys/linux/include/iconv.h: Ditto.
3260         * libc/include/sys/_types.h (_iconv_t): Added.
3261         * doc/aclocal.m4: Regenerated.
3262         * doc/configure: Ditto.
3263         * doc/Makefile.in: Ditto.
3264         * iconvdata/Makefile.in: Ditto.
3265         * iconvdata/aclocal.m4: Ditto.
3266         * iconvdata/configure: Ditto.
3267         * libc/*aclocal.m4: Ditto.
3268         * libc/*Makefile.in: Ditto.
3269         * libc/*configure: Ditto.
3270         * libm/*aclocal.m4: Ditto.
3271         * libm/*Makefile.in: Ditto.
3272         * libm/*configure: Ditto.
3273
3274 2004-01-22  Thomas Pfaff  <tpfaff@gmx.net>
3275
3276         * libc/stdio/findfp.c (__sfp): Protect global FILE pointer list
3277         by a lock when newlib is multithreaded. 
3278
3279 2004-01-21  Jeff Johnston  <jjohnstn@redhat.com>
3280
3281         * libc/stdlib/mbrtowc.c (_mbrtowc_r): Fix case where s is null
3282         pointer to match C99 spec.
3283         * libc/stdlib/mbsrtowcs.c (_mbsrtowc_r): Fix to ignore len when
3284         dst is NULL.  Also fix to not alter src pointer when dst is NULL
3285         and call _mbrtowc_r instead of _mbtowc_r.
3286         * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Call _wcrtomb_r instead
3287         of _wctomb_r.
3288
3289 2004-01-19  Thomas Pfaff  <tpfaff@gmx.net>
3290
3291         * libc/stdio/fclose.c (fclose): Release FILE as the last step.
3292         * libc/stdio/freopen.c (freopen): Ditto.
3293
3294 2004-01-16  Christopher Faylor  <cgf@redhat.com>
3295
3296         * libc/stdio/vfprintf.c: Add sys/lock.h include.
3297
3298 2004-01-16  Thomas Pfaff  <tpfaff@gmx.net>
3299
3300         * libc/stdio/findfp.c (__sfp): Remove unnecessary memset.
3301         * libc/stdio/vfprintf.c (__sbprintf): Ditto.
3302         Add calls to __lock_init_recursive and __lock_close_recursive
3303         instead.
3304
3305 2004-01-15  Thomas Pfaff  <tpfaff@gmx.net>
3306
3307         * libc/stdio/fclose.c: Include sys/lock.h.
3308         (fclose): Destroy lock when file is closed.
3309         * libc/stdio/findfp.c (__sfp): Initialize file pointers _lock
3310         member.
3311         * libc/stdio/freopen.c: Include sys/lock.h.
3312         (_freopen_r): Destroy lock when file is closed.
3313         * libc/stdio/vfprintf.c (__sbprintf): Initialize file pointers
3314         _lock member.
3315
3316 2004-01-08  Joel Sherrill  <joel@oarcorp.com>
3317
3318         * libc/ctype/iswctype.c, include/sys/reent.h, libc/stdlib/a64l.c:
3319         Remove warnings.
3320
3321 2004-01-08  Joel Sherrill  <joel@oarcorp.com>
3322
3323         * libc/sys/rtems/sys/queue.h: New file.
3324         * libc/include/sys/signal.h: Reflect renumbering of signals to
3325         fit into 32-bit mask.
3326         * libc/include/sys/unistd.h: Add fdatasync() prototype.
3327         * libc/sys/rtems/crt0.c: Add more symbols which may be implicitly
3328         required.  In particular, add the reentrant variants of libc calls.
3329         * libc/sys/rtems/sys/dirent.h: Add scandir() prototype.
3330
3331 2004-01-06  Mark Mitchell  <mark@codesourcery.com>
3332
3333         * libc/sys/arm/syscalls.c (unistd.h): Include it.
3334         (remap_handle): Use STDIN_FILENO instead of __sfileno(stdin).
3335         Similarly for stdout and stderr.
3336
3337 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
3338
3339         * libc/libc.texinfo: Correct escape character for @ sign
3340         so file will be processed by make info.  Update copyright years.
3341         * libm/libm.texinfo: Ditto.
3342
3343 2003-12-05  Jeff Johnston  <jjohnstn@redhat.com>
3344
3345         * libc/include/sys/stat.h: No longer include stat-dj.h.
3346         * libc/include/sys/stat-dj.h: Removed.
3347
3348 2003-12-05  Jeff Johnston  <jjohnstn@redhat.com>
3349
3350         * libc/include/wchar.h: Include <sys/reent.h>.
3351
3352 2003-12-05  Christopher Faylor  <cgf@redhat.com>
3353
3354         * libc/stdlib/mbrlen.c: Change include order to prevent compiler errors
3355         when defining _mbrtowc.
3356         * libc/stdlib/mbsinit.c: Ditto.
3357         * libc/stdlib/mbsrtowcs.c: Ditto.
3358         * libc/stdlib/wcrtomb.c: Ditto.
3359         * libc/stdlib/wcsrtombs.c: Ditto.
3360         * libc/stdlib/wctob.c: Ditto.
3361
3362 2003-12-05  Christopher Faylor  <cgf@redhat.com>
3363
3364         * libc/stdlib/mbrlen.c: Change include order to prevent compiler
3365         errors when defining _mbrtowc.
3366         * libc/stdlib/mbsinit.c: Ditto.
3367         * libc/stdlib/mbsrtowcs.c: Ditto.
3368
3369 2003-12-05  Christopher Faylor  <cgf@redhat.com>
3370
3371         * libc/stdlib/mbrtowc.c: Change include order to prevent compiler
3372         errors when defining _mbrtowc.
3373
3374 2003-12-04  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3375
3376         * libc/stdio/vfprintf.c (_VFPRINTF_R): Use _r versions
3377         of mb routines for %lc and %ls support.
3378         * libc/stdio/vfscanf.c (_svfscanf_r): Add %lc, %C,
3379         %ls, and %S support.  Remove CYGNUS_NEC markers and
3380         code within.
3381
3382 2003-12-04  Jeff Johnston  <jjohnstn@redhat.com>
3383
3384         * libc/include/wchar.h: Add prototypes for _mbrtowc_r,
3385         _wcrtomb_r, and _wcsrtombs_r.
3386
3387 2003-12-01  Corinna Vinschen  <corinna@vinschen.de>
3388
3389         * libc/include/sys/fcntl.h: Don't define struct flock when on
3390         Cygwin.  This is done in winsup/cygwin/include/cygwin/types.h now.
3391
3392 2003-11-28  Christopher Faylor  <cgf@redhat.com>
3393
3394         * libc/include/sys/signal.h: Use system specific signal file when
3395         building on cygwin.
3396
3397 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
3398
3399         * libc/include/stdlib.h (_atoi_r): New prototype.
3400         * libc/stdlib/atoi.c (_atoi_r): New reentrant function.
3401
3402 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
3403
3404         * libc/include/stdlib.h (_atoll_r, _atol_r): New prototypes.
3405         * libc/stdlib/atol.c (_atol_r): New reentrant function.
3406         * libc/stdlib/atoll.c (_atoll_r): Ditto.
3407
3408 2003-11-27  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3409             Jeff Johnston  <jjohnstn@redhat.com>
3410
3411         * libc/include/stdlib.h (lldiv_t): New type.
3412         (atoll, llabs, lldiv): New prototypes.
3413         * libc/stdlib/Makefile.am: Add support for atoll, llabs, and lldiv.
3414         * libc/stdlib/stdlib.tex: Ditto.
3415         * libc/stdlib/Makefile.in: Regenerated.
3416         * libc/stdlib/atoll.c: New file.
3417         * libc/stdlib/llabs.c: Ditto.
3418         * libc/stdlib/lldiv.c: Ditto.
3419
3420 2003-11-26  Corinna Vinschen  <corinna@vinschen.de>
3421
3422         * libc/include/fcntl.h: Declare syscalls only when building newlib.
3423         * libc/include/unistd.h: Ditto.
3424         * libc/include/stat.h: Ditto.  Also declare struct stat64.
3425
3426 2003-11-24  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3427
3428         * libc/stdio/vfprintf.c (_VFPRINTF_R): Fix check for 'C' format
3429         specifier to use ch instead of *fmt.
3430
3431 2003-11-21  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3432
3433         * libc/stdio/vfprintf.c (_VFPRINTF_R, get_arg): Move mb-specific
3434         code within checks for MB_CAPABLE.  For non-mb-capable platforms,
3435         use simple byte logic.
3436
3437 2003-11-21  Jeff Johnston  <jjohnstn@redhat.com>
3438
3439         * libc/stdio/vfscanf.c (__svfscanf_r)[!_NO_LONGDBL]: Don't use
3440         _strtold routine for processing floats and doubles since it
3441         is not as fast as _strtod_r.
3442
3443 2003-11-20 Dhananjay Deshpande <dhananjayd@kpitcummins.com> 
3444
3445         * libc/machine/h8300/defines.h : Correct pointer register defines 
3446         for normal mode.
3447         * libc/machine/h8300/memcpy.S : Use add/sub instead of adds/subs 
3448         for normal mode.
3449         * libc/machine/h8300/reg_memcpy.S : Likewise.
3450         * libc/machine/h8300/reg_memset.S : Likewise.
3451         * libc/machine/h8300/strcmp.S : Likewise.
3452
3453 2003-11-19  Nicholas Wourms  <nwourms@netscape.net>
3454
3455         * configure.host: Enable positional arguments for printf
3456         family for Cygwin.
3457         * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove extraneous
3458         pointer reference for quad_ptr_t.
3459
3460 2003-11-19  Jeff Johnston  <jjohnstn@redhat.com>
3461
3462         * libc/stdio/scanf.c: Don't include local.h more than once.
3463
3464 2003-11-18  Corinna Vinschen  <corinna@vinschen.de>
3465
3466         * libc/include/sys/fcntl.h: Declare _open64.
3467         * libc/include/sys/stat.h: Declare _fstat64.
3468         * libc/include/sys/unistd.h: Declare _lseek64.
3469
3470 2003-11-17  Corinna Vinschen  <corinna@vinschen.de>
3471
3472         * libc/include/stdlib.h (getprogname): Declare for Cygwin.
3473         (setprogname): Ditto.
3474
3475 2003-11-10  Jeff Johnston  <jjohnstn@redhat.com>
3476
3477         * libc/machine/powerpc/ufix64toa.c (_ufix64to_r): Fix shifts
3478         to use (Ebits + 1) which accounts for the sign-bit.
3479
3480 2003-11-07  Jeff Johnston  <jjohnstn@redhat.com>
3481
3482         * configure.host: Remove -DLOOSE_KERNEL_NAMES flag for linux 
3483         x86 build.
3484         * iconvdata/Makefile.am: Make dependent on newlib's configure.host
3485         and set up default flags to pass to aclocal.
3486         * iconvdata/Makefile.in: Regenerated.
3487         * libc/sys/linux/Makefile.am: Add _ELIX_LEVEL_4 getlogin, getpwnam,
3488         and getpwuid routines.
3489         * libc/sys/linux/Makefile.in: Regenerated.
3490         * libc/sys/linux/getlogin.c: New stub file to allow x86-linux
3491         applications to link with newlib's shared libc library.
3492         * libc/sys/linux/getpwnam.c: Ditto.
3493         * libc/sys/linux/getpwuid.c: Ditto.
3494         * libc/sys/linux/sys/types.h: Include <features.h> and supply types
3495         that were formerly supplied by /usr/include/linux/types.h with
3496         kernel types.
3497         * testsuite/newlib.wctype/twctype.c: Fix testcase to properly
3498         test _ELIX_LEVEL macro.
3499
3500 2003-11-07  Jeff Johnston  <jjohnstn@redhat.com>
3501
3502         * libc/stdio/vfprintf.c (_VFPRINTF_R): Fix typos that should be
3503         referring to _NO_LONGLONG macro.
3504
3505 2003-11-06  Jeff Johnston  <jjohnstn@redhat.com>
3506
3507         * libc/sys/linux/linuxthreads/td_init.c: Replace function name
3508         in LOG() macro so this will compile on gcc 3.4 and up.
3509         * libc/sys/linux/linuxthreads/td_log.c: Ditto.
3510         * libc/sys/linux/linuxthreads/td_ta_clear_event.c: Ditto.
3511         * libc/sys/linux/linuxthreads/td_ta_delete.c: Ditto.
3512         * libc/sys/linux/linuxthreads/td_ta_enable_stats.c: Ditto.
3513         * libc/sys/linux/linuxthreads/td_ta_event_addr.c: Ditto.
3514         * libc/sys/linux/linuxthreads/td_ta_event_getmsg.c: Ditto.
3515         * libc/sys/linux/linuxthreads/td_ta_get_nthreads.c: Ditto.
3516         * libc/sys/linux/linuxthreads/td_ta_get_ph.c: Ditto.
3517         * libc/sys/linux/linuxthreads/td_ta_get_stats.c: Ditto.
3518         * libc/sys/linux/linuxthreads/td_ta_map_id2thr.c: Ditto.
3519         * libc/sys/linux/linuxthreads/td_ta_map_lwp2thr.c: Ditto.
3520         * libc/sys/linux/linuxthreads/td_ta_new.c: Ditto.
3521         * libc/sys/linux/linuxthreads/td_ta_reset_stats.c: Ditto.
3522         * libc/sys/linux/linuxthreads/td_ta_set_event.c: Ditto.
3523         * libc/sys/linux/linuxthreads/td_ta_setconcurrency.c: Ditto.
3524         * libc/sys/linux/linuxthreads/td_ta_thr_iter.c: Ditto.
3525         * libc/sys/linux/linuxthreads/td_ta_tsd_iter.c: Ditto.
3526         * libc/sys/linux/linuxthreads/td_thr_clear_event.c: Ditto.
3527         * libc/sys/linux/linuxthreads/td_thr_dbresume.c: Ditto.
3528         * libc/sys/linux/linuxthreads/td_thr_dbsuspend.c: Ditto.
3529         * libc/sys/linux/linuxthreads/td_thr_event_enable.c: Ditto.
3530         * libc/sys/linux/linuxthreads/td_thr_event_getmsg.c: Ditto.
3531         * libc/sys/linux/linuxthreads/td_thr_get_info.c: Ditto.
3532         * libc/sys/linux/linuxthreads/td_thr_getfpregs.c: Ditto.
3533         * libc/sys/linux/linuxthreads/td_thr_getgregs.c: Ditto.
3534         * libc/sys/linux/linuxthreads/td_thr_getxregs.c: Ditto.
3535         * libc/sys/linux/linuxthreads/td_thr_getxregsize.c: Ditto.
3536         * libc/sys/linux/linuxthreads/td_thr_set_event.c: Ditto.
3537         * libc/sys/linux/linuxthreads/td_thr_setfpregs.c: Ditto.
3538         * libc/sys/linux/linuxthreads/td_thr_setgregs.c: Ditto.
3539         * libc/sys/linux/linuxthreads/td_thr_setprio.c: Ditto.
3540         * libc/sys/linux/linuxthreads/td_thr_setsigpending.c: Ditto.
3541         * libc/sys/linux/linuxthreads/td_thr_setxregs.c: Ditto.
3542         * libc/sys/linux/linuxthreads/td_thr_sigsetmask.c: Ditto.
3543         * libc/sys/linux/linuxthreads/td_thr_tsd.c: Ditto.
3544         * libc/sys/linux/linuxthreads/td_thr_validate.c: Ditto.
3545
3546 2003-11-05  Jeff Johnston  <jjohnstn@redhat.com>
3547             Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3548
3549         * libc/stdio/vfprintf.c (_VFPRINTF_R): Add support for
3550         %ls, %S, %lc, and %C format specifiers.
3551         (get_arg): Ditto.
3552         * libc/stdio/sprintf.c: Add documentation regarding new
3553         format specifiers added in vfprintf.c.
3554
3555 2003-11-05  Jeff Johnston  <jjohnstn@redhat.com>
3556
3557         * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Numerous fixes
3558         to make code work as specified in standard.
3559
3560 2003-10-23  Jeff Johnston  <jjohnstn@redhat.com>
3561
3562         * configure.in: Use absolute newlib basedir when forming
3563         CC_FOR_NEWLIB include options.
3564         * configure: Regenerated.
3565
3566 2003-10-23  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
3567
3568         * libc/string/wcsnlen.c: New file.
3569         * libc/include/wchar.h: Add wcsnlen prototype.
3570         * libc/string/Makefile.am: Add wcsnlen support.
3571         * libc/string/Makefile.in: Regenerated.
3572         * libc/string/wcstrings.tex: Add wcsnlen documentation.
3573
3574 2003-10-22  Richard Sandiford  <rsandifo@redhat.com>
3575
3576         * libc/stdlib/exit.c (exit): Handle null _GLOBAL_REENT->_atexits.
3577
3578 2003-10-20  Bob Wilson  <bob.wilson@acm.org>
3579
3580         * libc/locale/locale.c: Use double quotes in code.
3581         * libc/locale/locale.tex: Likewise.
3582         * libc/libc.texinfo: Hyphenate "floating-point".
3583         * libc/machine/necv70/necv70.tex: Likewise.
3584         * libc/stdio/sprintf.c: Likewise.
3585         * libc/stdio/sscanf.c: Likewise.
3586         * libc/stdlib/atof.c: Likewise.
3587         * libc/stdlib/ldtoa.c: Fix comment typo.
3588         * libc/stdlib/div.c: Use @ifnottex instead of @ifinfo.
3589         * libc/stdlib/ldiv.c: Likewise.
3590         * libm/common/s_expm1.c: Likewise.
3591         * libm/common/s_ilogb.c: Hyphenate "floating-point".  Use "nonzero".
3592         * libm/common/s_infinity: Hyphenate "double- and single-precision".
3593         * libm/common/s_nan.c: Likewise.  Also correct the FUNCTION summary.
3594         * libm/common/s_nextafter.c: Fix typo.  Hyphenate "double-precision"
3595         and "floating-point".
3596         * libm/common/s_scalbn.c: Correct the FUNCTION summary.
3597         * libm/math/e_pow.c: Fix comment typo.
3598         * libm/math/math.tex: Hyphenate "single-precision" and "floating-point".
3599         * libm/math/s_asinh.c: Use @ifnottex instead of @ifinfo.
3600         * libm/math/s_atan.c: Likewise.
3601         * libm/math/s_frexp.c: Likewise.  Also use "nonzero".
3602         * libm/math/s_isnan.c: Hyphenate "single-precision" and
3603         "floating-point".  Use "nonzero".
3604         * libm/math/s_ldexp.c: Use @ifnottex instead of @ifinfo.
3605         * libm/math/w_acos.c: Likewise.
3606         * libm/math/w_acosh.c: Likewise.
3607         * libm/math/w_asin.c: Likewise.
3608         * libm/math/w_atan2.c: Likewise.
3609         * libm/math/w_atanh.c: Likewise.
3610         * libm/math/w_cosh.c: Likewise.
3611         * libm/math/w_exp.c: Likewise.
3612         * libm/math/w_exp2.c: Likewise.  Add missing @end and missing @tex
3613         version of 2^x in the description.
3614         * libm/math/w_fmod.c: Use @ifnottex instead of @ifinfo.
3615         * libm/math/w_gamma.c: Likewise.
3616         * libm/math/w_hypot.c: Likewise.
3617         * libm/math/w_j0.c: Likewise.
3618         * libm/math/w_sinh.c: Likewise.
3619         * libm/math/w_pow.c: Replace "exp1.0nt" with "exponent".
3620         * libm/mathfp/mathfp.tex: Hyphenate "single-precision" and
3621         "floating-point".
3622         * libm/mathfp/e_acosh.c: Use @ifnottex instead of @ifinfo.
3623         * libm/mathfp/e_atanh.c: Likewise.
3624         * libm/mathfp/e_hypot.c: Likewise.
3625         * libm/mathfp/er_lgamma.c: Likewise.
3626         * libm/mathfp/s_acos.c: Likewise.
3627         * libm/mathfp/s_asine.c: Likewise.
3628         * libm/mathfp/s_asinh.c: Likewise.
3629         * libm/mathfp/s_atan.c: Likewise.
3630         * libm/mathfp/s_atan2.c: Likewise.
3631         * libm/mathfp/s_atangent.c: Likewise.
3632         * libm/mathfp/s_cosh.c: Likewise.
3633         * libm/mathfp/s_exp.c: Likewise.
3634         * libm/mathfp/s_fmod.c: Likewise.
3635         * libm/mathfp/s_frexp.c: Likewise.  Also use "nonzero".
3636         * libm/mathfp/s_isnan.c: Hyphenate "single-precision" and
3637         "floating-point".  Use "nonzero".
3638         * libm/math/s_pow.c: Replace "exp1.0nt" with "exponent".
3639         * libm/mathfp/s_ldexp.c: Use @ifnottex instead of @ifinfo.
3640         * libm/mathfp/s_sineh.c: Likewise.
3641         * libm/mathfp/w_jn.c: Likewise.
3642
3643 2003-10-15  Alexandre Oliva  <aoliva@redhat.com>
3644
3645         * Makefile.am: Add $(MAKE) comments to multido and multiclean
3646         lines, to enable parallel make.
3647         * Makefile.in: Rebuilt.
3648
3649 2003-10-14  Christopher Faylor  <cgf@redhat.com>
3650
3651         * libc/time/clock.c: Clarify documentation of return value when no
3652         measurement is available.
3653
3654 2003-09-29  Ian Lance Taylor  <ian@wasabisystems.com>
3655
3656         * libm/configure.in: Check libm_machine_dir, not machine_dir.
3657         * libm/configure: Regenerate.
3658         * libm/Makefile.in: Ditto.
3659
3660 2003-09-29  J"orn Rennecke <joern.rennecke@superh.com>
3661
3662         * libc/machine/sh/strncpy.S: New file.
3663         * libc/machine/sh/Makefile.am: Add entry & rule for new file.
3664         * libc/machine/sh/Makefile.in: Regenerate.
3665
3666 2003-09-11  James E Wilson  <wilson@specifixinc.com>
3667
3668         * MAINTAINERS: Update my e-mail address.
3669
3670 2003-09-10  Corinna Vinschen  <corinna@vinschen.de>
3671
3672         * libc/include/sys/unistd.h: Declare function daemon for Cygwin.
3673
3674 2003-09-09  Jeff Johnston  <jjohnstn@redhat.com>
3675
3676         * libc/machine/powerpc/fix64.h: Fix typo for _simdldcheck
3677         prototype.
3678         * libc/machine/powerpc/simdldtoa.c: Remove prototype for
3679         _simdldcheck().  Also add unsigned cast for index variable in
3680         for loop using sizeof operators.
3681         * libc/machine/powerpc/strtoufix32.c: Remove unused variable.
3682         * libc/machine/powerpc/strtosfix64.c: Fix call to _simdldcheck.
3683         * libc/machine/powerpc/strtoufix64.c (_strtoufix64_r): Ditto
3684         plus fix shift calculation for determining if there is a
3685         carry from word2.
3686
3687 2003-09-09  Corinna Vinschen  <corinna@vinschen.de>
3688
3689         * libc/include/grp.h: Don't define setgrfile, group_from_gid and
3690         setgroupent for Cygwin.
3691
3692 2003-09-05  Jeff Johnston  <jjohnstn@redhat.com>
3693
3694         * libc/stdlib/exit.c (exit): Setting of struct _atexit ptr p
3695         is different for _REENT_SMALL than when using regular reent
3696         struct.
3697
3698 2003-09-05  Ben Elliston  <bje@wasabisystems.com>
3699
3700         * libc/ctype/wctype.c (_DEFUN): Remove empty default case, as
3701         modern versions of GCC issue a warning.
3702
3703         * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
3704         after continuation characters that induces a warning from modern
3705         versions of GCC.
3706
3707 2003-09-04  Ben Elliston  <bje@wasabisystems.com>
3708
3709         * libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards.  #ifndef FOO ||
3710         FOO >= 2 is invalid; use #if !defined (FOO) || FOO >= 2 instead.
3711
3712 2003-09-02  Thomas Pfaff  <tpfaff@gmx.net>
3713
3714         * libc/stdlib/atexit.c: Rename _REENT to _GLOBAL_REENT throughout.
3715         * libc/stdlib/exit.c : Ditto.
3716         * libc/stdlib/on_exit.c: Ditto.
3717
3718 2003-08-27  Corinna Vinschen  <corinna@vinschen.de>
3719
3720         * libc/include/reent.h: Define stat64 as __stat64 when
3721         compiling newlib for Cygwin.
3722
3723 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
3724
3725         * libc/include/sys/stat.h[__CYGWIN__]: Only define stat64 as
3726         __stat64 when compiling newlib.
3727
3728 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
3729
3730         * libc/include/stdio.h: Allow the io64 function prototypes for
3731         Cygwin when compiling newlib.
3732         * libc/include/sys/stat.h[__CYGWIN__]: Define stat64 as __stat64
3733         to expose the Cygwin struct __stat64 type.
3734         * libc/stdio64/fseeko64.c: Use _fstat64_r and pass a struct stat64
3735         pointer.
3736         * libc/stdio64/tmpfile64.c(_tmpfile64_r): Call _fopen64_r.
3737
3738 2003-08-23  Christopher Faylor  <cgf@redhat.com>
3739
3740         * libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r
3741         definition to fseeko64.
3742
3743 2003-08-22  Jeff Johnston  <jjohnstn@redhat.com>
3744
3745         * libc/include/sys/reent.h: Add _GLOBAL_REENT macro.
3746         * libc/stdio: Globally remove/replace all references to fp->_data.
3747         Replace with _REENT or _GLOBAL_REENT where appropriate.
3748         * libc/stdio/asprintf.c: Ditto.
3749         * libc/stdio/fclose.c: Ditto.
3750         * libc/stdio/fvwrite.c: Ditto.
3751         * libc/stdio/makebuf.c: Ditto.
3752         * libc/stdio/refill.c: Ditto.
3753         * libc/stdio/local.h: Ditto.
3754         * libc/stdio/setvbuf.c: Ditto.
3755         * libc/stdio/sscanf.c: Ditto.
3756         * libc/stdio/stdio.c: Ditto.
3757         * libc/stdio/ungetc.c: Ditto.
3758         * libc/stdio/vfscanf.c: Ditto.
3759         * libc/stdio/vsscanf.c: Ditto.
3760         * libc/stdio/fopen.c: Ditto.  Also use _fseek_r in _fopen_r.
3761         * libc/stdio/vasprintf.c: Ditto.  Also call _vfprintf_r directly.
3762         * libc/stdio/vsnprintf.c: Ditto.
3763         * libc/stdio/vsprintf.c: Ditto.
3764         * libc/stdio/fcloseall.c(fcloseall): Use _GLOBAL_REENT macro
3765         instead of _REENT to walk file list.
3766         * libc/stdio/fflush.c: Ditto.
3767         * libc/stdio/fgetpos.c: Add reentrant version and have regular
3768         version call reentrant version with _REENT argument.
3769         * libc/stdio/fsetpos.c: Ditto.
3770         * libc/stdio/fseek.c: Ditto.
3771         * libc/stdio/fseeko.c: Ditto.
3772         * libc/stdio/ftell.c: Ditto.
3773         * libc/stdio/ftello.c: Ditto.
3774         * libc/stdio/freopen.c: Ditto.
3775         * libc/stdio/findfp.c: Use _GLOBAL_REENT pointer when adding
3776         new files to chain.  Also use _GLOBAL_REENT pointer for
3777         cleaning up.
3778         * libc/stdio/fiprintf.c: Reformatted to minimize duplicate code.
3779         * libc/stdio/siprintf.c: Ditto.
3780         * libc/stdio/iprintf.c: Ditto.
3781         * libc/stdio/fprintf.c: Ditto.
3782         * libc/stdio/printf.c: Ditto.
3783         * libc/stdio/snprintf.c: Call _vfprintf_r directly.
3784         * libc/stdio/sprintf.c: Ditto.
3785         * libc/stdio/vprintf.c: Ditto.  Also add _REENT_ONLY check.
3786         * libc/stdio/rewind.c: Call _fseek_r directly.
3787         * libc/stdio/tmpfile.c: Call _fopen_r and _remove_r directly.
3788         * libc/stdio/vfprintf.c (_VFPRINTF_R): Change _r routines to use
3789         data pointer.
3790         (get_arg): Add extra struct _reent pointer argument.
3791         * libc/stdio64/fgetpos64.c: Add _r versions, remove any reference
3792         to fp->_data.
3793         * libc/stdio64/fopen64.c: Ditto.
3794         * libc/stdio64/freopen64.c: Ditto.
3795         * libc/stdio64/fsetpos64.c: Ditto.
3796         * libc/stdio64/ftello64.c: Ditto.
3797         * libc/stdio64/local64.h: Ditto.
3798         * libc/stdio64/stdio64.c: Ditto.
3799         * libc/stdio64/fseeko64.c: Ditto plus use _fstat_r instead of
3800         _fstat64_r for the meantime.
3801
3802 2003-08-19  Jeff Johnston  <jjohnstn@redhat.com>
3803
3804         * libc/stdlib/mallocr.c (mALLOc, rEALLOc, mEMEALIGn): Enhance
3805         overflow detection.
3806         
3807 2003-08-13  Aldy Hernandez  <aldyh@redhat.com>
3808         
3809         * libc/machine/powerpc/machine/stdlib.h: Wrap SPE functions in
3810         extern "C".
3811
3812 2003-08-13  Jeff Johnston  <jjohnstn@redhat.com>
3813
3814         * libc/include/math.h: Add prototypes for __signbitf and
3815         __signbitd.
3816
3817 2003-07-31  Jeff Johnston  <jjohnstn@redhat.com>
3818
3819         * libc/ctype/iswalpha.c: Fix calls to __jp2uc to pass the
3820         correct type of conversion when dealing with EUCJP or SJIS.
3821         * libc/ctype/iswblank.c: Ditto.
3822         * libc/ctype/iswcntrl.c: Ditto.
3823         * libc/ctype/iswprint.c: Ditto.
3824         * libc/ctype/iswpunct.c: Ditto.
3825         * libc/ctype/iswspace.c: Ditto.
3826         * libc/ctype/towlower.c: Ditto.
3827         * libc/ctype/towupper.c: Ditto.
3828
3829 2003-07-31  Nick Clifton  <nickc@redhat.com>
3830
3831         * libc/sys/sysnecv850/crt0.S (_start): Allocate 4 slots on stack
3832         before calling main, in case it saves its argument registers.
3833         Remove reference to deleted v850ea port.
3834         * configure.host: Remove reference to deleted v850ea port.
3835         Do not use -mv850 when building for v850e target.  This
3836         prevents the ctbp system register from being initialised.
3837
3838 2003-07-29  Honda Hiroki  <hhonda@ipflex.com>
3839
3840         * libc/stdio/vfprintf.c: Set output size to 1 when
3841         we have %f format with precision 0 and # flag not specified.
3842
3843 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
3844
3845         * libc/machine/mn10300/setjmp.S: Never emit both .am33 and
3846         .am33_2.
3847
3848 2003-07-25  Christopher Faylor  <cgf@redhat.com>
3849
3850         * libc/stdio64/fdopen64.c: Include sys/lock.h.
3851
3852 2003-07-25  Christopher Faylor  <cgf@redhat.com>
3853
3854         * configure.host: Find cygwin include directory, when appropriate.
3855
3856 2003-07-24  Christopher Faylor  <cgf@redhat.com>
3857
3858         * libc/stdio64/fdopen64.c: New file.
3859         * libc/stdio64/Makefile.am (LIB_OBJS): Add fdopen64.o
3860         * libc/stdio64/Makefile.in: Regenerate.
3861         * libc/include/stdio.h (fdopen64): Define.
3862         * libc/include/stdio.h (_fdopen64_r): Ditto.
3863
3864 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3865
3866         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
3867         * libc/include/machine/setjmp.h (_JBLEN, AM33/2.0): Set to 26.
3868         * libc/machine/mn10300/setjmp.S (setjmp, longjmp): Save and
3869         restore callee-saved FP registers.
3870
3871 2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
3872
3873         * libc/include/sys/unistd.h (ftruncate, truncate): Also declare
3874         for __sh__.
3875         * libc/sys/sh/Makefile.am (lib_a_SOURCES): Add ftruncate.c and
3876         truncate.c.
3877         * libc/sys/sh/Makefile.in: Regenerate.
3878         * libc/sys/sh/sys/syscall.h: (SYS_truncate, SYS_ftruncate): Define.
3879         * libc/sys/sh/ftruncate.c: New file.
3880         * libc/sys/sh/truncate.c: Likewise.
3881
3882 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
3883
3884         * libc/include/math.h (nan, nanf): Update prototype to C99.
3885         * libm/common/s_nan.c (nan): Likewise.
3886         * libm/common/s_nanf.c (nanf, nan): Likewise.
3887         * libc/sys/linux/cmath/math_private.h (nan, nanf): Likewise.
3888
3889 2003-07-07  Jeff Johnston  <jjohnstn@redhat.com>
3890
3891         * libc/include/stdbool.h: Removed as this is defined by gcc.
3892
3893 2003-07-03  Shaun Jackman  <sjackman@pathwayconnect.com>
3894
3895         * libc/include/stdbool.h: New header file defined by C99.
3896
3897 2003-07-02  Jeff Johnston  <jjohnstn@redhat.com>
3898
3899         * libc/include/sys/types.h (int8_t): Make signed.
3900
3901 2003-07-02  Jeff Johnston  <jjohnstn@redhat.com>
3902
3903         * libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
3904
3905 2003-06-27  Jose Goncalves  <jose.goncalves@inov.pt>
3906
3907         * libc/sys/linux/mq_open.c (mq_open): Only set created flag
3908         on if we actually created the shared memory file exclusively.
3909
3910 2003-06-27  Joe Vornehm  <joev@mitre.org>
3911
3912         * libm/common/s_fpclassify.c (__fpclassifyf): Fix
3913         comparisons to account for unsigned internal value w.
3914
3915 2003-06-26  Jeff Johnston  <jjohnstn@redhat.com>
3916
3917         * libc/sys/linux/mq_open.c (mq_open): Must allocate rdbuf and
3918         wrbuf for a non-creating open.
3919
3920 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3921
3922         * libc/machine/h8300/setarch.h: New.
3923         * libc/machine/h8300/memcpy.S: Use it.
3924         * libc/machine/h8300/memset.S: Likewise.
3925         * libc/machine/h8300/reg_memcpy.S: Likewise.
3926         * libc/machine/h8300/reg_memset.S: Likewise.
3927         * libc/machine/h8300/setjmp.S: Likewise.
3928         * libc/machine/h8300/strcmp.S: Likewise.
3929
3930 2003-06-24  Richard Sandiford  <rsandifo@redhat.com>
3931
3932         * libc/sys/h8300hms/crt0.S (_start): Fix register sizes in call
3933         to atexit().
3934
3935 2003-06-20  Jeff Johnston  <jjohnstn@redhat.com>
3936
3937         * configure.host (iq2000): Add tabs.
3938
3939 2003-06-20  Jeff Johnston  <jjohnstn@redhat.com>
3940
3941         * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix macros
3942         to handle latest on_exit change.
3943         * libc/sys/linux/Makefile.am: Remove special compilation
3944         for malloc.c and mcheck.c.
3945         * libc/sys/linux/Makefile.in: Regenerated.
3946         * libc/sys/linux/mntent.c: Add definition of _LIBC flag
3947         after including <features.h>.
3948         * libc/sys/linux/mcheck.c: Ditto.
3949         * libc/sys/linux/malloc.c: Ditto plus define _GNU_SOURCE
3950         for <features.h>.
3951         * libc/sys/linux/intl/Makefile.am: Remove -D_LIBC and
3952         add -DNOT_IN_libc to C flags.
3953         * libc/sys/linux/intl/Makefile.in: Regenerated.
3954         * libc/sys/linux/intl/config.h: Add definition of _LIBC.
3955         * libc/sys/linux/linuxthreads/semaphore.h: Include
3956         <bits/pthreadtypes.h>.
3957         * libc/sys/linux/sys/dirent.h: Define _LIBC and NOT_IN_libc after
3958         including <features.h>.
3959         * libc/sys/linux/sys/lock.h: Ditto.
3960
3961 2003-06-11  Nick Clifton  <nickc@redhat.com>
3962
3963         * libc/reent/reent.c (reclaim_reent): Fix typo in code to free
3964         _on_exit_args_ptr.
3965
3966 2003-06-10  Stan Cox  <scox@redhat.com>
3967             Anthony Green  <green@redhat.com>
3968         
3969         * configure.host: Add iq2000 support.
3970         * newlib/libc/include/machine/ieeefp.h: Ditto.
3971         * newlib/libc/include/machine/setjmp.h: Ditto.
3972         * libc/machine/iq2000, libc/machine/iq2000/setjmp.S,
3973         libc/machine/iq2000/aclocal.m4, libc/machine/iq2000/configure,
3974         libc/machine/iq2000/configure.in, libc/machine/iq2000/Makefile.am,
3975         libc/machine/iq2000/Makefile.in: New files.
3976
3977 2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
3978
3979         * libc/sys/h8300hms/setarch.h: New file.
3980         * libc/sys/h8300hms/close.S, libc/sys/h8300hms/fstat.S,
3981         libc/sys/h8300hms/lseek.S, libc/sys/h8300hms/open.S,
3982         libc/sys/h8300hms/read.S, libc/sys/h8300hms/stat.S,
3983         libc/sys/h8300hms/write.S, libc/sys/h8300hms/crt0.S: Use it.
3984
3985 2003-06-06  Jeff Johnston  <jjohnstn@redhat.com>
3986
3987         * libc/argz/argz_add.c: Change to use _DEFUN macro for function
3988         definition.
3989         * libc/argz/argz_add_sep.c: Ditto.
3990         * libc/argz/argz_append.c libc/argz/argz_count.c: Ditto.
3991         * libc/argz/argz_create.c libc/argz/argz_create_sep.c: Ditto.
3992         * libc/argz/argz_delete.c libc/argz/argz_extract.c: Ditto.
3993         * libc/argz/argz_insert.c libc/argz/argz_next.c: Ditto.
3994         * libc/argz/argz_replace.c libc/argz/argz_stringify.c: Ditto.
3995         * libc/argz/envz_add.c libc/argz/envz_entry.c: Ditto.
3996         * libc/argz/envz_get.c libc/argz/envz_merge.c: Ditto.
3997         * libc/argz/envz_remove.c libc/argz/envz_strip.c: Ditto.
3998         * libc/locale/nl_langinfo.c libc/misc/ffs.c: Ditto.
3999         * libc/posix/closedir.c libc/posix/creat.c: Ditto.
4000         * libc/posix/execl.c libc/posix/execle.c: Ditto.
4001         * libc/posix/execlp.c libc/posix/execve.c: Ditto.
4002         * libc/posix/isatty.c libc/posix/opendir.c: Ditto.
4003         * libc/posix/popen.c libc/posix/readdir.c: Ditto.
4004         * libc/posix/readdir_r.c libc/posix/rewinddir.c: Ditto.
4005         * libc/posix/scandir.c libc/posix/seekdir.c: Ditto.
4006         * libc/posix/telldir.c libc/search/hcreate.c: Ditto.
4007         * libc/search/tdelete.c libc/search/tdestroy.c: Ditto.
4008         * libc/search/tfind.c libc/search/tsearch.c: Ditto.
4009         * libc/search/twalk.c libc/signal/signal.c: Ditto.
4010
4011 2003-06-05  Nick Clifton  <nickc@redhat.com>
4012         
4013         * libc/include/sys/reent.h (struct _on_exit_args): New
4014         structure containing fields used by the on_exit() function.
4015         (struct _atexit): Include struct _on_exit_args.  For
4016         _REENT_SMALL do his via a pointer that is initialised when
4017         needed.
4018         * libc/reent/reent.c (_reclaim_reent): Free the _on_exit_args
4019         structure, if one has been allocated.
4020         * libc/stdlib/atexit.c (atexit): Update indirection to
4021         _fntypes field.
4022         * libc/stdlib/on_exit.c (on_exit): Indirect via the
4023         _on_exit_args structure.  For _REENT_SMALL, allocate a
4024         structure if one does not exist.
4025         * libc/stdlib/exit.c (exit): Indirect via the _on_exit_args
4026         structure.
4027
4028 2003-06-04  Jeff Johnston  <jjohnstn@redhat.com>
4029
4030         * libc/sys/linux/net/Makefile.am: Remove extraneous markers.
4031         * libc/sys/linux/net/Makefile.in: Regenerated.
4032
4033 2003-06-03  Jeff Johnston  <jjohnstn@redhat.com>
4034
4035         * libc/reent/execr.c: Use _DEFUN macro for function declaration.
4036         * libc/reent/fcntlr.c: Ditto.
4037         * libc/reent/fstat64r.c: Ditto.
4038         * libc/reent/linkr.c: Ditto.
4039         * libc/reent/lseek64r.c: Ditto.
4040         * libc/reent/lseekr.c: Ditto.
4041         * libc/reent/openr.c: Ditto.
4042         * libc/reent/readr.c: Ditto.
4043         * libc/reent/reent.c: Ditto.
4044         * libc/reent/sbrkr.c: Ditto.
4045         * libc/reent/signalr.c: Ditto.
4046         * libc/reent/signgam.c: Ditto.
4047         * libc/reent/statr.c: Ditto.
4048         * libc/reent/timer.c: Ditto.
4049         * libc/reent/unlinkr.c: Ditto.
4050         * libc/reent/writer.c: Ditto.
4051         * libc/syscalls/sysclose.c: Ditto.
4052         * libc/syscalls/sysexecve.c: Ditto.
4053         * libc/syscalls/sysfcntl.c: Ditto.
4054         * libc/syscalls/sysfork.c: Ditto.
4055         * libc/syscalls/sysfstat.c: Ditto.
4056         * libc/syscalls/sysgetpid.c: Ditto.
4057         * libc/syscalls/sysgettod.c: Ditto.
4058         * libc/syscalls/syskill.c: Ditto.
4059         * libc/syscalls/syslink.c: Ditto.
4060         * libc/syscalls/syslseek.c: Ditto.
4061         * libc/syscalls/sysopen.c: Ditto.
4062         * libc/syscalls/sysread.c: Ditto.
4063         * libc/syscalls/syssbrk.c: Ditto.
4064         * libc/syscalls/sysstat.c: Ditto.
4065         * libc/syscalls/systimes.c: Ditto.
4066         * libc/syscalls/sysunlink.c: Ditto.
4067         * libc/syscalls/syswait.c: Ditto.
4068         * libc/syscalls/syswrite.c: Ditto.
4069
4070 2003-06-03  Till Straumann  <strauman@SLAC.Stanford.EDU>
4071
4072         * libc/time/tzset_r.c: Change local variables that are
4073         set via sscanf using the %h format specifier to be unsigned short
4074         instead of int.
4075
4076 2003-05-30  Kelley Cook  <kelleycook@wideopenwest.com>
4077
4078         * configure.host:  Allow i[34567]86 variant.
4079         * configure.in: Likewise.
4080         * README: Likewise to the docs.
4081         * configure: Regenerated.
4082         * Makefile.in: Ditto.
4083
4084 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
4085             Tom Fitzsimmons  <fitzsim@redhat.com>
4086
4087         * configure.in: Add iconvdata support for x86 linux.
4088         * configure: Regenerated.
4089         * libc/sys/linux/Makefile.am: Add EL/IX level 3 network, dynamic 
4090         library, iconv, and linuxthreads support.
4091         * libc/sys/linux/configure.in: Ditto.
4092         * libc/sys/linux/Makefile.in: Regenerated.
4093         * libc/sys/linux/configure: Ditto.
4094         * iconvdata/EUC-JP.irreversible: New file.
4095         * iconvdata/Makefile.am: Ditto.
4096         * iconvdata/Makefile.in: Ditto.
4097         * iconvdata/SJIS.irreversible: Ditto.
4098         * iconvdata/aclocal.m4: Ditto.
4099         * iconvdata/configure: Ditto.
4100         * iconvdata/configure.in: Ditto.
4101         * iconvdata/dummy.c: Ditto.
4102         * iconvdata/euc-jp.c: Ditto.
4103         * iconvdata/gconv-modules: Ditto.
4104         * iconvdata/jis0201.c: Ditto.
4105         * iconvdata/jis0201.h: Ditto.
4106         * iconvdata/jis0208.c: Ditto.
4107         * iconvdata/jis0208.h: Ditto.
4108         * iconvdata/jis0212.c: Ditto.
4109         * iconvdata/jis0212.h: Ditto.
4110         * iconvdata/sjis.c: Ditto.
4111         * libc/include/errno.h: Protect definition of error_t.
4112         * libc/sys/linux/gethostid.c: New file.
4113         * libc/sys/linux/sethostid.c: Ditto.
4114         * libc/sys/linux/dl/Makefile.am: Ditto.
4115         * libc/sys/linux/dl/Makefile.in: Ditto.
4116         * libc/sys/linux/dl/abi-tag.h: Ditto.
4117         * libc/sys/linux/dl/atomicity.h: Ditto.
4118         * libc/sys/linux/dl/dl-addr.c: Ditto.
4119         * libc/sys/linux/dl/dl-cache.c: Ditto.
4120         * libc/sys/linux/dl/dl-cache.h: Ditto.
4121         * libc/sys/linux/dl/dl-close.c: Ditto.
4122         * libc/sys/linux/dl/dl-debug.c: Ditto.
4123         * libc/sys/linux/dl/dl-deps.c: Ditto.
4124         * libc/sys/linux/dl/dl-dst.h: Ditto.
4125         * libc/sys/linux/dl/dl-error.c: Ditto.
4126         * libc/sys/linux/dl/dl-fini.c: Ditto.
4127         * libc/sys/linux/dl/dl-init.c: Ditto.
4128         * libc/sys/linux/dl/dl-iteratephdr.c: Ditto.
4129         * libc/sys/linux/dl/dl-libc.c: Ditto.
4130         * libc/sys/linux/dl/dl-librecon.h: Ditto.
4131         * libc/sys/linux/dl/dl-load.c: Ditto.
4132         * libc/sys/linux/dl/dl-lookup.c: Ditto.
4133         * libc/sys/linux/dl/dl-lookupcfg.h: Ditto.
4134         * libc/sys/linux/dl/dl-minimal.c: Ditto.
4135         * libc/sys/linux/dl/dl-misc.c: Ditto.
4136         * libc/sys/linux/dl/dl-object.c: Ditto.
4137         * libc/sys/linux/dl/dl-open.c: Ditto.
4138         * libc/sys/linux/dl/dl-osinfo.h: Ditto.
4139         * libc/sys/linux/dl/dl-profile.c: Ditto.
4140         * libc/sys/linux/dl/dl-profstub.c: Ditto.
4141         * libc/sys/linux/dl/dl-reloc.c: Ditto.
4142         * libc/sys/linux/dl/dl-runtime.c: Ditto.
4143         * libc/sys/linux/dl/dl-support.c: Ditto.
4144         * libc/sys/linux/dl/dl-sym.c: Ditto.
4145         * libc/sys/linux/dl/dl-version.c: Ditto.
4146         * libc/sys/linux/dl/dlfcn.h: Ditto.
4147         * libc/sys/linux/dl/do-lookup.h: Ditto.
4148         * libc/sys/linux/dl/do-rel.h: Ditto.
4149         * libc/sys/linux/dl/dynamic-link.h: Ditto.
4150         * libc/sys/linux/dl/kernel-features.h: Ditto.
4151         * libc/sys/linux/dl/ldsodefs.h: Ditto.
4152         * libc/sys/linux/dl/libintl.h: Ditto.
4153         * libc/sys/linux/dl/trusted-dirs.h: Ditto.
4154         * libc/sys/linux/dl/unsecvars.h: Ditto.
4155         * libc/sys/linux/iconv/Makefile.am: Ditto.
4156         * libc/sys/linux/iconv/Makefile.in: Ditto.
4157         * libc/sys/linux/iconv/categories.def: Ditto.
4158         * libc/sys/linux/iconv/dummy-repertoire.c: Ditto.
4159         * libc/sys/linux/iconv/gconv.c: Ditto.
4160         * libc/sys/linux/iconv/gconv_builtin.c: Ditto.
4161         * libc/sys/linux/iconv/gconv_builtin.h: Ditto.
4162         * libc/sys/linux/iconv/gconv_cache.c: Ditto.
4163         * libc/sys/linux/iconv/gconv_charset.h: Ditto.
4164         * libc/sys/linux/iconv/gconv_close.c: Ditto.
4165         * libc/sys/linux/iconv/gconv_conf.c: Ditto.
4166         * libc/sys/linux/iconv/gconv_db.c: Ditto.
4167         * libc/sys/linux/iconv/gconv_dl.c: Ditto.
4168         * libc/sys/linux/iconv/gconv_int.h: Ditto.
4169         * libc/sys/linux/iconv/gconv_open.c: Ditto.
4170         * libc/sys/linux/iconv/gconv_simple.c: Ditto.
4171         * libc/sys/linux/iconv/gconv_trans.c: Ditto.
4172         * libc/sys/linux/iconv/hash-string.h: Ditto.
4173         * libc/sys/linux/iconv/iconv.c: Ditto.
4174         * libc/sys/linux/iconv/iconv.h: Ditto.
4175         * libc/sys/linux/iconv/iconv_charmap.c: Ditto.
4176         * libc/sys/linux/iconv/iconv_close.c: Ditto.
4177         * libc/sys/linux/iconv/iconv_open.c: Ditto.
4178         * libc/sys/linux/iconv/iconvconfig.c: Ditto.
4179         * libc/sys/linux/iconv/iconvconfig.h: Ditto.
4180         * libc/sys/linux/iconv/loadinfo.h: Ditto.
4181         * libc/sys/linux/iconv/localeinfo.h: Ditto.
4182         * libc/sys/linux/iconv/loop.c: Ditto.
4183         * libc/sys/linux/iconv/skeleton.c: Ditto.
4184         * libc/sys/linux/iconv/strtab.c: Ditto.
4185         * libc/sys/linux/include/dl-hash.h: Ditto.
4186         * libc/sys/linux/include/dlfcn.h: Ditto.
4187         * libc/sys/linux/include/fnmatch.h: Ditto.
4188         * libc/sys/linux/include/gconv.h: Ditto.
4189         * libc/sys/linux/include/glob.h: Ditto.
4190         * libc/sys/linux/include/hesiod.h: Ditto.
4191         * libc/sys/linux/include/ifaddrs.h: Ditto.
4192         * libc/sys/linux/include/libc_private.h: Ditto.
4193         * libc/sys/linux/include/link.h: Ditto.
4194         * libc/sys/linux/include/namespace.h: Ditto.
4195         * libc/sys/linux/include/netconfig.h: Ditto.
4196         * libc/sys/linux/include/netdb.h: Ditto.
4197         * libc/sys/linux/include/nsswitch.h: Ditto.
4198         * libc/sys/linux/include/regex.h: Ditto.
4199         * libc/sys/linux/include/resolv.h: Ditto.
4200         * libc/sys/linux/include/rune.h: Ditto.
4201         * libc/sys/linux/include/runetype.h: Ditto.
4202         * libc/sys/linux/include/semaphore.h: Ditto.
4203         * libc/sys/linux/include/setlocale.h: Ditto.
4204         * libc/sys/linux/include/un-namespace.h: Ditto.
4205         * libc/sys/linux/include/wordexp.h: Ditto.
4206         * libc/sys/linux/include/arpa/ftp.h: Ditto.
4207         * libc/sys/linux/include/arpa/inet.h: Ditto.
4208         * libc/sys/linux/include/arpa/nameser.h: Ditto.
4209         * libc/sys/linux/include/arpa/nameser_compat.h: Ditto.
4210         * libc/sys/linux/include/arpa/telnet.h: Ditto.
4211         * libc/sys/linux/include/arpa/tftp.h: Ditto.
4212         * libc/sys/linux/include/net/bpf.h: Ditto.
4213         * libc/sys/linux/include/net/bpf_compat.h: Ditto.
4214         * libc/sys/linux/include/net/bpfdesc.h: Ditto.
4215         * libc/sys/linux/include/net/bridge.h: Ditto.
4216         * libc/sys/linux/include/net/ethernet.h: Ditto.
4217         * libc/sys/linux/include/net/fddi.h: Ditto.
4218         * libc/sys/linux/include/net/if.h: Ditto.
4219         * libc/sys/linux/include/net/if_arc.h: Ditto.
4220         * libc/sys/linux/include/net/if_arp.h: Ditto.
4221         * libc/sys/linux/include/net/if_atm.h: Ditto.
4222         * libc/sys/linux/include/net/if_dl.h: Ditto.
4223         * libc/sys/linux/include/net/if_gif.h: Ditto.
4224         * libc/sys/linux/include/net/if_ieee80211.h: Ditto.
4225         * libc/sys/linux/include/net/if_llc.h: Ditto.
4226         * libc/sys/linux/include/net/if_media.h: Ditto.
4227         * libc/sys/linux/include/net/if_mib.h: Ditto.
4228         * libc/sys/linux/include/net/if_ppp.h: Ditto.
4229         * libc/sys/linux/include/net/if_pppvar.h: Ditto.
4230         * libc/sys/linux/include/net/if_slvar.h: Ditto.
4231         * libc/sys/linux/include/net/if_sppp.h: Ditto.
4232         * libc/sys/linux/include/net/if_stf.h: Ditto.
4233         * libc/sys/linux/include/net/if_tap.h: Ditto.
4234         * libc/sys/linux/include/net/if_tapvar.h: Ditto.
4235         * libc/sys/linux/include/net/if_tun.h: Ditto.
4236         * libc/sys/linux/include/net/if_tunvar.h: Ditto.
4237         * libc/sys/linux/include/net/if_types.h: Ditto.
4238         * libc/sys/linux/include/net/if_var.h: Ditto.
4239         * libc/sys/linux/include/net/if_vlan_var.h: Ditto.
4240         * libc/sys/linux/include/net/intrq.h: Ditto.
4241         * libc/sys/linux/include/net/iso88025.h: Ditto.
4242         * libc/sys/linux/include/net/net_osdep.h: Ditto.
4243         * libc/sys/linux/include/net/netisr.h: Ditto.
4244         * libc/sys/linux/include/net/pfil.h: Ditto.
4245         * libc/sys/linux/include/net/pfkeyv2.h: Ditto.
4246         * libc/sys/linux/include/net/ppp_comp.h: Ditto.
4247         * libc/sys/linux/include/net/ppp_defs.h: Ditto.
4248         * libc/sys/linux/include/net/radix.h: Ditto.
4249         * libc/sys/linux/include/net/raw_cb.h: Ditto.
4250         * libc/sys/linux/include/net/route.h: Ditto.
4251         * libc/sys/linux/include/net/slcompress.h: Ditto.
4252         * libc/sys/linux/include/net/slip.h: Ditto.
4253         * libc/sys/linux/include/net/zlib.h: Ditto.
4254         * libc/sys/linux/include/netinet/icmp6.h: Ditto.
4255         * libc/sys/linux/include/netinet/icmp_var.h: Ditto.
4256         * libc/sys/linux/include/netinet/if_atm.h: Ditto.
4257         * libc/sys/linux/include/netinet/if_ether.h: Ditto.
4258         * libc/sys/linux/include/netinet/igmp.h: Ditto.
4259         * libc/sys/linux/include/netinet/igmp_var.h: Ditto.
4260         * libc/sys/linux/include/netinet/in.h: Ditto.
4261         * libc/sys/linux/include/netinet/in_gif.h: Ditto.
4262         * libc/sys/linux/include/netinet/in_pcb.h: Ditto.
4263         * libc/sys/linux/include/netinet/in_systm.h: Ditto.
4264         * libc/sys/linux/include/netinet/in_var.h: Ditto.
4265         * libc/sys/linux/include/netinet/ip.h: Ditto.
4266         * libc/sys/linux/include/netinet/ip6.h: Ditto.
4267         * libc/sys/linux/include/netinet/ip_dummynet.h: Ditto.
4268         * libc/sys/linux/include/netinet/ip_ecn.h: Ditto.
4269         * libc/sys/linux/include/netinet/ip_encap.h: Ditto.
4270         * libc/sys/linux/include/netinet/ip_flow.h: Ditto.
4271         * libc/sys/linux/include/netinet/ip_fw.h: Ditto.
4272         * libc/sys/linux/include/netinet/ip_icmp.h: Ditto.
4273         * libc/sys/linux/include/netinet/ip_mroute.h: Ditto.
4274         * libc/sys/linux/include/netinet/ip_var.h: Ditto.
4275         * libc/sys/linux/include/netinet/ipprotosw.h: Ditto.
4276         * libc/sys/linux/include/netinet/tcp.h: Ditto.
4277         * libc/sys/linux/include/netinet/tcp_debug.h: Ditto.
4278         * libc/sys/linux/include/netinet/tcp_fsm.h: Ditto.
4279         * libc/sys/linux/include/netinet/tcp_seq.h: Ditto.
4280         * libc/sys/linux/include/netinet/tcp_timer.h: Ditto.
4281         * libc/sys/linux/include/netinet/tcp_var.h: Ditto.
4282         * libc/sys/linux/include/netinet/tcpip.h: Ditto.
4283         * libc/sys/linux/include/netinet/udp.h: Ditto.
4284         * libc/sys/linux/include/netinet/udp_var.h: Ditto.
4285         * libc/sys/linux/include/netinet6/ah.h: Ditto.
4286         * libc/sys/linux/include/netinet6/ah6.h: Ditto.
4287         * libc/sys/linux/include/netinet6/esp.h: Ditto.
4288         * libc/sys/linux/include/netinet6/esp6.h: Ditto.
4289         * libc/sys/linux/include/netinet6/esp_rijndael.h: Ditto.
4290         * libc/sys/linux/include/netinet6/icmp6.h: Ditto.
4291         * libc/sys/linux/include/netinet6/in6.h: Ditto.
4292         * libc/sys/linux/include/netinet6/in6_gif.h: Ditto.
4293         * libc/sys/linux/include/netinet6/in6_ifattach.h: Ditto.
4294         * libc/sys/linux/include/netinet6/in6_pcb.h: Ditto.
4295         * libc/sys/linux/include/netinet6/in6_prefix.h: Ditto.
4296         * libc/sys/linux/include/netinet6/in6_var.h: Ditto.
4297         * libc/sys/linux/include/netinet6/ip6.h: Ditto.
4298         * libc/sys/linux/include/netinet6/ip6_ecn.h: Ditto.
4299         * libc/sys/linux/include/netinet6/ip6_fw.h: Ditto.
4300         * libc/sys/linux/include/netinet6/ip6_mroute.h: Ditto.
4301         * libc/sys/linux/include/netinet6/ip6_var.h: Ditto.
4302         * libc/sys/linux/include/netinet6/ip6protosw.h: Ditto.
4303         * libc/sys/linux/include/netinet6/ipcomp.h: Ditto.
4304         * libc/sys/linux/include/netinet6/ipcomp6.h: Ditto.
4305         * libc/sys/linux/include/netinet6/ipsec.h: Ditto.
4306         * libc/sys/linux/include/netinet6/ipsec6.h: Ditto.
4307         * libc/sys/linux/include/netinet6/mld6_var.h: Ditto.
4308         * libc/sys/linux/include/netinet6/nd6.h: Ditto.
4309         * libc/sys/linux/include/netinet6/pim6.h: Ditto.
4310         * libc/sys/linux/include/netinet6/pim6_var.h: Ditto.
4311         * libc/sys/linux/include/netinet6/raw_ip6.h: Ditto.
4312         * libc/sys/linux/include/netinet6/scope6_var.h: Ditto.
4313         * libc/sys/linux/include/netinet6/tcp6_var.h: Ditto.
4314         * libc/sys/linux/include/netinet6/udp6_var.h: Ditto.
4315         * libc/sys/linux/include/netns/idp.h: Ditto.
4316         * libc/sys/linux/include/netns/idp_var.h: Ditto.
4317         * libc/sys/linux/include/netns/ns.h: Ditto.
4318         * libc/sys/linux/include/netns/ns_error.h: Ditto.
4319         * libc/sys/linux/include/netns/ns_if.h: Ditto.
4320         * libc/sys/linux/include/netns/ns_pcb.h: Ditto.
4321         * libc/sys/linux/include/netns/sp.h: Ditto.
4322         * libc/sys/linux/include/netns/spidp.h: Ditto.
4323         * libc/sys/linux/include/netns/spp_debug.h: Ditto.
4324         * libc/sys/linux/include/netns/spp_timer.h: Ditto.
4325         * libc/sys/linux/include/netns/spp_var.h: Ditto.
4326         * libc/sys/linux/include/rpc/Makefile: Ditto.
4327         * libc/sys/linux/include/rpc/auth.h: Ditto.
4328         * libc/sys/linux/include/rpc/auth_des.h: Ditto.
4329         * libc/sys/linux/include/rpc/auth_kerb.h: Ditto.
4330         * libc/sys/linux/include/rpc/auth_unix.h: Ditto.
4331         * libc/sys/linux/include/rpc/clnt.h: Ditto.
4332         * libc/sys/linux/include/rpc/clnt_soc.h: Ditto.
4333         * libc/sys/linux/include/rpc/clnt_stat.h: Ditto.
4334         * libc/sys/linux/include/rpc/des.h: Ditto.
4335         * libc/sys/linux/include/rpc/des_crypt.h: Ditto.
4336         * libc/sys/linux/include/rpc/nettype.h: Ditto.
4337         * libc/sys/linux/include/rpc/pmap_clnt.h: Ditto.
4338         * libc/sys/linux/include/rpc/pmap_prot.h: Ditto.
4339         * libc/sys/linux/include/rpc/pmap_rmt.h: Ditto.
4340         * libc/sys/linux/include/rpc/raw.h: Ditto.
4341         * libc/sys/linux/include/rpc/rpc.h: Ditto.
4342         * libc/sys/linux/include/rpc/rpc_com.h: Ditto.
4343         * libc/sys/linux/include/rpc/rpc_msg.h: Ditto.
4344         * libc/sys/linux/include/rpc/rpcb_clnt.h: Ditto.
4345         * libc/sys/linux/include/rpc/rpcb_prot.h: Ditto.
4346         * libc/sys/linux/include/rpc/rpcb_prot.x: Ditto.
4347         * libc/sys/linux/include/rpc/rpcent.h: Ditto.
4348         * libc/sys/linux/include/rpc/svc.h: Ditto.
4349         * libc/sys/linux/include/rpc/svc_auth.h: Ditto.
4350         * libc/sys/linux/include/rpc/svc_dg.h: Ditto.
4351         * libc/sys/linux/include/rpc/svc_soc.h: Ditto.
4352         * libc/sys/linux/include/rpc/types.h: Ditto.
4353         * libc/sys/linux/include/rpc/xdr.h: Ditto.
4354         * libc/sys/linux/intl/Makefile.am: Ditto.
4355         * libc/sys/linux/intl/Makefile.in: Ditto.
4356         * libc/sys/linux/intl/bindtextdom.c: Ditto.
4357         * libc/sys/linux/intl/catgets.c: Ditto.
4358         * libc/sys/linux/intl/catgetsinfo.h: Ditto.
4359         * libc/sys/linux/intl/config.h: Ditto.
4360         * libc/sys/linux/intl/dcgettext.c: Ditto.
4361         * libc/sys/linux/intl/dcigettext.c: Ditto.
4362         * libc/sys/linux/intl/dcngettext.c: Ditto.
4363         * libc/sys/linux/intl/dgettext.c: Ditto.
4364         * libc/sys/linux/intl/dngettext.c: Ditto.
4365         * libc/sys/linux/intl/explodename.c: Ditto.
4366         * libc/sys/linux/intl/finddomain.c: Ditto.
4367         * libc/sys/linux/intl/gettext.c: Ditto.
4368         * libc/sys/linux/intl/gettext.h: Ditto.
4369         * libc/sys/linux/intl/gettextP.h: Ditto.
4370         * libc/sys/linux/intl/hash-string.h: Ditto.
4371         * libc/sys/linux/intl/l10nflist.c: Ditto.
4372         * libc/sys/linux/intl/loadinfo.h: Ditto.
4373         * libc/sys/linux/intl/loadmsgcat.c: Ditto.
4374         * libc/sys/linux/intl/locale.alias: Ditto.
4375         * libc/sys/linux/intl/localealias.c: Ditto.
4376         * libc/sys/linux/intl/ngettext.c: Ditto.
4377         * libc/sys/linux/intl/open_catalog.c: Ditto.
4378         * libc/sys/linux/intl/plural.c: Ditto.
4379         * libc/sys/linux/intl/plural.y: Ditto.
4380         * libc/sys/linux/intl/stpcpy.c: Ditto.
4381         * libc/sys/linux/intl/textdomain.c: Ditto.
4382         * libc/sys/linux/linuxthreads/LICENSE: Ditto.
4383         * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
4384         * libc/sys/linux/linuxthreads/Makefile.in: Ditto.
4385         * libc/sys/linux/linuxthreads/aclocal.m4: Ditto.
4386         * libc/sys/linux/linuxthreads/attr.c: Ditto.
4387         * libc/sys/linux/linuxthreads/barrier.c: Ditto.
4388         * libc/sys/linux/linuxthreads/bp-sym.h: Ditto.
4389         * libc/sys/linux/linuxthreads/cancel.c: Ditto.
4390         * libc/sys/linux/linuxthreads/condvar.c: Ditto.
4391         * libc/sys/linux/linuxthreads/config.h: Ditto.
4392         * libc/sys/linux/linuxthreads/configure: Ditto.
4393         * libc/sys/linux/linuxthreads/configure.in: Ditto.
4394         * libc/sys/linux/linuxthreads/defs.awk: Ditto.
4395         * libc/sys/linux/linuxthreads/ecmutex.c: Ditto.
4396         * libc/sys/linux/linuxthreads/events.c: Ditto.
4397         * libc/sys/linux/linuxthreads/getcpuclockid.c: Ditto.
4398         * libc/sys/linux/linuxthreads/getreent.c: Ditto.
4399         * libc/sys/linux/linuxthreads/internals.h: Ditto.
4400         * libc/sys/linux/linuxthreads/join.c: Ditto.
4401         * libc/sys/linux/linuxthreads/joinrace.c: Ditto.
4402         * libc/sys/linux/linuxthreads/kernel-features.h: Ditto.
4403         * libc/sys/linux/linuxthreads/libc-internal.h: Ditto.
4404         * libc/sys/linux/linuxthreads/libc-symbols.h: Ditto.
4405         * libc/sys/linux/linuxthreads/linuxthreads.texi: Ditto.
4406         * libc/sys/linux/linuxthreads/lockfile.c: Ditto.
4407         * libc/sys/linux/linuxthreads/manager.c: Ditto.
4408         * libc/sys/linux/linuxthreads/mq_notify.c: Ditto.
4409         * libc/sys/linux/linuxthreads/mutex.c: Ditto.
4410         * libc/sys/linux/linuxthreads/no-tsd.c: Ditto.
4411         * libc/sys/linux/linuxthreads/oldsemaphore.c: Ditto.
4412         * libc/sys/linux/linuxthreads/posix-timer.h: Ditto.
4413         * libc/sys/linux/linuxthreads/prio.c: Ditto.
4414         * libc/sys/linux/linuxthreads/proc_service.h: Ditto.
4415         * libc/sys/linux/linuxthreads/pt-machine.c: Ditto.
4416         * libc/sys/linux/linuxthreads/ptclock_gettime.c: Ditto.
4417         * libc/sys/linux/linuxthreads/ptclock_settime.c: Ditto.
4418         * libc/sys/linux/linuxthreads/ptfork.c: Ditto.
4419         * libc/sys/linux/linuxthreads/pthread.c: Ditto.
4420         * libc/sys/linux/linuxthreads/ptlongjmp.c: Ditto.
4421         * libc/sys/linux/linuxthreads/queue.h: Ditto.
4422         * libc/sys/linux/linuxthreads/reent.c: Ditto.
4423         * libc/sys/linux/linuxthreads/reqsyscalls.c: Ditto.
4424         * libc/sys/linux/linuxthreads/restart.h: Ditto.
4425         * libc/sys/linux/linuxthreads/rwlock.c: Ditto.
4426         * libc/sys/linux/linuxthreads/semaphore.c: Ditto.
4427         * libc/sys/linux/linuxthreads/semaphore.h: Ditto.
4428         * libc/sys/linux/linuxthreads/shlib-compat.h: Ditto.
4429         * libc/sys/linux/linuxthreads/signals.c: Ditto.
4430         * libc/sys/linux/linuxthreads/specific.c: Ditto.
4431         * libc/sys/linux/linuxthreads/spinlock.c: Ditto.
4432         * libc/sys/linux/linuxthreads/spinlock.h: Ditto.
4433         * libc/sys/linux/linuxthreads/sysctl.c: Ditto.
4434         * libc/sys/linux/linuxthreads/td_init.c: Ditto.
4435         * libc/sys/linux/linuxthreads/td_log.c: Ditto.
4436         * libc/sys/linux/linuxthreads/td_symbol_list.c: Ditto.
4437         * libc/sys/linux/linuxthreads/td_ta_clear_event.c: Ditto.
4438         * libc/sys/linux/linuxthreads/td_ta_delete.c: Ditto.
4439         * libc/sys/linux/linuxthreads/td_ta_enable_stats.c: Ditto.
4440         * libc/sys/linux/linuxthreads/td_ta_event_addr.c: Ditto.
4441         * libc/sys/linux/linuxthreads/td_ta_event_getmsg.c: Ditto.
4442         * libc/sys/linux/linuxthreads/td_ta_get_nthreads.c: Ditto.
4443         * libc/sys/linux/linuxthreads/td_ta_get_ph.c: Ditto.
4444         * libc/sys/linux/linuxthreads/td_ta_get_stats.c: Ditto.
4445         * libc/sys/linux/linuxthreads/td_ta_map_id2thr.c: Ditto.
4446         * libc/sys/linux/linuxthreads/td_ta_map_lwp2thr.c: Ditto.
4447         * libc/sys/linux/linuxthreads/td_ta_new.c: Ditto.
4448         * libc/sys/linux/linuxthreads/td_ta_reset_stats.c: Ditto.
4449         * libc/sys/linux/linuxthreads/td_ta_set_event.c: Ditto.
4450         * libc/sys/linux/linuxthreads/td_ta_setconcurrency.c: Ditto.
4451         * libc/sys/linux/linuxthreads/td_ta_thr_iter.c: Ditto.
4452         * libc/sys/linux/linuxthreads/td_ta_tsd_iter.c: Ditto.
4453         * libc/sys/linux/linuxthreads/td_thr_clear_event.c: Ditto.
4454         * libc/sys/linux/linuxthreads/td_thr_dbresume.c: Ditto.
4455         * libc/sys/linux/linuxthreads/td_thr_dbsuspend.c: Ditto.
4456         * libc/sys/linux/linuxthreads/td_thr_event_enable.c: Ditto.
4457         * libc/sys/linux/linuxthreads/td_thr_event_getmsg.c: Ditto.
4458         * libc/sys/linux/linuxthreads/td_thr_get_info.c: Ditto.
4459         * libc/sys/linux/linuxthreads/td_thr_getfpregs.c: Ditto.
4460         * libc/sys/linux/linuxthreads/td_thr_getgregs.c: Ditto.
4461         * libc/sys/linux/linuxthreads/td_thr_getxregs.c: Ditto.
4462         * libc/sys/linux/linuxthreads/td_thr_getxregsize.c: Ditto.
4463         * libc/sys/linux/linuxthreads/td_thr_set_event.c: Ditto.
4464         * libc/sys/linux/linuxthreads/td_thr_setfpregs.c: Ditto.
4465         * libc/sys/linux/linuxthreads/td_thr_setgregs.c: Ditto.
4466         * libc/sys/linux/linuxthreads/td_thr_setprio.c: Ditto.
4467         * libc/sys/linux/linuxthreads/td_thr_setsigpending.c: Ditto.
4468         * libc/sys/linux/linuxthreads/td_thr_setxregs.c: Ditto.
4469         * libc/sys/linux/linuxthreads/td_thr_sigsetmask.c: Ditto.
4470         * libc/sys/linux/linuxthreads/td_thr_tsd.c: Ditto.
4471         * libc/sys/linux/linuxthreads/td_thr_validate.c: Ditto.
4472         * libc/sys/linux/linuxthreads/testrtsig.h: Ditto.
4473         * libc/sys/linux/linuxthreads/thread_db.h: Ditto.
4474         * libc/sys/linux/linuxthreads/thread_dbP.h: Ditto.
4475         * libc/sys/linux/linuxthreads/timer_create.c: Ditto.
4476         * libc/sys/linux/linuxthreads/timer_delete.c: Ditto.
4477         * libc/sys/linux/linuxthreads/timer_getoverr.c: Ditto.
4478         * libc/sys/linux/linuxthreads/timer_gettime.c: Ditto.
4479         * libc/sys/linux/linuxthreads/timer_routines.c: Ditto.
4480         * libc/sys/linux/linuxthreads/timer_settime.c: Ditto.
4481         * libc/sys/linux/linuxthreads/tst-cancel.c: Ditto.
4482         * libc/sys/linux/linuxthreads/tst-context.c: Ditto.
4483         * libc/sys/linux/linuxthreads/tststack.c: Ditto.
4484         * libc/sys/linux/linuxthreads/unload.c: Ditto.
4485         * libc/sys/linux/linuxthreads/weaks.c: Ditto.
4486         * libc/sys/linux/linuxthreads/wrapsyscall.c: Ditto.
4487         * libc/sys/linux/linuxthreads/bits/initspin.h: Ditto.
4488         * libc/sys/linux/linuxthreads/bits/libc-lock.h: Ditto.
4489         * libc/sys/linux/linuxthreads/bits/libc-tsd.h: Ditto.
4490         * libc/sys/linux/linuxthreads/bits/local_lim.h: Ditto.
4491         * libc/sys/linux/linuxthreads/bits/posix_opt.h: Ditto.
4492         * libc/sys/linux/linuxthreads/bits/pthreadtypes.h: Ditto.
4493         * libc/sys/linux/linuxthreads/bits/sigthread.h: Ditto.
4494         * libc/sys/linux/linuxthreads/machine/Makefile.am: Ditto.
4495         * libc/sys/linux/linuxthreads/machine/Makefile.in: Ditto.
4496         * libc/sys/linux/linuxthreads/machine/aclocal.m4: Ditto.
4497         * libc/sys/linux/linuxthreads/machine/configure: Ditto.
4498         * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
4499         * libc/sys/linux/linuxthreads/machine/generic/generic-sysd: Ditto.ep.h
4500         * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
4501         * libc/sys/linux/linuxthreads/machine/i386/Makefile.in: Ditto.
4502         * libc/sys/linux/linuxthreads/machine/i386/aclocal.m4: Ditto.
4503         * libc/sys/linux/linuxthreads/machine/i386/bp-asm.h: Ditto.
4504         * libc/sys/linux/linuxthreads/machine/i386/clone.S: Ditto.
4505         * libc/sys/linux/linuxthreads/machine/i386/configure: Ditto.
4506         * libc/sys/linux/linuxthreads/machine/i386/configure.in: Ditto.
4507         * libc/sys/linux/linuxthreads/machine/i386/i386-sysdep.S: Ditto.
4508         * libc/sys/linux/linuxthreads/machine/i386/i386-sysdep.h: Ditto.
4509         * libc/sys/linux/linuxthreads/machine/i386/pspinlock.c: Ditto.
4510         * libc/sys/linux/linuxthreads/machine/i386/pt-machine.h: Ditto.
4511         * libc/sys/linux/linuxthreads/machine/i386/sigcontextinfo.h: Ditto.
4512         * libc/sys/linux/linuxthreads/machine/i386/stackinfo.h: Ditto.
4513         * libc/sys/linux/linuxthreads/machine/i386/sysdep.S: Ditto.
4514         * libc/sys/linux/linuxthreads/machine/i386/sysdep.h: Ditto.
4515         * libc/sys/linux/linuxthreads/machine/i386/useldt.h: Ditto.
4516         * libc/sys/linux/machine/i386/dl-machine.h: Ditto.
4517         * libc/sys/linux/net/Makefile.am: Ditto.
4518         * libc/sys/linux/net/Makefile.in: Ditto.
4519         * libc/sys/linux/net/addr2ascii.3: Ditto.
4520         * libc/sys/linux/net/addr2ascii.c: Ditto.
4521         * libc/sys/linux/net/ascii2addr.c: Ditto.
4522         * libc/sys/linux/net/base64.c: Ditto.
4523         * libc/sys/linux/net/bindresvport.c: Ditto.
4524         * libc/sys/linux/net/byteorder.3: Ditto.
4525         * libc/sys/linux/net/ether_addr.c: Ditto.
4526         * libc/sys/linux/net/ethers.3: Ditto.
4527         * libc/sys/linux/net/getaddrinfo.3: Ditto.
4528         * libc/sys/linux/net/getaddrinfo.c: Ditto.
4529         * libc/sys/linux/net/gethostbydns.c: Ditto.
4530         * libc/sys/linux/net/gethostbyht.c: Ditto.
4531         * libc/sys/linux/net/gethostbyname.3: Ditto.
4532         * libc/sys/linux/net/gethostbynis.c: Ditto.
4533         * libc/sys/linux/net/gethostnamadr.c: Ditto.
4534         * libc/sys/linux/net/getifaddrs.3: Ditto.
4535         * libc/sys/linux/net/getifaddrs.c: Ditto.
4536         * libc/sys/linux/net/getipnodebyname.3: Ditto.
4537         * libc/sys/linux/net/getnameinfo.3: Ditto.
4538         * libc/sys/linux/net/getnameinfo.c: Ditto.
4539         * libc/sys/linux/net/getnetbydns.c: Ditto.
4540         * libc/sys/linux/net/getnetbyht.c: Ditto.
4541         * libc/sys/linux/net/getnetbynis.c: Ditto.
4542         * libc/sys/linux/net/getnetent.3: Ditto.
4543         * libc/sys/linux/net/getnetnamadr.c: Ditto.
4544         * libc/sys/linux/net/getproto.c: Ditto.
4545         * libc/sys/linux/net/getprotoent.3: Ditto.
4546         * libc/sys/linux/net/getprotoent.c: Ditto.
4547         * libc/sys/linux/net/getprotoname.c: Ditto.
4548         * libc/sys/linux/net/getservbyname.c: Ditto.
4549         * libc/sys/linux/net/getservbyport.c: Ditto.
4550         * libc/sys/linux/net/getservent.3: Ditto.
4551         * libc/sys/linux/net/getservent.c: Ditto.
4552         * libc/sys/linux/net/herror.c: Ditto.
4553         * libc/sys/linux/net/hesiod.3: Ditto.
4554         * libc/sys/linux/net/hesiod.c: Ditto.
4555         * libc/sys/linux/net/if_indextoname.3: Ditto.
4556         * libc/sys/linux/net/ifname.c: Ditto.
4557         * libc/sys/linux/net/inet.3: Ditto.
4558         * libc/sys/linux/net/inet6_option_s: Ditto.pace.3
4559         * libc/sys/linux/net/inet6_rthdr_space.3: Ditto.
4560         * libc/sys/linux/net/inet_addr.c: Ditto.
4561         * libc/sys/linux/net/inet_lnaof.c: Ditto.
4562         * libc/sys/linux/net/inet_makeaddr.c: Ditto.
4563         * libc/sys/linux/net/inet_net.3: Ditto.
4564         * libc/sys/linux/net/inet_net_ntop.c: Ditto.
4565         * libc/sys/linux/net/inet_net_pton.c: Ditto.
4566         * libc/sys/linux/net/inet_neta.c: Ditto.
4567         * libc/sys/linux/net/inet_netof.c: Ditto.
4568         * libc/sys/linux/net/inet_network.c: Ditto.
4569         * libc/sys/linux/net/inet_ntoa.c: Ditto.
4570         * libc/sys/linux/net/inet_ntop.c: Ditto.
4571         * libc/sys/linux/net/inet_pton.c: Ditto.
4572         * libc/sys/linux/net/innetgr-stub.c: Ditto.
4573         * libc/sys/linux/net/ip6opt.c: Ditto.
4574         * libc/sys/linux/net/iso_addr.3: Ditto.
4575         * libc/sys/linux/net/iso_addr.c: Ditto.
4576         * libc/sys/linux/net/issetugid-stub.c: Ditto.
4577         * libc/sys/linux/net/linkaddr.3: Ditto.
4578         * libc/sys/linux/net/linkaddr.c: Ditto.
4579         * libc/sys/linux/net/map_v4v6.c: Ditto.
4580         * libc/sys/linux/net/name6.c: Ditto.
4581         * libc/sys/linux/net/namespace.h: Ditto.
4582         * libc/sys/linux/net/ns.3: Ditto.
4583         * libc/sys/linux/net/ns_addr.c: Ditto.
4584         * libc/sys/linux/net/ns_name.c: Ditto.
4585         * libc/sys/linux/net/ns_netint.c: Ditto.
4586         * libc/sys/linux/net/ns_ntoa.c: Ditto.
4587         * libc/sys/linux/net/ns_parse.c: Ditto.
4588         * libc/sys/linux/net/ns_print.c: Ditto.
4589         * libc/sys/linux/net/ns_ttl.c: Ditto.
4590         * libc/sys/linux/net/nsap_addr.c: Ditto.
4591         * libc/sys/linux/net/nsdispatch.3: Ditto.
4592         * libc/sys/linux/net/nsdispatch.c: Ditto.
4593         * libc/sys/linux/net/nslexer.c: Ditto.
4594         * libc/sys/linux/net/nslexer.l: Ditto.
4595         * libc/sys/linux/net/nsparser.c: Ditto.
4596         * libc/sys/linux/net/nsparser.h: Ditto.
4597         * libc/sys/linux/net/nsparser.y: Ditto.
4598         * libc/sys/linux/net/rcmd.3: Ditto.
4599         * libc/sys/linux/net/rcmd.c: Ditto.
4600         * libc/sys/linux/net/rcmdsh.3: Ditto.
4601         * libc/sys/linux/net/rcmdsh.c: Ditto.
4602         * libc/sys/linux/net/recv.c: Ditto.
4603         * libc/sys/linux/net/res_comp.c: Ditto.
4604         * libc/sys/linux/net/res_config.h: Ditto.
4605         * libc/sys/linux/net/res_data.c: Ditto.
4606         * libc/sys/linux/net/res_debug.c: Ditto.
4607         * libc/sys/linux/net/res_init.c: Ditto.
4608         * libc/sys/linux/net/res_mkquery.c: Ditto.
4609         * libc/sys/linux/net/res_mkupdate.c: Ditto.
4610         * libc/sys/linux/net/res_query.c: Ditto.
4611         * libc/sys/linux/net/res_send.c: Ditto.
4612         * libc/sys/linux/net/res_update.c: Ditto.
4613         * libc/sys/linux/net/resolver.3: Ditto.
4614         * libc/sys/linux/net/rthdr.c: Ditto.
4615         * libc/sys/linux/net/send.c: Ditto.
4616         * libc/sys/linux/net/un-namespace.h: Ditto.
4617         * libc/sys/linux/net/vars.c: Ditto.
4618         * libc/sys/linux/stdlib/COPYRIGHT: Ditto.
4619         * libc/sys/linux/stdlib/Makefile.am: Ditto.
4620         * libc/sys/linux/stdlib/Makefile.in: Ditto.
4621         * libc/sys/linux/stdlib/cclass.h: Ditto.
4622         * libc/sys/linux/stdlib/cname.h: Ditto.
4623         * libc/sys/linux/stdlib/collate.c: Ditto.
4624         * libc/sys/linux/stdlib/collate.h: Ditto.
4625         * libc/sys/linux/stdlib/collcmp.c: Ditto.
4626         * libc/sys/linux/stdlib/engine.c: Ditto.
4627         * libc/sys/linux/stdlib/fnmatch.3: Ditto.
4628         * libc/sys/linux/stdlib/fnmatch.c: Ditto.
4629         * libc/sys/linux/stdlib/glob.3: Ditto.
4630         * libc/sys/linux/stdlib/glob.c: Ditto.
4631         * libc/sys/linux/stdlib/reallocf.c: Ditto.
4632         * libc/sys/linux/stdlib/regcomp.c: Ditto.
4633         * libc/sys/linux/stdlib/regerror.c: Ditto.
4634         * libc/sys/linux/stdlib/regex.3: Ditto.
4635         * libc/sys/linux/stdlib/regex2.h: Ditto.
4636         * libc/sys/linux/stdlib/regexec.c: Ditto.
4637         * libc/sys/linux/stdlib/regfree.c: Ditto.
4638         * libc/sys/linux/stdlib/utils.h: Ditto.
4639         * libc/sys/linux/stdlib/wordexp.c: Ditto.
4640         * libc/sys/linux/stdlib/wordfree.c: Ditto.
4641         * libc/sys/linux/sys/dlfcn.h: Ditto.
4642         * libc/sys/linux/sys/elfclass.h: Ditto.
4643         * libc/sys/linux/sys/event.h: Ditto.
4644         * libc/sys/linux/sys/ioccom.h: Ditto.
4645         * libc/sys/linux/sys/libc-tsd.h: Ditto.
4646         * libc/sys/linux/sys/link.h: Ditto.
4647         * libc/sys/linux/sys/lock.h: Ditto.
4648         * libc/sys/linux/sys/param.h: Ditto.
4649         * libc/sys/linux/sys/socket.h: Ditto.
4650         * libc/sys/linux/sys/sockio.h: Ditto.
4651
4652 2003-05-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com> 
4653
4654         * newlib/libc/machine/h8300/memcpy.S: Use .h8300hn and .h8300sn for 
4655         normal mode
4656         * newlib/libc/machine/h8300/memset.S: Likewise
4657         * newlib/lib/machine/h8300/reg_memcpy.S: Likewise
4658         * newlib/lib/machine/h8300/reg_memset.S: Likewise
4659         * newlib/lib/machine/h8300/setjmp.S: Likewise
4660         * newlib/lib/machine/h8300/strcmp.S: Likewise
4661         * newlib/lib/sys/h8300hms/crt0.S: Likewise
4662
4663 2003-05-13  Corinna Vinschen  <corinna@vinschen.de>
4664
4665         * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__.
4666         * libc/include/stdio.h: Ditto.
4667         * libc/include/sys/config.h: Ditto.
4668         * libc/stdio/mktemp.c: Ditto.
4669
4670 2003-05-13  Corinna Vinschen  <corinna@vinschen.de>
4671
4672         * libc/locale/ldpart.c (__part_load_locale): Substitute
4673         __CYGWIN_USE_BIG_TYPES__ by __USE_INTERNAL_STAT64.
4674         * libc/search/hash.c (__hash_open): Ditto.
4675         (init_hash): Ditto.
4676         * libc/stdio/fseek.c (fseek): Ditto.
4677         * libc/stdio/makebuf.c (__smakebuf): Ditto.
4678         * libc/stdio/mktemp.c (_gettemp): Ditto.
4679
4680 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
4681
4682         * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
4683
4684 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
4685
4686         * configure.host: Accomodate removing the libc/sys/cygwin dir.
4687         * libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call
4688         if __CYGWIN_USE_BIG_TYPES__ is set.
4689         * libc/search/hash.c (__hash_open): Ditto.
4690         (init_hash): Ditto.
4691         * libc/stdio/fseek.c (fseek): Ditto.
4692         * libc/stdio/makebuf.c (__smakebuf): Ditto.
4693         * libc/stdio/mktemp.c (_gettemp): Ditto.
4694         * libc/sys/cygwin/Makefile.am: Remove.
4695         * libc/sys/cygwin/Makefile.in: Remove.
4696         * libc/sys/cygwin/aclocal.m4: Remove.
4697         * libc/sys/cygwin/configure: Remove.
4698         * libc/sys/cygwin/configure.in: Remove.
4699         * libc/sys/cygwin/crt0.c: Move to winsup/cygwin directory.
4700         * libc/sys/cygwin/sys/dirent.h: Move to winsup/cygwin/include/sys
4701         directory.
4702         * libc/sys/cygwin/sys/param.h: Ditto.
4703         * libc/sys/cygwin/sys/utime.h: Ditto.
4704         * libc/sys/cygwin/sys/utmp.h: Ditto.
4705
4706 2003-05-11  Corinna Vinschen  <corinna@vinschen.de>
4707
4708         * libc/include/sys/types.h: Don't define key_t for Cygwin.
4709
4710 2003-05-10  Christopher Faylor  <cgf@redhat.com>
4711
4712         * libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly)
4713         64 bit inodes.
4714
4715 2003-05-09  Corinna Vinschen  <corinna@vinschen.de>
4716
4717         * libc/include/sys/config.h: Remove all Cygwin specific configuration.
4718         Include cygwin/config.h instead.
4719
4720 2003-04-16  Jeff Johnston  <jjohnstn@redhat.com>
4721
4722         * newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield
4723         all code with #ifdef __SPE__ test.
4724         * newlib/libc/machine/powerpc (simdldtoa.c, ufix64toa.c): Ditto.
4725
4726 2003-04-15  Chris January <chris@atomice.net>
4727
4728         * newlib/libc/include/sys/unistd.h: add declaration for gethostid on
4729         Cygwin.
4730
4731 2003-04-09  J"orn Rennecke <joern.rennecke@superh.com>
4732
4733         * libc/machine/sh/memset.S: Avoid clobbering volatile
4734         objects following a tiny to-be-set array in the same quadword.
4735
4736 2001-04-09  Corinna Vinschen  <corinna@vinschen.de>
4737
4738         * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.  
4739         * libc/string/Makefile.am: Add wcswidth.c and wcwidth.c
4740         * libc/string/Makefile.in: Regenerated.
4741         * libc/string/wcswidth.c: New file.
4742         * libc/string/wcwidth.c: New file.
4743         * libc/string/wcstrings.tex: Add wcswidth and wcwidth.
4744
4745 Thu Apr  3 14:01:16 2003  J"orn Rennecke <joern.rennecke@superh.com>
4746
4747         * libc/machine/sh/memset.S: Fix problem with alloco region
4748         exceeding destination region for length >= 88 bytes, start
4749         & 0x16 == 0, end & 0x1f == 18.
4750
4751 2001-04-03  Corinna Vinschen  <corinna@vinschen.de>
4752
4753         * libc/string/wcscoll.c: Fix comment.
4754
4755 2001-04-02  Corinna Vinschen  <corinna@vinschen.de>
4756
4757         * libc/include/wchar.h: Add definition for wcscoll.
4758         * libc/string/Makefile.am: Add wcscoll.c.
4759         * libc/string/Makefile.in: Regenerated.
4760         * libc/string/wcscoll.c: New file.
4761         * libc/string/wcstrings.tex: Add wcscoll.   
4762
4763 2003-04-01  Corinna Vinschen  <corinna@vinschen.de>
4764
4765         * libc/stdio/sscanf.c: Update flags description.
4766         * libc/stdio/vfscanf.c: Add CHAR flag value to denote 8 bit target
4767         type.
4768         (__svfscanf_r): Add 'hh' and 'll' handling.
4769
4770 2003-04-01  Corinna Vinschen  <corinna@vinschen.de>
4771
4772         * libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of
4773         __d_position member to _off_t.
4774
4775 2003-03-20  Jeff Johnston  <jjohnstn@redhat.com>
4776
4777         * libc/stdio/vfscanf.c (__svfscanf_r): For floating point conversion,
4778         count all characters used to create number against maximum width.
4779         * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Ditto.
4780
4781 2003-03-18  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
4782
4783         * libc/include/sys/h8300hms/crt0.S[__SIMULATOR__]: Add commandline
4784         support.
4785         * configure.host (h8300*-*-*): Added comment regarding -D__SIMULATOR__
4786         flag to support simulator only extensions.
4787
4788 2003-03-17  Bob Cassels  <bcassels@abinitio.com>
4789
4790         * libc/string/wcschr.c: (wcschr): Look for character first, 
4791         then for end of string, so you can do wcschr(x, '\0').
4792
4793 2003-03-10  Corinna Vinschen  <corinna@vinschen.de>     
4794
4795         * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello
4796         with internal (_fpos_t and _off_t) datatypes when compiling newlib.
4797         * libc/include/sys/unistd.h: Declare _lseek using _off_t.
4798         * libc/reent/lseekr.c (_lseek_r): Use _off_t instead of off_t.
4799         * libc/stdio/fseeko.c (fseeko): Ditto.
4800         * libc/stdio/ftello.c (ftello): Ditto.
4801         * libc/stdio/stdio.c (__swrite): Ditto.
4802         (__sseek): Ditto.
4803         * libc/stdio/fgetpos.c (fgetpos): Use _fpos_t instead of fpos_t.
4804         * libc/stdio/fseek.c (fseek): Ditto.
4805         * libc/stdio/fsetpos.c (fsetpos): Ditto.
4806         * libc/stdio/ftell.c (ftell): Ditto.
4807         * libc/stdio/local.h: Declare __sseek using _off_t.
4808
4809 2003-03-09  Corinna Vinschen  <corinna@vinschen.de>
4810
4811         * libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.
4812
4813 2003-03-09  Corinna Vinschen  <corinna@vinschen.de>
4814
4815         * libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
4816         Cygwin.
4817
4818 2003-03-09  Corinna Vinschen  <corinna@vinschen.de>
4819
4820         * libc/include/pwd.h: Add guards to avoid type clashes when compiling
4821         Cygwin.
4822         * libc/include/sys/stat.h: Ditto.
4823         * libc/include/sys/unistd.h: Ditto.
4824         * libc/sys/cygwin/sys/dirent.h: Ditto.
4825
4826 2003-03-07  Christopher Faylor  <cgf@redhat.com>
4827
4828         * libc/include/sys/unistd.h: Guard getopt.h call to force only
4829         declaration of getopt and avoid getopt_long declaration.
4830         * libc/sys/cygwin/include/unistd.h: Remove.
4831
4832 2003-03-07  Corinna Vinschen  <corinna@vinschen.de>
4833
4834         * configure.host: Define stdio64_dir for Cygwin.
4835         * libc/include/stdio.h: Change definition of fpos_t to fulfill
4836         Cygwin 64bit file access requirements.
4837         Drop definition of f*64() functions when compiled for Cygwin.
4838         * libc/include/sys/config.h: Define __LARGE64_FILES for Cygwin.
4839         * libc/reent/lseek64r.c: Use _off64_t instead of off64_t.
4840         * libc/stdio64/local64.h: Use _fpos64_t instead of fpos64_t.
4841
4842 2003-03-07   Jeff Johnston  <jjohnstn@redhat.com>
4843
4844         * libc/include/sys/reent.h: Remove extraneous _sig_func
4845         declaration.
4846
4847 2003-02-25   D.Venkatasubramanian <dvenkat@noida.hcltech.com>
4848
4849         * libc/sys/h8300hms/Makefile.am: Add support for new files.
4850         * libc/sys/h8300hms/Makefile.in: Regenerated.
4851         * libc/sys/h8300hms/close.S: New file.
4852         * libc/sys/h8300hms/fstat.S: Ditto.
4853         * libc/sys/h8300hms/lseek.S: Ditto.
4854         * libc/sys/h8300hms/open.S: Ditto.
4855         * libc/sys/h8300hms/stat.S: Ditto.
4856         * libc/sys/h8300hms/read.S: New file to replace read.c.
4857         * libc/sys/h8300hms/read.c: Removed.
4858         * libc/sys/h8300hms/syscalls.c: Removed functions _open,
4859         _lseek, _close, _stat, _fstat.
4860         * libc/sys/h8300hms/write.S: New file to replace write.c.
4861         * libc/sys/h8300hms/write.c: Removed.
4862
4863 2003-02-20  Nick Clifton  <nickc@redhat.com>
4864
4865         * Add support for Cirrus Maverick ARM co-processor:
4866         
4867         2000-09-13  Aldy Hernandez  <aldyh@redhat.com>
4868
4869                 * libc/include/machine/ieeefp.h: Set IEEE_BIG_ENDIAN or
4870                 IEEE_LITTLE_ENDIAN depending on endian mode (cirrus).
4871
4872         2000-08-11  Aldy Hernandez  <aldyh@redhat.com>
4873
4874                 * configure.host: set sys_dir, syscall_dir, and
4875                 newlib_cflags for ep9312 host.
4876
4877         * configure.host: Restore alpha sorting of entries in case
4878         statements.
4879
4880 2003-02-19  Jeff Johnston  <jjohnstn@redhat.com>
4881
4882         * libc/stdlib/mallocr.c (unlink): Revert 02/18 fix.
4883
4884 2003-02-18  Christian Groessler  <chris@groessler.org>
4885
4886         * libc/machine/z8k/setjmp.S (_setjmp / _longjmp): Fix to
4887         support z8001 segmented mode.
4888
4889 2003-02-18  Earnie Boyd  <earnie@users.sf.net>
4890
4891         * libc/stdlib/mallocr.c (unlink): Don't assign a value to a pointer
4892         with a NULL value.
4893
4894 2003-02-10  Christopher Faylor  <cgf@redhat.com>
4895
4896         * libc/include/sys/types.h: Don't define __MS_types__ for Cygwin.
4897         Don't define some types under cygwin.
4898
4899 2003-02-07  Jeff Johnston  <jjohnstn@redhat.com>
4900
4901         * acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration 
4902         option to allow disabling of syscalls being supplied in newlib.
4903         * aclocal.m4: Regenerated.
4904         * configure: Ditto.
4905         * configure.host: Add support of new configuration option and add
4906         -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled.
4907         * doc/aclocal.m4: Regenerated.
4908         * doc/configure: Ditto.
4909         * libc/*aclocal.m4: Ditto.
4910         * libc/*configure: Ditto.
4911         * libm/*aclocal.m4: Ditto.
4912         * libm/*configure: Ditto.
4913         * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option
4914         is disabled.
4915         * libc/sys/arm/Makefile.in: Regenerated.
4916
4917 2003-02-05  Jonathan Larmour  <jifl@eCosCentric.com>
4918
4919         * libc/stdio/vsprintf.c (vsprintf, _vsprintf_r): Set _file fd to
4920         -1 to be sure it cannot later match a valid file fd causing
4921         isatty() to return 1.
4922         * libc/stdio/asprintf.c (asprintf, _asprintf_r): Ditto.
4923         * libc/stdio/sprintf.c (sprintf, _sprintf_r): Ditto.
4924         * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Ditto.
4925
4926 2003-02-03  Jeff Johnston  <jjohnstn@redhat.com>
4927
4928         * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate the format
4929         buffer based on the precision, after we have processed the input value 
4930         in a local buffer and know its relative magnitude. 
4931
4932 2003-01-31  Michael Snyder  <msnyder@redhat.com>
4933
4934         * libc/sys/h8300hms/_exit.c (_exit, __exit):  Slip a magic cookie
4935         into registers r1 and r2, so that the simulator can distinguish
4936         this trap from a breakpoint trap.  Copied from libgloss.
4937
4938 2003-01-31  Michael Snyder  <msnyder@redhat.com>
4939
4940         * libc/sys/h8300hms/crt0.S (_start): Change local label
4941         from .loop to .Loop, so that ld and gdb will ignore it.
4942
4943 2003-01-29  Jason Tishler  <jason@tishler.net>
4944
4945         * libc/include/time.h: Declare nanosleep() under Cygwin.
4946
4947 2003-01-24  Nick Clifton  <nickc@redhat.com>
4948
4949         * Add sh2e support:
4950
4951         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
4952
4953                 * libc/machine/sh/asm.h: Added __SH2E__ next to __SH3E__.
4954                 * libc/machine/sh/setjmp.S: Likewise.
4955                 * libc/include/machine/ieeefp.h: Likewise.
4956
4957 2003-01-24  Corinna Vinschen  <corinna@vinschen.de>
4958
4959         * libc/include/sys/unistd.h: Add setregid and setreuid declarations
4960         for Cygwin.
4961
4962 2003-01-21 Anita Kulkarni  <anitak@kpit.com>
4963   
4964         * libc/time/difftime.c : Typecast the result to double.
4965
4966 2003-01-20  Christopher Faylor  <cgf@redhat.com>
4967
4968         * libc/include/sys/unistd.h: Add rresvport declaration for cygwin.
4969
4970 2003-01-18  Nick Clifton  <nickc@redhat.com>
4971
4972         * libc/include/machine/ieeefp.h : Define __IEEE_BIG_ENDIAN,
4973         __SMALL_BITFIELDS and _DOUBLE_IS_32BITS for IP2K.
4974
4975 2003-01-16  Joel Sherrill <joel@OARcorp.com>
4976
4977         * libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h,
4978         libc/sys/rtems/sys/syslimits.h: Update to be in sync with what 
4979         constants are defined in each file in the shared versions in
4980         libc/include.
4981         * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to
4982         autoconf can link programs.
4983         * libc/include/machine/types.h: Explicitly specify signed on
4984         intXX_t types to ensure they are signed.
4985
4986 2003-01-14  Christopher Faylor  <cgf@redhat.com>
4987
4988         * libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU
4989         extensions.
4990
4991 2003-01-08  Richard Sandiford  <rsandifo@redhat.com>
4992
4993         * configure.host (mips64vr-elf, mips64vrel-elf): New config.
4994
4995 2003-01-07  Charles Wilson  <cwilson@ece.gatech.edu>
4996
4997         * libc/stdio/sprintf.c: fix typo
4998         * libc/stdio/vfprintf.c: fix typo
4999
5000 2003-01-07  Jeff Johnston  <jjohnstn@redhat.com>
5001
5002         * configure.host: Support long double I/O for x86-linux.
5003         * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer
5004         large enough to hold formatted result.
5005         * libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
5006
5007 2003-01-06  Charles Wilson  <cwilson@ece.gatech.edu>
5008
5009         * Makefile.am: Add vasprintf.
5010         * Makefile.in: Regenerated.
5011
5012 2003-01-06  Charles Wilson  <cwilson@ece.gatech.edu>
5013
5014         * asprintf.c (_asprintf_r): insure both declarations
5015         are the same.
5016
5017 2002-12-28  Christopher Faylor  <cgf@redhat.com>
5018
5019         * libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather
5020         than defining getopt directly.
5021
5022 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5023
5024         * NEWS: Update with 1.11.0 info.
5025         * README: Ditto.
5026         * acinclude.m4: Change version number to 1.11.0.
5027         * aclocal.m4: Regenerated.
5028         * configure: Ditto.
5029         * doc/aclocal.m4: Ditto.
5030         * doc/configure: Ditto.
5031         * libc/*/aclocal.m4: Ditto.
5032         * libc/*/configure: Ditto.
5033         * libc/libc.texinfo: Ditto.
5034         * libm/*/aclocal.m4: Ditto.
5035         * libm/*/configure: Ditto.
5036         * libm/libm.texinfo: Ditto.
5037         * libc/sys/linux/shared.ld: Add VERS_1.11.
5038
5039 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5040
5041         * libc/machine/i386/f_atan2.S: Change copyright from Cygnus
5042         Solutions to Red Hat Inc.
5043         * libc/machine/i386/f_atan2f.S: Ditto.
5044         * libc/machine/i386/f_exp.c: Ditto.
5045         * libc/machine/i386/f_expf.c: Ditto.
5046         * libc/machine/i386/f_frexp.S: Ditto.
5047         * libc/machine/i386/f_frexpf.S: Ditto.
5048         * libc/machine/i386/f_ldexp.S: Ditto.
5049         * libc/machine/i386/f_ldexpf.S: Ditto.
5050         * libc/machine/i386/f_log.S: Ditto.
5051         * libc/machine/i386/f_log10.S: Ditto.
5052         * libc/machine/i386/f_log10f.S: Ditto.
5053         * libc/machine/i386/f_logf.S: Ditto.
5054         * libc/machine/i386/f_pow.c: Ditto.
5055         * libc/machine/i386/f_powf.c: Ditto.
5056         * libc/machine/i386/f_tan.S: Ditto.
5057         * libc/machine/i386/f_tanf.S: Ditto.
5058         * libc/machine/i386/memchr.S: Ditto.
5059         * libc/machine/i386/memcmp.S: Ditto.
5060         * libc/machine/i386/memcpy.S: Ditto.
5061         * libc/machine/i386/memmove.S: Ditto.
5062         * libc/machine/i386/memset.S: Ditto.
5063         * libc/machine/i386/strchr.S: Ditto.
5064         * libc/machine/i386/strlen.S: Ditto.
5065         * libm/machine/i386/f_atan2.S: Ditto.
5066         * libm/machine/i386/f_atan2f.S: Ditto.
5067         * libm/machine/i386/f_exp.c: Ditto.
5068         * libm/machine/i386/f_expf.c: Ditto.
5069         * libm/machine/i386/f_frexp.S: Ditto.
5070         * libm/machine/i386/f_frexpf.S: Ditto.
5071         * libm/machine/i386/f_ldexp.S: Ditto.
5072         * libm/machine/i386/f_ldexpf.S: Ditto.
5073         * libm/machine/i386/f_log.S: Ditto.
5074         * libm/machine/i386/f_log10.S: Ditto.
5075         * libm/machine/i386/f_log10f.S: Ditto.
5076         * libm/machine/i386/f_logf.S: Ditto.
5077         * libm/machine/i386/f_pow.c: Ditto.
5078         * libm/machine/i386/f_powf.c: Ditto.
5079         * libm/machine/i386/f_tan.S: Ditto.
5080         * libm/machine/i386/f_tanf.S: Ditto.
5081
5082 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5083
5084         * libc/stdlib/environ.c: Update license to Red Hat.
5085         * libc/machine/hppa/setjmp.S: Ditto.
5086         * libm/test/Makefile.in: Ditto.
5087
5088 2002-12-19  Jeff Johnston  <jjohnstn@redhat.com>
5089
5090         * configure.host: Remove references to go32.
5091         * libc/sys/go32/*: Removed.
5092
5093 2002-12-16  Kazu Hirata  <kazu@cs.umass.edu>
5094
5095         * libc/include/sys/config.h: Change setting of INT_MAX
5096         and UINT_MAX, to use __INT_MAX__ for __H8300__, __H8300H__,
5097         __H8300S__.  Also consolidate flag settings for these
5098         platforms.
5099
5100 2002-12-10  Joel Sherrill  <joel@OARcorp.com>
5101
5102         * libc/include/machine/setjmp.h: Make sure _JBLEN is defined
5103         for i386-rtems targets.
5104
5105 2002-12-06  Jeff Johnston  <jjohnstn@redhat.com>
5106
5107         * libc/include/stdlib.h (strtof): New prototype (from C99).
5108         (strtodf): Changed from prototype to macro which redefines
5109         to strtof.
5110         * libc/stdlib/atof.c: Change documentation to refer to strtof
5111         instead of strtodf.
5112         * libc/stdlib/atoff.c (atoff): Change to call strtof instead of
5113         strtodf.
5114         * libc/stdlib/strtod.c (strtodf): Renamed to strtof.
5115         (strtof): New function.
5116         * libm/test/convert.c (test_strtodf): Renamed to test_strtof which
5117         calls strtof.
5118
5119 2002-11-27  Christopher Faylor  <cgf@redhat.com>
5120
5121         * libc/string/memset.c (memset): Fix comment.
5122
5123 2002-11-26  Christopher Faylor  <cgf@redhat.com>
5124
5125         * libc/string/memset.c (memset): Move initialization of 'd' earlier in
5126         function.
5127
5128 2002-11-25  Christopher Faylor  <cgf@redhat.com>
5129
5130         * libc/string/memset.c (memset): Minor optimization: Use new 'd'
5131         variable, introduced below, everywhere.
5132
5133 2002-11-25  Kazu Hirata  <kazu@cs.umass.edu>
5134
5135         * libc/string/memset.c (memset): Make it safe even if
5136         sizeof (int) = 2.
5137
5138 2002-11-22  Joe Buehler  <jbuehler@hekimian.com>
5139
5140         * configure.in: Change check for libc/include in ${CC} to
5141         use an intermediate value so as to work with different shells.
5142         * configure: Regenerated.
5143         * Makefile.in: Ditto.
5144
5145 2002-11-22  Vijay L. Khuspe  <vijayk1@kpit.com>
5146
5147         * libc/sys/h8300hms/read.c: Add support for normal mode
5148         architecture.
5149
5150 2002-11-20  Ryo Tsuruta  <ryo@kitanet.ne.jp>
5151
5152         * libc/machine/h8300/setjmp.S (setjmp, longjmp): Combine common
5153         code for __H8300H__ and __H8300S__.  Also return 32-bit return code
5154         when -mint32 is used.
5155
5156 2002-11-18  Nick Clifton  <nickc@redhat.com>
5157
5158         * libc/sys/arm/crt0.S: Add NULL to end of argv array.
5159
5160 2002-11-14  Jeff Johnston  <jjohnstn@redhat.com>
5161
5162         * testsuite/lib/passfail.exp (newlib_pass_fail): Changed to
5163         only issue one pass/fail message for a compile/link/execute.
5164         * testsuite/newlib.elix/elix.exp: New file.
5165         * testsuite/newlib.elix/tmmap.c: Ditto.
5166
5167 2002-11-06  Christopher Faylor  <cgf@redhat.com>
5168
5169         * libc/stdlib/malign.c: Don't compile if MALLOC_PROVIDED.
5170         * libc/stdlib/mlock.c: Ditto.
5171         * libc/stdlib/msize.c: Ditto.
5172         * libc/stdlib/msize.c: Ditto.
5173         * libc/stdlib/mtrim.c: Ditto.
5174         * libc/stdlib/valloc.c: Ditto.
5175
5176 2002-11-12  Jeff Johnston  <jjohnstn@redhat.com>
5177
5178         * libc/stdlib/ldtoa.c (e64toe): When checking the exponent
5179         for inf/nan, make sure that the check ignores the sign bit.
5180
5181 2002-11-07  Joel Sherrill <joel@OARcorp.com>
5182
5183         * libc/sys/rtems/machine: New directory.
5184         * libc/sys/rtems/machine/limits.h, libc/sys/rtems/machine/param.h,
5185         libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h,
5186         libc/sys/rtems/sys/utime.h: New files added to make *-rtems newlib
5187         targets more BSD like when installed without requiring files to
5188         be overwritten at install point when RTEMS itself is installed.
5189         * Makefile.am: Pick up system dependent machine .h files such as
5190         might be found on a BSD-ish system.
5191         * Makefile.in: Regenerate.
5192         * libc/include/machine/types.h: When on an RTEMS target, define a
5193         few BSD flavor types. 
5194
5195 2002-11-06  Sergey Okhapkin  <sos@prospect.com.ru>
5196
5197         * include/utmp.h: Define WTMP_FILE.  Define and use UT_IDLEN.
5198
5199 2002-11-06  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
5200
5201         * libc/include/wchar.h: Use _{BEGIN,END}_STD_C instead of extern "C".
5202         * libc/include/wctype.h: Ditto.
5203
5204 2002-11-04  Jeff Johnston  <jjohnstn@redhat.com>
5205
5206         * libc/include/wchar.h: Add extern "C" specifier if C++.
5207         * libc/include/wctype.h: Ditto.
5208
5209 2002-10-18  Jeff Johnston  <jjohnstn@redhat.com>
5210
5211         * testsuite/newlib.wctype/tiswctype.c: New test case.
5212         * testsuite/newlib.wctype/twctrans.c: Ditto.
5213
5214 2002-10-18  Jeff Johnston  <jjohnstn@redhat.com>
5215
5216         * libc/sys/linux/machine/i386/include/endian.h: New file.
5217         * libc/sys/linux/machine/i386/include/param.h: Ditto.
5218
5219 2002-10-18  Jeff Johnston  <jjohnstn@redhat.com>
5220
5221         * libm/machine/i386/aclocal.m4: Regenerated.
5222         * libm/machine/i386/configure: Ditto.
5223
5224 2002-10-18  Jeff Johnston  <jjohnstn@redhat.com>
5225
5226         * testsuite/include/check.h: New header file to use with
5227         test cases.
5228         * testsuite/lib/newlib.exp: Add testsuite/include directory
5229         to list of header files to use.
5230         * testsuite/newlib.wctype/twctype.c: New test case for iswctype fns.
5231         * testsuite/newlib.wctype/wctype.exp: New file.
5232
5233 2002-10-11  Graham Stott  <graham.stott@btinternet.com>
5234             Richard Sandiford  <rsandifo@redhat.com>
5235
5236         * libc/include/sys/config.h (SIZE_T_SMALLER_THAN_LONG): Undefine.
5237         * libc/stdlib/mallocr.c (long_sub_size_t): Define in a way that
5238         doesn't require the SIZE_T_SMALLER_THAN_LONG macro.
5239
5240 2002-10-07      Joel Sherrill <joel@OARcorp.com>
5241
5242         * libc/sys/rtems/crt0.c: Add even more symbols so gcc() can link
5243         dummy programs.
5244
5245 2002-10-07      Joel Sherrill <joel@OARcorp.com>
5246
5247         * libc/include/pthread.h: Define PTHREAD_CANCELED.
5248
5249 2002-10-07      Joel Sherrill <joel@OARcorp.com>
5250
5251         * libc/machine/hppa/DEFS.h, libc/machine/hppa/pcc_prefix.s,
5252         libc/machine/hppa/setjmp.S, libc/machine/hppa/DEFS.h: Make this
5253         compile with current GNU tools.
5254
5255 2002-10-07  Jeff Johnston  <jjohnstn@redhat.com>
5256
5257         * Makefile.am: Add EXTRA_DIRS to allow future dependencies on
5258         the build library.
5259         * configure.in: Ditto.
5260         * Makefile.in: Regenerated.
5261         * configure: Ditto.
5262         * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS
5263         for specifying configured libraries/directories.
5264         * libc/sys/linux/configure.in: Ditto.
5265         * libc/sys/linux/Makefile.in: Regenerated.
5266         * libc/sys/linux/configure: Ditto.
5267
5268 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
5269
5270         * libc/include/reent.h: Update documentation at start of file.
5271
5272 2002-09-27  Jim Wilson  <wilson@redhat.com>
5273
5274         * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing
5275         the ctbp register.
5276
5277 2002-09-27  Jeff Johnston  <jjohnstn@redhat.com>
5278
5279         * libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.
5280         Also convert to EUCJP before using arrays.  For values not in
5281         the conversion arrays, return WEOF.
5282         * libc/ctype/jp2uc.h: Change from one array to a number of
5283         arrays to account for the fact that the originating table
5284         is not contiguous for the input values since some are invalid.
5285
5286 2002-09-24  Jeff Johnston  <jjohnstn@redhat.com>
5287
5288         * libc/time/ctime.c: Fix prototype documentation.
5289
5290 2002-09-24  Corinna Vinschen  <corinna@vinschen.de>
5291
5292         * libc/include/sys/errno.h: Add EOVERFLOW.
5293
5294 2002-09-20  Jeff Johnston  <jjohnstn@redhat.com>
5295
5296         * libc/include/wctype.h: New file.
5297
5298 2002-09-20  Jeff Johnston  <jjohnstn@redhat.com>
5299
5300         * libc/ctype/Makefile.am: Add new files.
5301         * libc/ctype/Makefile.in: Regenerated.
5302         * libc/ctype/ctype.tex: Add new iswxxxx, towxxxx, wctype,
5303         and wctrans functions to documentation index.
5304         * libc/ctype/iswalnum.c: New file.
5305         * libc/ctype/iswalpha.c: Ditto.
5306         * libc/ctype/iswblank.c: Ditto.
5307         * libc/ctype/iswcntrl.c: Ditto.
5308         * libc/ctype/iswctype.c: Ditto.
5309         * libc/ctype/iswdigit.c: Ditto.
5310         * libc/ctype/iswgraph.c: Ditto.
5311         * libc/ctype/iswlower.c: Ditto.
5312         * libc/ctype/iswprint.c: Ditto.
5313         * libc/ctype/iswpunct.c: Ditto.
5314         * libc/ctype/iswspace.c: Ditto.
5315         * libc/ctype/iswupper.c: Ditto.
5316         * libc/ctype/iswxdigit.c: Ditto.
5317         * libc/ctype/jp2uc.c: Ditto.
5318         * libc/ctype/jp2uc.h: Ditto.
5319         * libc/ctype/local.h: Ditto.
5320         * libc/ctype/towctrans.c: Ditto.
5321         * libc/ctype/towlower.c: Ditto.
5322         * libc/ctype/towupper.c: Ditto.
5323         * libc/ctype/utf8alpha.h: Ditto.
5324         * libc/ctype/utf8print.h: Ditto.
5325         * libc/ctype/utf8punct.h: Ditto.
5326         * libc/ctype/wctrans.c: Ditto.
5327         * libc/ctype/wctype.c: Ditto.
5328         * libc/locale/locale.c (__lc_ctype): New external array to
5329         replace static lc_ctype array.
5330         * libc/stdlib/mbtowc_r.c: Use __lc_ctype to check current lc_ctype
5331         rather than reentrancy structure's _current_locale field.
5332         * libc/stdlib/wctomb_r.c: Ditto.
5333
5334 2002-09-20  Jeff Johnston  <jjohnstn@redhat.com>
5335
5336         * configure.host: Minor comment and formatting changes.
5337         * libc/Makefile.am: Add libc_la_DEPENDENCIES.
5338         * libc/Makefile.in: Regenerated.
5339         * libc/include/sys/config.h: Minor format change.
5340
5341 2002-09-19  Jeff Johnston  <jjohnstn@redhat.com>
5342
5343         * libc/syscalls/sysfcntl.c (fcntl): Fix typo in preprocessor
5344         statement comment.
5345
5346 2002-09-19  Jeff Johnston  <jjohnstn@redhat.com>
5347
5348         * libc/posix/opendir.c (opendir): Change code to check
5349         for HAVE_FCNTL before calling fcntl.
5350         * libc/search/hash.c (hash_open): Ditto.
5351         * libc/search/hash_page.c (open_tmp): Ditto.
5352         * libc/reent/Makefile.am: Add fcntlr.c.
5353         * libc/reent/Makefile.in: Regenerated.
5354         * libc/reent/fcntlr.c: New file.
5355         * libc/stdio/fdopen.c (_fdopen_r): Change to call _fcntl_r
5356         instead of _fcntl when HAVE_FCNTL flag is set.
5357         * libc/syscalls/sysfcntl.c (fcntl): Check for HAVE_FCNTL flag
5358         to see if _fcntl or _fcntl_r should be called.  If flag is not
5359         set, default to ENOSYS stub.
5360
5361 2002-09-16  Jeff Johnston  <jjohnstn@redhat.com>
5362
5363         * libc/include/wchar.h (mbstate_t): Change protective flag to
5364         be _MBSTATE_T.
5365         * libc/include/sys/_types.h (_mbstate_t): Remove protective flag.
5366         [__CYGWIN__]: Remove special code that defines mbstate_t and WEOF
5367         for Cygwin.
5368         * libc/sys/linux/sys/_types.h (_mbstate_t): Remove protective flag.
5369
5370 2002-09-11  Jeff Johnston  <jjohnstn@redhat.com>
5371
5372         * acinclude.m4 (enable-newlib-mb): Change check to
5373         default newlib_mb variable to empty string rather than "no".
5374         * configure.host: Remove hard-coding of -DMB_CAPABLE for
5375         x86-linux and Cygwin.  Add code to check for newlib_mb
5376         being unset in which case set to "yes" for x86-linux and
5377         Cygwin.  Change check for newlib_mb being "yes" to allow
5378         for an empty string.
5379         * configure.in (_MB_LEN_MAX): New AC_DEFINE.
5380         * newlib.hin (_MB_LEN_MAX): New define to configure.
5381         * aclocal.m4: Regenerated.
5382         * configure: Ditto.
5383         * libc/include/limits.h: New file.
5384         * libc/sys/linux/include/limits.h: Ditto.
5385         * doc/aclocal.m4 doc/configure libc/aclocal.m4
5386           libc/configure libc/machine/aclocal.m4
5387           libc/machine/configure libc/machine/a29k/aclocal.m4
5388           libc/machine/a29k/configure libc/machine/arm/aclocal.m4
5389           libc/machine/arm/configure libc/machine/d10v/aclocal.m4
5390           libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
5391           libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
5392           libc/machine/fr30/configure libc/machine/frv/aclocal.m4
5393           libc/machine/frv/configure libc/machine/h8300/aclocal.m4
5394           libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
5395           libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
5396           libc/machine/hppa/configure libc/machine/i386/aclocal.m4
5397           libc/machine/i386/configure libc/machine/i960/aclocal.m4
5398           libc/machine/i960/configure libc/machine/m32r/aclocal.m4
5399           libc/machine/m32r/configure libc/machine/m68hc11/aclocal.m4
5400           libc/machine/m68hc11/configure libc/machine/m68k/aclocal.m4
5401           libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
5402           libc/machine/m88k/configure libc/machine/mips/aclocal.m4
5403           libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
5404           libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
5405           libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
5406           libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
5407           libc/machine/powerpc/configure libc/machine/sh/aclocal.m4
5408           libc/machine/sh/configure libc/machine/sparc/aclocal.m4
5409           libc/machine/sparc/configure libc/machine/tic80/aclocal.m4
5410           libc/machine/tic80/configure libc/machine/v850/aclocal.m4
5411           libc/machine/v850/configure libc/machine/w65/aclocal.m4
5412           libc/machine/w65/configure libc/machine/xscale/aclocal.m4
5413           libc/machine/xscale/configure
5414           libc/machine/xstormy16/aclocal.m4
5415           libc/machine/xstormy16/configure libc/machine/z8k/aclocal.m4
5416           libc/machine/z8k/configure libc/sys/aclocal.m4
5417           libc/sys/configure libc/sys/a29khif/aclocal.m4
5418           libc/sys/a29khif/configure libc/sys/arc/aclocal.m4
5419           libc/sys/arc/configure libc/sys/arm/aclocal.m4
5420           libc/sys/arm/configure libc/sys/cygwin/aclocal.m4
5421           libc/sys/cygwin/configure libc/sys/d10v/aclocal.m4
5422           libc/sys/d10v/configure libc/sys/decstation/aclocal.m4
5423           libc/sys/decstation/configure libc/sys/go32/aclocal.m4
5424           libc/sys/go32/configure libc/sys/h8300hms/aclocal.m4
5425           libc/sys/h8300hms/configure libc/sys/h8500hms/aclocal.m4
5426           libc/sys/h8500hms/configure libc/sys/idt/aclocal.m4
5427           libc/sys/idt/configure libc/sys/linux/aclocal.m4
5428           libc/sys/linux/configure
5429           libc/sys/linux/machine/aclocal.m4
5430           libc/sys/linux/machine/configure
5431           libc/sys/linux/machine/i386/aclocal.m4
5432           libc/sys/linux/machine/i386/configure
5433           libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
5434           libc/sys/mmixware/aclocal.m4 libc/sys/mmixware/configure
5435           libc/sys/netware/aclocal.m4 libc/sys/netware/configure
5436           libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
5437           libc/sys/sh/aclocal.m4 libc/sys/sh/configure
5438           libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
5439           libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
5440           libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
5441           libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
5442           libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
5443           libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
5444           libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
5445           libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
5446           libc/sys/w65/aclocal.m4 libc/sys/w65/configure
5447           libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
5448           libm/aclocal.m4 libm/configure: Regenerated.
5449
5450 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
5451
5452         * libc/sys/linux/machine/i386/crt0.c (_start): Remove
5453         code that clears the .bss section.
5454
5455 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
5456
5457         * libc/include/sys/_types.h (_mbstate_t): Changed to use
5458         unsigned char internally.
5459         * libc/sys/linux/sys/_types.h: Ditto.
5460         * libc/include/sys/reent.h
5461         * libc/stdlib/mblen.c (mblen): Use function-specific state
5462         value from default reentrancy structure.
5463         * libc/stdlib/mblen_r.c (_mblen_r):  If return code from
5464         _mbtowc_r is less than 0, reset state __count value and
5465         return -1.
5466         * libc/stdlib/mbrlen.c (mbrlen): If the input state pointer
5467         is NULL, use the function-specific pointer provided in the
5468         default reentrancy structure.
5469         * libc/stdlib/mbrtowc.c: Add reentrant form of function.
5470         If input state pointer is NULL, use function-specific area
5471         provided in reentrancy structure.
5472         * libc/stdlib/mbsrtowcs.c: Ditto.
5473         * libc/stdlib/wcrtomb.c: Ditto.
5474         * libc/stdlib/wcsrtombs.c: Ditto.
5475         * libc/stdlib/mbstowcs.c: Reformat.
5476         * libc/stdlib/wcstombs.c: Ditto.
5477         * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): If an error occurs,
5478         reset the state's __count value and return -1.
5479         * libc/stdlib/mbtowc.c: Ditto.
5480         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Add restartable functionality.
5481         If number of bytes is used up before completing a valid multibyte
5482         character, return -2 and save the state.
5483         * libc/stdlib/wctomb_r.c (_wctomb_r): Define __state as __count
5484         and change some __count references to __state for clarity.
5485
5486 2002-09-06  Jeff Johnston  <jjohnstn@redhat.com>
5487
5488         * libc/include/sys/config.h (MB_LEN_MAX): Removed as this
5489         is defined by <limits.h>.
5490
5491 2002-09-05  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
5492
5493         * libc/include/wchar.h (WCHAR_MAX): Only define if not already
5494         defined.
5495
5496 2002-09-04  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
5497
5498         * libc/include/sys/config.h: Define accordingly __WCHAR_MAX__.
5499         * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as
5500         __WCHAR_MAX__ or 0x7fffffffu.
5501         * libc/string/wcscmp.c: Delete wrong and unnecessary type cast.
5502         * libc/string/wcsncmp.c: Ditto.
5503
5504 2002-09-03  Jeff Johnston  <jjohnstn@redhat.com>
5505
5506         * libc/string/wcschr.c: Add include of <stddef.h>.
5507         * libc/string/wcspbrk.c: Ditto.
5508         * libc/string/wcsrchr.c: Ditto.
5509         * libc/string/wcsstr.c: Ditto.
5510
5511 2002-09-03  Jeff Johnston  <jjohnstn@redhat.com>
5512
5513         * libc/include/sys/_types.h (_flock_t): Added.
5514         * libc/include/sys/lock.h (__lock_try_acquire): New interface.
5515         (__lock_try_acquire_recursive): Ditto.
5516         * libc/include/sys/reent.h (__sFILE, __sFILE64): Add new
5517         _lock field.
5518         * libc/stdio/findfp.c (std)[!__SINGLE_THREAD__]: Initialize _lock
5519         field.
5520         * libc/stdio/fopen.c (_fopen_r)[!__SINGLE_THREAD__]: Ditto.
5521         * libc/stdio64/fopen64.c (_fopen64_r)[!__SINGLE_THREAD__]: Ditto.
5522         * libc/sys/linux/include/time.h (struct timespec): Moved from
5523         <sys/types.h> and added check for __need_timespec flag so type
5524         can be defined by itself.
5525         * libc/sys/linux/sys/_types.h (_flock_t): New type.
5526         * libc/sys/linux/sys/types.h (struct timespec): Moved to
5527         <time.h>.
5528
5529 2002-08-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5530
5531         * libc/sys/linux/argp: New directory.
5532         * libc/sys/linux/getopt.c: New file.
5533         * libc/sys/linux/getopt1.c: New file.
5534         * libc/sys/linux/getoptlong.c: Remove file.
5535         * libc/sys/linux/include/argp.h: New file.
5536         * libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB,
5537         based on ELIX level.
5538         (SUBDIRS): Add argp_dir.
5539         (SUBLIBS): Add ARGP_LIB.
5540         (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove
5541         getopt_long.$(oext).
5542         * libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile.
5543
5544 2002-08-29  Jeff Johnston  <jjohnstn@redhat.com>
5545
5546         * libc/libc.texinfo: Add node reference to wide-character strings.
5547         * libc/string/wcstrings.tex: New file.
5548         * libc/string/strtok_r.c: Remove outdated advertising clause.
5549         * libc/string/Makefile.am (doc): Add wide-character string
5550         chapter to documentation.
5551         * libc/string/Makefile.in: Regenerated.
5552
5553 2002-08-29  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
5554
5555         * libc/include/wchar.h: Define NULL. Define WEOF more general
5556         way. Declare functions in newlib manner.
5557         * libc/stdlib/Makefile.am: Delete wmem*.c
5558         * libc/stdlib/Makefile.in: Regenerated.
5559         * libc/stdlib/wmemchr.c: Delete.
5560         * libc/stdlib/wmemcmp.c: Ditto.
5561         * libc/stdlib/wmemcpy.c: Ditto.
5562         * libc/stdlib/wmemmove.c: Ditto.
5563         * libc/stdlib/wmemset.c: Ditto.
5564         * libc/string/Makefile.am: Add wmem*.c and wcs*.c.
5565         * libc/string/Makefile.in: Regenerated.
5566         * libc/string/wcscat.c: New file derived from the NetBSD C Library.
5567         * libc/string/wcschr.c: Ditto.
5568         * libc/string/wcscmp.c: Ditto.
5569         * libc/string/wcscpy.c: Ditto.
5570         * libc/string/wcscspn.c: Ditto.
5571         * libc/string/wcslcat.c: Ditto.
5572         * libc/string/wcslcpy.c: Ditto.
5573         * libc/string/wcslen.c: Ditto.
5574         * libc/string/wcsncat.c: Ditto.
5575         * libc/string/wcsncmp.c: Ditto.
5576         * libc/string/wcsncpy.c: Ditto.
5577         * libc/string/wcspbrk.c: Ditto.
5578         * libc/string/wcsrchr.c: Ditto.
5579         * libc/string/wcsspn.c: Ditto.
5580         * libc/string/wcsstr.c: Ditto.
5581         * libc/string/wmemchr.c: Ditto.
5582         * libc/string/wmemcmp.c: Ditto.
5583         * libc/string/wmemcpy.c: Ditto.
5584         * libc/string/wmemmove.c: Ditto.
5585         * libc/string/wmemset.c: Ditto.
5586
5587 2002-08-29  Jeff Johnston  <jjohnstn@redhat.com>
5588
5589         * libc/locale/locale.c (_setlocale_r)[MB_CAPABLE]: Fix so
5590         default locale "" is accepted for LC_CTYPE or LC_MESSAGES
5591         and is treated as if "C" was specified.
5592
5593 2002-08-28  Jeff Johnston  <jjohnstn@redhat.com>
5594
5595         * Makefile.am (install-data-local): Move install of build
5596         newlib.h after installing headers in libc/include so as to
5597         overwrite default newlib.h.
5598         * Makefile.in: Regenerated.
5599
5600 2002-08-28  Jeff Johnston  <jjohnstn@redhat.com>
5601
5602         * libc/include/newlib.h: New file for tools that use newlib
5603         headers but don't build newlib first (e.g. gcc).
5604
5605 2002-08-28  Jeff Johnston  <jjohnstn@redhat.com>
5606
5607         * libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>.
5608         * libc/stdlib/wmemcmp.c: Ditto.
5609         * libc/stdlib/wmemcpy.c: Ditto.
5610         * libc/stdlib/wmemmove.c: Ditto.
5611         * libc/stdlib/wmemset.c: Ditto.
5612
5613 2002-08-27  Egor Duda  <deo@logos-m.ru>
5614
5615         * libc/stdlib/wmemchr.c: New file.
5616         * libc/stdlib/wmemcmp.c: Ditto.
5617         * libc/stdlib/wmemcpy.c: Ditto.
5618         * libc/stdlib/wmemmove.c: Ditto.
5619         * libc/stdlib/wmemset.c: Ditto.
5620         * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add new files.
5621         * configure.host: Default -DMB_CAPABLE for cygwin.
5622         * libc/include/wchar.h: Declare wmemchr(), wmemcmp(), wmemcpy(),
5623         wmemmove() and wmemset().  Add include of <_ansi.h>.
5624         * libc/stdlib/Makefile.in: Regenerate.
5625
5626 2002-08-27  Jeff Johnston  <jjohnstn@redhat.com>
5627
5628         * configure.host: Remove _ELIX_LEVEL flag setting.
5629         * Makefile.am(stmp-targ-include): Copy newlib.h to targ-include.
5630         (install-data-local): Install newlib.h.
5631         * Makefile.in: Regenerated.
5632         * aclocal.m4: Ditto.
5633         * configure: Ditto.
5634         * configure.in: Add AM_CONFIG_HEADER to generate newlib.h based on 
5635         newlib.hin.  Add AC_DEFINE_UNQUOTED entries for _ELIX_LEVEL
5636         and _NEWLIB_VERSION to fill in newlib.h header file entries.
5637         In AC_OUTPUT statement, unset ac_file so multilib support does
5638         not use last ac_file temporary used in newlib.h configuration.
5639         * libc/include/_ansi.h: Include <newlib.h>.
5640         * newlib.hin: New template file for newlib.h.
5641         * stamp-h.in: New file.
5642
5643 2002-08-26  Wu Yongwei <adah@netstd.com>
5644
5645         * time.h (timezonevar): Change "#if" to "#ifdef".
5646
5647 2002-08-26  Jeff Johnston  <jjohnstn@redhat.com>
5648
5649         * Makefile.am(LIBC_OBJECTLISTS): Add STDIO64_OBJECTLIST.
5650         * Makefile.in: Regenerated.
5651         * acinclude.m4: Add support for --enable-newlib-elix-level option.
5652         * aclocal.m4: Regenerated.
5653         * configure: Ditto.
5654         * configure.host: Add code to define _ELIX_LEVEL if
5655         --enable-newlib-elix-level option is used.
5656         * configure.in: 
5657         * libc/aclocal.m4: Regenerated.
5658         * libc/configure: Ditto.
5659         * libc/argz/Makefile.am: Add EL/IX level checking.
5660         * libc/argz/Makefile.in: Regenerated.
5661         * libc/argz/dummy.c: New file.
5662         * libc/ctype/Makefile.am: Add EL/IX level checking.
5663         * libc/ctype/Makefile.in: Regenerated.
5664         * libc/locale/Makefile.am: Add EL/IX level checking.
5665         * libc/locale/Makefile.in: Regenerated.
5666         * libc/posix/Makefile.am: Add EL/IX level checking.
5667         * libc/posix/Makefile.in: Regenerated.
5668         * libc/posix/telldir.c: Add EL/IX level checking.
5669         * libc/reent/Makefile.am: Ditto.
5670         * libc/reent/fstat64r.c: Ditto.
5671         * libc/reent/lseek64r.c: Ditto.
5672         * libc/reent/open64r.c: Ditto.
5673         * libc/reent/Makefile.in: Regenerated.
5674         * libc/search/Makefile.am: Add EL/IX level checking.
5675         * libc/search/Makefile.in: Regenerated.
5676         * libc/stdio/Makefile.am: Add EL/IX level checking.
5677         * libc/stdio/Makefile.in: Regenerated.
5678         * libc/stdio64/Makefile.am: Add EL/IX level checking.
5679         * libc/stdio64/Makefile.in: Regenerated.
5680         * libc/stdio64/dummy.c: New file.
5681         * libc/stdio64/fgetpos64.c: Fix so _LARGE64_FILES macro is checked
5682         after first include.
5683         * libc/stdio64/fopen64.c: Ditto.
5684         * libc/stdio64/freopen64.c: Ditto.
5685         * libc/stdio64/fseeko64.c: Ditto.
5686         * libc/stdio64/fsetpos64.c: Ditto.
5687         * libc/stdio64/ftello64.c: Ditto.
5688         * libc/stdio64/tmpfile64.c: Ditto.
5689         * libc/stdlib/Makefile.am: Add EL/IX level checking.
5690         * libc/stdlib/Makefile.in: Regenerated.
5691         * libc/stdlib/mstats.c: Add EL/IX level checking.
5692         * libc/string/Makefile.am: Ditto.
5693         * libc/string/Makefile.in: Regenerated.
5694         * libc/sys/linux/Makefile.am: Add EL/IX level checking.
5695         * libc/sys/linux/Makefile.in: Regenerated.
5696         * libc/sys/linux/aclocal.m4: Ditto.
5697         * libc/sys/linux/configure: Ditto.
5698         * libc/sys/linux/aio.c: Add EL/IX level checking.
5699         * libc/sys/linux/ftok.c: Ditto.
5700         * libc/sys/linux/getdate.c: Ditto.
5701         * libc/sys/linux/ids.c: Ditto.
5702         * libc/sys/linux/inode.c: Ditto.
5703         * libc/sys/linux/io.c: Ditto.
5704         * libc/sys/linux/process.c: Ditto.
5705         * libc/sys/linux/resource.c: Ditto.
5706         * libc/sys/linux/sched.c: Ditto.
5707         * libc/sys/linux/sig.c: Ditto.
5708         * libc/sys/linux/termios.c: Ditto.
5709         * libc/sys/linux/wait.c: Ditto plus add __waitpid and
5710         __libc___waitpid weak aliases.
5711         * libc/sys/linux/machine/i386/syscall.h: Add new _base macros
5712         that generate the code for a syscall, but do not create a
5713         weak alias.
5714         * libc/syscalls/Makefile.am: Add EL/IX level checking.
5715         * libc/syscalls/Makefile.in: Regenerated.
5716         * libc/time/tzset_r.c: Change to replace strdup with equivalent
5717         functionality.
5718         * libc/unix/Makefile.am: Add EL/IX level checking.
5719         * libc/unix/Makefile.in: Regenerated.
5720
5721 2002-08-26  Christopher Faylor  <cgf@redhat.com>
5722
5723         * libc/include/malloc.h: On cygwin, define malloc _r functions as
5724         wrapper macros to standard malloc functions.
5725         * libc/include/stdlib.h: Ditto.
5726         * configure.host: Always define MALLOC_PROVIDED on cygwin.
5727
5728 2002-08-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
5729
5730         * libc/include/langinfo.h: New file.
5731         * libc/include/wchar.h: Likewise.
5732         * libc/include/sys/syslimits.h: Likewise.
5733         * libc/locale/fix_grouping.c: Likewise.
5734         * libc/locale/ldpart.c: Likewise.
5735         * libc/locale/ldpart.h: Likewise.
5736         * libc/locale/lmessages.c: Likewise.
5737         * libc/locale/lmessages.h: Likewise.
5738         * libc/locale/lmonetary.c: Likewise.
5739         * libc/locale/lmonetary.h: Likewise.
5740         * libc/locale/lnumeric.c: Likewise.
5741         * libc/locale/lnumeric.h: Likewise.
5742         * libc/locale/nl_langinfo.3: Likewise.
5743         * libc/locale/nl_langinfo.c: Likewise.
5744         * libc/locale/timelocal.c: Likewise.
5745         * libc/locale/timelocal.h: Likewise.
5746         * libc/stdlib/btowc.c: Likewise.
5747         * libc/stdlib/mbrlen.c: Likewise.
5748         * libc/stdlib/mbrtowc.c: Likewise.
5749         * libc/stdlib/mbsinit.c: Likewise.
5750         * libc/stdlib/mbsrtowcs.c: Likewise.
5751         * libc/stdlib/wcrtomb.c: Likewise.
5752         * libc/stdlib/wcsrtombs.c: Likewise.
5753         * libc/stdlib/wctob.c: Likewise.
5754         * libc/sys/linux/prof-freq.c: Likewise.
5755         * libc/sys/linux/profile.c: Likewise.
5756         * libc/sys/linux/machine/i386/dl-procinfo.c: Likewise.
5757         * libc/sys/linux/machine/i386/dl-procinfo.h: Likewise.
5758         * libc/include/stdlib.h: Change re-entrant functions to take
5759         mbstate_t pointers.
5760         * libc/include/sys/_types.h: Define _mbstate_t.
5761         * libc/include/sys/config.h (MB_LEN_MAX): New macro.
5762         * libc/include/sys/errno.h (EILSEQ): New error code.
5763         * libc/include/sys/reent.h: Include wchar.h.  Change reentrant
5764         structure to use mbstate_t.
5765         * libc/locale/Makefile.am (LIB_SOURCES): Add new files.
5766         * libc/machine/powerpc/vfprintf.c: Use mbstate_t.
5767         * libc/machine/powerpc/vfscanf.c: Likewise.
5768         * libc/stdio/getdelim.c: Reallocate buffer only when necessary.
5769         * libc/stdio/vfprintf.c: Likewise.
5770         * libc/stdio/vfscanf.c: Likewise.
5771         * libc/stdlib/Makefile.am (LIB_SOURCES): Add new files.
5772         * libc/stdlib/mblen.c: Use mbstate_t.
5773         * libc/stdlib/mblen_r.c: Likewise.
5774         * libc/stdlib/mbstowcs.c: Likewise.
5775         * libc/stdlib/mbstowcs_r.c: Likewise.
5776         * libc/stdlib/mbtowc.c: Likewise.
5777         * libc/stdlib/mbtowc_r.c: Likewise.
5778         * libc/stdlib/wcstombs.c: Likewise.
5779         * libc/stdlib/wcstombs_r.c: Likewise.
5780         * libc/stdlib/wctomb_r.c: Likewise.
5781         * libc/sys/linux/Makefile.am (LIB_SOURCES): Add prof-freq.c and
5782         profile.c.
5783         * libc/sys/linux/machine/i386/Makefile.am (LIB_SOURCES): Add
5784         dl-procinfo.c.
5785         * libc/sys/linux/sys/errno.h (EILSEQ): New error code.
5786         * libc/sys/linux/sys/types.h (off_t): Define type.
5787         * testsuite/newlib.locale/UTF-8.c: Change locale name from UTF-8
5788         to C-UTF-8.
5789         * testsuite/newlib.locale/UTF-8.exp: Likewise.
5790
5791 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
5792
5793         * libc/stdlib/mallocr.c: #include windows.h on Win32.
5794           (AlignPage): Continue macro on next line.
5795
5796 2002-08-19  Jeff Johnston  <jjohnstn@redhat.com>
5797
5798         * libc/sys/linux/include/pthread.h: New file.
5799
5800 2002-08-19  Jeff Johnston  <jjohnstn@redhat.com>
5801
5802         * libc/include/sys/types.h: Support __need_inttypes macro
5803         that only sets the __intxx and __uintxx types.  
5804         * libc/machine/powerpc/Makefile.am: Add stdlib to include directories
5805         to get mprec.h.
5806         * libc/machine/powerpc/Makefile.in: Regenerated.
5807         * libc/machine/powerpc/vfprintf.c: Fix state variable type.
5808         * libc/machine/powerpc/vfscanf.c: Fix state variable type.  Remove
5809         redundant fixed-point conversion prototypes.
5810         * libc/machine/powerpc/machine/stdlib.h[__SPE__]: Include <sys/types.h>
5811         after setting __need_inttypes.
5812
5813 2002-08-18  Christopher Faylor  <cgf@redhat.com>
5814
5815         * libc/include/sys/unistd.h: Add getsid declaration for cygwin.
5816
5817 2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>
5818
5819         * libc/include/sys/config.h[__PPC__][__SPE__]: Set
5820         _LONG_DOUBLE to double.
5821
5822 2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>
5823
5824         * configure.host: Add powerpc*-*-eabispe* configuration.
5825         * libc/machine/powerpc/atosfix16.c: New fixed-point conversion file.
5826         * libc/machine/powerpc/atosfix32.c: Ditto.
5827         * libc/machine/powerpc/atosfix64.c: Ditto.
5828         * libc/machine/powerpc/atoufix16.c: Ditto.
5829         * libc/machine/powerpc/atoufix32.c: Ditto.
5830         * libc/machine/powerpc/atoufix64.c: Ditto.
5831         * libc/machine/powerpc/fix64.h: Ditto.
5832         * libc/machine/powerpc/simdldtoa.c: Ditto.
5833         * libc/machine/powerpc/strtosfix16.c: Ditto.
5834         * libc/machine/powerpc/strtosfix32.c: Ditto.
5835         * libc/machine/powerpc/strtosfix64.c: Ditto.
5836         * libc/machine/powerpc/strtoufix16.c: Ditto.
5837         * libc/machine/powerpc/strtoufix32.c: Ditto.
5838         * libc/machine/powerpc/strtoufix64.c: Ditto.
5839         * libc/machine/powerpc/ufix64toa.c: Ditto.
5840         * libc/machine/powerpc/configure.in: Add check for
5841         powerpc*-eabispe and add fixed-point conversion functions.
5842         * libc/machine/powerpc/configure: Regenerated.
5843         * libc/machine/powerpc/vfprintf.c[__SPE__]: Add support for
5844         %r and %R format specifiers which handle fixed-point data.
5845         * libc/machine/powerpc/vfscanf.c[__SPE__]: Ditto.
5846         * libc/machine/powerpc/machine/stdlib.h[__SPE__]: Add fixed-point
5847         function prototypes.
5848
5849 2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>
5850
5851         *  Makefile.am: Move cmath stuff into libc/sys/linux.
5852         *  Makefile.in: Regenerated.
5853         *  configure.host: Default -DMB_CAPABLE for x86-linux.
5854         *  libc/include/reent.h: Define _sbrk to take signed int argument.
5855         *  libc/include/sys/unistd.h: Ditto for _sbrk_r and sbrk.
5856         *  libc/locale/locale.c[MB_CAPABLE]: Add LC_MESSAGES support and 
5857         make locale name checking more efficient.  Also allow "C-ISO-8859-1" 
5858         locale for LC_CTYPE and LC_MESSAGES.
5859         *  libc/reent/sbrkr.c: Change prototype to take ptrdiff_t.
5860         *  libc/sys/linux/brk.c: Change sbrk prototype.
5861         *  libc/sys/linux/include/time.h: Remove Cygwin stuff and
5862         include <sys/features.h>.
5863         (CLOCK_THREAD_CPUTIME): Renamed to CLOCK_THREAD_CPUTIME_ID.
5864         (CLOCK_PROCESS_CPUTIME): Renamed to CLOCK_PROCESS_CPUTIME_ID.
5865         *  libc/sys/linux/sys/cdefs.h: Replace with glibc sys/cdefs.h
5866         with a few local additions.
5867         *  libc/sys/linux/sys/features.h: New file.
5868         *  libc/sys/linux/sys/unistd.h: Change _sbrk_r and sbrk prototypes
5869         to take signed argument.
5870         *  libc/syscalls/syssbrk.c: Change sbrk, _sbrk_r, and _sbrk
5871         prototypes to take signed size argument.
5872
5873 2002-08-16  Thomas Fitzsimmons  <fitzsim@redhat.com>
5874
5875         * libc/sys/linux/cmath: New directory.
5876         * libc/sys/linux/include/cmathcalls.h: New file.
5877         * libc/sys/linux/include/complex.h: New file.
5878         * libc/sys/linux/machine/i386/huge_val.h: New file
5879         * libm/math/w_sincos.c: New file
5880         * libm/math/wf_sincos.c: New file
5881         * libm/mathfp/s_sincos.c: New file
5882         * libm/mathfp/sf_sincos.c: New file
5883         * Makefile.am (LIBC_OBJECTLISTS): Add cmath/objectlist.awk.in.
5884         * libc/include/math.h: Add sincos and sincosf declarations.
5885         * libc/sys/linux/Makefile.am (SUBDIRS): Add cmath.
5886         (SUBLIBS): Likewise.
5887         * libc/sys/linux/configure.in (AC_OUTPUT): Add cmath.
5888         * libm/math/Makefile.am (src): Add w_sincos.c.
5889         (fsrc): Add wf_sincos.c.
5890         * libm/mathfp/Makefile.am (src): Add s_sincos.c
5891         (fsrc): Add sf_sincos.c.
5892
5893 2002-08-12  Jeff Johnston  <jjohnstn@redhat.com>
5894
5895         * libc/sys/linux/machine/i386/crt0.c (__bss_start,_end):
5896         Declare as extern chars and use the address operator to
5897         properly use values set in linker script.
5898
5899 2002-08-09  Jason Tishler  <jason@tishler.net>
5900
5901         * libc/stdlib/mallocr.c: Include <limits.h>.
5902         (request2size): Change macro to do
5903         unsigned long comparisons and avoid signed overflow.
5904         (mALLOc): Add overflow check for the number of bytes to allocate.
5905         (rEALLOc): Ditto.
5906
5907 2002-08-09  Jeff Johnston  <jjohnstn@redhat.com>
5908
5909         * configure.host: Add check for --enable-newlib-io-pos-args
5910         and define WANT_IO_POS_ARGS flag if enabled.  Define
5911         the flag by default for x86-linux configurations.
5912         * configure.in: Add support for --enable-newlib-io-pos-args.
5913         * libc/configure.in: Ditto.
5914         * configure: Regenerated.
5915         * libc/configure: Ditto.
5916         * libc/stdio/Makefile.am: Specify -fshort-enums for compiling
5917         vfprintf.c and vfiprintf.c.
5918         * libc/stdio/Makefile.in: Regenerated.
5919         * libc/stdio/vfprintf.c: Add positional argument support that
5920         is enabled by compiling with -DWANT_IO_POS_ARGS.
5921
5922 2002-08-07  Richard Sandiford  <rsandifo@redhat.com>
5923
5924         * libc/include/machine/setjmp.h: For mips, define _JBLEN based
5925         based on __mips_soft_float rather than __mips64.
5926         * libc/machine/mips/setjmp.S: Provide hard and soft float versions
5927         of both 32-bit and 64-bit code.
5928
5929 2002-08-04  Christopher Faylor  <cgf@redhat.com>
5930
5931         * libc/stdio/popen.c (popen): Allow "rb", "rt", "wb", and "wt"
5932         arguments for popen to match similar functionality in fopen.
5933
5934 2002-07-29  Pierre Humblet  <pierre.humblet@ieee.org>
5935
5936         * libc/include/sys/unistd.h: Add setgroups prototype for Cygwin.
5937
5938 2002-07-29  Jeff Johnston  <jjohnstn@redhat.com>
5939
5940         * libc/sys/linux/Makefile.am: Add aio64.c. 
5941         * libc/sys/linux/Makefile.in: Regenerated.
5942         * libc/sys/linux/aio.c (aio_init): ENOSYS stub added.
5943         * libc/sys/linux/aio64.c: New file.
5944
5945 2002-07-26  Jeff Johnston  <jjohnstn@redhat.com>
5946
5947         *  libc/include/sys/param.h (MAX, MIN): Added macros.
5948         *  libc/sys/linux/Makefile.am: Add new files.
5949         *  libc/sys/linux/Makefile.in: Regenerated.
5950         *  libc/sys/linux/sys/stat.h: Add *stat64 prototypes.
5951         *  libc/sys/linux/inode.c (fchdir): Added syscall.
5952         *  libc/sys/linux/ftw.c: New file.
5953         *  libc/sys/linux/ftw64.c: Ditto.
5954         *  libc/sys/linux/getwd.c: Ditto.
5955         *  libc/sys/linux/scandir64.c: Ditto.
5956         *  libc/sys/linux/strverscmp.c: Ditto.
5957         *  libc/sys/linux/versionsort.c: Ditto.
5958         *  libc/sys/linux/versionsort64.c: Ditto.
5959
5960 2002-07-26  Jeff Johnston  <jjohnstn@redhat.com>
5961
5962         * libc/string/strings.tex: Fix typo for memccpy.
5963
5964 2002-07-25  Jeff Johnston  <jjohnstn@redhat.com>
5965
5966         * libc/sys/linux/io64.c (truncate64, ftruncate64): Added.
5967         * libc/sys/linux/sys/types.h (off64_t): Definition added.
5968
5969 2002-07-25  Jeff Johnston  <jjohnstn@redhat.com>
5970
5971         * libc/sys/linux/Makefile.am: Add fclean.c.
5972         * libc/sys/linux/Makefile.in: Regenerated.
5973         * libc/sys/linux/fclean.c: New file.
5974
5975 2002-07-25  Jeff Johnston  <jjohnstn@redhat.com>
5976
5977         * libc/sys/linux/Makefile.am: Add confstr.c.
5978         * libc/sys/linux/Makefile.in: Regenerated.
5979         * libc/sys/linux/confstr.c: New file.
5980         * libc/sys/linux/confstr.h: Ditto.
5981         * libc/sys/linux/sys/unistd.h: Include <features.h> and
5982         <bits/environments.h>.
5983
5984 2002-07-25  Jeff Johnston  <jjohnstn@redhat.com>
5985
5986         * libc/sys/linux/config.h (__set_errno): Macro definition removed.
5987         * libc/sys/linux/fpathconf.c (__set_errno): Ditto.
5988         * libc/sys/linux/libc-internal.h (__set_errno): Ditto.
5989         * libc/sys/linux/pathconf.c (__set_errno): Ditto.
5990         * libc/sys/linux/ttyname_r.c (__set_errno): Ditto.
5991         * libc/sys/linux/sys/errno.h (__set_errno): Macro definition added.
5992
5993 2002-07-24  Jeff Johnston  <jjohnstn@redhat.com>
5994
5995         * libc/sys/linux/Makefile.am: Add new files.
5996         * libc/sys/linux/Makefile.in: Regenerated.
5997         * libc/sys/linux/fstab.c: New file.
5998         * libc/sys/linux/fstatvfs.c: Ditto.
5999         * libc/sys/linux/fstatvfs64.c: Ditto.
6000         * libc/sys/linux/internal_statvfs.c: Ditto.
6001         * libc/sys/linux/mntent.c: Ditto.
6002         * libc/sys/linux/mntent_r.c: Ditto.
6003         * libc/sys/linux/statvfs.c: Ditto.
6004         * libc/sys/linux/statvfs64.c: Ditto.
6005         * libc/sys/linux/include/paths.h: Ditto.
6006         * libc/sys/linux/inode.c (statfs, fstatfs): New syscalls
6007         with double-underscore weak-aliases.
6008         * libc/sys/linux/sys/stat.h: Add *stat64 prototypes.
6009
6010 2002-07-24  Jeff Johnston  <jjohnstn@redhat.com>
6011
6012         * libc/include/signal.h (SIG_IGN, SIG_DFL, SIG_ERR): Change
6013         to use _sig_func_ptr type casted constants.
6014         (_sig_func_ptr): Typedef moved to sys/signal.h.
6015         * libc/include/sys/signal.h (_sig_func_ptr): Typedef added.
6016         For __rtems, use POSIX definition, otherwise default to ANSI.
6017         * libc/sys/linux/sys/signal.h (_sig_func_ptr): Typedef added.
6018
6019 2002-07-24  Stephane Carrez  <stcarrez@nerim.fr>
6020
6021         * configure.host: Recognize m6811-elf and m6812-elf targets.
6022         * libc/include/machine/setjmp.h (_JBLEN): Define for 68hc11/68hc12.
6023         * libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Define for 68HC11.
6024         (_DOUBLE_IS_32BITS): Define when compiling with -fshort-double.
6025         * libc/include/sys/config.h (INT_MAX, UINT_MAX): Define
6026         according to __INT_MAX__.
6027         (_POINTER_INT): Define to short.
6028         * libc/machine/m68hc11/Makefile.am: New file.
6029         * libc/machine/m68hc11/Makefile.in: New file.
6030         * libc/machine/m68hc11/configure.in: New file.
6031         * libc/machine/m68hc11/configure: New file.
6032         * libc/machine/m68hc11/aclocal.m4: New file.
6033         * libc/machine/m68hc11/setjmp.S: New file.
6034
6035 2002-07-23  Jeff Johnston  <jjohnstn@redhat.com>
6036
6037         * libc/include/string.h: Add mempcpy, strndup, and _strndup_r
6038         prototypes.
6039         * libc/stdlib/Makefile.am: Remove strdup.c and strdup_r.c.
6040         * libc/stdlib/Makefile.in: Regenerated.
6041         * libc/stdlib/strdup.c: Removed.
6042         * libc/stdlib/strdup_r.c: Removed.
6043         * libc/string/Makefile.am: Add strdup.c, strdup_r.c, memccpy.c,
6044         mempcpy.c, strndup.c, and strndup_r.c.
6045         * libc/string/Makefile.in: Regenerated.
6046         * libc/string/memccpy.c: New file.
6047         * libc/string/mempcpy.c: Ditto.
6048         * libc/string/strndup.c: Ditto.
6049         * libc/string/strndup_r.c: Ditto.
6050         * libc/string/strdup.c: New file moved from stdlib.
6051         * libc/string/strdup_r.c: Ditto.
6052         * libc/string/strings.tex: Add memccpy and mempcpy documentation.
6053
6054 2002-07-23  Jeff Johnston  <jjohnstn@redhat.com>
6055
6056         * libc/include/stdio.h: Move fcloseall prototype within
6057         #ifndef _REENT_ONLY section.
6058         * libc/sys/linux/Makefile.am: Add new files.
6059         * libc/sys/linux/Makefile.in: Regenerated.
6060         * libc/sys/linux/sys/stdio.h: Add ctermid prototype.
6061         * libc/sys/linux/sys/unistd.h: Add ttyname_r prototype.
6062         * libc/sys/linux/sys/types.h: Add ino64_t type.
6063         * libc/sys/linux/ctermid.c: New file.
6064         * libc/sys/linux/ttyname_r.c: Ditto.
6065         * libc/sys/linux/readdir64.c: Ditto.
6066
6067 2002-07-22  Jeff Johnston  <jjohnstn@redhat.com>
6068
6069         * libc/include/stdio.h (fcloseall, _fcloseall_r): Added prototypes.
6070         * libc/stdio/Makefile.am: Added fcloseall.c support.
6071         * libc/stdio/Makefile.in: Regenerated.
6072         * libc/stdio/fcloseall.c: New file.
6073         * libc/stdio64/Makefile.am: Remove missing .def references.
6074         * libc/stdio64/Makefile.in: Regenerated.
6075
6076 2002-07-22  Jeff Johnston  <jjohnstn@redhat.com>
6077
6078         * libc/machine/powerpc/time.c: Removed..renamed to times.c.
6079         * libc/machine/powerpc/times.c: New file.
6080         * libc/machine/powerpc/Makefile.am: Change time.c to times.c.
6081         * libc/machine/powerpc/Makefile.in: Regenerated.
6082
6083 2002-07-22  Aldy Hernandez  <aldyh@redhat.com>
6084
6085         * libc/machine/powerpc/time.c: New file.
6086         * libc/machine/powerpc/Makefile.am (lib_a_SOURCES): Add
6087         time.c.
6088         * libc/machine/powerpc/Makefile.in: Regenerated.
6089
6090 2002-07-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
6091
6092         * libc/libc.texinfo: Change copyright notices to Red Hat from
6093         Cygnus.
6094         * libm/libm.texinfo: Likewise.
6095         * README: Change docs URL to
6096         http://sources.redhat.com/newlib/docs.html.
6097
6098 2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>
6099
6100         * libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
6101         * libc/sys/linux/Makefile.in: Regenerated.
6102         * libc/sys/linux/inode.c: Add chmod, fchmod, and chown syscalls.
6103         * libc/sys/linux/io.c: Add ftruncate syscall.
6104         * libc/sys/linux/fpathconf.c: New file.
6105         * libc/sys/linux/pathconf.c: Ditto.
6106         * libc/sys/linux/linux_fsinfo.h: Ditto.
6107         * libc/sys/linux/sys/unistd.h: Ditto.
6108
6109 2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>
6110
6111         * libc/stdio64/Makefile.am: Remove missing files.
6112         * libc/stdio64/Makefile.in: Regenerated.
6113
6114 2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>
6115
6116         * libc/include/sys/config.h[__i386__][__linux__]: Define
6117         _LARGE64FILE_SOURCE to 1.
6118         * libc/sys/linux/Makefile.am: Add getrlimit64.c and setrlimit64.c.
6119         * libc/sys/linux/Makefile.in: Regenerated.
6120         * libc/sys/linux/resource.c: Add __getrlimit and __setrlimit aliases.
6121         * libc/sys/linux/sys/linux_time.h: Protect struct timeval definition.
6122         * libc/sys/linux/sys/resource.h: Include <bits/resource.h> instead
6123         of <linux/resource.h>.
6124         * libc/sys/linux/getrlimit64.c: New file.
6125         * libc/sys/linux/setrlimit64.c: Ditto.
6126
6127 2002-07-19  Thomas Fitzsimmons  <fitzsim@redhat.com>
6128
6129         * libc/argz/argz_replace.c: Include buf_findstr.h.
6130         * libc/argz/buf_findstr.c: Likewise.
6131         * libc/argz/envz_entry.c: Include buf_findstr.h.  Cast return
6132         value to (char *).
6133         * libc/argz/envz_get.c: Likewise.
6134         * libc/include/sys/unistd.h: Add getopt and getsubopt declarations.
6135         * libc/stdlib/Makefile.am (LIB_SOURCES): Add getsubopt.c.
6136         * libc/stdlib/getsubopt.3: New file.
6137         * libc/stdlib/getsubopt.c: New file.
6138         * libc/sys/linux/machine/i386/socketcall.h (__sockcall_base):
6139         Change esp to ebp.
6140
6141 2002-07-17  Jeff Johnston  <jjohnstn@redhat.com>
6142
6143         * configure.host(stdio64_dir): New setting that is used to
6144         enable building of new stdio64 directory.
6145         * libc/Makefile.am[HAVE_STDIO64_DIR]: Add support for
6146         large files.
6147         (stmp-stdio64,stdio64.texi): New targets to optionally add in
6148         stdio64 info to info files.
6149         * libc/Makefile.in: Regenerated.
6150         * libc/configure: Ditto.
6151         * libc/configure.in: Add configuration variables that are set
6152         when stdio64 is selected as subdir in configure.host.
6153         * libc/libc.texinfo: Add optional menu item for Stdio64, based
6154         on whether STDIO64 flag is set or not.
6155         * libc/sys.tex: Add optional stdio64 syscalls based on whether
6156         STDIO64 flag is set or not.
6157         * libc/include/reent.h[__LARGE64_FILES]: Add new stdio64
6158         _r sycall routines.
6159         * libc/include/stdio.h[__LARGE64_FILES]: Add new stdio64 prototypes.
6160         (FILE): Typedef'd to __FILE instead of struct __sFILE directly.
6161         (__SL64): New file flag indicating file is opened via fopen64.
6162         * libc/include/sys/_types.h(_off64_t): Added.
6163         * libc/include/sys/config.h: For x86-linux, define __LARGE64_FILES.
6164         * libc/include/sys/reent.h(struct __sFILE64): New file structure
6165         for 64-bit offset large file support.
6166         (__FILE): New intermediate type either set to struct __sFILE64 or
6167         struct __sFILE, depending on whether __LARGE64_FILES is set or not.
6168         * libc/reent/Makefile.am[HAVE_STDIO64_DIR]: Add new files.
6169         * libc/reent/Makefile.in: Regenerated.
6170         * libc/reent/fstat64r.c: New file.
6171         * libc/reent/lseek64r.c: Ditto.
6172         * libc/reent/open64r.c: Ditto.
6173         * libc/reent/reent.tex: Optionally add stdio64 reentrant syscalls
6174         based on whether STDIO64 flag is set. 
6175         * libc/stdio/stdio.tex: Add blank line.
6176         * libc/stdio64/Makefile.am: New file.
6177         * libc/stdio64/Makefile.in: Ditto.
6178         * libc/stdio64/fgetpos64.c: Ditto.
6179         * libc/stdio64/fopen64.: Ditto.
6180         * libc/stdio64/freopen64.c: Ditto.
6181         * libc/stdio64/fseeko64.c: Ditto.
6182         * libc/stdio64/fsetpos64.c: Ditto.
6183         * libc/stdio64/ftello64.c: Ditto.
6184         * libc/stdio64/local64.h: Ditto.
6185         * libc/stdio64/stdio64.c: Ditto.
6186         * libc/stdio64/stdio64.tex: Ditto.
6187         * libc/stdio64/tmpfile64.c: Ditto.
6188         * libc/sys/linux/io64.c: Add weak aliases for lseek64, fstat64, and
6189         open64.
6190
6191 2002-07-16  Jeff Johnston  <jjohnstn@redhat.com>
6192
6193         * libc/Makefile.am (stmp-extra): New target to set makeinfo flag
6194         if LIBC_EXTRA_LIB is present.
6195         * libc/Makefile.in: Regenerated.
6196         * libc/libc.texinfo: Add blank line.
6197         * libc/argz/Makefile.am: Add doc support.
6198         * libc/search/Makefile.am: Ditto.
6199         * libc/argz/Makefile.in: Regenerated.
6200         * libc/search/Makefile.in: Ditto.
6201         * libc/misc/misc.tex: Add ffs function.
6202         * libc/stdio/ftell.c: Fix missing doc delimeter in description.
6203
6204 2002-07-15  Jeff Johnston  <jjohnstn@redhat.com>
6205
6206         * libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS
6207         definition that was removed in error.
6208
6209 2002-07-15  Jeff Johnston  <jjohnstn@redhat.com>
6210
6211         * libc/include/machine/ieeefp.h: Change to only define
6212         floating point defines (e.g one of __IEEE_BIG_ENDIAN or 
6213         __IEEE_LITTLE_ENDIAN must be defined for each platform).
6214         * libc/include/sys/config.h: Include <machine/ieeefp.h> and
6215         remove redundant floating point definitions.
6216
6217 2002-07-15  Jeff Johnston  <jjohnstn@redhat.com>
6218
6219         * libc/sys/linux/callocr.c: Fix so code references
6220         calloc.
6221
6222 2002-07-15  Jeff Johnston  <jjohnstn@redhat.com>
6223
6224         * libc/sys/linux/Makefile.am: Add new files.
6225         * libc/sys/linux/Makefile.in: Regenerated.
6226         * libc/sys/linux/bp-sym.h: Moved to include directory.
6227         * libc/sys/linux/mmap.c: Add weak aliases: __mmap, __munmap, __mremap.
6228         * libc/sys/linux/inode.c: Set _LIBC to 1.
6229         * libc/sys/linux/mq_close.c: Ditto.
6230         * libc/sys/linux/mq_getattr.c: Ditto.
6231         * libc/sys/linux/mq_open.c: Ditto.
6232         * libc/sys/linux/mq_receive.c: Ditto.
6233         * libc/sys/linux/mq_send.c: Ditto.
6234         * libc/sys/linux/mq_setattr.c: Ditto.
6235         * libc/sys/linux/mq_unlink.c: Ditto.
6236         * libc/sys/linux/calloc.c: New file.
6237         * libc/sys/linux/callocr.c: Ditto.
6238         * libc/sys/linux/cfreer.c: Ditto.
6239         * libc/sys/linux/config.h: Ditto.
6240         * libc/sys/linux/free.c: Ditto.
6241         * libc/sys/linux/freer.c: Ditto.
6242         * libc/sys/linux/msize.c: Ditto.
6243         * libc/sys/linux/msizer.c: Ditto.
6244         * libc/sys/linux/mstats.c: Ditto.
6245         * libc/sys/linux/mtrim.c: Ditto.
6246         * libc/sys/linux/mtrimr.c: Ditto.
6247         * libc/sys/linux/pvallocr.c: Ditto.
6248         * libc/sys/linux/realloc.c: Ditto.
6249         * libc/sys/linux/reallocr.c: Ditto.
6250         * libc/sys/linux/thread-m.h: Ditto.
6251         * libc/sys/linux/vallocr.c: Ditto.
6252         * libc/sys/linux/bp-checks.h: Ditto.
6253         * libc/sys/linux/libc-symbols.h: Ditto.
6254         * libc/sys/linux/libc-tsd.h: Ditto.
6255         * libc/sys/linux/libintl.h: Ditto.
6256         * libc/sys/linux/malign.c: Ditto.
6257         * libc/sys/linux/malignr.c: Ditto.
6258         * libc/sys/linux/mallinfor.c: Ditto.
6259         * libc/sys/linux/malloc.c: Ditto.
6260         * libc/sys/linux/mallocr.c: Ditto.
6261         * libc/sys/linux/malloptr.c: Ditto.
6262         * libc/sys/linux/mallstatsr.c: Ditto.
6263         * libc/sys/linux/mcheck.c: Ditto.
6264         * libc/sys/linux/mhooks.h: Ditto.
6265         * libc/sys/linux/include/bp-sym.h: Ditto.
6266         * libc/sys/linux/include/malloc.h: Ditto.
6267         * libc/sys/linux/include/mcheck.h: Ditto.
6268         * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Remove
6269         getpagesize.c.
6270         * libc/sys/linux/linuxthreads/machine/i386/Makefile.in: Regenerated.
6271         * libc/sys/linux/linuxthreads/machine/i386/getpagesize.c: Moved.
6272         * libc/sys/linux/machine/i386/getpagesize.c: New file.
6273         * libc/sys/linux/machine/i386/Makefile.am: Add getpagesize.c.
6274         * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
6275         * libc/sys/linux/machine/i386/sysdep.h: New file.
6276         * libc/sys/linux/machine/i386/weakalias.h: Add weak_function support.
6277         * libc/sys/linux/sys/dirent.h: Set _LIBC to 1.
6278         * libc/sys/linux/sys/lock.h: Include <machine/weakalias.h>.
6279
6280 2002-07-12  Jeff Johnston  <jjohnstn@redhat.com>
6281
6282         * libc/sys/linux/include/mqueue.h: Change to use <bits/siginfo.h>
6283         instead of <asm/siginfo.h>.
6284         * libc/sys/linux/sys/signal.h: Change to include various linux
6285         <bits/xxx.h> header files, rather than <linux/signal.h> so as
6286         to work with multiple releases of glibc header files.
6287
6288 2002-07-11  Chris Demetriou  <cgd@broadcom.com>
6289
6290         * testsuite/newlib.search/hsearchtest.c: New file to test
6291         newlib/libc/search.
6292         * testsuite/newlib.search/hsearchtest.exp: Likewise.
6293
6294 2002-07-10  Florian Schrack  <florian.schrack@freenet.de>
6295
6296         * libc/sys/mmixware/read.c: Use SYS_Fgets syscall if dealing with
6297         a terminal.
6298         * libc/sys/mmixware/sys/syscall.h (SYS_Fgets): Definition added.
6299
6300 2002-07-08  Jeff Johnston  <jjohnstn@redhat.com>
6301
6302         * libc/include/math.h (MAXFLOAT): Added.
6303
6304 Mon Jul  8 13:55:23 2002  J"orn Rennecke <joern.rennecke@superh.com>
6305
6306         * libc/machine/sh/Makefile.am (lib_a_SOURCES):
6307         Make strcmp.S unconditional.
6308         * libc/machine/sh/Makefile.in: Regenerate.
6309         * libc/machine/sh/asm.h (DELAYED_BRANCHES, SL): Also for __SH5__ .
6310         * strcmp.S (strcmp): Add SHmedia variant.  Use different registers
6311         for SHcompact.
6312
6313 2002-07-04  Jeff Johnston  <jjohnstn@redhat.com>
6314
6315         * libc/sys/linux/inode.c: Fix utime prototype and add _LIBC
6316         define before including <sys/lock.h>.
6317
6318 2002-07-04  Jeff Johnston  <jjohnstn@redhat.com>
6319
6320         * libc/include/utime.h: Add include of <_ansi.h>.
6321         * libc/sys/linux/Makefile.am: Add utimes.c.
6322         * libc/sys/linux/Makefile.in: Regenerated.
6323         * libc/sys/linux/inode.c(__umask): New static routine.
6324         (umask): Written to use __umask and attempt to thread lock.
6325         (getumask): New function written to use __umask and thread lock.
6326         * libc/sys/linux/utimes.c: New file.
6327         * libc/sys/linux/sys/time.h: Fix utimes prototype.
6328         * libc/sys/linux/sys/utime.h: New file.
6329
6330 2002-07-04  Thomas Fitzsimmons  <fitzsim@redhat.com>
6331
6332         * libtool.m4: New file.
6333         * libc/sys/linux/process.c: Implement vfork in terms of fork,
6334         rather than as a syscall.
6335
6336 2002-07-04  Jeff Johnston  <jjohnstn@redhat.com>
6337
6338         * libc/include/stdio.h: Add new prototypes.
6339         * libc/stdio/Makefile.am: Add fseeko.c and ftello.c.
6340         * libc/stdio/Makefile.in: Regenerated.
6341         * libc/stdio/fseek.c: Add fseeko documentation.
6342         * libc/stdio/ftell.c: Add ftello documentation.
6343         * libc/stdio/fseeko.c: New file.
6344         * libc/stdio/ftello.c: New file.
6345
6346 2002-07-04  Jeff Johnston  <jjohnstn@redhat.com>
6347
6348         * libc/stdio/Makefile.am: Add asprintf.c and vasprintf.c.
6349         * libc/stdio/Makefile.in: Regenerated.
6350         * libc/stdio/asprintf.c: New file.
6351         * libc/stdio/vasprintf.c: Ditto.
6352         * libc/stdio/fvwrite.c: Add code to dynamically reallocate
6353         the buffer for asprintf support.
6354         * libc/stdio/sprintf.c: Add asprintf documentation.
6355         * libc/stdio/vfprintf.c: Add vasprintf documentation.
6356         * libc/include/stdio.h: Add new prototypes.
6357
6358 2002-07-02  Thomas Fitzsimmons  <fitzsim@redhat.com>
6359
6360         * libc/search/hcreate.c: Remove advertising clause from license.
6361         * libc/search/hcreate_r.c: Likewise.
6362
6363 2002-07-02  Chris Demetriou  <cgd@broadcom.com>
6364
6365         * libc/include/sys/config.h (__IEEE_LITTLE_ENDIAN)
6366         (__IEEE_BIG_ENDIAN): Define appropriately for MIPS.
6367         Check that one of them is defined and error out if not.
6368         Add any platforms defined in <machine/ieeefp.h> that are missing.
6369         * libc/search/hash.h (DB_BYTE_ORDER, DB_BIG_ENDIAN)
6370         (DB_LITTLE_ENDIAN): New defines.
6371         * libc/search/hash.c: Replace all incorrect checks for
6372         _IEEE_LITTLE_ENDIAN with tests of BYTE_ORDER, and all uses of
6373         BYTE_ORDER, LITTLE_ENDIAN, and BIG_ENDIAN with DB_* versions.
6374         * libc/search/hash_page.c: Likewise.
6375
6376 2002-06-28  Thomas Fitzsimmons  <fitzsim@redhat.com>
6377
6378         * libm/mathfp/sf_pow.c (powf): Change k from int to float.
6379
6380 2002-06-27  Benjamin Kosnik  <bkoz@redhat.com>
6381
6382         * libc/include/stdio.h: Untangle, add _BEGIN_STD_C and _END_STD_C.
6383         * libc/include/time.h: Same.
6384         * libc/include/string.h: Same.
6385         * libc/include/stdlib.h: Same.
6386         * libc/include/signal.h: Same.
6387         * libc/include/setjmp.h: Same.
6388         * libc/include/math.h: Same.
6389         * libc/include/locale.h: Same.
6390         * libc/include/ctype.h: Same.
6391         * libc/include/machine/setjmp.h: Same.
6392         * libc/include/_ansi.h (_BEGIN_STD_C): Add.
6393         (_END_STD_C): Add.
6394
6395 2002-06-27  Jeff Johnston  <jjohnstn@redhat.com>
6396
6397         * libc/include/sys/_types.h: Define _ssize_t as int if int is
6398         32-bits, otherwise define it as long.
6399         * libc/include/sys/types.h: Include <_ansi.h> and <sys/_types.h>
6400         and define ssize_t as _ssize_t.
6401         * libc/reent/readr.c: Change return type to _ssize_t.
6402         * libc/reent/writer.c: Ditto.
6403         * libc/sys/linux/Makefile.am: Add aio.c.
6404         * libc/sys/linux/Makefile.in: Regenerated.
6405         * libc/sys/linux/aio.c: New file.
6406         * libc/sys/linux/sys/cdefs.h: Add __restrict_arr definition.
6407         * libm/common/fdlibm.h: Undef __P before defining it.
6408
6409 2002-06-27  Thomas Fitzsimmons  <fitzsim@redhat.com>
6410
6411         * libm/mathfp/s_pow.c (pow): Fix checks on variable k.  Add
6412         exponent_is_even_int variable.  Handle case where x is
6413         negative, and y is an odd integer.
6414         * libm/mathfp/sf_pow.c (powf): Likewise.
6415
6416         * libm/mathfp/er_lgamma.c: Remove __kernel references.
6417         * libm/mathfp/erf_lgamma.c: Likewise.
6418         * libm/mathfp/s_tgamma.c: Likewise.
6419         * libm/mathfp/sf_tgamma.c: Likewise.
6420
6421 2002-06-27  Jeff Johnston  <jjohnstn@redhat.com>
6422
6423         * libc/sys/linux/Makefile.am: Add new clock routines.
6424         * libc/sys/linux/Makefile.in: Regenerated.
6425         * libc/sys/linux/clock_getres.c: New file.
6426         * libc/sys/linux/clock_gettime.c: Ditto.
6427         * libc/sys/linux/clock_settime.c: Ditto.
6428         * libc/sys/linux/hp-timing.h: Ditto.
6429         * libc/sys/linux/libc-internal.h: Ditto.
6430         * libc/sys/linux/sysconf.c: Fix typo.
6431         * libc/sys/linux/include/time.h: Add include of <sys/linux_time.h>.
6432         * libc/sys/linux/machine/hp-timing.h: New file.
6433         * libc/sys/linux/machine/i386/Makefile.am: Add new files.
6434         * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
6435         * libc/sys/linux/machine/i386/get_clockfreq.c: New file.
6436         * libc/sys/linux/machine/i386/hp-timing.c: Ditto.
6437         * libc/sys/linux/machine/i386/hp-timing.h: Ditto.
6438         * libc/sys/linux/sys/linux_time.h: New file.
6439         * libc/sys/linux/sys/time.h: Remove include of <linux/time.h> and
6440         replace with <sys/linux_time.h>.
6441
6442 Wed Jun 26 16:33:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
6443
6444         * libc/sys/sh/crt0.S: Remove vestigial .section directive.
6445
6446 2002-06-25  Jeff Johnston  <jjohnstn@redhat.com>
6447
6448         * libc/sys/linux/Makefile.am: Consolidate additional items under
6449         ADD_OBJS.
6450         * libc/sys/linux/Makefile.in: Regenerated.
6451
6452 2002-06-25  Jeff Johnston  <jjohnstn@redhat.com>
6453
6454         * libc/sys/linux/sethostname.c: New file.
6455         * libc/sys/linux/Makefile.am: Add sethostname.c support.
6456         * libc/sys/linux/Makefile.in: Regenerated.
6457
6458 2002-06-24  Thomas Fitzsimmons  <fitzsim@redhat.com>
6459
6460         * libc/search/db_local.h: New file.
6461         * libc/include/db.h: Remove.
6462         * libc/search/Makefile.am (LIB_SOURCES): Add db_local.h.
6463         * libc/search/hash.c (MIN,MAX): Add macros.  Change <db.h> to
6464         "db_local.h".
6465         * libc/search/hash_bigkey.c: Likewise.
6466         * libc/search/hash_buf.c: Likewise.
6467         * libc/search/hash_func.c: Likewise.
6468         * libc/search/hash_log2.c: Likewise.
6469         * libc/search/hash_page.c: Likewise.
6470
6471 2002-06-24  J"orn Rennecke <joern.rennecke@superh.com>
6472
6473         * libc/machine/sh/strlen.S: New file.
6474         * libc/machine/sh/Makefile.am (lib_a_SOURCES): Add rule for it.
6475         * libc/machine/sh/Makefile.am: Regenerate.
6476
6477 2002-06-24  Jeff Johnston  <jjohnstn@redhat.com>
6478
6479         * libc/sys/linux/gethostname.c: Change name to __gethostname and
6480         add gethostname alias.
6481
6482 2002-06-24  Jeff Johnston  <jjohnstn@redhat.com>
6483
6484         * libc/include/math.h: Remove <sys/types.h>.
6485         (__dmath): Use __ULong instead of __uint32_t.
6486         * libc/include/sys/reent.h: If long or int is not 32-bits,
6487         include <sys/types.h> to get definitions for __int32_t and __uint32_t.
6488         * libc/stdlib/mprec.h: Include <sys/types.h> to get integer defs.
6489         * libm/common/fdlibm.h: Ditto.
6490
6491 2002-06-24  Thomas Fitzsimmons  <fitzsim@redhat.com>
6492
6493         * libc/include/ndbm.h: Remove.
6494         * libc/search/ndbm.c: Remove.
6495
6496 2002-06-24  WATANABE Hirofumi <eban@os.rim.or.jp>
6497
6498         * libc/stdio/fseek.c (fseek): Fix braces.
6499
6500 2002-06-21  Corinna Vinschen  <corinna@vinschen.de>
6501
6502         * libc/time/strftime.c (strftime): Add %e format specifier.
6503
6504 2002-06-21  Thomas Fitzsimmons  <fitzsim@redhat.com>
6505
6506         * libc/search/hash.h (LITTLE_ENDIAN, BIG_ENDIAN): Define if not
6507         previously defined.
6508
6509 2002-06-21  Richard Earnshaw  (rearnsha@arm.com)
6510
6511         * libc/sys/arm/sys/param.h (BIG_ENDIAN, LITTLE_ENDIAN): Define.
6512         (BYTE_ORDER): Define as appropriate for the target.
6513
6514 2002-06-21  Jeff Johnston  <jjohnstn@redhat.com>
6515
6516         * libc/include/sys/config.h[__linux__]: Set _READ_WRITE_RETURN_TYPE
6517         to _ssize_t.
6518         * libc/sys/linux/io.c (read, write): Change to return ssize_t.
6519
6520 2002-06-21  Jeff Johnston  <jjohnstn@redhat.com>
6521
6522         * libc/include/stdio.h (__getline, __getdelim): New prototypes.
6523         * libc/include/time.h [HAVE_GETDATE](getdate, getdate_r): Ditto.
6524         [HAVE_GETDATE](getdate_err): New error code.
6525         * libc/stdio/Makefile.am: Add support for getline.c and getdelim.c.
6526         * libc/stdio/Makefile.in: Regenerated.
6527         * libc/stdio/getdelim.c: New file.
6528         * libc/stdio/getline.c: Ditto.
6529         * libc/sys/linux/Makefile.am: Add support for getdate.c, getdate_err.c
6530         and ntp_gettime.c.  Also add AM_CFLAGS to point to libc/stdio.
6531         * libc/sys/linux/Makefile.in: Regenerated.
6532         * libc/sys/linux/getdate.c: New file.
6533         * libc/sys/linux/getdate_err.c: Ditto.
6534         * libc/sys/linux/ntp_gettime.c: Ditto.
6535         * libc/sys/linux/time.c (adjtimex, ntp_adjtime): New functions.
6536         * libc/sys/linux/sys/stdio.h (getline, getdelim): New macros.
6537
6538 2002-06-21  Jeff Johnston  <jjohnstn@redhat.com>
6539
6540         * libc/include/math.h: Add <sys/types.h> to get _uint32_t definition.
6541         * libc/include/machine/types.h: Skip __off_t, __pid_t, and
6542         __loff_t definitions if special _HAVE_SYSTYPES macro defined.
6543         * libc/include/sys/config.h: Removed _uint*, _int* definitions.
6544         * libc/include/sys/param.h: Remove i386 case which is handled
6545         by default case.
6546         (BIG_ENDIAN, LITTLE_ENDIAN): Protect
6547         definitions in case they are already defined.
6548         (BYTE_ORDER): Add default case using _IEEE_BIG_ENDIAN and
6549         _IEEE_LITTLE_ENDIAN flags.
6550         * libc/include/sys/reent.h: Change __uint32_t references to
6551         use _ULong instead.
6552         (_REENT_GETDATE_REENT_P): New macro.
6553         * libc/include/sys/types.h (__int16_t, __uint16_t): Added.
6554         (__int32_t, __uint32_t, __int64_t, __uint64_t): Ditto.
6555         * libc/search/hash.h: Add default setting of BYTE_ORDER,
6556         LITTLE_ENDIAN, and BIG_ENDIAN, if not already defined.
6557         * libc/sys/linux/sys/types.h: Include <sys/_types.h>.  Define
6558         ssize_t based on _ssize_t.  Remove __socklen_t, __uintptr_t,
6559         pid_t, off_t, loff_t, caddr_t, and daddr_t type
6560         definitions which are done by subsequent glibc headers.
6561         Add macro definitions to prevent subsequent header files from
6562         defining pid_t, off_t, ssize_t, and key_t.  Move uintptr_t and
6563         intptr_t to after glibc definitions of types they are based on.
6564
6565 2002-06-21  Jeff Johnston  <jjohnstn@redhat.com>
6566
6567         * libc/include/errno.h: Protect from multiple inclusion.
6568
6569 2002-06-21  Nick Clifton  <nickc@cambridge.redhat.com>
6570
6571         * libc/sys/arm/swi.h (ADP_Stopped_RunTimeError): Set correct value.
6572
6573 2002-06-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
6574
6575         * Makefile.am (LIB_OBJECTLISTS): Add
6576         libc/search/objectlist.awk.in.
6577         * libc/Makefile.am (SUBDIRS): Add search.
6578         (SUBLIBS): Add search/libsearch.la.
6579         * libc/configure.in (AC_OUTPUT): Add search/Makefile.
6580         * libc/search: New directory.
6581         * libc/search/Makefile.am: New file.
6582         * libc/search/extern.h: New file.
6583         * libc/search/hash.c: New file.
6584         * libc/search/hash.h: New file.
6585         * libc/search/hash_bigkey.c: New file.
6586         * libc/search/hash_buf.c: New file.
6587         * libc/search/hash_func.c: New file.
6588         * libc/search/hash_log2.c: New file.
6589         * libc/search/hash_page.c: New file.
6590         * libc/search/hcreate.3: New file.
6591         * libc/search/hcreate.c: New file.
6592         * libc/search/hcreate_r.c: New file.
6593         * libc/search/ndbm.c: New file.
6594         * libc/search/page.h: New file.
6595         * libc/search/tdelete.c: New file.
6596         * libc/search/tdestroy.c: New file.
6597         * libc/search/tfind.c: New file.
6598         * libc/search/tsearch.3: New file.
6599         * libc/search/tsearch.c: New file.
6600         * libc/search/twalk.c: New file.
6601         * libc/include/db.h: New file.
6602         * libc/include/ndbm.h: New file.
6603         * libc/include/search.h: New file.
6604         * libc/include/sys/queue.h: New file.
6605         * libc/include/sys/cdefs.h: New file.
6606         * libc/include/sys/param.h
6607         [__IEEE_LITTLE_ENDIAN,__IEEE_BIG_ENDIAN]: Set BYTE_ORDER to
6608         LITTLE_ENDIAN or BIG_ENDIAN.
6609         * libc/include/sys/errno.h (EFTYPE): New macro.
6610         * libc/search/bsearch.c: Move from libc/stdlib.
6611         * libc/search/qsort.c: Likewise.
6612         * libc/stdlib/Makefile.am (LIB_SOURCES): Remove bsearch.c and
6613         qsort.c.
6614         (CHEWOUT_FILES): Remove bsearch.def and qsort.def.
6615         * libc/stdlib/stdlib.tex: Remove references to bsearch and qsort.
6616
6617 2002-06-19  Jeff Johnston  <jjohnstn@redhat.com>
6618
6619         * libc/sys/linux/Makefile.am: Add support for message queue routines,
6620         ipc routines, and ftok.
6621         * libc/sys/linux/Makefile.in: Regenerated.
6622         * libc/sys/linux/ftok.c: New file.
6623         * libc/sys/linux/ipc.c: Ditto.
6624         * libc/sys/linux/mq_close.c: Ditto.
6625         * libc/sys/linux/mq_getattr.c: Ditto.
6626         * libc/sys/linux/mq_notify.c: Ditto.
6627         * libc/sys/linux/mq_open.c: Ditto.
6628         * libc/sys/linux/mq_receive.c: Ditto.
6629         * libc/sys/linux/mq_send.c: Ditto.
6630         * libc/sys/linux/mq_setattr.c: Ditto.
6631         * libc/sys/linux/mq_unlink.c: Ditto.
6632         * libc/sys/linux/mqlocal.h: Ditto.
6633         * libc/sys/linux/include/mqueue.h: Ditto.
6634         * libc/sys/linux/sys/types.h: Define __gid_t_defined and
6635         __uid_t_defined.
6636
6637 2002-06-19  J"orn Rennecke <joern.rennecke@superh.com>
6638
6639         * libm/common/sf_lround.c (round): Change name to: (lround).
6640         * libm/common/sf_remquo.c (remquo): Pass all arguemnts to
6641         remquof.
6642
6643 2002-06-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
6644
6645         * testsuite/lib/passfail.exp (newlib_pass_fail_all): New
6646         procedure.
6647         (newlib_pass_fail): Change to compile and run only one file.
6648         * testsuite/newlib.locale/locale.exp: Use new
6649         newlib_pass_fail_all procedure.
6650         * testsuite/newlib.string/string.exp: Likewise.
6651
6652 2002-06-18  Dave Brolley  <brolley@redhat.com>
6653
6654         From Catherine Moore, Michael Meissner, Richard Sandiford:
6655         * libc/include/machine/setjmp.h (_JBLEN): Define for __frv__.
6656         (_JBTYPE): Ditto.
6657         * libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Ditto.
6658         (__ATTRIBUTE_IMPURE_PTR__): Ditto.
6659         * libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Ditto.
6660         * configure.host: Support frv-*-*.
6661         * libc/machine/frv/Makefile.am: New file.
6662         * libc/machine/frv/configure.in: New file.
6663         * libc/machine/frv/setjmp.S: New file.
6664
6665 2002-06-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
6666
6667         * libc/include/ctype.h: Remove isblank macro.
6668
6669         * libc/ctype/Makefile.am (LIB_SOURCES): Add isblank.c.
6670         * libc/ctype/isblank.c: New file.
6671         * libc/include/ctype.h [!__STRICT_ANSI__]: Add isblank
6672         declaration.  Add isblank macro.
6673
6674 2002-06-18  Jeff Johnston  <jjohnstn@redhat.com>
6675
6676         * testsuite/newlib.stdlib/atexit.c: New file.
6677         * testsuite/newlib.stdlib/atexit.exp: Ditto.
6678         * testsuite/newlib.string/tstring.c: Change default start size
6679         to something more reasonable for embedded platforms.
6680
6681 2002-06-14  Thomas Fitzsimmons  <fitzsim@redhat.com>
6682
6683         * libc/sys/linux/sys/errno.h (EFTYPE): Add macro.
6684
6685         * libc/argz: New directory.
6686         * libc/argz/*: New files.
6687         * libc/argz/argz_add.c: New file.
6688         * libc/argz/argz_add_sep.c: New file.
6689         * libc/argz/argz_append.c: New file.
6690         * libc/argz/argz_count.c: New file.
6691         * libc/argz/argz_create.c: New file.
6692         * libc/argz/argz_create_sep.c: New file.
6693         * libc/argz/argz_delete.c: New file.
6694         * libc/argz/argz_extract.c: New file.
6695         * libc/argz/argz_insert.c: New file.
6696         * libc/argz/argz_next.c: New file.
6697         * libc/argz/argz_replace.c: New file.
6698         * libc/argz/argz_stringify.c: New file.
6699         * libc/argz/buf_findstr.c: New file.
6700         * libc/argz/envz_add.c: New file.
6701         * libc/argz/envz_entry.c: New file.
6702         * libc/argz/envz_get.c: New file.
6703         * libc/argz/envz_merge.c: New file.
6704         * libc/argz/envz_remove.c: New file.
6705         * libc/argz/envz_strip.c: New file.
6706         * libc/include/argz.h: New file.
6707         * libc/include/envz.h: New file.
6708         * Makefile.am (LIBC_OBJECTLISTS): Add
6709         libc/argz/objectlist.awk.in.
6710         * libc/Makefile.am (SUBDIRS): Add argz.
6711         (SUBLIBS): Add argz/libargz.la.
6712         * libc/configure.in (AC_OUTPUT): Add argz/Makefile.
6713         * libc/include/errno.h: Add error_t typedef.
6714
6715 2002-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6716
6717         * libc/include/stdlib.h: Add _Exit prototype.
6718         * libc/stdlib/Makefile.am: Add _Exit.c support.
6719         * libc/stdlib/Makefile.in: Ditto.
6720         * libc/stdlib/_Exit.c: New file.
6721
6722 2002-06-13  Stephen L. Moshier  <steve@moshier.net>
6723
6724         * libm/math/e_pow.c (__ieee754_pow): Fix case whereby
6725         x is close to -1.0 and y is very large to use ax (absolute value)
6726         instead of x.
6727         * libm/math/ef_pow.c (__ieee754_powf): Ditto.
6728
6729 Thu Jun 13 19:23:40 2002  J"orn Rennecke <joern.rennecke@superh.com>
6730
6731         * libc/machine/sh/strcpy.S (strcpy, __SHMEDIA__ code):
6732         Fix clobbering bytes before destination if src and dst have same
6733         non-zero misalignment.
6734
6735         * libc/machine/sh/memset.S (memset, __SHMEDIA__ code):
6736         Fixed bug in writing end of set region.
6737
6738 2002-06-10  Christopher Faylor  <cgf@redhat.com>
6739
6740         * libc/include/process.h: Remove cygwin-only sexec* declarations.  Fix
6741         spawnve declaration.
6742
6743 2002-06-06  Thomas Fitzsimmons  <fitzsim@redhat.com>
6744
6745         * libm/common/s_fdim.c: New file.
6746         * libm/common/s_fma.c: Likewise.
6747         * libm/common/s_fmax.c: Likewise.
6748         * libm/common/s_fmin.c: Likewise.
6749         * libm/common/s_fpclassify.c: Likewise.
6750         * libm/common/s_lrint.c: Likewise.
6751         * libm/common/s_lround.c: Likewise.
6752         * libm/common/s_nearbyint.c: Likewise.
6753         * libm/common/s_remquo.c: Likewise.
6754         * libm/common/s_round.c: Likewise.
6755         * libm/common/s_scalbln.c: Likewise.
6756         * libm/common/s_signbit.c: Likewise.
6757         * libm/common/s_trunc.c: Likewise.
6758         * libm/common/sf_fdim.c: Likewise.
6759         * libm/common/sf_fma.c: Likewise.
6760         * libm/common/sf_fmax.c: Likewise.
6761         * libm/common/sf_fmin.c: Likewise.
6762         * libm/common/sf_lrint.c: Likewise.
6763         * libm/common/sf_lround.c: Likewise.
6764         * libm/common/sf_nearbyint.c: Likewise.
6765         * libm/common/sf_remquo.c: Likewise.
6766         * libm/common/sf_round.c: Likewise.
6767         * libm/common/sf_scalbln.c: Likewise.
6768         * libm/common/sf_trunc.c: Likewise.
6769         * libm/math/w_exp2.c: Likewise.
6770         * libm/math/w_tgamma.c: Likewise.
6771         * libm/math/wf_exp2.c: Likewise.
6772         * libm/math/wf_tgamma.c: Likewise.
6773         * libm/mathfp/s_exp2.c: Likewise.
6774         * libm/mathfp/s_tgamma.c: Likewise.
6775         * libm/mathfp/sf_exp2.c: Likewise.
6776         * libm/mathfp/sf_tgamma.c: Likewise.
6777         * libm/math/er_gamma.c: Fix return value.
6778         * libm/math/erf_gamma.c: Likewise.
6779         * libm/mathfp/er_gamma.c: Likewise.
6780         * libm/mathfp/erf_gamma.c: Likewise.
6781         * libc/include/math.h (!__STRICT_ANSI__): Include ISOC99-specific
6782         declarations and macros.
6783         Regenerated all Makefile.in, aclocal.m4 and configure files to
6784         use new libtool macros in top-level libtool.m4
6785
6786 2002-06-05  Jeff Johnston  <jjohnstn@redhat.com>
6787
6788         * libc/include/string.h[__linux__]: Add strsignal prototype.
6789         * libc/include/sys/lock.h: New file with default locking support.
6790         * libc/include/sys/reent.h: Add signal buffer support for strsignal
6791         and psignal.
6792         * libc/posix/Makefile.am: Add support for readdir_r.c.
6793         * libc/posix/Makefile.in: Regenerated.
6794         * libc/posix/closedir.c: Add locking support and hash table cleanup.
6795         * libc/posix/opendir.c: Add lock support.
6796         * libc/posix/readdir.c: Ditto.
6797         * libc/posix/rewinddir.c: Ditto.
6798         * libc/posix/scandir.c: Ditto.
6799         * libc/posix/seekdir.c: Ditto.
6800         * libc/posix/telldir.c: Ditto plus add _cleanupdir routine to
6801         clean up leftover hash table entries.
6802         * libc/posix/readdir_r.c: New file.
6803         * libc/sys/linux/Makefile.am: Add psignal.c and strsignal.c support.
6804         * libc/sys/linux/Makefile.in: Regenerated.
6805         * libc/sys/linux/sys/dirent.h: Add dd_lock to DIR structure.
6806         * libc/sys/linux/sys/signal.h: Add psignal prototype.
6807         * libc/sys/linux/psignal.c: New file.
6808         * libc/sys/linux/strsignal.c: Ditto.
6809
6810 2002-06-03  Corinna Vinschen  <corinna@vinschen.de>
6811
6812         * libc/include/sys/types.h: Don't define dev_t when compiling for
6813         Cygwin.
6814
6815 2002-05-31  Jeff Johnston  <jjohnstn@redhat.com>
6816
6817         * libc/sys/linux/Makefile.am: Add sig.c and sigaction.c.  Also
6818         make siglist.inc dependent on sig.c instead of signal.c.
6819         * libc/sys/linux/Makefile.in: Regenerated.
6820         * libc/sys/linux/sig.c: Rename from signal.c and change code to
6821         use NSIG instead of _NSIG. 
6822         * libc/sys/linux/sigaction.c: New file.
6823         * libc/sys/linux/signal.c: Changed to be linux signal() function
6824         so as to override regular newlib default signal.c.
6825         * libc/sys/linux/machine/i386/Makefile.am: Remove sigset.c.
6826         * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
6827         * libc/sys/linux/machine/i386/sigset.c: Moved to linux main directory.
6828         * libc/sys/linux/sigset.c: Moved from machine/i386 directory.
6829         * libc/sys/linux/sys/signal.h: Redefine NSIG to _NSIG and override
6830         default linux sigset_t typedef by defining it equal to __sigset_t.
6831         * libc/unix/sigset.c: Add check so code isn't compiled on systems
6832         with a sigset_t that isn't implemented with a single int.
6833
6834 2002-05-30  Jeff Johnston  <jjohnstn@redhat.com>
6835
6836         * libc/sys/linux/Makefile.am: Add support for new files.
6837         * libc/sys/linux/Makefile.in: Regenerated.
6838         * libc/sys/linux/ids.c: Add __getuid weak alias for getuid.
6839         * libc/sys/linux/signal.c: Change to use real-time syscalls for
6840         sigsuspend, sigprocmask, and sigpending.  Also remove sigaction as
6841         it is in a separate file now.
6842         * libc/sys/linux/machine/i386/Makefile.am
6843         * libc/sys/linux/machine/i386/Makefile.in
6844         * libc/sys/linux/sys/signal.h: Add include of <bits/signum.h>.
6845         * libc/sys/linux/sigaction.c: New file.
6846         * libc/sys/linux/sigqueue.c: Ditto.
6847         * libc/sys/linux/sigwait.c: Ditto.
6848         * libc/sys/linux/machine/i386/sigaction.c: Ditto.
6849         * libc/sys/linux/kernel_sigaction.h: Ditto.
6850
6851 2002-05-28  Jeff Johnston  <jjohnstn@redhat.com>
6852
6853         * libc/sys/linux/Makefile.am: Add support for cfspeed.c and
6854         tcsendbrk.c.
6855         * libc/sys/linux/Makefile.in: Regenerated.
6856         * libc/sys/linux/termios.c: Add tcflow(), tcflush(),
6857         tcgetpgrp(), and tcsetpgrp() functions.
6858         * libc/sys/linux/sys/termios.h: Add include of machine/termios.h
6859         to get __MAX_BAUD rate.
6860         * libc/sys/linux/machine/i386/include/termios.h: New file.
6861         * libc/include/machine/termios.h: Ditto.
6862         * libc/sys/linux/cfspeed.c: Ditto.
6863         * libc/sys/linux/tcsendbrk.c: Ditto.
6864
6865 2002-05-24  Jeff Johnston  <jjohnstn@redhat.com>
6866
6867         * libc/include/string.h: Add strnlen and strerror_r prototypes.
6868         * libc/string/Makefile.am: Add strnlen.c and strerror_r.c support.
6869         * libc/string/Makefile.in: Regenerated.
6870         * libc/string/strerror_r.c: New file.
6871         * libc/string/strnlen.c: New file.
6872         * libc/sys/linux/Makefile.am: Add rename.c.
6873         * libc/sys/linux/Makefile.in: Regenerated.
6874         * libc/sys/linux/rename.c: New file to override default rename.
6875
6876 2002-05-24  Thomas Fitzsimmons  <fitzsim@redhat.com>
6877
6878         * libc/sys/linux/sys/cdefs.h: Add __weak_reference macros.
6879         * libc/sys/linux/sys/time.h: Add conversion macros.
6880         * libc/sys/linux/sys/types.h: Add FD_ macros.  Include <bits/types.h>.
6881         * libc/sys/linux/ids.c: Add setresuid and syslog syscalls.
6882         * libc/sys/linux/gethostname.c: New file.
6883         * libc/sys/linux/seteuid.c: New file.
6884         * libc/sys/linux/sysctl.c: New file.
6885         
6886 2002-05-23  Jeff Johnston  <jjohnstn@redhat.com>
6887
6888         * libc/string/Makefile.am: Add support for strsep.c.
6889         * libc/string/Makefile.in: Regenerated.
6890         * libc/string/strsep.c: New file.
6891         * libc/string/strtok.c: Change to call __strtok_r service routine.
6892         * libc/string/strtok_r.c: Add __strtok_r routine which takes
6893         additional flag parameter regarding whether to skip leading delimeters.
6894         Change strtok_r to call __strtok_r.
6895
6896 2002-05-23  Gareth Pearce  <tilps@hotmail.com>
6897
6898         * libc/stdio/Makefile.am: Modify to add setbuffer.c and setlinebuf.c.
6899         * libc/stdio/Makefile.in: Regenerated.
6900         * libc/stdio/setbuffer.c: New file.
6901         * libc/stdio/setlinebuf.c: New file.
6902
6903 2002-05-23  Jeff Johnston  <jjohnstn@redhat.com>
6904
6905         * libc/sys/linux/Makefile.am: Add resource.c.
6906         * libc/sys/linux/Makefile.in: Regenerated.
6907         * libc/sys/linux/resource.c: New file.
6908         * libc/sys/linux/time.c: Add settimeofday, getitimer, and setitimer.
6909         * libc/sys/linux/machine/i386/Makefile.am: Remove syscalls.c.
6910         * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
6911         * libc/sys/linux/machine/i386/syscalls.c: Removed as functions
6912         are now found in libc/sys/linux/resource.c.
6913
6914 2002-05-23  Jeff Johnston  <jjohnstn@redhat.com>
6915
6916         * libc/include/string.h (bcmp, bcopy, bzero): Change prototypes
6917         to use void * pointers and comply with Single Unix spec.
6918         * libc/string/bcmp.c: Change to use void * instead of char *.
6919         * libc/string/bcopy.c: Ditto.
6920         * libc/string/bzero.c: Ditto.
6921
6922 2002-05-22  Jeff Johnston  <jjohnstn@redhat.com>
6923
6924         * libc/sys/linux/shm_open.c: New file.
6925         * libc/sys/linux/shm_unlink.c: Ditto.
6926         * libc/sys/linux/Makefile.am: Add support for shm_open.c and
6927         shm_unlink.c.
6928         * libc/sys/linux/Makefile.in: Regenerated.
6929         * libc/sys/linux/sys/types.h: Add some additional checks to see
6930         if clock_t or time_t is already defined.
6931
6932 2002-05-22  Jeff Johnston  <jjohnstn@redhat.com>
6933
6934         * Makefile.am: Don't pass $toollibdir down directly in
6935         AM_MAKEFLAGS as it causes all multilibs to use the same toollibdir.
6936         Pass it under the name: top_toollibdir.
6937         * Makefile.in: Regenerated.
6938
6939 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
6940
6941         * libc/include/sys/types.h: Revert previous patch.
6942
6943 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
6944
6945         * libc/include/sys/types.h: Include cygwin/types.h always under
6946         Cygwin, not only if _POSIX_THREADS is defined.
6947
6948 2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>
6949
6950         * configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.
6951
6952 2002-05-17  Jeff Johnston  <jjohnstn@redhat.com>
6953
6954         * Makefile.am: Copy and install headers from sys/machine/include
6955         directory.  Also pass $toollibdir to lower-level directories.
6956         * Makefile.in: Regenerated.
6957         * libc/include/stdio.h[!_REENT_ONLY]: Change stdin, stdout, and 
6958         stderr to use _REENT macro instead of _impure_ptr directly.
6959         * libc/include/sys/config.h[__i386__][__linux__]: Define
6960         __DYNAMIC_REENT__.
6961         * libc/include/sys/reent.h[!_REENT_ONLY]: Change _REENT macro to be 
6962         call to __getreent() function if !__SINGLE_THREAD__ and
6963         __DYNAMIC_REENT__ is set.
6964         * libc/reent/Makefile.am: Add support for getreent.c.
6965         * libc/reent/Makefile.in: Regenerated.
6966         * libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.
6967         * libc/sys/linux/Makefile.am: Add support for new files.
6968         * libc/sys/linux/configure.in: Add $EXTRA_DIRS variable.
6969         * libc/sys/linux/Makefile.in: Regenerated.
6970         * libc/sys/linux/configure: Ditto.
6971         * libc/sys/linux/io.c: Add poll syscall.  Also weak-alias
6972         __close, __read, __write, __poll, __open, __lseek, __fcntl from
6973         their __libc_ counterparts.
6974         * libc/sys/linux/io64.c: Add __libc_ prefix to lseek64 and open64
6975         and weak-alias to regular names.
6976         * libc/sys/linux/pread64.c: Rename to __libc_pread64 and weak-alias
6977         to pread64 and __pread64.
6978         * libc/sys/linux/process.c: Weak_alias __libc_getpid to __getpid.
6979         * libc/sys/linux/pwrite64.c: Rename to __libc_pwrite64 and
6980         weak-alias to pwrite64.
6981         * libc/sys/linux/sched.c: Weak-alias __libc_sched_getparam,
6982         __libc_sched_getscheduler, __libc_sched_get_priority_max,
6983         __libc_sched_get_priority_min, and __libc_sched_setschedule to
6984         name with __ instead of __libc_. 
6985         * libc/sys/linux/siglongjmp.c: Include <machine/weakalias.h>.
6986         Rename siglongjmp to __libc_siglongjmp and weak-alias to siglongjmp.
6987         Call __libc_longjmp instead of longjmp, from __libc_siglongjmp.
6988         * libc/sys/linux/signal.c: Rename raise to __libc_raise and weak-alias
6989         to raise.
6990         * libc/sys/linux/socket.c: Weak-alias __libc_connect to __connect and
6991         __libc_send to __send.
6992         * libc/sys/linux/time.c: Weak-alias __libc_gettimeofday to
6993         __gettimeofday.
6994         * libc/sys/linux/wait.c: Rename wait to __libc_wait and weak-alias
6995         it to wait.  Rename wait3 to __libc_wait3 and weak-alias it to wait3.
6996         * libc/sys/linux/include/setjmp.h: Use __jmp_buf in sigjmp_buf
6997         type and typedef __jmp_buf to jmp_buf.
6998         * libc/sys/linux/machine/i386/Makefile.am: Add syscalls.c and
6999         setjmp.S.
7000         * libc/sys/linux/machine/i386/Makefile.in: Regenerated.
7001         * libc/sys/linux/machine/i386/crt0.c: Add support to clear .bss
7002         section.
7003         * libc/sys/linux/machine/i386/socketcall.h: Change to use __libc_
7004         prefix for function macros and then use weak_alias() to regular names.
7005         * libc/sys/linux/machine/i386/syscall.h: Ditto.
7006         * libc/sys/linux/sys/errno.h: Define EOPNOTSUP to be ENOTSUP.
7007         * libc/sys/linux/sys/stdio.h: Define _flockfile and _funlockfile
7008         to be flockfile() and funlockfile() respectively.
7009         * libc/sys/linux/sys/types.h
7010         * libc/reent/getreent.c: New file.
7011         * libc/sys/linux/flockfile.c: Ditto.
7012         * libc/sys/linux/funlockfile.c: Ditto.
7013         * libc/sys/linux/getreent.c: Ditto.
7014         * libc/sys/linux/pread.c: Ditto.
7015         * libc/sys/linux/pwrite.c: Ditto.
7016         * libc/sys/linux/raise.c: Ditto.
7017         * libc/sys/linux/system.c: Ditto.
7018         * libc/sys/linux/tcdrain.c: Ditto.
7019         * libc/sys/linux/machine/i386/i386mach.h: Ditto.
7020         * libc/sys/linux/machine/i386/setjmp.S: Ditto.
7021         * libc/sys/linux/machine/i386/syscalls.c: Ditto.
7022         * libc/sys/linux/machine/i386/weakalias.h: Ditto.
7023         * libc/sys/linux/machine/i386/include/setjmp.h: Ditto.
7024
7025 2002-05-14 Dhananjay Deshpande <dhananjayd@kpit.com>
7026
7027         * newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c.
7028         * newlib/libc/sys/h8300hms/read.c: New file.  Magic trap 0xC8 for sim.
7029         * newlib/libc/sys/h8300hms/syscalls.c: Move _read() to read.c.
7030         * newlib/libs/sys/h8300hms/sys/syscall.h: New file.
7031
7032 Thu May 16 17:24:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
7033
7034         * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
7035         __LITTLE_ENDIAN__.  make sure r0 has right value at first loop
7036         exit point.
7037
7038 2002-05-15  Thomas Fitzsimmons  <fitzsim@redhat.com>
7039
7040         * testsuite/lib/newlib.exp: Add newlib_include_flags to compile
7041         options when testing natively on i[3456]86-*-linux.
7042
7043         * testsuite/lib/checkoutput.exp (newlib_check_output): Output
7044         only one pass or fail per test file.  Trim \r's from output
7045         values received from test programs.  Remove support for named
7046         tests.
7047         * testsuite/newlib.locale/UTF-8.exp: Update to support new
7048         newlib_check_output behaviour.
7049         * testsuite/newlib.locale/UTF-8.c: Likewise.
7050
7051 2002-05-15  Jeff Johnston  <jjohnstn@redhat.com>
7052
7053         * libc/include/stdlib.h: Add on_exit prototype.
7054         * libc/include/sys/reent.h (struct _atexit): Add argument array
7055         and bits to track type of exit routine to support both on_exit
7056         and atexit.
7057         (_REENT_INIT_PTR): Add missing fields that won't be zeroed out
7058         by default and change the setting of the atexit structure.
7059         (_REENT_INIT)[!_REENT_SMALL]: Remove extraneous end brace.
7060         * libc/stdlib/on_exit.c: New file.
7061         * libc/stdlib/Makefile.am: Add support for on_exit.
7062         * libc/stdlib/Makefile.in: Regenerated.
7063         * libc/stdlib/atexit.c: Change to initialize types field.
7064         * libc/stdlib/exit.c: Change to look at types field for each
7065         exit routine and either call an atexit-style or an on_exit-style
7066         routine accordingly.
7067
7068 2002-05-13  Jeff Johnston  <jjohnstn@redhat.com>
7069
7070         * libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Don't
7071         allow v specifier with n or L specifiers.  For vector c format,
7072         move tmp declaration to the top.
7073
7074 2002-05-13  Jeff Johnston  <jjohnstn@redhat.com>
7075
7076         * libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Restore
7077         the original format specifier when looping for vectors to compensate
7078         for any changes made in vector %g format processing.
7079         Also add syntax checking for various invalid scenarios
7080         involving vector format extensions.
7081         * libc/machine/powerpc/vfscanf.c(__VFSCANF_R)[__ALTIVEC__]: Fix
7082         return code setting for vector formats.  Also treat vector
7083         separator mismatch as a match error instead of an input error.
7084         Perform some syntax checking for vector formats.
7085
7086 2002-05-10  Mark Bradshaw  <bradshaw@staff.crosswalk.com>
7087
7088         * libc/include/string.h (!__STRICT_ANSI__): Add strlcat and strlcpy.
7089         * libc/string/Makefile.am: Add strlcat.c and strlcpy.c.
7090         * libc/string/strlcat.c: New file.
7091         * libc/string/strlcpy.c: New file.
7092
7093 2002-05-10  Jeff Johnston  <jjohnstn@redhat.com>
7094
7095         * libc/string/strchr.c: Fix comment typo.
7096
7097 2002-05-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7098
7099         * acinclude.m4: Add support for --enable-newlib-multithread.
7100         * configure.host (newlib_cflags): Add -D__SINGLE_THREAD__ if
7101         --enable-newlib-multithread=no.
7102
7103         * libc/stdio/getc_u.c: New file.
7104         * libc/stdio/getchar_u.c: New file.
7105         * libc/stdio/putc_u.c: New file.
7106         * libc/stdio/putchar_u.c: New file.
7107         * libc/include/stdio.h: Add declarations for getc_unlocked,
7108         getchar_unlocked, putc_unlocked and putchar_unlocked.
7109         * libc/stdio/Makefile.am (LIB_SOURCES): Add new files.
7110         (CHEWOUT_FILES): Add new files' .def's.
7111         * libc/stdio/putchar.c (_putchar_r): Replace __sputc with putc.
7112
7113 Wed May  8 17:47:35 2002  J"orn Rennecke <joern.rennecke@superh.com>
7114
7115         * libc/machine/sh/memset.S (memset, __SHMEDIA__ code):
7116         Also handle as single quad word when destination ends at last
7117         byte of first quad word.  Fix byte selection in single quad code.
7118
7119 2002-05-07  Thomas Fitzsimmons  <fitzsim@redhat.com>
7120
7121         * libc/include/sys/stdio.h: New file.
7122         * libc/sys/linux/sys/stdio.h: New file.
7123         * libc/include/stdio.h: Add declarations for flockfile,
7124         ftrylockfile, and funlockfile.  Include <sys/stdio.h>.
7125         * libc/stdio/clearerr.c: Add file locking.
7126         * libc/stdio/fclose.c: Likewise.
7127         * libc/stdio/feof.c: Likewise.
7128         * libc/stdio/ferror.c: Likewise.
7129         * libc/stdio/fflush.c: Likewise.
7130         * libc/stdio/fgetc.c: Likewise.
7131         * libc/stdio/fgetpos.c: Likewise.
7132         * libc/stdio/fgets.c: Likewise.
7133         * libc/stdio/fileno.c: Likewise.
7134         * libc/stdio/fputc.c: Likewise.
7135         * libc/stdio/fputs.c: Likewise.
7136         * libc/stdio/fread.c: Likewise.
7137         * libc/stdio/freopen.c: Likewise.
7138         * libc/stdio/fseek.c: Likewise.
7139         * libc/stdio/ftell.c: Likewise.
7140         * libc/stdio/fwrite.c: Likewise.
7141         * libc/stdio/getc.c: Likewise.
7142         * libc/stdio/putc.c: Likewise.
7143         * libc/stdio/setvbuf.c: Likewise.
7144         * libc/stdio/ungetc.c: Likewise.
7145         * libc/stdio/vfprintf.c: Likewise.
7146
7147 2002-05-06  Jeff Johnston  <jjohnstn@redhat.com>
7148
7149         * libc/machine/powerpc/vfprintf.c[__ALTIVEC__]: Add vector
7150         support for 'p' format.  Fix code to print bytes for vector
7151         integer formats that do not specify 'h' or 'l'.
7152         * libc/machine/powerpc/vfscanf.c[__ALTIVEC__]: Add vector support
7153         for 'p' specifier.  Fix code to scan 16 bytes for vector integer
7154         formats that do not specify 'h' or 'l'.
7155
7156         * libc/include/stdlib.h (a64l, l64a, _l64a_r): Added prototypes.
7157
7158 2002-05-06  Nick Clifton  <nickc@cambridge.redhat.com>
7159
7160         * libc/sys/arm/syscalls.c (_rename): Add parameter names.
7161         (_sbrk): Add cast of return value.
7162
7163 2002-05-06  Jeff Johnston  <jjohnstn@redhat.com>
7164
7165         *  libc/include/sys/reent.h (_l64a_buf): New reentrant area.
7166         (_REENT_L64A_BUF): New macro for accessing area.
7167         *  libc/stdlib/Makefile.am: Add a64l.c and l64a.c.
7168         *  libc/stdlib/Makefile.in: Regenerated.
7169         *  libc/stdlib/a64l.c: New file.
7170         *  libc/stdlib/l64a.c: New file.
7171
7172 2002-05-06  Jeff Johnston  <jjohnstn@redhat.com>
7173
7174         * libc/unix/pread.c: Fix typo for _pread_r.
7175         * libc/unix/pwrite.c: Fix type for _pwrite_r.
7176         * libc/sys/linux/pread64.c: Fix typo for read syscall.
7177         * libc/sys/linux/pwrite64.c: Fix typo for write syscall.
7178
7179 2002-05-03  Christopher Faylor  <cgf@redhat.com>
7180
7181         * libc/include/sys/unistd.h: Define getdomainname under cygwin.
7182
7183 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7184
7185         * configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.
7186
7187 2002-05-01  Christopher Faylor  <cgf@redhat.com>
7188
7189         * utmp.h: Define more UNIX constants.
7190
7191 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7192
7193         * Makefile.am: Add support for checking multilibs.
7194
7195         * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB.
7196         (SUBDEFS): Add LIBC_EXTRA_DEF.
7197         * libc/configure.in (LIBC_EXTRA_LIB): New variable.
7198         (LIBC_EXTRA_DEF): Likewise.
7199         (extra_dir): Likewise.
7200         * libc/machine/xscale/machine: New directory.
7201         * libc/machine/xscale/machine/profile.h: New file.
7202
7203         * Makefile.am (site.exp): Remove newlib_cflags.  Add
7204         multibuildtop.
7205         * testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's.
7206         * testsuite/lib/flags.exp: New file.
7207         * testsuite/lib/newlib.exp: Load flags.exp.
7208         (newlib_target_compile): Remove libgloss directory references.
7209         (newlib_init): Remove newlib_cflags references.
7210
7211 2002-04-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
7212
7213         * testsuite/lib/newlib.exp (newlib_target_compile): Change
7214         method of finding libgloss_target_dir.
7215
7216         * Makefile.am (site.exp): Change host_alias, host_triplet,
7217         target_alias, target_triplet to refer to gcc's host and target
7218         variables (newlib's build and host variables).
7219         * testsuite/lib/newlib.exp (newlib_init): Change build
7220         references to host references, host references to target
7221         references to reflect Makefile.am changes.
7222         (newlib_target_compile): Likewise.
7223         (newlib_finish): Likewise.
7224
7225 2002-04-29  Jeff Johnston  <jjohnstn@redhat.com>
7226
7227         * libc/sys/linux/io64.c (fstat64, lstat64): New syscalls added.
7228
7229 2002-04-29  Jonathan Larmour  <jlarmour@redhat.com>
7230
7231         * libc/sys/arm/syscalls.c (_rename): New function. Just a stub.
7232         (_system): New function. Ditto.
7233         * libc/stdlib/system.c (_system_r): Call _system if HAVE_SYSTEM.
7234         * configure.host: define HAVE_SYSTEM and HAVE_RENAME for xscale
7235         targets.
7236
7237 2002-04-29  Jeff Johnston  <jjohnstn@redhat.com>
7238
7239         *  libc/include/sys/unistd.h (pread, pwrite): Added prototypes.
7240         *  libc/unix/Makefile.am: Add pread.c and pwrite.c.
7241         *  libc/sys/linux/Makefile.am: Add pread64.c and pwrite64.c.
7242         *  libc/sys/linux/Makefile.in: Regenerated.
7243         *  libc/unix/Makefile.in: Ditto.
7244         *  libc/sys/linux/pread64.c: New file.
7245         *  libc/sys/linux/pwrite64.c: Ditto.
7246         *  libc/unix/pread.c: Ditto.
7247         *  libc/unix/pwrite.c: Ditto.
7248
7249 2002-04-26  Jeff Johnston  <jjohnstn@redhat.com>
7250
7251         *  libc/sys/linux/Makefile.am: Add io64.c.
7252         *  libc/sys/linux/Makefile.in: Regenerated.
7253         *  libc/sys/linux/io.c(mkfifo, fsync, fdatasync): Added syscalls.
7254         *  libc/sys/linux/signal.c (sigwaitinfo, sigtimedwait): Ditto. 
7255         *  libc/sys/linux/io64.c: New file.
7256
7257 2002-04-26  Jeff Johnston  <jjohnstn@redhat.com>
7258
7259         * configure.in (CC_FOR_NEWLIB): New variable that
7260         bases on $(CC) and adds targ-include and libc/include as
7261         -isystem directives if they are not already part of $(CC).
7262         * Makefile.am (AM_MAKEFLAGS): Change setting of CC to equal
7263         $(CC_FOR_NEWLIB).
7264         * configure: Regenerated.
7265         * Makefile.in: Ditto.
7266
7267 2002-04-25  Jeff Johnston  <jjohnstn@redhat.com>
7268
7269         *  libc/sys/linux/Makefile.am: Add support for sched.c.
7270         *  libc/sys/linux/Makefile.in: Regenerated.
7271         *  libc/sys/linux/sched.c: New file.
7272         *  libc/sys/linux/sys/types.h: Add struct timespec.
7273
7274 2002-04-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
7275
7276         * configure.in (CC_FOR_BUILD): Set to gcc whether
7277         cross-compiling or not.
7278         (CC): Add -isystem's for targ-include and libc/include when they
7279         do not already appear in CC.
7280
7281 2002-04-24  Thomas Fitzsimmons  <fitzsim@redhat.com>
7282
7283         * Makefile.am (check-DEJAGNU): New target.
7284         (site.exp): Likewise.
7285         * acinclude.m4 (NEWLIB_CONFIGURE): Replace AC_CANONICAL_HOST
7286         with AC_CANONICAL_SYSTEM.  Remove AC_CANONICAL_BUILD.
7287         * libc/locale/locale.c (_setlocale_r): Add UTF-8 support.
7288         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Likewise.
7289         * libc/stdlib/wctomb_r.c (_wctomb_r): Likewise.
7290         * testsuite: New directory.
7291         * testsuite/config: Likewise.
7292         * testsuite/lib: Likewise.
7293         * testsuite/newlib.locale: Likewise.
7294         * testsuite/newlib.string: Likewise.
7295         * testsuite/config/default.exp: New file.
7296         * testsuite/lib/checkoutput.exp: New file.
7297         * testsuite/lib/newlib.exp: New file.
7298         * testsuite/lib/passfail.exp: New file.
7299         * testsuite/newlib.locale/UTF-8.c: New file.
7300         * testsuite/newlib.locale/UTF-8.exp: New file.
7301         * testsuite/newlib.locale/locale.exp: New file.
7302         * testsuite/newlib.string/string.exp: New file.
7303         * testsuite/newlib.string/tstring.c: New file.
7304
7305 2002-04-23  Jeff Johnston  <jjohnstn@redhat.com>
7306
7307         *  libc/include/machine/types.h (__pid_t, __off_t, __loff_t): Added.
7308         *  libc/sys/linux/Makefile.am: Add support for mmap.c.
7309         *  libc/sys/linux/Makefile.in: Regenerated.
7310         *  libc/sys/linux/mmap.c: New file.
7311         *  libc/sys/linux/machine/i386/syscall.h: Add _syscall6 macro.
7312         *  libc/sys/linux/sys/types.h (pid_t, off_t, loff_t): Added.
7313
7314 2002-04-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
7315
7316         * acinclude.m4 (newlib_cflags): Remove include directories that
7317         are already specified in the top-level configure.in's FLAGS_FOR_TARGET.
7318
7319 2002-04-19  Bill Siegmund  <ctc-dsl@pacbell.net>
7320
7321         * libc/machine/xscale/memchr.c: Don't use multi-line strings.
7322         * libc/machine/xscale/memcmp.c: Ditto.
7323         * libc/machine/xscale/memcpy.c: Ditto.
7324         * libc/machine/xscale/memmove.c: Ditto.
7325         * libc/machine/xscale/memset.c: Ditto.
7326         * libc/machine/xscale/strchr.c: Ditto.
7327         * libc/machine/xscale/strcmp.c: Ditto.
7328         * libc/machine/xscale/strcpy.c: Ditto.
7329         * libc/machine/xscale/strlen.c: Ditto.
7330
7331 2002-04-19  Alexandre Oliva  <aoliva@redhat.com>
7332
7333         * libc/include/sys/config.h: Remove include of <limits.h>.
7334         (__INT_MAX__, __LONG_MAX__): Define like GCC's limits.h would
7335         define INT_MAX and LONG_MAX.  Use them in tests.
7336
7337 2002-04-19  Jeff Johnston  <jjohnstn@redhat.com>
7338
7339         *  configure.host: Add support for powerpc-eabialtivec*.
7340         *  libc/include/malloc.h: Add include of <machine/malloc.h>.
7341         *  libc/include/stdlib.h: Add include of <machine/stdlib.h>.
7342         *  libc/include/machine/malloc.h: New file.
7343         *  libc/include/machine/stdlib.h: Ditto.
7344         *  libc/include/machine/setjmp.h: Add support for powerpc altivec.
7345         *  libc/machine/powerpc/Makefile.am: Add conditional objects and
7346         sources based on configuration.
7347         *  libc/machine/powerpc/Makefile.in: Regenerated.
7348         *  libc/machine/powerpc/configure: Ditto.
7349         *  libc/machine/powerpc/configure.in: Add check for
7350         powerpc-eabialtivec* in which case add in additional source files.
7351         *  libc/machine/powerpc/setjmp.S: Add altivec support.
7352         *  libc/machine/powerpc/vec_calloc.c: New file.
7353         *  libc/machine/powerpc/vec_free.c: Ditto.
7354         *  libc/machine/powerpc/vec_malloc.c: Ditto.
7355         *  libc/machine/powerpc/vec_mallocr.c: Ditto.
7356         *  libc/machine/powerpc/vec_realloc.c: Ditto.
7357         *  libc/machine/powerpc/machine/malloc.h: Ditto.
7358         *  libc/machine/powerpc/machine/stdlib.h: Ditto.
7359         *  libc/machine/powerpc/vfprintf.c: New file that is vfprintf.c
7360         with added altivec format specifiers.
7361         *  libc/machine/powerpc/vfscanf.c: New file that is vfscanf.c with
7362         added altivec format specifiers.
7363
7364 2002-04-19      Joel Sherrill <joel@OARcorp.com>
7365
7366         * libs/sys/rtems/crt0.c: Satisfy gcc's references to libc functions
7367         while autoconf is trying to link main(){}.
7368
7369 2002-04-17  Jeff Johnston  <jjohnstn@redhat.com>
7370
7371         * libc/sys/linux/signal.c: Remove include of <bits/sigset.h>.
7372         * libc/sys/linux/sys/signal.h: Add include of <bits/sigset.h>.
7373
7374 2002-04-17  Jeff Johnston  <jjohnstn@redhat.com>
7375
7376         * libc/time/time.tex: Add tzset info.
7377
7378 2002-04-17  Jeff Johnston  <jjohnstn@redhat.com>
7379
7380         * libc/include/time.h (tzset, _tzset_r): Added prototypes.
7381         (strptime): Moved prototype to be within !__STRICT_ANSI__.
7382         (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
7383         (tzname): Defined for all platforms.
7384         (daylight, timezone): Defined only for CYGWIN.
7385         * libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
7386         environment set up.
7387         * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
7388         environment variable is set.
7389         * libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
7390         tzset_r.c.
7391         * libc/time/Makefile.in: Regenerated.
7392         * libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
7393         * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
7394         * libc/time/lcltime_r.c (lcltime_r): Ditto.
7395         * libc/time/local.h: New local header file.
7396         * libc/time/mktime.c (mktime): Add timezone support.
7397         * libc/time/mktm_r.c: New file which is the common engine
7398         for gmtime_r and lcltime_r.  This code has timezone support.
7399         * libc/time/strftime.c (strftime): Add %Z timezone support.
7400         * libc/time/tzlock.c: New file containing timezone lock stubs.
7401         * libc/time/tzset.c: New file containing tzset() routine.
7402         * libc/time/tzset_r.c: New file containing _tzset_r and
7403         internal routine for calculating timezone changes for specified year.
7404
7405 2002-04-17  Thomas Fitzsimmons  <fitzsim@redhat.com>
7406
7407         * configure.in (CRT0_DIR): Set to libc/.
7408         (CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty.
7409         * Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to
7410         $(CRT0_DIR)$(CRT0) to prevent make warnings.  Likewise for
7411         $(CRT1_DIR)/$(CRT1).
7412         * libc/machine/xstormy16/Makefile.in: Regenerated.
7413         * libc/machine/xstormy16/aclocal.m4: Regenerated.
7414         * libc/machine/xstormy16/configure: Regenerated.
7415
7416 2002-04-13  Alexandre Oliva  <aoliva@redhat.com>
7417
7418         * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
7419         fails, don't bail out, and try to correct next time.
7420
7421         * libc/include/sys/config.h: Include limits.h.
7422
7423 2002-04-12  Eric Norum  <eric.norum@usask.com>
7424
7425         * libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
7426         routine to allow autoconf to determine that building executables
7427         for rtems works.
7428         (rtems_gxx_mutex_lock, rtems_gxx_mutex_unlock): Ditto.
7429         (rtems_gxx_mutex_once): Ditto.
7430
7431 2002-04-09  Tom Rix  <trix@redhat.com>
7432
7433         * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix typo.
7434
7435 2002-04-09  Mark Bradshaw  <bradshaw@staff.crosswalk.com>
7436
7437         * libc/include/time.h: Fix strptime declaration.
7438         * libc/time/Makefile.am: Add strptime.c.
7439         * libc/time/Makefile.in: Regenerated.
7440         * libc/time/strptime.c: New file.
7441
7442 2002-04-08  Jeff Johnston  <jjohnstn@redhat.com>
7443
7444         * libc/sys/linux/include/setjmp.h: Add sigjmp_buf type,
7445         siglongjmp prototype, and sigsetjmp macro definition.
7446         * libc/sys/linux/siglongjmp.c: New file.
7447         * libc/sys/linux/Makefile.am: Add support for siglongjmp.
7448         * libc/sys/linux/Makefile.in: Regenerated.
7449
7450 2002-04-04  Jeff Johnston  <jjohnstn@redhat.com>
7451
7452         * Makefile.am: Add support for installing crt1.o if one exists.
7453         * configure.host: Specify crt1.o for linux.
7454         * configure.in: Expose CRT1 and CRT1_DIR for Makefile.am to use.
7455         * Makefile.in: Regenerated.
7456         * configure: Ditto.
7457         * libc/include/sys/unistd.h (_SC_STREAM_MAX, _SC_PRIORITY_SCHEDULING):
7458         Added for non-Cygwin, non-RTEMS configurations.
7459         * libc/sys/linux/Makefile.am: Add support for crt1 and sysconf.
7460         * libc/sys/linux/Makefile.in: Regenerated.
7461         * libc/sys/linux/crt1.c: New empty file to override one defaulted
7462         by gcc.  This fixes problem with reconfiguring linux newlib build.
7463         * libc/sys/linux/sysconf.c: New file.
7464
7465 2002-04-03  Jeff Johnston  <jjohnstn@redhat.com>
7466
7467         * configure.host: Add support for machine subdirectory of
7468         sys subdirectory.
7469         * configure.in: Add check for sys machine subdirectory.
7470         * Makefile.am: Ditto.
7471         * configure: Regenerated.
7472         * Makefile.in: Ditto.
7473         * libc/sys/linux/crt0.c: Moved to machine/i386 directory.
7474         * libc/sys/linux/sys/syscall.h: Ditto.
7475         * libc/sys/linux/sleep.c: New file.
7476         * libc/sys/linux/socket.c: Ditto.
7477         * libc/sys/linux/sockops.h: Ditto.
7478         * libc/sys/linux/stack.c: Ditto.
7479         * libc/sys/linux/usleep.c: Ditto.
7480         * libc/sys/linux/machine/Makefile.am: Ditto.
7481         * libc/sys/linux/machine/Makefile.in: Ditto.
7482         * libc/sys/linux/machine/aclocal.m4: Ditto.
7483         * libc/sys/linux/machine/configure: Ditto.
7484         * libc/sys/linux/machine/configure.in: Ditto.
7485         * libc/sys/linux/machine/i386/Makefile.am: Ditto.
7486         * libc/sys/linux/machine/i386/Makefile.in: Ditto.
7487         * libc/sys/linux/machine/i386/aclocal.m4: Ditto.
7488         * libc/sys/linux/machine/i386/configure: Ditto.
7489         * libc/sys/linux/machine/i386/configure.in: Ditto.
7490         * libc/sys/linux/machine/i386/crt0.c: Ditto.
7491         * libc/sys/linux/machine/i386/sigset.c: Ditto.
7492         * libc/sys/linux/machine/i386/sigstack.h: Ditto.
7493         * libc/sys/linux/machine/i386/socketcall.h: Ditto.
7494         * libc/sys/linux/machine/i386/syscall.h: Ditto.
7495         * libc/sys/linux/sys/select.h: Ditto.
7496         * libc/sys/linux/configure.in: Add support for machine directory.
7497         * libc/sys/linux/Makefile.am: Ditto plus add new files above.
7498         * libc/sys/linux/Makefile.in: Regenerated.
7499         * libc/sys/linux/configure: Ditto.
7500         * libc/sys/linux/brk.c: Use machine/syscall.h instead of sys/syscall.h.
7501         * libc/sys/linux/inode.c: Ditto.
7502         * libc/sys/linux/linux.c: Ditto.
7503         * libc/sys/linux/process.c: Ditto.
7504         * libc/sys/linux/systat.c: Ditto.
7505         * libc/sys/linux/time.c: Ditto.
7506         * libc/sys/linux/wait.c: Ditto.
7507         * libc/sys/linux/ids.c: Change header plus add setfsgid/setfsuid.
7508         * libc/sys/linux/io.c: Change header plus add readv/writev.
7509         * libc/sys/linux/signal.c: Change header plus change sigsuspend to
7510         use __sigsuspend syscall.
7511         * libc/sys/linux/select.c: Change header plus change select to
7512         use _newselect syscall.
7513         * libc/sys/linux/sys/cdefs.h: Add a number of standard definitions
7514         used by glibc header files.
7515         * libc/sys/linux/sys/types.h: Add __socklen_t and __useconds_t
7516         types.
7517
7518 2002-04-01  Jeff Johnston  <jjohnstn@redhat.com>
7519
7520         * libc/include/sys/reent.h (_REENT_INIT_PTR): New macro for
7521         initializing a struct _reent that has been dynamically allocated.
7522         (_REENT_CHECK_MISC): New macro that checks _misc struct for
7523         _REENT_SMALL and does nothing otherwise.
7524         (_REENT_STRTOK_LAST): New macro for reentrant strtok.
7525         (_REENT_MBLEN_STATE): New macro for reentrant mblen.
7526         (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc.
7527         (_REENT_WCTOMB_STATE): New macro for reentrant wctomb.
7528         [_REENT_SMALL](struct _misc_reent): New structure containing
7529         miscellaneous reentrant areas needed by newlib.
7530         [_REENT_SMALL](struct _reent): Add _misc pointer.
7531         [_REENT_SMALL](_REENT_INIT_MISC): New macro.
7532         * libc/string/strtok (strtok): Change to use _REENT_CHECK_MISC
7533         and _REENT_STRTOK_LAST macros.
7534         * libc/stdlib/mblen (mblen): Change to use _REENT_CHECK_MISC
7535         and _REENT_MBLEN_STATE macros.
7536         * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC
7537         and _REENT_MBTOWC_STATE macros.
7538         * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC
7539         and _REENT_WCTOMB_STATE macros.
7540
7541 2002-04-01  Till Straumann <strauman@SLAC.Stanford.EDU>
7542
7543         * libc/stdlib/getenv_r.c (_findenv_r): Add missing ENV_UNLOCK.
7544
7545 Wed Mar 27 07:34:44 2002  Jason Tishler <jason@tishler.net>
7546
7547         * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
7548
7549 Tue Mar 26 17:17:10 2002  J"orn Rennecke <joern.rennecke@superh.com>
7550
7551         * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.
7552         Store high part of leading bytes too.
7553
7554 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
7555
7556         * libm/math/ef_hypot.c: Increase scale factor to 68.
7557
7558 2002-03-13  Alexandre Oliva  <aoliva@redhat.com>
7559
7560         * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-two
7561         error.
7562
7563 2002-03-12  Jeff Johnston  <jjohnstn@redhat.com>
7564
7565         * libc/sys/go32/access.c: Change license to relaxed license
7566         used in identical file throughout newlib/libgloss.
7567
7568 2002-03-12  Richard Earnshaw  <rearnsha@arm.com>
7569
7570         * libc/sys/arm/access.c: New file.
7571         * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add access.c.
7572         * libc/sys/arm/Makefile.in: Regenerate.
7573         * libc/sys/arm/syscalls.c (_stat): New function.
7574
7575 2002-03-11  Michael Meissner  <meissner@redhat.com>
7576
7577         * libc/machine/mips/Makefile.am (lib_a_SOURCES): Add Mips specific
7578         variants strlen.c, strcmp.c, strncpy.c, memset.c and memcpy.c.
7579         * libc/machine/mips/Makefile.in: Regenerate.
7580         * libc/machine/mips/memcpy.c: New file, optimized for MIPS.
7581         * libc/machine/mips/memset.c: Dito.
7582         * libc/machine/mips/strcmp.c: Dito.
7583         * libc/machine/mips/strlen.c: Dito.
7584         * libc/machine/mips/strncmp.c: Dito.
7585
7586 2002-03-06  Jeff Johnston  <jjohnstn@redhat.com>
7587
7588         * libc/machine/i386/Makefile.am: Add $(oext) for setjmp
7589         object so it works for shared library or statici library.
7590 2002-04-17  Jeff Johnston  <jjohnstn@redhat.com>
7591
7592         *  libc/include/time.h (tzset, _tzset_r): Added prototypes.
7593         (strptime): Moved prototype to be within !__STRICT_ANSI__.
7594         (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
7595         (tzname): Defined for all platforms.
7596         (daylight, timezone): Defined only for CYGWIN.
7597         *  libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
7598         environment set up.
7599         * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
7600         environment variable is set.
7601         *  libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
7602         tzset_r.c.
7603         *  libc/time/Makefile.in: Regenerated.
7604         *  libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
7605         *  libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
7606         *  libc/time/lcltime_r.c (lcltime_r): Ditto.
7607         *  libc/time/local.h: New local header file.
7608         *  libc/time/mktime.c (mktime): Add timezone support.
7609         *  libc/time/mktm_r.c: New file which is the common engine
7610         for gmtime_r and lcltime_r.  This code has timezone support.
7611         *  libc/time/strftime.c (strftime): Add %Z timezone support.
7612         *  libc/time/tzlock.c: New file containing timezone lock stubs.
7613         *  libc/time/tzset.c: New file containing tzset() routine.
7614         *  libc/time/tzset_r.c: New file containing _tzset_r and
7615         internal routine for calculating timezone changes for specified year.
7616
7617 2002-04-17  Thomas Fitzsimmons  <fitzsim@redhat.com>
7618
7619         * configure.in (CRT0_DIR): Set to libc/.
7620         (CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty.
7621         * Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to
7622         $(CRT0_DIR)$(CRT0) to prevent make warnings.  Likewise for
7623         $(CRT1_DIR)/$(CRT1).
7624         * libc/machine/xstormy16/Makefile.in: Regenerated.
7625         * libc/machine/xstormy16/aclocal.m4: Regenerated.
7626         * libc/machine/xstormy16/configure: Regenerated.
7627
7628 2002-04-13  Alexandre Oliva  <aoliva@redhat.com>
7629
7630         * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
7631         fails, don't bail out, and try to correct next time.
7632
7633         * libc/include/sys/config.h: Include limits.h.
7634
7635 2002-04-12  Eric Norum  <eric.norum@usask.com>
7636
7637         * libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
7638         routine to allow autoconf to determine that building executables
7639         for rtems works.
7640         (rtems_gxx_mutex_lock, rtems_gxx_mutex_unlock): Ditto.
7641         (rtems_gxx_mutex_once): Ditto.
7642
7643 2002-04-09  Tom Rix  <trix@redhat.com>
7644
7645         * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix typo.
7646
7647 2002-04-09  Mark Bradshaw  <bradshaw@staff.crosswalk.com>
7648
7649         * libc/include/time.h: Fix strptime declaration.
7650         * libc/time/Makefile.am: Add strptime.c.
7651         * libc/time/Makefile.in: Regenerated.
7652         * libc/time/strptime.c: New file.
7653
7654 2002-04-08  Jeff Johnston  <jjohnstn@redhat.com>
7655
7656         * libc/sys/linux/include/setjmp.h: Add sigjmp_buf type,
7657         siglongjmp prototype, and sigsetjmp macro definition.
7658         * libc/sys/linux/siglongjmp.c: New file.
7659         * libc/sys/linux/Makefile.am: Add support for siglongjmp.
7660         * libc/sys/linux/Makefile.in: Regenerated.
7661
7662 2002-04-04  Jeff Johnston  <jjohnstn@redhat.com>
7663
7664         * Makefile.am: Add support for installing crt1.o if one exists.
7665         * configure.host: Specify crt1.o for linux.
7666         * configure.in: Expose CRT1 and CRT1_DIR for Makefile.am to use.
7667         * Makefile.in: Regenerated.
7668         * configure: Ditto.
7669         * libc/include/sys/unistd.h (_SC_STREAM_MAX, _SC_PRIORITY_SCHEDULING):
7670         Added for non-Cygwin, non-RTEMS configurations.
7671         * libc/sys/linux/Makefile.am: Add support for crt1 and sysconf.
7672         * libc/sys/linux/Makefile.in: Regenerated.
7673         * libc/sys/linux/crt1.c: New empty file to override one defaulted
7674         by gcc.  This fixes problem with reconfiguring linux newlib build.
7675         * libc/sys/linux/sysconf.c: New file.
7676
7677 2002-04-03  Jeff Johnston  <jjohnstn@redhat.com>
7678
7679         * configure.host: Add support for machine subdirectory of
7680         sys subdirectory.
7681         * configure.in: Add check for sys machine subdirectory.
7682         * Makefile.am: Ditto.
7683         * configure: Regenerated.
7684         * Makefile.in: Ditto.
7685         * libc/sys/linux/crt0.c: Moved to machine/i386 directory.
7686         * libc/sys/linux/sys/syscall.h: Ditto.
7687         * libc/sys/linux/sleep.c: New file.
7688         * libc/sys/linux/socket.c: Ditto.
7689         * libc/sys/linux/sockops.h: Ditto.
7690         * libc/sys/linux/stack.c: Ditto.
7691         * libc/sys/linux/usleep.c: Ditto.
7692         * libc/sys/linux/machine/Makefile.am: Ditto.
7693         * libc/sys/linux/machine/Makefile.in: Ditto.
7694         * libc/sys/linux/machine/aclocal.m4: Ditto.
7695         * libc/sys/linux/machine/configure: Ditto.
7696         * libc/sys/linux/machine/configure.in: Ditto.
7697         * libc/sys/linux/machine/i386/Makefile.am: Ditto.
7698         * libc/sys/linux/machine/i386/Makefile.in: Ditto.
7699         * libc/sys/linux/machine/i386/aclocal.m4: Ditto.
7700         * libc/sys/linux/machine/i386/configure: Ditto.
7701         * libc/sys/linux/machine/i386/configure.in: Ditto.
7702         * libc/sys/linux/machine/i386/crt0.c: Ditto.
7703         * libc/sys/linux/machine/i386/sigset.c: Ditto.
7704         * libc/sys/linux/machine/i386/sigstack.h: Ditto.
7705         * libc/sys/linux/machine/i386/socketcall.h: Ditto.
7706         * libc/sys/linux/machine/i386/syscall.h: Ditto.
7707         * libc/sys/linux/sys/select.h: Ditto.
7708         * libc/sys/linux/configure.in: Add support for machine directory.
7709         * libc/sys/linux/Makefile.am: Ditto plus add new files above.
7710         * libc/sys/linux/Makefile.in: Regenerated.
7711         * libc/sys/linux/configure: Ditto.
7712         * libc/sys/linux/brk.c: Use machine/syscall.h instead of sys/syscall.h.
7713         * libc/sys/linux/inode.c: Ditto.
7714         * libc/sys/linux/linux.c: Ditto.
7715         * libc/sys/linux/process.c: Ditto.
7716         * libc/sys/linux/systat.c: Ditto.
7717         * libc/sys/linux/time.c: Ditto.
7718         * libc/sys/linux/wait.c: Ditto.
7719         * libc/sys/linux/ids.c: Change header plus add setfsgid/setfsuid.
7720         * libc/sys/linux/io.c: Change header plus add readv/writev.
7721         * libc/sys/linux/signal.c: Change header plus change sigsuspend to
7722         use __sigsuspend syscall.
7723         * libc/sys/linux/select.c: Change header plus change select to
7724         use _newselect syscall.
7725         * libc/sys/linux/sys/cdefs.h: Add a number of standard definitions
7726         used by glibc header files.
7727         * libc/sys/linux/sys/types.h: Add __socklen_t and __useconds_t
7728         types.
7729
7730 2002-04-01  Jeff Johnston  <jjohnstn@redhat.com>
7731
7732         * libc/include/sys/reent.h (_REENT_INIT_PTR): New macro for
7733         initializing a struct _reent that has been dynamically allocated.
7734         (_REENT_CHECK_MISC): New macro that checks _misc struct for
7735         _REENT_SMALL and does nothing otherwise.
7736         (_REENT_STRTOK_LAST): New macro for reentrant strtok.
7737         (_REENT_MBLEN_STATE): New macro for reentrant mblen.
7738         (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc.
7739         (_REENT_WCTOMB_STATE): New macro for reentrant wctomb.
7740         [_REENT_SMALL](struct _misc_reent): New structure containing
7741         miscellaneous reentrant areas needed by newlib.
7742         [_REENT_SMALL](struct _reent): Add _misc pointer.
7743         [_REENT_SMALL](_REENT_INIT_MISC): New macro.
7744         * libc/string/strtok (strtok): Change to use _REENT_CHECK_MISC
7745         and _REENT_STRTOK_LAST macros.
7746         * libc/stdlib/mblen (mblen): Change to use _REENT_CHECK_MISC
7747         and _REENT_MBLEN_STATE macros.
7748         * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC
7749         and _REENT_MBTOWC_STATE macros.
7750         * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC
7751         and _REENT_WCTOMB_STATE macros.
7752
7753 2002-04-01  Till Straumann <strauman@SLAC.Stanford.EDU>
7754
7755         * libc/stdlib/getenv_r.c (_findenv_r): Add missing ENV_UNLOCK.
7756
7757 Wed Mar 27 07:34:44 2002  Jason Tishler <jason@tishler.net>
7758
7759         * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
7760
7761 Tue Mar 26 17:17:10 2002  J"orn Rennecke <joern.rennecke@superh.com>
7762
7763         * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.
7764         Store high part of leading bytes too.
7765
7766 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
7767
7768         * libm/math/ef_hypot.c: Increase scale factor to 68.
7769
7770 2002-03-13  Alexandre Oliva  <aoliva@redhat.com>
7771
7772         * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-two
7773         error.
7774
7775 2002-03-12  Jeff Johnston  <jjohnstn@redhat.com>
7776
7777         * libc/sys/go32/access.c: Change license to relaxed license
7778         used in identical file throughout newlib/libgloss.
7779
7780 2002-03-12  Richard Earnshaw  <rearnsha@arm.com>
7781
7782         * libc/sys/arm/access.c: New file.
7783         * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add access.c.
7784         * libc/sys/arm/Makefile.in: Regenerate.
7785         * libc/sys/arm/syscalls.c (_stat): New function.
7786
7787 2002-03-11  Michael Meissner  <meissner@redhat.com>
7788
7789         * libc/machine/mips/Makefile.am (lib_a_SOURCES): Add Mips specific
7790         variants strlen.c, strcmp.c, strncpy.c, memset.c and memcpy.c.
7791         * libc/machine/mips/Makefile.in: Regenerate.
7792         * libc/machine/mips/memcpy.c: New file, optimized for MIPS.
7793         * libc/machine/mips/memset.c: Dito.
7794         * libc/machine/mips/strcmp.c: Dito.
7795         * libc/machine/mips/strlen.c: Dito.
7796         * libc/machine/mips/strncmp.c: Dito.
7797
7798 2002-03-06  Jeff Johnston  <jjohnstn@redhat.com>
7799
7800         * libc/machine/i386/Makefile.am: Add $(oext) for setjmp
7801         object so it works for shared library or statici library.
7802         * libc/machine/i386/Makefile.in: Regenerated.
7803
7804 Wed Mar  6 10:24:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
7805
7806         * libc/machine/sh/Makefile.am (lib_a_SOURCES, SH64 case):
7807         Add memcpy.S, memset.S and strcpy.S.
7808         * libc/machine/sh/Makefile.in: Regenerate.
7809         * libc/machine/sh/asm.h (_ENTRY): Set SH5 alignment to 8 bytes.
7810         (SHHI, SHLO): Define.
7811         * libc/machine/sh/memset.S: Add code for SH5.
7812         * libc/machine/sh/memset.S: Likewise.
7813         * libc/machine/sh/strcpy.S: Likewise.
7814
7815 2002-02-27  Jeff Johnston  <jjohnstn@redhat.com>
7816
7817         * configure.host: Add check for --disable-newlib-io-float
7818         configuration option and add -DNO_FLOATING_POINT to newlib cflags
7819         if appropriate.
7820         * acinclude.m4: Added --disable-newlib-io-float option.
7821         * aclocal.m4: Regenerated.
7822         * configure: Ditto.
7823         * doc/aclocal.m4 doc/configure libc/aclocal.m4 libc/configure
7824         * libc/*/aclocal.m4 libc/*/configure 
7825         * libm/*/aclocal.m4 libm/*/configure: Ditto.
7826         * libc/stdio/vfprintf.c [!INTEGER_ONLY]: Only set FLOATING_POINT
7827         if NO_FLOATING_POINT flag is not defined.
7828
7829 2002-02-25  Jeff Johnston  <jjohnstn@redhat.com>
7830
7831         * libc/include/sys/config.h: Add __extension__ in front of
7832         long long references.
7833
7834 2002-02-23  Corinna Vinschen  <corinna@vinschen.de>
7835
7836         * libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.
7837         (_stat): Ditto.
7838
7839 2002-02-23  Corinna Vinschen  <corinna@vinschen.de>
7840
7841         * libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead
7842         of off_t.
7843
7844 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
7845
7846         * libc/machine/xscale/strchr.c (strchr): Add 'r1' to the list of
7847         clobbered registers.
7848
7849 2002-02-19  Thomas Fitzsimmons  <fitzsim@redhat.com>
7850
7851         * configure.host (newlib_cflags): When host is in m68* add
7852         -DCOMPACT_CTYPE.
7853
7854 2002-02-15  Jeff Johnston  <jjohnstn@redhat.com>
7855
7856         * libc/include/sys/config.h: Add definitions for
7857         __int16_t, __uint16_t, __int64_t, and __uint64_t.
7858
7859 2002-02-12  Hans-Peter Nilsson  <hp@bitrange.com>
7860
7861         * libc/sys/mmixware/link.c: New.
7862         * libc/sys/mmixware/sys/syscall.h (TRAP1i, I3f): Make asm
7863         volatile.
7864         * libc/sys/mmixware/times.c (_times): Renamed from times.
7865         * libc/sys/mmixware/open.c (_open): Attempt to handle O_APPEND
7866         properly by reading previous contents, not through BinaryReadWrite.
7867         * libc/sys/mmixware/Makefile.am (lib_a_SOURCES): Add link.c
7868         * libc/sys/mmixware/Makefile.in: Regenerate.
7869
7870 2002-02-10  Corinna Vinschen  <corinna@vinschen.de>
7871
7872         * libc/include/grp.h: Don't declare group functions when compiling
7873         Cygwin.
7874
7875 2002-02-09  Corinna Vinschen  <corinna@vinschen.de>
7876
7877         * libc/include/grp.h: Include Cygwin specific header.
7878         * libc/include/sys/stat.h: Ditto.  Don't define `struct stat'
7879         when compiling for Cygwin.
7880         * libc/include/sys/types.h: Don't define off_t, uid_t
7881         and gid_t when compiling for Cygwin.
7882
7883 2002-02-08  matthew green  <mrg@redhat.com>
7884
7885         * libc/include/sys/reent.h (_REENT_CHECK_EMERGENCY): Allocate
7886         _REENT_EMERGENCY_SIZE, not sizeof(char *).
7887
7888 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
7889
7890         Contribute sh64-elf.
7891         2001-03-13  Alexandre Oliva  <aoliva@redhat.com>
7892         * configure.host (newlib_cflags) [sh*-*-*]: Enable long long
7893         support in printf.
7894         2001-01-29  Alexandre Oliva  <aoliva@redhat.com>
7895         * libc/machine/sh/setjmp.S [SH5]: Switch to SHmedia mode before
7896         any labels.
7897         2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7898         * libc/sys/sh/trap.S (___trap34) [SH5]: Don't trash r2.
7899         2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
7900         * libc/machine/sh/configure.in: Rework conditionals.
7901         * libc/machine/sh/Makefile.am: Likewise.
7902         * libc/machine/sh/configure, libc/machine/sh/Makefile.in: Rebuilt.
7903         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7904         * configure.host: Match `sh*'.
7905         * libc/include/machine/setjmp.h: Define for SH5.
7906         * libc/machine/sh/configure.in: Detect SH5.
7907         * libc/machine/sh/configure: Rebuilt.
7908         * libc/machine/sh/Makefile.am: Use only setjmp.S for SH5.
7909         * libc/machine/sh/Makefile.in: Rebuilt.
7910         * libc/machine/sh/asm.h: Adjust for SH5.
7911         * libc/machine/sh/setjmp.S: Implement in SHmedia.
7912         * libc/sys/sh/crt0.S: Likewise.
7913         * libc/sys/sh/trap.S: Likewise.
7914
7915 2002-02-07  Jeff Johnston  <jjohnstn@redhat.com>
7916
7917         * libc/machine/i386/Makefile.am: (mach_add_src): Remove.
7918         (mach_add_obj): Conditionally set to setjmp.o or nothing.
7919         (LIB_SOURCES): Remove $(mach_add_src).
7920         (lib_a_LIBADD, lib_a_DEPENDENCIES): Add and set to $(mach_add_src).
7921         (lib_la_LIBADD, lib_la_DEPENDENCIES): Ditto.
7922         * libc/machine/i386/Makefile.in: Regenerate.
7923
7924 2002-02-05  Manik Raina <manik@cisco.com>
7925
7926         * libc/misc/dprintf.c (parse_number): #if 0 unused function.
7927         * libc/stdlib/ldtoa.c (_ldcheck): Remove unused local variables
7928         s, p, k, and outstr.
7929         * libc/stdlib/dtoa.c (_dtoa_r): Initialize mlo.
7930
7931 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
7932
7933         * libc/include/sys/reent.h [(!_REENT_SMALL]: Add
7934         _REENT_CHECK_EMERGENCY macro.
7935
7936 2002-02-03  matthew green  <mrg@redhat.com>
7937
7938         * libc/reent/signgam.c (__signgam): Fix error in previous.
7939
7940 2002-02-02  matthew green  <mrg@redhat.com>
7941
7942         * libc/include/sys/config.h (_REENT_SMALL): Define for Xstormy16.
7943
7944         * libc/reent/reent.c (_reclaim_reent): Clean for _REENT_SMALL case.
7945         * libc/reent/reent.tex: Add blurb about _REENT_SMALL.
7946         * libc/include/sys/reent.h (struct _reent): Completely new version
7947         for _REENT_SMALL.
7948         (_REENT_INIT): New defines, different defintion depending on _REENT_SMALL.
7949         (_REENT_CHECK, _REENT_CHECK_TM): Likewise.
7950         (_REENT_CHECK_ASCTIME_BUF, _REENT_INIT_RAND48): Likewise.
7951         (_REENT_CHECK_RAND48, _REENT_INIT_MP, _REENT_CHECK_MP): Likewise.
7952         (_REENT_CHECK_EMERGENCY, _REENT_SIGNGAM, _REENT_RAND_NEXT): Likewise.
7953         (_REENT_RAND48_SEED, _REENT_RAND48_MULT, _REENT_RAND48_ADD): Likewise.
7954         (_REENT_MP_RESULT, _REENT_MP_RESULT_K, _REENT_MP_P5S): Likewise.
7955         (_REENT_MP_FREELIST, _REENT_ASCTIME_BUF, _REENT_TM): Likewise.
7956         (_REENT_EMERGENCY): Likewise.
7957
7958         * libc/include/sys/reent.h (struct __sFILE_fake): New struct, same as
7959         the start of the real __sFILE, used for stdin, stdout and stderr until
7960         they are setup properly.
7961         (struct __sFILE): Move location of _data in _REENT_SMALL case.
7962         * libc/stdio/findfp.c (__sinit): Rearrange for _REENT_SMALL case by
7963         allocated stdin, stdout and stderr.
7964         * libc/stdio/getchar.c (_getchar_r): Call _REENT_SMALL_CHECK_INIT().
7965         * libc/stdio/iprintf.c (iprintf, _iprintf_r): Likewise.
7966         * libc/stdio/perror.c (_perror_r): Likewise.
7967         * libc/stdio/printf.c (printf, _printf_r): Likewise.
7968         * libc/stdio/putchar.c (_putchar_r): Likewise.
7969         * libc/stdio/puts.c (_puts_r): Likewise.
7970         * libc/stdio/scanf.c (scanf, _scanf_r): Likewise.
7971         * libc/stdio/vprintf.c (vprintf): Likewise.
7972         * libc/stdio/vscanf.c (vscanf, _vscanf_r): Likewise.
7973
7974         * libc/stdio/tmpnam.c (_tmpnam_r): Use _REENT_EMERGENCY().
7975
7976         * libc/reent/reent.c (_wrapup_reent): Adjust for _REENT_SMALL atexit.
7977         * libc/include/sys/reent.h (_atexit): Limit atexit() entries to 32
7978         for _REENT_SMALL.
7979         * libc/stdlib/atexit.c (atexit): Rearrange for _REENT_SMALL case.
7980         * libc/stdlib/exit.c (exit): Rearrange for _REENT_SMALL case.
7981
7982         * libc/include/sys/reent.h (struct _rand48): Keep _rand_next if
7983         _REENT_SMALL.
7984         * libc/stdlib/drand48.c (_drand48_r): Call _REENT_CHECK_RAND48().
7985         * libc/stdlib/lcong48.c (_lcong48_r): Likewise.
7986         * libc/stdlib/lrand48.c (_lrand48_r): Likewise.
7987         * libc/stdlib/mrand48.c (_mrand48_r): Likewise.
7988         * libc/stdlib/rand48.c (__dorand48): Likewise.
7989         * libc/stdlib/seed48.c (_seed48_r): Likewise.
7990         * libc/stdlib/srand48.c (_srand48_r): Likewise.
7991         * libc/stdlib/rand48.h (__rand48_seed, __rand48_mult, __rand48_add): Define
7992         as _REENT_RAND48_SEED(), _REENT_RAND48_MULT() and _REENT_RAND48_ADD().
7993         * libc/stdlib/dtoa.c (_dtoa_r): Call _REENT_CHECK_MP().  Use
7994         _REENT_MP_RESULT() and _REENT_MP_RESULT_K().
7995         * libc/stdlib/ldtoa.c (_ldtoa_r): Likewise.
7996         * libc/stdlib/rand.c (srand): Use _REENT_RAND_NEXT().
7997         * libc/stdlib/rand.c (rand): Likewise.
7998
7999         * libc/stdlib/mallocr.c (malloc_stats): Call _REENT_SMALL_CHECK_INIT().
8000         * libc/stdlib/mstats.c (_mstats_r): Call _REENT_SMALL_CHECK_INIT().
8001
8002         * libc/stdlib/mprec.c (Balloc): Call _REENT_CHECK_MP.  Use
8003         _REENT_MP_FREELIST() and _REENT_MP_P5S.
8004         * libc/include/sys/reent.h (struct _mprec): New structure.
8005
8006         * libc/include/sys/reent.h (struct _reent): Rename _strtok_last to
8007         _unused_strtok_last.
8008         * libc/string/strtok.c (strtok): Use a local static variable.
8009
8010         * libc/include/sys/reent.h (_REENT_ASCTIME_SIZE): New define.
8011         (_REENT_EMERGENCY_SIZE): Likewise.
8012         * libc/time/asctime.c (asctime): Call _REENT_CHECK_ASCTIME_BUF().  Use
8013         _REENT_ASCTIME_BUF().
8014         * libc/time/lcltime.c (localtime): Call _REENT_CHECK_TM().  Use
8015         _REENT_TM().
8016
8017         * libc/include/math.h (__singam_r): Use _REENT_SIGNGAM().
8018         * libc/reent/signgam.c (__signgam): Use _REENT_SIGNGAM().
8019         * libm/math/w_gamma.c (gamma): Use _REENT_SIGNGAM().
8020         * libm/math/w_lgamma.c (lgamma): Use _REENT_SIGNGAM().
8021         * libm/math/wf_gamma.c (gammaf): Use _REENT_SIGNGAM().
8022         * libm/math/wf_lgamma.c (lgammaf): Use _REENT_SIGNGAM().
8023
8024 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
8025
8026         * configure.host (xstormy16): Don't use the generic malloc.
8027         * libc/machine/xstormy16/Makefile.am: Build tiny-malloc.
8028         * libc/machine/xstormy16/Makefile.in: Regenerate.
8029         * libc/machine/xstormy16/mallocr.c: New file.
8030         * libc/machine/xstormy16/tiny-malloc.c: New file.
8031
8032 2002-01-28  Thomas Fitzsimmons  <fitzsim@redhat.com>
8033
8034         * libc/include/sys/signal.h [__CYGWIN__]: Issue error message
8035         when _CYGWIN_TYPES_H is not defined.
8036
8037 2002-01-24  Thomas Fitzsimmons  <fitzsim@redhat.com>
8038
8039         * libc/include/sys/signal.h: Revert 2002-01-23 change.
8040
8041 2002-01-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
8042
8043         * libc/include/sys/signal.h: Remove pthread_kill declaration
8044         when __CYGWIN__ is defined.
8045
8046 2002-01-18  Mark Bradshaw  <bradshaw@staff.crosswalk.com>
8047
8048         * libc/include/time.h: Add prototype for strptime for Cygwin.
8049
8050 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
8051
8052         * libc/machine/xscale/memset.c (memset): Fix bug when len == 1 and
8053         dst was not word aligned.
8054
8055         * libc/sys/arm/syscalls.c (_sbrk): Return -1 rather than aborting
8056         if too much memory is requested.
8057
8058 2002-01-11 Jeff Johnston  <jjohnstn@redhat.com>
8059
8060         * libc/stdio/vfscanf.c (__svfscanf_r): Change loop that
8061         reads blanks from the input file to break if EOF reached
8062         rather than end processing.
8063
8064 2002-01-07 Jeff Johnston  <jjohnstn@redhat.com>
8065
8066         * MAINTAINERS: Change e-mail addresses to refer to redhat domain.
8067
8068 2002-01-07 Alan Matsuoka <alanm@redhat.com>
8069
8070         * libc/include/machine/ieeefp.h: Configure d10v doubles to
8071         be 32 bits if __DOUBLE__ == 32  otherwise doubles are 64 bits.
8072         libc/include/sys/config.h: Ditto.
8073
8074 2001-12-28  Corinna Vinschen  <corinna@vinschen.de>
8075
8076         * libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.
8077
8078 2001-12-22  Geoffrey Keating  <geoffk@redhat.com>
8079             Catherine Moore  <clm@redhat.com>
8080             Richard Henderson  <rth@redhat.com>
8081             Corinna Vinschen  <vinschen@redhat.com>
8082
8083         * configure.host: Add support for xstormy16.
8084         * libc/include/machine/ieeefp.h: Add support for xstormy16.
8085         * libc/include/machine/setjmp.h: Add support for xstormy16.
8086         * libc/include/sys/config.h: Add support for xstormy16.
8087         * libc/machine/xstormy16/Makefile.am: New file.
8088         * libc/machine/xstormy16/Makefile.in: New file.
8089         * libc/machine/xstormy16/aclocal.m4: New file.
8090         * libc/machine/xstormy16/configure: New file.
8091         * libc/machine/xstormy16/configure.in: New file.
8092         * libc/machine/xstormy16/setjmp.S: New file.
8093
8094 2001-12-19  Thomas Fitzsimmons  <fitzsim@redhat.com>
8095
8096         * libm/machine/configure.in (HAVE_LIBM_MACHINE_DIR): New conditional.
8097         * libm/machine/Makefile.am [HAVE_LIBM_MACHINE_DIR] (LIBM_MACHLIB): New variable.
8098
8099 2001-12-19  Corinna Vinschen  <corinna@vinschen.de>
8100
8101         * libm/machine/Makefile.am: Change rules to create correct lib.a.
8102         * libm/machine/Makefile.in: Regenerated through automake.
8103
8104 2001-12-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
8105
8106         * Makefile.am (DOCDIR): Force to empty string when doc
8107         directory is not present.
8108
8109 2001-12-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
8110
8111         * libc/machine/i386/f_*: Move to libm/machine/i386.
8112
8113 2001-12-18      Joel Sherrill <joel@OARcorp.com>
8114
8115         * libm/machine/Makefile.am: Add dummy doc stub so
8116         "make info" works.
8117
8118 2001-12-17      Joel Sherrill <joel@OARcorp.com>
8119
8120         * libc/include/sys/types.h (ino_t): RTEMS uses long also.
8121
8122 2001-12-17  Thomas Fitzsimmons  <fitzsim@redhat.com>
8123
8124         * libc/stdlib/Makefile.am (LIB_COMPILE): Change to equal
8125         $(COMPILE) rather than $(CC).
8126         * libc/stdio/Makefile.am (LIB_COMPILE): Likewise.
8127         (vfprintf.$(oext)): Remove $(INCLUDES), made redundant by
8128         $(LIB_COMPILE) change.
8129         (vfiprintf.$(oext)): Likewise.
8130
8131 2001-12-17  Corinna Vinschen  <vinschen@redhat.de>
8132
8133         * libc/sys/cygwin/include/unistd.h: Add __UNISTD_GETOPT_ to allow
8134         conditionalized including of getopt stuff.
8135
8136 2001-12-14  Thomas Fitzsimmons  <fitzsim@redhat.com>
8137
8138         * libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to
8139         compile line.
8140         (vfiprintf.$(oext)): Likewise.
8141
8142 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8143
8144         * Makefile.shared: New file.
8145         * libc/sys/linux/shared.ld: New file.
8146         * libm/machine/*: New files.
8147         * libm/machine/i386/*: New files.
8148         * Makefile.am: Add libtool support.  Change math and mathfp
8149         references to variables.
8150         * configure.host: Add variables for libtool support.  Add
8151         libm_machine_dir variable.
8152         * configure.in: Add objectlist variables, for libtool
8153         support.  Add CC_FOR_BUILD tests.
8154         * libc/Makefile.am: Add libtool support.  Change crt0.o
8155         reference to be a variable reference.
8156         * libc/configure.in: Add libtool support.  Change sublib
8157         names to be lib${subdir}.la when using libtool.
8158         * libc/ctype/Makefile.am: Add libtool support.
8159         * libc/errno/Makefile.am: Likewise.
8160         * libc/locale/Makefile.am: Likewise.
8161         * libc/machine/Makefile.am: Likewise.
8162         * libc/machine/configure.in: Likewise.
8163         * libc/machine/i386/Makefile.am: Likewise.
8164         * libc/machine/i386/configure.in: Likewise.
8165         * libc/misc/Makefile.am: Likewise.
8166         * libc/posix/Makefile.am: Likewise.
8167         * libc/reent/Makefile.am: Likewise.
8168         * libc/signal/Makefile.am: Likewise.
8169         * libc/stdio/Makefile.am: Likewise.
8170         * libc/stdlib/Makefile.am: Likewise.
8171         * libc/string/Makefile.am: Likewise.
8172         * libc/sys/Makefile.am: Likewise.
8173         * libc/sys/configure.in: Likewise.
8174         * libc/sys/linux/Makefile.am: Add libtool support.  Change
8175         awk reference to a variable reference.  Change signal.h
8176         reference to a variable reference.
8177         * libc/sys/linux/configure.in: Add libtool support.
8178         * libc/syscalls/Makefile.am: Likewise.
8179         * libc/time/Makefile.am: Likewise.
8180         * libc/unix/Makefile.am: Likewise.
8181         * libm/Makefile.am: Add libtool support.  Change math and
8182         mathfp references to variables.
8183         * libm/configure.in: Add libtool support.  Add
8184         LIBM_MACHINE_LIB variable.
8185         * libm/common/Makefile.am: Add libtool support.
8186         * libm/math/Makefile.am: Likewise.
8187         * libm/mathfp/Makefile.am: Likewise.
8188         Regenerate all Makefile.in, aclocal.m4, and configure.
8189
8190 2001-12-13 Anita Kulkarni <anitak@kpit.com>
8191
8192         * libc/sys/sh/crt0.S: Remove stack symbol definition 0xdeaddead.
8193
8194 2001-12-06  John Peacock <jpeacock@rowman.com>
8195
8196         * libc/include/sys/unistd.h: Correct ualarm declaration.
8197
8198 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
8199
8200         * libc/sys/arm/crt0.S: For __USES_INITFINI__ preserve the argument
8201         vector before calling the initialisation functions.
8202
8203 2001-11-29  Christopher Faylor  <cgf@redhat.com>
8204
8205         * libc/include/dirent.h: Protect against multiple inclusion.
8206
8207 2001-11-27  Christopher Faylor  <cgf@redhat.com>
8208
8209         * libc/include/sys/types.h: Define useconds_t.
8210         * libc/include/sys/ulimit.h: Declare ualarm.
8211
8212 2001-11-21  Christopher Faylor  <cgf@redhat.com>
8213
8214         * libc/sys/cygwin/sys/dirent.h (DIR): Add another internal element.
8215
8216 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
8217
8218         * libc/sys/mmixware/*: Tweak license header in all source files.
8219
8220 2001-11-12  Corinna Vinschen  <vinschen@redhat.com>
8221
8222         * libc/include/alloca.h: Move libc/sys/linux/include/alloca.h
8223         to here.  Rearrange for general inclusion by stdlib.h.
8224         * libc/include/stdlib.h: Include <alloca.h> if __STRICT_ANSI__
8225         isn't defined.
8226         * libc/sys/linux/include/alloca.h: Move to libc/include.
8227
8228 2001-11-12  Anthony Green  <green@redhat.com>
8229
8230         * libc/sys/arm/crt0.S (__stack_base__): New symbol.
8231
8232 2001-11-13  Hans-Peter Nilsson  <hp@bitrange.com>
8233
8234         * libc/sys/mmixware/*: Correct spacing in all source files.
8235         * libc/sys/mmixware/syscall.h: Move misplaced file...
8236         * libc/sys/mmixware/sys/syscall.h: ...here.
8237
8238 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
8239
8240         * libc/include/machine/ieeefp.h: Add support for mmix target.
8241         * libc/include/machine/setjmp.h: Ditto.
8242         * configure.host: Ditto.
8243         * libc/sys/mmixware/Makefile.am, libc/sys/mmixware/_exit.c,
8244         libc/sys/mmixware/access.c, libc/sys/mmixware/aclocal.m4,
8245         libc/sys/mmixware/chmod.c, libc/sys/mmixware/chown.c,
8246         libc/sys/mmixware/close.c, libc/sys/mmixware/configure.in,
8247         libc/sys/mmixware/creat.c, libc/sys/mmixware/crt0.c,
8248         libc/sys/mmixware/execv.c, libc/sys/mmixware/execve.c,
8249         libc/sys/mmixware/fork.c, libc/sys/mmixware/fstat.c,
8250         libc/sys/mmixware/getpid.c, libc/sys/mmixware/gettime.c,
8251         libc/sys/mmixware/isatty.c, libc/sys/mmixware/kill.c,
8252         libc/sys/mmixware/lseek.c, libc/sys/mmixware/open.c,
8253         libc/sys/mmixware/pipe.c, libc/sys/mmixware/read.c,
8254         libc/sys/mmixware/sbrk.c, libc/sys/mmixware/setjmp.S,
8255         libc/sys/mmixware/stat.c, libc/sys/mmixware/sys/syscall.h,
8256         libc/sys/mmixware/time.c, libc/sys/mmixware/times.c,
8257         libc/sys/mmixware/unlink.c, libc/sys/mmixware/utime.c,
8258         libc/sys/mmixware/wait.c, libc/sys/mmixware/write.c: New files.
8259         * libc/sys/mmixware/configure, libc/sys/mmixware/Makefile.in,
8260         libc/sys/mmixware/aclocal.m4: Generate.
8261
8262 2001-11-05  Corinna Vinschen  <corinna@vinschen.de>
8263
8264         * libc/include/sys/unistd.h: Add prototypes for endusershell(),
8265         getusershell(), iruserok(), revoke(), ruserok() and setusershell()
8266         when __CYGWIN__ is defined.
8267         * libc/sys/cygwin/sys/utmp.h: Add prototypes for login_tty() and
8268         logwtmp().
8269
8270 2001-11-01  Arati Dikey  <aratidikey@hotmail.com>
8271
8272         * libm/mathfp/sf_isinf.c (isinff): Change to use _DEFUN macro.
8273         [_DOUBLE_IS_32BITS](isinf): New function that calls isinff.
8274         * libm/mathfp/sf_isnan.c (isnanf): Change to use _DEFUN macro.
8275         [_DOUBLE_IS_32BITS](isnan): New function that calls isnanf.
8276
8277 2001-10-24  Christopher Faylor  <cgf@redhat.com>
8278
8279         * libc/stdio/fseek.c: Reset pointer to buffer base
8280         when forced to seek outside of current buffer contents.
8281         This prevents the code from erroneously thinking there is
8282         anything in the current buffer.
8283
8284 2001-10-22  Geoffrey Keating  <geoffk@redhat.com>
8285
8286         * libc/include/math.h: The C++ standard adds the single-precision
8287         versions of the elementary functions.
8288
8289 2001-10-22  Christopher Faylor  <cgf@redhat.com>
8290
8291         * libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations
8292         throughout.
8293         * signal.h: Change comment to reflect __CYGWIN__ rather than __CYGWIN32__.
8294         * popen.c (popen): Use __CYGWIN_ rather than __CYGWIN32__.
8295         * system.c (_system_r): Ditto.
8296
8297 2001-10-17  Corinna Vinschen  <corinna@vinschen.de>
8298
8299         * libc/include/sys/unistd.h: Add prototype for fchdir() when
8300         __CYGWIN__ or __rtems__ is defined.
8301
8302 2001-10-01  Charles Wilson  <cwilson@ece.gatech.edu>
8303
8304         * libc/include/stdlib.h: add declarations for
8305         _strtoull_r, _strtoll_r, strtoull, and strtoll.
8306         * libc/stdio/local.h: remove declarations of
8307         __strtoull_r and __strtoll_r.
8308         * libc/stdio/vfscanf.c(__svfscanf_r): call
8309         _strtoull_r instead of __strtoull_r. Ditto
8310         _strtoll_r vs. __strtoll_r.
8311         * libc/stdlib/Makefile.am: add new files to
8312         .c list and .def list
8313         * libc/stdlib/Makefile.in: regenerate
8314         * libc/stdlib/strtoll_r.c: rename __strtoll_r
8315         as _strtoll_r
8316         * libc/stdlib/strtoull_r.c: rename __strtoull_r
8317         as _strtoull_r
8318         * libc/stdlib/strtoull.c: new file
8319         * libc/stdlib/strtoll.c: new file
8320
8321 Mon Sep 17 17:29:47 2001  Christopher Faylor <cgf@cygnus.com>
8322
8323         * libc/include/process.h: Add getpid() declaration.
8324
8325 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
8326
8327         * libc/sys/arm/crt0.S: Add calls to _init and _fini (via atexit)
8328         for new style arm/elf ctor/dtor handling.
8329         Minor formatting tidy up.
8330
8331 2001-09-13  Jeff Johnston  <jjohnstn@redhat.com>
8332
8333         * libc/stdlib/Makefile.am: Add support to build strtoll_r.c
8334         and strtoull_r.c.
8335         * libc/stdlib/Makefile.in: Regenerated.
8336         * libc/stdlib/strtoll_r.c: New file.
8337         * libc/stdlib/strtoull_r.c: New file.
8338         * libc/stdio/local.h: Add prototypes for long long string
8339         conversion routines.
8340         * libc/stdio/vfscanf.c (__svfscanf_r): Add optional long long support
8341         tied to %L integer conversion specifier.
8342
8343 Thu Sep 13 08:49:49 2001  Jason Tishler <jason@tishler.net>
8344
8345         * strftime.c (strftime): Fix "%W" implementation to properly handle
8346         Mondays too.
8347
8348 2001-09-07  Jeff Law  <law@redhat.com>
8349
8350         * libc/sys/h8300hms/crt0.S: For H8/300H and H8/S, load address of
8351         __fini with "mov.l" instead of "mov.w".
8352
8353 2001-09-05  Corinna Vinschen  <corinna@vinschen.de>
8354
8355         * libc/sys/cygwin/include/unistd.h: New file, wrapping sys/unistd.h
8356         and getopt.h.
8357
8358 2001-09-04  Jason Merrill  <jason_merrill@redhat.com>
8359
8360         * libc/sys/h8300hms/crt0.S: Support ELF initialization.
8361
8362 2001-09-03  Corinna Vinschen  <corinna@vinschen.de>
8363
8364         * libc/sys/cygwin/sys/dirent.h (struct dirent): Add version number
8365         field.
8366         (__DIRENT_VERSION): New define.
8367
8368 2001-09-03  Corinna Vinschen  <corinna@vinschen.de>
8369
8370         * libc/sys/cygwin/sys/dirent.h (struct dirent): Add `d_fd' member.
8371         Shrink __d_reserved accordingly to keep structure size.
8372         (dirfd): Declare external.
8373
8374 2001-08-29  Joel Sherrill <joel@OARcorp.com>
8375
8376         * libc/include/sys/unistd.h: Prototype chroot() for RTEMS.
8377
8378 2001-08-29  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8379
8380         * libc/machine/i386/f_atan2.S, libc/machine/i386/f_atan2f.S,
8381           libc/machine/i386/f_exp.c, libc/machine/i386/f_expf.c,
8382           libc/machine/i386/f_frexp.S, libc/machine/i386/f_frexpf.S,
8383           libc/machine/i386/f_ldexp.S, libc/machine/i386/f_ldexpf.S,
8384           libc/machine/i386/f_log.S, libc/machine/i386/f_log10.S,
8385           libc/machine/i386/f_log10f.S, libc/machine/i386/f_logf.S,
8386           libc/machine/i386/f_pow.c, libc/machine/i386/f_powf.c,
8387           libc/machine/i386/f_tan.S, libc/machine/i386/f_tanf.S:
8388         Add conditional compilation to avoid HW FPU instructions
8389         when compiled for soft-float.
8390
8391 2001-08-29  Jeff Johnston  <jjohnstn@redhat.com>
8392
8393         * Makefile.am: Add check for ln failing when creating libg.a
8394         so that cp gets used as a backup.
8395         * Makefile.in: Regenerated.
8396
8397 2001-08-29  Jeff Johnston  <jjohnstn@redhat.com>
8398
8399         * libc/include/sys/reent.h: Add include of <sys/_types.h>.
8400         No longer include time.h.  Add struct __tm to use for
8401         _localtime_buf in the reentrant structure.  Add a
8402         _NULL definition to use in initializing the reentrant struct.
8403         * libc/include/sys/config.h: For CYGWIN32 and RTEMS, change
8404         the _READ_WRITE_RETURN_TYPE to _ssize_t which is found in
8405         <sys/_types.h>.
8406         * libc/include/sys/unistd.h: Include <sys/_types.h>.
8407         * libc/time/lcltime.c (localtime): Cast the reentrant struct
8408         _localtime_buf to be struct tm *.
8409
8410 Wed Aug 29 14:17:38 2001  J"orn Rennecke <amylaar@redhat.com>
8411
8412         * configure.host (h8300-*-elf*, h8500-*-elf*): New cases.
8413         * libc/sys/h8300hms/crt1.c (__main): Don't reference __ctors /
8414         __ctors_end.
8415         * libc/sys/h8300hms/syscalls.c: Include errno.h.
8416         (_unlink): New stub function.
8417
8418 Sat Aug 25 22:22:25 2001  Christopher Faylor <cgf@cygnus.com>
8419
8420         * libc/include/sys/errno.h: Add a cautionary comment.
8421
8422 2001-08-21  Jeff Johnston  <jjohnstn@redhat.com>
8423
8424         * libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional
8425         for SIZE_SZ so that alignment ends up a minimum of 8.
8426
8427 Mon Aug 13 22:26:01 2001  Christopher Faylor <cgf@cygnus.com>
8428
8429         * libc/include/machine/setjmp.h: Protect sigsetjmp/siglongjmp macro
8430         arguments.
8431
8432         * libc/include/sys/errno.h: Declare sys_errlist and sys_nerr, under
8433         Cygwin.
8434
8435 2001-08-13  Jeff Johnston  <jjohnstn@redhat.com>
8436
8437         * libc/include/malloc.h (M_MXFAST, M_NLBLKS, M_GRAIN, M_KEEP): New
8438         macro constants for mallopt options.
8439         (M_TRIM_THRESHOLD, M_TOP_PAD, M_MMAP_THRESHOLD, M_MMAP_MAX): Ditto.
8440
8441 2001-08-02  Jeff Johnston  <jjohnstn@redhat.com>
8442
8443         * libc/include/stdio.h (BUFSIZ): Define to __BUFSIZ__ if provided,
8444         otherwise default.
8445
8446 2001-07-12  Aldy Hernandez  <aldyh@redhat.com>
8447
8448         * libc/machine/mips/setjmp.S: Allow mips16 and mips64 to coexist.
8449
8450 2001-06-27  Nick Clifton  <nickc@cambridge.redhat.com>
8451
8452         * libc/include/machine/ieeefp.h (__IEEE_BYTES_LITTLE_ENDIAN):
8453         Define for little endian ARMs.
8454
8455         * libc/stdlib/mprec.h (Storeinc): Use little endian version if
8456         __IEEE_BYTES_LITTLE_ENDIAN is defined.
8457
8458 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
8459
8460         * /libc/include/ctype.h (is* and to* macros): Do not define if C++.
8461
8462 2001-06-11  Egor Duda  <deo@logos-m.ru>
8463
8464         * libc/ctype/ctype_.c: When compiled with gcc on platforms
8465         with signed char, make _ctype_[-128] ... _ctype[-1] refer to
8466         initialized memory region. Platform can define COMPACT_CTYPE
8467         to avoid allocation of the additional 128 bytes of data.
8468         Add pointer to _ctype_ array. Always initialize all _ctype_
8469         array elements.
8470
8471 2001-06-08  Jonathan Larmour  <jlarmour@redhat.com>
8472
8473         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Avoid dereferencing
8474         NULL pointer.
8475
8476 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
8477
8478         * libc/stdio/vfprintf.c (_VFPRINTF_R): Handle printf ("%#.0o",0)
8479
8480 2001-05-25  Nick Clifton  <nickc@cambridge.redhat.com>
8481
8482         * libc/machine/xscale/memcmp.c: Fix bug when both pointers have
8483         matching, non-word alignment, and the length is <= 4 but more than
8484         enough to move them over a word boundary.
8485         Add comments explaining what each instruction does.
8486
8487 Mon May  7 20:39:25 2001  Christopher Faylor <cgf@cygnus.com>
8488
8489         * libc/include/sys/stat.h: Revert March 3, Cygwin change.
8490         * libc/include/sys/unistd.h: Ditto.
8491
8492 2001-05-04  Earnie Boyd  <earnie@users.sourceforge.net>
8493
8494         * libc/string/strrchr.c: Use strchr for the speed improvements.
8495
8496 2001-05-01  Jeff Johnston  <jjohnstn@redhat.com>
8497
8498         * libc/stdio/findfp (__sinit)[HAVE_FCNTL]: For platforms that have
8499         real file systems, let __smakebuf() determine if line buffering
8500         should be used for stdout.
8501
8502 2001-04-27  Jeff Johnston  <jjohnstn@redhat.com>
8503
8504         * libc/stdio/vfscanf.c (__svfscanf_r): Initialize new_exp local var.
8505
8506 2001-04-27  Jeff Johnston  <jjohnstn@redhat.com>
8507
8508         * libc/include/stdlib.h: Add prototype for _strtod_r.
8509
8510 2001-04-24  Charles Wilson  <cwilson@ece.gatech.edu
8511
8512         * libc/stdio/vprintf.c (vprintf): fix signature to use _DEFUN
8513         * libc/stdio/vprintf.c (_vprintf_r): new function
8514         * libc/stdio/vsnprintf.c (vsnprintf): fix signature to use _DEFUN
8515         * libc/stdio/vsnprintf.c (_vsnprintf_r): fix signature to use
8516         _DEFUN, and call _vfprintf_r, not vfprintf.
8517         * libc/stdio/vsprintf.c (vsprintf.c): fix signature to use _DEFUN
8518         * libc/stdio/vsprintf.c (_vsprintf_r): fix signature to use
8519         _DEFUN, and call _vfprintf_r, not vfprintf.
8520
8521 2001-04-22  Earnie Boyd  <earnie@users.sourceforge.net>
8522   
8523         * libc/include/sys/unistd.h [X_OK]: Use better protection against
8524         Cygwin X_OK definitions in sys/file.h.
8525
8526 Fri Apr 20 23:17:51 2001  Christopher Faylor <cgf@cygnus.com>
8527
8528         * libc/include/sys/time.h: Define timercmp and other macros for
8529         __CYGWIN__, too.
8530
8531 2001-04-20  Jeff Johnston  <jjohnstn@redhat.com>
8532         
8533         * acinclude.m4: Added --enable-malloc-debugging configure flag.
8534         * configure.host: For Cygwin specify -DMALLOC_PROVIDED if
8535         --enable-malloc-debugging selected.
8536         * aclocal.m4 configure: Regenerated.
8537           libm/aclocal.m4 libm/configure: Ditto.
8538         * libc/aclocal.m4 libc/configure: Ditto.
8539         * libc/machine/aclocal.m4 libc/machine/configure: Ditto.
8540         * libc/machine/*/aclocal.m4 libc/machine/*/configure: Ditto.
8541         * libc/sys/aclocal.m4 libc/sys/configure: Ditto.
8542         * libc/sys/*/aclocal.m4 libc/sys/*/configure: Ditto.
8543         * doc/aclocal.m4 doc/configure: Ditto.
8544
8545 2001-04-20  Jeff Johnston  <jjohnstn@redhat.com>
8546
8547         * libc/include/stdio.h[!_REENT_ONLY]: Moved various functions together
8548         into one list.
8549         [!__STRICT_ANSI__]: Moved non-ANSI I/O functions in this list.
8550         (vfscanf, vscanf, vsscanf, _vfscanf_r, _vscanf_r, _vsscanf_r): New
8551         function prototypes.
8552         (_fscanf_r, _sscanf_r): Ditto.
8553         * libc/include/stdlib.h: Added _strtod_r prototype.
8554         * libc/stdio/Makefile.am: Add new v*scanf functions.
8555         * libc/stdio/Makefile.in: Regenerate.
8556         * libc/stdio/fscanf.c: Reorganized so HAVE_STDC only affects prototype
8557         and code is shared.  Added reentrant _fscanf_r which calls __svfscanf_r.
8558         * libc/stdio/scanf.c: Changed to call __svfscanf_r.
8559         * libc/stdio/sscanf.c: Changed documentation to add reentrant routines.
8560         (sscanf): Changed to call __svfscanf_r with _REENT argument.
8561         (_sscanf_r): New routine.
8562         * libc/stdio/local.h: Removed __svfscanf prototype and replaced it
8563         with __svfscanf_r prototype.
8564         * libc/stdio/vfscanf.c (vfscanf, _vfscanf_r: New
8565         routines.
8566         (__svfscanf_r): Reentrant version of __svfscanf which takes reetrancy
8567         structure as argument as calls reentrant versions of helper functions
8568         (e.g. _strtol_r, _strtoul_r). Also replaced calls to atol and atof
8569         to _strtol_r and _strtod_r respectively.
8570         * libc/stdio/vfscanf.c: Also changed __svfscanf to call __svfscanf_r.
8571         * libc/stdlib/strtod.c (strtod): Changed to call _strtod_r with
8572         _REENT argument.
8573         * libc/stdio/vscanf.c: New file.
8574         * libc/stdio/vsscanf.c: Ditto.
8575
8576 2001-04-19  Robert Collins  <rbtcollins@hotmail.com>
8577
8578         * include/time.h[__CYGWIN__]:  Define tzname to _tzname if not defined.
8579         Define daylight to _daylight if it is not defined
8580         Prepare a variable export of timezone based on timezonevariable. 
8581         (Cannot be used with the timezone() function.)
8582
8583 2001-04-17  Stephen L. Moshier  <moshier@moshier.ne.mediaone.net>
8584
8585         * newlib/libm/math/ef_asin.c (pio2_hi, pio2_lo, pio4_hi):
8586          Correct the numerical values.
8587
8588 2001-04-13  Robert Collins <rbtcollins@hotmail.com>
8589
8590         * libc/include/sys/unistd.h: Add pthread_atfork (Cygwin only).
8591
8592 Thu Apr 12 23:11:00 2001  Corinna Vinschen <corinna@vinschen.de>
8593
8594         * libc/include/sys/errno.h: Add ECASECLASH to indicate case clash
8595         on case insensitve file systems.
8596
8597 2001-04-12  Robert Collins <rbtcollins@hotmail.com>
8598
8599         * libc/include/sys/features.h: Add appropriate defines for Cygwin
8600         pthread support.
8601         * libc/include/sys/signal.h: Remove unneeded __CYGWIN__ protection.
8602         * libc/include/sys/types.h: Protect __CYGWIN__ from the rtems pthreads
8603         types.  Include <cygwin/types.h> for the cygwin specific typedefs.
8604
8605 2001-04-04  Richard Sandiford  <rsandifo@redhat.com>
8606
8607         * libc/include/machine/ieeefp.h: Comment about new configuration
8608         macros _FLT_LARGEST_EXPONENT_IS_NORMAL and _FLT_NO_DENORMALS.
8609         * libm/common/fdlib.h: Define new macros for testing floats.
8610         * libm/common/sf_*: Use them.
8611         * libm/math/ef_*: Likewise.
8612         * libm/math/sf_*: Likewise.
8613
8614 2001-03-29  Jeff Johnston  <jjohnstn@redhat.com>
8615
8616         * libc/sys/arm/setjmp.S: Added .code 16 specifier for thumb-mode
8617         prolog to by-pass possible assembler error.
8618
8619 2001-03-21  Egor Duda  <deo@logos-m.ru>
8620
8621         Allow building internal stubs for non-reentrant syscalls
8622         if target provides its own malloc
8623         * libc/reent/reent.c (errno): Move definition here.
8624         * libc/reent/sbrkr.c: From here.
8625
8626 2001-03-20  Danny Smith <dannysmith@users.sourceforge.net>
8627
8628         * libc/include/sys/types.h (BSD int typedefs): Guard with
8629         _BSDTYPES_DEFINED rather than _WINSOCK_H.
8630         (fd_set): Add !defined __USE_W32_SOCKETS to guard; define
8631         _SYS_TYPES_FD_SET.
8632         * libc/include/sys/unistd.h (gethostname): Don't declare if defined
8633         (_WINSOCK_H) || defined (__USE_W32_SOCKETS).
8634
8635 Sat Mar 17 18:30:00 2001  Corinna Vinschen <corinna@vinschen.de>
8636
8637         * libc/include/sys/unistd.h: Add _PC_POSIX_PERMISSONS and
8638         _PC_POSIX_SECURITY constants for Cygwin.
8639
8640 Wed Mar 14  9:34:00 2001  Corinna Vinschen <corinna@vinschen.de>
8641
8642         * libc/sys/cygwin/crt0.c: Add copyright hint.
8643         * libc/sys/cygwin/sys/dirent.h: Ditto.
8644         * libc/sys/cygwin/sys/param.h: Ditto.
8645         * libc/sys/cygwin/sys/utime.h: Ditto.
8646         * libc/sys/cygwin/sys/utmp.h: Ditto.
8647
8648 2001-03-13  Alexandre Oliva  <aoliva@redhat.com>
8649
8650         * libc/stdio/vfprintf.c (QUADINT) [_NO_LONGLONG]: Make it
8651         equivalent to LONGINT.
8652
8653 2001-03-08  Richard Sandiford  <rsandifo@redhat.com>
8654
8655         * (libc/include/machine/setjmp.h): Use 23 long long ints for a
8656         jmpbuf on MIPS64 targets.
8657         * (libc/machine/mips/setjmp.S): Add MIPS64 version.
8658
8659 Wed Mar  7 16:02:07 2001  Christopher Faylor <cgf@cygnus.com>
8660
8661         * libc/include/sys/config.h: Use ssize_t for Cygwin read/write 
8662           declarations.
8663
8664 Mon Mar  5 21:48:54 2001  J"orn Rennecke <amylaar@redhat.com>
8665
8666         * libc/include/sys/config.h (_READ_WRITE_RETURN_TYPE): Define.
8667         For RTEMS, define to be ssize_t.  Default to int if not defined.
8668         * libc/stdio/sscanf.c (eofread): Return _READ_WRITE_RETURN_TYPE.
8669         * libc/stdio/stdio.c (__sread, __swrite): Likewise.
8670         * libc/stdio/local.h (__sread, __swrite): Likewise.
8671         * libc/include/sys/reent.h (_read, _write): Likewise.
8672         * libc/include/sys/unistd.h (read, write, _read, _write): Likewise.
8673         * libc/syscalls/sysread.c (read): Likewise.
8674         * libc/syscalls/syswrite.c (write): Likewise.
8675
8676 2001-03-05  Jeff Johnston  <jjohnstn@redhat.com>
8677
8678         * libc/time/mktime.c: Add L suffix to _SEC_IN_xxxx constants.
8679
8680 Sat Mar  3 00:34:14 2001  Christopher Faylor <cgf@cygnus.com>
8681
8682         * libc/include/sys/stat.h: Use special defines for executable stat bits
8683         when compiling for Cygwin.
8684         * libc/include/sys/unistd.h: Use special define for X_OK when compiling
8685         for Cygwin.
8686
8687 2001-03-02  Jeff Johnston  <jjohnstn@redhat.com>
8688
8689         * libc/string/strtok.c: Add #undef of __STRICT_ANSI__ so prototype
8690         of strtok_r is always defined.
8691
8692 2001-03-02  Jeff Johnston  <jjohnstn@redhat.com>
8693
8694         * libc/include/machine/ansi.h: New dummy header file.
8695
8696 2001-02-22  Jeff Johnston  <jjohnstn@redhat.com>
8697
8698         * libc/include/machine/setjmp-dj.h: With DJ Delorie's permission,
8699         changed the copyright information to allow free modification of the
8700         file with no reference to "copying.dj".
8701         * libc/include/sys/stat-dj.h: Ditto.
8702         * libc/machine/i386/setjmp.S: Ditto.
8703         * libc/sys/h8300hms/sys/file.h: Ditto.
8704         * libc/sys/sysmec/access.c: Ditto.
8705         * libc/sys/sysnecv850/access.c: Ditto.
8706         * libc/stdio/mktemp.c: Fixed typo for the word copyright.
8707         * libc/stdlib/getenv_r.c: Ditto.
8708         * libc/stdlib/putenv_r.c: Ditto.
8709         * libc/stdlib/setenv_r.c: Ditto.
8710         * libc/stdlib/getenv.c: Removed DJ reference since any possible
8711         modifications will now be in the _r version of this file.
8712         * libc/stdlib/putenv.c: Ditto.
8713         * libc/stdlib/setenv.c: Ditto.
8714         * libc/sys/go32/copying.dj: Removed DJ's address which is no longer
8715         valid.  Added a reference to DJ's web page that contains his address.
8716         * libc/sys/go32/*.s: Removed references to DJ's old address.
8717         * libc/sys/go32/*.c: Ditto.
8718         * libc/sys/go32/*.h: Ditto.
8719         * libc/sys/go32/*.S: Ditto.
8720         * libc/sys/go32/sys/*.h: Ditto.
8721
8722 2001-02-21  Jeff Johnston  <jjohnstn@redhat.com>
8723
8724         * libc/stdio/fdopen.c (fdopen): Protect calls to _fcntl() with
8725         HAVE_FCNTL flag check.
8726         * configure.host: Define HAVE_FCNTL for Cygwin, go32, RTEMS, sparc64,
8727         powerpcle, x86 netware, x86 sco, x86 Linux and Vxworks.
8728
8729 Thu Feb 15 01:39:51 2001  Christopher Faylor <cgf@cygnus.com>
8730
8731         * libc/include/sys/signal.h: Always include sys/types.h under Cygwin.
8732
8733 2001-02-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
8734
8735         * libc/include/stdlib.h: Add declarations of rand48 functions and
8736         their reentrant versions.
8737         * libc/include/sys/reent.h: Move macros from rand48.h. Add
8738         struct _rand48 for shared parameters of rand48 functions.
8739         (struct _reent): Add a variable _r48 of struct _rand48.
8740         (_REENT_INIT): Add _r48 initialization.
8741         * libc/stdlib/Makefile.am (lib_a_SOURCES): Add rand48 functions.
8742         (CHEWOUT_FILES): Add rand48.def.
8743         * libc/stdlib/Makefile.am: Add dependencies for rand48 functions.
8744         * libc/stdlib/Makefile.in: Regenerated.
8745         * libc/stdlib/drand48.c (drand48, _drand48_r): Derived from the
8746         NetBSD C library.
8747         * libc/stdlib/erand48.c (erand48, _erand48_r): Ditto.
8748         * libc/stdlib/jrand48.c (jrand48, _jrand48_r): Ditto.
8749         * libc/stdlib/lcong48.c (lcong48, _lcong48_r): Ditto.
8750         * libc/stdlib/lrand48.c (lrand48, _lrand48_r): Ditto.
8751         * libc/stdlib/mrand48.c (mrand48, _mrand48_r): Ditto.
8752         * libc/stdlib/nrand48.c (nrand48, _nrand48_r): Ditto.
8753         * libc/stdlib/seed48.c (seed48, _seed48_r): Ditto.
8754         * libc/stdlib/srand48.c (srand48, _srand48_r): Ditto.
8755         * libc/stdlib/rand48.c (__dorand48): Ditto.
8756         * libc/stdlib/rand48.h: Ditto, and modify declarations of global
8757         parameters into macros referring them in the reentrant structure.
8758
8759 2001-02-12  Jeff Johnston  <jjohnstn@redhat.com>
8760
8761         * libc/include/sys/stat.h: Add mknod for Cygwin now that
8762         Cygwin definition has correct prototype.
8763
8764 2001-02-08  Jeff Johnston  <jjohnstn@redhat.com>
8765
8766         * libc/include/sys/stat.h: Must revert change for mknod
8767         for CYGWIN until winsup/cygwin/syscalls.cc changes mknod
8768         prototype.
8769
8770 2001-02-08  Jeff Johnston  <jjohnstn@redhat.com>
8771
8772         * libc/include/stdio.h: Revert putw prototype.
8773
8774 2001-02-08  Edward M. Lee  <tailbert@yahoo.com>
8775
8776         * libc/include/grp.h: add prototype for initgroups.
8777         * libc/include/stdio.h: fix prototype for putw.
8778         * libc/include/sys/signal.h: add prototype for killpg.
8779         * libc/include/sys/stat.h: enable mknod/lstat for CYGWIN.
8780         * libc/include/sys/unistd.h: add prototypes for getpgid, setpgrp,
8781         vhangup and remove duplicate sysconf prototype.
8782
8783 2001-02-07  Jeff Johnston  <jjohnstn@redhat.com>
8784
8785         * libc/sys/rtems/sys/types.h: Removed.
8786
8787 2001-02-05  Charles Wilson  <cwilson@ece.gatech.edu>
8788
8789         * libc/include/locale.h: add LC_MESSAGES definition
8790
8791 2001-02-01  Alexandre Oliva  <aoliva@redhat.com>
8792
8793         * libc/sys/sh/sys/syscall.h (SYS_get_argc, SYS_get_argN_len,
8794         SYS_get_argN):
8795         * libc/sys/sh/syscalls.c (__setup_argv_for_main,
8796         __setup_argv_and_call_main): New.
8797
8798 2001-01-31  Jeff Johnston  <jjohnstn@redhat.com>
8799
8800         * libc/include/stdio.h (FILENAME_MAX): Changed to use __FILENAME_MAX__
8801         if defined.
8802         (FOPEN_MAX): Changed to use __FOPEN_MAX__ if defined.
8803         (L_tmpnam): Changed to use __L_tmpnam__ if defined.
8804         * libc/include/sys/config.h: Changed to set __FILENAME_MAX__
8805         appropriately for Cygwin and RTEMS so not to exceed PATH_MAX.
8806
8807 Mon Jan 29 23:03:06 2001  Christopher Faylor <cgf@cygnus.com>
8808
8809         * libc/stdlib/mallocr.c: Undefine windows preprocessor variables when
8810         compiling under Cygwin.
8811
8812 2001-01-29  Jeff Johnston  <jjohnstn@redhat.com>
8813
8814         * libc/include/math.h (signgam): Change to errno-like solution
8815         using a function to return the address of the real signgam.
8816         * libc/reent/signgam.c: New file containing __signgam().
8817         * libc/reent/Makefile.am: Added signgam.c to list of files.
8818         * libc/reent/Makefile.in: Regenerated.
8819
8820 2001-01-25  Alexandre Oliva  <aoliva@redhat.com>
8821
8822         * libc/sys/sh/syscalls.c (_times): New.
8823
8824         * configure.host (sh*-*-*): Add -DHAVE_GETTIMEOFDAY to newlib_cflags.
8825         * libc/sys/sh/syscalls.c (_gettimeofday): New.
8826
8827 2001-01-23  Jeff Johnston  <jjohnstn@redhat.com>
8828
8829         * libc/include/math.h (signgam): Regress previous fix as
8830         it does not handle programs with extern int signgam in them.
8831
8832 2001-01-23  Jeff Johnston  <jjohnstn@redhat.com>
8833
8834         * libc/include/math.h (signgam): Changed to a macro refering to
8835         its location in the reentrant structure.
8836
8837 2001-01-23  Jeff Johnston  <jjohnstn@redhat.com>
8838
8839         * libc/stdio/vfprintf.c (_VFPRINTF_R): Modification to fix
8840         that suppressed . for %.0f, 0.1.  Check now looks if there
8841         are padding zeroes (expt) in addition to any digits (ndig) to
8842         print.
8843
8844 2001-01-18  Jeff Johnston  <jjohnstn@redhat.com>
8845
8846         * libc/sys/arc/Makefile.am: New file.
8847         * libc/sys/arc/Makefile.in: Ditto.
8848         * libc/sys/arc/aclocal.m4: Ditto.
8849         * libc/sys/arc/configure: Ditto.
8850         * libc/sys/arc/configure.in: Ditto.
8851         * libc/sys/arc/crt0.S: Ditto.
8852         * libc/sys/arc/isatty.c: Ditto.
8853         * libc/sys/arc/mem-layout.c: Ditto.
8854         * libc/sys/arc/sbrk.c: Ditto.
8855         * libc/sys/arc/syscalls.c: Ditto.
8856         * libc/sys/arc/sys/syscall.h: Ditto.
8857
8858 Wed Jan 17 23:20:56 2001  Christopher Faylor <cgf@cygnus.com>
8859
8860         * libc/include/sys/unistd.h: Use correct declaration for setdtablesize.
8861
8862 Fri Jan 12 00:34:31 2001  Christopher Faylor <cgf@cygnus.com>
8863
8864         * libc/include/sys/signal.h: Add some SA_* defines for Cygwin.
8865
8866 Thu Jan 11 20:42:06  2001  Earnie Boyd  <earnie_boyd@yahoo.com>
8867
8868         * libc/include/sys/features.h: __CYGWIN__ preferred over __CYGWIN32__
8869
8870 2001-01-09  Nick Clifton  <nickc@redhat.com>
8871
8872         * configure.host (v859): Remove unsupported compiler options.
8873
8874 Fri Jan  5 19:57:00 EST 2001  Aaron J. Grier  <aaron@frye.com>
8875
8876         * src/newlib/configure.host (*-*-rtems*): add printf long long
8877         support for RTEMS.
8878
8879 2000-12-19  Graham Stott <grahams@redhat.com>
8880
8881         * libc/machine/xscale/memcmp.c (memcmp): Add clobber for "lr".
8882
8883 Wed Dec 14  Jeff Johnston  <jjohnstn@redhat.com>
8884
8885         * configure.host: Turn on long double I/O for Cygwin.
8886
8887 Wed Dec 14  Jeff Johnston  <jjohnstn@redhat.com>
8888
8889         * MAINTAINERS: Removed Ranjith.
8890         * NEWS: Updated for 1.9.0.
8891         * README: Updated.
8892         * acinclude.m4: Updated to release 1.9.0.
8893         * aclocal.m4 configure
8894           doc/aclocal.m4 doc/configure libc/aclocal.m4 libc/configure
8895           libc/machine/aclocal.m4 libc/machine/configure
8896           libc/machine/a29k/aclocal.m4 libc/machine/a29k/configure
8897           libc/machine/arm/aclocal.m4 libc/machine/arm/configure
8898           libc/machine/d10v/aclocal.m4 libc/machine/d10v/configure
8899           libc/machine/d30v/aclocal.m4 libc/machine/d30v/configure
8900           libc/machine/fr30/aclocal.m4 libc/machine/fr30/configure
8901           libc/machine/h8300/aclocal.m4 libc/machine/h8300/configure
8902           libc/machine/h8500/aclocal.m4 libc/machine/h8500/configure
8903           libc/machine/hppa/aclocal.m4 libc/machine/hppa/configure
8904           libc/machine/i386/aclocal.m4 libc/machine/i386/configure
8905           libc/machine/i960/aclocal.m4 libc/machine/i960/configure
8906           libc/machine/m32r/aclocal.m4 libc/machine/m32r/configure
8907           libc/machine/m68k/aclocal.m4 libc/machine/m68k/configure
8908           libc/machine/m88k/aclocal.m4 libc/machine/m88k/configure
8909           libc/machine/mips/aclocal.m4 libc/machine/mips/configure
8910           libc/machine/mn10200/aclocal.m4 libc/machine/mn10200/configure
8911           libc/machine/mn10300/aclocal.m4 libc/machine/mn10300/configure
8912           libc/machine/necv70/aclocal.m4 libc/machine/necv70/configure
8913           libc/machine/powerpc/aclocal.m4 libc/machine/powerpc/configure
8914           libc/machine/sh/aclocal.m4 libc/machine/sh/configure
8915           libc/machine/sparc/aclocal.m4 libc/machine/sparc/configure
8916           libc/machine/tic80/aclocal.m4 libc/machine/tic80/configure
8917           libc/machine/v850/aclocal.m4 libc/machine/v850/configure
8918           libc/machine/w65/aclocal.m4 libc/machine/w65/configure
8919           libc/machine/xscale/aclocal.m4 libc/machine/xscale/configure
8920           libc/machine/z8k/aclocal.m4 libc/machine/z8k/configure
8921           libc/sys/aclocal.m4 libc/sys/configure
8922           libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
8923           libc/sys/arm/aclocal.m4 libc/sys/arm/configure
8924           libc/sys/cygwin/aclocal.m4 libc/sys/cygwin/configure
8925           libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
8926           libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
8927           libc/sys/go32/aclocal.m4 libc/sys/go32/configure
8928           libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
8929           libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
8930           libc/sys/linux/aclocal.m4 libc/sys/linux/configure
8931           libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
8932           libc/sys/netware/aclocal.m4 libc/sys/netware/configure
8933           libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
8934           libc/sys/sh/aclocal.m4 libc/sys/sh/configure
8935           libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
8936           libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
8937           libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
8938           libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
8939           libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
8940           libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
8941           libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
8942           libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
8943           libc/sys/w65/aclocal.m4 libc/sys/w65/configure
8944           libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
8945           libm/aclocal.m4 libm/configure: Regenerated.
8946
8947 Wed Dec 13 11:52:00 2000  Corinna Vinschen <vinschen@cygnus.com>
8948
8949         * libc/include/sys/unistd.h: Add declarations for `chroot' and `getwd'
8950         when __CYGWIN__ is defined.
8951
8952 2000-12-13  Jeff Johnston  <jjohnstn@redhat.com>
8953
8954         * libc/stdlib/ldtoa.c (_ldcheck): New routine
8955         that categorizes a long double as NaN, Infinity, or other.
8956         * libc/stdio/vfprintf.c [WANT_IO_LONG_DBL](_VFPRINTF_R): Removed 
8957         isinfl and isnanl static routines which were i386-specific.  Changed 
8958         calls to the two removed routines to a single _ldcheck call.
8959         * libc/stdio/vfieeefp.h (ldieee): Fixed missing semi-colons.
8960
8961 2000-12-13  Jeff Johnston  <jjohnstn@redhat.com>
8962
8963         * Makefile.am: Fixed install-data-local target to use
8964         $(mkinstalldirs) for the installed header files to ensure
8965         the directories exist before copying.
8966         * Makefile.in: Regenerated.
8967
8968 2000-12-12  Jeff Johnston  <jjohnstn@redhat.com>
8969
8970         * libc/include/sys/unistd.h: Restored Cygwin _SC
8971         constants and moved new constants appropriately
8972         so Cygwin will build.
8973
8974 2000-12-11  Joel Sherrill <joel@OARcorp.com>
8975
8976         * Merge RTEMS specific .h files into main libc/include.
8977         * libc/sys/rtems/include/signal.h: Removed.
8978         * libc/sys/rtems/include/time.h: Removed.
8979         * libc/sys/rtems/sys/features.h: Removed.
8980         * libc/sys/rtems/sys/sched.h: Removed.
8981         * libc/sys/rtems/sys/siginfo.h: Removed.
8982         * libc/sys/rtems/sys/signal.h: Removed.
8983         * libc/sys/rtems/sys/time.h: Removed.
8984         * libc/sys/rtems/sys/times.h: Removed.
8985         definitions for time_t and clock_t since these are
8986         no longer in time.h.
8987         * libc/include/pthread.h: New file.
8988         * libc/include/sys/sched.h: New file.
8989         * libc/include/sys/features.h: New file.
8990         * libc/include/time.h: Removed duplicate definition of clock_t
8991         and time_t, get them from <sys/types.h> instead.  Add prototypes
8992         for POSIX clock and timer functionality.
8993         * libc/sys/linux/sys/types.h: Changed to include
8994         * libc/include/machine/types.h: Add _CLOCKID_T_ and _TIMER_T_.
8995         * libc/include/sys/signal.h: Add more complete set of POSIX
8996         signal functionality including real-time and threaded signals.
8997         * libc/include/sys/types.h: Add clock_t, time_t, struct
8998         timespec, and struct itimerspec.  Centralizing these makes 
8999         things cleaner.  RTEMS uses 64-bit dev_t.
9000         Added numerous primitive definitions
9001         for pthreads including macros, pthread_attr_t,
9002         pthread_mutexattr_t, pthread_condattr_t, pthread_key_t, 
9003         pthread_once_t, and pthread_t.
9004         * libc/include/sys/unistd.h: Added getlogin_r() prototype.
9005         If RTEMS follow POSIX on read(), write() and sbrk() prototype.
9006         Feature flags removed and moved to new file <sys/features.h>.
9007         Full set of POSIX sysconf() constants
9008
9009 2000-12-08  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9010
9011         * configure.host: Added x86 linux target.
9012         * libc/unix/getpass.c (_PATH_PASSWD, _PASSWORD_LEN): Default
9013         definitions provided if not already defined.
9014         * libc/sys/linux/crt0.c: New file.
9015         * libc/sys/linux/Makefile.am: Ditto.
9016         * libc/sys/linux/Makefile.in: Ditto.
9017         * libc/sys/linux/aclocal.m4: Ditto.
9018         * libc/sys/linux/brk.c: Ditto.
9019         * libc/sys/linux/configure: Ditto.
9020         * libc/sys/linux/configure.in: Ditto.
9021         * libc/sys/linux/getoptlong.c: Ditto.
9022         * libc/sys/linux/ids.c: Ditto.
9023         * libc/sys/linux/inode.c: Ditto.
9024         * libc/sys/linux/io.c: Ditto.
9025         * libc/sys/linux/linux.c: Ditto.
9026         * libc/sys/linux/process.c: Ditto.
9027         * libc/sys/linux/realpath.c: Ditto.
9028         * libc/sys/linux/select.c: Ditto.
9029         * libc/sys/linux/signal.c: Ditto.
9030         * libc/sys/linux/systat.c: Ditto.
9031         * libc/sys/linux/termios.c: Ditto.
9032         * libc/sys/linux/time.c: Ditto.
9033         * libc/sys/linux/wait.c: Ditto.
9034         * libc/sys/linux/include/alloca.h: Ditto.
9035         * libc/sys/linux/include/getopt.h: Ditto.
9036         * libc/sys/linux/include/stdint.h: Ditto.
9037         * libc/sys/linux/include/unistd.h: Ditto.
9038         * libc/sys/linux/sys/cdefs.h: Ditto.
9039         * libc/sys/linux/sys/dirent.h: Ditto.
9040         * libc/sys/linux/sys/errno.h: Ditto.
9041         * libc/sys/linux/sys/fcntl.h: Ditto.
9042         * libc/sys/linux/sys/file.h: Ditto.
9043         * libc/sys/linux/sys/ioctl.h: Ditto.
9044         * libc/sys/linux/sys/resource.h: Ditto.
9045         * libc/sys/linux/sys/signal.h: Ditto.
9046         * libc/sys/linux/sys/stat.h: Ditto.
9047         * libc/sys/linux/sys/syscall.h: Ditto.
9048         * libc/sys/linux/sys/termios.h: Ditto.
9049         * libc/sys/linux/sys/time.h: Ditto.
9050         * libc/sys/linux/sys/types.h: Ditto.
9051         * libc/sys/linux/sys/utmp.h: Ditto.
9052         * libc/sys/linux/sys/utsname.h: Ditto.
9053         * libc/sys/linux/sys/wait.h: Ditto.
9054
9055 2000-12-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9056
9057         * Makefile.am: $(INSTALL), $(INSTALL_DATA), and $(INSTALL_PROGRAM)  
9058         can be a relative path to $(top_srcdir)/install.sh so ensure the
9059         autoconf detected settings are properly passed recursively.
9060         Similarly, add AM_MAKEFLAGS to FLAGS_TO_PASS so they also get passed
9061         properly to subdirectories.
9062         * Makefile.in: Regenerated.
9063
9064 2000-12-07  Jay Kulpinski <jskulpin@eng01.gdds.com>
9065
9066         * libc/stdio/vfprintf.c: Minor modification to avoid requiring
9067         a floating point register unless really printing a floating
9068         point number.
9069
9070 2000-12-07  Jeff Johnston  <jjohnstn@redhat.com>
9071
9072         * libc/stdlib/ldtoa.c: Removed include of alloca.h.
9073         Also removed \r's.
9074         (asctoeg): Replaced alloca call with stack array and malloc
9075         when storage exceeds reasonable limit.
9076         (e53toe): Fixed einfin calls missing ldp parameter.
9077         (eiisinf): Hide behind check for LDBL_MANT_DIG == 64.
9078
9079 2000-12-06  Jeff Johnston  <jjohnstn@redhat.com>
9080
9081
9082         * libc/stdio/vfscanf.c: Fix typo for _NO_LONGDBL macro.
9083
9084 2000-12-06  Jeff Johnston  <jjohnstn@redhat.com>
9085
9086         * libc/stdlib/Makefile.am: Added ldtoa.c to list of sources.
9087         * libc/stdlib/Makefile.in: Regenerated.
9088         * libc/stdio/floatio.h: Added suitable MAXEXP for long double.
9089         * libc/stdio/vfieeefp.h: Added long double bit structures.
9090         * libc/stdio/vfprintf.c[WANT_IO_LONG_DBL]: Added long double support.
9091         [WANT_IO_LONG_DBL](isinfl, isnanl): New static long double routines.
9092         (exponent): Changed expbuf to reasonable maximum instead of MAXEXP.
9093         * libc/stdio/vfscanf.c[WANT_IO_LONG_DBL]: Added long double support.
9094         * libc/stdlib/ldtoa.c: New file containing _ldtoa_r and
9095         _strtold routines used for conversions between character
9096         and long double.
9097
9098 Wed Dec  6 12:01:00 2000  Corinna Vinschen <vinschen@cygnus.com>
9099
9100         * libc/include/stdlib.h: Add declarations for `mkstemp' and `mktemp'.
9101
9102 2000-12-04  Joel Sherrill <joel@OARcorp.com>
9103
9104         * libc/include/machine/time.h: RTEMS systems can configure clock
9105         tick rate so use sysconf() to ask.
9106
9107 2000-12-04  Joel Sherrill <joel@OARcorp.com>
9108
9109         * libc/include/sys/times.h: Add reference to POSIX standard.
9110
9111 2000-12-04  Joel Sherrill <joel@OARcorp.com>
9112
9113         * libc/include/sys/time.h: Added BSD timer manipulation macros
9114         used by RTEMS code.
9115
9116 2000-12-04  Joel Sherrill <joel@OARcorp.com>
9117
9118         * libc/sys/rtems/crt0.c: Add stubs for functions implicitly
9119         referenced by code generated by gcc 2.8.1.
9120         (a29k): Add stubs for V_SPILL, V_FILL, V_BSD_OS, V_EPI_OS to 
9121         satisfy gcc.
9122
9123 2000-12-04  Joel Sherrill <joel@OARcorp.com>
9124
9125         * libc/stdlib/system.c: Avoid compiling do_system() for RTEMS.
9126
9127 2000-12-04  Joel Sherrill <joel@OARcorp.com>
9128
9129         * libc/include/ieeefp.h: Added entries for OpenCores CPUs.
9130
9131 2000-12-04  Joel Sherrill <joel@OARcorp.com>
9132
9133         * configure.host (or16, or32): New entries for OpenCores
9134         OpenRisc CPUs.
9135         (*-*-rtems*): Add -DNO_EXEC.
9136
9137 2000-12-04  Keith Outwater <vac4050@cae597.rsc.raytheon.com>
9138
9139         * libc/include/sys/errno.h: Added comments on many error numbers.
9140         * libc/string/strerror.c: Added some more strings.
9141
9142 2000-11-30  Jeff Johnston <jjohnstn@redhat.com>
9143
9144         * libc/sys/sh/syscalls.c (_link): New stub.
9145
9146 2000-11-29  Nick Clifton  <nickc@redhat.com>
9147
9148         * configure.host: Add xscale target.
9149         * libc/machine/xscale: New directory.
9150         * libc/machine/xscale/Makefile.am: New file.
9151         * libc/machine/xscale/Makefile.in: New file.
9152         * libc/machine/xscale/aclocal.m4: New file.
9153         * libc/machine/xscale/configure: New file.
9154         * libc/machine/xscale/configure.in: New file.
9155         * libc/machine/xscale/memchr.S: New file.
9156         * libc/machine/xscale/memcmp.S: New file.
9157         * libc/machine/xscale/memcpy.S: New file.
9158         * libc/machine/xscale/memmove.S: New file.
9159         * libc/machine/xscale/memset.S: New file.
9160         * libc/machine/xscale/strchr.S: New file.
9161         * libc/machine/xscale/strcmp.S: New file.
9162         * libc/machine/xscale/strcpy.S: New file.
9163         * libc/machine/xscale/strlen.S: New file.
9164
9165 Sat Nov 25 11:24:00 2000  Corinna Vinschen <vinschen@cygnus.com>
9166
9167         * libc/include/sys/types.h: Change i to `__i' in FD_ZERO macro to
9168         avoid compiler warnings.
9169
9170 2000-11-22  Michael Meissner  <meissner@redhat.com>
9171
9172         * libc/posix/execl.c (execl): Don't reference environ directly,
9173         reference it only via a static pointer to avoid problems with some
9174         shared library systems and with different uses of small data where
9175         the user specifies his own version of environ.
9176         * libc/posix/execv.c (execv): Ditto.
9177         * libc/stdlib/getenv_r.c (_findenv_r): Ditto.
9178         * libc/stdlib/setenv_r.c (_setenv_r,_unsetenv_r): Ditto.
9179         * libc/stdlib/system.c (system, !cygwin32 case): Ditto.
9180
9181         * libc/stdlib/getenv.c (environ): Delete unused reference to
9182         environ.
9183
9184         * libc/stdlib/getenv_r.c: Make initial comment friendlier to emacs
9185         colorization.
9186         * libc/stdlib/system.c: Ditto.
9187
9188 Tue Nov 21 20:32:21 2000  Christopher Faylor <cgf@cygnus.com>
9189
9190         * libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of
9191         including windows headers.
9192
9193 2000-11-20  Jeff Johnston  <jjohnstn@redhat.com>
9194
9195         * libc/include/sys/unistd.h: Removed definition of MAXNAMLEN.
9196         * libc/include/dirent.h: Added definition of MAXNAMLEN if
9197         not defined by sys/dirent.h.
9198         * libc/posix/execvp.c: Added include of dirent.h to get
9199         MAXNAMLEN value which used to be in unistd.h.
9200
9201 Mon Nov  6 12:56:00 2000  Corinna Vinschen <vinschen@cygnus.com>
9202
9203         * libc/include/sys/types.h: Change type of i to `size_t' in
9204         FD_ZERO macro to avoid compiler warnings.
9205
9206 Sun Oct 29 20:06:41 2000  Christopher Faylor <cgf@cygnus.com>
9207
9208         * libc/include/stdlib.h: Avoid declaring cfree under Cygwin.
9209         * libc/include/malloc.h: Ditto.  Also remove obsolete declaration.
9210
9211 Tue Oct 24 20:16:00 2000  Corinna Vinschen <vinschen@cygnus.com>
9212
9213         * libc/include/sys/unistd.h: Add defines for sysconf values
9214         _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN, _SC_PHYS_PAGES and
9215         _SC_AVPHYS_PAGES.
9216
9217 Mon Oct  9 20:26:33 2000  Christopher Faylor <cgf@cygnus.com>
9218
9219         * libc/include/sys/unistd.h: Add getdtablesize and setdtablesize
9220         declarations for __CYGWIN__.
9221
9222 2000-09-19  Geoffrey Keating  <geoffk@cygnus.com>
9223
9224         * libc/signal/signal.c (__sigtramp_r): ISO C requires
9225         case labels to be integral constant expressions, so
9226         use an if/else tree instead.
9227         (_raise_r): Likewise.
9228
9229 2000-09-13  Jeff Johnston  <jjohnstn@redhat.com>
9230
9231         * libc/machine/v850/setjmp.S: Fixed tab problems caused by
9232         clipping patch from e-mail reader.
9233
9234 2000-09-13  Will Cohen  <wcohen@redhat.com>
9235
9236         * libc/machine/v850/setjmp.S (_setjmp): Save r1 rather than r0.
9237         Added return value 0.
9238         (_longjmp): Allow longjmp to return value of second argument
9239         passed to it.
9240
9241 2000-09-06  Jeff Johnston <jjohnstn@redhat.com>
9242
9243         * libc/include/sys/types.h (FD_ZERO): Remove call to bzero and
9244         inline code to prevent having to include another header file.
9245
9246 Wed Sep  6 15:06:40 2000  Christopher Faylor <cgf@cygnus.com>
9247
9248         * Makefile.am: Fix space vs. tab problem in install-data-local.
9249         * Makefile.in: Regenerate.
9250
9251 Wed Sep  6 13:49:51 2000  Christopher Faylor <cgf@cygnus.com>
9252
9253         * libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__.
9254         (_EXPARM): New macro for defining a function parameter.
9255         * libc/include/stdlib.h: Use _EXPARM.
9256         * libc/stdlib/mallocr.c: Don't build cfree for Cygwin.
9257
9258 2000-09-05  Manfred Hollstein  <manfredh@redhat.com>
9259
9260         * Makefile.am (install-data-local): Use optional $(DESTDIR) where
9261         required, as documented in the gnu coding standards.
9262         * Makefile.in: Regenerate.
9263
9264 2000-09-05  Jeff Johnston <jjohnstn@redhat.com>
9265
9266         * libc/include/fcntl.h (_FNDELAY): Changed to be _FNONBLOCK to
9267         make O_NDELAY and O_NONBLOCK have the same value.
9268
9269 2000-08-30  Kazu Hirata  <kazu@hxi.com>
9270
9271         * libc/sys/h8300hms/crt0.S: Optimize for both speed and code size.
9272
9273 2000-08-30  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9274
9275         * libc/posix/execve.c: included unistd.h for "_execve" prototype.
9276         * libc/misc/unctrl.c libc/sys/sysvi386/crt0.c (sccsid): changed
9277         "#ifndef lint" to "#if defined(LIBC_SCCS) && !defined(lint)" like
9278         everywhere else.
9279
9280 2000-08-30  Geoffrey Keating  <geoffk@cygnus.com>
9281
9282         * libc/string/swab.c: Specify that it's defined in <unistd.h>.
9283         * libc/include/string.h: Don't include <sys/types.h>,
9284         as it causes really bad namespace pollution.  Don't declare
9285         swab(), it is properly declared in unistd.h.
9286
9287 2000-08-29  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9288
9289         * libc/unix/getpwent.c (getpwnam, getpwuid, getpwent): removed
9290         (broken) support for non-existent /etc/passwd field "comment".
9291
9292 2000-08-27  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9293
9294         * libc/posix/scandir.c (DIRSIZ, scandir): use struct dirent.d_namlen
9295         only if _DIRENT_HAVE_D_NAMLEN is defined.
9296         (alphasort): aligned prototype with
9297         libc/sys/cygwin/sys/dirent.h and simplified function body.
9298         * libc/posix/telldir.c (telldir): changed "telldir" prototype to
9299         long telldir (DIR *) as mentioned in annex B of POSIX.1
9300
9301 2000-08-27  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9302
9303         * libc/machine/i386/i386mach.h: added SOTYPE_FUNCTION to set type
9304         of global entry points if _I386MACH_NEED_SOTYPE_FUNCTION is defined;
9305         Added __CLI and __STI macros (controlled via
9306         _I386MACH_ALLOW_HW_INTERRUPTS macro).
9307         * libc/machine/i386/f_atan2.S libc/machine/i386/f_atan2f.S
9308         libc/machine/i386/f_frexp.S libc/machine/i386/f_frexpf.S
9309         libc/machine/i386/f_ldexp.S libc/machine/i386/f_ldexpf.S
9310         libc/machine/i386/f_log.S libc/machine/i386/f_log10.S
9311         libc/machine/i386/f_log10f.S libc/machine/i386/f_logf.S
9312         libc/machine/i386/f_tan.S libc/machine/i386/f_tanf.S
9313         libc/machine/i386/memchr.S libc/machine/i386/memcmp.S
9314         libc/machine/i386/memcpy.S libc/machine/i386/memmove.S
9315         libc/machine/i386/memset.S libc/machine/i386/setjmp.S
9316         libc/machine/i386/strchr.S libc/machine/i386/strlen.S:
9317         (that's libc/machine/i386/*.S) added SOTYPE_FUNCTION(symbol)
9318         for all global entry points.
9319         * libc/machine/i386/setjmp.S: removed code replicated in
9320         libc/machine/i386/i386mach.h and included i386mach.h instead;
9321         Use __CLI and __STI instead of cli and sti.
9322
9323 2000-08-25  DJ Delorie  <dj@redhat.com>
9324
9325         * libc/include/sys/unistd.h (environ): this one isn't from the
9326         DLL, no __IMPORT
9327
9328 Fri Aug 25 13:37:11 2000  Christopher Faylor <cgf@cygnus.com>
9329
9330         * libc/stdlib/system.c (do_system): Eliminate explicit declaration of
9331         environ when compiling under cygwin since it is already declared in
9332         unistd.h.
9333
9334 2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9335
9336         * libc/stdlib/mprec.c (ulp, b2d, d2b): changed a few expressions
9337         like  x << y-z  to the equivalent  x << (y-z).
9338         (d2b): changed if statements with assignment to perform the
9339         assignment prior to the if check.
9340         * libc/reent/reent.c: included stdlib.h for "_free_r" prototype.
9341         * libc/unix/getpass.c (getpass): moved "echo" assignment out of if.
9342         * libc/unix/ttyname.c: included string.h for "strcpy" prototype.
9343         * libc/unix/getcwd.c (ISDOT): added parentheses to clarify && and ||
9344         precedence.
9345         * libc/include/sys/unistd.h: added "vfork" prototype (for popen.c).
9346         Added "_execve" prototype (for execl.c, execle.c, execv.c, and 
9347         execve.c).
9348         * libc/posix/popen.c (popen): added parentheses to clarify && and ||
9349         precedence.
9350         * libm/math/e_cosh.c (__ieee754_cosh): changed parentheses to
9351         clarify && and || precendence (and to remove pascalism).
9352         * libm/math/e_sinh.c (__ieee754_sinh): Ditto.
9353         * libm/math/s_infconst.c: added another pair of braces to all
9354         initializers for __infinity (need three: for __infinity[1] array,
9355         for union __dmath, and for i[2]).
9356
9357 2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9358
9359         * libc/stdlib/abort.c: changed description: uses "raise" instead of
9360         "getpid" and "kill"; added: uses "write" and "_exit".
9361         Also included unistd.h for "_exit" prototype.
9362         * libc/stdlib/system.c: included unistd.h for "execve" prototype,
9363         reent.h for "_fork_r" and "_wait_r" prototypes.
9364         (do_system): changed  extern char *environ[] to POSIX-friendly 
9365         extern char **environ.
9366         * libc/stdlib/wctomb_r.c: included string.h for "strlen" and "strcmp"
9367         prototypes.
9368         * libc/stdlib/remove.c: included reent.h for "_unlink_r" prototype.
9369         * libc/reent/execr.c: included sys/wait.h for "wait" prototype.
9370         * libc/reent/fstatr.c: included sys/stat.h for "fstat" prototype.
9371         * libc/reent/openr.c: included fcntl.h for "open" prototype.
9372         * libc/reent/signalr.c: included signal.h for "kill" prototype,
9373         unistd.h for "getpid" prototype.
9374         * libc/reent/statr.c: included sys/stat.h for "stat" prototype.
9375         * libc/reent/timer.c: included sys/time.h for "gettimeofday" prototype.
9376         * libc/unix/getut.c (utmpname): removed local, incorrect "strdup"
9377         prototype.  Also included stdlib.h for "abort", string.h for
9378         "strdup" and "strncmp" prototypes.
9379         * libc/unix/getlogin.c: included string.h for "strncmp", "memset", and
9380         "strncpy", unistd.h for "read" and "close" prototypes.
9381         * libc/posix/execvp.c: included string.h for "strchr", "strlen", and
9382         "strcat" prototypes.
9383
9384 2000-08-23  Werner Almesberger  <Wernen Almesberger@epfl.ch>
9385
9386         * libc/stdio/stdio.c (__swrite): declare "oldmode" only if it's
9387         used later (ifdef __SCLE)
9388         * libc/stdio/vfscanf.c (__svfscanf): declare "state" only if it's
9389         used later (ifdef MB_CAPABLE)
9390         * libc/string/memset.c (memset): removed unused variables "count"
9391         and "unaligned_addr"
9392         * libc/locale/locale.c (_setlocale_r): declare "lc_ctype" and
9393         "last_lc_ctype" only of they're used later (ifdef MB_CAPABLE)
9394         * libc/unix/getpwent.c (getpwnam): removed unused variables "uid"
9395         and "gid"
9396
9397 2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9398
9399         * libc/stdlib/envlock.c: changed documented "__env_lock" and
9400         "__env_unlock" prototype from "void *" or "char *" to
9401         "struct _reent *" to match real function.  Also added include
9402         of envlock.h.
9403         * libc/stdlib/mlock.c: changed documented "__malloc_lock" and
9404         "__malloc_unlock" prototype from "void *" or "char *" to
9405         "struct _reent *" to match real function.
9406         * libc/stdlib/envlock.h: added "__env_lock" and "__env_unlock"
9407         prototypes (for getenv_r.c and setenv_r.c).
9408
9409 2000-08-22  Werner Almesberger  <Werner.Almesberger@epfl.ch>
9410
9411         * libc/unix/getut.c (utmpname): added _CONST to reflect common use
9412         and prototype in cygwin's utmp.h
9413
9414 2000-08-16  Eric Fifer  <efifer@sanwaint.com>
9415
9416         * libc/stdio/vfprintf.c (_vfprintf_r): suppress . with "%.0f", 0.1
9417
9418 2000-08-09  Nick Clifton  <nickc@cygnus.com>
9419
9420         * libc/sys/arm/setjmp.S: Recode to clean up function prologues and
9421         epilogue and to allow the functions to be used in a Thumb based
9422         toolchain.
9423
9424 2000-08-08  Jeff Johnston <jjohnstn@redhat.com>
9425
9426         * libc/stdio/snprintf.c (snprintf, _snprintf_r): Fixed code
9427         so size of 0 results in nothing being written to string.
9428         Also fixed code so that when size is non-zero, there is only
9429         a maximum of size - 1 characters written to the array and
9430         a nul terminator is appended at the end.
9431         * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Ditto.
9432
9433 2000-08-01  DJ Delorie  <dj@redhat.com>
9434
9435         * libc/include/sys/config.h: define __IMPORT appropriately
9436         * libc/include/ctype.h (_ctype_): use __IMPORT
9437         * libc/include/math.h (__infinity, signam, _LIB_VERSION): ditto
9438         * libc/include/math.h (__mb_cur_max): ditto
9439         * libc/include/time.h (_timezone, _daylight, _tzname): ditto
9440         * libc/include/unctrl.h (__unctrl, __unctrllen): ditto
9441         * libc/include/errno.h (_sys_errlist, _sys_nerr): ditto
9442         * libc/include/unistd.h (environ): ditto
9443
9444 2000-07-28  Michael Meissner  <meissner@redhat.com>
9445
9446         * libc/include/math.h (__infinity): Declare as an array without
9447         bounds to get around small data support.  Rewrite Cygwin support
9448         to be more general.
9449         * libm/math/s_infconst.c (__infinity): Ditto.
9450         * libm/mathfp/s_infconst.c (__infinity): Ditto.
9451
9452 Thu Jul 27 10:46:01 2000  Christopher Faylor <cgf@cygnus.com>
9453
9454         * libc/include/math.h: Use appropriate dll import linkage for
9455         __infinity under Cygwin.
9456
9457 2000-07-13  DJ Delorie  <dj@cygnus.com>
9458
9459         * libc/stdio/vfprintf.c: pad 0.0 correctly with %e
9460
9461 Wed Jun 28 14:08:00 2000  Keith Walker  <keith.walker@arm.com>
9462
9463         * libc/sys/arm/crt0.S (.LC30): Added missing length parameter
9464         to argument list for AngelSWI_Reason_GetCmdLine.
9465
9466 Tue Jun 27 15:49:00 2000  Marek Michalkiewicz  <marekm@linux.org.pl>
9467
9468         * configure.host: Add support for AVR target.
9469         * libc/include/machine/ieeefp.h: Likewise.
9470         * libc/include/sys/config.h: Likewise.
9471
9472 Thu Jun 22 18:35:00 2000  Ranjith Kumaran  <ranjith@cygnus.com>
9473
9474         * README: Newlib 1.8.2 must be built in a separate directory
9475         than the sources.
9476
9477 Tue Jun 20 14:30:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
9478
9479         * libc/include/sys/reent.h (_rand_next): Added __extension__
9480         qualifier as long long type is not strict ANSI.
9481         * libc/stdlib/rand.c (rand): Added __extension__ qualifier
9482         to long long constant.
9483
9484 Fri Jun 16 23:02:00 2000  Corinna Vinschen <corinna@vinschen.de>
9485
9486         * libc/include/sys/unistd.h: Add prototypes for `seteuid' and
9487         `setegid' provided by Cygwin.
9488
9489 Thu Jun 15  0:21:00 2000  Corinna Vinschen <corinna@vinschen.de>
9490
9491         * libc/stdio/fdopen.c: Take explicit given bin/textmode into
9492         account for Cygwin.
9493
9494 Fri Jun  9 14:28:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
9495
9496         * libc/include/sys/reent.h (_rand_next): Changed to
9497         unsigned long long and moved to end of _reent struct in _new union.
9498         (_REENT_INIT): Changed to move _rand_next initialization.
9499         * libc/stdlib/rand.c (rand): Changed to use unsigned long long
9500         linear congruential algorithm that is used by DJGPP.
9501
9502 Thu Jun  8 21:18:00 2000  Ranjith Kumaran  <ranjith@cygnus.com>
9503
9504         * libc/include/stdlib.h: Set RAND_MAX to __RAND_MAX.
9505         * libc/include/sys/config.h: Define __RAND_MAX.
9506
9507 Thu Jun  8 17:54:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
9508
9509         * libc/stdlib/rand_r.c: New algorithm that meets minimal
9510         standard.
9511
9512 Fri Jun  2 23:02:11 2000  Christopher Faylor <cgf@cygnus.com>
9513
9514         * libc/include/string.h: Work around problem with strsignal and gdb.
9515
9516 Tue May 30 13:13:01 2000  Christopher Faylor <cgf@cygnus.com>
9517
9518         * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__
9519         * libc/include/malloc.h: Ditto.
9520         * libc/include/process.h: Ditto.
9521         * libc/include/stdio.h: Ditto.
9522         * libc/include/stdlib.h: Ditto.
9523         * libc/include/time.h: Ditto.
9524         * libc/include/machine/setjmp.h: Ditto.
9525         * libc/include/sys/errno.h: Ditto.
9526         * libc/include/sys/signal.h: Ditto.
9527         * libc/include/sys/stat.h: Ditto.
9528         * libc/include/sys/time.h: Ditto.
9529         * libc/include/sys/unistd.h: Ditto.
9530         * libc/include/string.h: Ditto.  strsignal should return a const char *.
9531
9532 2000-05-26  Marek Michalkiewicz  <marekm@linux.org.pl>
9533
9534         * libm/common/s_expm1.c (expm1): Add curly braces, avoid warnings.
9535         * libm/common/s_log1p.c (log1p): Likewise.
9536         * libm/common/s_scalbn.c (scalbn): Likewise.
9537         * libm/math/e_log.c: Likewise.
9538         * libm/math/e_asin.c: Likewise.
9539         * libm/math/ef_asin.c: Likewise.
9540         * libm/math/e_j0.c (pzero, qzero): Remove redundant test.
9541         * libm/math/e_j1.c (pone, qone): Likewise.
9542         * libm/math/ef_j0.c (pzerof, qzerof): Likewise.
9543         * libm/math/ef_j1.c (ponef, qonef): Likewise.
9544         * libm/mathfp/e_j0.c (pzero, qzero): Likewise.
9545         * libm/mathfp/e_j1.c (pone, qone): Likewise.
9546         * libm/mathfp/ef_j0.c (pzerof, qzerof): Likewise.
9547         * libm/mathfp/ef_j1.c (ponef, qonef): Likewise.
9548
9549 2000-05-19  DJ Delorie  <dj@cygnus.com>
9550
9551         * libc/stdio/stdio.c (__stextmode): new, see if file is text mode
9552         (__sread): always read in binary mode
9553         (__swrite): always write in binary mode
9554         * libc/include/stdio.h: no getc/putc macros for cygwin; causes
9555         compatibility issues with different dll versions
9556         * libc/stdio/fopen.c: use __stextmode
9557         * libc/stdio/fdopen.c: ditto
9558         * libc/stdio/freopen.c: ditto
9559         * libc/stdio/findfp.c: set up __SCLE for std{in,out,err}
9560         * libc/stdio/local.h: declare __stextmode
9561         
9562 2000-05-18  DJ Delorie  <dj@cygnus.com>
9563
9564         * libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE
9565         
9566 Mon May 15 18:54:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
9567
9568         * libc/include/ctype.h: Changed tolower and toupper macros
9569         to use __extension__ to prevent pedantic warnings.
9570
9571 Mon May 15 14:26:00 2000  Joel Sherrill  <joel@oarcorp.com>
9572
9573         * libc/sys/rtems/sys/time.h: Add macros for manipulating timeval
9574         structures.
9575
9576 Wed May 10 19:24:53 2000  Jim Wilson  <wilson@cygnus.com>
9577
9578         * libc/include/machine/ieeefp.h: Add ia64 support.
9579         * configure.host: Likewise.
9580
9581 Wed May 10 13:52:24 2000  Egor Duda <deo@logos-m.ru>
9582
9583         * libc/time/asctime_r.c (asctime_r): Change output format. Day of
9584         month is now padded with space, not zero.  This now conforms to
9585         ANSI standard.
9586
9587 Wed May 03 17:57:00 2000  Corinna Vinschen <corinna@vinschen.de>
9588
9589         * libc/include/sys/errno.h: Add define for ENOSHARE ("No such
9590         host or network path") used by cygwin. Add some comments.
9591
9592 Tue May 02 23:45:48 2000  DJ Delorie  <dj@cygnus.com>
9593
9594         * libc/include/stdio.h (FILE): define __SCLE for "convert line
9595         endings" for Cygwin.
9596         (__sgetc): convert line endings if needed
9597         (__sputc): ditto
9598         * libc/stdio/fdopen.c (_fdopen_r): Remember if we opened in text mode
9599         * libc/stdio/fopen.c (_fopen_r): ditto
9600         * libc/stdio/freopen.c (freopen): ditto
9601         * libc/stdio/fread.c (fread): perform CRLF conversions if __SCLE
9602         * libc/stdio/fvwrite.c (__sfvwrite): ditto
9603
9604 Thu Apr 27 07:45:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9605
9606         * libc/machine/mn10300/setjmp.S (setjmp, longjmp): Use
9607         post-increment when it is worth it, spacewise.
9608
9609 Mon Apr 17 12:46:00 2000  Marek Michalkiewicz <marekm@linux.org.pl>
9610
9611         * libc/signal/signal.c (_signal_r) : Removed unused local variable temp.
9612         * libc/stdio/findfp.c (std): Added declaration of flags and file.
9613         * libc/stdio/mktemp.c (_gettemp, _mkstemp_r, mkstemp): Added int 
9614         return type.
9615         * libc/stdio/putchar.c (putchar): Added return statement.
9616         * libc/stdio/refill.c (lflush): Added correct parentheses.
9617         * libc/stdio/vfprintf.c (_VFPRINTF_R): Ditto.
9618         * libc/stdio/vfscanf.c (__svfscanf): Changed sprintf call which 
9619         prints long value to use l qualifier.
9620         * libc/stdlib/dtoa.c (_dtoa_r): Added parentheses to remove warning
9621         messages and initialized local values: ilim, ilim1, and spec_case.
9622         * libc/stdlib/ecvtbuf.c (print_e): Removed unused variable dp.
9623         * libc/stdlib/mbctype.h (_issjis1, _issjis2): Added parentheses.
9624         * libc/stdlib/mprec.c: Ditto.
9625         * libc/stdlib/setenv_r.c: Ditto.
9626         * libc/stdlib/strtod.c: Ditto.
9627         * libc/stdlib/strtol.c: Ditto.
9628         * libc/stdlib/strtoul.c: Ditto.
9629         * libm/common/sf_expm1.c: Added curly braces to if else clauses.
9630         * libm/common/sf_log1p.c: Ditto.
9631         * libm/common/sf_scalbn.c: Ditto.
9632         * libm/math/ef_log.c: Ditto.
9633
9634 Sun Apr 16 12:45:00 2000  Corinna Vinschen <corinna@vinschen.de>
9635
9636         * libc/posix/execvp.c (execvp): Check path for
9637         trailing slash.
9638
9639 Fri Mar 31 20:39:00 2000  Corinna Vinschen <corinna@vinschen.de>
9640
9641         * libc/include/sys/unistd.h: Add prototypes for
9642         fchmod, fchown, lchown.
9643
9644 Fri Mar 24 15:34:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
9645
9646         * acinclude.m4: Changed release to 1.8.2.
9647         * aclocal.m4 configure doc/aclocal.m4 doc/configure
9648           libc/aclocal.m4 libc/configure libc/machine/aclocal.m4
9649           libc/machine/configure libc/machine/a29k/aclocal.m4
9650           libc/machine/a29k/configure libc/machine/arm/aclocal.m4
9651           libc/machine/arm/configure libc/machine/d10v/aclocal.m4
9652           libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
9653           libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
9654           libc/machine/fr30/configure libc/machine/h8300/aclocal.m4
9655           libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
9656           libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
9657           libc/machine/hppa/configure libc/machine/i386/aclocal.m4
9658           libc/machine/i386/configure libc/machine/i960/aclocal.m4
9659           libc/machine/i960/configure libc/machine/m32r/aclocal.m4
9660           libc/machine/m32r/configure libc/machine/m68k/aclocal.m4
9661           libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
9662           libc/machine/m88k/configure libc/machine/mips/aclocal.m4
9663           libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
9664           libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
9665           libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
9666           libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
9667           libc/machine/powerpc/configure libc/machine/sh/aclocal.m4
9668           libc/machine/sh/configure libc/machine/sparc/aclocal.m4
9669           libc/machine/sparc/configure libc/machine/tic80/aclocal.m4
9670           libc/machine/tic80/configure libc/machine/v850/aclocal.m4
9671           libc/machine/v850/configure libc/machine/w65/aclocal.m4
9672           libc/machine/w65/configure libc/machine/z8k/aclocal.m4
9673           libc/machine/z8k/configure libc/sys/aclocal.m4
9674           libc/sys/aclocal.m4 libc/sys/configure
9675           libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
9676           libc/sys/arm/aclocal.m4 libc/sys/arm/configure
9677           libc/sys/cygwin/aclocal.m4 libc/sys/cygwin/configure
9678           libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
9679           libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
9680           libc/sys/go32/aclocal.m4 libc/sys/go32/configure
9681           libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
9682           libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
9683           libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
9684           libc/sys/netware/aclocal.m4 libc/sys/netware/configure
9685           libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
9686           libc/sys/sh/aclocal.m4 libc/sys/sh/configure
9687           libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
9688           libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
9689           libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
9690           libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
9691           libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
9692           libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
9693           libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
9694           libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
9695           libc/sys/w65/aclocal.m4 libc/sys/w65/configure
9696           libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
9697           libm/aclocal.m4 libm/configure: Regenerated.
9698
9699 2000-03-24  Nick Clifton  <nickc@cygnus.com>
9700
9701         * libc/sys/arm/syscalls.c: Fix compile time warnings.
9702         (do_AngelSWI): Add "cc" to list o registers clobbered.
9703
9704 Thu Mar 22 14:57:00 2000  Fernando Nasser <fnasser@redhat.com>
9705
9706         * libc/sys/arm/syscalls.c (do_AngelSWI): Prevent registers with valid
9707         information to be clobbered by an Angel C library support syscall. 
9708
9709 Tue Mar 21 19:08:00 2000  Jeff Johnston <jjohnstn@cygnus.com>
9710
9711         * libc/stdlib/envlock.c: Fixed comment typo.
9712
9713 Fri Mar 17 15:37:00 2000  Jeff Johnston <jjohnstn@cygnus.com>
9714
9715         * libc/stdio/vfscanf.c (__svfscanf): Fixed floating point
9716         code to update nread as each character is processed instead
9717         of using buffer contents which throw away leading zeroes.
9718
9719 Mon Mar 13 15:22:00 2000  Sergei Organov <osv@javad.ru>
9720
9721         * libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf.
9722
9723 Fri Mar 10 16:09:20 2000  Jeff Johnston <jjohnstn@cygnus.com>
9724
9725         * libc/include/string.h: Include <sys/types.h>.
9726
9727 Fri Mar 10 14:53:50 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9728
9729         * libc/stdio/putw.c (putw): Return 0 on success, to be compliant
9730         with XSH5, not SVID.
9731
9732 Thu Mar  9 17:20:41 2000  Jeff Johnston <jjohnstn@cygnus.com>
9733
9734         * libc/include/string.h: Changed last argument back to ssize_t
9735         to make it compatible with XPG4 definition which is 
9736         defined in <unistd.h>.  There is a conflict in the SVID 3
9737         and XPG4 definitions and newlib will settle with XPG4.
9738         * libc/string/swab.c: Ditto.
9739
9740 Wed Mar  8 17:11:41 2000  Jeff Johnston <jjohnstn@cygnus.com>
9741
9742         * libc/include/string.h: Changed last argument to size_t.
9743         * libc/string/swab.c: Changed last argument to size_t.
9744
9745 Wed Mar  8 00:46:41 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9746
9747         * libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c.
9748         (CHEWOUT_FILES): Added unlinkr.def.
9749         * libc/reent/Makefile.in: Rebuilt.
9750         * libc/sys.tex: Include unlinkr.def.
9751         * libc/reent/linkr.c (_unlink_r): Moved to...
9752         * libc/reent/unlinkr.c: ... new file.
9753
9754 Wed Mar  8 00:43:07 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9755
9756         * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
9757         (CHEWOUT_FILES): Added swab.def.
9758         * libc/string/Makefile.in: Rebuilt.
9759         * libc/string/string.tex: Include swab.def.
9760         * libc/include/string.h (swab): Declare.
9761         * libc/string/swab.c: New file.
9762
9763 Wed Mar  8 00:38:35 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9764
9765         * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c.
9766         (CHEWOUT_FILES): Added getw.def and putw.def.
9767         * libc/stdio/Makefile.in: Rebuilt.
9768         * libc/stdio/stdio.tex: Include getw.def and putw.def.
9769         * libc/stdio/getw.c: New file.
9770         * libc/stdio/putw.c: New file.
9771
9772 Fri Feb 25 14:50:50 2000  Jeff Johnston <jjohnstn@cygnus.com>
9773
9774         * libc/stdio/flags.c (__sflags): Added check that mode[1]
9775         is non-null before looking at mode[2].
9776
9777 Thu Feb 24 11:43:00 2000  Ran Cabell <rcabell@norfolk.infi.net>
9778
9779         * libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS.
9780         * libm/mathfp/sf_atan.c: Ditto.
9781
9782 Thu Feb 24 11:39:00 2000  Joel Sherrill <joel@OARcorp.com>
9783
9784         * libc/include/sys/stat.h: Add RTEMS prototype for lstat.
9785
9786 Tue Feb 22 14:37:00 2000  Ran Cabell <rcabell@norfolk.infi.net>
9787
9788         * libm/mathfp/sf_exp.c: Corrected _DOUBLE_IS_32_BITS to be
9789         _DOUBLE_IS_32BITS.
9790
9791 Mon Feb 21 11:43:50 2000  Jeff Johnston <jjohnstn@cygnus.com>
9792
9793         * libc/stdio/vfprintf.c (VFPRINTF): Added CHECK_INIT
9794         call prior to calling _VFPRINTF_R so reentrant data area is set.
9795         (_VFPRINTF_R): Removed now extraneous CHECK_INIT call.
9796
9797 Thu Feb 17 01:42:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9798
9799         * libc/stdio/vfscanf.c (limits.h): #include.
9800         (MAX_LONG_LEN): #define.
9801         (__svfscanf): Handle floating point numbers with arbitrary amounts
9802         of leading zeroes.
9803
9804 2000-02-15  Nick Clifton  <nickc@cygnus.com>
9805
9806         * libc/sys/arm/syscalls.c (_fstat): Initialise all fields to
9807         zero.  Set the blocksize to 1024/
9808
9809 Thu Jan 20 18:57:00 2000  Fernando Nasser <fnasser@redhat.com>
9810
9811         * setvbuf.c (setvbuf):  Set size to BUFSIZ when passed a zero size
9812         with line buffering.
9813
9814 Mon Jan 10 18:43:00 2000  Jeff Johnston <jjohnstn@cygnus.com>
9815
9816         * acinclude.m4: Changed include directory for winsup headers. 
9817         * aclocal.m4 configure libc/aclocal.m4
9818           libc/configure libc/ctype/Makefile.in libc/errno/Makefile.in
9819           libc/locale/Makefile.in libc/machine/aclocal.m4
9820           libc/machine/configure libc/machine/a29k/aclocal.m4
9821           libc/machine/a29k/configure libc/machine/arm/aclocal.m4
9822           libc/machine/arm/configure libc/machine/d10v/aclocal.m4
9823           libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
9824           libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
9825           libc/machine/fr30/configure
9826           libc/machine/h8300/aclocal.m4
9827           libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
9828           libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
9829           libc/machine/hppa/configure libc/machine/i386/aclocal.m4
9830           libc/machine/i386/configure libc/machine/i960/aclocal.m4
9831           libc/machine/i960/configure libc/machine/m32r/aclocal.m4
9832           libc/machine/m32r/configure libc/machine/m68k/aclocal.m4
9833           libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
9834           libc/machine/m88k/configure libc/machine/mips/aclocal.m4
9835           libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
9836           libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
9837           libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
9838           libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
9839           libc/machine/powerpc/configure 
9840           libc/machine/sh/aclocal.m4
9841           libc/machine/sh/configure libc/machine/sparc/aclocal.m4
9842           libc/machine/sparc/configure
9843           libc/machine/tic80/aclocal.m4 libc/machine/tic80/configure
9844           libc/machine/v850/aclocal.m4 libc/machine/v850/configure
9845           libc/machine/w65/aclocal.m4 libc/machine/w65/configure
9846           libc/machine/z8k/aclocal.m4 libc/machine/z8k/configure
9847           libc/misc/Makefile.in libc/posix/Makefile.in
9848           libc/reent/Makefile.in 
9849           libc/signal/Makefile.in
9850           libc/string/Makefile.in libc/sys/aclocal.m4 libc/sys/configure
9851           libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
9852           libc/sys/arm/Makefile.in libc/sys/arm/aclocal.m4
9853           libc/sys/arm/configure libc/sys/cygwin/aclocal.m4
9854           libc/sys/cygwin/configure libc/sys/d10v/Makefile.in
9855           libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
9856           libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
9857           libc/sys/go32/aclocal.m4 libc/sys/go32/configure
9858           libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
9859           libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
9860           libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
9861           libc/sys/netware/aclocal.m4 libc/sys/netware/configure
9862           libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
9863           libc/sys/sh/Makefile.in libc/sys/sh/aclocal.m4
9864           libc/sys/sh/configure libc/sys/sparc64/aclocal.m4
9865           libc/sys/sparc64/configure libc/sys/sun4/aclocal.m4
9866           libc/sys/sun4/configure libc/sys/sysmec/aclocal.m4
9867           libc/sys/sysmec/configure libc/sys/sysnec810/aclocal.m4
9868           libc/sys/sysnec810/configure libc/sys/sysnecv850/aclocal.m4
9869           libc/sys/sysnecv850/configure libc/sys/sysvi386/aclocal.m4
9870           libc/sys/sysvi386/configure libc/sys/sysvnecv70/aclocal.m4
9871           libc/sys/sysvnecv70/configure libc/sys/tic80/aclocal.m4
9872           libc/sys/tic80/configure libc/sys/w65/aclocal.m4
9873           libc/sys/w65/configure libc/sys/z8ksim/aclocal.m4
9874           libc/sys/z8ksim/configure libc/syscalls/Makefile.in
9875           libc/time/Makefile.in libc/unix/Makefile.in libm/aclocal.m4
9876           libm/configure: Regenerated.
9877
9878 Mon Jan 10 18:43:46 2000  Jeff Johnston <jjohnstn@cygnus.com>
9879
9880         * libc/stdlib/putenv_r.c (_putenv_r): New file.
9881         * libc/stdlib/strdup_r.c (_strdup_r): New file.
9882         * libc/include/string.h: Added _strdup_r.
9883         * libc/stdlib/putenv.c: Added call to reentrant version. 
9884         * libc/stdlib/strdup.c: Ditto.
9885         * libc/stdlib/Makefile.am: Added _putenv_r and _unsetenv_r.
9886         * libc/include/stdlib.h: Ditto.
9887         * libc/stdlib/Makefile.in: Regenerated. 
9888         * libc/string/Makefile.in: Regenerated.
9889         * libc/stdlib/setenv.c: Added reentrant version of unsetenv.
9890         * libc/stdlib/setenv_r.c: Added unsetenv_r and changed memory
9891         management calls to reentrant versions.
9892         * libc/stdlib/wcstombs.c: Added #ifndef _REENT_ONLY wrapper.
9893         * libc/stdlib/wctomb.c: Ditto.
9894         * libc/stdlib/mblen.c: Ditto.
9895         * libc/stdlib/mbstowcs.c: Ditto.
9896         * libc/stdlib/mbtowc.c: Ditto. 
9897         * libc/stdlib/getenv.c: Ditto.
9898         * libc/reent/reent.tex: Added references to _putenv_r, _setenv_r,
9899         and _strdup_r.
9900
9901 Thu Jan  6 15:33:46 2000  Christopher Faylor <cgf@cygnus.com>
9902
9903         patch from Corinna Vinschen <corinna@vinschen.de>
9904         * libc/sys/cygwin/sys/param.h: Define NGROUP_MAX as 16.
9905
9906 Mon Jan 03 14:36:00 2000  Sergei Organov <osv@javad.ru>
9907
9908         * libm/mathfp/s_atangent.c: Fix exponent calculation.
9909         * libm/mathfp/s_ldexp.c: Ditto.
9910         * libm/mathfp/sf_atangent.c: Ditto.
9911         * libm/mathfp/sf_ldexp.c: Ditto.
9912
9913 Tue Dec 14 5:42:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
9914
9915         * libc/machine/i960/setjmp.S: fix typo leaving .link_pix uncommented
9916         * libc/include/locale.h: define NULL to be 0.
9917
9918 Tue Dec  7 15:41:45 1999  Jim Wilson  <wilson@cygnus.com>
9919
9920         * libc/sys/sh/syscalls.c (stack_ptr): Move definition before first
9921         function.
9922
9923 Wed Dec  1 17:39:29 1999  Jeffrey A Law  (law@cygnus.com)
9924
9925         * libc/machine/mn10300/setjmp.S: Handle am33.
9926
9927 1999-11-26  Nick Clifton  <nickc@cygnus.com>
9928
9929         * libc/sys/arm/syscalls.c: Add function prototypes.
9930         (stack_ptr): Move declaration before function definitions.
9931
9932 Sat Nov 20 17:13:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
9933
9934         * NEWS: Updated version information.
9935         * README: Ditto.
9936
9937 Tue Nov 09 12:19:21 1999  Jeff Johnston <jjohnstn@cygnus.com>
9938
9939         * libc/machine/i386/strchr.S: Fixed alignment test.
9940
9941 Thu Oct 28 05:30:46 1999  Andrew Cagney  <cagney@makita.cygnus.com>
9942
9943         * libc/sys/d10v/crt0.S (_start): Construct a real stack frame.
9944
9945 Thu Oct 28 15:29:11 1999  Andrew Cagney  <cagney@b1.cygnus.com>
9946
9947         * libc/sys/d10v/crt0.S (_start): Initialize both SPI and SPU
9948         ensuring that there is space between the two.
9949
9950 Thu Oct 14 13:39:21 1999  Christopher Faylor <cgf@cygnus.com>
9951
9952         * libc/stdio/flags.c: Conditionalize check for 't' for cygwin case
9953         only.
9954
9955 1999-10-08  Vadim Egorov  <egorovv@1c.ru>
9956
9957         * libc/include/stdlib.h: add ptsname, grantpt, unlockpt to cygwin
9958         section
9959
9960 Sat Oct  2 02:02:00 MEST 1999  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9961
9962         * libc/machine/sh/asm.h: Added __SH4_SINGLE__ to DELAYED_BRANCHES
9963         * libc/machine/sh/memcpy.S: Fix line wrapping in SL macro
9964
9965 Fri Oct  1 13:17:59 CDT 1999  <joel@OARcorp.com>
9966         * libc/include/grp.h: Added getgrnam_r and getgrgid_r prototypes
9967           per POSIX 1003.1b.
9968         * libc/include/pwd.h: Added getpwnam_r and getpwuid_r prototypes
9969           per POSIX 1003.1b.
9970
9971 1999-09-13  DJ Delorie  <dj@cygnus.com>
9972
9973         * libc/stdio/mktemp.c (_gettemp): on cygwin, check for EACCESS
9974         also.
9975
9976 Thu Sep  9 15:31:00 1999  Jeff Johnston <jjohnstn@cygnus.com>
9977
9978         * setvbuf.c (setvbuf):  When mallocing a buffer of size BUFSIZ,
9979         also note BUFSIZ as its size.
9980
9981 Tue Sep  7 17:15:00 1999  Joel Sherrill <joel@OARcorp.com>
9982
9983         * configure.host: Corrected feature defines for RTEMS.
9984         * libc/include/sys/stat.h: Added protototype for RTEMS mknod.
9985         * libc/include/sys/stat.h: mkfifo() should take const path arg.
9986         * libc/include/sys/unistd.h: pathconf() should take const path arg.
9987           Enabled usleep(), ftruncate(), and truncate() prototypes for RTEMS.
9988           Added defines for _POSIX_JOB_CONTROL, _POSIX_SAVED_IDS, and
9989           _POSIX_VERSION for RTEMS.  Added defines for _PC_ASYNC_IO,
9990           _PC_PRIO_IO, and _PC_SYNC_IO.
9991         * libc/machine/m68k/Makefile.am: Added strcpy.c and strlen.c.
9992         * libc/machine/m68k/Makefile.in: Regenerated.
9993         * libc/machine/m68k/strcpy.c: New file.
9994         * libc/machine/m68k/strlen.c: New file.
9995         * libc/stdio/tmpnam.c: Always make the returned name usable.
9996         * libc/sys/rtems/crt0.c: New version that passes all autoconf tests.
9997         * libc/sys/rtems/sys/dirent.h: New file.
9998         * libc/sys/rtems/sys/types.h: Added dev_t.
9999
10000 Tue Sep  7 17:15:00 1999   Jay Kulpinski <jskulpin@eng01.gdds.com>
10001
10002         * libc/stdlib/mprec.c: Fixed unitialized variable problem.
10003
10004 Fri Sep  3 12:35:20 1999  Jeff Johnston <jjohnstn@cygnus.com>
10005
10006         * libc/stdio/ftell.c (ftell): Backing off Joern's fix and
10007         my patch.
10008
10009 Thu Sep  2 22:05:20 1999  Christopher Faylor <cgf@cygnus.com>
10010
10011         patch from Jeff Johnston <jjohnstn@cygnus.com>
10012         * libc/stdio/ftell.c (ftell): Avoid using buffer position when the
10013         buffer is not in a useful state.
10014
10015 1999-09-01  Nick Clifton  <nickc@cygnus.com>
10016
10017         * libc/sys/arm/syscalls.c (_link): Add stub.
10018
10019 Fri Aug 27 23:09:09 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
10020
10021         * ftell.c (ftell): Use actual position within buffer for text mode.
10022         * findfp.c (std): Initialize ptr->_bf._size.
10023
10024 Wed Aug 18 18:48:02 1999  Christopher Faylor <cgf@cygnus.com>
10025
10026         * libc/include/sys/unistd.h: Add nice() declaration.
10027
10028 1999-08-09  Nick Clifton  <nickc@cygnus.com>
10029
10030         * libc/sys/arm/crt0.S (change_mode): Rename to __change_mode and
10031         declare as a thumb function so that the disassembler will see the
10032         mode change.
10033
10034 Thu Aug  5 17:37:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
10035
10036         * libc/reent/reent.tex: Updated list of reentrant functions.
10037
10038 1999-07-09  Michael Meissner  <meissner@cygnus.com>
10039
10040         * libc/include/stdlib.h (_findenv{,_r}): Add prototypes.
10041         
10042 Tue Jul  6 10:46:24 1999  Jeff Johnston <jjohnstn@cygnus.com>
10043
10044         * libc/stdio/sprintf.c: Moved snprintf and _snprintf_r to
10045         separate file.
10046         * libc/stdio/snprintf.c: New file.
10047         * libc/stdio/vsprintf.c: Moved vsnprintf and _vsnprintf_r to
10048         separate file.
10049         * libc/stdio/vsnprintf.c: New file.
10050         * libc/stdio/Makefile.am: Added snprintf.c and vsnprintf.c.
10051         * libc/stdio/Makefile.in: Regenerated.
10052
10053 Mon Jul  5 14:43:24 1999  Christopher Faylor <cgf@cygnus.com>
10054
10055         Patch submitted by Egor Duda <deo@logos-m.ru>:
10056         * libc/include/stdio.h: Add declarations for *nprintf.
10057         * libc/stdio/sprintf.c (snprintf): New function.
10058         (_snprintf_r): New function.
10059         * libc/stdio/vsprintf.c (vsnprintf): New function.
10060         (_vnsprintf_r): New function.
10061
10062 Wed Jun 30 16:36:27 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10063
10064         * libc/Makefile.am (stmp-targetdep): Remove extraneous blank.
10065         * libm/Makefile.am (stmp-targetdep): Ditto.
10066         * libc/Makefile.in: Regenerated.
10067         * libm/Makefile.in: Ditto.
10068
10069 Fri Jun 25 10:49:27 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10070
10071         * libc/Makefile.am (stmp-targetdep): Ignore "." in SUBDIRS.
10072         * libm/Makefile.am (stmp-targetdep): Ditto.
10073         * libc/Makefile.in: Regenerated.
10074         * libm/Makefile.in: Ditto.
10075
10076 Thu June 03 16:25:00 1999  Jeff Johnston <jjohnstn@cygnus.com>
10077
10078         * Makefile.am: Removed dependencies on all-recursive and added "."
10079         to the SUBDIRS list to prevent infinite recursion from occurring.
10080         Also removed any references to EXTRA_DATA.
10081         * libc/Makefile.am: Ditto.
10082         * libc/machine/Makefile.am: Ditto.
10083         * libc/machine/i386/Makefile.am: Ditto.
10084         * libm/Makefile.am: Ditto.
10085         * libc/sys/Makefile.am: Ditto.
10086         * Makefile.in: Regenerated.
10087         * aclocal.m4: Ditto.
10088         * configure: Ditto.
10089         * doc/Makefile.in: Ditto.
10090         * doc/aclocal.m4: Ditto.
10091         * doc/configure: Ditto.
10092         * libc/Makefile.in: Ditto.
10093         * libc/aclocal.m4: Ditto.
10094         * libc/configure: Ditto.
10095         * libc/machine/Makefile.in: Ditto.
10096         * libc/machine/aclocal.m4: Ditto.
10097         * libc/machine/configure: Ditto.
10098         * libc/machine/mn10300/Makefile.in: Ditto.
10099         * libc/machine/mn10300/aclocal.m4: Ditto.
10100         * libc/machine/mn10300/configure: Ditto.
10101         * libc/sys/Makefile.in: Ditto.
10102         * libc/sys/aclocal.m4: Ditto.
10103         * libc/sys/configure: Ditto.
10104         * libm/Makefile.in: Ditto.
10105         * libm/aclocal.m4: Ditto.
10106         * libm/configure: Ditto.
10107
10108 Thu June 03 16:20:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
10109
10110         * libc/include/stdlib/stdlib.tex: Add link to env_lock.
10111
10112 Fri May 28 17:09:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
10113
10114         * libc/include/stdlib.h: Add reentrant routines.
10115         * libc/stdlib/Makefile.am: Add reentrant routines.
10116         * libc/stdlib/Makefile.in: Ditto.
10117         * libc/stdlib/envlock.c: New file.
10118         * libc/stdlib/envlock.h: New file.
10119         * libc/stdlib/getenv.c: Modify to call reentrant routine.
10120         * libc/stdlib/getenv_r.c: New file.
10121         * libc/stdlib/mblen.c: Modify to call reentrant routine.
10122         * libc/stdlib/mblen_r.c: New file.
10123         * libc/stdlib/setenv.c: Modify to call reentrant routine.
10124         * libc/stdlib/setenv_r.c: New file.
10125         * libc/stdlib/stdlib.tex: Add reentrant routines.
10126
10127 Mon May 17 22:01:38 1999  Christopher Faylor <cgf@cygnus.com>
10128
10129         * libc/include/sys/types.h: Define __MS_types__ whenever
10130         cygwin or win32.
10131
10132 Sun May 16 16:02:41 1999  Christopher Faylor <cgf@cygnus.com>
10133
10134         * libc/include/machine/ieeefp.h: Always default to little
10135         endian if Windows, regardless of architecture.
10136         * libc/include/machine/sethmp.h: Define JBLEN if CYGWIN
10137         regardless of architecture.
10138
10139 Mon May  3 11:49:18 1999  Geoffrey Noer  <noer@cygnus.com>
10140
10141         * libc/include/machine/setjmp.h: Accept CYGWIN define, even if
10142         _WIN32 isn't defined.
10143
10144 Mon May  3 11:41:51 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10145
10146         * libm/common/s_rint.c (rint): Add volatile qualifier for
10147         intermediate value w.
10148         * libm/common/sf_rint.c (rintf): Ditto.
10149
10150 Thu Apr 29 20:34:27 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10151
10152         * libc/sys/arm/syscalls.c (remap_handle): Added check to
10153         ensure that std streams are initialized before being referenced.
10154
10155 1999-04-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10156
10157         * README: Update reference to newlib@cygnus.com new
10158         newlib@sourceware.cygnus.com address.
10159
10160 Mon Apr 26 18:17:33 1999  Geoffrey Noer  <noer@cygnus.com>
10161
10162         * libc/include/sys/types.h: Define MS_types if CYGWIN is defined.
10163         * libc/include/sys/fcntl.h: Define _O_BINARY et al if CYGWIN is
10164         defined, even if _WIN32 isn't defined.
10165
10166 Sat Apr 24 19:59:55 1999  Christopher Faylor <cgf@cygnus.com>
10167
10168         * libc/include/sys/fcntl.h: Correct _O_CREATE to _O_CREAT.
10169
10170 Wed Apr 21 18:01:00 1999  Ranjith Kumaran  <ranjith@cygnus.com>
10171
10172         * libc/include/sys/reent.h: Change Long and ULong to __Long and
10173         __ULong.
10174         * libc/stdlib/dtoa.c: Ditto.
10175         * libc/stdlib/mprec.c: Ditto.
10176         * libc/stdlib/mprec.h: Ditto.
10177         * libc/stdlib/strtod.c: Ditto.
10178
10179 1999-04-21  Nick Clifton  <nickc@cygnus.com>
10180
10181         * configure.host (mcore): Remove mcore machine directory.
10182
10183 1999-04-18  Nick Clifton  <nickc@cygnus.com>
10184
10185         * libc/include/machine/ieeefp.h: Add support for mcore target.
10186         * libc/include/machine/setjmp.h: Add support for mcore target.
10187         * configure.host: Add support for mcore target.
10188
10189 1999-04-13  Mark Salter  <msalter@cygnus.com>
10190
10191         * libc/sys/arm/libcfunc.c: Moved isatty to syscall.c
10192         * libc/sys/arm/syscalls.c: Added isatty.
10193
10194 Wed Apr 07 16:06:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10195
10196         * libc/stdlib/ecvtbuf.c (fcvtbuf): Fixed code to properly
10197         insert zeroes after significant digits.
10198
10199 Wed Mar 17 22:06:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10200         
10201         * libc/stdio/vfprintf.c (cvt): Changed floating point
10202         cvt routine to use union used by dtoa to properly determine
10203         if the sign bit is on or not.
10204         * libc/stdio/vfieeefp.h: New file
10205         
10206 Wed Mar 17 17:35:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10207
10208         * aclocal.m4: Regenerated.
10209         * configure: Regenerated.
10210
10211 Wed Mar 17 16:35:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10212
10213         * libc/machine/i386/Makefile.am (lib_a_SOURCES): Added missing
10214         f_tanf reference.
10215         * libc/machine/i386/Makefile.in: Regenerated.
10216
10217 Tue Mar 16 14:56:36 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10218
10219         * acinclude.m4: Changed to work with new automake.
10220         * configure: Regenerated.
10221         * libc/machine/i386/aclocal.m4: Regenerated.
10222         * libc/machine/i386/configure: Regenerated.
10223
10224 Tue Mar 16 13:55:36 1999  Corinna Vinschen  <corinna.vinschen@cityweb.de>
10225
10226         * libc/sys/cygwin/sys/dirent.h: Add additional prototypes
10227         for telldir() and seekdir().  Rename unused structure element
10228         for use with these two routines.
10229
10230 Fri Mar 12 19:11:58 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10231
10232         * libc/time/mktime.c (validate_structure): Multiple fixes to
10233         code to handle cases where input fields are outside valid ranges.
10234         * libc/stdlib/div.c (div): Modified invalid rounding check.
10235         * libc/stdlib/ldiv.c (ldiv): Ditto.
10236
10237 Thu Mar 11 21:32:13 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10238
10239         * libc/machine/i386/memcpy.S: Performance rewrite.
10240         * libc/machine/i386/memmove.S: Ditto.
10241         * libc/machine/i386/i386mach.h: Added more register definitions.
10242         * libc/include/math.h: Include <machine/fastmath.h> if -ffast-math
10243         option used.
10244         * libc/include/machine/fastmath.h: Add definitions for x86
10245         fast-math routines.
10246
10247 Wed Mar 10 17:56:00 1999 Ranjith Kumaran  <ranjith@cygnus.com>
10248
10249         * libc/stdlib/strtod.c: Change from unsigned long to ULong.
10250
10251 Tue Mar  9 14:31:58 1999  Geoffrey Noer  <noer@cygnus.com>
10252
10253         Adjust newlib headers for new Cygwin Win32 API header files:
10254         * libc/include/sys/time.h: Check _WINSOCK_H rather than
10255         _GNU_H_WINDOWS32_SOCKETS.
10256         * libc/include/sys/types.h: Ditto.
10257
10258 Tue Mar 09 15:55:00 1999 Ranjith Kumaran  <ranjith@cygnus.com>
10259
10260         *include/sys/reent.h: Add checks for size of Bigint element Long.
10261         *libc/dtoa.c: Change routines to use generic Long type.
10262         *libc/mprec.c: Change routines to use generic Long type.
10263         *libc/mprec.h: Change routines to use generic Long type.
10264
10265 Tue Mar 02 18:07:49 1999 Ranjith Kumaran  <ranjith@cygnus.com>
10266
10267         * libc/Makefile.am: Add .def files.
10268         * libc/Makefile.in: Regenerate.
10269         * libc/e_acosh.c: Documentation update.
10270         * libc/e_atanh.c: Documentation update.
10271         * libc/e_hypot.c: Documentation update.
10272         * libc/e_remainder.c: Documentation update.
10273         * libc/er_lgamma.c: Documentation update.
10274         * libc/mathfp.tex: Documentation update.
10275         * libc/s_acos.c: Documentation update.
10276         * libc/s_atan.c: Documentation update.
10277         * libc/s_atan2.c: Documentation update.
10278         * libc/s_cosh.c: Documentation update.
10279         * libc/s_fmod.c: Documentation update.
10280         * libc/s_isnan.c: Documentation update.
10281         * libc/s_log10.c: Documentation update.
10282         * libc/s_pow.c: Documentation update.
10283         * libc/w_jn.c: Documentation update.
10284
10285 Sun Feb 28 23:18:49 1999  Geoffrey Noer  <noer@cygnus.com>
10286
10287         * aclocal.m4: Regenerate.
10288         * configure: Regenerate.
10289
10290 Tue Feb 23 13:57:26 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10291
10292         * libc/machine/mn10300/setjmp.S (_longjmp): Fixed longjmp
10293         to return 1 if user specified return code is 0.
10294         * libc/machine/mn10200/setjmp.S (_longjmp): Ditto.
10295
10296 Thu Feb 18 11:13:28 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10297
10298         * libc/machine/mn10200/setjmp.S (_setjmp/_longjmp): Fixed setjmp
10299         to save the return address.  Fixed longjmp to return to the original
10300         calling address of setjmp and to return the user specified return code
10301         rather than default to 1.
10302         * libc/machine/mn10300/setjmp.S (_setjmp/_longjmp): Ditto.
10303
10304 Mon Feb 15 17:48:17 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10305
10306         * libc/stdlib/mprec.h (mult): Define mult to be _multiply instead of _mult.
10307
10308 1999-02-10  Nick Clifton  <nickc@cygnus.com>
10309
10310         * libc/sys/arm/syscalls.c (initialise_monitor_handles): Make block
10311         volatile so that its assignments will not be discarded.
10312
10313 Wed Feb 10 17:19:40 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10314
10315         * libc/include/_ansi.h: Corrected _STRICT_ANSI reference to
10316         be __STRICT_ANSI__ which is generated by compiler.
10317         * libc/include/ctype.h: Ditto.
10318         * libc/include/math.h: Ditto.
10319         * libc/include/stdio.h: Ditto.
10320         * libc/include/stdlib.h: Ditto.
10321         * libc/include/string.h: Ditto.
10322         * libc/include/sys/signal.h: Ditto.
10323
10324 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10325
10326         * configure.host: Add support for StrongARM target.
10327
10328 Fri Feb  5 11:13:14 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10329
10330         * libc/string/strncpy.c (strncpy): Removed redundant code
10331         that was copying bytes if data unaligned.
10332
10333 1999-02-02  Brendan Kehoe  <brendan@cygnus.com>
10334
10335         * libc/stdlib/Makefile.{am,in} (CHEWOUT_FILES): Add mblen.def,
10336         mbstowcs.def, and wcstombs.def.
10337
10338 Sat Jan 30 02:36:33 1999  Christopher Faylor <cgf@cygnus.com>
10339
10340         * libc/include/sys/errno.h: Add Cygwin errno.
10341         * libc/stdio/flags.c: Don't default to O_TEXT if no other flag
10342         is specified.
10343
10344 1999-01-29  Nick Clifton  <nickc@cygnus.com>
10345
10346         * libc/sys/arm/syscalls.c: Move C library functions into seperate
10347         file.
10348         
10349         * libc/sys/arm/libcfunc.c: New file containing C library functions
10350         from syscalls.c
10351
10352         * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add libcfuncs.c
10353         * libc/sys/arm/Makefile.in (lib_a_SOURCES): Regenerate.
10354
10355
10356 1999-01-27  Michael Meissner  <meissner@cygnus.com>
10357
10358         * libc/include/machine/setjmp.h (D30V _JBLEN/_JBTYPE): Use double
10359         type, and cut size in half so that the jmp_buf array is guaranteed
10360         to be aligned on a 64-bit boundary.
10361
10362 Mon Jan 25 12:05:38 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10363
10364         * libc/string/strings.tex: Added information about
10365         strcasecmp and strncasecmp.
10366         * libc/stdlib/stdlib.tex: Added missing information
10367         about mblen, mbstowcs, and wcstombs.
10368         * libc/string/strchr.c: Changed how mask is built to use
10369         shift operators so register will be used instead of storage.
10370
10371 1999-01-22  DJ Delorie  <dj@cygnus.com>
10372
10373         * libc/include/stdlib.h: don't use dllimport if we're building
10374         newlib, since it's inside cygwin.dll
10375
10376 Fri Jan 22 14:57:18 1999  Christopher Faylor <cgf@cygnus.com>
10377
10378         * libc/ctype/ctype_.c: Need to use __declspec(dllexport) for
10379         _ctype_ under cygwin.
10380
10381 Fri Jan 22 09:50:19 1999  Christopher Faylor <cgf@cygnus.com>
10382
10383         * include/stdlib.h: Fix typo from previous checkin.
10384
10385 Thu Jan 21 22:42:21 1999  Christopher Faylor <cgf@cygnus.com>
10386
10387         * include/ctype.h: Use __declspec(dllimport) method for exporting
10388         variable from cygwin DLL.
10389         * include/time.h: Ditto.
10390         * sys/errno.h: Ditto.
10391         * include/stdlib.h: Export __mb_cur_max from cygwin DLL.
10392         * libc/locale/locale.c: Use __declspec(dllexport) method for
10393         exporting variable from cygwin DLL.
10394
10395 Sat Jan 16 13:29:54 1999  Christopher Faylor <cgf@cygnus.com>
10396
10397         * libc/stdio/setvbuf.c: Always clean up when _IONBF or possible
10398         access of bogus pointer will result in SIGSEGV.
10399
10400 1999-01-07  Nick Clifton  <nickc@cygnus.com>
10401
10402         * libc/sys/arm/setjmp.S: Use C macros to cope with the possibility
10403         of an underscore prefix to function names.
10404
10405 Fri Jan  8 19:00:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10406
10407         * libc/machine/i386/i386mach.h (__REG_PREFIX__): Create new
10408         define __REG_PREFIX__ instead of using __REGISTER_PREFIX__.
10409
10410 1998-12-31  Michael Meissner  <meissner@cygnus.com>
10411
10412         * libc/machine/i386/i386mach.h (__REGISTER_PREFIX__): Only define
10413         to `%' if not already defined.
10414
10415 1998-12-30  Michael Meissner  <meissner@cygnus.com>
10416
10417         * libc/stdio/tmpnam.c (_tempnam_r): Make directory and prefix
10418         arguments const char *, not char *.
10419         * libc/include/stdio.h (_tempnam_r): Ditto.
10420
10421         * libc/include/sys/reent.h (struct _reent): The _sig_func type
10422         points to a function taking an integer, not void.
10423
10424 Tue Dec 29 14:35:53 1998  Christopher Faylor <cgf@cygnus.com>
10425
10426         * configure.host: Add a define for Cygwin builds.
10427         * libc/include/ctype.h: Don't use dll imported variables in newlib.
10428
10429 Mon Dec 28 09:19:56 1998  Christopher Faylor <cgf@cygnus.com>
10430
10431         * libc/include/ctype.h: Define _ctype_ as dll imported variable
10432         for use with Cygwin.
10433         * libc/include/sys/errno.h: Define _sys_errlist and _sys_nerr as
10434         dll imported variables for use with Cygwin.
10435         * libc/ctype/ctype_.c: Undefine _ctype_ in case it has been defined
10436         as a dll imported variable for Cygwin.
10437
10438 Sat Dec 26 00:13:53 1998  Christopher Faylor <cgf@cygnus.com>
10439
10440         * libc/include/sys/unistd.h: Add proto for getpass.
10441
10442 Fri Dec 18 19:28:19 1998  Geoffrey Noer  <noer@cygnus.com>
10443
10444         * libc/sys/cygwin/sys/dirent.h: add protos for scandir and
10445         alphasort.
10446
10447 Fri Dec 18 16:33:25 1998  Geoffrey Noer  <noer@cygnus.com>
10448
10449         * libc/posix/execvp.c (execvp): call cygwin_posix_path_list_p,
10450         not posix_path_list_p.
10451
10452 1998-12-15  Nick Clifton  <nickc@cygnus.com>
10453
10454         * libc/string/memchr.c: Treat 'c' argument as an unsigned byte not
10455         a signed int.
10456
10457 1998-12-13  Nick Clifton  <nickc@cygnus.com>
10458
10459         * libc/include/machine/setjmp.h (_JBLEN): Set to 10.
10460
10461 1998-12-12  Nick Clifton  <nickc@cygnus.com>
10462
10463         * libc/machine/fr30/setjmp.S: New file, supplied by Mark Slater
10464         <msalter@cygnus.com>
10465         * libc/machine/fr30/Makefile.am: Add build of setjmp.S
10466         * libc/machine/fr30/Makefile.in: Regenerated.
10467
10468 1998-12-11  Nick Clifton  <nickc@cygnus.com>
10469
10470         * configure.host: Remove use of libc/sys for FR30 port.
10471         * libc/sys/fr30: Remove directory (replaced by libgloss).
10472
10473 1998-12-10  Ken Raeburn  <raeburn@cygnus.com>
10474
10475         * libc/string/strcat.c (ALIGNED): Sense of result was reversed.
10476         * libc/string/strncat.c (ALIGNED): Ditto.
10477
10478 Wed Dec  9 14:37:57 1998  Geoffrey Noer  <noer@cygnus.com>
10479
10480         * libc/include/sys/time.h: include sys/types.h
10481
10482 Tue Dec  8 15:53:18 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10483
10484         * libc/machine/i386/memcmp.S (memcmp): Fix for unequal
10485         comparison found when checking word at a time.
10486
10487 1998-12-04  Nick Clifton  <nickc@cygnus.com>
10488
10489         * libc/sys/fr30/crt0.s (_start): Initialise frame pointer.
10490
10491 1998-12-03  Nick Clifton  <nickc@cygnus.com>
10492
10493         * libc/sys/fr30/syscalls.c (_times): New function stub.
10494
10495 Thu Dec  3 15:59:19 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10496
10497         * configure.host (mach_add_setjmp): Replaced mach_add_objs
10498         with mach_add_setjmp flag which indicates if setjmp should
10499         be added to the machine directory objects.
10500         * acinclude.m4: Removed reference to mach_add_objs.
10501         * aclocal.m4: Regenerated.
10502         * Makefile.in: Regenerated.
10503         * configure: Regenerated.
10504         * libc/aclocal.m4: Regenerated.
10505         * libc/Makefile.in: Regenerated.
10506         * libc/configure: Regenerated.
10507         * libc/machine/aclocal.m4: Regenerated.
10508         * libc/machine/Makefile.in: Regenerated.
10509         * libc/machine/configure: Regenerated.
10510         * libc/machine/i386/aclocal.m4: Regenerated.
10511         * libc/machine/i386/Makefile.am: Altered to selectively add
10512         setjmp.S to the src files list.
10513         * libc/machine/i386/Makefile.in: Regenerated.
10514         * libc/machine/i386/configure.in: Altered to test mach_add_setjmp.
10515         * libc/machine/i386/configure: Regenerated.
10516
10517 1998-12-02  Nick Clifton  <nickc@cygnus.com>
10518
10519         * libc/sys/fr30/crt0.s (_start): Fix function names.
10520
10521         * libc/machine/fr30: New directory
10522         * libc/machine/fr30/Makefile.am: New file.
10523         * libc/machine/fr30/Makefile.in: New generated file.
10524         * libc/machine/fr30/configure.in: New file.
10525         * libc/machine/fr30/configure: New generated file.
10526         * libc/machine/fr30/aclocal.m4: New generated file.
10527         * libc/sys/fr30/Makefile.am: New file.
10528         * libc/sys/fr30/Makefile.in: New generated file.
10529         * libc/sys/fr30/configure.in: New file.
10530         * libc/sys/fr30/configure: New generated file.
10531         * libc/sys/fr30/syscalls.c: New file.
10532
10533 Tue Dec  1 16:28:56 1998  Geoffrey Noer  <noer@cygnus.com>
10534
10535         * libc/sys/cygwin/sys/utmp.h: new file, moved from winsup/include.
10536
10537 1998-12-01  Ken Raeburn  <raeburn@cygnus.com>
10538
10539         * libc/time/strftime.c (strftime): Also handle %y for years before
10540         1900.
10541
10542 Tue Dec  1 13:26:07 1998  Christopher Faylor <cgf@cygnus.com>
10543
10544         * libc/string/strcasecmp.c (strcasecmp): Adhere to standard
10545         UNIX convention.  Perform tolower on characters before comparing
10546         them rather than use toupper.
10547         * libc/string/strncasecmp.c (strncasecmp): Ditto.
10548
10549 Mon Nov 30 16:24:19 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10550         
10551         * configure.host: Added using i386 machine directory
10552         for all x86 cross-compiler and configuring
10553         which added object files to use via new "mach_add_objs" variable.
10554         * configure: Regenerated.
10555         * libc/configure: Regenerated.
10556         * libc/Makefile.in: Regenerated.
10557         * libc/aclocal.m4: Regenerated.
10558         * libc/ctype/Makefile.in: Regenerated.
10559         * libc/errno/Makefile.in: Regenerated.
10560         * libc/locale/Makefile.in: Regenerated.
10561         * libc/machine/Makefile.in: Regenerated.
10562         * libc/machine/aclocal.m4: Regenerated.
10563         * libc/machine/configure: Regenerated.
10564         * libc/posix/Makefile.in: Regenerated.
10565         * libc/reent/Makefile.in: Regenerated.
10566         * libc/signal/Makefile.in: Regenerated.
10567         * libc/stdio/Makefile.in: Regenerated.
10568         * libc/stdlib/Makefile.in: Regenerated.
10569         * libc/string/Makefile.in: Regenerated.
10570         * libc/string/memmove.c: Optimized code to use memcpy
10571         logic when performing a non-destructive copy.
10572         * libc/string/strncmp.c: Altered code to allow building
10573         optimized for size or speed.
10574         * libc/syscalls/Makefile.in: Regenerated.
10575         * libc/time/Makefile.in: Regenerated.
10576         * libc/unix/Makefile.in: Regenerated.
10577         * libc/machine/i386/Makefile.am: Added new files and reference
10578         to "mach_add_objs" to indicate optional object files.
10579         * libc/machine/i386/Makefile.in: Regenerated.
10580         * libc/machine/i386/aclocal.m4: Regenerated.
10581         * libc/machine/i386/configure: Regenerated.
10582         * libc/machine/i386/memchr.S: New file that implements
10583         function in Intel assembler.
10584         * libc/machine/i386/memcmp.S: ditto.
10585         * libc/machine/i386/memcpy.S: ditto.
10586         * libc/machine/i386/memmove.S: ditto.
10587         * libc/machine/i386/memset.S: ditto.
10588         * libc/machine/i386/strchr.S: ditto.
10589         * libc/machine/i386/strlen.S: ditto.
10590         * libc/machine/i386/f_atan2.S: New file that implements
10591         fast version of math function to be used by compiler when
10592         --ffast_math compile option is used.
10593         * libc/machine/i386/f_atan2f.S: ditto.
10594         * libc/machine/i386/f_exp.c: ditto.
10595         * libc/machine/i386/f_expf.c: ditto.
10596         * libc/machine/i386/f_frexp.S: ditto.
10597         * libc/machine/i386/f_frexpf.S: ditto.
10598         * libc/machine/i386/f_ldexp.S: ditto.
10599         * libc/machine/i386/f_ldexpf.S: ditto.
10600         * libc/machine/i386/f_log.S: ditto.
10601         * libc/machine/i386/f_logf.S: ditto.
10602         * libc/machine/i386/f_log10.S: ditto.
10603         * libc/machine/i386/f_log10f.S: ditto.
10604         * libc/machine/i386/f_math.h: New file.
10605         * libc/machine/i386/f_pow.c: ditto.
10606         * libc/machine/i386/f_powf.S: ditto.
10607         * libc/machine/i386/f_tan.S: ditto.
10608         * libc/machine/i386/f_tan.S: ditto.
10609         * libc/machine/i386/i386mach.h: New file.
10610
10611 Mon Nov 30 13:02:17 1998  Christopher Faylor <cgf@cygnus.com>
10612
10613         patch from Mumit Khan <khan@xraylith.wisc.edu>
10614         * libc/include/stdio.h (tempnam): Add prototype.
10615         * libc/stdio/tmpnam.c (_tempnam_r): Handle NULL prefix.
10616         (tempnam): Adhere to prototype.
10617
10618 Thu Nov 26 00:21:32 1998  Christopher Faylor <cgf@cygnus.com>
10619
10620         * Makefile.am: Add default for AR_FLAGS.
10621         * Makefile.in: Regenerate.
10622
10623 Tue Nov 24 18:48:56 1998  Geoffrey Noer  <noer@cygnus.com>
10624
10625         * libc/include/time.h: move __cplusplus wrapper after includes
10626         * libc/include/sys/time.h: ditto.  If Cygwin, include
10627         sys/select.h.
10628         * libc/include/sys/types.h: lose "32" in comment about Cygwin.
10629
10630 1998-11-23  Ken Raeburn  <raeburn@cygnus.com>
10631
10632         * libc/time/strftime.c (strftime): Handle %y after year 2000.
10633
10634 Wed Nov 18 12:22:41 1998  Nick Clifton  <nickc@cygnus.com>
10635
10636         * libc/sys/fr30/crt0.s (_start): Switch over to using int #9 as
10637         abnormnal end-of-crt0 marker.
10638
10639 Tue Nov 17 16:27:58 1998  Nick Clifton  <nickc@cygnus.com>
10640
10641         * libc/sys/fr30/crt0.s: New file/directory.
10642         * libc/include/machine/setjmp.h: Add FR30 target.
10643         * libc/include/machine/ieeefp.h: Add FR30 target.
10644         * configure.host: Add FR30 target.
10645
10646 Mon Nov  16 23:15:00 1998  Ranjith Kumaran <ranjith@cygnus.com>
10647
10648         * libm/math: Files that are duplicated in common directory removed.
10649         * libm/math/fdlibm.h: Removed.
10650         * libm/math/s_cbrt.c: Removed.
10651         * libm/math/s_copysign.c: Removed.
10652         * libm/math/s_expm1.c: Removed.
10653         * libm/math/s_finite.c: Removed.
10654         * libm/math/s_ilogb.c: Removed.
10655         * libm/math/s_infinity.c: Removed.
10656         * libm/math/s_lib_ver.c: Removed.
10657         * libm/math/s_log1p.c: Removed.
10658         * libm/math/s_logb.c: Removed.
10659         * libm/math/s_matherr.c: Removed.
10660         * libm/math/s_modf.c: Removed.
10661         * libm/math/s_nan.c: Removed.
10662         * libm/math/s_nextafter.c: Removed.
10663         * libm/math/s_rint.c: Removed.
10664         * libm/math/s_scalbn.c: Removed.
10665         * libm/math/sf_cbrt.c: Removed.
10666         * libm/math/sf_copysign.c: Removed.
10667         * libm/math/sf_expm1.c: Removed.
10668         * libm/math/sf_finite.c: Removed.
10669         * libm/math/sf_ilogb.c: Removed.
10670         * libm/math/sf_infinity.c: Removed.
10671         * libm/math/sf_log1p.c: Removed.
10672         * libm/math/sf_logb.c: Removed.
10673         * libm/math/sf_modf.c: Removed.
10674         * libm/math/sf_nan.c: Removed.
10675         * libm/math/sf_nextafter.c: Removed.
10676         * libm/math/sf_rint.c: Removed.
10677         * libm/math/sf_scalbn.c: Removed.
10678         * libm/math/Makefile.am: Removed references to deleted files (above).
10679         * libm/math/Makefile.in: Regenerated.
10680         * libm/Makefile.am: Added common directory to math.
10681         * libm/Makefile.in: Regenerated.
10682
10683 Mon Nov  2 23:12:00 1998  Ranjith Kumaran <ranjith@cygnus.com>
10684
10685         * libm/mathfp: Add non-ANSI functions.
10686         * libm/mathfp/e_acosh.c acosh(): New file.
10687         * libm/mathfp/e_atanh.c atanh(): New file.
10688         * libm/mathfp/e_hypot.c hypot(): New file.
10689         * libm/mathfp/e_j0.c j0(): New file.
10690         * libm/mathfp/e_j1.c j1(): New file.
10691         * libm/mathfp/e_remainder.c remainder(): New file.
10692         * libm/mathfp/e_scalb.c scalb(): New file.
10693         * libm/mathfp/ef_acosh.c acoshf(): New file.
10694         * libm/mathfp/ef_atanh.c atanhf(): New file.
10695         * libm/mathfp/ef_hypot.c hypotf(): New file.
10696         * libm/mathfp/ef_j0.c j0f(): New file.
10697         * libm/mathfp/ef_j1.c j1f(): New file.
10698         * libm/mathfp/ef_remainder.c remainderf(): New file.
10699         * libm/mathfp/ef_scalb.c scalbf(): New file.
10700         * libm/mathfp/er_gamma.c gamma_r: New file.
10701         * libm/mathfp/er_lgamma.c lgamma_r(): New file.
10702         * libm/mathfp/erf_gamma.c gamma_rf(): New file.
10703         * libm/mathfp/erf_lgamma.c lgamma_rf(): New file.
10704         * libm/mathfp/w_cabs.c cabs(): New file.
10705         * libm/mathfp/w_drem.c drem(): New file.
10706         * libm/mathfp/w_jn.c jn(): New file.
10707         * libm/mathfp/wf_cabs.c cabsf(): New file.
10708         * libm/mathfp/wf_drem.c dremf(): New file.
10709         * libm/mathfp/wf_jn.c jnf(): New file.
10710
10711 Mon Nov  2 16:43:18 1998  Geoffrey Noer  <noer@cygnus.com>
10712
10713         * libc/sys/cygwin32: remove directory and contents
10714         * libc/sys/cygwin: and add back, losing the "32".
10715         * configure.host: check for cygwin* instead of cygwin32.
10716         * acinclude.m4: ditto.
10717         * aclocal.m4: regenerate with aclocal
10718         * configure: regenerate with autoconf
10719
10720 Tue Oct 20 17:28:28 1998  Geoffrey Noer  <noer@cygnus.com>
10721
10722         * libc/stdio/tmpnam.c (_tempnam_r): not enough memory allocated
10723         for length
10724
10725 Tue Oct 20 18:49:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10726
10727         * libc/include/sys/reent.h (struct _reent): Added variables _rand_next, _strtok_last,
10728         _asctime_buf, _localtime_buf and _gamma_signgam to struct reent
10729         to make rand/srand, strtok, asctime, localtime, w_gamma,
10730         w_lgamma, wf_gamma, and wf_lgamma reentrant.  Included
10731         time.h to bring in struct tm definition.
10732         * libc/stdlib/rand.c (rand, srand): Don't emit functions 'rand' and 'srand' if
10733         '_REENT_ONLY' is set. Used variable '_rand_next' from struct reent.
10734         * libc/stdlib/strtok.c (strtok): Used variable '_strtok_last' from struct reent
10735         instead of static variable.
10736         * libc/stdlib/asctime.c (asctime): Used variable '_asctime_buf' from
10737         struct reent instead of static variable.
10738         * libc/stdlib/lcltime.c (localtime): Used variable '_localtime_buf' from
10739         struct reent instead of static variable.
10740         * libm/math/Makefile.am: Removed s_signgam.o.
10741         * libm/math/Makefile.in: Regenerated.
10742         * libm/math/w_gamma.c (gamma): Used variable '_gamma_signgam' from
10743         struct reent instead of global variable 'signgam'.
10744         * libm/math/w_lgamma.c (lgamma): Likewise.
10745         * libm/math/wf_gamma.c (gammaf): Likewise.
10746         * libm/math/wf_lgamma.c (lgammaf): Likewise.
10747         * libm/math/s_signgam.c: Removed.
10748         * libc/include/unctrl.h: Defined arrays __unctrl and __unctrllen
10749         to be const.
10750         * libc/misc/unctrl.c: Defined arrays __unctrl and __unctrllen
10751         to be const.
10752         * libc/reent/Makefile.am: Added dependence for impure.o on impure.c and
10753         libc/include/reent.h.
10754         * libc/reent/Makefile.in: Regenerated.
10755         * libc/stdio/vfprintf.c (_vfprintf_r): Defined arrays 'blanks' and 'zeroes'
10756         to be const.
10757         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Defined arrays 'JIS_state_table' and
10758         'JIS_action_table' to be const.
10759         * libm/math/s_lib_ver.c: define variable _LIB_VERSION to be const.
10760
10761 Mon Oct 12 00:26:33 1998  Christopher Faylor <cgf@cygnus.com>
10762
10763         * acinclude.m4:  $with_target_subdir should default to '.'
10764         or confusion results when configuring in same directory as sources.
10765         * Regenerate all aclocal.m4 and configure files.
10766
10767 Fri Oct  9 16:27:36 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10768
10769         * libc/stdlib/mallocr.c: Added 16 byte alignment support which
10770         can be set by defining MALLOC_ALIGNMENT=16.  Also added support
10771         for platforms where sizeof(size_t) < sizeof(long) via
10772         SIZE_T_SMALLER_THAN_LONG macro.
10773         
10774 Wed Oct  7 14:02:40 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10775
10776         * libc/include/time.h (CLOCKS_PER_SEC): Change CLOCKS_PER_SEC
10777         to refer to _CLOCKS_PER_SEC_ and added including <machine/time.h>
10778         which sets _CLOCKS_PER_SEC_ for selected machines.
10779         * libc/include/machine/time.h: New file.
10780
10781 Tue Oct  6 16:08:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10782
10783         * libc/syscalls/sysexecve.c: New file.
10784         * libc/syscalls/sysgettod.c: New file.
10785         * libc/syscalls/systimes.c: New file.
10786         * libc/syscalls/Makefile.am: Added new objects.
10787         * libc/syscalls/Makefile.in: Regenerated.
10788         * libc/include/_syslist.h (_execve): Moved define in file.
10789         * libc/include/reent.h:  Added _execve_r declaration.
10790         * libc/Makefile.in: Regenerated.
10791         * libc/ctype/Makefile.in: Regenerated.
10792         * libc/errno/Makefile.in: Regenerated.
10793         * libc/locale/Makefile.in: Regenerated.
10794         * libc/machine/Makefile.in: Regenerated.
10795         * libc/misc/Makefile.in: Regenerated.
10796         * libc/posix/Makefile.in: Regenerated.
10797         * libc/reent/Makefile.in: Regenerated.
10798         * libc/reent/execr.c (_execve_r): Added _execve_r function.
10799         * libc/signal/Makefile.in: Regenerated.
10800         * libc/stdio/Makefile.in: Regenerated.
10801         * libc/time/Makefile.in: Regenerated.
10802         * libc/unix/Makefile.in: Regenerated.
10803         * libm/mathfp/Makefile.in: Regenerated.
10804
10805 Tue Oct  6 14:14:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10806
10807         * libc/string/Makefile.in: Regenerated.
10808         * libc/string/memchr.c (memchr): Moved code to reduce object size.
10809         * libc/string/memcpy.c (memcpy): Ditto.
10810         * libc/string/memcmp.c (memcmp): Ditto.
10811         * libc/string/memset.c (memset): Ditto.
10812         * libc/string/strchr.c (strchr): Ditto.
10813         * libc/string/strcmp.c (strcmp): Ditto.
10814         * libc/string/strcpy.c (strcpy): Ditto.
10815         * libc/string/strlen.c (strlen): Ditto.
10816
10817 Tue Oct  6 13:58:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10818
10819         * libm/acinclude.m4: Removed since newlib/acinclude.m4 can be used
10820         to generate aclocal.m4.
10821         * libm/Makefile.in: Regenerated.
10822         * libm/aclocal.m4: Regenerated.
10823         * libm/configure: Regenerated.
10824         * libm/math/Makefile.in: Regenerated.
10825         * libm/mathfp/Makefile.in: Regenerated.
10826
10827 1998-09-25  Mark Salter  <msalter@cygnus.com>
10828
10829         * libc/include/machine/setjmp.h: Fixed test for mn10300 and mn10200
10830         by adding leading and trailing underscores to symbol names.
10831
10832 Tue Sep 22 15:33:41 1998  Christopher Faylor <cgf@cygnus.com>
10833
10834         * Makefile.in: Add default for AR_FLAGS.
10835
10836 Tue Sep 22 15:02:49 1998  Christopher Faylor <cgf@cygnus.com>
10837
10838         patch from ian@airs.com (Ian Taylor):
10839         * acinclude.m4: Run AC_CANONICAL_BUILD explicitly before
10840         NEWLIB_CONFIGURE so AC_CANONICAL_HOST will be run before it
10841         is needed for detecting the build machine.  Required for
10842         cygwin native builds.
10843
10844         * Regenerate all aclocal.m4 and configure files.
10845
10846 Mon Sep 21 14:44:16 1998  Nick Clifton  <nickc@cygnus.com>
10847
10848         * libc/sys/arm/crt0.S: Prepend a period to all local labels that
10849         used to start with LC.
10850
10851 Thu Sep 17 18:18:11 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
10852
10853         * libc/machine/sh/setjmp.S (setjmp): Handle __SH4* like __SH3E__ .
10854         (longjmp): Likewise.
10855
10856 Thu Sep 17 16:25:33 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
10857
10858         * libc/machine/sh/memset.S (memset): Move copy from r4 to r4 before
10859         the test for small number of bytes.
10860
10861 Thu Sep 10 11:40:00 1998  Ranjith Kumaran <ranjith@cygnus.com>
10862
10863         * Makefile.am: Add --enable-newlib-hw-fp check.  This builds the new
10864         math library that uses floating point algorithms instead of the old
10865         libm.
10866         * Makefile.in: Regenerate with automake version 1.3b.
10867         * configure: Rebuild.
10868         * libm/Makefile.in: Regenerate with automake version 1.3b.
10869         * libm/aclocal.m4: Regenerate.
10870         * libm/configure: Rebuild.
10871         * libm/configure.in: Add newlib_hw_fp definition and mathfp directory.
10872         * libm/acinclude.m4: Define macros for configure.in.
10873         * libm/config.h.in: Generate.
10874         * libm/mathfp/Makefile.am: New file.
10875         * libm/mathfp/Makefile.in: Generate.
10876         * libm/mathfp/s_acos.c (acos): New file.
10877         * libm/mathfp/s_asin.c (asin): New file.
10878         * libm/mathfp/s_asine.c (asine): New file.
10879         * libm/mathfp/s_atan.c (atan): New file.
10880         * libm/mathfp/s_atan2.c (atan2): New file.
10881         * libm/mathfp/s_atangent.c (atangent): New file.
10882         * libm/mathfp/s_ceil.c (ceil): New file.
10883         * libm/mathfp/s_copysign.c (copysign): New file.
10884         * libm/mathfp/s_cos.c (cos): New file.
10885         * libm/mathfp/s_cosh.c (cosh): New file.
10886         * libm/mathfp/s_exp.c (exp): New file.
10887         * libm/mathfp/s_fabs.c (fabs): New file.
10888         * libm/mathfp/s_finite.c (finite): New file.
10889         * libm/mathfp/s_floor.c (floor): New file.
10890         * libm/mathfp/s_fmod.c (fmod): New file.
10891         * libm/mathfp/s_frexp.c (frexp): New file.
10892         * libm/mathfp/s_infconst.c: New file.
10893         * libm/mathfp/s_isinf (isinf).c: New file.
10894         * libm/mathfp/s_isnan.c (isnan): New file.
10895         * libm/mathfp/s_ispos.c (ispos): New file.
10896         * libm/mathfp/s_ldexp.c (ldexp): New file.
10897         * libm/mathfp/s_log.c (log): New file.
10898         * libm/mathfp/s_log10.c (log10): New file.
10899         * libm/mathfp/s_logarithm.c (logarithm): New file.
10900         * libm/mathfp/s_mathcnst.c: New file.
10901         * libm/mathfp/s_modf (modf).c: New file.
10902         * libm/mathfp/s_numtest.c (numtest): New file.
10903         * libm/mathfp/s_pow.c (pow): New file.
10904         * libm/mathfp/s_scalbn.c (scalbn): New file.
10905         * libm/mathfp/s_sin (sin).c: New file.
10906         * libm/mathfp/s_sine.c (sine): New file.
10907         * libm/mathfp/s_sineh.c (sineh): New file.
10908         * libm/mathfp/s_sinf.c (sinf): New file.
10909         * libm/mathfp/s_sinh.c (sinh): New file.
10910         * libm/mathfp/s_sqrt.c (sqrt): New file.
10911         * libm/mathfp/s_tan.c (tan): New file.
10912         * libm/mathfp/s_tanh.c (tanh): New file.
10913         * libm/mathfp/sf_acos.c (acosf): New file.
10914         * libm/mathfp/sf_asin.c (asinf): New file.
10915         * libm/mathfp/sf_asine.c (asinef): New file.
10916         * libm/mathfp/sf_atan.c (atanf): New file.
10917         * libm/mathfp/sf_atan2.c (atan2f): New file.
10918         * libm/mathfp/sf_atangent.c (atangent): New file.
10919         * libm/mathfp/sf_ceil.c (ceilf): New file.
10920         * libm/mathfp/sf_copysign.c (copysignf): New file.
10921         * libm/mathfp/sf_cos.c (cosf): New file.
10922         * libm/mathfp/sf_cosh.c (coshf): New file.
10923         * libm/mathfp/sf_exp.c (expf): New file.
10924         * libm/mathfp/sf_fabs.c (fabsf): New file.
10925         * libm/mathfp/sf_finite.c (finitef): New file.
10926         * libm/mathfp/sf_floor.c (floorf): New file.
10927         * libm/mathfp/sf_fmod.c (fmodf): New file.
10928         * libm/mathfp/sf_frexp.c (frexpf): New file.
10929         * libm/mathfp/sf_isinf.c (isinff): New file.
10930         * libm/mathfp/sf_isnan.c (isnanf): New file.
10931         * libm/mathfp/sf_ispos.c (isposf): New file.
10932         * libm/mathfp/sf_ldexp.c (ldexpf): New file.
10933         * libm/mathfp/sf_log.c (logf): New file.
10934         * libm/mathfp/sf_log10.c (log10f): New file.
10935         * libm/mathfp/sf_logarithm.c (logarithmf): New file.
10936         * libm/mathfp/sf_modf.c (modff): New file.
10937         * libm/mathfp/sf_numtest.c (numtestf): New file.
10938         * libm/mathfp/sf_pow.c (powf): New file.
10939         * libm/mathfp/sf_scalbn.c (scalbnf): New file.
10940         * libm/mathfp/sf_sin.c (sinf): New file.
10941         * libm/mathfp/sf_sine.c (sinef): New file.
10942         * libm/mathfp/sf_sineh.c (sinehf): New file.
10943         * libm/mathfp/sf_sinh.c (sinhf): New file.
10944         * libm/mathfp/sf_sqrt.c (sqrtf): New file.
10945         * libm/mathfp/sf_tan.c (tanf): New file.
10946         * libm/mathfp/sf_tanh.c (tanhf): New file.
10947         * libm/mathfp/zmath.h: New file.
10948
10949 Wed Sep  2 02:49:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
10950
10951         * libc/machine/sh/strcmp.S (L_char_loop): Re-load r0 at loop
10952         exit if it has been overwritten by pre-fetching in delay slot.
10953
10954 1998-09-01  Michael Meissner  <meissner@cygnus.com>
10955
10956         * Makefile.am (tooldir): Add in host_alias, so that multilib
10957         libraries are installed in the directory the compiler looks in.
10958         * Makefile.in: Regenerate.
10959
10960         * libc/stdlib/Makefile.in: Regenerate with automake version 1.3b.
10961
10962 Mon Aug 31 11:39:31 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10963
10964         * libc/machine/mn10300/memcpy.S (_memcpy): Move alignment test
10965         ahead of test for number of bytes being moved.
10966
10967 Thu Aug 27 14:07:53 1998  Christopher Faylor <cgf@cygnus.com>
10968
10969         * libc/include/sys/unistd.h: Nothing special needed for
10970         _exit under cygwin.
10971
10972 Wed Aug 26 15:05:21 1998  Nick Clifton  <nickc@cygnus.com>
10973
10974         * libc/sys/arm/syscalls.c (_sbrk): Rename '_end' to 'end' to
10975         conform to user label naming conventions. 
10976
10977 Mon Aug 24 14:46:19 1998  Geoffrey Noer <noer@cygnus.com>
10978
10979         * libc/sys/cygwin32/sys/utime.h: variable names in
10980         protos should start with two leading underscores
10981         * libc/include/string.h: ditto
10982         * libc/include/sys/signal.h: ditto
10983         * libc/include/sys/stat.h: ditto
10984         * libc/include/sys/time.h: ditto
10985         * libc/include/sys/unistd.h: ditto
10986         * libc/include/ctype.h: ditto
10987         * libc/include/stdlib.h: ditto
10988         * libc/include/sys/reent.h: struct _atexit function ptr takes a
10989         void, same with _sig_func.
10990
10991 Fri Aug 21 14:44:14 1998  Jeff Johnston  <jjohnstn@cygnus.com>
10992
10993         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Added preprocessor checks
10994         for MB_CAPABLE to reduce code size when newlib is not configured
10995         with --enable-newlib-mb.
10996         * libc/stdlib/Makefile.am: Specified -fshort-enums when building
10997         mbtowc_r.o to minimize size.
10998         * libc/stdlib/Makefile.in: Rebuild.
10999         
11000 Wed Aug 19 16:20:13 1998  Jim Wilson  <wilson@cygnus.com>
11001
11002         * libc/sys/sparc64/Makefile.am (.S_r.o, .c_r.o): Change -DREENTRANT
11003         to -DREENT.
11004         * libc/sys/sparc64/Makefile.in: Rebuild.
11005         
11006 Tue Aug 18 22:38:29 1998  Ian Lance Taylor  <ian@cygnus.com>
11007
11008         * Makefile.am (MAKEOVERRIDES): Define.
11009         * Makefile.in: Rebuild.
11010
11011 Tue Aug 18 12:38:47 1998  Jim Wilson  <wilson@cygnus.com>
11012
11013         * libc/sys/sparc64/sys/stat.h (stat): Add const.
11014
11015 Mon Aug 17 22:27:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11016
11017         * acinclude.m4 (NEWLIB_CONFIGURE): Use top_builddir in
11018         newlib_cflags when looking for targ-include.
11019         * */aclocal.m4, */configure: Rebuild.
11020
11021 Fri Jul 31 10:57:42 1998  Catherine Moore  <clm@cygnus.com>
11022
11023         * libc/sys/arm/syscalls.c (_sbrk): Change "__end__"
11024         to "_end".
11025
11026 Wed Jul 29 00:02:01 1998  Mark Alexander  <marka@cygnus.com>
11027
11028         * libc/include/sys/config.h: Define __IEEE_LITTLE_ENDIAN
11029         on SPARCs with little-endian data.
11030         * libc/include/machine/ieeefp.h: Ditto.
11031
11032 Wed Jul 22 18:00:10 1998  Ian Lance Taylor  <ian@cygnus.com>
11033
11034         * acinclude.m4: Handle a relative srcdir correctly when setting
11035         newlib_cflags.
11036         * */aclocal.m4, */configure: Rebuild.
11037
11038 Wed Jul 22 17:11:33 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11039
11040         * libm/math/wrf_lgamma.c (lgammaf_r): Initialize exc.err to 0 and
11041         also set exc.arg1, exc.arg2 appropriately in case matherr is supplied.
11042         * libm/math/wrf_gamma.c (gammaf_r): ditto 
11043         * libm/math/wr_lgamma.c (lgamma_r): ditto 
11044         * libm/math/wr_gamma.c (gamma_r): ditto 
11045         * libm/math/wf_sqrt.c (sqrtf): ditto 
11046         * libm/math/wf_sinh.c (sinhf): ditto 
11047         * libm/math/wf_scalb.c (scalbf): ditto 
11048         * libm/math/wf_remainder.c (remainderf): ditto 
11049         * libm/math/wf_pow.c (powf): ditto 
11050         * libm/math/wf_log10.c (log10f): ditto 
11051         * libm/math/wf_log.c (logf): ditto 
11052         * libm/math/wf_lgamma.c (lgammaf): ditto 
11053         * libm/math/wf_jn.c (jnf, ynf): ditto 
11054         * libm/math/wf_j1.c (j1f, y1f): ditto 
11055         * libm/math/wf_j0.c (j0f, y0f): ditto 
11056         * libm/math/wf_hypot.c (hypotf): ditto 
11057         * libm/math/wf_gamma.c (gammaf): ditto 
11058         * libm/math/wf_fmod.c (fmodf): ditto 
11059         * libm/math/wf_exp.c (expf): ditto 
11060         * libm/math/wf_cosh.c (coshf): ditto 
11061         * libm/math/wf_atanh.c (atanhf): ditto 
11062         * libm/math/wf_atan2f.c (atan2f): ditto 
11063         * libm/math/wf_asin.c (asinf): ditto 
11064         * libm/math/wf_acosh.c (acoshf): ditto 
11065         * libm/math/wf_acos.c (acosf): ditto 
11066         * libm/math/w_sqrt.c (sqrt): ditto 
11067         * libm/math/w_sinh.c (sinh): ditto 
11068         * libm/math/w_scalb.c (scalb): ditto 
11069         * libm/math/w_remainder.c (remainder): ditto 
11070         * libm/math/w_pow.c (pow): ditto 
11071         * libm/math/w_log10.c (log10): ditto 
11072         * libm/math/w_log.c (log): ditto 
11073         * libm/math/w_lgamma.c (lgamma): ditto 
11074         * libm/math/w_jn.c (jn, yn): ditto 
11075         * libm/math/w_j1.c (j1, y1): ditto 
11076         * libm/math/w_j0.c (j0, y0): ditto 
11077         * libm/math/w_hypot.c (hypot): ditto 
11078         * libm/math/w_gamma.c (gamma): ditto 
11079         * libm/math/w_fmod.c (fmod): ditto 
11080         * libm/math/w_exp.c (exp): ditto 
11081         * libm/math/w_cosh.c (cosh): ditto 
11082         * libm/math/w_atanh.c (atanh): ditto 
11083         * libm/math/w_atan2f.c (atan2): ditto 
11084         * libm/math/w_asin.c (asin): ditto 
11085         * libm/math/w_acosh.c (acosh): ditto 
11086         * libm/math/w_acos.c (acos): ditto 
11087
11088 Tue Jul 21 12:34:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11089
11090         * libm/math/Makefile.am (src): Add w_cabs.c and w_drem.c.
11091         (fsrc): Add wf_cabs.c and wf_drem.c.
11092         * libm/math/Makefile.in: Rebuild.
11093
11094         * Makefile.am (AM_MAKEFLAGS): Add CFLAGS_FOR_BUILD.  Remove some
11095         unused directory variables.  Remove duplicate CFLAGS.
11096         * Makefile.in: Rebuild.
11097
11098         * doc/Makefile.am ($(MKDOC)): Don't use $(CFLAGS) when building
11099         with $(CC_FOR_BUILD).
11100         (makedoc.o): Likewise.
11101         * doc/Makefile.in: Rebuild.
11102
11103         * libc/sys/cygwin32/Makefile.am (EXTRA_LIBRARIES): Define, to
11104         force a definition of COMPILE.
11105         (libfoo_a_SOURCES): Define.
11106         * libc/sys/cygwin32/Makefile.in: Rebuild.
11107         * libc/sys/tic80/Makefile.am (EXTRA_LIBRARIES): Define, to
11108         force a definition of COMPILE.
11109         (libfoo_a_SOURCES): Define.
11110         * libc/sys/tic80/Makefile.in: Rebuild.
11111
11112 Mon Jul 20 20:49:24 1998  Christopher Faylor <cgf@cygnus.com>
11113
11114         * libc/include/sys/fcntl.h: Add O_NOINHERIT, Win32-specific
11115         flag.
11116
11117 Fri Jul 17 16:13:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11118
11119         * Build using autoconf and automake.  Added many Makefile.am and
11120         configure.in files, plus generated files.  Old configure.in files
11121         and all old Makefile.in files completely replaced.  Removed
11122         host/any.  Added acinclude.m4 and configure.host.
11123
11124 Sat Jul 11 18:14:49 1998  Felix Lee  <flee@cygnus.com>
11125
11126         * libc/stdio/vfprintf.c: enable long long support, sometimes.
11127         * configure.in (*-*-cygwin32): add -DWANT_PRINTF_LONG_LONG.
11128
11129 Tue Jul  7 01:51:55 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
11130
11131         * libc/machine/sh/strcmp.S, libc/machine/sh/strcpy.S: New files.
11132         * libc/machine/sh/Makefile.in: Add rules for new files.
11133
11134 Tue Jul  7 01:40:55 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
11135
11136         * libc/machine/sh/asm.h (SL, DELAYED_BRANCHES): Define.
11137         * libc/machine/sh/memset.S (memset): Remove uses of dt; shorten code.
11138         * libc/machine/sh/memcpy.S (SL, DELAYED_BRANCHES): Don't define.
11139
11140 Thu Jul  2 10:33:16 1998  Nick Clifton  <nickc@cygnus.com>
11141
11142         * libc/sys/arm/syscalls.c (_exit): Add comment, noting that exit
11143         code is ignored.
11144
11145 Wed Jun 24 13:56:54 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11146
11147         * libc/stdio/tmpnam.c (_tmpnam_r): Changed routine to use
11148         internal static buffer when s is NULL, as prescribed by ANSI.
11149
11150 1998-06-22  Vladimir N. Makarov  <vmakarov@cygnus.com>
11151
11152         * libc/sys/h8300hms/Makefile.in (OFILES): malloc.o has been
11153         removed.
11154         * libc/sys/h8300hms/malloc.c: has been removed.  Now malloc.c from
11155         libc/stdlib will be used for h8300hms.
11156         
11157 Thu Jun 18 16:56:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11158
11159         * libc/machine/mn10300/strlen.S (_strlen): New optimized assembler
11160         version that can be built either for speed or size.
11161         * libc/machine/mn10300/memset.S (_memset): ditto
11162         * libc/machine/mn10300/memchr.S (_memchr): ditto
11163         * libc/machine/mn10300/memcpy.S (_memcpy): ditto
11164         * libc/machine/mn10300/memcmp.S (_memcmp): ditto
11165         * libc/machine/mn10300/strchr.S (_strchr): ditto
11166         * libc/machine/mn10300/strcmp.S (_strcmp): ditto
11167         * libc/machine/mn10300/strcpy.S (_strcpy): ditto
11168         * libc/machine/mn10300/Makefile.in: Added entries for
11169         memchr.o, memcmp.o, memcpy.o, memset.o, strchr.o, 
11170         strcmp.o, strcpy.o, and strlen.o.
11171
11172 Wed Jun 17 12:50:26 1998  Mark Alexander  <marka@cygnus.com>
11173
11174         * configure.in: Don't use libc/sys/sysmec for MN10200; it's
11175         been replaced with libgloss/mn10200.
11176
11177 Fri Jun 12 14:34:39 1998  Michael Meissner  <meissner@cygnus.com>
11178
11179         * libc/string/strchr.c (strchr): Make s a constant pointer to
11180         avoid warning.
11181
11182 Tue Jun  9 16:29:30 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11183
11184         * configure.in (target == arm* or thumb*): Define ARM_RDI_MONITOR
11185         instead of ARM_RDP_MONITOR (sys/libc/arm/crt0.S to assume Angel
11186         board SWIs instead of Demon board SWIs).
11187
11188 Thu Jun  4 12:16:46 1998  Michael Meissner  <meissner@cygnus.com>
11189
11190         * libc/string/strncat.c (strncat):  Make -Os act the same as
11191         PREFER_SIZE_OVER_SPEED being defined.
11192
11193 Wed Jun  3 17:52:33 1998  Michael Meissner  <meissner@cygnus.com>
11194
11195         * libc/string/memchr.c (memchr): Make -Os act the same as
11196         PREFER_SIZE_OVER_SPEED being defined.
11197         * libc/string/memcmp.c (memcmp): Ditto.
11198         * libc/string/memcpy.c (memcpy): Ditto.
11199         * libc/string/memset.c (memset): Ditto.
11200         * libc/string/strcat.c (strcat): Ditto.
11201         * libc/string/strchr.c (strchr): Ditto.
11202         * libc/string/strcmp.c (strcmp): Ditto.
11203         * libc/string/strcpy.c (strcpy): Ditto.
11204         * libc/string/strlen.c (strlen): Ditto.
11205         * libc/string/strncat.c (strncat): Ditto.
11206         * libc/string/strncmp.c (strncmp): Ditto.
11207         * libc/string/strncpy.c (strncpy): Ditto.
11208
11209 Mon Jun  1 15:25:07 1998  Geoffrey Noer  <noer@cygnus.com>
11210
11211         * libc/include/sys/itimer.h: remove
11212         * libc/include/sys/time.h: itimer stuff should be here
11213
11214 Mon Jun  1 16:31:29 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11215
11216         * libc/stdio/vfprintf.c (cvt): Changed code to look at sign
11217         bit instead of comparing to 0 so -0.0 can be printed correctly.
11218
11219 Sat May 30 09:33:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
11220
11221         * libc/stdlib/mprec.c (b2d): Inilialize d in non-VAX case too.
11222
11223 Fri May 29 22:25:10 1998  Geoffrey Noer  <noer@cygnus.com>
11224
11225         * libc/include/sys/unistd.h: fix sync() proto
11226         * libc/include/sys/fcntl.h: remove _close which is already
11227         defined in unistd.h.
11228         * libc/include/sys/time.h: add getitimer proto
11229
11230 Fri May 29 16:10:28 1998  Geoffrey Noer  <noer@cygnus.com>
11231
11232         * libc/string/strchr.c: convert arg to unsigned char
11233         * libc/include/stdlib.h: add protos for random, srandom
11234         * libc/include/sys/stat.h: add lstat proto
11235         * libc/include/sys/time.h: add setitimer proto
11236         * libc/include/sys/unistd.h: add readlink, symlink protos
11237         * libc/include/process.h: instead of including windows.h and using
11238         HANDLEs in sexec protos, just use void *s.  Need to include
11239         sys/types.h.
11240
11241 Fri May 29 03:04:29 1998  Geoffrey Noer  <noer@cygnus.com>
11242
11243         * libc/include/sys/fcntl.h: add _close proto for Cygwin32
11244
11245 Thu May 28 16:34:21 1998  Geoffrey Noer  <noer@cygnus.com>
11246
11247         * libc/include/process.h: add secure exec protos
11248
11249 Wed May 27 13:54:51 1998  Jeffrey A Law  (law@cygnus.com)
11250
11251         * libc/stdlib/dtoa.c (_dtoa_r): Use "double_union" for variables
11252         which are accessed as both doubles and integers.
11253         * libc/stdlib/mprec.c (ulp, b2d, ratio): Likewise.
11254         * libc/stdlib/strtod.c (_strtod_r): Likewise.
11255         * libc/stdlib/mprec.h: Add "union double_union" and change
11256         word0/word1 macros to use it.
11257
11258 Tue May 26 18:04:21 1998  Geoffrey Noer  <noer@cygnus.com>
11259
11260         * libc/include/sys/signal.h: add __cplusplus wrapper
11261
11262 Tue May 26 15:10:22 1998  Geoffrey Noer  <noer@cygnus.com>
11263
11264         * libc/include/sys/utime.h: new generic file that gets replaced by
11265         libc/sys/SYSDIR/sys/utime.h on systems that support the utime
11266         function.
11267         * sys/cygwin32/sys/utime.h: use _EXFUN in utime proto
11268         * libc/include/time.h: remove duplicate utime proto
11269         * libc/include/utime.h: add comment
11270
11271 Sun May 24 23:56:20 1998  Christopher Faylor <cgf@cygnus.com>
11272
11273         * libc/include/sys/time.h: Add missing include to
11274         allow use of _EXFUN.  Remove times function that is
11275         already defined in times.h.
11276
11277 Sun May 24 01:32:14 1998  Christopher Faylor <cgf@cygnus.com>
11278
11279         * libc/include/time.h: Fix typo in tzset.
11280
11281 Fri May 22 17:00:48 1998  Geoffrey Noer  <noer@cygnus.com>
11282
11283         * libc/include/sys/time.h: add missing Cygwin32 function protos
11284         * libc/include/sys/unistd.h: ditto
11285         * libc/include/time.h: ditto
11286
11287 Wed May 20 20:35:11 1998  Geoffrey Noer  <noer@cygnus.com>
11288
11289         * libc/sys/cygwin32/sys/param.h: add protected NULL def, remove
11290         FIXME.
11291         * libc/include/sys/types.h: add a new __MS_types__ section
11292         to define vm_offset_t, vm_size_t, int32_t et al, register_t,
11293         __BIT_TYPES_DEFINED__.
11294
11295 Wed May 20 18:49:21 1998  Geoffrey Noer  <noer@cygnus.com>
11296
11297         * libc/sys/cygwin32/sys/param.h: move here from winsup/include/sys
11298         since it overrides the one in libc/include/sys.  Also, start
11299         including types.h.
11300
11301 Wed May 20 14:45:40 1998  Geoffrey Noer  <noer@cygnus.com>
11302
11303         * libm/math/Makefile.in: add s_signgam.o to obj list
11304
11305 Tue May 19 11:57:11 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11306
11307         * libc/include/sys/reent.h (_REENT_INIT): Initialize current locale to "C".
11308
11309 Mon May 18 22:36:12 1998  Christopher Faylor <cgf@cygnus.com>
11310
11311         * libc/include/sys/signal.h: cygwin32 exports sig{empty,add}set,
11312         so don't use defines.
11313
11314 Mon May 18 19:01:02 1998  Michael Meissner  <meissner@cygnus.com>
11315
11316         * libc/sys/d10v/crt0.S: Use correct stab for 16-bit ints.
11317
11318 Sun May 17 18:40:32 1998  Frank Ch. Eigler  <fche@cygnus.com>
11319
11320         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Accept a NULL
11321         _current_locale as default locale.
11322
11323 Sat May 16 21:59:59 1998  Bob Manson  <manson@charmed.cygnus.com>
11324
11325         * libc/stdlib/mallocr.c (mALLOc): Add explicit tests for
11326         insufficient space in a chunk.
11327
11328 Tue May 12 14:41:01 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11329
11330         * configure.in (links): Added check for --enable-newlib-mb configure
11331         option which defines the MB_CAPABLE macro.
11332         * libc/locale/locale.c (_setlocale_r): Added support for setting
11333         LC_CTYPE to "C-JIS", "C-SJIS" or "C-EUCJP", when MB_CAPABLE is
11334         defined.
11335         * libc/stdlib/mbtowc_r.c (_mbtowc_r): New function _mbtowc_r that
11336         implements mbtowc() with multibyte support for JIS, SJIS, and EUC-JP.
11337         * libc/stdlib/wctomb_r.c (_wctomb_r): New function _wctomb_r that
11338         implements wctomb() with multibyte support for JIS, SJIS, and EUC-JP.
11339         * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): New function _mbstowcs_r that
11340         implements mbstowcs() with multibyte support for JIS, SJIS, and EUC-JP.
11341         * libc/stdlib/wcstombs_r.c (_wcstombs_r): New function _wcstomb_r that implements
11342         wcstombs() with multibyte support for JIS, SJIS, and EUC-JP.
11343         * libc/stdlib/Makefile.in: Added new multibyte
11344         routines: _mbtowc_r(), _wctomb_r(), _mbstowcs_r(), and _wcstombs_r().
11345         * libc/include/stdlib.h: Added declarations of _mbtowc_r(), _wctomb_r(),
11346         _mbstowcs_r(), and _wcstombs_r().
11347         * libc/stdlib/mbctype.h: New internal header file that contains macros to test
11348         for JIS, SJIS, and EUC-JP characters.
11349         * libc/stdlib/mblen.c (mblen): Added code to call _mbtowc_r() if
11350         MB_CAPABLE defined.
11351         * libc/stdlib/mbtowc.c (mbtowc): Added code to call _mbtowc_r() if
11352         MB_CAPABLE defined.
11353         * libc/stdlib/wctomb.c (wctomb): Added code to call _wctomb_r() if
11354         MB_CAPABLE defined.
11355         * libc/stdlib/mbstowcs.c (mbstowcs): Added code to call _mbstowcs_r()
11356         if MB_CAPABLE defined.
11357         * libc/stdlib/wcstombs.c (wcstombs): Added code to call _wcstombs_r()
11358         if MB_CAPABLE defined.
11359         * libc/stdio/vfscanf.c (__svfscanf): Added multibyte tolerance
11360         to the format string processing when MB_CAPABLE.
11361         * libc/stdio/vfprintf.c (_VFPRINTF_R): Changed mbtowc() call to
11362         call _mbtowc_r().
11363
11364 Tue May  5 16:07:23 1998  Nick Clifton  <nickc@cygnus.com>
11365
11366         The following modifications are courtesy of Anthony Thompson,
11367         athompson@cambridge.arm.com:
11368         * libc/sys/arm/syscalls.c: Initialise and track stdin/out/err for
11369         boith RDI and RDP monitors.
11370         * libc/sys/arm/crt0.S: Call initialise_monitor_handles() for both
11371         RDI and RDP monitors.
11372
11373 Wed Apr 29 15:22:15 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11374
11375         * configure.in (links): Added -DHAVE_GETTIMEOFDAY for arm and thumb.
11376         * libc/sys/arm/syscalls.c (_gettimeofday _times): Added functions.
11377         (_swiopen): Fixed open flags to treat write with append as just append.
11378         (_swilseek): Fixed lseek support to properly handle offsets from SEEK_END.
11379         * libc/sys/arm/sys/param.h: New file to override param.h for ARM.
11380
11381 Fri Apr 24 18:00:09 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
11382
11383         * libc/machine/sh/memcpy.S (L_odddst, big endian version):
11384         When needing to transfer an initial 2-byte-word, store as
11385         two single bytes.
11386
11387 Wed Apr 22 17:56:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
11388
11389         * libc/sys/sh/crt0.S (start): Handle __SH4_SINGLE_ONLY__ like
11390         __SH3E__ .
11391         * libc/machine/sh/memcpy.S (DELAYED_BRANCHES, SL): Likewise.
11392         * libc/include/machine/ieeefp.h (_DOUBLE_IS_32BITS): Likewise.
11393
11394 Wed Apr 22 12:28:03 1998  Michael Meissner  <meissner@cygnus.com>
11395
11396         * configure.in (target_cflags): If --enable-target-optspace, use
11397         -Os to compile newlib rather than -O2.  Default to using -Os for
11398         d10v, d30v and m32r if --{enable,disable}-target-optspace is not
11399         used.
11400
11401 Tue Apr 21 23:13:34 1998  Geoffrey Noer  <noer@cygnus.com>
11402
11403         * libc/include/machine/setjmp.h: change sigsetjmp and
11404         siglongjmp definitions to use an array instead of a struct
11405         for __CYGWIN32__
11406
11407 Tue Apr 14 11:47:47 1998  Doug Evans  <devans@canuck.cygnus.com>
11408
11409         * libc/reent/impure.c (__ATTRIBUTE_IMPURE_DATA__): Fix spelling.
11410
11411 Mon Apr  6 15:05:08 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>
11412
11413         * libc/string/strxfrm.c: fix to get correct return value
11414
11415 Wed Apr  1 16:09:05 1998  Nick Clifton  <nickc@cygnus.com>
11416
11417         * libc/sys/arm/crt0.S: Set top of RAM to be 0x800000 for PE
11418         builds.  Make mode change labels global so that they will be seen
11419         by the debugger.
11420
11421 Wed Mar 18 09:45:10 1998  Nick Clifton  <nickc@cygnus.com>
11422
11423         * configure.in (links): Do not use ARM debiugging protocols for PE
11424         builds.
11425
11426         * libc/sys/arm/syscalls.c (_sbrk): Add "_sbrk: " to error
11427         message. 
11428
11429 Fri Mar 13 11:24:34 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11430
11431         * libc/stdio/findfp.c (__sinit): Made stdout default to
11432         line buffered mode as defined by ANSI.
11433
11434 Tue Mar 10 11:41:26 1997  Bob Manson  <manson@charmed.cygnus.com>
11435
11436         * libc/include/sys/itimer.h: New file.
11437
11438         * libc/signal/signal.c (__sigtramp_r,__sigtramp): New functions.
11439
11440 Mon Mar  9 14:19:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
11441
11442         * libc/machine/sh/memcpy.S: (_memcpy): Fix for execute/memcpy-1.c
11443         failure.
11444
11445 Fri Feb 27 13:56:10 1998  Michael Meissner  <meissner@cygnus.com>
11446
11447         * libc/machine/d30v/setjmp.S (longjmp): Fix order of parallel
11448         insns.
11449
11450 Wed Feb 25 09:29:54 1998  Nick Clifton  <nickc@cygnus.com>
11451
11452         * libc/sys/arm/syscalls.c (_open): Add varags to conform to prototype.
11453
11454 Tue Feb 24 18:00:13 1998  Michael Meissner  <meissner@cygnus.com>
11455
11456         * libc/machine/d30v/{setjmp.S,Makefile.in}: New files for D30V
11457         support.
11458
11459         * libc/include/machine/setjmp.h: Add D30V support.
11460
11461         * configure.in (d30v-*): Add d30v machine directory.
11462
11463 Mon Feb 23 09:32:58 1998  Mark Alexander  <marka@cygnus.com>
11464
11465         * configure.in: Don't use libc/sys/sysmec for MN10300; it's
11466         been replaced with libgloss/mn10300.
11467
11468 Sat Feb 21 17:44:43 1998  Geoffrey Noer  <noer@cygnus.com>
11469
11470         * libc/stdlib/mallocr.c: remove __malloc_copy routine now that
11471         it is no longer needed.
11472
11473 Thu Feb 19 16:15:10 1998  Geoffrey Noer  <noer@cygnus.com>
11474
11475         * libc/include/sys/signal.h: add sigpause proto for Cygwin32
11476
11477 Wed Feb 18 23:51:08 1998  Geoffrey Noer  <noer@cygnus.com>
11478
11479         * libc/stdio/fdopen.c (fdopen): Make all writes go to the end of
11480         the file when O_APPEND is set, wherever the EOF happens to be at
11481         that time. 
11482
11483 Wed Feb 18 23:25:02 1998  Geoffrey Noer  <noer@cygnus.com>
11484         
11485         patch from cgf@bbc.com (Christopher Faylor):
11486         * libc/stdio/freopen.c (freopen): Conform to standard UNIX
11487         convention of closing fp prior to attempting to open the file
11488         argument.  This allows correct operation when reopening
11489         stdin/stdout/stderr.  Replaces last freopen.c patch.
11490
11491 Wed Feb 18 16:27:40 1998  Geoffrey Noer  <noer@cygnus.com>
11492
11493         patch from cgf@bbc.com (Christopher Faylor):
11494         * libc/stdio/freopen.c: freopen was not preserving the fd
11495         of the stream being operated on.  This confuses programs that
11496         expect that the handles for stdout and stderr will be 1 and 2.
11497
11498 Mon Feb 16 23:34:07 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11499
11500         * libc/sys/d10v/crt0.S (_start): Set PSW{SW} - select SPU.
11501
11502 Thu Feb 12 15:09:20 1998  Ranjith Kumaran <ranjith@cygnus.com>
11503
11504         * libc/sys/go32/longjmp.S: Fix longjmp to not return 0.
11505
11506 Wed Feb 11 17:50:45 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11507
11508         * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Alignment code
11509         altered to not use a branch.  Also added hint that last
11510         bclr in longjmp will likely result in branch.
11511         
11512
11513 Mon Feb  9 03:44:02 1998  Geoffrey Noer  <noer@cygnus.com>
11514
11515         * libc/sys/cygwin32/crt0.c: add missing args to main() extern
11516
11517 Fri Feb  6 16:32:32 1998  Nick Clifton  <nickc@cygnus.com>
11518
11519         * libc/sys/sysnecv850/crt0.S (_start): Initialise _ctbp even for
11520         v850 builds.
11521
11522         * configure.in: Add -msmall-sld to target_cflags for v850 builds. 
11523
11524 Wed Feb  4 16:56:20 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11525
11526         * libc/machine/powerpc/setjmp.S (longjmp): Fixed code
11527         that loads FR14 to specify offset of 8 rather than 4
11528         so it loads from offset 96 (where setjmp stored it).
11529
11530 Tue Feb  3 18:08:34 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11531
11532         * libc/machine/sh/memcpy.S: (_memcpy): Update to
11533         latest version supplied by customer.
11534         * libc/machine/sh/memset.S (_memset): Ditto.
11535
11536 Mon Feb  2 16:20:39 1998  Nick Clifton  <nickc@cygnus.com>
11537
11538         * libc/sys/sysnecv850/Makefile.in (OFILES): Add link.o (for
11539         PR14730). 
11540
11541 Mon Feb  2 15:13:26 1998  Geoffrey Noer  <noer@cygnus.com>
11542
11543         * libc/include/string.h: remove redefinition of ffs
11544
11545 Wed Jan 28 13:30:14 1998  Geoffrey Noer  <noer@cygnus.com>
11546
11547         * libc/include/sys/signal.h: include _ansi.h so _EXFUN is
11548         defined
11549
11550 Wed Jan 28 10:38:34 1998  Jeff Johnston  <jjohnstn@cygnus.com>
11551
11552         * libc/machine/tic80/setjmp.S: Adding _setjmp to allow
11553         TI Libraries to link to libc.a
11554         
11555 Sat Jan 24 10:15:56 1998  Michael Meissner  <meissner@cygnus.com>
11556
11557         * libc/include/sys/fcntl.h (_open,_fcntl): Add prototypes.
11558         * libc/include/sys/stat.h (_{,f}stat): Ditto.
11559         * libc/include/sys/wait.h (_wait): Ditto.
11560         * libc/include/sys/unistd.h (_close,_fork,_getpid): Ditto.
11561         (_link,_lseek,_read,_sbrk,_unlink,_write): Ditto.
11562
11563 Fri Jan 23 11:32:10 1998  Michael Meissner  <meissner@cygnus.com>
11564
11565         * libc/machine/d10v/setjmp.S: Change to new ABI.  Add simple
11566         minded stabs so function name shows up when running the simulator
11567         with -t.
11568         * libc/sys/d10v/{crt0,trap}.S: Ditto.
11569
11570 Thu Jan 22 15:57:14 1998  Fred Fish  <fnf@cygnus.com>
11571
11572         * libc/sys/d10v/trap.S: Change syscalls to use trap 15. 
11573         * libc/sys/d10v/crt0.S: Use R6 where we used to use R2.
11574         Use R5 where we used to use R3.
11575         
11576 Wed Jan 21 14:22:23 1998  Bill Moyer <billm@cygnus.com>
11577
11578         * libc/stdlib/getopt.c (getopt): replaced __progname
11579         with nargv[0] to improve portability to imbedded systems.
11580
11581 Thu Jan 15 12:32:38 1998  Nick Clifton  <nickc@cygnus.com>
11582
11583         * libc/sys/arm/syscalls.c (initialise_angel_handles): Applied
11584         patch supplied by Tont.Thompson@arm.com to fix the creation of the
11585         stdout file.
11586
11587 Wed Jan 14 13:00:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11588
11589         * libc/stdio/tmpnam.c (worker): Generate a different file name
11590         each time.
11591
11592         * libc/posix/popen.c (popen): If __CYGWIN32__, and execing /bin/sh
11593         fails, try an execlp for sh.
11594
11595         * host/any (INCLUDES): If target_os is cygwin32, then add a -I
11596         option for the winsup include directory.
11597
11598 Wed Jan  7 17:02:58 1998  Nick Clifton  <nickc@cygnus.com>
11599
11600         * libc/sys/arm/syscalls.c: Applied patches for Angel based remote
11601         debugging interface from Tony.Thompson@arm.com.
11602         
11603         * libc/sys/arm/crt0.S (_mainCRTStartup): ditto.
11604         * libc/sys/arm/swi.h: ditto.
11605
11606 Tue Jan  6 14:15:10 1998  Geoffrey Noer  <noer@cygnus.com>
11607
11608         * libc/sys/cygwin32/sys/dirent.h: add __d_dirhash field to
11609         DIR struct used for readdir hashes.
11610
11611 Thu Jan  1 11:22:22 1998  Jeffrey A Law  (law@cygnus.com)
11612
11613         * libc/string/strchr.c: Use "unsigned chars" as necessary.
11614
11615 Wed Dec 31 04:25:30 1997  Jeffrey A Law  (law@cygnus.com)
11616
11617         * libc/stdlib/mallocr.c (idx2binblock): Don't lose on 16bit
11618         integer targets.
11619
11620 Sat Dec 13 15:11:06 1997  Ian Lance Taylor  <ian@cygnus.com>
11621
11622         * libc/stdlib/mallocr.c (__malloc_copy): New function, compiled if
11623         INTERNAL_NEWLIB and __CYGWIN32__ and DEFINE_MALLOC.
11624         * libc/include/malloc.h: Add extern "C" if __cplusplus.
11625         (__malloc_copy): Declare.
11626
11627 Wed Dec 10 12:15:54 1997  Ian Lance Taylor  <ian@cygnus.com>
11628
11629         * libc/stdlib/mallocr.c: If INTERNAL_NEWLIB, include
11630         <sys/config.h>.
11631         (POINTER_UINT): Define.
11632         (DEFAULT_TRIM_THRESHOLD): Mark constants as long.
11633         (MALLOC_ALIGNMENT): Don't define if already defined.
11634         (malloc_extend_top): Cast pointers to POINTER_UINT, not unsigned
11635         long.
11636
11637 Tue Dec  9 19:23:42 1997  Michael Meissner  <meissner@cygnus.com>
11638
11639         * libc/string/memset.c (memset): Fiddle with code so that the long
11640         value being stored is not a stack value.  Unroll storing longs 4
11641         times.
11642
11643 Tue Dec  9 14:13:18 1997  Jeff Johnston  <jjohnstn@cygnus.com>
11644
11645         * Reduce code size for libm modules.
11646         * libm/math/w_sqrt.c (sqrt): Remove call to kernel_standard
11647         and simply move code into sqrt.
11648         * libm/math/wrf_lgamma.c (lgammaf_r): Likewise.
11649         * libm/math/wr_lgamma.c (lgamma_r): Likewise.
11650         * libm/math/wrf_gamma.c (gammaf_r): Likewise.
11651         * libm/math/wr_gamma.c (gamma_r): Likewise.
11652         * libm/math/wf_sinh.c (sinfh): Likewise.
11653         * libm/math/w_sinh.c (sinh): Likewise.
11654         * libm/math/wf_scalb.c (scalbf): Likewise.
11655         * libm/math/w_scalb.c (scalb): Likewise.
11656         * libm/math/wf_remainder.c (remainderf): Likewise.
11657         * libm/math/w_remainder.c (remainder): Likewise.
11658         * libm/math/wf_pow.c (powf): Likewise.
11659         * libm/math/w_pow.c (pow): Likewise.
11660         * libm/math/wf_log10.c (log10f): Likewise.
11661         * libm/math/w_log10.c (log10): Likewise.
11662         * libm/math/wf_log.c (logf): Likewise.
11663         * libm/math/w_log.c (log): Likewise.
11664         * libm/math/w_lgamma.c (lgamma): Likewise.
11665         * libm/math/wf_lgamma.c (lgammaf): Likewise.
11666         * libm/math/wf_jn.c (jnf): Likewise.
11667         * libm/math/w_jn.c (jn): Likewise.
11668         * libm/math/wf_j1.c (j1f): Likewise.
11669         * libm/math/w_j1.c (j1): Likewise.
11670         * libm/math/wf_j0.c (j0f): Likewise.
11671         * libm/math/w_j0.c (j0): Likewise.
11672         * libm/math/wf_hypot.c (hypotf): Likewise.
11673         * libm/math/w_hypot.c (hypot): Likewise.
11674         * libm/math/wf_gamma.c (gammaf): Likewise.
11675         * libm/math/w_gamma.c (gamma): Likewise.
11676         * libm/math/wf_fmod.c (fmodf): Likewise.
11677         * libm/math/w_fmod.c (fmod): Likewise.
11678         * libm/math/wf_exp.c (expf): Likewise.
11679         * libm/math/w_exp.c (exp): Likewise.
11680         * libm/math/wf_cosh.c (coshf): Likewise.
11681         * libm/math/w_cosh.c (cosh): Likewise.
11682         * libm/math/wf_atanh.c (atanhf): Likewise.
11683         * libm/math/w_atanh.c (atanh): Likewise.
11684         * libm/math/wf_atan2.c (atan2f): Likewise.
11685         * libm/math/w_atan2.c (atan2): Likewise.
11686         * libm/math/wf_asin.c (asinf): Likewise.
11687         * libm/math/w_asin.c (asin): Likewise.
11688         * libm/math/wf_acosh.c (acoshf): Likewise.
11689         * libm/math/w_acosh.c (acosh): Likewise.
11690         * libm/math/wf_acos.c (asocf): Likewise.
11691         * libm/math/w_acos.c (acos): Likewise.
11692         * libm/math/wf_sqrt.c (sqrtf): Likewise.
11693         * libm/math/k_standard.c (_k_standard): Don't require SVID behavior
11694         for embedded systems.
11695
11696 Mon Dec  8 12:12:58 1997  Ian Lance Taylor  <ian@cygnus.com>
11697
11698         * libc/stdlib/mallocr.c (malloc_extend_top): Add patch from Doug
11699         Lea in case of a foreign sbrk.
11700
11701 Fri Dec  5 23:27:28 1997  Ian Lance Taylor  <ian@cygnus.com>
11702
11703         Incorporate Doug Lea's malloc:
11704         * libc/stdlib/mallocr.c: Completely replaced.
11705         * libc/stdlib/malloc.c: Document malloc_usable_size and memalign.
11706         (realloc): Remove.
11707         * libc/stdlib/calloc.c (calloc): Just call _calloc_r.
11708         * libc/stdlib/mstats.c: Document mallinfo, malloc_stats, and
11709         mallopt.
11710         (mallinfo, malloc_stats, mallopt): New functions.
11711         (_mstats_r): Just call _malloc_stats_r.
11712         * libc/stdlib/malign.c: New file.
11713         * libc/stdlib/mlock.c: New file.
11714         * libc/stdlib/msize.c: New file.
11715         * libc/stdlib/mtrim.c: New file.
11716         * libc/stdlib/realloc.c: New file.
11717         * libc/stdlib/valloc.c: New file.
11718         * libc/stdlib/malloc.h: Remove.
11719         * libc/stdlib/callocr.c: Remove.
11720         * libc/stdlib/Makefile.in (OFILES): Add cfreer.o, freer.o,
11721         malign.o, malignr.o, mallinfor.o, malloptr.o, mallstatsr.o,
11722         mlock.o, msize.o, msizer.o, mtrim.o, pvallocr.o, realloc.o,
11723         reallocr.o, valloc.o, vallocr.o.
11724         (CHEWOUT_FILES): Add mlock.def, mstats.def.
11725         (MALLOC_CFLAGS): New variable.
11726         (mallocr.o): New target, build from mallocr.c.
11727         (freer.o, reallocr.o, callocr.o, cfreer.o, malignr.o): Likewise.
11728         (vallocr.o, pvallocr.o, mallinfor.o, mallstatsr.o): Likewise.
11729         (msizer.o, malloptr.o): Likewise.
11730         (malign.o, mlock.o, msize.o, mtrim.o, realloc.o): New targets.
11731         (valloc.o): New target.
11732         * libc/stdlib/stdlib.tex: Include mlock.def and mstats.def.
11733         * libc/include/malloc.h: Declare struct mallinfo, and new
11734         routines.
11735         * libc/include/stdlib.h (cfree): Correct declaration.
11736
11737 Tue Dec  2 10:12:16 1997  Nick Clifton  <nickc@cygnus.com>
11738
11739         * libc/include/machine/setjmp.h: Add support for Thumb target.
11740
11741         * libc/include/machine/ieeefp.h: Add support for Thumb target.
11742
11743         * configure.in (links): Add support for Thumb target.
11744
11745 Wed Nov 26 09:56:17 1997  Nick Clifton  <nickc@cygnus.com>
11746
11747         * libc/sys/arm/setjmp.S: Updated with version from branch.
11748
11749 Thu Nov 20 01:21:43 1997  Geoffrey Noer  <noer@cygnus.com>
11750
11751         * libc/include/stdio.h: add POSIX-required define L_ctermid
11752         for ctermid
11753
11754 Wed Nov 19 16:11:40 1997  Michael Meissner  <meissner@cygnus.com>
11755
11756         * configure.in (d30v-*-*): Define ABORT_MESSAGE, SMALL_MEMORY, in
11757         addition to MISSING_SYSCALL_NAMES.
11758
11759 Mon Nov 17 20:05:05 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11760
11761         * libc/include/sys/config.h: (UINT_MAX, for D10V):  Make unsigned.
11762
11763 Mon Nov 10 22:26:55 1997  Geoffrey Noer  <noer@cygnus.com>
11764
11765         * libc/include/string.h: change strsignal proto to return
11766         a char *.  This eliminates compile problems in gdb resulting
11767         from gdb's definition of strsignal in defs.h.
11768
11769 Mon Nov 10 17:11:08 1997  Geoffrey Noer  <noer@cygnus.com>
11770
11771         * libc/sys/cygwin32/sys/utime.h: new (moved here from
11772         winsup/include) so as not to conflict with the one in
11773         libc/include.
11774         * libc/include/string.h: add protos for strsignal, strtosigno
11775
11776 Mon Nov 10 13:49:54 1997  Michael Meissner  <meissner@cygnus.com>
11777
11778         * libc/include/sys/config.h: Define __IEEE_BIG_ENDIAN if d30v.
11779
11780         * configure.in (d30v-*-*): Add configuration.
11781
11782 Thu Oct 30 14:01:23 1997  Nick Clifton  <nickc@cygnus.com>
11783
11784         * configure.in (links): Add -DARM_RD[P|I]_MONITOR to target_cflags
11785         to select which kind of debug monitor is in use for an ARM target.
11786
11787         * libc/sys/arm/crt0.S: New version: Supports Thumb startups and
11788         Angel and Demon debug monitors.  Part of this code was supplied by
11789         Tony Thompson at ARM: athompso@arm.com.
11790
11791 Fri Oct 24 18:57:05 1997  Jeffrey A Law  (law@cygnus.com)
11792
11793         * strncat.c (strncat): Don't call strncpy; strncay has the wrong
11794         semantics when the count is greater than the length of the second
11795         source string.
11796
11797 Thu Oct 23 01:37:41 1997  Geoffrey Noer  <noer@cygnus.com>
11798
11799         * libc/include/sys/signal.h: reorder CYGWIN32 signal numbers
11800         * libc/include/sys/unistd.h: add protos for usleep, truncate,
11801         truncate and ftruncate take off_t, not size_t
11802
11803 Tue Oct 21 18:42:00 1997  Jim Wilson  <wilson@cygnus.com>
11804
11805         * libc/string/strcat.c (strcat): Add missing comment end.
11806         * libc/string/strncat.c (strncat): Likewise.
11807
11808 Tue Oct 21 17:23:34 1997  Nick Clifton  <nickc@cygnus.com>
11809
11810         * configure.in (links): Define PREFER_SIZE_OVER_SPEED for v850
11811         targets. 
11812         * libc/string/{memchr.c, memcmp.c, memcpy.c}:   Add space
11813         optimised version which is selected if PREFER_SIZE_OVER_SPEED is
11814         defined.  
11815         * libc/string/{memset.c, strcat.c, strchr.c}: Likewise.
11816         * libc/string/{strcmp.c, strcpy.c, strlen.c}: Likewise.
11817         * libc/string/{strncat.c, strncmp.c, strncpy.c}: Likewise.
11818
11819 Mon Oct 13 15:12:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11820
11821         * libc/include/sys/param.h (BIG_ENDIAN): Define if __i386__.
11822         (LITTLE_ENDIAN, BYTE_ORDER): Likewise.
11823
11824 Thu Oct  9 13:54:44 1997  Doug Evans  <dje@canuck.cygnus.com>
11825
11826         * libc/machine/i386/setjmp.S: New file.
11827         * libc/machine/i386/Makefile.in: Delete COPYOFILES.
11828         (OFILES): Add setjmp.o.
11829         (setjmp.o): Add rule for.
11830         * configure.in: Don't set machine_dir for *-*-{go32,sco*,cygwin32}.
11831
11832 Tue Oct  7 14:01:29 1997 Bill Moyer     (billm@cygnus.com)
11833                          Jeffrey A Law  (law@cygnus.com)
11834
11835         * libc/string/{memchr.c, memcmp.c, memcpy.c}: Reimplement to run faster.
11836         * libc/string/{memset.c, strcat.c, strchr.c}: Likewise.
11837         * libc/string/{strcmp.c, strcpy.c, strlen.c}: Likewise.
11838         * libc/string/{strncat.c, strncmp.c, strncpy.c}: Likewise.
11839
11840 Mon Oct  6 14:07:59 1997  Nick Clifton  <nickc@cygnus.com>
11841
11842         * libc/sys/sysnecv850/Makefile.in (crt0.o trap.o): Explicit
11843         rules. 
11844
11845         * libc/include/sys/config.h: Use __v850 to select v850
11846         endianness. 
11847
11848         * libc/include/machine/setjmp.h: Use __v850 to select v850 jump
11849         buffer size.
11850
11851         * libc/include/machine/ieeefp.h: Use __v850 to select v850
11852         endianness. 
11853
11854 Thu Sep 25 14:11:37 1997  Geoffrey Noer  <noer@cygnus.com>
11855
11856         * libc/stdlib/setenv.c: change unsetenv definition to match
11857         style of setenv (with _DEFUN).  The string should be a const.
11858         * libc/include/stdlib.h: unsetenv proto should return void.
11859
11860 Tue Sep 23 18:17:20 1997  Geoffrey Noer  <noer@cygnus.com>
11861
11862         * libc/include/stdlib.h: define unsetenv proto for __CYGWIN32__
11863
11864 Thu Sep 18 12:50:15 1997  Angela Marie Thomas (angela@cygnus.com)
11865
11866         * libc/stdio/glue.h: remove.
11867         * libc/stdio/findfp.c, libc/stdio/fwalk.c: remove #include "glue.h"
11868         * libc/stdio/Makefile.in: remove glue.h dependencies
11869
11870 Wed Sep 17 17:42:27 1997  Nick Clifton  <nickc@cygnus.com>
11871
11872         * libc/sys/sysnecv850/crt0.S: Created V850e version.
11873         
11874 Tue Sep  9 10:40:57 1997  Doug Evans  <dje@canuck.cygnus.com>
11875
11876         * configure.in (target_cpu): Add `arc'.
11877
11878 Tue Sep  9 10:40:42 1997  Joel Sherrill  <joel@OARcorp.com>
11879
11880         * newlib/configure.in (*-*-rtems*): Add -DSIGNAL_PROVIDED and 
11881           -DREENTRANT_SYSCALLS_PROVIDED to the target_cflags.
11882         * newlib/libc/include/sys/errno.h: Add ENOTSUP.
11883         * newlib/libc/reent/reent.c: Add _wrapup_reent.
11884         * newlib/libc/sys/rtems/sys/types.h: Avoid redefinitions for go32.
11885
11886 Sun Sep  7 16:41:41 1997  Gavin Koch  <gavin@cygnus.com>
11887
11888         * libc/machine/mips/setjmp.S: Handle mips16 builds.
11889
11890 Thu Aug 21 20:05:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11891
11892         * libc/include/stdio.h (siprintf): Declare.
11893
11894 Mon Aug 18 11:19:13 1997  Nick Clifton  <nickc@cygnus.com>
11895
11896         * libc/sys/sysnecv850/Makefile.in (.c.o): Add rule that includes
11897         TARGET_CFLAGS and NEWLIB_FLAGS.
11898
11899 Mon Aug 18 11:15:43 1997  Nick Clifton  <nickc@cygnus.com>
11900
11901         * configure.in (links): Add support for v850ea target.
11902
11903 Mon Aug 18 11:15:43 1997  Nick Clifton  <nickc@cygnus.com>
11904
11905         * configure.in (links): Add support for v850e target.
11906
11907 Wed Aug 13 19:16:54 1997  Nick Clifton  <nickc@cygnus.com>
11908
11909         * libc/sys/sysnecv850/crt0.S: Remove initial setting of r0 to 0.
11910
11911 Mon Aug 11 15:49:54 1997  Doug Evans  <dje@canuck.cygnus.com>
11912
11913         * configure.in (arc-*-*): Add support for.
11914         * libc/include/machine/ieeefp.h (__arc__): Add support for the ARC.
11915
11916 Fri Jul 25 17:37:41 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11917
11918         * libc/sys/sh/crt0.S (start): Add fpscr initialization for SH4.
11919
11920 Thu Jul 24 18:32:17 1997  Geoffrey Noer  <noer@cygnus.com>
11921
11922         * libc/stdlib/bsearch.c (bsearch): remove last unneeded
11923         comparison which accesses invalid memory when the key is
11924         larger than the last member of the array.
11925         * libc/include/machine/setjmp.h: add sigsetjmp, siglongjmp
11926         for CYGWIN32
11927         * libc/include/sys/unistd.h: add _POSIX defines for CYGWIN32
11928
11929 Tue Jul 22 16:03:06 1997  Ian Lance Taylor  <ian@cygnus.com>
11930
11931         * libc/include/stdlib.h (realpath): Declare if __CYGWIN32__ and
11932         not _STRICT_ANSI.
11933
11934 Thu Jul 10 15:11:52 1997  Doug Evans  <dje@canuck.cygnus.com>
11935
11936         * libm/math/k_standard.c (__kernel_standard): Call fflush(stdout)
11937         ifndef _USE_WRITE, instead of ifdef _USE_WRITE.
11938
11939 Thu Jul 10 16:00:09 1997  Mike Meissner  <meissner@cygnus.com>
11940
11941         * libc/machine/tic80/setjmp.S (setjmp,longjmp): Use ld.d and st.d
11942         to load/store memory.
11943
11944 Mon Jul  7 17:38:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11945
11946         * libc/include/sys/fcntl.h: Define _O_* symbols with leading
11947         underscores if _WIN32.
11948
11949 Wed Jul  2 10:07:20 1997  Doug Evans  <dje@canuck.cygnus.com>
11950
11951         * libm/math/k_standard.c (__kernel_standard): Delete reentrancy
11952         support ifdef _USE_WRITE missed in last change.
11953         From Anders Blomdell <anders.blomdell@control.lth.se>.
11954
11955 Wed Jun 25 10:18:49 1997  Doug Evans  <dje@canuck.cygnus.com>
11956
11957         * libc/stdio/tmpnam.c (worker): Handle _open_r being stubbed out.
11958         (_tmpnam_r, _tempnam_r): Update.
11959
11960 Wed Jun 25 00:16:55 1997  Mark Alexander  <marka@cygnus.com>
11961
11962         * libc/machine/sparc/setjmp.S: New file.
11963         * libc/machine/sparc/Makefile.in: Add setjmp.
11964         * libc/include/machine/setjmp.h: Increase jmpbuf size for sparc.
11965
11966 Tue Jun 24 23:27:38 1997  Mark Alexander  <marka@cygnus.com>
11967
11968         * libc/include/machine/setjmp.h: Use __TIC80__ instead of __tic80__.
11969
11970 Tue Jun 24 14:53:40 1997  Doug Evans  <dje@canuck.cygnus.com>
11971
11972         From Joel Sherrill <joel@oarcorp.com>.
11973         * libc/stdlib/getenv.c (_findenv): Avoid dereferencing null `environ'.
11974
11975         Add rtems support.  From Joel Sherrill <joel@oarcorp.com>.
11976         * configure.in: Recognize *-*-rtems*.
11977         * libc/sys/rtems/{Makefile.in,crt0.c,dummysys.c}: New files.
11978         * libc/sys/rtems/sys/{features.h,sched.h,siginfo.h,signal.h,
11979         time.h,times.h,types.h}: New files.
11980         * libc/sys/rtems/include/{limits.h,signal.h,time.h}. New files.
11981
11982 Fri Jun 20 11:13:16 1997  Geoffrey Noer  <noer@cygnus.com>
11983
11984         patch from sos@prospect.com.ru (Sergey Okhapkin):
11985         * include/sys/wait.h: correct operator precidence bug
11986         in WIFSIGNALED
11987
11988 Wed Jun 18 22:08:27 1997  Geoffrey Noer  <noer@cygnus.com>
11989
11990         * libc/include/stdlib.h: remove unsetenv proto since it conflicts
11991         with newlib's unsetenv function
11992         * libc/sys/cygwin32/sys: new directory for includes
11993         * libc/sys/cygwin32/sys/dirent.h: move cygwin32's dirent.h
11994         here from winsup/include/sys
11995
11996 Mon Jun 16 21:02:22 1997  Geoffrey Noer  <noer@cygnus.com>
11997
11998         * libc/include/sys/unistd.h: _exit should only be
11999         labelled noreturn when not __CYGWIN32__
12000         * libc/include/stdlib.h: for __CYGWIN32__, add proto for unsetenv
12001         * libc/include/sys/signal.h: add SIGIO to _WIN32 list and
12002         increment NSIG
12003
12004 Thu Jun 12 18:52:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12005
12006         * libc/include/sys/time.h: Only define timeval and timezone if
12007         _GNU_H_WINDOWS32_SOCKETS is not defined.
12008         * libc/include/sys/stat.h: If _WIN32, define _S_IFMT, etc.
12009
12010 Wed Jun 11 09:46:26 1997  Jeffrey A Law  (law@cygnus.com)
12011
12012         * libc/machine/mn10200/setjmp.S: Implement setjmp/longjmp
12013         * libc/machine/mn10300/setjmp.S: Likewise.
12014
12015         * libc/sys/sysmec/crt0.S: Use "call" instead of "calls" for
12016         the mn10300 (more relaxing opportunities).
12017
12018 Tue Jun 10 17:24:45 1997  Mike Meissner  <meissner@cygnus.com>
12019
12020         * configure.in (powerpc*-*-{eabi,elf,linux,rtems,sysv,solaris}):
12021         Build libraries with -mstrict-align.
12022
12023 Fri Jun  6 14:07:59 1997  Ian Lance Taylor  <ian@cygnus.com>
12024
12025         * libc/string/strlwr.c: New file.
12026         * libc/string/strupr.c: New file.
12027         * libc/include/string.h: Declare strlwr and strupr.
12028         * libc/string/Makefile.in (OFILES): Add strlwr.o and strupr.o.
12029         (CHEWOUT_FILES): Add strlwr.def and strupr.def.
12030         (strlwr.o, strupr.o): New targets.
12031         * libc/string/strings.tex: Include strlwr and strupr docs.
12032
12033         * libc/include/sys/types.h: Don't define u_char, et. al., if
12034         _GNU_H_WINDOWS32_SOCKETS is defined.  Likewise for fd_set,
12035         et. al.  Make FD_SETSIZE default 64 rather than 60.  Define
12036         _types_fd_set rather than fd_set, and define fd_set as a macro.
12037
12038         * libc/include/malloc.h: New file.
12039
12040         * libc/include/string.h: Define strcmpi, stricmp, strncmpi, and
12041         strnicmp if they are not already defined.
12042
12043         * libc/include/time.h: If __CYGWIN32__, declare tzset and define
12044         _timezone, _daylight, and _tzname.
12045
12046 Wed Jun  4 12:51:16 1997  Doug Evans  <dje@canuck.cygnus.com>
12047
12048         * configure.in: Sort all configuration tables.
12049
12050         From Joel Sherrill <joel@oarcorp.com>
12051         * Makefile.in (stmp-targ-include): Copy $(sys_dir)/include/*.h.
12052
12053 Tue Jun  3 14:47:46 1997  Ian Lance Taylor  <ian@cygnus.com>
12054
12055         * libc/include/sys/signal.h: Don't include <sys/types.h>.  Just
12056         use int when declaring kill.
12057
12058         * libc/include/sys/timeb.h: New file.
12059
12060 Mon Jun  2 12:06:58 1997  Geoffrey Noer  <noer@cirdan.cygnus.com>
12061
12062         * libc/include/sys/time.h: add itimer support for Cygwin32
12063
12064 Mon May 19 11:56:46 1997  Mike Meissner  <meissner@cygnus.com>
12065
12066         * libc/stdlib/abort.c (abort): If ABORT_MESSAGE is defined, write
12067         out a message that abort was called to stderr.
12068
12069 Fri May 16 15:02:59 1997  Bob Manson  <manson@charmed.cygnus.com>
12070
12071         * libc/sys/sysmec/fstat.c (_fstat): Set st_blksize to 4096
12072         so that libio doesn't freak.
12073
12074         * libc/sys/sysmec/sbrk.c (_sbrk): The argument is a size_t, not
12075         int.
12076
12077         * libc/stdlib/mallocr.c (_morecore_r): Use size_t for
12078         memory sizes, not int.
12079
12080 Wed May 14 21:16:58 1997  Bob Manson  <manson@charmed.cygnus.com>
12081
12082         * libm/math/ef_hypot.c: Use long constants where
12083         appropriate.
12084         * libm/math/ef_sqrt.c: Ditto.
12085
12086         * libc/sys/sysmec/times.c(_times): Change to times.
12087
12088         * libc/sys/sysmec/read.c(_read): The third argument is
12089         size_t.
12090         * libc/sys/sysmec/write.c (_write): Ditto.
12091
12092         * libc/sys/sysmec/lseek.c: Include unistd.h for off_t.
12093         (_lseek): It's off_t for the second argument.
12094
12095 Wed May 14 15:23:36 1997  Mike Meissner  <meissner@cygnus.com>
12096
12097         * libc/include/sys/config.h (__IEEE_LITTLE_ENDIAN): Define here,
12098         as well as machine/ieeefp.h.
12099
12100 Thu May  8 15:47:25 1997  Geoffrey Noer  <noer@cygnus.com>
12101
12102         * libc/include/sys/signal.h: add signal protos for winsup
12103         functions (when __CYGWIN32__), include types.h
12104         * libc/include/sys/types.h: Change __go32_types__ internal
12105         define to __MS_types__ since it's used for more than just
12106         GO32 configs.  Define this if GO32, __MSDOS__, or _WIN32 are
12107         defined.
12108         * libc/include/sys/unistd.h: add ftruncate proto for
12109         winsup functions (when __CYGWIN32__)
12110
12111 Fri Apr 25 10:10:16 1997  Doug Evans  <dje@canuck.cygnus.com>
12112
12113         * libc/sys/h8300hms/sbrk.c (stack_ptr): Add definition.
12114
12115 Thu Apr 24 15:46:51 1997  Mike Stump  <mrs@cygnus.com>
12116
12117         * libc/include/machine/setjmp.h: Add tic80 support.
12118         * libc/machine/tic80/setjmp.S: Likewise.
12119
12120 Tue Apr 22 16:54:40 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12121
12122         * libc/sys/cygwin32/crt0.c: Add reference to main() so we can
12123         link programs from libraries only (such as in the X11
12124         distribution)
12125
12126 Mon Apr 21 15:02:12 1997  Fred Fish  <fnf@cygnus.com>
12127
12128         * libc/sys/arm/syscalls.c (signal): Remove stub, signal()
12129         supplied elsewhere in newlib.
12130
12131 Mon Apr 14 16:25:55 1997  Ian Lance Taylor  <ian@cygnus.com>
12132
12133         * Makefile.in (INSTALL): Change install.sh to install-sh.
12134
12135 Fri Apr 11 17:04:02 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12136
12137         * README: update WWW address for on-line documentation.
12138
12139 Wed Apr  9 00:38:13 1997  Geoffrey Noer  <noer@cygnus.com>
12140
12141         * libc/include/sys/signal.h: for _WIN32, define SIGCONT and
12142         increment NSIG
12143
12144 Mon Apr  7 23:54:00 1997  Jeffrey A Law  (law@cygnus.com)
12145
12146         * libc/sys/sysmec/crt0.S: Update for new calling conventions on the
12147         mn10300.
12148         * libc/sys/sysmec/trap.S: Don't compare a register to itself.
12149
12150 Tue Mar 25 08:47:43 1997  Jeffrey A Law  (law@cygnus.com)
12151
12152         * libc/sys/arm/syscalls.c: Fix/add stack/heap collision detection.
12153         * libc/sys/d10v/syscalls.c: Likewise.
12154         * libc/sys/h8300hms/sbrk.c: Likewise.
12155         * libc/sys/h8500hms/syscalls.c: Likewise.
12156         * libc/sys/m88kbug/syscalls.c: Likewise.
12157         * libc/sys/sh/syscalls.c: Likewise.
12158         * libc/sys/sysmec/sbrk.c: Likewise.
12159         * libc/sys/sysnecv850/sbrk.c: Likewise.
12160         * libc/sys/w65/syscalls.c: Likewise.
12161         * libc/sys.tex: Update sbrk sample code to include stack/heap collision.
12162
12163 Tue Mar 18 14:14:34 1997  Jeffrey A Law  (law@cygnus.com)
12164
12165         * libc/sys/sysmec/trap.S: Use "syscall" to trigger an
12166         emulated syscall instead of "trap".
12167
12168 Fri Mar 14 11:26:13 1997  Michael Meissner  <meissner@cygnus.com>
12169
12170         * libc/sys/d10v/trap.S (__trap0): Use trap 15 for system calls,
12171         not trap 0.
12172
12173 Sun Mar  9 23:27:04 1997  Doug Evans  <dje@seba.cygnus.com>
12174
12175         * configure.in (m32r-*-*): Add -msdata=sdata to target_cflags.
12176
12177 Sat Mar  8 09:05:01 1997  Fred Fish  <fnf@cygnus.com>
12178
12179         * libc/machine/arm/Makefile.in: Fix comment, is for "arm"
12180         not "sh".
12181         * libc/machine/m32r/Makefile.in: Fix comment, is for "m32r"
12182         not "d10v".
12183         * libc/sys/tic80/crt0.c: New file for TIc80.
12184         * libc/sys/tic80/Makefile.in: New file for TIc80.
12185         * libc/machine/tic80/Makefile.in: New file for TIc80.
12186
12187 Wed Mar  5 11:32:12 1997  J.T. Conklin  <jtc@cygnus.com>
12188
12189         * libc/machine/sh/memcpy.S: New file.
12190         * libc/machine/sh/memset.S: New file.
12191         * libc/machine/sh/Makefile.in (OFILES): Add memcpy.o and memset.o
12192
12193 Thu Feb 27 16:27:55 1997  Fred Fish  <fnf@cygnus.com>
12194
12195         * libc/include/machine/ieeefp.h (_IEEE_LITTLE_ENDIAN): Define
12196         for TIc80.
12197
12198 Wed Feb 26 13:43:39 1997  Jeffrey A Law  (law@cygnus.com)
12199
12200         * libc/sys/sysmec/crt0.S: Handle new calling conventions for
12201         the mn10200.
12202
12203 Wed Feb 26 07:11:03 1997  Michael Meissner  <meissner@cygnus.com>
12204
12205         * libc/machine/powerpc/setjmp.S (longjmp): Correct return status
12206         (patch from andrew@pogo.WV.TEK.COM).
12207
12208 Fri Feb 14 11:49:28 1997  Doug Evans  <dje@canuck.cygnus.com>
12209
12210         * libc/machine/m32r/setjmp.S (setjmp): Save r12.
12211         (longjmp): Restore r12. Fix code that handles returning 1 if passed 0.
12212
12213 Mon Feb 10 10:02:34 1997  Fred Fish  <fnf@cygnus.com>
12214
12215         * configure.in:  Add cases for "tic80" to set machine_dir,
12216         sys_dir, and syscall_dir.
12217
12218 Sun Feb  2 17:57:15 1997  Geoffrey Noer  <noer@cygnus.com>
12219
12220         * libc/sys/cygwin32/crt0.c: initialize floating pt registers
12221
12222 Wed Jan 29 15:57:38 1997  Geoffrey Noer  <noer@cygnus.com>
12223
12224         * libc/include/math.h: avoid conflicts with ANSI C++ <exception>
12225
12226 Mon Jan 27 12:50:01 1997  Doug Evans  <dje@seba.cygnus.com>
12227
12228         * libc/machine/m32r/setjmp.S: Use proper comment delimiter.
12229         Use proper constant prefix.
12230
12231 Fri Jan 24 10:59:04 1997  Jeffrey A Law  (law@cygnus.com)
12232
12233         * libc/sys/sysmec/*.c: Don't cast args to syscall to integers,
12234         that loses on the mn10200 where ints and pointers are different
12235         sizes.
12236
12237 Tue Jan 14 13:29:55 PST 1997  Jeremy Allison <jra@cygnus.com>
12238
12239         * configure.in: Added -DSIGNAL_PROVIDED to cygwin32
12240         target as signal is provided in winsup.
12241
12242 Tue Jan 14 11:10:13 1997  Jeremy Allison <jra@cygnus.com>
12243
12244         * libc/include/sys/process.h: Corrected const definitions
12245         in spawn functions. Added cwait.
12246
12247 Thu Jan  2 12:22:41 1997  Jeffrey A Law  (law@cygnus.com)
12248
12249         * libc/include/machine/ieeefp.h: mn10200 uses 16bit ints and 32bit
12250         doubles.
12251         * libc/include/sys/config.h: Similarly.
12252
12253 Tue Dec 31 18:36:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12254
12255         * configure.in (sparc-sun-sunos*): Add -DSIGNAL_PROVIDED to the
12256         target_cflags.
12257         (i[3456]86-*-sco*): Ditto.
12258
12259         * libc/signal/Makefile.in (OFILES): Add signal.o.
12260         (CFILES): Add signal.c.
12261
12262         * libc/signal/raise.c (_raise_r): Only compile code if
12263         SIGNAL_PROVIDED is defined.
12264
12265         * libc/signal/signal.c: Redo whole file so that it works with
12266         current newlib.  Use _kill_r if no signal handler provided.
12267
12268         * libc/sys/{go32,sparc64,sysmec}/Makefile.in: Delete raise and
12269         signal stubs.
12270         * libc/sys/sysvnecv70/Makefile.in: Ditto.
12271         * libc/sys/sysnecv850/Makefile.in: Ditto.
12272
12273         * libc/sys/{go32,sparc64}/signal.c: Delete, stub no longer used.
12274         * libc/sys/sysmec/{raise,signal}.c: Ditto.
12275         * libc/sys/sysvnecv70/signal.s: Ditto.
12276         * libc/sys/sysnecv850/raise.c: Ditto.
12277
12278         * libc/sys/sysnecv850/kill.c (_kill): Encode signal # so that
12279         simulator and debugger can tell the difference between a signal
12280         being raised and an exit system call.
12281
12282         * NEWS: Document software signals being provided.
12283
12284 Mon Dec 23 11:54:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12285
12286         * libc/reent/impure.c (_REENT_ATTR): Delete in favor of
12287         __ATTRIBUTE_IMPURE_PTR__.  Move PowerPC definition to
12288         include/sys/config.h.
12289         (impure_data): Use __ATTRIBUTE_IMPURE_DATA__ for attributes.
12290         Change from 'inpure_data'.
12291         (_impure_ptr): Use __ATTRIBUTE_IMPURE_PTR__ for attributes.  Use
12292         &impure_data, not &inpure_data.
12293
12294         * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): If PowerPC
12295         and and System V ABI, define so that _impure_ptr lives in the
12296         .sdata section.
12297
12298 Sun Dec 22 23:33:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12299
12300         * libc/include/sys/reent.h (__ATTRIBUTE_IMPURE_PTR__): Define as
12301         nothing if not defined.
12302         (_impure_ptr): Use __ATTRIBUTRE_IMPURE_PTR__, so a machine can set
12303         its attributes.
12304
12305         * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): 
12306
12307 Wed Dec 18 10:12:04 1996  Jeffrey A Law  (law@cygnus.com)
12308
12309         * libc/sys/sysmec/crt0.S: Fix mn10200 stuff.
12310         * libc/sys/sysmec/trap.s: Handle mn10200 too.
12311         * libc/machine/mn10200/setjmp.S: Fix mn10200 stuff.
12312
12313 Mon Dec 16 10:05:36 1996  Jeffrey A Law  (law@cygnus.com)
12314
12315         * libc/sys/sysmec/crt0.S: Handle mn10200 too.
12316
12317 Fri Dec 13 11:05:20 1996  Jeremy Allison <jra@cygnus.com>
12318
12319         * libc/include/sys/errno.h: Added net errno's.
12320
12321 Wed Dec 11 16:24:25 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12322
12323         * libc/misc/ffs.c: New file to support ffs function for GCC test
12324         gcc.c-torture/execute/960909-1.c.
12325
12326         * libc/misc/Makefile.in ({O,CHEWOUT_}FILES): Add ffs.
12327
12328 Sat Dec  7 10:12:37 1996  Jeffrey A Law  (law@cygnus.com)
12329
12330         * libc/sys/sysmec/crt0.S: Handle underscore prefix.
12331         * libc/sys/sysmec/trap.S: Likewise.
12332
12333 Fri Dec  6 15:08:49 1996  Jim Wilson  <wilson@cygnus.com>
12334
12335         * configure.in (mips*vr4300*-*-*): Delete use of sys/vr4300.
12336         * libc/sys/vr4300/{Makefile.in,crt0.S,syscalls.c}: Delete.
12337
12338 Wed Dec  4 16:25:27 1996  Jeffrey A Law  (law@cygnus.com)
12339
12340         * libc/sys/sysmec/signal.c: Dummy file.
12341         * libc/sys/sysmec/Makefile.in: Build it.
12342
12343 Wed Nov 27 13:10:18 1996  Ian Lance Taylor  <ian@cygnus.com>
12344
12345         * libc/machine/mips/machine/regdef.h: Define pc as $pc for
12346         mips16.
12347
12348 Mon Nov 25 09:58:28 1996  Jeffrey A Law  (law@cygnus.com)
12349
12350         * libc/sys/sysmec/{crt0.S,trap0.S}: Actually try to implement
12351         c-startup and simulator traps.
12352
12353
12354         * libc/sys/sysmec/crt0.S: Remove bogus '_' symbol prefixing
12355         * libc/sys/sysmec/trap0.S: Likewise.
12356
12357 Sat Nov 23 09:01:03 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12358
12359         * libc/stdlib/mallocr.c (ROUND_TO): If SMALL_MEMORY, set to 0x7 to
12360         round to double word alignment.
12361         (_morecore_r): Combine rounding up pointers to both ROUND_TO and 8
12362         byte alignment.
12363
12364         * libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Define if d10v.
12365
12366         * libc/sys/d10v/syscalls.c (_sbrk): Add better checks for running
12367         out of memory.
12368
12369 Mon Nov 18 13:08:26 1996  Jeffrey A Law  (law@cygnus.com)
12370
12371         * configure.in: Handle mn10200 and mn10300.
12372         * libc/include/machine/{ieeefp.h,setjmp.h}: Likewise.
12373         * libc/include/sys/config.h: Likewise.
12374         * libc/sys/sysmec: New directory for mec stuff.
12375         * libc/machine/mn10300: New directory for mn10300 stuff.
12376         * libc/machine/mn10200: Similarly for mn10200 stuff.
12377
12378 Fri Nov 15 16:41:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12379
12380         * libc/sys/arm/crt0.S: Use .text, not .section .text.
12381         * libc/sys/arm/syscalls.c: Rewrite to set errno properly.
12382
12383         * libc/include/sys/types.h (_ST_INT32): New macro, local to file.
12384         (nlink_t): Change type from unsigned int to unsigned short.
12385         (mode_t): Ensure size is 32 bits even if int is 16.
12386         * libc/include/sys/stat.h (st_nlink): Change type to nlink_t.
12387         (st_spare[123]): Change type from int to long.
12388
12389 Fri Nov 15 11:41:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12390
12391         * libc/sys/d10v/syscalls.c (_sbrk): Align initial heap_end to 8
12392         byte boundary.
12393
12394         * configure.in (d10v*): Define SMALL_MEMORY.
12395
12396 Mon Nov 11 10:30:44 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12397
12398         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Add
12399         -mrelocatable-lib and -mno-eabi flags.
12400
12401 Mon Nov 11 09:01:39 1996  Jeffrey A Law  (law@cygnus.com)
12402
12403         * libc/machine/h8300/memcpy.S: Fix comments to reflect reality.
12404         Fix handling of mis-aligned source operand when both the
12405         destination & length are properly aligned.
12406         
12407 Wed Oct 30 09:41:11 1996  Jeffrey A Law  (law@cygnus.com)
12408
12409         * libc/sys/sysnecv850/Makefile.in (OFILES): Add
12410         times.o, time.o and gettime.o
12411         * libc/sys/sysnecv850/{time.c, times.c, gettime.c}: New files.
12412         * libc/sys/sysnecv850/sys/syscall.h: Add SYS_times and
12413         SYS_gettimeofday.
12414
12415 Tue Oct 29 13:40:09 1996  Jeffrey A Law  (law@cygnus.com)
12416
12417         * libc/sys/sysnecv850/Makefile.in (OFILES): Add access.o
12418         * libc/sys/sysnecv850/access.c: New file.
12419
12420 Mon Oct 21 19:47:02 1996  Ian Lance Taylor  <ian@cygnus.com>
12421
12422         * libc/sys/vr4300/Makefile.in (clean): Remove $(OFILES).
12423
12424         * libc/stdlib/mprec.h (word0, word1): Use __uint32_t, not unsigned
12425         long.
12426
12427 Mon Oct 21 14:43:07 1996  Jeffrey A Law  (law@cygnus.com)
12428
12429         * libc/sys/sysnecv850/crt0.S: Initialize ep and gp registers.
12430
12431 Thu Oct 17 11:47:16 1996  Doug Evans  <dje@seba.cygnus.com>
12432
12433         * libc/include/machine/{ieeefp.h,setjmp.h}: Add m32r support.
12434         * libc/include/sys/config.h: Add m32r support.
12435
12436 Wed Oct 16 23:08:05 1996  Jeffrey A Law  (law@cygnus.com)
12437
12438         * libc/sys/sysnecv850/v850.ld: Remove.  It doesn't belong
12439         here.
12440
12441 Wed Oct 16 21:18:07 1996  Mark Alexander  <marka@cygnus.com>
12442
12443         * libc/include/machine/setjmp.h: Add D10v support.
12444
12445 Tue Oct 15 22:28:26 1996  Jeffrey A Law  (law@cygnus.com)
12446
12447         * configure.in: Configure the "libc/syscalls" directory for
12448         the v850.
12449
12450         * libc/sys/sysnecv850/{close.c, execve.c, fork.c}: Add missing '_'.
12451         * libc/sys/sysnecv850/{fstat.c, getpid.c, kill.c}: Likewise.
12452         * libc/sys/sysnecv850/{lseek.c, open.c, read.c}: Likewise.
12453         * libc/sys/sysnecv850/{sbrk.c, stat.c, unlink.c}: Likewise.
12454         * libc/sys/sysnecv850/{wait.c, write.c}: Likewise.
12455
12456 Tue Oct 15 16:24:39 1996  Stu Grossman  (grossman@critters.cygnus.com)
12457
12458         * libc/sys/sysnecv850/crt0.S (start):  Allocate spill space on
12459         stack for args for main and other routines.  Zero out args for
12460         main.
12461
12462         * libc/sys/sysnecv850/v850.ld:  New.  Linker script to layout memory
12463         correctly.
12464
12465 Tue Oct 15 11:51:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12466
12467         * libc/stdio/findfp.c (std): Remove extraneous ';' after
12468         function.
12469
12470         * libc/sys/d10v/sys/syscall.h (SYS_kill): Add.
12471
12472         * libc/sys/d10v/{syscalls.c,trap.S} (_kill,_getpid): Make these
12473         real system calls now.
12474
12475         * libc/stdio/setvbuf (setvbuf): Cast pointers to _POINTER_INT
12476         before casting them to int.
12477         * libc/stdio/tmpnam.c (_tempnam_r): Ditto.
12478
12479         * libc/stdlib/mallocr.c (_morecore_r): Use _POINTER_INT when
12480         aligning pointer.
12481         * libc/string/memset.c (memset): Ditto.
12482         
12483         * libc/stdio/vfscanf.c (__svfscanf): When converting to pointer,
12484         first convert ints to _POINTER_INT to eliminate GCC warning.
12485
12486         * libc/stdio/vfprintf.c (_vfprintf_r): Use _POINTER_INT when
12487         processing %p.
12488
12489         * libm/math/ef_scalb.c (__ieee754_scalbf): Cut down range to 32000
12490         from 65000 if ints are only 16 bits.
12491
12492         * libm/math/sf_scalbn.c (scalbnf): Cut down overflow test to 30000
12493         from 50000 if ints are only 16 bits.
12494
12495         * libc/include/sys/config.h (_POINTER_INT): New macro, to give an
12496         int type that is the same size as a pointer.
12497
12498         * libc/misc/dprintf.c (__dprintf): Use _POINTER_INT when
12499         processing %p.
12500         (get_number): Explicitly cast number to long before shifting by 16
12501         or 24, in case ints are short.
12502
12503         * libc/include/sys/config.h (_POINTER_INT): Define as short.
12504
12505 Wed Oct  9 16:54:32 1996  Jeremy Allison <jra@cygnus.com>
12506
12507         * libc/string.h: Added ffs, removed swab.
12508         * libc/sys/errno.h: Added EOPNOTSUPP.
12509         * libc/sys/unistd.h: Added swab.
12510
12511 Thu Oct  3 17:08:50 1996  Jeremy Allison <jra@cygnus.com>
12512
12513         * libc/include/sys/stat.h: Added fchmod.
12514         * libc/include/sys/unistd.h: Added fsync.
12515
12516 Tue Oct  1 17:34:08 1996  Jeremy Allison <jra@cygnus.com>
12517
12518         * libc/include/sys/errno.h: Added defines for EPFNOSUPPORT (96)
12519         and ECONNRESET (104) for cygwin32.
12520
12521 Tue Oct  1 16:24:05 1996  Gavin Koch  <gavin@cygnus.com>
12522
12523         * libc/sys/sysnecv850/_exit.c: added _do_dtors to
12524         do the static destructors.
12525         
12526 Mon Sep 30 15:59:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
12527
12528         * libc/sys/sysnecv850/trap.S:  Change I/O to use trap 31.
12529
12530 Mon Sep 30 12:02:50 1996  Doug Evans  <dje@canuck.cygnus.com>
12531
12532         * libc/machine/m32r/{Makefile.in,setjmp.S}: New files.
12533         * configure.in: Recognize m32r-*-*.
12534
12535 Mon Sep 30 00:34:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12536
12537         * libc/sys/arm/trap.S (__rt_stkovf_split_big,
12538         __rt_stkovf_split_small): Added default software stack overflow
12539         handlers, which just call SWI_Exit.
12540         * libc/sys/arm/crt0.S (_mainCRTStartup): Simple software stack
12541         limit initialisation.
12542
12543 Fri Sep 27 13:08:03 1996  Mark Alexander  <marka@cygnus.com>
12544
12545         * libc/sys/d10v/{trap.S,sys/syscall.h}: Add time() function.
12546
12547 Fri Sep 27 12:32:00 1996  Jeremy Allison <jra@cygnus.com>
12548
12549         * libc/include/sys/types.h: Added ssize_t definition.
12550         
12551 Wed Sep 25 14:52:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12552
12553         * libc/machine/d10v/setjmp.S: Use ';' for comments.
12554         * libc/sys/d10v/{crt0.S,trap.S}: Ditto.
12555
12556         * libc/machine/d10v/setjmp.S (longjmp): Use exef0t || instead of
12557         branch around a single ldi instruction.
12558
12559         * libc/sys/d10v/crt0.S (_start): Use auto-increment to zero bss.
12560         Call exit, instead of just issuing a stop instruction.
12561
12562 Sun Sep 22 17:26:55 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12563
12564         * libc/sys/d10v/{trap.S,syscalls.c}: Add -mint32 support.
12565
12566 Fri Sep 20 13:23:12 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12567
12568         * libc/stdlib/mprec.h: Explicitly declare all large constants as
12569         longs, and then cast them to __uint32_t.
12570
12571         * libc/include/sys/config.h: Protect against multiple inclusions.
12572
12573 Tue Sep 17 13:10:33 1996  Mark Alexander  <marka@cygnus.com>
12574
12575         * configure.in (d10v*): Set syscall_dir.
12576
12577 Sun Sep 15 10:41:59 1996  Mark Alexander  <marka@cygnus.com>
12578
12579         * libc/sys/d10v/crt0.S: Set stack pointer.
12580
12581 Thu Sep 12 13:02:38 1996  Mark Alexander  <marka@cygnus.com>
12582
12583         * libc/sys/d10v/{trap.S, syscalls.c}: Rewrite most system calls
12584         in assembly for efficiency.  Change calling convention to allow
12585         long ints to be returned.
12586
12587 Wed Sep 11 10:28:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12588
12589         * libc/machine/v850/Makefile.in (setjmp.o): Fix dependency.
12590
12591 Thu Sep  5 19:23:06 1996  Doug Evans  <dje@canuck.cygnus.com>
12592
12593         * libc/posix/execvp.c (execvp): Don't search PATH if file has '/'.
12594         Handle empty entries in $PATH.
12595
12596 Tue Sep 03 18:15:02 1996  Mark Alexander  <marka@cygnus.com>
12597
12598         * libc/machine/d10v/setjmp.S: Make it really work.
12599
12600 Tue Sep  3 12:16:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12601
12602         * libc/sys/sh/crt0.S: If __ELF__, use ELF section attributes for
12603         the .stack section.
12604
12605 Tue Sep  3 10:08:45 1996  Jeffrey A Law  (law@cygnus.com)
12606
12607         * sys/sysnecv850/sys/file.h: Remove.
12608         * sys/sysnecv850/sys/syscall.h: New file.
12609         * sys/sysnecv850/{misc.c,syscalls.c,malloc.c}: Deleted.
12610         * sys/sysnecv850/{chmod.c, chown.c, close.c, creat.c} New files.
12611         * sys/sysnecv850/{execv.c, execve.c, fork.c, fstat.c} New files.
12612         * sys/sysnecv850/{getpid.c, isatty.c, kill.c, lseek.c} New files.
12613         * sys/sysnecv850/{open.c, pipe.c, raise.c, read.c} New files.
12614         * sys/sysnecv850/{stat.c, unlink.c, utime.c, wait.c} New files.
12615         * sys/sysnec850/trap.S: New file.
12616         * sys/sysnecv850/{_exit.c, write.c}: Use new TRAP0 mechanism for
12617         syscalls.
12618         * sys/sysnecv850/crt0.S: Use cmp/bl, not tst/bz.
12619         * sys/sysnec850/sbrk.c: New version.
12620
12621 Sun Sep  1 20:08:27 1996  Jeffrey A Law  (law@cygnus.com)
12622
12623         * sys/sysnecv850/crt0.S: Fix order of comparison args.  Loop
12624         as long as r6 is less than r7.
12625
12626 Sun Sep  1 13:54:19 1996  Ian Lance Taylor  <ian@cygnus.com>
12627
12628         * Makefile.in (mostlyclean): Separate from clean target.  Don't
12629         remove *.a or targ-include.
12630         * libc/machine/sparc/Makefile.in (mostlyclean): New target.
12631
12632 Sun Sep  1 11:35:26 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12633
12634         * libc/include/machine/ieeefp.h (_DOUBLE_IS_32BITS): Define for
12635         d10v.
12636         (__SMALL_BITFIELDS): Ditto.
12637
12638         * libc/include/sys/config.h (_DOUBLE_IS_32BITS): Define for d10v.
12639
12640 Sat Aug 31 16:42:36 1996  Jeffrey A Law  (law@cygnus.com)
12641
12642         * libc/sys/sysnecv850/misc.c (raise, getpid, kill): Remove '_'
12643         prefix.
12644
12645         * libc/sys/sysnecv850/sbrk.c (sbrk): Remove '_' prefix.
12646         * libc/sys/sysnecv850/syscalls.c (read, lseek, close): Likewise.
12647         * libc/sys/sysnecv850/syscalls.c (fstat, open, close): Likewise.
12648         * libc/sys/sysnecv850/write.c (write): Likewise.
12649
12650         * libc/sys/sysnecv850/crt0.S: Don't try to zero out an empty
12651         .bss.
12652
12653 Fri Aug 30 11:18:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12654
12655         * libc/include/sys/config.h: Define INT_MAX, UINT_MAX
12656         appropriately for D10V, depending on -mint16/-mint32.
12657
12658 Thu Aug 29 16:09:37 1996  Mark Alexander  <marka@cygnus.com>
12659
12660         * configure.in: Add cases for D10V.
12661
12662 Thu Aug 29 17:03:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12663
12664         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
12665
12666 Wed Aug 28 21:05:52 1996  Jeffrey A Law  (law@cygnus.com)
12667
12668         * libc/include/machine/ieeefp.h: Fix typo.
12669
12670 Wed Aug 28 19:47:55 1996  Mark Alexander  <marka@cygnus.com>
12671
12672         * libc/sys/d10v: New directory for D10V stuff.
12673         * libc/include/machine/ieeefp.h: Add D10V defines.
12674
12675 Mon Aug 26 13:34:58 1996  Doug Evans  <dje@canuck.cygnus.com>
12676
12677         * libc/include/sys/errno.h: Add winsup/include/sys/errno.h values:
12678         ELOOP, ENOBUFS, EAFNOSUPPORT, EPROTOTYPE, ENOTSOCK, ENOPROTOOPT,
12679         ESHUTDOWN, ECONNREFUSED, EADDRINUSE, ECONNABORTED, EWOULDBLOCK.
12680         * libc/string/strerror.c (strerror): Add them.
12681
12682 Thu Aug 22 16:38:19 1996  Jeffrey A Law  (law@cygnus.com)
12683
12684         * libc/sys/sysnecv850: New directory for v850 stuff.
12685
12686         * libc/machine/v850: New directory for v850 stuff.
12687         * libc/machine/v850/setjmp.S: setjmp/longjmp support.
12688
12689         * configure.in: Add support for the v850.
12690
12691         * libc/include/machine/ieeefp.h: Add v850 defines.
12692         * libc/include/machine/setjmp.h: Likewise.
12693         * libc/include/sys/config.h: Add v850 defines.
12694
12695 Sat Aug 17 04:06:36 1996  Geoffrey Noer  <noer@cygnus.com>
12696
12697         * libc/include/machine/ieeefp.h
12698         * libc/include/machine/setjmp.h
12699         * libc/include/sys/fcntl.h
12700         * libc/include/sys/signal.h
12701         * libc/include/sys/types.h
12702         * libc/stdlib/system.c:
12703         Fix preprocessor defines to match new scheme (_WIN32 for WIN32
12704         API availability, __CYGWIN32__ for cygwin32 environment specific).
12705
12706 Thu Aug 15 17:09:21 1996  Geoffrey Noer  <noer@cygnus.com>
12707
12708         * libc/include/stdlib.h: add multibyte character functions.  Add
12709         __eprintf for assert.
12710
12711 Thu Aug 15 11:15:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12712
12713         * libc/stdlib/malloc.h (MALLOC_ALIGNMENT): Use either pointer
12714         arithmetic or __alignof__ to properly get the alignment, instead
12715         of hardwiring it to 4.
12716
12717 Wed Aug 14 23:43:28 1996  Geoffrey Noer  <noer@cygnus.com>
12718
12719         * libc/stdio/fseek.c: add fflush call to adjust seek offset
12720         on append stream (fix from NetBSD sources), adjust curoff offset
12721         for ungetc's benefit.
12722         * libc/stdio/ftell.c: adjust curoff offset for ungetc's benefit.
12723         * libc/stdio/rewind.c: replace code with up to date NetBSD
12724         code to undo hacks made to work around above problem of not
12725         having fflush call mentioned above
12726
12727 Fri Aug  2 18:28:07 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12728
12729         * libc/reent/{closer.c, execr.c, fstatr.c, linkr.c, lseekr.c,
12730         openr.c, readr.c, sbrkr.c, signalr.c, statr.c, timer.c, writer.c}:
12731         Partially revert last changes.  The thread specific errno is set
12732         iff if the underlying syscall fails and the global errno is not
12733         zero.
12734
12735 Fri Jul 19 11:41:52 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12736
12737         * libc/reent/filer.c: Removed files, all functions have split out
12738         into their own files.
12739         * libc/reent/{closer.c, lseekr.c, openr.c, readr.c, writer.c}: 
12740         New files containing functions formally in filer.c
12741         * libc/reent/Makefile.in: Updated for above change.
12742
12743         * libc/reent/execr.c (_fork_r, _wait_r): Set errno if underlying
12744         syscall fails, not if errno is changed.
12745         * libc/reent/filer.c (_open_r, _close_r, _lseek_r, _read_r, 
12746         _write_r): Likewise.
12747         * libc/reent/fstatr.c (_fstat_r): Likewise.
12748         * libc/reent/linkr.c (_link_r, _unlink_r): Likewise.
12749         * libc/reent/sbrkr.c (_sbrk_r): Likewise.
12750         * libc/reent/signalr.c (_kill_r): Likewise.
12751         * libc/reent/statr.c (_stat_r): Likewise.
12752         * libc/reent/timer.c (_gettimeofday_r): Likewise.
12753
12754         * libc/reent/{execr.c, filer.c, fstatr.c, linkr.c, sbrkr.c,
12755         signalr.c, statr.c, timer.c} (errno): declare extern rather
12756         than as a common.
12757
12758         * libc/stdio/vfprintf.c (__sbprintf): Use the VFPRINTF macro
12759         instead of calling vfprintf so that i*printf will not require
12760         floating point support code.
12761         
12762 Mon Jul 15 16:50:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12763
12764         * libc/posix/execvp.c (execvp): Use posix_path_list_p to determine
12765         path delimiter.
12766         * libc/include/sys/unistd.h (_SC_PATH_RULES): Delete.
12767         (_PATH_RULES_{UNKNOWN,WIN32,POSIX}): Delete.
12768
12769 Thu Jul 11 14:34:14 1996  Geoffrey Noer  <noer@cygnus.com>
12770
12771         * libc/include/signal.h: _sig_func_ptr function takes an int
12772         * libc/include/sys/signal.h: sa_handler function takes an int
12773
12774 Tue Jul  9 21:22:32 1996  Jeffrey A Law  (law@cygnus.com)
12775
12776         * libc/include/machine/ieeefp.h: Simplify H8/S support.
12777         * libc/include/sys/config.h: Add missing H8/S conditional.
12778
12779 Sun Jun 30 12:05:46 1996  Doug Evans  <dje@canuck.cygnus.com>
12780
12781         * libc/include/sys/unistd.h (MAXPATHLEN): Add cygwin32 value.
12782
12783 Wed Jun 26 09:57:54 1996  Jeffrey A Law  (law@cygnus.com)
12784
12785         * libc/include/machine/setjmp.h: Handle H8/S.
12786         * libc/include/machine/ieeefp.h: Likewise.
12787         * libc/include/sys/config.h: Likewise.
12788         * libc/machine/h8300/{defines.h, memcpy.S, memset.S}: Likewise.
12789         * libc/machine/h8300/{reg_memcpy.S, reg_memset.S}: Likewise.
12790         * libc/machine/h8300/{strcmp.S, setjmp.S}: Likewise.
12791         * libc/sys/h8300hms/crt0.S: Likewise.
12792
12793 Tue Jun 25 23:15:45 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12794
12795         * Makefile.in (datadir): Set to $(prefix)/share.
12796         (oldincludedir, docdir): Removed.
12797         * doc/Makefile.in (datadir): Set to $(prefix)/share.
12798         (oldincludedir, docdir): Removed.
12799         * libc/Makefile.in (datadir): Set to $(prefix)/share.
12800         (oldincludedir, docdir): Removed.
12801         * libm/Makefile.in (datadir): Set to $(prefix)/share.
12802         (oldincludedir, docdir): Removed.
12803
12804 Fri Jun 21 19:24:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12805
12806         * libc/include/sys/reent.h (_REENT_INIT): Update for change to
12807         _reent struct.
12808
12809 Wed Jun 19 14:00:09 1996  Doug Evans  <dje@canuck.cygnus.com>
12810
12811         * libc/posix/execvp.c: Delete _WIN32 support.  For __CYGWIN32__
12812         fetch current path rules with sysconf and handler posix/win32
12813         appropriately.
12814
12815         * libc/include/sys/unistd.h (_PATH_RULES{,_POSIX,_WIN32}): Define.
12816
12817         * libc/include/process.h: Prepend '_' to P_{WAIT,NOWAIT,OVERLAY}.
12818         (WAIT_CHILD): Always define.
12819
12820 Sat Jun 15 17:50:42 1996  Ian Lance Taylor  <ian@cygnus.com>
12821
12822         * libc/stdlib/eprintf.c: New file.
12823         * libc/stdlib/Makefile.in (OFILES): Add eprintf.o.
12824         (eprintf.o): New target.
12825
12826 Thu Jun 13 16:44:32 1996  Doug Evans  <dje@canuck.cygnus.com>
12827
12828         * libc/sys/cygwin32/crt0.c (__cygwin_crt0_bp): New global.
12829         (mainCRTStartup): Do int3 if __cygwin_crt0_bp non-zero.
12830
12831 Thu Jun 13 17:45:17 1996  Mike Meissner  <meissner@rtl.cygnus.com>
12832
12833         * libc/include/machine/ieeefp.h: Add support for AIX and Windows
12834         NT in PowerPC endianess cases.
12835
12836 Tue Jun 11 12:26:28 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12837
12838         * libc/include/machine/ieeefp.h: Clean up PowerPC endianess.
12839
12840 Thu Jun  6 11:34:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12841
12842         * libc/string/strtok.c: Fix doc typo.
12843
12844 Mon Jun  3 11:30:00 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12845
12846         * libc/include/sys/reent.h (struct _reent): Removed _asctime,
12847         _next, _scanpoint, _signgam fields.
12848
12849         * libc/include/stdlib.h (rand_r): Added new declaration.
12850         (_rand_r, _srand_r): Removed declarations.
12851         * libc/stdlib/rand.c (_rand_r, _srand_r): Removed, these functions
12852         have been made obsolete by rand_r.
12853         * libc/stdlib/rand_r.c: New file, rand_r function as specified
12854         by POSIX.1c.
12855         
12856         * libc/string/strtok.c: Update documentation to describe
12857         strtok_r().
12858
12859 Sat Jun  1 23:50:39 1996  Michael Meissner  <meissner@cygnus.com>
12860
12861         * libc/include/sys/stat.h (stat structure): Use the expanded stat
12862         structure on Solaris, and PowerPC systems even though __svr4__ is
12863         defined.
12864
12865 Tue May 28 13:02:42 1996  Doug Evans  <dje@canuck.cygnus.com>
12866
12867         * libc/sys/go32/sys/errno.h (ENOSYS,ESPIPE): Keep values <= 255.
12868
12869 Fri May 17 10:34:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12870
12871         * host/any: Use ../.. rather than .. to get to the main build
12872         directory.  This matches the current layout of the build
12873         directory.
12874
12875 Wed May 15 15:52:27 1996  Jeffrey A Law  (law@cygnus.com)
12876
12877         * libc/machine/h8300/__main.S: Delete.  No longer needed.
12878         * libc/machine/h8300/Makefile.in: Corresponding changes.
12879         * libc/sys/h8300hms/crt1.c: New file.
12880         * libc/sys/h8300hms/Makefile.in: Corresponding changes.
12881         * libc/sys/h8300hms/crt0.s: Call __main.
12882
12883         * libc/sys/h8300hms/crt0.S: Use temporary label names
12884         for branch targets.
12885
12886 Mon May 13 14:26:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12887
12888         * libc/stdio/fopen.c (_fopen_r): Fix arguments to fseek.
12889
12890 Fri May  3 16:38:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12891
12892         * libc/reent/impure.c (_impure_ptr): Force the impure pointer into
12893         .sdata on the PowerPC so that we can link newlib with code
12894         compiled with -msdata.
12895
12896 Mon Apr 29 21:38:02 1996  Doug Evans  <dje@canuck.cygnus.com>
12897
12898         * libc/sys/arm/syscalls.c (_sbrk): Rename end to __end__.
12899
12900 Thu Apr 25 06:38:59 1996  Michael Meissner  <meissner@cygnus.com>
12901
12902         * libc/sys/cygwin32/crt0.c (mainCRTStartup): On PowerPC, set the
12903         exception handler to __cygwin_exception_handler.
12904
12905 Tue Apr 23 15:14:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12906
12907         * libc/include/machine/setjmp.h: Check _AM29K, not ___AM29K__.
12908
12909 Sun Apr 21 12:11:51 1996  Doug Evans  <dje@blues.cygnus.com>
12910
12911         * libm/math/Makefile.in ({w,wf}_cabs.o,{w,wf}_drem.o): Add rule for
12912         SunOS VPATH.
12913         * libc/stdlib/Makefile.in (atoff.o,atol.o,mblen.o,mbstowcs.o,
12914         wcstombs.o): Likewise.
12915
12916 Thu Apr 18 12:37:01 1996  Doug Evans  <dje@canuck.cygnus.com>
12917
12918         * libc/stdlib/environ.c (initial_env): New static local.
12919         (environ): Point to `initial_env'.
12920
12921         * libc/include/machine/setjmp.h: Clean up.
12922         (__H8300H__,__PPC__): Define _JBTYPE.
12923         (__arm__): Provide entry for.
12924         (sigjmp_buf): Delete.
12925         (jmp_buf): Use _JBTYPE if defined, otherwise int.
12926
12927 Thu Apr 18 12:10:52 1996  Jeffrey A Law  (law@cygnus.com)
12928
12929         * libc/machine/h8300/strcmp.S: Sign extend the result to
12930         32bits so we don't lose with -mint32.
12931
12932 Sun Apr 14 19:59:52 1996  Doug Evans  <dje@canuck.cygnus.com>
12933
12934         * libc/sys/go32/sys/errno.h: New file.
12935         * libc/sys/go32/Makefile.in (stat.o): Depend on stat.c.
12936         * libc/sys/go32/gerrno.s (syscall_error): Call __errno to get
12937         errno's address (make compatible with rest of newlib).
12938         * libc/sys/go32/stat.c (fixinode): Set errno upon failure.
12939         * libc/string/strerror.c (strerror): Surround each case with #ifdef.
12940
12941 Thu Mar 28 13:44:42 1996  Doug Evans  <dje@canuck.cygnus.com>
12942
12943         * libc/machine/sparc/{scan.c,shuffle.c}: New files.
12944         * libc/machine/sparc/Makefile.in: Build them.
12945         * libc/machine/sparc/machine/sparclet.h: New file.
12946
12947 Mon Mar 25 15:29:14 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12948
12949         * libc/machine/sh/asm.h: New file.
12950         * libc/machine/sh/setjmp.S: Only save clobbered registers.  Added
12951         support for SH3e's FP registers.  Use asm.h.
12952
12953 Mon Mar 25 11:59:23 1996  Jeffrey A Law  (law@cygnus.com)
12954
12955         * libc/stdio/vfprintf.c (cvt): Accept a reent structure
12956         as first argument.  Call _dtoa_r and pass the reent structure
12957         instead of calling __dtoa.
12958
12959 Fri Mar 22 13:59:37 1996  Jeffrey A Law  (law@cygnus.com)
12960
12961         * libc/include/sys/config.h: Define DOUBLE_IS_32BITS for
12962         the h8300, h8500, and others.  Add comments for some rather
12963         dubious code.
12964
12965 Thu Mar 14 18:04:43 1996  Ian Lance Taylor  <ian@cygnus.com>
12966
12967         * Makefile.in (check): Check that testsuite exists before cd.
12968
12969 Tue Mar 12 11:46:47 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12970
12971         * libc/include/string.h (strsep): Correct prototype.
12972
12973 Mon Mar 11 09:55:19 1996  Doug Evans  <dje@charmed.cygnus.com>
12974
12975         * libc/sys/h8300/_exit.c (_exit,__exit): Set r0 to 0 before `sleep'.
12976         * libc/sys/h8300/misc.c (_kill): Set r0 to indicate abort and `sleep'.
12977         * libc/sys/h8300/crt0.S (_start): Call exit instead of `sleep'.
12978
12979 Wed Mar  6 11:51:55 1996  Doug Evans  <dje@charmed.cygnus.com>
12980
12981         * libc/posix/{creat.c,isatty.c}: New files.
12982         * libc/posix/Makefile.in (OFILES): Add creat.o, isatty.o.
12983
12984         * libc/sys/sparc64/crt0.S (environ): Delete.
12985         (.LHaveBias): Renamed from HaveBias.
12986
12987 Thu Feb 15 10:48:37 1996  Doug Evans  <dje@charmed.cygnus.com>
12988
12989         * libc/stdlib/mallocr.c (etext): Move decl inside ifdef WARN_VLIMIT.
12990         (_morecore_r): Delete SBRK_IS_ALLOC support.
12991
12992 Tue Feb 13 09:44:09 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12993
12994         * libc/sys/cygwin32/Makefile.in (lib.a): Make lib.a with a dummy
12995         module rather than touch, so we don't get warning messages when
12996         all of the libraries are combined into libc.a.
12997
12998 Tue Feb 13 06:32:07 1996  Doug Evans  <dje@charmed.cygnus.com>
12999
13000         * libc/sys/sparclite/{Makefile.in,crt0.s}: Deleted.
13001         crt0.s replaced by version in libgloss.
13002
13003 Mon Feb  5 15:17:51 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13004
13005         * libc/reent/Makefile.in (OFILES): Add impure.o.
13006         * libc/reent/impure.o: New file, define initial reentrancy struct.
13007         * libc/reent/reent.c: Remove above definition.
13008
13009         * libm/math/sf_asinh.c: Fix typo.
13010
13011         * Makefile.in (MATHOBJS_IN_LIBC): Removed sr_ldexp.o and
13012         srf_ldexp.o.
13013         
13014         * libm/libm.texinfo: Change documentation to reflect changes
13015         in reentrancy model.
13016         * libm/math/w_gamma.c: Likewise.
13017
13018 Wed Jan 31 18:49:45 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13019
13020         * configure.in (*-*-cygwin32): New.
13021         (*-*-win32): Deleted.
13022         * libc/sys/win32 renamed libc/sys/cygwin32.
13023
13024 Tue Jan 30 22:09:03 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13025
13026         * libc/include/sys/file.h: New include file.
13027
13028 Fri Jan 26 15:52:54 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13029
13030         * libc/include/machine/setjmp.h: Increase size of PPC jmp_buf.
13031
13032 Tue Jan 23 17:49:16 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13033
13034         * libc/include/sys/wait.h (WIFSIGNALED): Fix.
13035
13036 Tue Jan 16 09:28:10 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13037
13038         * doc/makedoc.c (realloc): Declare at file scope.
13039         (catchar): Not here.
13040
13041 Wed Dec 27 15:45:23 1995  Doug Evans  <dje@canuck.cygnus.com>
13042
13043         * Makefile.in (VERSION): Update to 1.7.0.
13044         * {libc,libm}/Makefile.in (VERSION): Likewise.
13045         * configure.in: Minor clean up of multilib stuff.
13046
13047         From David Johnson <davidj@ICSI.Berkeley.EDU>
13048         * {libc,libm}/Makefile.in (lib[cm].a): Delete library first.
13049
13050         * libc/stdlib/environ.c: New file.
13051         * libc/stdlib/Makefile.in (OFILES): Build it.
13052         * libc/sys/h8500hms/crt0.c (environ): Deleted.
13053         * libc/sys/m88kbug/crt0.c (environ): Deleted.
13054         * libc/sys/z8ksim/crt0.c (environ): Deleted.
13055         * libc/sys/netware/environ.c: Deleted.
13056
13057 Tue Dec 19 15:24:46 1995  Kim Knuttila  <krk@cygnus.com>
13058
13059         * configure.in (links): set sys_dir, posix_dir, syscall_dir
13060
13061 Wed Dec 13 04:16:25 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
13062
13063         * doc/makedoc.c (init_string_with_size,nextword): Move malloc
13064         declaration out to external scope and declare it PTR, not char *.
13065
13066 Mon Dec 11 17:35:12 1995  steve chamberlain  <sac@slash.cygnus.com>
13067
13068         * libc/include/sys/unistd.h (getpagesize): New declaration.
13069         (_SC_PAGESIZE): New definition.
13070         * libc/include/time.h (CLK_TCK): Defined as CLOCKS_PER_SEC.
13071         * libc/configure.in (i[345]86-*-win32): Remove -DNO_FORK.
13072
13073 Fri Dec  1 16:48:46 1995  James G. Smith  <jsmith@cygnus.co.uk>
13074
13075         * libc/sys/vr4300/syscalls.c (sbrk): Fixed memory
13076         addressing. System call returns size, not (last address + 1).
13077
13078 Thu Nov 30 15:05:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13079
13080         * libm/math/*.c: Removed _foo_r() reentrancy API.
13081         * libc/include/math.h: Removed _foo_r prototypes and macros.
13082
13083         * libm/math/*.c: On systems with IEEE single precision "doubles" 
13084         move foo() -> foof() wrapper code from the files that implement
13085         the standard IEEE double precision functions to the files that 
13086         implement IEEE single precision functions. (ie. On those systems
13087         sin is moved from s_sin.c to sf_sin.c).  There should eventually
13088         be use of a C extension (like gcc's alias attribute) so that the
13089         wrappers are not needed at all.
13090
13091         * libc/sys/sysnec810/sbrk.c: Cast &end to char * to get around
13092         strict NEC V810 compiler.
13093         * libc/misc/dprintf.c (getnumber): Cast char * to unsigned char *
13094         for same reason.
13095
13096 Wed Nov 29 14:25:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13097
13098         * libc/stdlib/strtol.c (_strtol_r): Replaced with implementation
13099         from NetBSD C library.
13100         * libc/stdlib/strtoul.c (_strtoul_r): Likewise.
13101
13102         * libc/stdlib/assert.c (__assert): Renamed from __assertfail 
13103         and adapted from implementation I wrote for NetBSD C library.
13104         The difference is __assert doesn't take a format argument,
13105         so that there won't be multiple copies of the same string
13106         constant in the executable if assertions are enabled in
13107         more than one source module.
13108         * libc/include/assert.h (assert): Changed to call __assert.
13109
13110 Tue Nov 28 16:54:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13111
13112         * libc/stdlib/strtod.c (_strtod_r): Changed to not assign to
13113         word1 on systems with 32 bit doubles.
13114         * libc/stdlib/qsort.c (qsort): Cast some void *'s to char *'s
13115         so that we can do arithmetic on them.
13116         * libc/misc/dprintf.c: Changed to support stdarg.h for ANSI
13117         compilers.
13118         
13119 Tue Nov 28 16:03:32 1995  Doug Evans  <dje@canuck.cygnus.com>
13120
13121         * libc/sys/arm/crt0.S: Zero bss.
13122
13123 Fri Nov 24 16:09:23 1995  Doug Evans  <dje@deneb.cygnus.com>
13124
13125         * libc/include/unctrl.h: New file.
13126         * libc/misc/{Makefile.in,dprintf.c,unctrl.c,misc.tex}: New files.
13127         * configure.in (subdirs): Add libc/misc.
13128         * libc/Makefile.in (SUBDIRS): Add misc.
13129         (SUBLIBS): Add misc/lib.a.
13130
13131         * libc/include/sys/reent.h (struct _reent): Make __sf last member.
13132
13133 Wed Nov 22 19:49:47 1995  Doug Evans  <dje@deneb.cygnus.com>
13134
13135         * libc/stdio/vfprintf.c (__sbprintf): Init fake._data.
13136         (_vfprintf_r): Call CHECK_INIT.
13137
13138 Tue Nov 14 02:52:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13139
13140         * Makefile.in (MULTITOP): Delete.
13141         (MULTISRCTOP, MULTIBUILDTOP): Add.
13142         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
13143         instead of cfg-ml-pos.in.
13144
13145 Wed Nov  8 01:24:08 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
13146
13147         * libc/sys/vr4300/syscalls.c: Added clean version of sbrk().
13148         * libc/sys/vr4300/crt0.S: Cleaned up. Added check for FPU
13149         presence.
13150
13151 Thu Nov  2 22:25:06 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13152
13153         * libc/string/strtok.c: Include string.h to pick up strtok_r
13154         prototype.
13155
13156 Wed Nov  1 18:54:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13157
13158         * libc/string/strtok.c: include <_ansi.h>.
13159         * libc/time/asctime_r.c: `reresult' -> `result'.
13160
13161 Wed Nov  1 14:35:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13162
13163         * libc/time/{ctime.c, gmtime.c, lcltime.c}: Wrap functions
13164         in #ifndef _REENT_ONLY ... #endif conditional.
13165
13166         * libc/include/string.h (_strtok_r): Remove declaration.
13167         * libc/include/time.h (_asctime_r): Remove declaration.
13168         * libc/string/strtok.c (_strtok_r): Removed.
13169         * libc/time/asctime.c (_asctime_r): Removed.
13170
13171         * libc/string/Makefile.in (OFILES): Add new object.
13172         * libc/string/strtok_r.c: New file.  strtok_r function as
13173         specified by POSIX.1c, adapted from strtok implementation 
13174         from NetBSD C library.
13175         * libc/string/strtok.c (strtok): Reimplemented in terms of 
13176         strtok_r.
13177
13178         * libc/time/Makefile.in (OFILES): Add new objects.
13179         * libc/time/{asctime_r.c, ctime_r.c, gmtime_r.c, lcltime_r.c}:
13180         New files, reentrant time functions specified by POSIX.1c.
13181         * libc/time/{asctime.c, ctime.c, gmtime.c, lcltime.c}: Non-
13182         reentrant time functions re-written in terms of reentrant 
13183         functions.
13184         * libc/time/lcltime.c: Renamed from localtime.c
13185
13186         * libc/include/time.h: Add prototypes for asctime_r, ctime_r,
13187         gmtime_r, and localtime_r.
13188
13189 Sat Oct 28 14:34:31 1995  steve chamberlain  <sac@slash.cygnus.com>
13190
13191         * libc/sys/win32/crt0.c (mainCRTStartup): Call cygwin_crt0.
13192         * libc/include/sys/unistd.h (getlogin): Revert change of
13193         Oct 19.
13194         * libc/include/sys/signal.h (sigprocmask): Change prototype
13195         so it compiles with c++.
13196
13197 Wed Oct 25 15:43:18 1995  Michael Meissner  <meissner@cygnus.com>
13198
13199         * libc/include/machine/setjmp.h (PowerPC _JBLEN): Consider it a
13200         PowerPC if __PPC__ is defined.  Bump jump_buf length to 62 ints,
13201         to give some room in case we need to align the jmp_buf.
13202         
13203         * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Rewrite to use
13204         the new ppc-asm.h include file the compiler provides to specify
13205         function prologue/epilogue.  Eliminate saves of the xer and ctr
13206         registers, which are volatile.  Before starting to save registers,
13207         align to 8 byte boundary.
13208
13209 Mon Oct 23 11:20:51 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
13210
13211         * libc/sys/vr4300/syscalls.c: Added empty kill() function,
13212         referenced by standard libraries.
13213
13214 Thu Oct 19 21:39:47 1995  Fred Fish  <fnf@cygnus.com>
13215         
13216         * libc/unix/Makefile.in, libc/string/Makefile.in,
13217         libc/stdio/Makefile.in, libc/reent/Makefile.in,
13218         libc/posix/Makefile.in:
13219         Remove tabs from otherwise empty line.  Confuses some
13220         older non-GNU versions of "make".
13221
13222 Thu Oct 19 16:32:17 1995  steve chamberlain  <sac@slash.cygnus.com>
13223
13224         * libc/sys/unistd.h (getlogin): Returns const char *.
13225
13226 Wed Oct 18 12:57:50 1995  steve chamberlain  <sac@slash.cygnus.com>
13227
13228         * libc/include/fcntl.h (O_BINARY, O_TEXT): New.
13229         * libc/include/errno.h: Moved into and include...
13230         * libc/include/sys/errno.h: New file.
13231         * libc/include/sys/wait.h: New file.
13232         * libc/stdio/rename.c (_rename_r): Use _rename system call if available.
13233         * libc/sys/win32/*: Moved out.
13234         * libc/sys/win32/crt0.c: Rewritten to cope with shared library.
13235         * configure.in (i[345]86-*-win32): HAVE_RENAME
13236
13237 Wed Oct 18 09:58:27 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13238
13239         * libc/unix/sigset.c (sigemptyset, sigaddset): Prefix #undef to
13240         avoid macro expansion for these two names.
13241
13242 Tue Oct 17 08:45:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13243
13244         * libc/machine/h8500/psi.S: r6 renamed to fp.
13245
13246 Sun Oct 15 12:58:10 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
13247
13248         * configure.in (powerpc*): No longer need to define
13249         NO_LONGLONG_POINTERS to supress warnings.
13250
13251 Sat Oct 14 12:55:08 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13252
13253         * libc/reent/reent.c (_reclaim_reent): Call cleanup indirectly
13254         through PTR instead of directly.
13255
13256         * libc/sys/sh/crt0.S: Clean up formatting.  Delete unused
13257         non-standard constructor support.
13258
13259 Thu Oct 12 11:39:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13260
13261         * libc/stdlib/dtoa.c (_dtoa_r): Set result pointer to the
13262         address of the Bigint instead of the address of its _x field,
13263         as the size the result buffer was calculated accordingly.  
13264         Fix from Jim Wilson <wilson@chestnut@cygnus.com>.
13265
13266         * libc/stdlib/{div.c, ldiv.c}: Replaced with implementation
13267         from NetBSD C library.  No longer special cases division by 
13268         zero (which needs to be done by the application anyway), but
13269         it doesn't need to call abs() (or labs()) four times either.
13270         
13271         * libc/stdlib/qsort.c: Replaced with implementation from 
13272         NetBSD C library.
13273
13274 Tue Oct 10 14:01:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13275
13276         * libc/stdio/vfprintf.c: Replaced with implementation from
13277         NetBSD C library (which is derived from the 4.4BSD C library).
13278         * libc/stdio/cvt.c: Removed.
13279         * libc/stdio/Makefile: Updated.
13280         
13281 Tue Oct 10 12:15:23 1995  steve chamberlain  <sac@slash.cygnus.com>
13282
13283         * libc/sys/win32/syscalls.c (rename): New.
13284         * libc/sys/win32/include/winkernel.h (MoveFileExA): New.
13285
13286 Fri Oct  6 12:18:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13287
13288         * libc/machine/sh/Makefile.in (setjmp.o): Depend on setjmp.S.
13289         * libc/machine/sh/setjmp.S: Rename from setjmp.s.
13290
13291         * libc/sys/sh/Makefile.in (OFILES, all): Delete setjmp.o.
13292         (setjmp.o): Delete rule to build setjmp.o.
13293         * libc/sys/sh/setjmp.S: Delete file.
13294
13295 Fri Oct  6 11:19:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13296
13297         * libc/stdlib/mprec.c (d2b): Added support for _DOUBLE_IS_32BITS.
13298         * libc/stdlib/mprec.h: Fixed constants used for IEEE single float
13299         format.  Added #defines to map d2b, i2b, low0bits, lshift, mult,
13300         pow5mult and s2b to identifiers with leading underscores.
13301         * libc/stdlib/Makefile.in: Add mprec.h as a dependency to dtoa.o,
13302         ecvtbuf.o, mprec.o and strtod.o.  Sort dependencies.
13303
13304 Thu Oct  5 17:27:30 1995  steve chamberlain  <sac@slash.cygnus.com>
13305
13306         * libc/sys/posix/popen.c (sys/types.h): Include.
13307
13308 Thu Oct  5 16:33:01 1995  Doug Evans  <dje@canuck.cygnus.com>
13309
13310         * libc/sys/win32/syscalls.h (fhandler): New struct.
13311         (__lookup_fhandler, __lookup_fhandler_hook): Declare.
13312         (__fhandler_normal): Declare.
13313         (hinfo): New member op_handlers.
13314         * libc/sys/win32/syscalls.c (__read): Don't validate fd.
13315         (__write): Likewise.
13316         (_read, _write, _open, _close, _lseek): Validate fd here.
13317         Move file type specific stuff to foo_normal.
13318         (read_normal, write_normal, open_normal, close_normal, lseek_normal):
13319         New functions.
13320         (__lookup_fhandler): New function.
13321         (__lookup_fhandler_hook, __fhandler_normal): New variables.
13322
13323         From anders.blomdell@control.lth.se (Anders Blomdell)
13324         * libc/sys/win32/crt0.c (vfork_init): Unset __FD_TABLE__.
13325         Don't touch standard handles.
13326         * libc/sys/win32/spawn.c (_spawn): Use STARTF_USESTDHANDLES.
13327         (_execve): Only create __FD_TABLE__ if necessary.
13328         * libc/sys/win32/include/winkernel.h (STARTF_*): Define.
13329
13330 Thu Oct  5 14:25:14 1995  steve chamberlain  <sac@slash.cygnus.com>
13331
13332         * libc/sys/win32/sys/termios.h (FLUSHO): New.
13333         * libc/sys/win32/include/win*.h: Moved a load of prototypes around.
13334         * libc/sys/win32/pipe.c (_fctnl): Ignore F_SETFL without errors.
13335         * libc/sys/win32/exception.c (ehandler3): set strace when a signal
13336         without a handler is received.
13337         * libc/sys/win32/Makefile.in: Remove --nodelete.
13338         * libc/sys/win32/resouce.c (gettimeofday): New.
13339         * libc/sys/win32/syscalls.c (path_to_real_path): New.
13340         * libc/sys/win32/syscalls.h (include/wincon.h): Don't include.
13341
13342 Wed Oct  4 13:10:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13343
13344         * libc/sys/win32/dirsearch.c (opendir): stat real path name.
13345         Don't append "/*" to search pattern if trailing '/' already there,
13346         append "*".
13347         * libc/sys/win32/spawn.c (_spawn): CreateProcess doesn't seem to
13348         like /'s, convert them to \'s.  Handle //<drive>/ path names.
13349         Add space for quoted \'s in arg string.  Print translated prog name
13350         and original prog name.
13351         (_execve): Handle parent doing exec a teensy bit better.
13352         * libc/sys/win32/syscalls.h (__path_to_real_path): Update prototype.
13353         * libc/sys/win32/syscalls.c (__path_to_real_path): Don't assume
13354         path needs conversion, handle both cases.  Delete `const' from result.
13355         (hash_path_name): New function.
13356         (_open): Call it.
13357         (_stat): Likewise.  Fill in more fields for directories.
13358         * libc/sys/win32/wait.c (_wait): Explicitly pass -1 to waitpid.
13359         (wait_for_any): Fix trace message.
13360         (waitpid): Explicitly test for intpid == 0.
13361
13362         From anders.blomdell@control.lth.se (Anders Blomdell)
13363         * libc/sys/win32/spawn.c (__vfork_get_empty_entry): zero fill result
13364         so `next' is valid.
13365
13366 Sat Sep 30 15:00:15 1995  Jason Molenda  (crash@phyeaux.cygnus.com)
13367
13368         * libc/sys/win32/spawn.c (_spawn): Make quoting rules more
13369         complicated.
13370
13371 Sat Sep 30 10:25:57 1995  Jason Molenda    (crash@phydeaux.cygnus.com)
13372
13373         * libc/include/_ansi.h: set _HAVE_STDC if __STDC__ is defined
13374         at all, not just == 1.
13375         * libm/math/wf_acos.c (acosf): check for _HAVE_STDC, not __STDC__.
13376
13377 Sat Sep 30 04:30:09 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
13378
13379         * libc/sys/win32/include/winbase.h: include <wintypes.h> and <winnt.h>
13380         * libc/sys/win32/include/wintypes.h: include <winnt.h>
13381         * libc/sys/win32/include/winnt.h: avoid multiple inclusion of this
13382         file.
13383
13384 Fri Sep 29 01:49:17 1995  steve chamberlain  <sac@slash.cygnus.com>
13385
13386         * libc/sys/syscalls.c (getcwd): Fix off by one error.
13387
13388         * libc/sys/signal.c (sleep): Fill it in.
13389         * libc/sys/termios.c (tcflush): Use PurgeComm
13390         (tcsetattr): Set some more of the bits.
13391         * libc/sys/include/winkernel.h: Add PurgeComm and Sleep.
13392
13393 Fri Sep 29 04:33:53 1995  Doug Evans  <dje@deneb.cygnus.com>
13394
13395         * libc/sys/arm/crt0.S (fp): Initialize to 0.
13396         Conditionally include .idata$3 stuff ifdef __pe__.
13397
13398 Fri Sep 29 01:49:17 1995  steve chamberlain  <sac@slash.cygnus.com>
13399
13400         * libc/sys/win32/crt0.c (hmap_init): Call __init_hinfo.
13401         * libc/sys/win32/pipe.c (pipe): Ditto.
13402         * libc/sys/win32/syscalls.c (__read):  Use new vtime and vmin fields.
13403         * libc/sys/win32/syscalls.h (hinfo): vtime, vmin are new.
13404         * libc/sys/win32/termios.c (tcsetattr): Init new fields.
13405         (tcgetattr): Contents are new.
13406         * libc/sys/win32/include/winkernel.h (DCB): New.
13407         (GetCommState, SetCommState): New.
13408
13409 Thu Sep 28 16:29:09 1995  Doug Evans  <dje@deneb.cygnus.com>
13410
13411         * libc/sys/arm/crt0.S (_start): Define.
13412
13413 Thu Sep 28 12:26:45 1995  steve chamberlain  <sac@slash.cygnus.com>
13414
13415         * libc/sys/arm/crt0.S: Move stack to top of RAM on PIE board.
13416         * libc/sys/arm/syscalls.c (_read, _write): Use the SWI properly.
13417
13418         * libc/sys/win32/sysconf.c: New
13419         * libc/sys/win32/sys/winadvapi.h: New
13420         * libc/sys/win32/syscalls.h (hinfo): Added timeout_len, w_binary, r_binary.
13421         * libc/sys/win32/crt0.c (hmap_init): Initialize new fields.
13422         * libc/sys/win32/pipe.c (pipe): Ditto.
13423         * libc/sys/win32/signal.c (_raise): New.
13424         (_kill): Moved from spawn.c
13425         * libc/sys/win32/spawn.c (kill): Moved to signal.c
13426         * libc/sys/win32/syscalls.c (__read): Use new fields.
13427         (_open): Ditto.
13428         * libc/sys/win32/termios.c (tcflush, tcsetattr, tcgetattr): Fill in.
13429         * libc/sys/win32/exceptions.c (__stack_trace): Keep going for longer.
13430         * libc/include/sys/unistd.h (rmdir): Takes const path.
13431         * libc/include/sys/stat.h (mkdir): Takes const path.
13432         * libc/include/sys/signal.h (SIGTTOU, SIGTTIN): New for win32.
13433
13434 Thu Sep 28 10:11:27 1995  Doug Evans  <dje@canuck.cygnus.com>
13435
13436         * libc/sys/win32/spawn.c (_spawn): Fix quoting.
13437
13438         Add support for specifying paths as //<drive>/foo/bar.
13439         * libc/sys/win32/syscalls.h (__path_needs_conversion_p): Declare.
13440         (__path_to_real_path): Declare.
13441         (PATH_TO_REAL_PATH): New macro.
13442         * libc/sys/win32/syscalls.c (__win32_pid_to_posix_pid): Minor cleanup.
13443         (__path_needs_conversion_p, __path_to_real_path): New functions.
13444         (_open): Fix test for error return from CreateFileA.
13445         Handle new path syntax.
13446         (_link, mkdir, rmdir, getcwd, chdir, stat): Handle new path syntax.
13447         * libc/sys/win32/dirsearch.c (opendir): Likewise.
13448
13449 Wed Sep 27 16:36:46 1995  steve chamberlain  <sac@slash.cygnus.com>
13450
13451         * libc/sys/win32/include/*.h: Reorganized
13452         * libc/sys/win32/include/WINREADME: New.
13453         * libc/sys/win32/Makefile.in (DLLS): Build version.a.
13454         * libc/sys/win32/*.c: Fix for new include scheme.
13455         * libc/sys/win32/crt0.c (__this_uinfo_buf, __this_uinfo): New.
13456         * libc/sys/win32/getlogin.c (getlogin): Use uinfo.
13457         * libc/sys/win32/passwd.c (*): Fix.
13458         * libc/sys/win32/syscalls.c (get[e|][g|u]id): Use passwd info.
13459         (_stat): Get directory owner and permissions right.
13460         * libc/sys/win32/syscalls.h (uinfo): New.
13461         * libc/sys/win32/version.def: Remove leading underscores.
13462
13463 Tue Sep 26 18:18:47 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13464
13465         * libc/sys/win32/key.c: include "include/wincon.h".
13466
13467 Tue Sep 26 07:21:48 1995  steve chamberlain  <sac@slash.cygnus.com>
13468
13469         * libc/sys/win32/{key, stubs}.c: New.
13470         * libc/sys/win32/Makefile: Adjust to cope.
13471         * libc/sys/win32/crt0.c (vfork_init_first): Cope with -ve pids.
13472         (environ_init): Change env names to upper case.
13473         * libc/sys/win32/dirsearch.c (readdir): Don't fill in inode number.
13474         * libc/sys/win32/passwd.c (*): Fill in the functions.
13475         * libc/sys/win32/pipe.c (_fcntl): F_GETFL returns O_RDWR.
13476         * libc/sys/win32/spawn.c (_spawn): Cope with -ve pids.
13477         * libc/sys/win32/syscalls.c (__win32_pid_to_posix_pid): New function.
13478         (_open): Initialze hmap->execable_p too.
13479         * libc/sys/win32/syscalls.c (getuid, getgid, geteuid, getegid): Return from macros.
13480         (_fstat): Fill in permissions.
13481         * libc/sys/win32/syscalls.h (hinfo): Add execable_p.
13482
13483 Fri Sep 22 13:47:27 1995  Doug Evans  <dje@canuck.cygnus.com>
13484
13485         * configure.in (cfg-ml-com.in invocation): Use ${with_multilib_top}
13486         if defined.
13487         (cfg-ml-pos.in invocation): Likewise.
13488
13489 Fri Sep 22 11:43:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13490
13491         * Makefile.in (MATHOBJS_IN_LIBC): Added s_isinf.o, sf_isinf.o,
13492         s_isnan.o and sf_isnan.o.
13493
13494 Wed Sep 20 14:50:19 1995  Ian Lance Taylor  <ian@cygnus.com>
13495
13496         * All Makefile.in files: added maintainer-clean target as a
13497         synonym for realclean.
13498
13499 Wed Sep 20 11:02:50 1995  Jeff Law  (law@snake.cs.utah.edu)
13500
13501         * libc/include/machine/setjmp.h: Add hppa support.
13502         * libc/machine/hppa/setjmp.S: New file with setjmp/longjmp
13503         support.
13504         * libc/machine/hppa/Makefile.in: Related changes.
13505
13506 Tue Sep 19 12:09:01 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13507
13508         * configure.in (machine_dir): Don't set for v810-*-*.
13509
13510 Fri Sep 15 20:22:08 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13511
13512         * libc/sys/win32/crt0.c (passover): Change to handle MKS quoting
13513         conventions correctly.
13514
13515 Thu Sep 14 13:37:22 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13516
13517         * libc/stdio/puts.c: Update documentation of return value to match
13518         ANSI standard.
13519
13520 Thu Sep 14 01:52:37 1995  Doug Evans  <dje@canuck.cygnus.com>
13521
13522         Fix file descriptor inheritance.
13523         * libc/sys/win32/syscalls.h (CHILD_P): Define again.
13524         (NOT_OPEN_FD): Fix.
13525         * libc/sys/win32/spawn.c (vfork0): Only create inheritable handle if
13526         close-on-exec flag not set.  Initialize child's entire fd table.
13527         * libc/sys/win32/syscalls.c (_open): Only create inheritable handle if
13528         CHILD_P.
13529         * libc/sys/win32/pipe.c (pipe): Only create new handle as inheritable
13530         if CHILD_P.  Initialize entire hmap entry.
13531         (dup): Only create new handle as inheritable if CHILD_P.
13532         (dup2): Likewise.  Properly initialize hmap entry.
13533
13534         * libc/sys/win32/spawn.c (_execve): Don't pass _P_SEARCH_PATH to
13535         _spawn.
13536         (_exit): Use CHILD_P.
13537         * libc/sys/win32/syscalls.c (_fstat): Fix call to memset.
13538         (_stat): Likewise.
13539
13540 Mon Sep 11 23:09:39 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13541
13542         * libc/sys/win32/crt0.c (passover): fix up the state table.
13543         * libc/posix/popen.c: Added.
13544         * libc/posix/Makefile.in: compile popen.c.
13545         
13546 Mon Sep 11 11:43:38 1995  J.T. Conklin  <jtc@cygnus.com>
13547
13548         * libc/include/machine/ieeefp.h: On the h8/300, h8/300h and
13549         h8/500 define _DOUBLE_IS_32BITS.
13550
13551 Sat Sep  9 17:55:54 1995  Doug Evans  <dje@canuck.cygnus.com>
13552
13553         Get vfork/exec/spawn/cwait/wait working again.
13554         * libc/sys/win32/syscalls.h (VFORK_NEWBORN_PSEUDO_PID): Define.
13555         (procinfo): New member vfork_level.
13556         * libc/sys/win32/crt0.c (__vfork_next_pid): Delete.
13557         (vfork_init_first): Use GetCurrentProcessId to get pid.
13558         Initialize vfork_level.
13559         (vfork_init): Delete __PID__.
13560         (environ_init): New function.  Undo patch of Aug 19, Posix says
13561         environment variables are case sensitive.
13562         (mainCRTStartup): Call it.
13563         * libc/sys/win32/spawn.c (__vfork_next_pid): Delete.
13564         (my_longjump: Make static.
13565         (_spawn): New argument `h'.  Delete setting of __PID__.
13566         Delete local `idx'.  Look for chars that need quotes, rather than
13567         ones that don't.  Set handle of created process in `h'.
13568         Result is process id if created task.
13569         (allocate_spawn_entry): New function.
13570         (spawnvp, spawnv): Call it.  Store handle and pid in procinfo entry.
13571         (_execve): Set __FD_TABLE__ before spawning child.
13572         Scan our fd table when passing fds, not our parent's.
13573         Store handle and pid in procinfo entry.
13574         (vfork0): Ensure strace message always printed.
13575         Set child pid to VFORK_NEWBORN_PSEUDO_PID.
13576         (vfork): Don't clobber result of vfork0.
13577         * libc/sys/win32/wait.c (cwait): Fix non-error result (is pid).
13578         (wait_for_any): Ignore processes in state FORK_STATE_VFORK_0.
13579
13580         * libc/sys/win32/syscalls.h (procinfo): New members `handle_valid_p'
13581         and `exit_code'.
13582         * libc/sys/win32/spawn.c (allocate_spawn_entry): Initialize them.
13583         (vfork0): Likewise.  Distinguish children, grandchildren, etc. by
13584         adding vfork level to pseudo-pid.  
13585         (vfork1): If not root, set state back to FORK_STATE_VFORK_0.
13586         (spawnvp, spawnv, _execve): Set handle_valid_p if success.
13587         (_exit): If child, set exit code.
13588         (__vfork_record_death): Only close process handle if valid.
13589         * libc/sys/win32/wait.c (wait_for_single): Watch for children that
13590         didn't exec.
13591         (wait_for_any): Likewise.  Start scan after root entry.
13592
13593 Fri Sep  8 18:48:02 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
13594
13595         * libc/include/sys/types.h (off_t): off_t back to 32 bits.
13596         * libc/include/sys/_types.h (_off_t): _off_t back to 32 bits.
13597         * libc/sys/win32/syscalls.c (_fstat): st_size is lower 32-bits
13598         of actual file length.
13599
13600         * libc/sys/win32/sys/wait.h: include <sys/types.h>.
13601         * libc/include/paths.h: _PATH_BSHELL added.
13602         * libc/include/sys/unistd.h: define STDIN_FILENO, STDOUT_FILENO,
13603         and STDERR_FILENO.
13604
13605 Thu Sep  7 21:02:22 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
13606
13607         * libc/include/ar.h: Added.
13608         * libc/include/sys/types.h: ino_t goes back to 32-bits.
13609         * libc/sys/win32/syscalls.h (hinfo): added .namehash field.
13610         * libc/sys/win32/syscalls.c (_open): compute .namehash based
13611         on filename.
13612         (_fstat): use .namehash for inode number of the fd.
13613
13614 Thu Sep  7 12:57:19 1995  steve chamberlain  <sac@slash.cygnus.com>
13615
13616         * libc/sys/win32/{console,ioctl,pipe,spawn,syscalls,wait}.? (*):
13617          Change hinfo to __this_procinfo.
13618         * libc/sys/win32/crt0.c: Remove procinfo_list.
13619
13620 Wed Sep  6 18:38:26 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13621
13622         * libc/include/sys/types.h (ino_t): Define ino_t correctly for
13623         win32 environment.
13624
13625 Wed Sep  6 18:09:29 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
13626
13627         * libc/sys/win32/include/grp.h: Removed.
13628         * libc/sys/include/grp.h: Added.
13629         * libc/sys/win32/grp.c: Include <grp.h>.
13630
13631 Wed Sep  6 16:52:48 1995  steve chamberlain  <sac@slash.cygnus.com>
13632
13633         * libc/include/sys/signal.h (__need_MAX_SIGNALS): Removed.
13634         (sigset_t, sigaction, SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK):
13635         Defined for all but strict ANSI.
13636         * libc/include/sys/reent.h (__need_MAX_SIGNALS): Removed.
13637         * libc/include/machine/setjmp.h: Get win32 _JBLEN right.
13638         * libc/signal/signal.c (_signal_r): Changed from using
13639         _MAX_SIGNALS to NSIG.  
13640         * libc/sys/win32/crt0.c (__current_pid, __parent_hmap, __child_hmap,
13641          __hmap): Deleted.
13642         (__strace, __vfork_next_pid): New.
13643         (__exe_suffix): Default to 1.
13644         (passover, table): Understand quoted arguments.
13645         (vfork_init_first): New.
13646         (vfork_init): Initialize new process structure.
13647         (mainCRTStartup): Pass environ to main.
13648         * exceptions.c (__sig_mask): New
13649         (ehandler3): Ignore signals in mask.
13650         (really_exit): Remove CHILD_P test.
13651         * pipe.c (pipe, dup, dup2): Use new process and file structure.
13652         * resource.c (getrusage): Ditto.
13653         * signal.c (sigprocmask): New.
13654         * spawn.c (*): Rewritten.
13655         * syscalls.c (*): Use new process and file structure.
13656         (find_unused_handle): New.
13657         * syscalls.h (MAX_HANDLES): Deleted.
13658         (hinfo): Removed child_created_p.
13659         (MAX_CHILDREN): Deleted.
13660         (vfork_jmp_info, procinfo): New.
13661         * wait.c (*): Mostly new.
13662         * sys/strace.h (_STRACE_PARANOID): New.
13663         * sys/param.h: New file.
13664
13665 Wed Sep  6 17:03:53 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13666
13667         * libc/include/sys/stat.h: add S_BLKSIZE.
13668         * libc/include/sys/_types.h: _off_t is a 64-bit type under win32.
13669         * libc/include/sys/types.h: define off_t and ino_t to be 64 bit
13670         types under win32.
13671         (mode_t): add a #else to avoid multiple definitons.
13672
13673         * libc/sys/win32/Makefile.in: add grp.c.
13674         * libc/sys/win32/grp.c: include grp.h correctly.
13675         * libc/sys/win32/syscalls.c (_fstat): set almost all of the fields
13676         of the st structure with real information.
13677         * libc/sys/win32 (dirent): d_ino is of type ino_t.
13678
13679 Wed Sep  6 10:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
13680
13681         * libc/include/sys/types.h (mode_t): Correct for svr4 sparc's
13682         and (maybe) sparc64.
13683         (nlink_t): Provide typedef.
13684
13685 Tue Sep  5 18:46:05 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
13686
13687         * libc/sys/win32/grp.c: New file.
13688         * libc/sys/win32/include/grp.h: New file.
13689
13690 Tue Sep  5 13:47:27 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13691
13692         * libc/include/machine/ieeefp.h: Added whitespace to make this
13693         file easier to maintain.
13694         On the sh, define either __IEEE_BIG_ENDIAN or __IEEE_LITTLE_ENDIAN
13695         depending on the value of __LITTLE_ENDIAN__.
13696         On the sh3e, define _DOUBLE_IS_32BITS.
13697         
13698 Fri Sep  1 15:35:18 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13699
13700         * libc/sys/vr4300/syscalls.c: Added missing support
13701         routines. _raise() and getpid().
13702
13703 Fri Sep  1 14:12:48 1995  James G. Smith  <jsmith@rtl.cygnus.com>
13704
13705         * configure.in (mips*vr4300*-*-elf): Fixed silly mistake
13706
13707 Fri Sep  1 08:42:11 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13708
13709         * configure.in (mips*vr4300*-idt-*) Add support for RISQ monitor
13710         and VR4300 processor.
13711         * libc/sys/vr4300: Add directory.
13712         * libc/sys/vr4300/{Makefile.in, crt0.S, syscalls.c}: Add SIM
13713         monitor run-time support.
13714
13715 Thu Aug 31 09:16:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13716
13717         * libc/stdlib/Makefile.in (CHEWOUT_FILES): Removed atol.def.
13718         * libc/stdlib/stdlib.tex: Don't include atol.def.
13719
13720 Wed Aug 30 20:38:28 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13721
13722         * libc/sys/win32/uname.c (uname): hardcode processor as `i386'.
13723
13724 Wed Aug 30 10:48:08 1995  steve chamberlain  <sac@slash.cygnus.com>
13725
13726         * libc/ctype/Makefile.in: Fill in _to* dependencies.
13727
13728 Tue Aug 29 17:14:29 1995  steve chamberlain  <sac@slash.cygnus.com>
13729
13730         * libc/sys/win32/{dirsearch.c,sys/dirent.h}: Fix namespace problems.
13731         * libc/sys/win32/sys/dirent.h (struct dirent): Added d_ino.
13732         * libc/sys/win32/strace.c (__sys_printf): Increase size of buffer.
13733         * libc/sys/win32/smallprint.c (__small_vsprintf): Remove debug.
13734         * libc/sys/win32/dirsearch.c (readdir): Set d_ino.
13735
13736 Tue Aug 29 19:00:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13737
13738         * libc/stdlib/atol.c (atol): DEFUN -> _DEFUN.
13739
13740 Tue Aug 29 16:08:09 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13741
13742         * libc/stdlib/Makefile.in (OFILES): Added atoff.o and atol.o.
13743         * libc/stdlib/atoff.c: New file.
13744         * libc/stdlib/atof.c (atoff): Moved to atoff.c.
13745         * libc/stdlib/atoi.c (atol): Removed.
13746         * libc/stdlib/atol.c: Removed duplicate documentation.
13747
13748         * libc/include/ctype.h (_tolower, _toupper): Moved inside
13749         #ifndef _STRICT_ANSI conditional.
13750         * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o
13751         * libc/ctype/_tolower.c: New file.
13752         * libc/ctype/_toupper.c: New file.
13753         * libc/ctype/tolower.c (_tolower): Moved to _tolower.c.
13754         * libc/ctype/toupper.c (_toupper): Moved to _toupper.c.
13755         * libc/ctype/toascii.c (_toascii): Removed.
13756
13757 Tue Aug 29 12:17:32 1995  Doug Evans  <dje@canuck.cygnus.com>
13758
13759         * libc/sys/sparc64/sys/types.h: Deleted.
13760
13761 Mon Aug 28 22:06:08 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13762
13763         * libc/sys/win32/uname.c (uname): change `Windows/NT' to `Windows_NT'
13764         and recognize Windows_95 systems.
13765
13766 Mon Aug 28 19:50:54 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13767
13768         * libc/sys/win32/crt0.c (vfork_init, hmap_init): standard I/O fds
13769         and passed fds should be opened in text mode.
13770
13771 Mon Aug 28 18:51:22 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13772
13773         * libc/sys/win32/crt0.c (vfork_init): mark passed fds as used
13774         in __hmap, set to binary mode by default.
13775
13776 Tue Aug 22 14:12:37 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13777
13778         * libc/sys/sh/syscalls.c: Updated all functions to call __trap34.
13779         * libc/sys/sh/trap.S (__trap34): Renamed from __trap3.  Use trap
13780         vector 34.
13781
13782 Sat Aug 19 18:25:37 1995  steve chamberlain  <sac@slash.cygnus.com>
13783
13784         * Makefile.in (install): Install all libraries found in the
13785         top level.  If there's a sys/<type>/include directory,
13786         install those headers into include.
13787
13788         * libc/sys/win32/kernel.def351: Delete
13789         * libc/sys/win32/{comctl32.def, comdlg32.def, ctl3d32.def,
13790         glaux.def, glu32.def, largeint.def, libc.def, libcmt.def,
13791         lz32.def, mgmtapi.def, mpr.def, msacm32.def, msvcrt.def,
13792         nddeapi.def, netapi32.def, odbc32.def, odbccp32.def, oldnames.def,
13793         ole32.def, oleaut32.def, opengl32.def, rasapi32.def, rpcndr.def,
13794         rpcns4.def, rpcrt4.def, scrnsave.def, shell32.def, snmp.def,
13795         uuid.def, vdmdbg.def, version.def, vfw32.def, win32spl.def,
13796         winmm.def, winspool.def, winstrm.def, wsock32.def}: New.
13797
13798         * libc/sys/win32/Makefile.in: Update for new files and new dlltool options.
13799         * libc/sys/win32/crt0.c: Force all env names to upper case.
13800         * libc/sys/win32/sys/win*.h -> libc/sys/win32/include
13801         * libc/sys/win32/*.c: Headers have moved.
13802         * libs/sys/win32/*.[ch]: Test for open_p rather than BAD_HANDLE,
13803         __vfork_child_idx is now __vfork_child_ptr.
13804
13805         * posix/execvp (execvp): Don't crash if no PATH envname.
13806
13807 Fri Aug 18 12:22:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13808
13809         * libc/include/sys/reent.h (_Bigint): Removed _reclaim field.
13810         * libc/reent/reent.c (_reclaim_reent): Free Bigint's by going
13811         through the _freelist instead of through the _reclaim list.
13812         * libc/stdlib/mprec.c (_Balloc): Don't put new node on _reclaim list.
13813         * libc/stdlib/mprec.c (_Bcopy): Make like version in master dtoa.c
13814         sources.
13815
13816 Thu Aug 17 11:03:27 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13817
13818         * libc/machine/h8500/setjmp.S: New file.
13819         * libc/include/machine/setjmp.h: Updated for H8/500.
13820
13821 Wed Aug 16 16:19:11 1995  steve chamberlain  <sac@slash.cygnus.com>
13822
13823         * libc/sys/win32/syscalls.c (_open): More stracing.
13824         (_stat): Open the file in O_BINARY.
13825
13826 Wed Aug 16 15:49:01 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13827
13828         * libc/machine/h8300/setjmp.S: New file.
13829         * libc/include/machine/setjmp.h: Updated for H8/300 and H8/300H.
13830
13831 Tue Aug 15 10:31:09 1995  Doug Evans  <dje@canuck.cygnus.com>
13832
13833         * libc/sys/win32/crt0.c (__exe_suffix): New global.
13834         (mainCRTStartup): Set __exe_suffix from LIBC_EXE_SUFFIX.
13835         * libc/sys/win32/spawn.c (_spawn): Add .exe suffix based on
13836         __exe_suffix.  Free fd_tab after setting env variable.
13837         (spawnv,_execve): Update.
13838         * libc/sys/win32/syscalls.h (__exe_suffix): Declare.
13839         * libc/sys/win32/smallprint.c (puts,putn): New (static) functions.
13840         (__small_vfprintf): New function.
13841         * libc/sys/win32/strace.c (__sys_printf): Call __small_vfprintf.
13842         * libc/sys/win32/wait.c (cwait): Validate argument.
13843
13844         * libc/sys/win32/syscalls.c (queue_file_deletion): Add trace message.
13845         (process_deletion_queue): Likewise.
13846
13847         * libc/sys/win32/Makefile.in (lib.a): Don't call $(RANLIB).
13848
13849 Mon Aug 14 10:14:10 1995  steve chamberlain  <sac@slash.cygnus.com>
13850
13851         * libc/sys/win32: Copyrights and gratuitous indenting.
13852
13853 Mon Aug 14 01:32:58 1995  Doug Evans  <dje@canuck.cygnus.com>
13854
13855         * libc/sys/win32/syscalls.c (queue_file_deletion): Finish.
13856         (process_deletion_queue): Likewise.
13857         (__close_all_files): New function.
13858         (_close): Only queue file deletion if really a file.
13859         * libc/sys/win32/spawn.c (_spawn): Only ensure .exe suffix if
13860         _P_APPEND_EXE.
13861         (_exit): Call __close_all_files.
13862
13863         * libc/stdlib/system.c: #include <errno.h>.
13864         (_system_r): Fix results in -DNO_EXEC case.
13865
13866         * libc/sys/win32/sys/dirent.h (DIR): New member __d_dirname.
13867         Reorganize structure.
13868         * libc/sys/win32/dirsearch.c (opendir): Use stat to determine
13869         if argument is valid.  Save directory name in DIR.  malloc space
13870         for dirent struct separately.
13871         * libc/sys/win32/syscalls.c (stat): Fix test for directory.
13872
13873         * libc/include/errno.h (ENAMETOOLONG): Define.
13874         * libc/string/strerror.c (strerror): Reword ENFILE.
13875         Add ENOSYS, ENMFILE, ENOTEMPTY, ENAMETOOLONG.
13876
13877 Sun Aug 13 22:42:25 1995  Doug Evans  <dje@canuck.cygnus.com>
13878
13879         * libc/sys/win32/crt0.c (__progname): New global.
13880         (mainCRTStartup): Support strace=bitmask,filename.
13881         * libc/sys/win32/dirsearch.c (all fns): Add trace messages.
13882         * libc/sys/win32/syscalls.c (_write): Print parent trace message
13883         if error.
13884         (getcwd): Handle len too small.  Convert '\\' to '/'.
13885         * libc/sys/win32/sys/fcntl.h (O_RDWR): = O_RDONLY|O_WRONLY.
13886         Add prototypes for open, creat, fcntl.
13887         (O_APPEND): Change value to conform to Microsoft's value.
13888         * libc/sys/win32/sys/strace.h (_STRACE): Protect in do/while.
13889
13890         * libc/stdlib/getopt.c: New file.
13891         * libc/stdlib/Makefile.in: Build it.
13892
13893 Sat Aug 12 12:17:14 1995  Doug Evans  <dje@canuck.cygnus.com>
13894
13895         * libc/posix/execvp.c (execvp): Watch for DOS drives ifdef _WIN32.
13896         Fix scanning of $PATH.
13897         * libc/posix/exec*.c: Call _execve, not execve.
13898         * libc/posix/execve.c: New file.
13899         * libc/posix/Makefile.in (OFILES): Add execve.o.
13900
13901         * libc/sys/win32/sys/strace.h (_STRACE_ALL, _STRACE_UHOH,
13902         _STRACE_STARTUP, _STRACE_SYSCALL): More bit masks of things to trace.
13903         (_STRACE): If level==0, always print.  Handle new bit mask scheme.
13904         * libc/sys/win32/crt0.c: Update _STRACE calls.
13905         * libc/sys/win32/{pipe.c,resource.c,spawn.c,syscalls.c,wait.c}: Ditto.
13906
13907         * libc/sys/win32/smallprint.c (rn): Fix digit list.
13908
13909         * libc/sys/win32/syscalls.c (__really_exit): Move from here,
13910         * libc/sys/win32/exceptions.c (really_exit): to here. Avoid recursion.
13911         * libc/sys/win32/spawn.c (spawnvp): Pass `prog' as image name.
13912         Print __seterrno trace message first.
13913         (_execve): Renamed from execve.
13914         (vfork): Update __strace usage.
13915         (__vfork_child_pid): Deleted.
13916         (__vfork_children, __vfork_child_idx): New globals.
13917         (_spawnvp): New function.
13918         (spawnvp, spawnv, _execve): Call _spawnvp.
13919         (init_child): Record child in __vfork_children.
13920         (__vfork_get_entry, __vfork_record_death): New functions.
13921         * libc/sys/win32/crt0.c (mainCRTStartup): Initialize __vfork_children.
13922         * libc/sys/win32/kernel32.def (WaitForMultipleObjects): Define.
13923         * libc/sys/win32/syscalls.h (CHILD_P): New macro.  All files updated.
13924         (MAX_CHILDREN, CHILD_INTERIM_PID): Define.
13925         (children): New typedef.
13926         (__vfork_children,__vfork_child_idx): Declare.
13927         (__vfork_get_entry,__vfork_record_death): Declare.
13928         * libc/sys/win32/wait.c (wait_for_single,wait_for_any): New functions.
13929         (waitpid): Handle pid == -1.
13930         * libc/sys/win32/sys/wintypes.h (WaitForMultipleObjects): Declare.
13931         * configure.in (i386-win32): Add -DNO_FORK.
13932         * libc/syscalls/sysfork.c (fork): Don't define for NO_FORK.
13933         * libc/reent/execr.c (_fork_r): Likewise.
13934         * libc/stdlib/system.c (do_system): New function.
13935         If WIN32, try to get shell path from $SH_PATH, use vfork.
13936         (_system_r): Return 1 for (s == NULL) if WIN32 or unix,
13937         otherwise return 0.
13938
13939 Sat Aug 12 11:08:00 1995  steve chamberlain  <sac@slash.cygnus.com>
13940
13941         * libc/stdlib/{mallocr.c, mstats.c}: Move mstats from mallocr to mstats.c.
13942         * libc/sys/win32/fcntl.h: Don't include self.
13943         * libc/sys/win32/sys/strace.h (_STRACE_WM, _strace_wm): New.
13944         * libc/sys/win32/sys/winbase.h: (GetUserName) New.
13945         * libc/sys/win32/sys/wincon.h (HANDLER_ROUTINE): Define correctly.
13946         * libc/sys/win32/sys/wintypes.h (GetFileType, GetCurrentProcess, CloseHandle,
13947         SetFilePointer, CreateFileA, GetFileInformationByHandle, GetStdHandle):
13948         Correct prototypes.
13949         * libc/sys/win32/strace.c: New file.
13950         * libc/sys/win32/smallprint.c: New file.
13951         * libc/sys/win32/crt0.c (func): Delete.
13952         (mainCRTStartup): Fix alloca usage.  Set handles explictly.
13953         * libc/sys/win32/dirsearch.c: Clean up handle usage, fix calls to __seterrno.
13954         * libc/sys/win32/exceptions.c: Lint.
13955         * libc/sys/win32/{ioctl.c, pipe.c, resource.c, spawn.c, cwait.c, syscalls.c}:
13956         Clean up handle usage.
13957         * libc/sys/win32/syscalls.c (__sys_printf): Moved into strace.c
13958         (open.c): Default file type is text.
13959         * libc/sys/win32/uname.c (uname): Use __small_sprintf.
13960         * libc/sys/win32/advapi32.def: New      
13961
13962 Fri Aug 11 17:11:52 1995  Doug Evans  <dje@canuck.cygnus.com>
13963
13964         * configure.in (posix_dir, libc_posix_lib): New variables.
13965         Define LIBC_POSIX_LIB in makefile to be $libc_posix_lib.
13966         (i[345]86-*-win32): Define posix_dir.
13967         Delete -DNO_EXEC.  Define -DHAVE_OPENDIR.
13968         (if unix_dir): Fix typo.
13969         * libc/posix/{Makefile.in,closedir,opendir,readdir,rewinddir,
13970         scandir,seekdir,telldir}: New files.
13971         * libc/posix/{execl.c,execle.c,execlp.c,execv.c,execvp.c}: Move here
13972         from libc/unix.
13973         * libc/Makefile.in (LIBC_POSIX_LIB): Define.
13974         (SUBDIRS): Add posix.
13975         (SUBLIBS): Add $(LIBC_POSIX_LIB).
13976
13977         * libc/include/sys/signal.h (SIGCHLD): Add for _WIN32.
13978         (NSIG): Increase to 21.
13979         * libc/include/sys/unistd.h (pid_t): Move from here,
13980         * libc/include/sys/types.h (pid_t): to here.
13981
13982         * libc/sys/win32/syscalls.h: #include "sys/strace.h".
13983         (__ptrace): Delete.
13984         (hinfo): New members close_exec_p, child_created_p.
13985         (struct exception_list): Define.
13986         (__hmap): Redefine as pointer to table.
13987         (__parent_hmap, __child_hmap): New globals.
13988         (__set_errno, __really_exit): Declare.
13989         (__vfork_child_pid): Declare.
13990         * libc/sys/win32/crt0.c (__strace, __trace_file): New global.
13991         (__orig_stdin, __orig_stdout, __orig_stderr): New globals.
13992         (__parent_hmap, __child_hmap): New globals.
13993         (__hmap): Redefine as pointer to active map.
13994         (__get_console): New function.
13995         (mainCRTStartup): Change leading '=' in environ vars to '!'.
13996         (env __FD_TABLE__): Watch for this and initialize our fd/handle
13997         mapping table from it if defined.
13998         (argv, envp): Dump if __strace >= 4.
13999         (main): Call here.
14000         * libc/sys/win32/exceptions.c (myp): Redefine.
14001         (__syscalls_b): Delete.
14002         (__stack_trace): New function.
14003         (ehandler3): Update to use _STRACE.  Print stack trace.
14004         Call __really_exit instead of exit.
14005         (init_exceptions): Delete args argc,argv.  New arg mine.
14006         * libc/sys/win32/kernel32.def (CreatePipe, DuplicateHandle, FindClose,
14007         FindFirstFileA, FindNextFileA, GetComputerNameA,
14008         GetEnvironmentVariableA, ReadFile, SetEnvironmentVariableA): Define.
14009         * libc/sys/win32/signal.c (signal): Validate arg.
14010         (alarm, sleep): Define as stubs for now.
14011         * libc/sys/win32/syscalls.c (all fns): Update to use _STRACE.
14012         (__syscalls_b, errno): Delete.
14013         (__vfork_child_pid, __vfork_jmp_buf): New globals.
14014         (__seterrno): Handle more errors.
14015         (__sys_printf): Renamed from _ptrace.
14016         (__really_exit): New function.
14017         (queue_file_deletion, process_deletion_queue): New functions.
14018         (__resume_parent): New function.
14019         (_unlink): Handle trying to delete open file.
14020         (__totime_t): Renamed from totime_t.
14021         (setsid, __read, __write): New functions.
14022         (cwait, spawnvp, R, D, getrusage, _execve, _fork, _wait): Delete.
14023         * libc/sys/win32/{dirsearch.c,getlogin.c,misc.c,resource.c,passwd.c,
14024         times.c,spawn.c,pipe.c,wait.c,termios.c,ioctl.c,uname.c}: New files.
14025         * libc/sys/win32/console.c: Update to new definition of __hmap.
14026         * libc/sys/win32/Makefile.in: Build new files.
14027         * libc/sys/win32/sys/{dirent.h,winerror.h,wait.h,termios.h}: New files.
14028         * libc/sys/win32/sys/{ioctl.h,utsname.h}: New files.
14029         * libc/sys/win32/sys/strace.h: Renamed from ptrace.h.
14030         * libc/sys/win32/sys/wintypes.h (GetCurrentDirectoryA): Fix prototype.
14031
14032 Thu Aug 10 16:32:52 1995  Doug Evans  <dje@canuck.cygnus.com>
14033
14034         * libc/sys/h8500hms/misc.c (kill): Handle SIGABRT.
14035
14036 Thu Aug 10 12:07:38 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14037
14038         * libc/stdlib/{dtoa.c, strtod.c}: Merged assorted changes that
14039         have been made to the master dtoa.c sources (from netlib.att.com)
14040         since they were integrated into newlib in early 1992.  Fixes
14041         problems with storage leaks and handling of numbers with very
14042         negative exponents.
14043         
14044 Wed Aug  9 14:18:39 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14045
14046         * Makefile.in (all): set rootpre and srcrootpre before calling
14047         sub-makes.
14048
14049 Tue Aug  8 17:20:45 1995  steve chamberlain  <sac@slash.cygnus.com>
14050
14051         * libc/sys/win32/crt0.c: Change __hmap usage.
14052         * libc/sys/win32/exceptions.c: Use _ptrace call.
14053         * libc/sys/win32/syscalls.c: Use _ptrace call.
14054         (read, write): Cope with DOS style CRLF when in TEXT mode.
14055         * libc/sys/win32/syscalls.h: Declare hinfo struct.
14056         * libc/sys/win32/user32.def: Get DefWindowProc arg list right.
14057         * libc/sys/win32/sys/fcntl.h, ptrace.h: New.
14058         * libc/sys/win32/sys/windows.h: Fill in rest of messages.
14059         * libc/sys/win32/sys/wintypes.h: Fix attribute syntax.
14060
14061 Mon Aug  7 13:04:54 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14062
14063         * libc/include/math.h (cabs, cabsf, drem, dremf): New declarations.
14064
14065         * libm/math/{w_cabs.c, wf_cabs.c, w_drem.c, wf_drem.c}: New files,
14066         wrappers for hypot() and remainder() for BSD libm compatibility.
14067         These are public domain implementations written by me for the
14068         NetBSD libm some time ago.  Note cabs() is required by ucbtest.
14069         * libm/math/Makefile.in (obj): Added w_cabs.o and w_drem.o.
14070         (fobj): Added wf_cabs.o and wf_drem.o.
14071
14072 Thu Aug  3 08:13:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14073
14074         * libc/sys/h8500hms/misc.c: New file.
14075         * libc/sys/h8500hms/Makefile.in (OFILES): Add misc.o.
14076
14077 Wed Aug  2 16:46:27 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14078
14079         * libc/time/localtime.c (localtime): Fix problem with leap year
14080         handling.  Stole algorithm from Arthur David Olson's tz code.
14081         
14082 Mon Jul 31 10:21:54 1995  steve chamberlain  <sac@slash.cygnus.com>
14083
14084         * configure.in: (z8k-*sim): Renamed z8k-*-coff.
14085
14086         * libc/sys/z8ksim/glue.c (_getpid, _kill): New
14087         (_exit): Use argument.
14088
14089 Fri Jul 28 15:17:04 1995  Doug Evans  <dje@canuck.cygnus.com>
14090
14091         * libc/sys/win32/sys/winbase.h (_WINBASE_H): Define.
14092
14093 Wed Jul 26 16:24:19 1995  steve chamberlain  <sac@slash.cygnus.com>
14094
14095         * libc/sys/sh/trap.S (perrno): Align correctly. (pr 7532)
14096
14097 Mon Jul 24 13:42:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14098
14099         * configure.in (sparc*): Add -DMALLOC_ALIGNMENT=8 to
14100         target_cflags.
14101
14102 Mon Jul 24 11:42:07 1995  steve chamberlain  <sac@slash.cygnus.com>
14103
14104         * libc/sys/win32/crt0.c (mainCRTStartup):  Look for
14105         ptrace with case insensitivity
14106         * libc/sys/win32/{user32.def, gdi32.def, exceptions.c, screen.c,
14107         sys/winbase.h,  sys/windows.h, sys/wintypes.h, sys/winuser.h}:
14108         New files.
14109
14110 Fri Jul 21 11:22:26 1995  Doug Evans  <dje@canuck.cygnus.com>
14111
14112         * Makefile.in: Multilib support moved to ../cfg-ml-{com,pos}.in.
14113         (MULTITOP, MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): New variables.
14114         (all, install, *clean): Use new multilib support.
14115         * configure.in: Multilib support moved to ../cfg-ml-{com,pos}.in.
14116
14117 Fri Jul 21 07:11:42 1995  steve chamberlain  <sac@slash.cygnus.com>
14118
14119         * libc/include/sys/signal.h (__WIN32__): New.
14120
14121         * configure.in (i386-*-win32): Remobe SBRK_IS_ALLOC.
14122
14123         * libc/stdlib/mprec.c (Balloc): Fix trampling problem.
14124         (ulp, b2d): Handle 32 bit doubles.
14125         * libc/stdlib/mprec.h:  Handle 32 bit doubles.
14126         * libc/stdlib/strtod.c (_strtod_r): Ditto.
14127
14128 Fri Jul 14 08:24:58 1995  steve chamberlain  <sac@slash.cygnus.com>
14129
14130         from medp@primag.co.uk:
14131         * libc/stdio/setvbuf.c (setvbuf): Fix line buffering on
14132         dynamically allocated buffers.
14133
14134 Thu Jul 20 10:11:03 1995  Fred Fish  <fnf@fishbowl>
14135
14136         * libc/include/sys/unistd.h (_exit):  Add _ATTRIBUTE ((noreturn)).
14137         * libc/stdlib/exit.c (unistd.h):  Include to pick up _exit() declaration.
14138
14139 Thu Jul 20 10:16:25 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14140
14141         * configure.in (powerpc): Fix previous fix.
14142
14143 Wed Jul 19 14:08:55 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14144
14145         * configure.in (powerpc-*eabiaix*): Update PowerPC multilib
14146         directories for this target.
14147
14148 Wed Jul 19 00:34:30 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14149
14150         * configure.in (hppa): Add machine_dir definition.
14151         * libc/machine/hppa: New directory with PA specific implementations
14152         of the basic memory/string functions.
14153
14154 Tue Jul 18 21:16:00 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14155
14156         * configure.in: Update current PowerPC multilib directories.
14157         Split big and little endian configurations.
14158
14159 Tue Jul 18 11:55:33 1995  Ian Lance Taylor  <ian@cygnus.com>
14160
14161         * configure.in: Add --enable-single-float option to configure to
14162         control use of MIPS single-float directories.  Default to yes.
14163
14164         * Makefile.in (all): Don't recurse into multilib directory if it
14165         does not exist.
14166
14167 Mon Jul 17 15:51:30 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14168
14169         * libc/sys/sh/syscalls.c: Fix typo.
14170
14171 Mon Jul  3 14:38:52 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14172
14173         * Makefile.in, libc/Makefile.in, libc/sys/Makefile.in:
14174         Pass down DLLTOOL.
14175         * libc/include/process.h: Define WAIT_CHILD.
14176         * libc/include/types.h: Get sizes right for win32.
14177         * configure.in (i386-*-pe): Becomes i386-win32.
14178         * libc/sys/win32/{crt0.c, kernel32.def, longjmp.c, setjmp.c, syscalls.c
14179         wintypes.h,sys/file.h,sys/resource.h}: Second pass.
14180         * libc/stdlib/mallocr.c: Don't round up memory block if SBRK_IS_ALLOC
14181         is defined.
14182
14183 Wed Jun 28 18:34:54 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14184
14185         * configure.in (i[345]86-*-pe):  New target (NT).
14186         * host/any: DLLTOOL new.
14187         * libc/sys/win32/{crt0.c, kernel32.def, longjmp.c, setjmp.c, syscalls.c
14188         wintypes.h,sys/file.h,sys/resource.h}: Preliminary support for
14189         WIN32 (just enough to cross host the comp-tools).
14190
14191 Thu Jun 22 11:45:18 1995  Doug Evans  <dje@canuck.cygnus.com>
14192
14193         * libc/machine/h8300/{cmpsi.S,ucmpsi.S,divhi3.S,mulhi3.S,mulsi3.S}:
14194         Deleted.  These files live in gcc/config/h8300/lib1funcs.asm now.
14195
14196 Mon Jun 19 11:40:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14197
14198         * libc/include/machine/ieeefp.h (arm): Change to always be
14199         __IEEE_BIG_ENDIAN (even on little endian ARM's).
14200
14201 Thu Jun  8 14:22:28 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14202
14203         * libc/sys/crt0.S: Initialze sp, and call exit after main.
14204         * libc/sys/syscalls.c (abort): New.
14205         * configure.in (arm): Define ABORT_PROVIDED.
14206
14207 Wed Jun  7 14:04:35 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14208
14209         * configure.in (powerpc): Define multidirs.
14210
14211 Mon Jun  5 16:10:13 1995  Doug Evans  <dje@canuck.cygnus.com>
14212
14213         * libc/sys/arm/crt0.S: Add __USER_LABEL_PREFIX__ support.
14214
14215 Thu Jun  1 10:51:47 1995  Sean Eric Fagan <sef@cygnus.com>
14216
14217         * configure.in (sparclite): Delete target_cflags.  Define multidirs.
14218
14219 Wed May 24 14:23:25 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14220
14221         * configure.in, libc/include/machine/ieeefp.h: Modified
14222         for arm:
14223         libc/machine/arm/*, libc/sys/arm/*: New
14224
14225 Tue May 23 13:53:07 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14226
14227         * libc/include/machine/ieeefp.h: Use __PPC__ instead of
14228           __powerpc__ when determining endianness.
14229
14230 Wed May 10 07:55:56 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14231
14232         * configure.in (m68*): Add multidir for the m68332.
14233
14234         * host/any (CC): Fix typo in last change.
14235
14236 Fri Apr 14 22:20:31 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14237
14238         * libc/include/sys/config.h: Test __m68k__ instead of __m68000__
14239         when determining endianness.
14240         * libc/include/machine/ieeefp.h: Ditto.
14241         * libc/machine/m68k/setjmp.S: Use '&' instead of '#' for immediate
14242         operands.
14243
14244 Fri Apr 14 14:14:29 1995  Doug Evans  <dje@chestnut.cygnus.com>
14245
14246         * libc/include/errno.h (ENOTEMPTY): Define.
14247
14248 Thu Apr  6 12:21:20 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14249
14250         * configure.in (sparc-sun-sunos*): Add -DMALLOC_ALIGNMENT=8 to
14251           target_cflags.
14252
14253         * libc/sys/sun4/Makefile.in (COPYOFILES): Added rem.o, multiply.o,
14254           and umultiply.o.
14255
14256         * libc/stdio/tmpnam.c (worker): Unconditionally increment count
14257           instead of only when open succeeds.  ANSI requires that multiple
14258           calls to tmpnam() result in different files.
14259
14260         * libc/sys/sun4/Makefile.in (COPYRENAMEOFILES): New macro, list of
14261           objects pulled in from /lib/libc.a that must be renamed before
14262           being pulled into newlib.  /lib/libc.a's div.o conflicted with
14263           newlib's file with the same name.
14264
14265         * libc/stdlib/ldiv.c (ldiv): Call labs() instead of abs().
14266
14267         * host/any (CC, AS, AR, RANLIB): Changed so that executables in
14268           the build tree will only be used if the executables are present
14269           (instead of just the Makefiles).
14270
14271         * libc/include/stdlib.h (mblen, mbtowc, wctomb, mbstowcs,
14272           wcstombs): Define.
14273         * libc/stdlib/{mblen.c, mbstowcs.c, wcstombs.c}: New files, null
14274           versions of these functions that I orignally wrote for the
14275           NetBSD C library.
14276         * libc/stdlib/{mbtowc.c, wctomb.c}: Replaced functions with
14277           versions I wrote for NetBSD.
14278
14279 Wed Mar 29 12:42:42 1995  Kung Hsu  <kung@mexican.cygnus.com>
14280
14281         * libc/sys/sparclite/Makefile.in: add crt0.s and make info.
14282         * libc/sys/sparclite/crt0.s: ditto.
14283
14284 Tue Mar 28 20:28:03 1995  Rob Savoye  <rob@rtl.cygnus.com>
14285
14286         * configure.in: Add soft-float for proelf.
14287
14288 Mon Mar 27 12:07:56 1995  Steve Chamberlain  <sac@bang.hack.com>
14289
14290         * libc/stdlib/mprec.h (Bcopy): Copy the right number
14291         of bytes.
14292
14293 Mon Mar 27 11:24:22 1995  Doug Evans  <dje@chestnut.cygnus.com>
14294
14295         * Makefile.in (all): Depend on `force'.
14296         * configure.in (syscall_dir): Renamed from fake_sys_dir.
14297         (libc_syscall_lib): Renamed from libc_fake_sys_lib.
14298         (LIBC_SYSCALL_LIB): Renamed from LIBC_FAKE_SYS_LIB.
14299         * libc/Makefile.in: Likewise.
14300         * libc/include/reent.h: Update syscall references.
14301         (_fcntl_r): Add prototype.
14302         * libc/syscalls/*.c #include <reent.h>.
14303         (*) Call reentrant version if REENTRANT_SYSCALLS_PROVIDED.
14304
14305 Mon Mar 20 16:57:39 1995  Doug Evans  <dje@deneb.cygnus.com>
14306
14307         * libc/include/sys/stat-dj.h (S_ISBLK): Define.
14308         (S_ISCHR, S_ISDIR, S_ISFIFO, S_ISREG): Define.
14309         * libc/include/sys/stat.h (stat-dj.h): Include ifdef MSDOS.
14310         (time.h, sys/types.h): Always include (even if MSDOS).
14311         (stat): Fix prototype.
14312
14313 Fri Mar 10 11:30:38 1995  Ian Lance Taylor  <ian@cygnus.com>
14314
14315         * configure.in (i[345]86-*-go32): Compile with -DNO_EXEC.
14316
14317 Mon Feb 27 18:00:39 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14318
14319         * libc/machine/h8500/psi.S (EXTPSIHI_RN_SN): Ifdef out.
14320
14321 Mon Feb 13 16:10:03 1995  Ian Lance Taylor  <ian@cygnus.com>
14322
14323         * libc/include/regdef.h: New file.
14324         * libc/machine/mips/machine/regdef.h: New file.
14325
14326 Mon Feb  6 15:24:29 1995  Doug Evans  <dje@canuck.cygnus.com>
14327
14328         * libc/sys/sparc64/sys/fcntl.h (open): Add ellipsis.
14329
14330 Fri Jan 27 13:52:10 1995  Steve Chamberlain  <sac@splat>
14331
14332         * libc/sys/sh/crt0.S: Pass main's return to exit.
14333         * libc/sys/sh/trap.S: Put errno in the right place.
14334
14335 Tue Jan 24 18:57:56 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14336
14337         * libm/math/e_rem_pio2.c (__ieee754_rem_pio2): Integrate change
14338         from fdlibm 5.2: handle |x| < 3pi/4 more efficiently.
14339         * libm/math/ef_rem_pio2.c: Likewise.
14340         * libm/math/e_log10.c: Remove unused static one.
14341         * libm/math/ef_log10.c: Likewise.
14342         * libm/math/s_frexp.c: Likewise.
14343         * libm/math/sf_frexp.c: Likewise.
14344
14345 Sun Jan 22 21:26:14 1995  Steve Chamberlain  <sac@splat>
14346
14347         * libc/sys/go32/Makefile.in, clock.S, dir.c, setjmp.S, stat.c,
14348         longjmp.S: Upgraded.
14349         * libc/sys/go32/sys/setjmp.h: Upgraded.
14350         * libc/sys/go32/sys/go32.h, dpmi.h: New files.
14351
14352 Fri Jan 20 18:33:18 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14353
14354         * configure.in: Add many entries to multidirs for mips targets.
14355
14356 Wed Jan 18 10:19:25 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14357
14358         * libm/math/e_jn.c (__ieee754_yn): Integrate change from fdlibm
14359           5.2 which fixes bug where jn(-1,x) is three times larger than
14360           the actual answer.
14361         * libm/math/ef_jn.c (__ieee754_ynf): Likewise.
14362
14363 Sun Jan 15 21:48:58 1995  Steve Chamberlain  <sac@splat>
14364
14365         * libc/sys/w65/sys/syscalls.h: New file
14366         * libc/include/machine/ieeefp.h: W65 support.
14367         * libc/include/sys/config.h: Ditto.
14368         * libc/machine/w65/Makefile.in, cmpsi, divsi3, lshrhi.s, mulsi3.c,
14369         sdivhi3.s, smulhi3.s, udivhi3.s, umodhi3.s: New files.
14370         * libc/sys/w65/Makefile.in, crt0.c, syscalls.c, trap.c: New files.
14371
14372 Wed Jan 11 15:59:01 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14373
14374         * libc/sys/Makefile.in (lib.a, crt0.o): Depend upon subs.
14375
14376 Tue Jan  3 15:57:03 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14377
14378         * Makefile.in, configure.in: Remove any references to the old
14379         "stub" dir.
14380
14381 Thu Dec 22 10:42:08 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14382
14383         * libc/syscalls/sysopen.c: Write _HAVE_STDC version of open, which
14384         uses ... in prototype.
14385
14386
14387 Wed Nov 30 08:39:42 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
14388
14389         * libc/sys/a29khif/sys/libconfig.h: Remove.
14390         * libc/sys/go32/sys/libconfig.h: Remove.
14391         * libc/sys/sun4/sys/libconfig.h: Remove.
14392         * libc/sys/sysvi386/sys/libconfig.h: Remove.
14393         * libc/sys/sysvnecv70/sys/libconfig.h: Remove.
14394         * libc/sys/sparc64/sys/libconfig.h: Remove.
14395
14396         * libc/include/_ansi.h (_FLOAT_ARG, _FLOAT_RET): Don't define.
14397         * libc/include/sys/config.h (_FLOAT_ARG, _FLOAT_RET): Likewise.
14398         * libc/include/math.h: Change all uses of _FLOAT_RET and
14399         _FLOAT_ARG to float.
14400         * libm/test/math.c: Likewise.
14401         * testsuite/libm.sac/math.c: Likewise.
14402         * testsuite/libm.sac/working/math.c: Likewise.
14403
14404 Wed Nov 23 22:39:28 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
14405
14406         * libc/sys/sh/trap.s,crt0.s,setjmp.s: Renamed with .S so that
14407         gcc calls gas with endian option.
14408         * configure.in (sh): Build little endian version too.
14409
14410 Wed Nov 16 18:21:45 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14411
14412         * configure.in: Configure big and little endian versions for MIPS
14413         targets.
14414
14415 Sat Nov 12 21:12:51 1994  Doug Evans  <dje@canuck.cygnus.com>
14416
14417         * libc/include/limits.h: Deleted.
14418         * libc/include/machine/limits.h: Deleted.
14419
14420 Thu Nov 10 15:32:44 1994  Rob Savoye  <rob@rtl.cygnus.com>
14421
14422         * ChangeLog: Remove stub directory. This has all been rewritten
14423         and moved to devo/libgloss.
14424
14425 Thu Sep 29 18:31:04 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14426
14427         * Makefile.in (dvi): Add to info target, use $@ in sub make.
14428         (docs): Merge into info target.
14429         * libm/Makefile.in (dvi): Add $(srcdir).
14430         * libm/math/Makefile.in (chobjs): Remove underscores from file
14431         names.  Texinfo doesn't like them.
14432         (wacos.def, ...): Add explicit targets for all .def files.
14433         * libm/math/math.tex: Remove underscores from @include file names.
14434         * doc/Makefile.in (dvi): Add dummy target.
14435         * testsuite/Makefile.in (dvi): Add dummy target.
14436
14437 Mon Sep 26 21:17:46 1994  Doug Evans  (dje@canuck.cygnus.com)
14438
14439         * Makefile.in (VERSION): Define.  For net newlib releases.
14440
14441 Thu Sep 22 19:01:26 1994  Doug Evans  (dje@canuck.cygnus.com)
14442
14443         * README: New file.
14444
14445 Mon Sep 19 16:35:23 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14446
14447         * libc/stdlib/ecvtbuf.c (_gcvt): Undo last change.
14448
14449 Mon Sep 19 11:44:23 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14450
14451         * libc/stdlib/setenv.c (_findenv): Declare.
14452
14453         * libc/include/sys/fcntl.h: Fix declarations of open, creat, and
14454         fcntl to not use _EXFUN, and change string parameters to open and
14455         creat to be ``const char *''.
14456         * libc/sys/sparc64/sys/fcntl.h: Likewise.
14457         * libc/sys/sparc64/creat.c (creat): Make PATH const.
14458         * libc/syscalls/sysopen.c: Include <fcntl.h>.
14459         (open) Make _FILE const.
14460         * libc/sys/z8ksim/glue.c (_open): Make BUF const.
14461         (_creat): Make PATH const.
14462         * libc/sys/h8300hms/syscalls.c (_open): Make PATH const.
14463         * libc/sys/h8500hms/syscalls.c (_open): Likewise.
14464         * libc/sys/m88kbug/syscalls.c (open): Likewise.
14465         * libc/sys/sh/syscalls.c (_open): Likewise.
14466         * stub/shared/glue.c (open): Make BUF const.
14467         * stub/ex93x/syscalls.c (open): Make FILENAME const.
14468
14469 Thu Sep  8 16:39:12 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
14470
14471         * libc/include/errno.h: Add ENMFILE
14472         * libc/include/sys/config.h: Support Z8000.
14473         * libc/include/sys/signal.h: New signals for go32.
14474         * libc/machine/h8500/psi.S (__addpsir0r0): New function
14475         * libc/machine/h8500/cmpsi.S (__ucmppsi2): New function
14476         * libc/machine/sh/sdivsi3.s (__sdivsi3): Rewritten.
14477         * libc/stdlib/mallocr.c (_morecore_r): Minimum chunk
14478         size is variable, depending upon CHUNK_POWER.
14479         * libc/sys/go32/*.c: Upgrade to new go32 stuff.
14480
14481 Sun Sep  4 17:42:43 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14482
14483         * libc/stdlib/ecvtbuf.c (_gcvt): Output '-' for negative numbers.
14484
14485 Fri Sep  2 10:56:01 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14486
14487         * libc/include/_ansi.h (_PARAMS): Don't define if already defined.
14488
14489 Wed Aug 24 11:11:03 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14490
14491         * configure.in: Change i[34]86 to i[345]86.
14492
14493         * libc/include/math.h: Don't define HUGE_VAL if it is already
14494         defined.
14495
14496 Wed Aug 17 15:18:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14497
14498         * testsuite/libm.sac/test_erfc.c: Correct some result values.
14499         * testsuite/libm.sac/test_gammaf.c: Likewise.
14500         * testsuite/libm.sac/test_sin.c: Likewise.
14501         * testsuite/libm.sac/test_tanh.c: Likewise.
14502
14503 Tue Aug 16 16:12:53 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14504
14505         * libc/include/machine/ieeefp.h: Don't try set endianness if it is
14506         already set.  Define typedefs __int32_t and __uint32_t.
14507         * libc/include/math.h: Include <machine/ieeefp.h>.
14508         (union __dmath): Use __uint32_t.
14509         * libm/math/fdlibm.h, libm/math/*.c: Use __int32_t and __uint32_t
14510         instead of int and unsigned int.
14511
14512 Thu Aug 11 15:16:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14513
14514         Replace the math library with the SunPRO fdlibm package.
14515         * libm/math: Completely changed all files.
14516         * libm/ieeefp: Remove contents and directory.
14517         * libm/Makefile.in (LIBM_FP_LIB): Remove.
14518         (SUBDIRS): Just set to math/lib.a.
14519         * libm/libm.texinfo: Updated for new library.
14520         * libc/include/math.h: Extensive changes for new math library.
14521         * libc/include/ieeefp.h (isnanf, isinff, finitef): Change argument
14522         from _FLOAT_ARG to float.
14523         (maxpowtwo, maxpowtwof): Don't declare.
14524         * configure.in (fp_dir): Removed; was always ieeefp anyhow.
14525         (libm_fp_lib): Removed.
14526         * Makefile.in (MATHOBJS_IN_LIBC): Updated with new file names.
14527         * testsuite/libm.paranoia/Makefile.in (check): Correct --srcdir
14528         argument to ${RUNTEST}.
14529         * testsuite/libm.sac/Makefile.in (LOCAL_CFLAGS): Define.
14530         (.c.o): New rule.
14531         (RUNTESTFLAGS): Set CC and CFLAGS.
14532         (TESTS): Remove test_log2 and test_log2f.
14533         (${TESTS}): Pass ${LOCAL_CFLAGS}, not ${CFLAGS}.
14534         * testsuite/libm.sac/math.c (run_vector_1): Use float, not
14535         _FLOAT_ARG, for single precision argument type.
14536         * testsuite/libm.sac/sac.exp: Treat an error in bit 63 as an
14537         expected failure.  Close the input pipe.
14538         * testsuite/libm.sac/test.c (test_sok, test_iok, test_scok):
14539         Correct misspelling of inaccurate.
14540         (test_mok): Use ``inaccurate'', not ``wrong''.
14541         * testsuite/libm.sac/{test_acos.c, test_acosh.c, test_asin.c,
14542         test_asinh.c, test_atan.c, test_atanh.c, test_ceil.c,
14543         test_ceilf.c, test_cos.c, test_cosh.c, test_erf.c, test_erf.c,
14544         test_fabs.c, test_floor.c, test_floorf.c, test_fmod.c,
14545         test_fmodf.c, test_gamma.c, test_log1p.c, test_log1pf.c,
14546         test_yn.c): Correct many result values.  Many are still wrong.
14547
14548         * libc/stdlib/ecvtbuf.c (print_e): If _dtoa_r sets decpt to 9999,
14549         just copy the string.
14550         (_gcvt): Always return the buffer.
14551
14552 Tue Aug  9 13:43:23 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14553
14554         * bcopy.c: fixed documentation, bcopy was not specified by ANSI.
14555
14556 Wed Aug  3 05:39:41 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14557
14558         * libc/include/sys/reent.h: (struct _Bigint): add _reclaim
14559         structure.
14560         (struct _reent): add _p5s, _cvtlen, _cvtbuf.
14561         (_reclaim_reent): declare new entry point.
14562         * libc/reent/reent.c (cleanup_glue, _reclaim_reent): new
14563         functions.
14564
14565         * libc/stdlib/mprec.c (Balloc): Keep track of every struct bigint
14566         ever allocated, so that we can later reclaim them all.
14567         (pow5mult): make reentrant.
14568
14569         * libc/stdlib/ecvtbuf.c (fcvtbuf, ecvtbuf): extend these functions
14570         so that when given NULL as a buffer, return a pointer to static
14571         space in the rent structure.  This is not documented behaviour;
14572         it's only to support ecvt and fcvt, which aren't ANSI anyway.
14573         * libc/stdlib/efgcvt.c (fcvt, ecvt) Use new functionality (and
14574         therefore become reentrant).
14575         
14576         * libc/stdlib/dtoastub.c: remove spurious inclusion of mprec.h.
14577
14578 Mon Aug  1 16:52:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14579
14580         * libc/include/machine/ieeefp.h: Check _AM29K, not ___AM29K__.
14581
14582 Thu Jul 28 15:40:21 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14583
14584         * Makefile.in: Make link to libg.a after libc.a; this is needed
14585           for the testsuites to build executables when everything comes
14586           from the tree.
14587
14588 Mon Jun 27 17:14:29 1994  Bill Cox  (bill@rtl.cygnus.com)
14589
14590         * libc/Makefile.in: Add a VERSION variable so we can keep track.
14591         * libm/Makefile.in: Add a VERSION variable so we can keep track.
14592
14593 Wed Jun 22 10:26:00 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14594
14595         * libc/include/stdio.h: Use __VALIST, not va_list.
14596
14597 Tue May 17 15:43:28 1994  Bill Cox  (bill@rtl.cygnus.com)
14598
14599         * testsuite/config/unix-libm.exp, testsuite/lib/libm.exp,
14600         testsuite/libm.sac/execute.exp:
14601           Replace error proc calls with perror calls.
14602
14603 Wed May 11 09:25:28 1994  Doug Evans  (dje@canuck.cygnus.com)
14604
14605         * libc/include/*.h: #include "_ansi.h" instead of <_ansi.h>.
14606         * libc/include/time.h: #define NULL as 0L.
14607
14608 Mon May  9 18:41:20 1994  Doug Evans  (dje@canuck.cygnus.com)
14609
14610         * host/any (INCLUDES): Delete -I of gcc/include, gcc -B takes
14611         care of it.
14612
14613 Mon May  9 18:39:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14614
14615         * libc/include/sys/signal.h: Check for __GO32__, not __i386__ and
14616         not __unix__.
14617
14618 Sat May  7 17:07:36 1994  Steve Chamberlain  (sac@cygnus.com)
14619
14620         * configure.in (TARGET_CFLAGS): Set -O2 as default.
14621         (z8k-*-*): Use syscalls fake sys dir.
14622         * libc/sys/z8k/glue.c: Rename syscalls.
14623         * libc/sys/go32/Makefile.in: Use new routines.
14624         * libc/machine/Makefile.in: Fix typo in ln stuff.
14625
14626 Thu May  5 13:47:48 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14627
14628         * Makefile.in (libm.a, crt0.o): Use cp if ln fails.
14629         * libc/Makefile.in (crt0.o): Likewise.
14630         * libc/machine/Makefile.in (lib.a): Likewise.
14631         * libc/sys/Makefile.in (lib.a, crt0.o): Likewise.
14632
14633         All Makefile.in files: Added mostlyclean, realclean and distclean
14634         targets.
14635
14636         * Makefile.in: Don't bother to unexport XTRAFLAGS or
14637         XTRAFLAGS_FOR_TARGET, since they are no longer passed down from
14638         the top level Makefile.
14639
14640 Tue Apr 26 15:10:34 1994  Doug Evans  (dje@canuck.cygnus.com)
14641
14642         * libc/sys/sparc64/sys/stat.h: New file.
14643         * libc/sys/sparc64/sys/time.h: New file.
14644         * libc/sys/sparc64/sys/types.h: New file.
14645
14646 Fri Apr 22 12:58:24 1994  Stan Shebs  (shebs@andros.cygnus.com)
14647
14648         * stub/ex93x/crt0.s (start): Add code to clear bss.
14649
14650 Wed Apr 13 10:34:58 1994  Doug Evans  (dje@canuck.cygnus.com)
14651
14652         * libc/include/sys/types.h (time_t): Properly protect inside
14653         #ifndef __time_t_defined.
14654
14655         * libc/stdio/fileno.c: New file.
14656         * libc/stdio/Makefile.in (OFILES, CHEWOUT_FILES): Add fileno.
14657         (fileno.o): Add dependency.
14658         * libc/include/stdio.h (__sgetc): Rename never to _never.
14659         (fileno macro): Disable, needs to do CHECK_INIT first.
14660
14661 Mon Apr 11 17:37:09 1994  Bill Cox  (bill@rtl.cygnus.com)
14662
14663         * testsuite/Makefile.in (EXPECT, RUNTEST): Set these for the check
14664         goal.
14665
14666         * testsuite/Makefile.in (check): Set TCL_LIBRARY for runtest.
14667         * testsuite/libm.paranoia/Makefile.in (check): Set TCL_LIBRARY for
14668         runtest.
14669         * testsuite/libm.sac/Makefile.in (check): Set TCL_LIBRARY for
14670         runtest.
14671
14672 Sat Apr  9 16:18:09 1994  Doug Evans  (dje@cygnus.com)
14673
14674         * libc/sys/sparc64/sys/fcntl.h: New file, define solaris versions
14675         of the various constants.
14676
14677 Thu Apr  7 21:19:07 1994  Mark Eichin  (eichin@cygnus.com)
14678
14679         * libc/include/math.h: #ifndef __math_68881 around things which
14680         conflict with the (gcc-provided) inline functions in
14681         gcc/ginclude/math-68881.h.
14682
14683 Thu Apr  7 02:50:43 1994  Doug Evans  (dje@cygnus.com)
14684
14685         * libc/include/_syslist.h (_gettimeofday): Define.
14686         (_times): Ditto.
14687         * libc/include/reent.h: #include <machine/types.h> to get _CLOCK_T_.
14688         (struct tms, timeval, timezone): Declare.
14689         (_gettimeofday_r, _times_r): Declare.
14690         * libc/include/time.h (_CLOCK_T_): Don't #undef.  Remove
14691         #ifdef _CLOCK_T_ surrounding definition of clock_t.
14692         (time_t): Add multiple definition protection, __time_t_defined.
14693         * libc/include/sys/time.h: Don't #include <time.h>.
14694         Always define struct timezone (remove #ifndef _TIME_H_).
14695         * libc/include/sys/times.h (_CLOCK_T_): Don't #undef.  Remove
14696         #ifdef _CLOCK_T_ surrounding definition of clock_t.
14697         * libc/reent/Makefile.in (OFILES): Add timer.o.
14698         (CHEWOUT_FILES): Add timer.def.  Add timer.o/timer.c dependence.
14699         * libc/reent/timer.c: New file.
14700         * libc/time/clock.c: #include <reent.h>.
14701         (clock): Call _times_r instead of times.
14702         * libc/time/time.c (HAVE_GETTIMEOFDAY): Renamed from
14703         HAVE_GET_TIME_OF_DAY.
14704         Add comment regarding supporting OS routine(s) required (for docs).
14705         #include <reent.h>.
14706         (time): Call _gettimeofday_r instead of gettimeofday.
14707         * libc/time/asctime.c: Fix comment regarding supporting OS routines.
14708         * libc/time/ctime.c: Ditto.
14709         * libc/time/strftime.c: Ditto.
14710         * libc/sys/sparc64/Makefile.in (TEMPLATE_SFILES): Remove gettimeofday.
14711         (TEMPLATE_SFILES_R): Define here.  Also define times.
14712         Add times_r.o/times.S dependence.
14713         (time2.c, junk.c): Deleted.
14714         * libc/sys/sparc64/time2.c: Deleted.
14715         * configure.in (sparc64-*-*): Define HAVE_GETTIMEOFDAY.
14716
14717         * libc/stdio/mktemp.c (_getpid_r): Renamed from _getpid.
14718         * libc/stdio/tmpnam.c (_getpid_r): Ditto.
14719         * libc/sys/sparc64/junk.c: Deleted.
14720
14721 Mon Mar 21 16:51:03 1994  Doug Evans  (dje@canuck.cygnus.com)
14722
14723         * libc/sys/sparc64/Makefile.in: Add times syscall.
14724         * libc/sys/sparc64/crt0.S: Handle stack bias at run time so we can
14725         be used with and without it.  Add comment clarifying Medium/Anywhere
14726         model requirements.
14727         * libc/sys/sparc64/sigsetjmp.S (setjmp, longjmp): Add svr4 support.
14728         * libc/sys/sparc64/sys/syscall.h (SYS_times): Define for sunos4
14729         even if obsolete.
14730
14731 Sun Mar 20 15:51:47 1994  Doug Evans  (dje@cygnus.com)
14732
14733         * configure.in (target_cflags): Move init.
14734         (sparc64-*-*): Define HAVE_BLKSIZE.
14735
14736 Wed Mar  9 10:44:52 1994  Doug Evans  (dje@canuck.cygnus.com)
14737
14738         * libc/include/sys/_types.h: New file.
14739         * libc/include/reent.h: #include it.
14740         Add comment describing REENTRANT_SYSCALLS_PROVIDED and
14741         MISSING_SYSCALL_NAMES.
14742         Sort syscalls.
14743         * libc/include/_syslist.h: Remove _raise.
14744         * libc/reent/signalr.c: New file.
14745         * libc/reent/Makefile.in: Compile it.
14746         * libc/signal/signal.c: Only use ifdef SIMULATED_SIGNALS.
14747         Add doc for raise and _raise_r.
14748         * libc/signal/raise.c: Only use ifndef SIMULATED_SIGNALS.
14749         (raise): Call _raise_r.
14750         (_raise_r): Call _getpid_r and _kill_r.
14751         * libc/stdlib/abort.c: Remove inclusion of stdio.h and _syslist.h.
14752         (abort): Loop forever calling raise and _exit.
14753
14754 Mon Mar  7 14:40:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14755
14756         * configure.in: Remove extraneous echo.
14757
14758 Thu Mar  3 12:14:22 1994  Doug Evans  (dje@canuck.cygnus.com)
14759
14760         * libc/sys/sparc64/sys/dirent.h (MAXNAMLEN): #undef to avoid
14761         collision with unistd.h, and fix for svr4.
14762
14763 Wed Mar  2 13:55:25 1994  Doug Evans  (dje@canuck.cygnus.com)
14764
14765         * libc/stdio/local.h (_llicvt): Declare.
14766         (CVT_BUF_SIZE): Define (and buffer size from 512 to 128).
14767         * libc/stdio/cvt.c: Include "local.h" to get CVT_BUF_SIZE.
14768         (_llicvt): Define.
14769         (_sicvt): Fix function header (`value' is short).
14770         * libc/stdio/vfprintf.c (_vfprintf_r): Use CVT_BUF_SIZE.
14771         Add printing of long long's support.
14772         Add printing of 8 byte pointer support.
14773
14774 Fri Feb 11 21:52:11 1994  Steve Chamberlain  (sac@sphagnum.cygnus.com)
14775
14776         * libc/sys/sh/syscalls.c (pipe, execv, wait, fork, utime, chown,
14777         stat, chmod): New hooks. 
14778         (sbrk): Abort if stack and heap collide.
14779         * libc/machine/sh/udivsi3, libc/machine/sh/sdivsi3 Modified to
14780         shortcut when given small args.
14781         * libc/machine/sh/setjmp.s: Rewritten.
14782         * libc/machine/sh/strcmp.s (strcmp): New function takes advantage
14783         of cmp/str instruction.
14784
14785 Wed Feb  9 15:12:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14786
14787         * configure.in: Accept powerpc* as a CPU type, using fp_dir ieeefp
14788         and machine_dir powerpc.
14789         * libc/include/machine/setjmp.h, libc/include/machine/ieeefp.h:
14790         Add cases for __powerpc__.
14791         * libc/machine/powerpc/Makefile.in, libc/machine/powerpc/setjmp.S:
14792         New files.
14793
14794         * libc/include/stdio.h (_iprintf_r): Declare correctly.
14795
14796 Thu Jan 27 10:36:27 1994  Steve Chamberlain  (sac@cygnus.com)
14797
14798         * libc/stdlib/callocr.c: New file with _calloc_r in it.
14799         * libc/stdlib/calloc.c (calloc_r): Now in callocr.c
14800
14801 Thu Jan 20 15:14:37 1994  Doug Evans  (dje@canuck.cygnus.com)
14802
14803         * libc/stdlib/ecvtbuf.c (print_f): Remove local "done".
14804         (print_e): More comments to describe args, etc.
14805         "type" arg may now be 'g' or 'G' for %g/G format --> remove
14806         trailing blanks.
14807         (_gcvt): Remove locals decpt, sign, end, p, done.
14808         More comments for print_e invocation.
14809         Pass "type" to print_e as is (g/G).
14810
14811 Wed Jan 19 16:34:18 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14812
14813         * stub/shared/m68k-crt0.S: Changed so it compiles (and runs) on a
14814         stock m68000. 
14815
14816 Mon Jan 17 15:41:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14817
14818         * libc/stdlib/mallocr.c (_morecore_r): Fix aligning of pointer so it
14819         works with any sized pointer, including ones bigger than ints and
14820         longs.
14821
14822 Thu Jan  6 14:53:21 1994  Doug Evans  (dje@canuck.cygnus.com)
14823
14824         * libc/sys/sparc64/{time2.c,utime.S,utime2.c}: New files.
14825
14826 Sat Dec 11 16:17:20 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14827
14828         * libc/include/stdlib.h (_calloc_r): Add prototype.
14829         * libc/machine/h8500/negsi2.c: New file.
14830         * libc/machine/h8500/divsi3.c: Prevent overflow when dividing v
14831         large unsigned numbers.
14832         * libc/machine/h8500/cmpsi.c: Add cmppsi.
14833         * libc/stdlib/mallocr.c (morecore_r): Fix aligning pointers so it
14834         works when sizeof(size_t) != sizeof(char *).
14835         * libc/stdlib/mprec.c (Balloc): Call calloc rather than malloc to
14836         get play area
14837         * libc/stdlib/mprec.h: Define Just_16 if generating for z8000.
14838
14839 Mon Dec  6 15:59:53 1993  Doug Evans  (dje@rtl.cygnus.com)
14840
14841         * libc/include/assert.h (assert): Handle -traditional.
14842
14843 Tue Nov 16 15:49:24 1993  Mark Eichin  (eichin@cygnus.com)
14844
14845         * Makefile.in: added ; after every "fi" and "done" that wasn't at
14846         the end of a line (ie. anything before a backslash continuation)
14847         so that bash handles them.
14848
14849 Tue Nov 16 12:31:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14850
14851         * libc/sys/go32/lstat.s: new file, copied from stat.s and renamed
14852         stat to lstat
14853
14854 Mon Nov 15 15:50:43 1993  Steve Chamberlain  (sac@jonny.cygnus.com)
14855
14856         * libc/sys/sh/crt0.s, libc/sys/sh/trap.s,
14857         libc/machine/sh/sdivsi3.s, libc/machine/sh/setjmp.s,
14858         libc/machine/sh/udivsi3.s: Use new calling convention.
14859
14860 Mon Nov 15 15:25:38 1993  Mark Eichin  (eichin@cygnus.com)
14861
14862         * libc/include/sys/unistd.h, libc/include/sys/stat.h: ANSI-fy
14863         chmod, access, chdir, chown by making _path const. Also fix _amode
14864         param of access.
14865
14866 Fri Nov 12 20:25:28 1993  Mark Eichin  (eichin@cygnus.com)
14867
14868         * libc/sys/a29khif/_tmpnam.s (_tmpnam): renamed function to
14869         _khif_tmpnam, because it doesn't comply with ANSI but may be
14870         useful anyway. Real tmpnam was already in libc/stdio, and was
14871         colliding with this one (pr 2176.) 
14872         * libc/sys/a29khif/stubs.s (tmpnam): removed tmpnam. This file is
14873         the wrong idea anyhow.
14874
14875 Mon Nov  8 07:50:16 1993  Doug Evans  (dje@canuck.cygnus.com)
14876
14877         * configure.in: Remove h8300h, we have multilib now.
14878
14879 Fri Nov  5 12:37:27 1993  Mark Eichin  (eichin@cygnus.com)
14880
14881         * libc/string/strcasecmp.c, libc/string/strncasecmp.c: new
14882         functions, to get preference over the ones in libiberty (since we
14883         provide correct declarations in <string.h>.
14884         * libc/string/Makefile.in: add support for strncasecmp,
14885         strcasecmp.
14886
14887 Fri Nov  5 09:05:45 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14888
14889         * Change netware config not to look for cpu explicitly.
14890
14891 Thu Nov  4 14:21:25 1993  Doug Evans  (dje@canuck.cygnus.com)
14892
14893         * libc/sys/sparc64/{creat.c,junk.c}: New files.
14894         * libc/sys/sparc64/Makefile.in: Add dependencies.
14895
14896 Wed Nov  3 10:42:49 1993  Doug Evans  (dje@canuck.cygnus.com)
14897
14898         * configure.in: Clean up v9 a bit, new "os" aoutv8.
14899
14900 Tue Nov  2 10:00:44 1993  D. V. Henkel-Wallace  (gumby@cygnus.com)
14901
14902         * libc/include/sys/reent.h: make structure smaller by allocating
14903         some stuff when needed.
14904         * libc/signal/signal.c: allocate as needed
14905         * libc/stdio/findfp.c,stdio/local.h: ditto
14906         * libc/stdlib/mprec.c: ditto
14907
14908         * libc/time/localtime.c: don't return a dangling stack ptr.
14909
14910 Wed Sep 29 20:42:34 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14911
14912         * stub/mvme135/crt0.S, stub/mvme135/glue.c: Moved to stub/generic.
14913
14914 Wed Sep 29 16:27:49 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14915
14916         * libc/include/stdio.h (__sputc): comment out static inline which
14917           confuses coff toolchains.
14918
14919 Thu Sep  2 16:31:36 1993  Mark Eichin  (eichin@cygnus.com)
14920
14921         * libc/sys/a29khif/{_close.s, _fstat.s, _lseek.s, _sbrk.s,
14922         _write.s, getpid.c, kill.c, read.s}:
14923         * libc/sys/a29khif/stubs.s: eliminated stubs that already go
14924         through the syscalls directory.
14925
14926 Fri Oct 29 13:59:58 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14927
14928         * configure.in: fixed double quote gotcha.
14929
14930 Wed Oct 27 15:27:09 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14931
14932         * stub/ex931: stub library for sparclite board.
14933         * stub/idp: Renamed from mc68ec. Added contructor table
14934         stuff to linker script.
14935         * stub/mvme135: Renamed from m68kmvme. Added contructor table
14936         stuff to linker script.
14937
14938 Tue Oct 26 17:01:23 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14939
14940         * configure.in: Configure testsuites only if they exist.
14941
14942 Tue Oct 26 12:37:11 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14943
14944         * configure.in: Don't set machine_dir for i386 until there is
14945         something in libc/machine/i386 to compile.  For i[34]86-*-netware*
14946         use sys/netware, don't use signal, define NO_EXEC, ABORT_PROVIDED,
14947         CLOCK_PROVIDED and MALLOC_PROVIDED.
14948
14949         * libc/sys/netware: New directory.  Contains simplistic and
14950         probably incorrect stubs for NetWare.  Should be enough to load
14951         the library.
14952         * libc/sys/netware/crt0.c, libc/sys/netware/environ.c,
14953         libc/sys/netware/getpid.c, libc/sys/netware/link.c: New NetWare
14954         stub files.
14955
14956         * libc/reent/execr.c: Don't use if NO_EXEC is defined.
14957         * libc/reent/sbrkr.c: Don't use if MALLOC_PROVIDED is defined.
14958         * libc/stdlib/abort.c: Don't use if ABORT_PROVIDED is defined.
14959         * libc/time/clock.c: Don't use if CLOCK_PROVIDED is defined.
14960
14961 Mon Oct 25 16:48:08 1993  Roland H. Pesch  (pesch@cygnus.com)
14962
14963         * testsuite/Makefile.in: add "docs" dummy target for consistency
14964         with rest of newlib; turn "info" and "install-info" into dummy
14965         targets, since they wouldn't have worked.  (Depended on
14966         nonexistent "doc" subdir.)
14967
14968 Fri Oct 22 20:37:32 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14969
14970         * configure.in: handle mips* instead of mips
14971
14972 Thu Oct 21 08:57:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14973
14974         * libc/include/sys/dirent.h: New file.  If it is not overridden by
14975         a version of libc/sys/*/sys/dirent.h, it includes the next
14976         <dirent.h> file in case there is one lurking somewhere.
14977
14978 Fri Oct 15 14:17:40 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14979
14980         * libc/stdlib/strtoul.c (_strtoul_r): Several changes for ANSI
14981         compliance, namely: Accept a minus sign.  Consider a single 0 with
14982         a radix of 0 as being a conversion.  Determine overflow correctly.
14983         If an overflow occurs, set *ptr to the end of the number, not the
14984         middle.
14985         * lib/stdlib/strtol.c (_strtol_r): Determine overflow correctly.
14986
14987 Thu Oct 14 21:49:52 1993  Doug Evans  (dje@canuck.cygnus.com)
14988
14989         * libc/machine/h8300/divsi3.S (divmodsi4): Fix h8300h case.
14990
14991 Fri Oct  1 17:17:34 1993  Doug Evans  (dje@canuck.cygnus.com)
14992
14993         * Makefile.in (INSTALL): Use $srcrootpre.
14994         (crt0.o): Replace $< with $(CRT0_DIR)/$(CRT0), Sun make
14995         can't handle it.
14996         * libc/Makefile.in (crt0.o): Spell out $<, Sun make can't handle
14997         it.
14998         * libc/sys/Makefile.in (crt0.o, lib.a): Ditto.
14999         * stub/Makefile.in (crt0.o, TARGETLIB): Ditto.
15000         * libc/sys/sparc64/Makefile.in (isatty.o): Sun VPATH lossage.
15001         * libm/math/Makefile.in (matherr.o): Ditto.
15002
15003 Thu Sep 30 11:09:17 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15004
15005         * configure.in: Build multidirs for z8k.
15006         * libc/include/stdlib.h (_strtoul_r): add prototype.
15007         * libc/include/machine/limits.h: Get INT_MIN right for all the z8k family.
15008         * libc/include/machine/setjmp.h: Add for z8k.
15009         * libc/machine/z8k/{mulsi.o, udivsi3.o, umodsi3.o, modsi3.o} obsolete.
15010         * libc/sys/z8ksim/glue.c: tidy up.
15011
15012 Mon Sep 20 14:04:46 1993  Doug Evans  (dje@canuck.cygnus.com)
15013
15014         * libc/unix/{execl.c execle.c execlp.c execv.c execvp.c}:
15015         New files.  Requires execve system call.
15016         * libc/unix/Makefile.in: Use them.
15017         * libc/sys/sparc64/{execl.c execle.c execlp.c execv.c execvp.c}:
15018         Deleted, moved to libc/unix.
15019         * libc/sys/sparc64/Makefile.in: Remove them.
15020
15021 Mon Sep 20 10:38:32 1993  Doug Evans  (dje@canuck.cygnus.com)
15022
15023         * libc/sys/sparc64/{template.S template_r.S}: New files.
15024         * libc/sys/sparc64/Makefile.in: Build source for trivial syscalls
15025         from templates.
15026         * libc/sys/sparc64/{chdir.S chmod.S close.S dup.S fcntl.S
15027         fork.S fstat.S lseek.S link.S mkdir.S open.S pipe.S read.S rmdir.S
15028         umask.S unlink.S wait4.S write.S}: Removed, now built from
15029         templates.
15030
15031 Sun Sep 19 14:52:57 1993  Doug Evans  (dje@canuck.cygnus.com)
15032
15033         * libc/time/time.c: #include <_ansi.h>.
15034
15035 Sun Sep 19 13:43:25 1993  Doug Evans  (dje@canuck.cygnus.com)
15036
15037         * configure.in (sparc64-*-*): Remove -D__SIZE_TYPE__.
15038
15039 Mon Sep 13 13:52:16 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15040
15041         * configure.in: match m8* rather than m88k so that m88110 is
15042           recognized as well.
15043
15044 Tue Sep  7 12:19:32 1993  Doug Evans  (dje@canuck.cygnus.com)
15045
15046         * libc/sys/h8300hms/{Makefile.in, _exit.c, misc.c}:
15047         Renamed exit.c to _exit.c to avoid collision with stdlib/exit.c.
15048         misc.c: New file.
15049
15050         * configure.in: Add multilib support to h8300.
15051
15052 Mon Sep  6 14:07:06 1993  Doug Evans  (dje@canuck.cygnus.com)
15053
15054         * libc/stdlib/abort.c (abort): Remove _VOLATILE from return type.
15055         * libc/include/_ansi.h (_ATTRIBUTE): New macro for __attribute__.
15056         * libc/include/stdlib.h (exit, abort): Add noreturn attribute.
15057
15058 Mon Sep  6 14:24:18 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15059
15060         * configure.in: Corrected multidirs for sparc target.
15061
15062 Mon Aug 30 15:56:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15063
15064         Support for building newlib multiple times with different
15065         compilation flags.
15066         * configure.in: Only configure doc at top level.  Set multidirs
15067         when appropriate for target, unless not at top level.  If
15068         multidirs is set, independently configure each subdirectory.
15069         Adjust TOP, MULTIDIRS and MULTISUBDIR appropriately in Makefile.
15070         * Makefile.in (MULTIDIRS, MULTISUBDIR): New variables,
15071         automagically set by configure.in.
15072         (all): If MULTIDIRS is set, build multiple copies of libraries.
15073         (install): If MULTIDIRS is set, install multiple copies of
15074         libraries.  Install in $(tooldir)/lib/$(MULTISUBDIR).  If
15075         MULTISUBDIR is set, don't bother to install header files.
15076         * host/any (INCLUDES, CHEW): Use $(SRCTOP) rather than $(TOP) from
15077         ${srcrootpre}.
15078         * stub/configure.in: Set MULTISUBDIR appropriately.
15079         * stub/Makefile.in (install): Install in
15080         $(tooldir)/lib/$(MULTISUBDIR).
15081         * All Makefile.in files: Define SRCTOP as well as TOP.
15082
15083 Mon Aug 30 10:34:24 1993  Doug Evans  (dje@canuck.cygnus.com)
15084
15085         * libc/machine/h8300/{mulhi3.S, divhi3.S}: Comment out if h8300h.
15086         * libc/machine/h8300/{mulsi3.S, divsi3.S}: Add h8300h support.
15087
15088 Thu Aug 26 19:38:12 1993  Doug Evans  (dje@canuck.cygnus.com)
15089
15090         * libc/sys/h8300hms/exit.c (_exit): New function.
15091
15092 Wed Aug 25 16:31:48 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15093
15094         * configure.in: recognize m88110.
15095
15096 Fri Aug 20 16:46:23 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15097
15098         * libc/sys/m88kbug/crt0.c: pretty up, remove extraneous comments,
15099           prototype main and call with args.
15100
15101 Fri Jul 30 16:52:47 1993  K. Richard Pixley  (rich@cygnus.com)
15102
15103         First real try at system traps for m88k-bug.
15104         * libc/sys/m88kbug/syscalls.c: many changes.  Convert from stubs
15105           to real trap calls.
15106         * libc/sys/m88kbug/sys/systraps.h: new file.
15107
15108 Tue Jul 27 16:31:16 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15109
15110         Patches to fix info building when target does not use sys
15111         directory.
15112         * libc/Makefile.in (targetdep.tex): add sys.tex separately.
15113         * libc/sys.tex, libc/sys/sys.tex: moved from libc/sys/sys.tex to
15114           libc/sys.tex.
15115         * libc/sys/Makefile.in (doc): do nothing.
15116
15117 Mon Jul 26 17:08:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15118
15119         * libc/Makefile.in (CRT0): new macro.
15120           (all): depend on $(CRT0) rather than crt0.o.
15121
15122         * configure.in: fix libc_sys_dir -> libc_sys_lib thinko.
15123           do not default crt0, instead, set crt0 and crt0_dir based on
15124           sys_dir and stub_dir.
15125
15126         * Makefile.in (CRT0_DIR): new macro.
15127           (all): depend on $(CRT0) rather than crt0.o which may not exist.
15128           (crt0.o): depend on $(CRT0_DIR)/$(CRT0) rather than simply
15129           $(CRT0).
15130           ($(CRT0)): recur by cd'ing into $(CRT0_DIR).
15131
15132 Sun Jul 25 17:51:51 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15133
15134         * testsuite/lib/libm.exp: 
15135                 added code to support compiling and linking of tests for 
15136                 libm.sac (paranoia to be added next) and processing the 
15137                 pass or failure of the tests.
15138
15139         * testsuite/config/unix-libm.exp:
15140                 platform specific proc's for dealing with compiler, linker
15141                 and the way we execute and process the test results.
15142
15143         * testsuite/libm.sac/execute.exp:
15144                 generic framework for the sac tests. the config and lib 
15145                 expect code for specific platforms tie it all together.
15146
15147         * testsuite/libm.sac/test_is.c:
15148                 changed the output of the test to be consistant with the
15149                 other tests. parsing of pass nad fail messages is now fixed.
15150
15151 Fri Jul 23 19:20:07 1993  Per Bothner  (bothner@kalessin)
15152
15153         * libc/include/{assert.h, ctype.h, dirent.h, errno.h, fastmath.h,
15154         locale.h, math.h, pwd.h, reent.h, setjmp.h, signal.h, stdio.h,
15155         stdlib.h, string.h, termios.h, time.h, utime.h, utmp.h}: For C++:
15156         #ifdef __cplusplus, surround by extern ""C { ... }.
15157         * libc/include/assert.h:  Do *not* protect assert.h against
15158         multiple inclusion!  Also, #undef it before #define, to allow
15159         redefinition.
15160         * libc/include/stdio.h (getlogin, cuserid):  Removed.  These
15161         should be only in unistd.h.
15162
15163         * libc/include/sys/{fcntl.h, reent.h, stat.h, time.h, times.h,
15164         unistd.h}: For C++: #ifdef __cplusplus, surround by extern ""C {
15165         ... }.
15166
15167 Fri Jul 23 10:15:33 1993  Doug Evans  (dje@canuck.cygnus.com)
15168
15169         * libc/machine/sparc/Makefile.in: Must create a library, even
15170         if empty.
15171
15172 Wed Jul 21 16:00:37 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15173
15174         * configure.in: set machine_dir for m88k.  edit crt0 definition
15175           into makefiles.
15176
15177         * Makefile.in, libc/Makefile.in (crt0): pull up from lower directories.
15178
15179         * libc/Makefile.in (all): also build crt0.o.
15180
15181         * libc/machine/i386/Makefile.in, libc/machine/sparc/Makefile.in,
15182           libc/machine/z8k/Makefile.in, libm/Makefile.in (clean): no need
15183           to remove CRT0.
15184
15185         * libc/machine/m88k/Makefile.in (TOP, TARGETLIB): removed.
15186           (all): reworked to build in place.
15187           (clean): remove lib.a
15188           (Makefile): remove redundant ./, call $(SHELL) rather than sh.
15189
15190         * libc/sys/m88kbug/crt0.c (start): renamed to _start.
15191           (_start): key off edata rather than _start_bss.
15192
15193 Wed Jul 21 14:29:47 1993  david d `zoo' zuhn  (zoo@cygnus.com)
15194
15195         * libc/include/sys/unistd.h, libc/include/reent.h,
15196         libc/reent/sbrkr.c: change sbrk to return void* instead of char*.
15197
15198 Tue Jul 20 13:19:18 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15199
15200         * libm/Makefile.in, libc/Makefile.in ($(SUBDIRS)): dollar escape a dollar sign.
15201
15202         * Makefile.in (libc.a): break into two rules, one for libc.a and
15203           one for libc/libc.a.  Force subdirs current before rebuilding
15204           library.
15205           (libm.a): break into two rules, one for libm.a and one for
15206           libm/libm.a.  Force subdirs current before rebuilding library.
15207
15208         * libc/Makefile.in (SUBLIBS): fix typo.
15209
15210         * libc/sys/Makefile.in (all): force descent into subdirs, then
15211           rebuild library iff out of of date.
15212
15213 Fri Jul 16 17:47:57 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15214
15215         Rework so that library is built and then finished rather than
15216         being built on each invocation of make.
15217
15218         * host/any (machine_dir, sys_dir, signal_dir): these are not
15219           shared and have been moved to their associated Makefile.in's.
15220           (AR_FLAGS): switch to qc which is faster.
15221         * configure.in: no longer assign machine_dir for m88k.  set
15222           stub_dir, stub_lib, & crt0 for m68k*-unknown-{aout,coff}.  If
15223           stub_dir set, then add to configdirs.  add comment about silly
15224           configuration.
15225           (configdirs): drop stub.  It will be added only
15226           when needed.
15227           (libm_fp_lib, libc_unix_lib, libc_signal_lib, libc_machine_lib,
15228           libc_sys_dir, fake_sys_dir, libc_fake_sys_lib, stub_dir,
15229           stub_lib, crt0): new variables for tailoring lower level
15230           makefiles.  Assign accordingly and edit into makefiles.
15231         * libm/Makefile.in: updated copyright.
15232           (TARGETLIB): removed.
15233           (FLAGS_TO_PASS): removed TARGETLIB, machine_dir, sys_dir.
15234           (SUBDIRS): removed TARGETDEP_DIRS.
15235           (LIBM_FP_LIB, SUBLIBS): new macros.
15236           (all): reworked.
15237           (force): new target to force rebuilds.
15238           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
15239         * libc/sys/a29khif/Makefile.in, libc/sys/decstation/Makefile.in,
15240           libc/sys/go32/Makefile.in, libc/sys/h8300hms/Makefile.in,
15241           libc/sys/h8500hms/Makefile.in, libc/sys/m88kbug/Makefile.in,
15242           libc/sys/sh/Makefile.in, libc/sys/sparc64/Makefile.in,
15243           libc/sys/sun4/Makefile.in, libc/sys/sysvi386/Makefile.in,
15244           libc/sys/sysvnecv70/Makefile.in, libc/sys/z8ksim/Makefile.in,
15245           stub/m68kmvme/Makefile.in: updated copyright.
15246           (TARGETLIB, TARGETCRT0, CRT0): macros removed.
15247           (all): reworked.  made this the default rule.
15248           (clean): also remove lib.a.
15249           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
15250         * stub/Makefile.in: updated copyright.
15251           (TARGETLIB, TARGETCRT0, CRT0, TOP): removed.
15252           (stub_lib): new macro.
15253           (FLAGS_TO_PASS): removed TARGETLIB, stub_dir, TARGETCRT0.  Added
15254           RANLIB.
15255           (all): reworked.
15256           (clean, install): assume stub_dir exists.
15257           (Makefile): depend on configure.in.  call $(SHELL) rather than
15258           sh.  drop redundant ./
15259         * stub/configure.in (stublib): new macro, assign it, edit it into
15260           makefiles.
15261         * Makefile, libc/Makefile.in, doc/Makefile.in, libc/sys/Makefile.in:
15262           updated copyright.
15263           (all): reworked.
15264           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
15265         * libc/Makefile.in (TARGETCRT0): removed.
15266           (FLAGS_TO_PASS): dropped TARGETLIB, machine_dir, sys_dir,
15267           TARGETCRT0.
15268           (SUBDIRS): drop TARGETDEP_DIRS.
15269           (LIBC_SIGNAL_LIB, LIBC_SYS_LIB, LIBC_MACHINE_LIB, LIBC_UNIX_LIB,
15270           LIBC_FAKE_SYS_LIB, SUBLIBS): new macros for configuration.
15271           (force): new target to force rebuilds.
15272         * libc/sys/Makefile.in (TARGETCRT0, sys_dir): removed.
15273           (FLAGS_TO_PASS): TARGETLIB, machine_dir, sys_dir, TARGETCRT0
15274           removed.
15275           (clean): assume sys_dir always exists.
15276         * libm/test/Makefile.in (Makefile): call $(SHELL) rather than sh.
15277           drop redundant ./
15278         * libc/ctype/Makefile.in, libc/errno/Makefile.in,
15279           libc/locale/Makefile.in, libc/machine/Makefile.in,
15280           libc/machine/a29k/Makefile.in, libc/machine/h8300/Makefile.in,
15281           libc/machine/h8500/Makefile.in, libc/machine/i386/Makefile.in,
15282           libc/machine/i960/Makefile.in, libc/machine/m68k/Makefile.in,
15283           libc/machine/mips/Makefile.in, libc/machine/necv70/Makefile.in,
15284           libc/machine/sh/Makefile.in, libc/machine/sparc/Makefile.in,
15285           libc/machine/z8k/Makefile.in, libc/reent/Makefile.in,
15286           libc/signal/Makefile.in, libc/stdio/Makefile.in,
15287           libc/stdlib/Makefile.in, libc/string/Makefile.in,
15288           libc/sys/Makefile.in, libc/syscalls/Makefile.in,
15289           libc/time/Makefile.in, libc/unix/Makefile.in,
15290           libm/ieeefp/Makefile.in, libm/math/Makefile.in: updated copyright.
15291           (TARGETLIB): removed.
15292           (all): reworked.
15293           (clean): also remove lib.a.
15294           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
15295         * Makefile.in: (machine_dir, sys_dir, stub_dir, stub_lib, CRT0):
15296           new macros.
15297           (SUBDIRS): moved to follow frag inclusion, change stub to
15298           stub_dir.
15299           (FLAGS_TO_PASS): removed machine_dir, sys_dir, signal_dir which
15300           are now set in the libc Makefile.
15301         * libc/machine/Makefile.in (TARGETCRT0, machine_dir): removed.
15302           (FLAGS_TO_PASS): removed TARGETLIB, machine_dir, sys_dir,
15303           TARGETCRT0.
15304           (force): new target to force rebuilds.
15305         * stub/configure.in: determine and set stub_lib for for Makefile.
15306
15307 Thu Jul 15 12:01:27 1993  Doug Evans  (dje@canuck.cygnus.com)
15308
15309         * libc/sys/h8300hms/Makefile.in: Make `all' the default target.
15310         crt0.s renamed to crt0.S.
15311         * libc/sys/h8300hms/crt0.S: Add h8/300h support.
15312
15313         * libc/machine/h8300/Makefile.in: Make `all' the default target.
15314         * libc/machine/h8300/{cmpsi.S,ucmpsi.S}: #ifdef out entire file if
15315         h8300h.
15316         * libc/machine/h8300/defines.h: Add macros to handle pointers for
15317         h8300 (16 bits) and h8300h (32 bits).
15318         * libc/machine/h8300/{divsi3.S,mulsi3.S,memcpy.S,memset.S,
15319         reg_memcpy.S,reg_memset.S,strcmp.S}: Add h8300h support.
15320
15321 Thu Jul 15 10:13:29 1993  Ian Lance Taylor  (ian@cygnus.com)
15322
15323         * libc/machine/m88k/setjmp.S, Makefile.in: New files; a simple
15324         implementation of setjmp and longjmp for the m88k.
15325         * libc/include/machine/setjmp.h: Added __m88000__ case.
15326
15327 Wed Jul 14 10:10:30 1993  Doug Evans  (dje@canuck.cygnus.com)
15328
15329         * configure.in: Recognize h8300h as variant of h8300.
15330
15331 Tue Jul 13 12:24:11 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15332
15333         * libc/include/sys/unistd.h (read, write): get prototypes right.
15334         (sbrk): New prototype.
15335         * libc/reent/sbrkr.c (sbrkr): Use correct sbrk prototype.
15336         * libc/stdio/local.h: Include unistd.h.
15337         * libc/machine/h8300/syscalls.c: Names have changed.
15338
15339 Mon Jul 12 18:08:42 1993  K. Richard Pixley  (rich@cygnus.com)
15340
15341         * configure.in: add sys_dir assignment for m88k-bug.
15342
15343 Thu Jul  8 09:16:21 1993  Doug Evans  (dje@canuck.cygnus.com)
15344
15345         * libc/sys/sparc64/sys/syscallasm.h: New macros to handle either
15346         a.out or elf.
15347         * libc/sys/sparc64: all *.S files: Use new macros.
15348         * libc/sys/sparc64/isatty.c: New file.
15349         * libc/sys/sparc64/Makefile.in: Stop using /lib/libc.a for
15350         functions beyond what newlib provides.
15351
15352 Thu Jul  8 09:11:28 1993  Doug Evans  (dje@canuck.cygnus.com)
15353
15354         * libc/include/sys/stat.h: Move st_atime so not doubly defined for
15355         svr4.
15356
15357 Thu Jul  8 09:09:16 1993  Doug Evans  (dje@canuck.cygnus.com)
15358
15359         * libc/include/machine/ieeefp.h: Add support for h8/300h.
15360
15361 Fri Jul  2 10:11:20 1993  K. Richard Pixley  (rich@cygnus.com)
15362
15363         * configure.in: add m88k.
15364         * libc/include/machine/ieeefp.h: add case for m88k.  Also add
15365         sanity check so no one else need ever chase what I did to find
15366         this.
15367
15368         * libm/math/Makefile.in (FAKEC): added atanf.c log1pf.c scalbnf.c.
15369
15370 Fri Jul  2 09:15:21 1993  Ian Lance Taylor  (ian@cygnus.com)
15371
15372         * doc/makedoc.c: Include <ctype.h>.
15373
15374 Wed Jun 30 09:35:06 1993  Doug Evans  (dje@canuck.cygnus.com)
15375
15376         * libc/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
15377         * libc/sys/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
15378         * libc/machine/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
15379
15380         * libm/test/Makefile.in (all): Link with ../../lib[cm].a.
15381
15382 Sun Jun 27 17:05:20 1993  Doug Evans  (dje@sphagnum.cygnus.com)
15383
15384         * libc/include/errno.h (ENOSYS): Added.
15385
15386         * libc/unix/getpwd.c (getcwd): Fix typo (_up -> up).
15387
15388 Mon Jun 21 09:03:32 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15389
15390         * libc/stdio/fflush.c (fflush): Check for reent struct
15391         initialization.
15392         * libc/stdio/fdopen.c (fdopen): Avoid namespace conflict.
15393
15394 Fri Jun 18 16:06:05 1993  Mark Eichin  (eichin@rtl.cygnus.com)
15395
15396         * libc/stdlib/dtoastub.c: new file -- move user callable "dtoa"
15397         out of dtoa.c so it doesn't pollute the namespace.
15398         * libc/include/_syslist.h: new file -- mappings from _function to
15399         function, for systems where we can't win (by default, all of them,
15400         until we start updating system calls.)
15401         * libc/syscalls: new directory -- stubs for exporting _function
15402         names as unmodified function names.
15403         * libc/configure.in: add MISSING_SYSCALL_NAMES to enable
15404         _syslist.h on all platforms by default, but put hooks in for
15405         fake_sys_dir so we can include it when we've renamed the system
15406         calls.
15407         * libc/reent/execr.c libc/reent/filer.c libc/reent/fstatr.c
15408         libc/reent/linkr.c libc/reent/sbrkr.c libc/reent/statr.c
15409         libc/signal/raise.c libc/signal/signal.c libc/stdio/fdopen.c
15410         libc/stdio/mktemp.c libc/stdio/tmpnam.c libc/stdlib/abort.c
15411         libc/stdlib/system.c libc/unix/getcwd.c libc/unix/getlogin.c
15412         libc/unix/getpass.c libc/unix/getut.c libc/unix/ttyname.c: change
15413         non ANSI functions to call _function.
15414
15415 Wed Jun  9 09:48:26 1993  Ian Lance Taylor  (ian@cygnus.com)
15416
15417         * libc/stdlib/strtoul.c (_strtoul_r): Handle leading 0 correctly
15418         when base 16 is specified.  Don't accept non-digits if radix > 10.
15419
15420 Thu Jun  3 10:01:15 1993  Doug Evans  (dje@canuck.cygnus.com)
15421
15422         * libc/include/math.h: Rename xxx_r fns to _xxx_r.
15423
15424 Wed Jun  2 16:54:16 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15425
15426         * libc/include/sys/stat.h: Surround text after #endif with
15427         comments.
15428
15429 Wed Jun  2 12:47:32 1993  Ian Lance Taylor  (ian@cygnus.com)
15430
15431         * libc/stdlib/mallocr.c: If MALLOC_PROVIDED is defined, just make
15432         _malloc_r, _realloc_r, and free_r call the corresponding
15433         non-reentrant functions.
15434
15435         * libm/math/modf.c (modf): We now take the address of ipart, so
15436         don't make it a register variable.
15437
15438 Tue Jun  1 18:25:54 1993  Doug Evans  (dje@canuck.cygnus.com)
15439
15440         * libm/math/*: Rename all xxx_r fns to _xxx_r.
15441
15442 Wed May 26 22:06:35 1993  Roland H. Pesch  (pesch@cygnus.com)
15443
15444         * libc/libc.texinfo and embedded docn throughout: formatting
15445         improvements, minor rephrasing for clarity, and improved
15446         reentrancy docn.
15447
15448 Sun May 23 17:29:49 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15449
15450         * libm/ieeefp/infinity.c (maxpowtwof): Fix initialzation bug.
15451
15452         * libc/stdio/cvt.c (_licvt): Print the right value on machines
15453         where sizeof(int) != sizeof(long).
15454
15455 Fri May 21 22:09:32 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
15456
15457         * libc/reent/execr.c, libc/reent/filer.c, libc/reent/linkr.c,
15458         libc/reent/sbrkr.c, libc/reent/statr.c, libc/stdio/tmpnam.c,
15459         libc/stdlib/atol.c, libc/stdlib/rand.c, libc/string/strpbrk.c,
15460         libc/string/strspn.c, libm/ieeefp/isnan.c, libm/math/bessel.c,
15461         libm/math/matherr.c: changes for better docn formatting (info).
15462
15463         * libc/libc.texinfo, libc/ctype/ctype.tex, libc/locale/locale/tex,
15464         libc/reent/reent.tex, libc/signal/signal.tex,
15465         libc/stdio/stdio.tex, libc/stdlib/stdlib.tex,
15466         libc/string/strings.tex, libc/sys/sys.tex, libc/time/time.tex,
15467         libm/libm.texinfo, libm/ieeefp/ieeefp.tex, libm/math/math.tex: use
15468         makeinfo node defaulting to get better Info file node structure.
15469         (Requires recent sac change to doc/makedoc.c and doc/doc.str.)
15470         Also include a few formerly missing sections (subroutines).
15471
15472         * doc/doc.str: delete fossil expansion for "func"
15473
15474         * default.menu, no-signal.menu: delete.
15475
15476         * Makefile.in, libc/Makefile.in, configure.in, host/any: simplify
15477         method used to adjust doc for missing "signals" chapter when 
15478         signal_dir is empty.
15479
15480 Thu May 20 21:38:37 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15481
15482         * configure.in: added testsuite/libm.sac
15483
15484 Wed May 19 14:52:34 1993  Doug Evans  (dje@thepub.cygnus.com)
15485
15486         * libc/sys/sparc64/crt0.S: Set %g4 to 0 (to test Medium/Anywhere
15487         code model).
15488
15489 Tue May 18 13:17:21 1993  Ian Lance Taylor  (ian@cygnus.com)
15490
15491         * libm/Makefile.in: Use $(MAKE) rather than make, and define
15492         MAKEOVERRIDES to be empty.
15493
15494 Mon May 17 08:42:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15495
15496         * configure.in: Don't build mips-*-* with -msoft-float, since that
15497         makes it incompatible with hard floating point.
15498
15499 Mon May 17 00:03:35 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15500
15501         * Makefile.in: added recursive 'make check'
15502
15503 Thu May 13 16:24:18 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15504
15505         * configure.in: added ./testsuite ./testsuite/libm.paranoia
15506         * ./testsuite/Makefile.in: created
15507         * ./testsuite/libm.paranoia: paranoia tests added
15508
15509 Thu May 13 10:30:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15510
15511         * configure.in: For mips-*-* set machine_dir to mips.
15512
15513         * libc/machine/mips: New directory.
15514         * libc/machine/mips/Makefile.in: New file.
15515         * libc/machine/mips/setjmp.S: New file; simplistic MIPS version of
15516         setjmp and longjmp.
15517         * libc/include/machine/setjmp.h: Added __mips__ case.
15518
15519         * libc/machine/lmips: Removed unused and useless directory.
15520
15521 Mon May  3 10:22:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15522
15523         * configure.in: Accept i486-*-sco* as well as i386-*-sco*.
15524
15525 Thu Apr 15 15:16:44 1993  Doug Evans  (dje@canuck.cygnus.com)
15526
15527         * libc/sys/sparc64/crt0.S: Add comment (%g1 contains atexit arg at
15528         start up).
15529
15530 Fri Apr  9 13:32:26 1993  Ian Lance Taylor  (ian@cygnus.com)
15531
15532         * libc/include/machine/setjmp-dj.h: Use _SETJMP_DJ_H rather than
15533         SETJMP_H.
15534
15535 Thu Apr  8 10:07:18 1993  Doug Evans  (dje@canuck.cygnus.com)
15536
15537         * libm/test/convert.c: structure member errno -> errno_val.
15538         Must include <errno.h> to use errno, it's a macro now.
15539         * libm/test/math.c: Ditto.
15540         * libm/test/math2.c: Include errno.h.
15541         * libm/test/string.c: Ditto.
15542         * libm/test/test.h: structure member errno -> errno_val.
15543         Remove extern int errno decl.
15544
15545 Thu Apr  8 07:56:33 1993  Ian Lance Taylor  (ian@cygnus.com)
15546
15547         * libc/stdio/Makefile.in: Added dependencies on local header
15548         files.
15549         * libc/stdio/std.h, libc/stdio/vfprintf.h: Removed unused header
15550         files.
15551
15552 Wed Apr  7 16:19:32 1993  Ian Lance Taylor  (ian@cygnus.com)
15553
15554         * libc/include/machine/ieeefp.h: Added __MIPSEB__ case.
15555
15556 Wed Apr  7 10:55:21 1993  Doug Evans  (dje@canuck.cygnus.com)
15557
15558         * libc/stdio/siprintf.c libc/stdio/sscanf.c libc/stdio/vsprintf.c:
15559         Initialize _data.
15560
15561         * libc/stdio/vfprintf.c: No need to declare _icvt, _licvt, _sicvt.
15562         * libc/stdio/local.h: Add prototype for _licvt.
15563
15564         * libc/stdio/ungetc.c (__submore): Use _malloc_r,_realloc_r
15565         instead of malloc,reealloc.
15566
15567         * libc/stdlib/local.h: New file.
15568         * libc/stdlib/efgcvt.c: #include local.h.
15569         (gcvt): Fix call to _gcvt.
15570         * libc/stdlib/ecvtbuf.c: #include local.h.
15571
15572         * libc/stdlib/Makefile.in: new files mallocr.c mstats.c.
15573         * libc/stdlib/mallocr.c mstats.c malloc.h: New files.
15574         * libc/stdlib/malloc.c: main routines moved to mallocr.c.
15575
15576         * libc/stdlib/atexit.c: moved global data to struct _reent.
15577         * libc/stdlib/exit.c: use struct _atexit in struct _reent.
15578
15579         * libc/reent/reent.c (inpure_data): _REENT_INIT macro modified.
15580
15581 Wed Apr  7 09:41:50 1993  Doug Evans  (dje@canuck.cygnus.com)
15582
15583         * libc/include/sys/reent.h: Stuff required by ANSI headers moved
15584         here from ../reent.h.
15585
15586 Tue Apr  6 12:56:01 1993  Ian Lance Taylor  (ian@cygnus.com)
15587
15588         * Makefile.in (MATHOBJS_IN_LIBC): List of object files which
15589         should be provided in both libc.a and libm.a.
15590         (libc.a): Depend on targ-include and libm.a.  Copy
15591         $(MATHOBJS_IN_LIBC) from libm.a to libc.a.
15592         (libm.a): Depend on targ-include.
15593         * configure.in (subdirs): Removed libc/math.
15594
15595 Mon Apr  5 10:18:16 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15596
15597         * libm/ieeefp/infinity.c (maxpowtwo): Fix initialization bug.
15598
15599 Sat Apr  3 11:06:07 1993  Doug Evans  (dje@canuck.cygnus.com)
15600
15601         * libc/include/{errno.h, math.h, stdio.h, stdlib.h}: Use
15602         sys/reent.h instead of reent.h.
15603         * libc/include/reent.h: Split into two parts: stuff needed by ANSI
15604         headers moved to sys/reent.h.  
15605         * libc/include/signal.h: _MAX_SIGNALS moved to sys/signal.h.
15606         * libc/include/sys/signal.h: Define _MAX_SIGNALS if
15607         __need__MAX_SIGNALS defined.
15608         * libc/include/stdio.h: struct __sFILE moved to sys/reent.h.
15609         std{in,out,err} refer to new _std{in,out,err} members.
15610
15611 Fri Apr  2 11:27:12 1993  Doug Evans  (dje@canuck.cygnus.com)
15612
15613         * libc/include/sys/signal.h: #define _SYS_SIGNAL_H for general
15614         case.
15615
15616 Fri Apr  2 09:41:10 1993  Doug Evans  (dje@canuck.cygnus.com)
15617
15618         * libc/sys/sparc64/execve.S (execve): Insert nop in delay slot,
15619         rather than whatever macro seterrno() has.
15620
15621 Thu Apr  1 16:47:08 1993  Doug Evans  (dje@canuck.cygnus.com)
15622
15623         * libc/locale/locale.c: Reentrant routines _r_xxx renamed to
15624         _xxx_r.  struct reent_struct renamed to struct _reent for ANSI.
15625
15626         * libc/include/machine/fastmath.h: Use _HAVE_STDC instead of
15627         __STDC__.
15628
15629         * libc/reent/{execr.c, filer.c, fstatr.c, linkr.c, reent.c,
15630         reent.tex, sbrkr.c, statr.c}: _r_xxx reentrant routines renamed to
15631         _xxx_r.  struct reent_struct renamed to struct _reent for ANSI.
15632
15633         * libc/signal/signal.c: Reentrant routines _r_xxx renamed to
15634         _xxx_r.  struct reent_struct renamed to struct _reent for ANSI.
15635
15636         * libc/stdio/{fclose.c, fdopen.c, findfp.c, fiprintf.c, flags.c,
15637         fopen.c, fprintf.c, freopen.c, fscanf.c, fseek.c, ftell.c,
15638         fwalk.c, getchar.c, gets.c, iprintf.c, local.h, makebuf.c,
15639         mktemp.c, perror.c, printf.c, putchar.c, puts.c, refill.c,
15640         remove.c, rename.c, scanf.c, setvbuf.c, siprintf.c, sprintf.c,
15641         sscanf.c, stdio.c, tmpfile.c, tmpnam.c, vfprintf.c, vfprintf.h,
15642         vfscanf.c, vprintf.c, vsprintf.c}: Reentrant routines _r_xxx
15643         renamed to _xxx_r.  struct reent_struct renamed to struct _reent
15644         for ANSI.  structure members given leading "_" for ANSI.  Use
15645         _HAVE_STDC instead of __STDC__ and _HAVE_STDARG.
15646
15647         * libc/stdlib/{__adjust.c, calloc.c, dtoa.c, ecvtbuf.c, malloc.c,
15648         mprec.c, mprec.h, rand.c, std.h, strtod.c, strtol.c, strtoul.c,
15649         system.c}: Reentrant routines _r_xxx renamed to _xxx_r.  struct
15650         reent_struct renamed to struct _reent for ANSI.
15651         Structure members given leading "_" for ANSI.
15652         _CONST --> const in prototypes.
15653         Use _HAVE_STDC instead of __STDC__.
15654
15655         * libc/string/strtok.c: Reentrant routines _r_xxx renamed to
15656         _xxx_r.
15657         struct reent_struct renamed to struct _reent for ANSI.
15658         Structure members given leading "_" for ANSI.
15659
15660         * libc/time/asctime.c: Reentrant routines _r_xxx renamed to
15661         _xxx_r.
15662         struct reent_struct renamed to struct _reent for ANSI.
15663
15664         * libm/math/{acos.h, acosh.h, asin.c, asinh.h, atanh.h, bessel.h,
15665         cbrt.h, cosh.h, erf.c, erf.h, error.c, exp.c, fmod.c, frexp.h,
15666         gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
15667         mathimpl.h, pow.c, remainder.c, sincos.c, sinh.h, sqrt.h, tan.c,
15668         tanh.h}: struct reent_struct renamed to struct _reent for ANSI.
15669
15670         * libc/include/{_ansi.h, ctype.h, math.h, reent.h, locale.h,
15671         signal.h, stdio.h, stdlib.h, string.h, time.h}:
15672         Use _HAVE_STDC instead of __STDC__ and _HAVE_STDARG.
15673         #ifndef _STRICT_ANSI non-ANSI routines.
15674         Reentrant routines renamed from _r_xxx to _xxx_r.
15675         No need to use _STRICT_ANSI on _xxx_r reentrant routines.
15676         Use _STRICT_ANSI instead of __STRICT_ANSI, _ANSI_SOURCE, etc.
15677         Clean up namespace (structure members have leading "_").
15678         struct reent_struct renamed to struct _reent for ANSI compliance.
15679         _CONST --> const in function prototypes.
15680
15681         * libc/include/string.h: Add NULL and size_t.
15682
15683         * libc/sys/sparc64/Makefile.in: New syscall routines for link,
15684         unlink, wait, wait4. Reentrant syscall routines close, fork,
15685         fstat, link, lseek, open, read, sbrk, stat, unlink, wait, wait4,
15686         write.
15687         * libc/sys/sparc64/cerror.S (cerror_r): New routine.
15688         * libc/sys/sparc64/{close.S, fork.S, fstat.S, link.S, lseek.S,
15689         open.S, read.S, sbrk.S, stat.S, unlink.S, wait.S, wait4.S,
15690         write.S}: Define reentrant versions.
15691         * libc/sys/sparc64/sys/syscallasm.h (defsyscall_r): New macro for
15692         reentrant syscalls.
15693
15694         * libc/sys/sparc64/crt0.S (start): Fix initialization of environ.
15695
15696         * libc/include/stdlib.h (RAND_MAX): Fix value.
15697
15698 Thu Apr  1 12:28:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15699
15700         * libc/sys/a29khif/_main.c: Removed unnecessary file.
15701         * libc/sys/a29khif/Makefile.in (OFILES): Removed _main.c, moved
15702         VPATH support targets after all: target.
15703
15704         * stub/mvme135/mvme.S: Renamed exceptionhandler to
15705         exceptionHandler, which is what mvme135-stub.c expects.
15706
15707 Wed Mar 31 17:42:03 1993  Doug Evans  (dje@cygnus.com)
15708
15709         * libc/stdio/tmpnam.c (worker): Fix test for _r_open() failure.
15710
15711         * libc/unix/getpass.c (getpass): Use stdin,stderr instead of
15712         def_stdin/def_stderr (latter removed from stdio.h to make it ANSI
15713         compliant).
15714
15715 Tue Mar 30 09:58:21 1993  Doug Evans  (dje@canuck.cygnus.com)
15716
15717         * libc/reent/execr.c (_r_wait): Re-order args to make reent_struct
15718         first.
15719         libc/reent/filer.c (_r_open, _r_close, _r_lseek, _r_read,
15720         _r_write): Ditto.
15721         libc/reent/fstatr.c (_r_fstat): Ditto.
15722         libc/reent/linkr.c (_r_link, _r_unlink): Ditto.
15723         libc/reent/sbrkr.c (_r_sbrk): Ditto.
15724         libc/reent/statr.c (_r_stat): Ditto.
15725
15726         * libc/stdio/fopen.c (_r_fopen): Re-order args to _r_open.
15727         * libc/stdio/freopen.c (freopen): Ditto for _r_open, _r_free.
15728         * libc/stdio/fseek.c (fseek): Ditto for _r_fseek.
15729         * libc/stdio/makebuf.c (__smakebuf): Ditto for _r_fstat.
15730         * libc/stdio/mktemp.c (_gettemp): Ditto for _r_stat, _r_open.
15731         * libc/stdio/remove.c (_r_remove): Ditto for _r_unlink.
15732         * libc/stdio/rename.c (_r_rename): Ditto for _r_link, _r_unlink.
15733         * libc/stdio/stdio.c (__sread): Ditto for _r_read.
15734         (__swrite): Ditto for _r_lseek, _r_write.
15735         (__sseek): Ditto for _r_lseek.
15736         (__close): Ditto for _r_close.
15737         * libc/stdio/tmpnam.c (worker): Ditto for _r_open, _r_close.
15738
15739         * libc/stdlib/malloc.c (_r_morecore): Re-order args to _r_sbrk.
15740         * libc/stdlib/system.c (_r_system): Ditto for _r_wait.
15741
15742         * libc/include/reent.h: Re-order arguments to _r_xxx syscall fns
15743         to make reent_struct the first argument (and thus consistent with
15744         the rest of newlib).
15745
15746         * stub/mvme135/mvme135-stub.c (initializeRemcomErrorFrame): Remove
15747         reference to __STDC__.
15748
15749 Mon Mar 29 12:34:32 1993  Doug Evans  (dje@canuck.cygnus.com)
15750
15751         * libc/stdlib/exit.c (exit): Use _REENT->__cleanup instead of
15752         global __cleanup.
15753
15754 Wed Mar 24 11:54:35 1993  Doug Evans  (dje@canuck.cygnus.com)
15755
15756         * libc/stdio/freopen.c (freopen): Ensure stdio is initialized
15757         first.
15758         libc/stdio/fclose.c (fclose): Ditto.
15759
15760 Tue Mar 23 01:26:52 1993  Doug Evans  (dje@rtl.cygnus.com)
15761
15762         * Run through indent and rename reentrant routines for ANSI.
15763         libc/stdio/{clearerr.c cvt.c fclose.c fdopen.c feof.c ferror.c
15764         fflush.c fgetc.c fgetpos.c fgets.c findfp.c fiprintf.c flags.c
15765         fopen.c fprintf.c fputc.c fputs.c fread.c freopen.c fscanf.c
15766         fseek.c fsetpos.c ftell.c fvwrite.c fwalk.c fwrite.c getc.c
15767         getchar.c gets.c iprintf.c makebuf.c mktemp.c perror.c printf.c
15768         putc.c putchar.c puts.c refill.c remove.c rename.c rewind.c rget.c
15769         scanf.c setbuf.c setvbuf.c siprintf.c sprintf.c sscanf.c stdio.c
15770         tmpfile.c tmpnam.c ungetc.c vfprintf.c vfscanf.c vprintf.c
15771         vsprintf.c wbuf.c wsetup.c local.h}
15772
15773         * libc/locale/locale.c: Reformat and rename for ANSI, GNU style.
15774
15775         * Run through indent and rename xxx_r fns to _r_xxx for ANSI.
15776         libc/stdlib/{__adjust.c __exp10.c __ten_mu.c abort.c abs.c
15777         assert.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c
15778         dtoa.c ecvtbuf.c efgcvt.c exit.c getenv.c labs.c ldiv.c malloc.c
15779         mbtowc.c mprec.c putenv.c qsort.c rand.c setenv.c strdup.c
15780         strtod.c strtol.c strtoul.c system.c wctomb.c mprec.h}
15781
15782         * Run through indent.
15783         libc/string/{bcmp.c bcopy.c bzero.c index.c memchr.c memcmp.c
15784         memcpy.c memmove.c memset.c rindex.c strcat.c strchr.c strcmp.c
15785         strcoll.c strcpy.c strcspn.c strerror.c strlen.c strncat.c
15786         strncmp.c strncpy.c strpbrk.c strrchr.c strspn.c strstr.c strtok.c
15787         strxfrm.c}
15788
15789         * libc/time/{asctime.c clock.c ctime.c difftime.c gmtime.c
15790         localtime.c mktime.c strftime.c time.c}:
15791         Run through indent and rename xxx_r (reentrant) fns to _r_xxx for ANSI.
15792
15793         * Reformatting + renaming (for ANSI, GNU style, consistency).
15794         libc/include/{_ansi.h, assert.h, ctype.h, errno.h, fastmath.h,
15795         ieeefp.h, locale.h, math.h, paths.h, pwd.h, reent.h, setjmp.h,
15796         signal.h, stdio.h, stdlib.h, string.h, time.h, unistd.h}
15797
15798 Fri Mar 19 11:28:01 1993  Doug Evans  (dje@cygnus.com)
15799
15800         * libc/include/stdio.h (stdin_r): Fix.
15801
15802 Fri Mar 19 09:43:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15803
15804         * Makefile.in: Unexport some variables to keep GNU make from
15805         putting them in the environment and using up needed ARG_MAX space
15806         (a hack is used to let this work with older makes as well).
15807
15808 Tue Mar 16 15:11:08 1993  Ian Lance Taylor  (ian@cygnus.com)
15809
15810         * Makefile.in: Use $(MAKE) rather than make.
15811         (MAKEOVERRIDES): Define to be empty.
15812         (FLAGS_TO_PASS): Don't pass down LD (it's not used).
15813         (libc.a, libm.a): Depend on targ-include.
15814         * host/any (LD): Don't define.
15815         (INCLUDES): Use targ-include.   
15816         * stub/Makefile.in (MAKEOVERRIDES): Define to be empty.
15817         (FLAGS_TO_PASS): Don't pass down LD (it's not used).
15818         * libc/Makefile.in: Use $(MAKE) rather than make.
15819         (MAKEOVERRIDES): Define to be empty.
15820         (FLAGS_TO_PASS): Don't pass LD (it's not used).
15821         (all): Rewrote to be slightly smaller.
15822         * libc/machine/Makefile.in, libc/sys/Makefile.in (MAKEOVERRIDES):
15823         Define to be empty.
15824         (FLAGS_TO_PASS): Don't pass LD (it's not used).
15825         * libm/Makefile.in (FLAGS_TO_PASS): Don't pass LD (it's not used).
15826
15827 Mon Mar 15 08:45:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15828
15829         * libc/sys/go32/gerrno.s: Renamed from errno.s to avoid conflict
15830         with errno/errno.c.
15831
15832 Fri Mar 12 09:46:54 1993  Ian Lance Taylor  (ian@cygnus.com)
15833
15834         * Changes for reentrancy.
15835         libc/stdio/fdopen.c, libc/stdio/freopen.c, libc/stdio/perror.c:
15836         Use ptr->_errno, not errno.
15837         libc/stdio/mktemp.c (mkstemp_r, mktemp_r): New functions.
15838         libc/stdio/remove.c (remove_r): New function.
15839         libc/stdio/rename.c (rename_r): New function.
15840         libc/stdio/fopen.c, libc/stdio/freopen.c, libc/stdio/fseek.c,
15841         libc/stdio/makebuf.c, libc/stdio/mktemp.c, libc/stdio/remove.c,
15842         libc/stdio/rename.c, libc/stdio/stdio.c, libc/stdio/tmpnam.c: Use
15843         reentrant versions of system calls.
15844         libc/stdio/gets.c: Call getchar_f, not nonexistent getchar_r.
15845         libc/stdio/scanf.c: Use stdin_r, not nonexistent stdin_n.
15846         libc/stdio/tmpfile.c: Use tmpnam_f, not nonexistent tmpnam_r.
15847         libc/stdio/findfp.c: Include <string.h>.
15848         libc/stdio/fread.c, libc/stdio/rget.c, libc/stdio/scanf.c: Include
15849         "local.h".
15850         libc/stdio/wbuf.c: Include "fvwrite.h"
15851
15852         * libc/stdlib/{dtoa.c, ecvtbuf.c, mprec.c, strtod.c}: Include
15853         <string.h>.
15854         libc/stdlib/malloc.c: Call sbrk_r rather than sbrk.
15855         (NULL): Don't define if already defined.
15856         libc/stdlib/system.c: Call reentrant versions of system calls.
15857         (system_r): New function.
15858
15859         * Changes for reentrancy.
15860         libc/include/_ansi.h (_PARAMS): New macro.
15861         libc/include/errno.h: Define errno as a macro that calls __errno.
15862         (__errno_r): New macro for reentrant code.
15863         libc/include/math.h: Include reent.h.  Declare many reentrant
15864         functions.
15865         (signgam): Now a macro, not a variable.
15866         (struct exception): Added err field.
15867         libc/include/reent.h: Don't declare __sglue.  Added function
15868         declarations.
15869         (struct reent_struct): Moved errno to beginning.  Added _signgam.
15870         libc/include/stdio.h, libc/include/stdlib.h: Added function
15871         declarations.
15872
15873         * More reentrancy hacking.
15874         libc/errno/errno.c (__errno): New function.
15875         libc/reent/execr.c, libc/reent/filer.c, libc/reent/fstatr.c,
15876         libc/reent/linkr.c, libc/reent/sbrkr.c, libc/reent/statr.c: New
15877         files.
15878         
15879         * Added many new reentrant functions to libm/math/*.
15880         libm/math/error.c (__matherror): Added reent_struct pointer
15881         argument. Changed all callers.
15882         libm/math/gamma.c (signgam): Removed. Set ptr->_signgam, instead.
15883         libm/math/exp.h, libm/math/pow.h, libm/math/sincos.h,
15884         libm/math/tan.h: Removed obsolete unused header files.
15885
15886         * libc/sys/a29khif/stubs.s: Use register lr0, not v0.
15887
15888         * libc/sys/sun/Makefile.in (COPYOFILES): Don't pull in errno.o.
15889
15890 Mon Mar  8 16:43:43 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15891
15892         * libc/sys/a29khif/stubs.s: clobber safe register, and fill all
15893         delay slots.
15894
15895 Tue Mar  2 14:47:00 1993  Jeffrey Osier      (jeffrey@fowanton.cygnus.com)
15896
15897         * libc/libc.texinfo:  comment out reentrancy chapter (duh)
15898
15899 Tue Mar  2 14:34:16 1993  Jeffrey Osier      (jeffrey@fowanton.cygnus.com)
15900
15901         * libc/reent/reent.tex:  New file.  (text from
15902         newlib/libc/libc.texinfo)
15903         * libc/stdio/tmpnam.c:  fixed doc typo
15904         * libc/stdlib/rand.c:   fixed doc typo
15905
15906 Tue Mar  2 14:34:16 1993  Jeffrey Osier      (jeffrey@fowanton.cygnus.com)
15907
15908         * libc/reent/reent.tex:  New file.  (text from
15909         newlib/libc/libc.texinfo)
15910
15911 Fri Feb 26 12:20:54 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15912
15913         support for reentrancy
15914         * libc/reent/reent.c, libc/reent/Makefile.in, libc/reent/reent.c:
15915         new files
15916         * libc/errno/errno.c, libc/include/ieeefp.h,
15917         libc/include/locale.h, libc/include/reent.h,
15918         libc/include/signal.h, libc/include/stdio.h,
15919         libc/include/stdlib.h, libc/include/string.h, libc/include/time.h,
15920         libc/signal/signal.c libc/stdio/cvt.c, libc/stdio/fclose.c,
15921         libc/stdio/fdopen.c, libc/stdio/fflush.c, libc/stdio/fgets.c,
15922         libc/stdio/findfp.c, libc/stdio/flags.c, libc/stdio/fopen.c,
15923         libc/stdio/fputc.c, libc/stdio/freopen.c, libc/stdio/fseek.c,
15924         libc/stdio/ftell.c, libc/stdio/fwalk.c, libc/stdio/getchar.c,
15925         libc/stdio/gets.c, libc/stdio/glue.h, libc/stdio/iprintf.c,
15926         libc/stdio/local.h, libc/stdio/makebuf.c, libc/stdio/perror.c,
15927         libc/stdio/printf.c, libc/stdio/putchar.c, libc/stdio/puts.c,
15928         libc/stdio/refill.c, libc/stdio/scanf.c, libc/stdio/setvbuf.c,
15929         libc/stdio/sprintf.c, libc/stdio/tmpfile.c, libc/stdio/tmpnam.c,
15930         libc/stdio/ungetc.c, libc/stdio/vfprintf.c, libc/stdio/vfprintf.h,
15931         libc/stdio/vfscanf.c, libc/stdio/vprintf.c, libc/stdio/wsetup.c,
15932         libc/stdlib/__adjust.c, libc/stdlib/__exp10.c,
15933         libc/stdlib/assert.c, libc/stdlib/atexit.c, libc/stdlib/atol.c,
15934         libc/stdlib/dtoa.c, libc/stdlib/ecvtbuf.c, libc/stdlib/malloc.c,
15935         libc/stdlib/mprec.c, libc/stdlib/mprec.h, libc/stdlib/rand.c,
15936         libc/stdlib/setenv.c, libc/stdlib/std.h, libc/stdlib/strtod.c,
15937         libc/stdlib/strtol.c, libc/stdlib/strtoul.c, libc/string/strtok.c,
15938         libc/time/asctime.c, libc/time/localtime.c, libc/time/mktime.c,
15939         libc/time/strftime.c: modify to provide reentracy.
15940
15941         new routines:
15942         strtok_r, asctime_r, fdopen_r, _cleanup_r, fopen_r, iprintf_r,
15943         perror_r, printf_r, putchar_r, puts_r, scanf_r, sprintf_r,
15944         tmpfile_r, vfiprintf_r, vfprintf_r, strtod_r, dtoa_r, rand_r,
15945         srand_r, strtoul_r,strtol_r, free_r, malloc_r, morecore_r,
15946         mstats_r, realloc_r, localeconv_r, setlocale_r
15947
15948 Wed Feb 17 20:17:15 1993  Mark Eichin  (eichin@cygnus.com)
15949
15950         * libc/include/machine/ieeefp.h, libc/include/machine/setjmp.h,
15951         libc/include/sys/config.h, libc/include/sys/signal.h,
15952         libc/include/sys/stat.h, libc/include/sys/types.h: For compiler
15953         provided macros (such as m68000), use the ansi version
15954         (__m68000__) so that the library can be used with code compiled
15955         -ansi. In particular, m68000, mc68000, _AM29K, i386, MIPSEL, unix,
15956         and sparc.
15957
15958 Wed Feb 17 13:01:34 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15959
15960         * configure.in (sparc*): Don't set -fsoft-float for sparc
15961         configurations.  Do set -fsoft-float for sparclite configurations.
15962
15963 Fri Feb 12 16:25:52 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
15964
15965         * default.menu, no-signal.menu: alternate forms of libc main menu
15966           (in newlib rather than newlib/libc due to configuration restrictions)
15967
15968         * configure.in: select one of the two menus above, link to
15969         libc.menu
15970
15971         * libc/libc.texinfo: include menu from separate file
15972
15973 Fri Feb 12 12:50:06 1993  Ian Lance Taylor  (ian@cygnus.com)
15974
15975         * Makefile.in (FLAGS_TO_PASS): Put INSTALL back in.
15976         (info): Split long shell command in half.
15977         * libc/Makefile.in (info, targetdep.tex): Don't pass everything to
15978         sub-makes, just CHEW and TARGETDOC. 
15979         (targetdep.tex): Removed now special handling of sys and machine
15980         subdirectories, made obsolete some time ago.
15981         * libc/machine/Makefile.in (doc): Don't pass everything to
15982         sub-make, just CHEW and TARGETDOC.
15983         (Makefile): New target.
15984         * libc/sys/Makefile.in (Makefile): New target.
15985
15986 Thu Feb 11 15:25:15 1993  Ian Lance Taylor  (ian@cygnus.com)
15987
15988         * Makefile.in (here and most subdirectories): Only pass down CHEW
15989         and TARGETDOC when making info, not for other targets.
15990
15991         * Makefile.in (here and most subdirectories), host/any: Use $(AR)
15992         $(AR_FLAGS) rather than $(ARUPDATE).
15993
15994 Wed Feb 10 11:57:52 1993  Ian Lance Taylor  (ian@cygnus.com)
15995
15996         * Try to reduce command line length:
15997         * Makefile.in (FLAGS_TO_PASS): don't pass down exec_prefix,
15998         CC_FOR_BUILD, CFLAGS_FOR_BUILD, INSTALL or CHEW.
15999         (info, docs): pass CC_FOR_BUILD and CFLAGS_FOR_BUILD to doc.
16000         (info): Pass CHEW to other subdirs.
16001
16002 Tue Feb  9 14:01:42 1993  Mark Eichin  (eichin@cygnus.com)
16003
16004         * configure.in: add signal_dir, like unix_dir, but by default it
16005         is set to "signal" so that a29khif can turn it off (since a29khif
16006         has raise() as part of machine-specific signal.s.)
16007
16008 Fri Jan 15 12:09:50 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16009
16010         * libc/sys/config.h, libc/machine/ieeefp.h: add Z8000 support
16011         * libc/stdio/Makefile.in: pass CFLAGS so vfiprintf.c gets built
16012         correctly.
16013         * libc/stdio/fdopen.c, libc/stdio/fgets.c, libc/stdio/fscanf.c,
16014         libc/stdio/vfprintf: type lint.
16015         * libc/sys/z8ksim/crt0.c (start): Z8001/Z8002 independent
16016         initialzation code.
16017         * libc/sys/z8ksim/glue.c: Z8001/Z8002 clean system calls.
16018
16019 Tue Dec 29 10:15:33 1992  Ian Lance Taylor  (ian@cygnus.com)
16020
16021         * stub/mvme135/mvme135-asm.S: new file.
16022         stub/mvme135mvme135-stub.c: moved all assembler routines into
16023         mvme135-asm.S.
16024         stub/mvme135/Makefile.in: build mvme135-stub.o.
16025
16026 Mon Dec 28 12:40:43 1992  Ian Lance Taylor  (ian@cygnus.com)
16027
16028         * Makefile.in: don't pass down $(CPP); use $(CC) -E in
16029         sub-Makefiles instead, to try to avoid line length limitations.
16030
16031 Mon Dec 21 18:36:13 1992  Per Bothner  (bothner@rtl.cygnus.com)
16032
16033         * libc/include/unistd.h (read, write):  Use void* instead of
16034         char*.
16035
16036 Thu Dec 17 13:49:46 1992  Mark Eichin  (eichin@cygnus.com)
16037
16038         * stub/go32/resetpc: sample script to send a reset packet to the
16039         stub
16040
16041         * stub/go32/I386STUB.C: new file, gdb/i386stub.c modified for the
16042         DOS environment, which compiles with Turbo C.
16043
16044         * stub/go32/DSER32.LNK: new file, linker commands for serial
16045         remote stub.
16046
16047         * stub/go32/CONTROL.C: turn off debug_mode, add CYGNUS tag line to
16048         start up message to identify version; call set_debug_traps.
16049
16050         * stub/go32/DEBUG.C: turn off debug_mode (so stub doesn't need any
16051         keyboard interaction); call handle_exception() in go_til_stop,
16052         rather than return, so that the remote stub gets control.
16053
16054         * stub/go32/MAKEFILE: fixed to actually use DOS commands (del and
16055         rename, rather than mv), set flags that work with current Turbo C,
16056         including using the /3 flag; also, add commands to build dser32.
16057
16058         * stub/go32/DEBUG32.LNK, stub/go32/GO32.LNK: fix paths to match
16059         default Turbo C installation (\tc rather than \usr)
16060
16061         * stub/go32/MONO.C (printf): current Turbo C uses "..." instead of
16062         "&..."
16063
16064 Mon Dec 14 09:37:33 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16065
16066         * libc/include/math.h: added _DOUBLE_IS_32BITS checks
16067
16068 Thu Nov 12 22:31:04 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16069
16070         * libc/stdio/cvt.c (licvt): new function to convert ints when
16071         sizeof(int) != sizeof(long).
16072
16073         * libc/include/stdio.h: added prototype for iprintf.
16074         * libc/include/machine/limits.h machine/ieeefp.h: z8k stuff
16075
16076 Tue Nov 10 12:18:12 1992  Ian Lance Taylor  (ian@cygnus.com)
16077
16078         * libc/machine/m68k/setjmp.S: use __USER_LABEL_PREFIX__ and
16079         __REGISTER_PREFIX__.
16080
16081 Mon Nov  2 13:50:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16082
16083         * libc/sys/m68kbare: moved into stub directory.
16084
16085 Mon Nov  2 13:40:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16086
16087         * configure.in, Makefile.in: created new directory stub, to hold
16088         sample code for specific targets.
16089
16090 Wed Oct 28 02:19:55 1992  Mark Eichin  (eichin@cygnus.com)
16091
16092         * restored libc/sys/go32/sys/fcntl.h, to override incorrect values
16093         in the unified libc/include/sys/fcntl.h.
16094
16095 Wed Oct 21 13:55:58 1992  Doug Evans  (dje@rtl.cygnus.com)
16096
16097         * libc/stdlib/ecvtbuf.c: (print_f,_gcvt): printf("%f", 0.01)
16098         printed .01, not 0.01.
16099
16100 Mon Oct 19 11:05:55 1992  Ian Lance Taylor  (ian@cygnus.com)
16101
16102         * configure.in: compile with -m68000 for m68* targets.
16103
16104 Sun Oct 18 05:29:05 1992  Mark Eichin  (eichin@cygnus.com)
16105
16106         * libm/math/remainder.c (remainder): document the svr4 and sunos
16107         references used to construct the function.
16108
16109 Sat Oct 17 21:46:16 1992  Mark Eichin  (eichin@cygnus.com)
16110
16111         * libm/math/remainder.c (rint, remainder): fix old typos.
16112         * libm/math/Makefile.in: actually build remainder.c (functions
16113         rint and remainder, from SysVr4 Programmer's Guide floor(3m) man
16114         page.)
16115
16116 Thu Oct 15 07:48:05 1992  Ian Lance Taylor  (ian@cygnus.com)
16117
16118         * libc/string/bcopy.c: BSD version works on overlapping strings,
16119         so ours should too.
16120
16121         * libc/stdlib/system.c: always invoke /bin/sh, not getenv
16122         ("SHELL").
16123
16124 Wed Oct 14 11:07:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16125
16126         * Makefile.in (docs): new target.
16127
16128 Wed Oct 14 07:44:25 1992  Ian Lance Taylor  (ian@cygnus.com)
16129
16130         * libc/include/sys/times.h: define clock_t as required by POSIX.
16131         libc/include/time.h: protect clock_t from multiple definitions.
16132
16133 Wed Oct  7 11:02:21 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16134
16135         * libm/math/sqrt.h (sqrt): actually, the final version of fp-bit
16136         does not need more than the original three iterations to get
16137         within 1 ulp. (Paranoia tests for rounding to better than that,
16138         but further iterations *don't* help, only more subtle changes
16139         can.)
16140
16141 Tue Oct  6 09:22:12 1992  Ian Lance Taylor  (ian@cygnus.com)
16142
16143         * libc/sys/vxworks68, libc/sys/vxworks960: removed, since they
16144         were doing nothing useful.
16145
16146 Tue Oct  6 08:48:13 1992  Ian Lance Taylor  (ian@cygnus.com)
16147
16148         * configure.in: define MALLOC_PROVIDED for vxworks targets;
16149         removed sys_dir settings of vxworks68 and vxworks960.
16150         host/any: don't pass -nostdinc to gcc, since newlib no longer
16151         provides all required header files.
16152
16153         * libc/stdlib/malloc.c: only compile this file if MALLOC_PROVIDED
16154         is not defined; this provides a hook for VxWorks.
16155
16156 Mon Oct  5 03:44:57 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16157
16158         * libc/stdio/setvbuf.c (setvbuf): while ANSI does say to malloc a
16159         buffer if buf is NULL, don't do it here -- it is already being
16160         done by makebuf elsewhere in stdio.
16161
16162 Fri Oct  2 13:12:07 1992  Ian Lance Taylor  (ian@cygnus.com)
16163
16164         * libc/sys/a29khif/Makefile.in: assemble Steve's list of stubs so
16165         that C programs can call functions without using initial
16166         underscores.
16167
16168 Thu Oct  1 09:37:47 1992  Ian Lance Taylor  (ian@cygnus.com)
16169
16170         * libc/stdlib/abort.c (abort): call exit, in case kill returns.
16171
16172 Wed Sep 30 08:22:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16173
16174         * configure.in: set TARGET_CFLAGS for certain CPU types to
16175         -msoft-float.
16176
16177 Tue Sep 29 21:09:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16178
16179         * libc/sys/m68kbare/glue.c: use <_ansi.h> instead of <ansidecl.h>
16180
16181 Mon Sep 28 14:58:44 1992  Ian Lance Taylor  (ian@cygnus.com)
16182
16183         * configure.in: added sys_dir m68kbare for m68k*-unknown-aout and
16184         m68k*-unknown-coff.
16185
16186 Fri Sep 25 08:33:21 1992  Ian Lance Taylor  (ian@cygnus.com)
16187
16188         * libc/include/stdio.h: define __need___va_list before including
16189         <stdarg.h>, to avoid defining va_arg, et. al.
16190
16191 Tue Sep 22 13:47:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16192
16193         * libc/sys/Makefile.in: handle the case of an empty $(sys_dir)
16194         (don't cd to the user's home directory).
16195
16196         * libc/Makefile.in: replaced all instances of $(MAKE) with make.
16197         In general this is the wrong thing to do, but I can't get around
16198         GNU make's insistence on passing command line arguments any other
16199         way.
16200
16201 Tue Sep 22 10:12:44 1992  Ian Lance Taylor  (ian@cygnus.com)
16202
16203         * configure.in: always configure the libc/sys directory, since it
16204         now provides a required documentation file.
16205
16206         * Makefile.in: replaced all instances of $(MAKE) with make.  In
16207         general this is the wrong thing to do, but I can't get around GNU
16208         make's insistence on passing command line arguments any other way.
16209
16210 Mon Sep 21 22:42:26 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
16211
16212         * libc/stdlib/ecvtbuf.c (_gcvt): string for 0 was not null
16213         terminated.
16214
16215         * libc/stdio/local.h: include <stdarg.h> to define va_list.
16216         libc/stdio/vsprintf.c: include <stdarg.h> rather than <varargs.h>.
16217
16218         * libc/include/float.h, libc/include/stdarg.h,
16219         libc/include/stddef.h, libc/include/varargs.h: removed; use gcc
16220         versions instead.
16221         libc/include/stdio.h: get size_t from <stddef.h>, and va_list from
16222         <stdarg.h>, not from <machine/types.h>.  Protect definition of
16223         NULL.
16224         libc/include/time.h: get size_t from stddef.h.  Protect definition
16225         of NULL.
16226         libc/include/machine/limits.h: override gcc <limits.h> by defining
16227         _LIMITS_H___.  Don't define CLK_TCK.  Copied in gcc <limits.h> to
16228         get correct INT_MIN and LONG_LONG values.
16229         libc/include/machine/types.h: don't define ptrdiff_t, wchar_t,
16230         size_t or va_list at all; they're now gotten from stddef.h
16231         instead.
16232         libc/include/machine/varargs.h: removed; use gcc version instead.
16233         libc/include/sys/types.h: explicitly include <machine/types.h>.
16234
16235         * libm/math/sqrt.h: using the fp-bit routines appears to require
16236         more iterations.
16237
16238         * Makefile.in, host/any: let system include files override machine
16239         include files.
16240
16241 Sat Sep 19 21:10:06 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16242
16243         * libc/include/machine/types.h: allow __*_TYPE__ from cpp to
16244         override _*_T_ definitions defaulted here.
16245
16246 Tue Sep 15 11:14:46 1992  Ian Lance Taylor  (ian@cygnus.com)
16247
16248         * Makefile.in (install): install the include files in
16249         $(tooldir)/include, not $(exec_prefix)/include.
16250
16251 Fri Sep 11 15:48:43 1992  Ian Lance Taylor  (ian@cygnus.com)
16252
16253         * Makefile.in (install): fixed typo, and changed install to not
16254         force rebuild of libc.a and libm.a.
16255
16256 Thu Sep 10 10:46:09 1992  Ian Lance Taylor  (ian@cygnus.com)
16257
16258         * libc/sys/a29khif/*: Changed all .include's to include
16259         sys/sysmac.h, not plain sysmac.h.  The header files live in sys so
16260         that they will be installed for the user.
16261
16262         * Makefile.in (all): create targ-include, a directory holding the
16263         machine and system specific header files during the build.
16264         (install): fixed installation of machine and system specific
16265         header files.
16266
16267         * Makefile.in: fixed comment.
16268         host/any: change .s.o rule to use $(AS) rather than $(CC), so that
16269         we can pass $(INCLUDES) to it.
16270
16271 Thu Sep 10 10:13:13 1992  Ian Lance Taylor  (ian@cygnus.com)
16272
16273         * libc/include/sys/param.h: new generic file, which may be
16274         overridden for specific systems.
16275
16276         * libc/include/sys/signal.h: define all ANSI signal names, and
16277         NSIG (which is not ANSI) for a29k.
16278
16279 Tue Sep  8 09:04:30 1992  Ian Lance Taylor  (ian@cygnus.com)
16280
16281         * Makefile.in: don't pass down arguments the lower level makes
16282         will not need.
16283         * libc/Makefile.in: recurse directly, rather than using subdir_do,
16284         in hopes of avoiding argument length limits.
16285         * libm/Makefile.in: recurse directly, rather using subdir_do, in
16286         hopes of avoiding argument length limits.
16287
16288 Tue Sep  8 08:27:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16289
16290         * libc/include/sys/fcntl.h: include <sys/types.h> to ensure that
16291         mode_t is defined.
16292
16293 Mon Sep  7 14:02:07 1992  Ian Lance Taylor  (ian@cygnus.com)
16294
16295         * Fixed make info and make install-info for newlib, changing most
16296         Makefile.in and several *.tex files.  Moved doc directory from
16297         libc to top level.
16298
16299         * libc/time/mktime.c (_DAYS_IN_MONTH): actually, not const.
16300         Should be rewritten.
16301
16302         * libc/string/strings.tex: renamed node index to node index
16303         function, so that it does not conflict with the top level index
16304         node.
16305
16306         * libc/include/sys/config.h: define __IEEE_BIG_ENDIAN for h8300.
16307
16308 Fri Sep  4 02:34:06 1992  Ian Lance Taylor  (ian@cygnus.com)
16309
16310         * Overhauled general configuration for newlib.  Eliminated all
16311         target dependent Makefile fragments.  Create libraries in newlib
16312         rather than newlib/libc and newlib/libm.  Use CC, et. al., rather
16313         than CROSS_CC, et. al.  Broke make docs; will fix later.
16314
16315         * libc/time/localtime.c (_DAYS_IN_MONTH): actually, not const.
16316         Should be rewritten.
16317
16318 Tue Sep  1 15:21:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16319
16320         * libc/configure.in: cleaned up somewhat; switch on ${target}
16321         rather than ${target_alias}.
16322         * libm/configure.in: cleaned up somewhat; switch on ${target}
16323         rather than ${target_alias}.
16324
16325         * libc/ctype/ctype_.c: marked _ctype_ array _CONST.
16326         * libc/include/ctype.h: marked _ctype_ as _CONST.
16327
16328         * libc/locale/locale.c (lconv, localeconv): marked static lconv as
16329         _CONST.
16330
16331         * libc/stdio/cvt.c, libc/stdio/findfp.c (__sfmoreglue),
16332         libc/stdio/vfscanf.c (__svfscanf): made static variables const.
16333         libc/stdio/gets.c (gets): removed non-ANSI warning message.
16334         libc/stdio/tmpnam.c (tmpnam): removed unneeded filename variable.
16335
16336         * libc/stdlib/mprec.h, libc/stdlib/mprec.c (pow5mult, tens,
16337         bigtens, tinytens): marked arrays _CONST.
16338         libc/stdlib/qsort.c (swap): if __GNUC__, use _builtin_alloca
16339         rather than a static variable.
16340
16341         * libc/time/asctime.c (asctime), libc/time/localtime.c
16342         (_DAYS_IN_MONTH), libc/time/mktime.c (_DAYS_IN_MONTH,
16343         _DAYS_BEFORE_MONTH), libc/time/strftime.c (dname_len, dname,
16344         mname_len, mname): Marked static arrays _CONST.
16345
16346         * libm/math/gamma.h: made local variables non-static.
16347
16348         * libm/math/acos.h, libm/math/bessel.c, libm/math/erf.c,
16349         libm/math/exp.c, libm/math/gamma.h: marked static arrays as
16350         _CONST.
16351
16352         * libm/math/constants.c: removed file, because the constants it
16353         defined were never referenced.
16354         libm/math/Makefile.in: removed references to constants.c.
16355         libm/math/mathimpl.h: removed declarations of constants.
16356
16357 Wed Aug 26 21:09:06 1992  Ian Lance Taylor  (ian@cygnus.com)
16358
16359         * libc/include/machine/varargs.h: only call __builtin_saveregs if
16360         it is sensibly defined in libgcc2.  Checks preprocessor defines,
16361         which is not a good solution.
16362
16363         * libm/sqrt.c: sqrt(Infinity) should not be a domain error.
16364
16365         * libm/frexp.c: handle denormalized numbers as arguments.
16366
16367         * libm/math/Makefile.in: added some dependencies for .c files
16368         which include local .h files.
16369
16370 Mon Aug 24 12:57:58 1992  Ian Lance Taylor  (ian@cygnus.com)
16371
16372         * libc/configure.in: set target_alias for OSE*.  Replace
16373         target_makefile_frag if it is blank.
16374
16375         * libc/Makefile.in: make sure everything is passed to subsidiary
16376         makes; create all directories when installing.
16377
16378         * libm/ieeefp/Makefile.in, libm/math/Makefile.in: use
16379         CROSS_ARUPDATE instead of AR.
16380
16381         * libm/configure.in: set target_alias for OSE*.  Replace
16382         target_makefile_frag if it is blank.
16383
16384         * libm/Makefile.in: make sure everything is passed to subsidiary
16385         makes; create all directories when installing.
16386
16387 Thu Aug 20 15:11:51 1992  Mark Eichin  (eichin@cygnus.com)
16388
16389         * add following change from libc copy.
16390
16391 Wed Aug 19 18:54:49 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
16392
16393         * libc/libc.texinfo: make copyright disclaimers appear on back of
16394         title page; make format of same slightly less ugly; avoid using
16395         underbars in section headings (avoids nasty texinfo bug in table
16396         of contents).
16397
16398         * libc/ctype/tolower.c, libc/ctype/toupper.c: (doc changes in
16399           comments only) avoid using underbars in section headings
16400
16401         * libc/ieeefp/ieeefp.tex: include doc from fpsticky, infinity,
16402           isnan ieeefp/fpmask.c, ieeefp/fpround.c, ieeefp/fpsticky.c (doc
16403           changes in comments only): shorten headings ieeefp/infinity.c,
16404           ieeefp/isnan.c: (doc, comments only) more informative headings
16405
16406         * libc/math/bessel.c: (doc, comments only) shorten heading
16407
16408         * libc/stdlib/efgcvt.c, libc/stdlib/mbtowc.c, libc/stdlib/wctomb.c
16409         (doc, comments only) shorten headings
16410
16411         * libc/time/localtime.c (doc, comments only): shorten headings
16412
16413         * libm/ieeefp/ieeefp.tex: include doc from fpsticky, infinity,
16414           isnan
16415           libm/ieeefp/fpmask.c, libm/ieeefp/fpround.c,
16416           libm/ieeefp/fpsticky.c (doc changes in comments only): shorten
16417           headings
16418           libm/ieeefp/infinity.c, libm/ieeefp/isnan.c: (doc, comments
16419           only) more informative headings
16420         * libm/math/bessel.c: (doc, comments only) shorten heading
16421
16422 Wed Aug 19 07:06:37 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16423
16424         * .../Makefile.in: use CROSS_ARUPDATE consistently.
16425         * config/*.mt: define CROSS_AR as well as CROSS_ARUPDATE
16426         * config/*.mt: define CROSS_CPP based on CROSS_CC, not /lib/cpp.
16427         * .../Makefile.in: get rid of .c.o rule - if TOP is correctly
16428         defined, the one from the .mt file will be correct.
16429         * libc/include/machine, libc/include/sys: created, and populated
16430         with common files from machine/*/machine. ifdefs were used for
16431         most, typically by handling exceptions first and then filling in
16432         defaults. Files with D.J. Delorie copyright #included rather than
16433         copied. Most files in include/sys really were the same in the
16434         original.
16435         * libc/include/...: cleaned up use of _EXFUN.
16436         * libc/stdlib/mprec.c: mprec.h doesn't get installed, so include
16437         it with double quotes, not angles.
16438
16439 Mon Aug 10 11:43:20 1992  Ian Lance Taylor  (ian@dumbest.cygnus.com)
16440
16441         * libc/Makefile.in: always create installation directories.
16442
16443 Sun Aug  9 22:45:48 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16444
16445         * libc/configure.in: handle host properly (using canonical
16446         triples), better error message for the case of target not found
16447
16448 Thu May 28 01:56:37 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16449
16450         * libc/Makefile.in (insincdir): Ensure this directory exists
16451         before attempting installation.
16452
16453 Fri May  1 18:16:42 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16454
16455         * libc/stdlib/assert.c: now calls abort like it should
16456         * libc/sys/a29khif: many many patches for 29khif work
16457         * libc/machine/i386: gnulib2 expanded there.
16458
16459 Tue Apr 28 19:08:37 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16460
16461         Added accurate fp conversion routines to stdlib, moved dcvt from
16462         stdio to stdlib and called it ecvtbuf:
16463         * libc/stdlib/mprec.c, mprec.h: new files for multiprec arithmetic
16464         * libc/stdlib/Makefile.in, efgcvt.c, strtod.c: modified to use new
16465         routines
16466         * libc/libc.texinfo: Modifed to include the copyright info from
16467         the mprec files
16468         * libc/stdlib/efgcvt.c: now xref to ecvtbuf in stdlib.
16469         * libc/test/ : many vector which tested for the implementation
16470         defined returns of strange conversion requests have been updated
16471         to relflect the new implementation
16472
16473 Mon Apr 27 13:41:33 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
16474
16475         * libc/libc.texinfo: new chapter on variable arg lists
16476         (stdarg.h/varargs.h)
16477         * libc/libc.texinfo: new title
16478         * libc/time/gmtime.c, libc/time/localtime./c, libc/time/mktime.c:
16479         (doc only) shorter headings for better formatting.
16480
16481 Fri Apr 24 11:26:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
16482
16483         * libc/libc.texinfo: three more info menu entries
16484         * libc/locale/locale.tex: new chapter
16485         * libc/locale/locale.c: new doc for setlocale, localeconv
16486         * libc/locale/Makefile.in: use new locale doc
16487         * libc/signal/signal.tex: new chapter
16488         * libc/signal/raise.c, libc/signal/signal.c: new doc
16489         * libc/signal/Makefile.in: use new doc
16490         * libc/time/time.tex: new chapter
16491         * libc/time/asctime.c libc/time/clock.c libc/time/ctime.c
16492         libc/time/difftime.c libc/time/gmtime.c libc/time/localtime.c
16493         libc/time/mktime.c libc/time/strftime.c libc/time/time.c: new doc
16494         * libc/time/Makefile.in: use new doc
16495
16496 Tue Apr 21 14:48:50 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16497
16498         * libm/math/log1p.c: split to use the new function way of float
16499         function definition. math/log1p.h deleted
16500         * libm/math/scalb.c: obsolete and deleted
16501         * libm/math/scalbn.c: created from part log1p.c
16502         * libm/math/Makefile.in: know about log1p and scalbn
16503
16504 Tue Apr 21 12:32:21 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
16505
16506         * libc/ctype/isupper.c: revise doc;
16507           libc/ctype/ctype.tex: use doc from isupper.c
16508
16509         * libc/string/bzero.c: new doc
16510
16511 Mon Apr 20 14:19:42 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
16512
16513         * libc/stdlib/system.c, libc/stdlib/exit.c, libc/stdlib/abort.c:
16514         new doc
16515         * libc/stdlib/Makefile.in: extract new doc
16516         * libc/stdlib/stdlib.tex: use new doc
16517
16518         * libc/string/strerror.c: expanded doc.
16519
16520         * libc/stdio/Makefile.in: extract doc from more files
16521         * libc/stdio/fopen.c, libc/stdio/perror.c, libc/stdio/remove.c,
16522         libc/stdio/rename.c, libc/stdio/rewind.c, libc/stdio/setbuf.c,
16523         libc/stdio/setvbuf.c, libc/stdio/sprintf.c, libc/stdio/tmpfile.c,
16524         libc/stdio/tmpnam.c, libc/stdio/vfprintf.c, libc/stdio/vprintf.c,
16525         libc/stdio/vsprintf.c: new doc
16526         * libc/stdio/stdio.tex: use new doc
16527
16528 Mon Apr 20 09:38:17 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16529
16530         * libc/config/ebmon29k: added CROSS_CPP rule and other fixes
16531         * libc/include/ieeefp.h: fixed ansi conflict with isnanf, isinff,
16532         finitef functions.
16533         * libc/sys/a29khif/sys/*.h: ansidecl.h was renamed to _ansi.h some
16534         time ago.
16535
16536         * libc/stdio/stdio.h: added P_tmpdir for /tmp (SVID thing)
16537         * libc/stdio/setbuf.c: added ansi style definition.
16538         * libc/stdio/setvbuf.c: added ansi definition, now mallocs own
16539         buffer if none provided.
16540         * libc/stdio/tmpfile.c: lint
16541         * libc/stdio/tmpnam.c (worker): created. (tmpnam): mallocs buffer
16542         rather than using static, also make sure file isn't already
16543         present.  Uses P_tmpdir. (tempnam): rewritten to use new
16544         subroutine, and uses P_tmpdir.
16545         * libc/stdio/siprintf.c: created
16546
16547 Mon Apr 13 09:12:58 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16548
16549         Release 1.03 for NEC, major mods. Main differences from release
16550         1.02::
16551
16552         More tests in test/:
16553         * jn_vec.c, jnf_vec.c, yn_vec.c, ynf_vec.c, log2_vec.c,
16554         log2f_vec.c, atan2_vec.c, atan2f_vec.c: new test vectors.
16555         * test_ieee.c: tests for ieee flags & masks - get/set rounding,
16556         get/set mask, get/set sticky and get/set roundtoi.  Tests
16557         that setting the bits changes the way arithmetic is done.
16558         * string.c: added test to make sure memcmp does it with unsigned
16559         chars.
16560         * test.c: cleaned up and removed lint.
16561         * sprint_vec, sprint_ivec.c, convert.c, conv_vec.c, iconf_vec.c,
16562         dvec.c: tests for string to value conversions,  sprintf, scanf,
16563         atof, atoff, strtod, strtodf, atoi, atol, strtol, ecvtbuf, ecvt,
16564         ecvtf,  fcvtbuf, fcvt, fcvtf, gcvt, gcvtf.  Some attention paid to
16565         rounding in sprintf too.
16566         * test_is.c: tests for  isalnum, isalpha, isascii, iscntrl,
16567         isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
16568         isxdigit, toascii, tolower, toupper, _tolower, _toupper in macro
16569         and function form.
16570         * math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow,
16571         powf
16572
16573         In the library:
16574         * libc/stdlib/div.c, libc/stdlib/ldiv.c, libc/stdlib/strtod.c,
16575         libc/stdlib/strtol.c, libc/stdlib/stroul.c, libc/stdlib/abs.c,
16576         libc/stdlib/bsearch.c, libc/stdlib/calloc.c, libc/stdlib/getenv.c,
16577         libc/stdlib/labs.c, libc/stdlib/malloc.c: new documentation
16578         * libc/stdlib/efgcvt.c: rewritten to use new _dcvt routines rather
16579         than sprintf.
16580         * libc/stdio/dcvt.c: rewritten to make more useful elsewhere. 
16581         * Method of producting float versions of double functions has
16582         changed, functions will be modified gradually. So far:
16583         libm/math/exp.c, libm/math/pow.c, libm/math/modf.c,
16584         libm/math/sincos.c, libm/math/fmod.c, libm/math/tan.c have been
16585         altered
16586         * libc/string/memcmp.c: now uses unsigned chars
16587         * libc/string/bcmp.c, libc/string/strcpy.c,
16588         libc/stsring/strxfrm.c: fixed doc
16589         * libc/sys/sysvnecv70.tex: fix example of sbrk code
16590 \f
16591 Local Variables:
16592 version-control: never
16593 End: