OSDN Git Service

2000-12-07 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / ChangeLog
1 2000-12-07  Jeff Johnston  <jjohnstn@redhat.com>
2
3         * libc/stdlib/ldtoa.c: Removed include of alloca.h.
4         Also removed \r's.
5         (asctoeg): Replaced alloca call with stack array and malloc
6         when storage exceeds reasonable limit.
7         (e53toe): Fixed einfin calls missing ldp parameter.
8         (eiisinf): Hide behind check for LDBL_MANT_DIG == 64.
9
10 2000-12-06  Jeff Johnston  <jjohnstn@redhat.com>
11
12
13         * libc/stdio/vfscanf.c: Fix typo for _NO_LONGDBL macro.
14
15 2000-12-06  Jeff Johnston  <jjohnstn@redhat.com>
16
17         * libc/stdlib/Makefile.am: Added ldtoa.c to list of sources.
18         * libc/stdlib/Makefile.in: Regenerated.
19         * libc/stdio/floatio.h: Added suitable MAXEXP for long double.
20         * libc/stdio/vfieeefp.h: Added long double bit structures.
21         * libc/stdio/vfprintf.c[WANT_IO_LONG_DBL]: Added long double support.
22         [WANT_IO_LONG_DBL](isinfl, isnanl): New static long double routines.
23         (exponent): Changed expbuf to reasonable maximum instead of MAXEXP.
24         * libc/stdio/vfscanf.c[WANT_IO_LONG_DBL]: Added long double support.
25         * libc/stdlib/ldtoa.c: New file containing _ldtoa_r and
26         _strtold routines used for conversions between character
27         and long double.
28
29 Wed Dec  6 12:01:00 2000  Corinna Vinschen <vinschen@cygnus.com>
30
31         * libc/include/stdlib.h: Add declarations for `mkstemp' and `mktemp'.
32
33 2000-12-04  Joel Sherrill <joel@OARcorp.com>
34
35         * libc/include/machine/time.h: RTEMS systems can configure clock
36         tick rate so use sysconf() to ask.
37
38 2000-12-04  Joel Sherrill <joel@OARcorp.com>
39
40         * libc/include/sys/times.h: Add reference to POSIX standard.
41
42 2000-12-04  Joel Sherrill <joel@OARcorp.com>
43
44         * libc/include/sys/time.h: Added BSD timer manipulation macros
45         used by RTEMS code.
46
47 2000-12-04  Joel Sherrill <joel@OARcorp.com>
48
49         * libc/sys/rtems/crt0.c: Add stubs for functions implicitly
50         referenced by code generated by gcc 2.8.1.
51         (a29k): Add stubs for V_SPILL, V_FILL, V_BSD_OS, V_EPI_OS to 
52         satisfy gcc.
53
54 2000-12-04  Joel Sherrill <joel@OARcorp.com>
55
56         * libc/stdlib/system.c: Avoid compiling do_system() for RTEMS.
57
58 2000-12-04  Joel Sherrill <joel@OARcorp.com>
59
60         * libc/include/ieeefp.h: Added entries for OpenCores CPUs.
61
62 2000-12-04  Joel Sherrill <joel@OARcorp.com>
63
64         * configure.host (or16, or32): New entries for OpenCores
65         OpenRisc CPUs.
66         (*-*-rtems*): Add -DNO_EXEC.
67
68 2000-12-04  Keith Outwater <vac4050@cae597.rsc.raytheon.com>
69
70         * libc/include/sys/errno.h: Added comments on many error numbers.
71         * libc/string/strerror.c: Added some more strings.
72
73 2000-11-30  Jeff Johnston <jjohnstn@redhat.com>
74
75         * libc/sys/sh/syscalls.c (_link): New stub.
76
77 2000-11-29  Nick Clifton  <nickc@redhat.com>
78
79         * configure.host: Add xscale target.
80         * libc/machine/xscale: New directory.
81         * libc/machine/xscale/Makefile.am: New file.
82         * libc/machine/xscale/Makefile.in: New file.
83         * libc/machine/xscale/aclocal.m4: New file.
84         * libc/machine/xscale/configure: New file.
85         * libc/machine/xscale/configure.in: New file.
86         * libc/machine/xscale/memchr.S: New file.
87         * libc/machine/xscale/memcmp.S: New file.
88         * libc/machine/xscale/memcpy.S: New file.
89         * libc/machine/xscale/memmove.S: New file.
90         * libc/machine/xscale/memset.S: New file.
91         * libc/machine/xscale/strchr.S: New file.
92         * libc/machine/xscale/strcmp.S: New file.
93         * libc/machine/xscale/strcpy.S: New file.
94         * libc/machine/xscale/strlen.S: New file.
95
96 Sat Nov 25 11:24:00 2000  Corinna Vinschen <vinschen@cygnus.com>
97
98         * libc/include/sys/types.h: Change i to `__i' in FD_ZERO macro to
99         avoid compiler warnings.
100
101 2000-11-22  Michael Meissner  <meissner@redhat.com>
102
103         * libc/posix/execl.c (execl): Don't reference environ directly,
104         reference it only via a static pointer to avoid problems with some
105         shared library systems and with different uses of small data where
106         the user specifies his own version of environ.
107         * libc/posix/execv.c (execv): Ditto.
108         * libc/stdlib/getenv_r.c (_findenv_r): Ditto.
109         * libc/stdlib/setenv_r.c (_setenv_r,_unsetenv_r): Ditto.
110         * libc/stdlib/system.c (system, !cygwin32 case): Ditto.
111
112         * libc/stdlib/getenv.c (environ): Delete unused reference to
113         environ.
114
115         * libc/stdlib/getenv_r.c: Make initial comment friendlier to emacs
116         colorization.
117         * libc/stdlib/system.c: Ditto.
118
119 Tue Nov 21 20:32:21 2000  Christopher Faylor <cgf@cygnus.com>
120
121         * libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of
122         including windows headers.
123
124 2000-11-20  Jeff Johnston  <jjohnstn@redhat.com>
125
126         * libc/include/sys/unistd.h: Removed definition of MAXNAMLEN.
127         * libc/include/dirent.h: Added definition of MAXNAMLEN if
128         not defined by sys/dirent.h.
129         * libc/posix/execvp.c: Added include of dirent.h to get
130         MAXNAMLEN value which used to be in unistd.h.
131
132 Mon Nov  6 12:56:00 2000  Corinna Vinschen <vinschen@cygnus.com>
133
134         * libc/include/sys/types.h: Change type of i to `size_t' in
135         FD_ZERO macro to avoid compiler warnings.
136
137 Sun Oct 29 20:06:41 2000  Christopher Faylor <cgf@cygnus.com>
138
139         * libc/include/stdlib.h: Avoid declaring cfree under Cygwin.
140         * libc/include/malloc.h: Ditto.  Also remove obsolete declaration.
141
142 Tue Oct 24 20:16:00 2000  Corinna Vinschen <vinschen@cygnus.com>
143
144         * libc/include/sys/unistd.h: Add defines for sysconf values
145         _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN, _SC_PHYS_PAGES and
146         _SC_AVPHYS_PAGES.
147
148 Mon Oct  9 20:26:33 2000  Christopher Faylor <cgf@cygnus.com>
149
150         * libc/include/sys/unistd.h: Add getdtablesize and setdtablesize
151         declarations for __CYGWIN__.
152
153 2000-09-19  Geoffrey Keating  <geoffk@cygnus.com>
154
155         * libc/signal/signal.c (__sigtramp_r): ISO C requires
156         case labels to be integral constant expressions, so
157         use an if/else tree instead.
158         (_raise_r): Likewise.
159
160 2000-09-13  Jeff Johnston  <jjohnstn@redhat.com>
161
162         * libc/machine/v850/setjmp.S: Fixed tab problems caused by
163         clipping patch from e-mail reader.
164
165 2000-09-13  Will Cohen  <wcohen@redhat.com>
166
167         * libc/machine/v850/setjmp.S (_setjmp): Save r1 rather than r0.
168         Added return value 0.
169         (_longjmp): Allow longjmp to return value of second argument
170         passed to it.
171
172 2000-09-06  Jeff Johnston <jjohnstn@redhat.com>
173
174         * libc/include/sys/types.h (FD_ZERO): Remove call to bzero and
175         inline code to prevent having to include another header file.
176
177 Wed Sep  6 15:06:40 2000  Christopher Faylor <cgf@cygnus.com>
178
179         * Makefile.am: Fix space vs. tab problem in install-data-local.
180         * Makefile.in: Regenerate.
181
182 Wed Sep  6 13:49:51 2000  Christopher Faylor <cgf@cygnus.com>
183
184         * libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__.
185         (_EXPARM): New macro for defining a function parameter.
186         * libc/include/stdlib.h: Use _EXPARM.
187         * libc/stdlib/mallocr.c: Don't build cfree for Cygwin.
188
189 2000-09-05  Manfred Hollstein  <manfredh@redhat.com>
190
191         * Makefile.am (install-data-local): Use optional $(DESTDIR) where
192         required, as documented in the gnu coding standards.
193         * Makefile.in: Regenerate.
194
195 2000-09-05  Jeff Johnston <jjohnstn@redhat.com>
196
197         * libc/include/fcntl.h (_FNDELAY): Changed to be _FNONBLOCK to
198         make O_NDELAY and O_NONBLOCK have the same value.
199
200 2000-08-30  Kazu Hirata  <kazu@hxi.com>
201
202         * libc/sys/h8300hms/crt0.S: Optimize for both speed and code size.
203
204 2000-08-30  Werner Almesberger  <Werner.Almesberger@epfl.ch>
205
206         * libc/posix/execve.c: included unistd.h for "_execve" prototype.
207         * libc/misc/unctrl.c libc/sys/sysvi386/crt0.c (sccsid): changed
208         "#ifndef lint" to "#if defined(LIBC_SCCS) && !defined(lint)" like
209         everywhere else.
210
211 2000-08-30  Geoffrey Keating  <geoffk@cygnus.com>
212
213         * libc/string/swab.c: Specify that it's defined in <unistd.h>.
214         * libc/include/string.h: Don't include <sys/types.h>,
215         as it causes really bad namespace pollution.  Don't declare
216         swab(), it is properly declared in unistd.h.
217
218 2000-08-29  Werner Almesberger  <Werner.Almesberger@epfl.ch>
219
220         * libc/unix/getpwent.c (getpwnam, getpwuid, getpwent): removed
221         (broken) support for non-existent /etc/passwd field "comment".
222
223 2000-08-27  Werner Almesberger  <Werner.Almesberger@epfl.ch>
224
225         * libc/posix/scandir.c (DIRSIZ, scandir): use struct dirent.d_namlen
226         only if _DIRENT_HAVE_D_NAMLEN is defined.
227         (alphasort): aligned prototype with
228         libc/sys/cygwin/sys/dirent.h and simplified function body.
229         * libc/posix/telldir.c (telldir): changed "telldir" prototype to
230         long telldir (DIR *) as mentioned in annex B of POSIX.1
231
232 2000-08-27  Werner Almesberger  <Werner.Almesberger@epfl.ch>
233
234         * libc/machine/i386/i386mach.h: added SOTYPE_FUNCTION to set type
235         of global entry points if _I386MACH_NEED_SOTYPE_FUNCTION is defined;
236         Added __CLI and __STI macros (controlled via
237         _I386MACH_ALLOW_HW_INTERRUPTS macro).
238         * libc/machine/i386/f_atan2.S libc/machine/i386/f_atan2f.S
239         libc/machine/i386/f_frexp.S libc/machine/i386/f_frexpf.S
240         libc/machine/i386/f_ldexp.S libc/machine/i386/f_ldexpf.S
241         libc/machine/i386/f_log.S libc/machine/i386/f_log10.S
242         libc/machine/i386/f_log10f.S libc/machine/i386/f_logf.S
243         libc/machine/i386/f_tan.S libc/machine/i386/f_tanf.S
244         libc/machine/i386/memchr.S libc/machine/i386/memcmp.S
245         libc/machine/i386/memcpy.S libc/machine/i386/memmove.S
246         libc/machine/i386/memset.S libc/machine/i386/setjmp.S
247         libc/machine/i386/strchr.S libc/machine/i386/strlen.S:
248         (that's libc/machine/i386/*.S) added SOTYPE_FUNCTION(symbol)
249         for all global entry points.
250         * libc/machine/i386/setjmp.S: removed code replicated in
251         libc/machine/i386/i386mach.h and included i386mach.h instead;
252         Use __CLI and __STI instead of cli and sti.
253
254 2000-08-25  DJ Delorie  <dj@redhat.com>
255
256         * libc/include/sys/unistd.h (environ): this one isn't from the
257         DLL, no __IMPORT
258
259 Fri Aug 25 13:37:11 2000  Christopher Faylor <cgf@cygnus.com>
260
261         * libc/stdlib/system.c (do_system): Eliminate explicit declaration of
262         environ when compiling under cygwin since it is already declared in
263         unistd.h.
264
265 2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
266
267         * libc/stdlib/mprec.c (ulp, b2d, d2b): changed a few expressions
268         like  x << y-z  to the equivalent  x << (y-z).
269         (d2b): changed if statements with assignment to perform the
270         assignment prior to the if check.
271         * libc/reent/reent.c: included stdlib.h for "_free_r" prototype.
272         * libc/unix/getpass.c (getpass): moved "echo" assignment out of if.
273         * libc/unix/ttyname.c: included string.h for "strcpy" prototype.
274         * libc/unix/getcwd.c (ISDOT): added parentheses to clarify && and ||
275         precedence.
276         * libc/include/sys/unistd.h: added "vfork" prototype (for popen.c).
277         Added "_execve" prototype (for execl.c, execle.c, execv.c, and 
278         execve.c).
279         * libc/posix/popen.c (popen): added parentheses to clarify && and ||
280         precedence.
281         * libm/math/e_cosh.c (__ieee754_cosh): changed parentheses to
282         clarify && and || precendence (and to remove pascalism).
283         * libm/math/e_sinh.c (__ieee754_sinh): Ditto.
284         * libm/math/s_infconst.c: added another pair of braces to all
285         initializers for __infinity (need three: for __infinity[1] array,
286         for union __dmath, and for i[2]).
287
288 2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
289
290         * libc/stdlib/abort.c: changed description: uses "raise" instead of
291         "getpid" and "kill"; added: uses "write" and "_exit".
292         Also included unistd.h for "_exit" prototype.
293         * libc/stdlib/system.c: included unistd.h for "execve" prototype,
294         reent.h for "_fork_r" and "_wait_r" prototypes.
295         (do_system): changed  extern char *environ[] to POSIX-friendly 
296         extern char **environ.
297         * libc/stdlib/wctomb_r.c: included string.h for "strlen" and "strcmp"
298         prototypes.
299         * libc/stdlib/remove.c: included reent.h for "_unlink_r" prototype.
300         * libc/reent/execr.c: included sys/wait.h for "wait" prototype.
301         * libc/reent/fstatr.c: included sys/stat.h for "fstat" prototype.
302         * libc/reent/openr.c: included fcntl.h for "open" prototype.
303         * libc/reent/signalr.c: included signal.h for "kill" prototype,
304         unistd.h for "getpid" prototype.
305         * libc/reent/statr.c: included sys/stat.h for "stat" prototype.
306         * libc/reent/timer.c: included sys/time.h for "gettimeofday" prototype.
307         * libc/unix/getut.c (utmpname): removed local, incorrect "strdup"
308         prototype.  Also included stdlib.h for "abort", string.h for
309         "strdup" and "strncmp" prototypes.
310         * libc/unix/getlogin.c: included string.h for "strncmp", "memset", and
311         "strncpy", unistd.h for "read" and "close" prototypes.
312         * libc/posix/execvp.c: included string.h for "strchr", "strlen", and
313         "strcat" prototypes.
314
315 2000-08-23  Werner Almesberger  <Wernen Almesberger@epfl.ch>
316
317         * libc/stdio/stdio.c (__swrite): declare "oldmode" only if it's
318         used later (ifdef __SCLE)
319         * libc/stdio/vfscanf.c (__svfscanf): declare "state" only if it's
320         used later (ifdef MB_CAPABLE)
321         * libc/string/memset.c (memset): removed unused variables "count"
322         and "unaligned_addr"
323         * libc/locale/locale.c (_setlocale_r): declare "lc_ctype" and
324         "last_lc_ctype" only of they're used later (ifdef MB_CAPABLE)
325         * libc/unix/getpwent.c (getpwnam): removed unused variables "uid"
326         and "gid"
327
328 2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
329
330         * libc/stdlib/envlock.c: changed documented "__env_lock" and
331         "__env_unlock" prototype from "void *" or "char *" to
332         "struct _reent *" to match real function.  Also added include
333         of envlock.h.
334         * libc/stdlib/mlock.c: changed documented "__malloc_lock" and
335         "__malloc_unlock" prototype from "void *" or "char *" to
336         "struct _reent *" to match real function.
337         * libc/stdlib/envlock.h: added "__env_lock" and "__env_unlock"
338         prototypes (for getenv_r.c and setenv_r.c).
339
340 2000-08-22  Werner Almesberger  <Werner.Almesberger@epfl.ch>
341
342         * libc/unix/getut.c (utmpname): added _CONST to reflect common use
343         and prototype in cygwin's utmp.h
344
345 2000-08-16  Eric Fifer  <efifer@sanwaint.com>
346
347         * libc/stdio/vfprintf.c (_vfprintf_r): suppress . with "%.0f", 0.1
348
349 2000-08-09  Nick Clifton  <nickc@cygnus.com>
350
351         * libc/sys/arm/setjmp.S: Recode to clean up function prologues and
352         epilogue and to allow the functions to be used in a Thumb based
353         toolchain.
354
355 2000-08-08  Jeff Johnston <jjohnstn@redhat.com>
356
357         * libc/stdio/snprintf.c (snprintf, _snprintf_r): Fixed code
358         so size of 0 results in nothing being written to string.
359         Also fixed code so that when size is non-zero, there is only
360         a maximum of size - 1 characters written to the array and
361         a nul terminator is appended at the end.
362         * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Ditto.
363
364 2000-08-01  DJ Delorie  <dj@redhat.com>
365
366         * libc/include/sys/config.h: define __IMPORT appropriately
367         * libc/include/ctype.h (_ctype_): use __IMPORT
368         * libc/include/math.h (__infinity, signam, _LIB_VERSION): ditto
369         * libc/include/math.h (__mb_cur_max): ditto
370         * libc/include/time.h (_timezone, _daylight, _tzname): ditto
371         * libc/include/unctrl.h (__unctrl, __unctrllen): ditto
372         * libc/include/errno.h (_sys_errlist, _sys_nerr): ditto
373         * libc/include/unistd.h (environ): ditto
374
375 2000-07-28  Michael Meissner  <meissner@redhat.com>
376
377         * libc/include/math.h (__infinity): Declare as an array without
378         bounds to get around small data support.  Rewrite Cygwin support
379         to be more general.
380         * libm/math/s_infconst.c (__infinity): Ditto.
381         * libm/mathfp/s_infconst.c (__infinity): Ditto.
382
383 Thu Jul 27 10:46:01 2000  Christopher Faylor <cgf@cygnus.com>
384
385         * libc/include/math.h: Use appropriate dll import linkage for
386         __infinity under Cygwin.
387
388 2000-07-13  DJ Delorie  <dj@cygnus.com>
389
390         * libc/stdio/vfprintf.c: pad 0.0 correctly with %e
391
392 Wed Jun 28 14:08:00 2000  Keith Walker  <keith.walker@arm.com>
393
394         * libc/sys/arm/crt0.S (.LC30): Added missing length parameter
395         to argument list for AngelSWI_Reason_GetCmdLine.
396
397 Tue Jun 27 15:49:00 2000  Marek Michalkiewicz  <marekm@linux.org.pl>
398
399         * configure.host: Add support for AVR target.
400         * libc/include/machine/ieeefp.h: Likewise.
401         * libc/include/sys/config.h: Likewise.
402
403 Thu Jun 22 18:35:00 2000  Ranjith Kumaran  <ranjith@cygnus.com>
404
405         * README: Newlib 1.8.2 must be built in a separate directory
406         than the sources.
407
408 Tue Jun 20 14:30:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
409
410         * libc/include/sys/reent.h (_rand_next): Added __extension__
411         qualifier as long long type is not strict ANSI.
412         * libc/stdlib/rand.c (rand): Added __extension__ qualifier
413         to long long constant.
414
415 Fri Jun 16 23:02:00 2000  Corinna Vinschen <corinna@vinschen.de>
416
417         * libc/include/sys/unistd.h: Add prototypes for `seteuid' and
418         `setegid' provided by Cygwin.
419
420 Thu Jun 15  0:21:00 2000  Corinna Vinschen <corinna@vinschen.de>
421
422         * libc/stdio/fdopen.c: Take explicit given bin/textmode into
423         account for Cygwin.
424
425 Fri Jun  9 14:28:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
426
427         * libc/include/sys/reent.h (_rand_next): Changed to
428         unsigned long long and moved to end of _reent struct in _new union.
429         (_REENT_INIT): Changed to move _rand_next initialization.
430         * libc/stdlib/rand.c (rand): Changed to use unsigned long long
431         linear congruential algorithm that is used by DJGPP.
432
433 Thu Jun  8 21:18:00 2000  Ranjith Kumaran  <ranjith@cygnus.com>
434
435         * libc/include/stdlib.h: Set RAND_MAX to __RAND_MAX.
436         * libc/include/sys/config.h: Define __RAND_MAX.
437
438 Thu Jun  8 17:54:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
439
440         * libc/stdlib/rand_r.c: New algorithm that meets minimal
441         standard.
442
443 Fri Jun  2 23:02:11 2000  Christopher Faylor <cgf@cygnus.com>
444
445         * libc/include/string.h: Work around problem with strsignal and gdb.
446
447 Tue May 30 13:13:01 2000  Christopher Faylor <cgf@cygnus.com>
448
449         * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__
450         * libc/include/malloc.h: Ditto.
451         * libc/include/process.h: Ditto.
452         * libc/include/stdio.h: Ditto.
453         * libc/include/stdlib.h: Ditto.
454         * libc/include/time.h: Ditto.
455         * libc/include/machine/setjmp.h: Ditto.
456         * libc/include/sys/errno.h: Ditto.
457         * libc/include/sys/signal.h: Ditto.
458         * libc/include/sys/stat.h: Ditto.
459         * libc/include/sys/time.h: Ditto.
460         * libc/include/sys/unistd.h: Ditto.
461         * libc/include/string.h: Ditto.  strsignal should return a const char *.
462
463 2000-05-26  Marek Michalkiewicz  <marekm@linux.org.pl>
464
465         * libm/common/s_expm1.c (expm1): Add curly braces, avoid warnings.
466         * libm/common/s_log1p.c (log1p): Likewise.
467         * libm/common/s_scalbn.c (scalbn): Likewise.
468         * libm/math/e_log.c: Likewise.
469         * libm/math/e_asin.c: Likewise.
470         * libm/math/ef_asin.c: Likewise.
471         * libm/math/e_j0.c (pzero, qzero): Remove redundant test.
472         * libm/math/e_j1.c (pone, qone): Likewise.
473         * libm/math/ef_j0.c (pzerof, qzerof): Likewise.
474         * libm/math/ef_j1.c (ponef, qonef): Likewise.
475         * libm/mathfp/e_j0.c (pzero, qzero): Likewise.
476         * libm/mathfp/e_j1.c (pone, qone): Likewise.
477         * libm/mathfp/ef_j0.c (pzerof, qzerof): Likewise.
478         * libm/mathfp/ef_j1.c (ponef, qonef): Likewise.
479
480 2000-05-19  DJ Delorie  <dj@cygnus.com>
481
482         * libc/stdio/stdio.c (__stextmode): new, see if file is text mode
483         (__sread): always read in binary mode
484         (__swrite): always write in binary mode
485         * libc/include/stdio.h: no getc/putc macros for cygwin; causes
486         compatibility issues with different dll versions
487         * libc/stdio/fopen.c: use __stextmode
488         * libc/stdio/fdopen.c: ditto
489         * libc/stdio/freopen.c: ditto
490         * libc/stdio/findfp.c: set up __SCLE for std{in,out,err}
491         * libc/stdio/local.h: declare __stextmode
492         
493 2000-05-18  DJ Delorie  <dj@cygnus.com>
494
495         * libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE
496         
497 Mon May 15 18:54:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
498
499         * libc/include/ctype.h: Changed tolower and toupper macros
500         to use __extension__ to prevent pedantic warnings.
501
502 Mon May 15 14:26:00 2000  Joel Sherrill  <joel@oarcorp.com>
503
504         * libc/sys/rtems/sys/time.h: Add macros for manipulating timeval
505         structures.
506
507 Wed May 10 19:24:53 2000  Jim Wilson  <wilson@cygnus.com>
508
509         * libc/include/machine/ieeefp.h: Add ia64 support.
510         * configure.host: Likewise.
511
512 Wed May 10 13:52:24 2000  Egor Duda <deo@logos-m.ru>
513
514         * libc/time/asctime_r.c (asctime_r): Change output format. Day of
515         month is now padded with space, not zero.  This now conforms to
516         ANSI standard.
517
518 Wed May 03 17:57:00 2000  Corinna Vinschen <corinna@vinschen.de>
519
520         * libc/include/sys/errno.h: Add define for ENOSHARE ("No such
521         host or network path") used by cygwin. Add some comments.
522
523 Tue May 02 23:45:48 2000  DJ Delorie  <dj@cygnus.com>
524
525         * libc/include/stdio.h (FILE): define __SCLE for "convert line
526         endings" for Cygwin.
527         (__sgetc): convert line endings if needed
528         (__sputc): ditto
529         * libc/stdio/fdopen.c (_fdopen_r): Remember if we opened in text mode
530         * libc/stdio/fopen.c (_fopen_r): ditto
531         * libc/stdio/freopen.c (freopen): ditto
532         * libc/stdio/fread.c (fread): perform CRLF conversions if __SCLE
533         * libc/stdio/fvwrite.c (__sfvwrite): ditto
534
535 Thu Apr 27 07:45:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
536
537         * libc/machine/mn10300/setjmp.S (setjmp, longjmp): Use
538         post-increment when it is worth it, spacewise.
539
540 Mon Apr 17 12:46:00 2000  Marek Michalkiewicz <marekm@linux.org.pl>
541
542         * libc/signal/signal.c (_signal_r) : Removed unused local variable temp.
543         * libc/stdio/findfp.c (std): Added declaration of flags and file.
544         * libc/stdio/mktemp.c (_gettemp, _mkstemp_r, mkstemp): Added int 
545         return type.
546         * libc/stdio/putchar.c (putchar): Added return statement.
547         * libc/stdio/refill.c (lflush): Added correct parentheses.
548         * libc/stdio/vfprintf.c (_VFPRINTF_R): Ditto.
549         * libc/stdio/vfscanf.c (__svfscanf): Changed sprintf call which 
550         prints long value to use l qualifier.
551         * libc/stdlib/dtoa.c (_dtoa_r): Added parentheses to remove warning
552         messages and initialized local values: ilim, ilim1, and spec_case.
553         * libc/stdlib/ecvtbuf.c (print_e): Removed unused variable dp.
554         * libc/stdlib/mbctype.h (_issjis1, _issjis2): Added parentheses.
555         * libc/stdlib/mprec.c: Ditto.
556         * libc/stdlib/setenv_r.c: Ditto.
557         * libc/stdlib/strtod.c: Ditto.
558         * libc/stdlib/strtol.c: Ditto.
559         * libc/stdlib/strtoul.c: Ditto.
560         * libm/common/sf_expm1.c: Added curly braces to if else clauses.
561         * libm/common/sf_log1p.c: Ditto.
562         * libm/common/sf_scalbn.c: Ditto.
563         * libm/math/ef_log.c: Ditto.
564
565 Sun Apr 16 12:45:00 2000  Corinna Vinschen <corinna@vinschen.de>
566
567         * libc/posix/execvp.c (execvp): Check path for
568         trailing slash.
569
570 Fri Mar 31 20:39:00 2000  Corinna Vinschen <corinna@vinschen.de>
571
572         * libc/include/sys/unistd.h: Add prototypes for
573         fchmod, fchown, lchown.
574
575 Fri Mar 24 15:34:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
576
577         * acinclude.m4: Changed release to 1.8.2.
578         * aclocal.m4 configure doc/aclocal.m4 doc/configure
579           libc/aclocal.m4 libc/configure libc/machine/aclocal.m4
580           libc/machine/configure libc/machine/a29k/aclocal.m4
581           libc/machine/a29k/configure libc/machine/arm/aclocal.m4
582           libc/machine/arm/configure libc/machine/d10v/aclocal.m4
583           libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
584           libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
585           libc/machine/fr30/configure libc/machine/h8300/aclocal.m4
586           libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
587           libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
588           libc/machine/hppa/configure libc/machine/i386/aclocal.m4
589           libc/machine/i386/configure libc/machine/i960/aclocal.m4
590           libc/machine/i960/configure libc/machine/m32r/aclocal.m4
591           libc/machine/m32r/configure libc/machine/m68k/aclocal.m4
592           libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
593           libc/machine/m88k/configure libc/machine/mips/aclocal.m4
594           libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
595           libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
596           libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
597           libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
598           libc/machine/powerpc/configure libc/machine/sh/aclocal.m4
599           libc/machine/sh/configure libc/machine/sparc/aclocal.m4
600           libc/machine/sparc/configure libc/machine/tic80/aclocal.m4
601           libc/machine/tic80/configure libc/machine/v850/aclocal.m4
602           libc/machine/v850/configure libc/machine/w65/aclocal.m4
603           libc/machine/w65/configure libc/machine/z8k/aclocal.m4
604           libc/machine/z8k/configure libc/sys/aclocal.m4
605           libc/sys/aclocal.m4 libc/sys/configure
606           libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
607           libc/sys/arm/aclocal.m4 libc/sys/arm/configure
608           libc/sys/cygwin/aclocal.m4 libc/sys/cygwin/configure
609           libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
610           libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
611           libc/sys/go32/aclocal.m4 libc/sys/go32/configure
612           libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
613           libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
614           libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
615           libc/sys/netware/aclocal.m4 libc/sys/netware/configure
616           libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
617           libc/sys/sh/aclocal.m4 libc/sys/sh/configure
618           libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
619           libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
620           libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
621           libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
622           libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
623           libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
624           libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
625           libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
626           libc/sys/w65/aclocal.m4 libc/sys/w65/configure
627           libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
628           libm/aclocal.m4 libm/configure: Regenerated.
629
630 2000-03-24  Nick Clifton  <nickc@cygnus.com>
631
632         * libc/sys/arm/syscalls.c: Fix compile time warnings.
633         (do_AngelSWI): Add "cc" to list o registers clobbered.
634
635 Thu Mar 22 14:57:00 2000  Fernando Nasser <fnasser@redhat.com>
636
637         * libc/sys/arm/syscalls.c (do_AngelSWI): Prevent registers with valid
638         information to be clobbered by an Angel C library support syscall. 
639
640 Tue Mar 21 19:08:00 2000  Jeff Johnston <jjohnstn@cygnus.com>
641
642         * libc/stdlib/envlock.c: Fixed comment typo.
643
644 Fri Mar 17 15:37:00 2000  Jeff Johnston <jjohnstn@cygnus.com>
645
646         * libc/stdio/vfscanf.c (__svfscanf): Fixed floating point
647         code to update nread as each character is processed instead
648         of using buffer contents which throw away leading zeroes.
649
650 Mon Mar 13 15:22:00 2000  Sergei Organov <osv@javad.ru>
651
652         * libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf.
653
654 Fri Mar 10 16:09:20 2000  Jeff Johnston <jjohnstn@cygnus.com>
655
656         * libc/include/string.h: Include <sys/types.h>.
657
658 Fri Mar 10 14:53:50 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
659
660         * libc/stdio/putw.c (putw): Return 0 on success, to be compliant
661         with XSH5, not SVID.
662
663 Thu Mar  9 17:20:41 2000  Jeff Johnston <jjohnstn@cygnus.com>
664
665         * libc/include/string.h: Changed last argument back to ssize_t
666         to make it compatible with XPG4 definition which is 
667         defined in <unistd.h>.  There is a conflict in the SVID 3
668         and XPG4 definitions and newlib will settle with XPG4.
669         * libc/string/swab.c: Ditto.
670
671 Wed Mar  8 17:11:41 2000  Jeff Johnston <jjohnstn@cygnus.com>
672
673         * libc/include/string.h: Changed last argument to size_t.
674         * libc/string/swab.c: Changed last argument to size_t.
675
676 Wed Mar  8 00:46:41 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
677
678         * libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c.
679         (CHEWOUT_FILES): Added unlinkr.def.
680         * libc/reent/Makefile.in: Rebuilt.
681         * libc/sys.tex: Include unlinkr.def.
682         * libc/reent/linkr.c (_unlink_r): Moved to...
683         * libc/reent/unlinkr.c: ... new file.
684
685 Wed Mar  8 00:43:07 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
686
687         * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
688         (CHEWOUT_FILES): Added swab.def.
689         * libc/string/Makefile.in: Rebuilt.
690         * libc/string/string.tex: Include swab.def.
691         * libc/include/string.h (swab): Declare.
692         * libc/string/swab.c: New file.
693
694 Wed Mar  8 00:38:35 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
695
696         * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c.
697         (CHEWOUT_FILES): Added getw.def and putw.def.
698         * libc/stdio/Makefile.in: Rebuilt.
699         * libc/stdio/stdio.tex: Include getw.def and putw.def.
700         * libc/stdio/getw.c: New file.
701         * libc/stdio/putw.c: New file.
702
703 Fri Feb 25 14:50:50 2000  Jeff Johnston <jjohnstn@cygnus.com>
704
705         * libc/stdio/flags.c (__sflags): Added check that mode[1]
706         is non-null before looking at mode[2].
707
708 Thu Feb 24 11:43:00 2000  Ran Cabell <rcabell@norfolk.infi.net>
709
710         * libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS.
711         * libm/mathfp/sf_atan.c: Ditto.
712
713 Thu Feb 24 11:39:00 2000  Joel Sherrill <joel@OARcorp.com>
714
715         * libc/include/sys/stat.h: Add RTEMS prototype for lstat.
716
717 Tue Feb 22 14:37:00 2000  Ran Cabell <rcabell@norfolk.infi.net>
718
719         * libm/mathfp/sf_exp.c: Corrected _DOUBLE_IS_32_BITS to be
720         _DOUBLE_IS_32BITS.
721
722 Mon Feb 21 11:43:50 2000  Jeff Johnston <jjohnstn@cygnus.com>
723
724         * libc/stdio/vfprintf.c (VFPRINTF): Added CHECK_INIT
725         call prior to calling _VFPRINTF_R so reentrant data area is set.
726         (_VFPRINTF_R): Removed now extraneous CHECK_INIT call.
727
728 Thu Feb 17 01:42:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
729
730         * libc/stdio/vfscanf.c (limits.h): #include.
731         (MAX_LONG_LEN): #define.
732         (__svfscanf): Handle floating point numbers with arbitrary amounts
733         of leading zeroes.
734
735 2000-02-15  Nick Clifton  <nickc@cygnus.com>
736
737         * libc/sys/arm/syscalls.c (_fstat): Initialise all fields to
738         zero.  Set the blocksize to 1024/
739
740 Thu Jan 20 18:57:00 2000  Fernando Nasser <fnasser@redhat.com>
741
742         * setvbuf.c (setvbuf):  Set size to BUFSIZ when passed a zero size
743         with line buffering.
744
745 Mon Jan 10 18:43:00 2000  Jeff Johnston <jjohnstn@cygnus.com>
746
747         * acinclude.m4: Changed include directory for winsup headers. 
748         * aclocal.m4 configure libc/aclocal.m4
749           libc/configure libc/ctype/Makefile.in libc/errno/Makefile.in
750           libc/locale/Makefile.in libc/machine/aclocal.m4
751           libc/machine/configure libc/machine/a29k/aclocal.m4
752           libc/machine/a29k/configure libc/machine/arm/aclocal.m4
753           libc/machine/arm/configure libc/machine/d10v/aclocal.m4
754           libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
755           libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
756           libc/machine/fr30/configure
757           libc/machine/h8300/aclocal.m4
758           libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
759           libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
760           libc/machine/hppa/configure libc/machine/i386/aclocal.m4
761           libc/machine/i386/configure libc/machine/i960/aclocal.m4
762           libc/machine/i960/configure libc/machine/m32r/aclocal.m4
763           libc/machine/m32r/configure libc/machine/m68k/aclocal.m4
764           libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
765           libc/machine/m88k/configure libc/machine/mips/aclocal.m4
766           libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
767           libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
768           libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
769           libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
770           libc/machine/powerpc/configure 
771           libc/machine/sh/aclocal.m4
772           libc/machine/sh/configure libc/machine/sparc/aclocal.m4
773           libc/machine/sparc/configure
774           libc/machine/tic80/aclocal.m4 libc/machine/tic80/configure
775           libc/machine/v850/aclocal.m4 libc/machine/v850/configure
776           libc/machine/w65/aclocal.m4 libc/machine/w65/configure
777           libc/machine/z8k/aclocal.m4 libc/machine/z8k/configure
778           libc/misc/Makefile.in libc/posix/Makefile.in
779           libc/reent/Makefile.in 
780           libc/signal/Makefile.in
781           libc/string/Makefile.in libc/sys/aclocal.m4 libc/sys/configure
782           libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
783           libc/sys/arm/Makefile.in libc/sys/arm/aclocal.m4
784           libc/sys/arm/configure libc/sys/cygwin/aclocal.m4
785           libc/sys/cygwin/configure libc/sys/d10v/Makefile.in
786           libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
787           libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
788           libc/sys/go32/aclocal.m4 libc/sys/go32/configure
789           libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
790           libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
791           libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
792           libc/sys/netware/aclocal.m4 libc/sys/netware/configure
793           libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
794           libc/sys/sh/Makefile.in libc/sys/sh/aclocal.m4
795           libc/sys/sh/configure libc/sys/sparc64/aclocal.m4
796           libc/sys/sparc64/configure libc/sys/sun4/aclocal.m4
797           libc/sys/sun4/configure libc/sys/sysmec/aclocal.m4
798           libc/sys/sysmec/configure libc/sys/sysnec810/aclocal.m4
799           libc/sys/sysnec810/configure libc/sys/sysnecv850/aclocal.m4
800           libc/sys/sysnecv850/configure libc/sys/sysvi386/aclocal.m4
801           libc/sys/sysvi386/configure libc/sys/sysvnecv70/aclocal.m4
802           libc/sys/sysvnecv70/configure libc/sys/tic80/aclocal.m4
803           libc/sys/tic80/configure libc/sys/w65/aclocal.m4
804           libc/sys/w65/configure libc/sys/z8ksim/aclocal.m4
805           libc/sys/z8ksim/configure libc/syscalls/Makefile.in
806           libc/time/Makefile.in libc/unix/Makefile.in libm/aclocal.m4
807           libm/configure: Regenerated.
808
809 Mon Jan 10 18:43:46 2000  Jeff Johnston <jjohnstn@cygnus.com>
810
811         * libc/stdlib/putenv_r.c (_putenv_r): New file.
812         * libc/stdlib/strdup_r.c (_strdup_r): New file.
813         * libc/include/string.h: Added _strdup_r.
814         * libc/stdlib/putenv.c: Added call to reentrant version. 
815         * libc/stdlib/strdup.c: Ditto.
816         * libc/stdlib/Makefile.am: Added _putenv_r and _unsetenv_r.
817         * libc/include/stdlib.h: Ditto.
818         * libc/stdlib/Makefile.in: Regenerated. 
819         * libc/string/Makefile.in: Regenerated.
820         * libc/stdlib/setenv.c: Added reentrant version of unsetenv.
821         * libc/stdlib/setenv_r.c: Added unsetenv_r and changed memory
822         management calls to reentrant versions.
823         * libc/stdlib/wcstombs.c: Added #ifndef _REENT_ONLY wrapper.
824         * libc/stdlib/wctomb.c: Ditto.
825         * libc/stdlib/mblen.c: Ditto.
826         * libc/stdlib/mbstowcs.c: Ditto.
827         * libc/stdlib/mbtowc.c: Ditto. 
828         * libc/stdlib/getenv.c: Ditto.
829         * libc/reent/reent.tex: Added references to _putenv_r, _setenv_r,
830         and _strdup_r.
831
832 Thu Jan  6 15:33:46 2000  Christopher Faylor <cgf@cygnus.com>
833
834         patch from Corinna Vinschen <corinna@vinschen.de>
835         * libc/sys/cygwin/sys/param.h: Define NGROUP_MAX as 16.
836
837 Mon Jan 03 14:36:00 2000  Sergei Organov <osv@javad.ru>
838
839         * libm/mathfp/s_atangent.c: Fix exponent calculation.
840         * libm/mathfp/s_ldexp.c: Ditto.
841         * libm/mathfp/sf_atangent.c: Ditto.
842         * libm/mathfp/sf_ldexp.c: Ditto.
843
844 Tue Dec 14 5:42:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
845
846         * libc/machine/i960/setjmp.S: fix typo leaving .link_pix uncommented
847         * libc/include/locale.h: define NULL to be 0.
848
849 Tue Dec  7 15:41:45 1999  Jim Wilson  <wilson@cygnus.com>
850
851         * libc/sys/sh/syscalls.c (stack_ptr): Move definition before first
852         function.
853
854 Wed Dec  1 17:39:29 1999  Jeffrey A Law  (law@cygnus.com)
855
856         * libc/machine/mn10300/setjmp.S: Handle am33.
857
858 1999-11-26  Nick Clifton  <nickc@cygnus.com>
859
860         * libc/sys/arm/syscalls.c: Add function prototypes.
861         (stack_ptr): Move declaration before function definitions.
862
863 Sat Nov 20 17:13:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
864
865         * NEWS: Updated version information.
866         * README: Ditto.
867
868 Tue Nov 09 12:19:21 1999  Jeff Johnston <jjohnstn@cygnus.com>
869
870         * libc/machine/i386/strchr.S: Fixed alignment test.
871
872 Thu Oct 28 05:30:46 1999  Andrew Cagney  <cagney@makita.cygnus.com>
873
874         * libc/sys/d10v/crt0.S (_start): Construct a real stack frame.
875
876 Thu Oct 28 15:29:11 1999  Andrew Cagney  <cagney@b1.cygnus.com>
877
878         * libc/sys/d10v/crt0.S (_start): Initialize both SPI and SPU
879         ensuring that there is space between the two.
880
881 Thu Oct 14 13:39:21 1999  Christopher Faylor <cgf@cygnus.com>
882
883         * libc/stdio/flags.c: Conditionalize check for 't' for cygwin case
884         only.
885
886 1999-10-08  Vadim Egorov  <egorovv@1c.ru>
887
888         * libc/include/stdlib.h: add ptsname, grantpt, unlockpt to cygwin
889         section
890
891 Sat Oct  2 02:02:00 MEST 1999  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893         * libc/machine/sh/asm.h: Added __SH4_SINGLE__ to DELAYED_BRANCHES
894         * libc/machine/sh/memcpy.S: Fix line wrapping in SL macro
895
896 Fri Oct  1 13:17:59 CDT 1999  <joel@OARcorp.com>
897         * libc/include/grp.h: Added getgrnam_r and getgrgid_r prototypes
898           per POSIX 1003.1b.
899         * libc/include/pwd.h: Added getpwnam_r and getpwuid_r prototypes
900           per POSIX 1003.1b.
901
902 1999-09-13  DJ Delorie  <dj@cygnus.com>
903
904         * libc/stdio/mktemp.c (_gettemp): on cygwin, check for EACCESS
905         also.
906
907 Thu Sep  9 15:31:00 1999  Jeff Johnston <jjohnstn@cygnus.com>
908
909         * setvbuf.c (setvbuf):  When mallocing a buffer of size BUFSIZ,
910         also note BUFSIZ as its size.
911
912 Tue Sep  7 17:15:00 1999  Joel Sherrill <joel@OARcorp.com>
913
914         * configure.host: Corrected feature defines for RTEMS.
915         * libc/include/sys/stat.h: Added protototype for RTEMS mknod.
916         * libc/include/sys/stat.h: mkfifo() should take const path arg.
917         * libc/include/sys/unistd.h: pathconf() should take const path arg.
918           Enabled usleep(), ftruncate(), and truncate() prototypes for RTEMS.
919           Added defines for _POSIX_JOB_CONTROL, _POSIX_SAVED_IDS, and
920           _POSIX_VERSION for RTEMS.  Added defines for _PC_ASYNC_IO,
921           _PC_PRIO_IO, and _PC_SYNC_IO.
922         * libc/machine/m68k/Makefile.am: Added strcpy.c and strlen.c.
923         * libc/machine/m68k/Makefile.in: Regenerated.
924         * libc/machine/m68k/strcpy.c: New file.
925         * libc/machine/m68k/strlen.c: New file.
926         * libc/stdio/tmpnam.c: Always make the returned name usable.
927         * libc/sys/rtems/crt0.c: New version that passes all autoconf tests.
928         * libc/sys/rtems/sys/dirent.h: New file.
929         * libc/sys/rtems/sys/types.h: Added dev_t.
930
931 Tue Sep  7 17:15:00 1999   Jay Kulpinski <jskulpin@eng01.gdds.com>
932
933         * libc/stdlib/mprec.c: Fixed unitialized variable problem.
934
935 Fri Sep  3 12:35:20 1999  Jeff Johnston <jjohnstn@cygnus.com>
936
937         * libc/stdio/ftell.c (ftell): Backing off Joern's fix and
938         my patch.
939
940 Thu Sep  2 22:05:20 1999  Christopher Faylor <cgf@cygnus.com>
941
942         patch from Jeff Johnston <jjohnstn@cygnus.com>
943         * libc/stdio/ftell.c (ftell): Avoid using buffer position when the
944         buffer is not in a useful state.
945
946 1999-09-01  Nick Clifton  <nickc@cygnus.com>
947
948         * libc/sys/arm/syscalls.c (_link): Add stub.
949
950 Fri Aug 27 23:09:09 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
951
952         * ftell.c (ftell): Use actual position within buffer for text mode.
953         * findfp.c (std): Initialize ptr->_bf._size.
954
955 Wed Aug 18 18:48:02 1999  Christopher Faylor <cgf@cygnus.com>
956
957         * libc/include/sys/unistd.h: Add nice() declaration.
958
959 1999-08-09  Nick Clifton  <nickc@cygnus.com>
960
961         * libc/sys/arm/crt0.S (change_mode): Rename to __change_mode and
962         declare as a thumb function so that the disassembler will see the
963         mode change.
964
965 Thu Aug  5 17:37:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
966
967         * libc/reent/reent.tex: Updated list of reentrant functions.
968
969 1999-07-09  Michael Meissner  <meissner@cygnus.com>
970
971         * libc/include/stdlib.h (_findenv{,_r}): Add prototypes.
972         
973 Tue Jul  6 10:46:24 1999  Jeff Johnston <jjohnstn@cygnus.com>
974
975         * libc/stdio/sprintf.c: Moved snprintf and _snprintf_r to
976         separate file.
977         * libc/stdio/snprintf.c: New file.
978         * libc/stdio/vsprintf.c: Moved vsnprintf and _vsnprintf_r to
979         separate file.
980         * libc/stdio/vsnprintf.c: New file.
981         * libc/stdio/Makefile.am: Added snprintf.c and vsnprintf.c.
982         * libc/stdio/Makefile.in: Regenerated.
983
984 Mon Jul  5 14:43:24 1999  Christopher Faylor <cgf@cygnus.com>
985
986         Patch submitted by Egor Duda <deo@logos-m.ru>:
987         * libc/include/stdio.h: Add declarations for *nprintf.
988         * libc/stdio/sprintf.c (snprintf): New function.
989         (_snprintf_r): New function.
990         * libc/stdio/vsprintf.c (vsnprintf): New function.
991         (_vnsprintf_r): New function.
992
993 Wed Jun 30 16:36:27 1999  Jeff Johnston  <jjohnstn@cygnus.com>
994
995         * libc/Makefile.am (stmp-targetdep): Remove extraneous blank.
996         * libm/Makefile.am (stmp-targetdep): Ditto.
997         * libc/Makefile.in: Regenerated.
998         * libm/Makefile.in: Ditto.
999
1000 Fri Jun 25 10:49:27 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1001
1002         * libc/Makefile.am (stmp-targetdep): Ignore "." in SUBDIRS.
1003         * libm/Makefile.am (stmp-targetdep): Ditto.
1004         * libc/Makefile.in: Regenerated.
1005         * libm/Makefile.in: Ditto.
1006
1007 Thu June 03 16:25:00 1999  Jeff Johnston <jjohnstn@cygnus.com>
1008
1009         * Makefile.am: Removed dependencies on all-recursive and added "."
1010         to the SUBDIRS list to prevent infinite recursion from occurring.
1011         Also removed any references to EXTRA_DATA.
1012         * libc/Makefile.am: Ditto.
1013         * libc/machine/Makefile.am: Ditto.
1014         * libc/machine/i386/Makefile.am: Ditto.
1015         * libm/Makefile.am: Ditto.
1016         * libc/sys/Makefile.am: Ditto.
1017         * Makefile.in: Regenerated.
1018         * aclocal.m4: Ditto.
1019         * configure: Ditto.
1020         * doc/Makefile.in: Ditto.
1021         * doc/aclocal.m4: Ditto.
1022         * doc/configure: Ditto.
1023         * libc/Makefile.in: Ditto.
1024         * libc/aclocal.m4: Ditto.
1025         * libc/configure: Ditto.
1026         * libc/machine/Makefile.in: Ditto.
1027         * libc/machine/aclocal.m4: Ditto.
1028         * libc/machine/configure: Ditto.
1029         * libc/machine/mn10300/Makefile.in: Ditto.
1030         * libc/machine/mn10300/aclocal.m4: Ditto.
1031         * libc/machine/mn10300/configure: Ditto.
1032         * libc/sys/Makefile.in: Ditto.
1033         * libc/sys/aclocal.m4: Ditto.
1034         * libc/sys/configure: Ditto.
1035         * libm/Makefile.in: Ditto.
1036         * libm/aclocal.m4: Ditto.
1037         * libm/configure: Ditto.
1038
1039 Thu June 03 16:20:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
1040
1041         * libc/include/stdlib/stdlib.tex: Add link to env_lock.
1042
1043 Fri May 28 17:09:00 1999  Ranjith Kumaran <ranjith@cygnus.com>
1044
1045         * libc/include/stdlib.h: Add reentrant routines.
1046         * libc/stdlib/Makefile.am: Add reentrant routines.
1047         * libc/stdlib/Makefile.in: Ditto.
1048         * libc/stdlib/envlock.c: New file.
1049         * libc/stdlib/envlock.h: New file.
1050         * libc/stdlib/getenv.c: Modify to call reentrant routine.
1051         * libc/stdlib/getenv_r.c: New file.
1052         * libc/stdlib/mblen.c: Modify to call reentrant routine.
1053         * libc/stdlib/mblen_r.c: New file.
1054         * libc/stdlib/setenv.c: Modify to call reentrant routine.
1055         * libc/stdlib/setenv_r.c: New file.
1056         * libc/stdlib/stdlib.tex: Add reentrant routines.
1057
1058 Mon May 17 22:01:38 1999  Christopher Faylor <cgf@cygnus.com>
1059
1060         * libc/include/sys/types.h: Define __MS_types__ whenever
1061         cygwin or win32.
1062
1063 Sun May 16 16:02:41 1999  Christopher Faylor <cgf@cygnus.com>
1064
1065         * libc/include/machine/ieeefp.h: Always default to little
1066         endian if Windows, regardless of architecture.
1067         * libc/include/machine/sethmp.h: Define JBLEN if CYGWIN
1068         regardless of architecture.
1069
1070 Mon May  3 11:49:18 1999  Geoffrey Noer  <noer@cygnus.com>
1071
1072         * libc/include/machine/setjmp.h: Accept CYGWIN define, even if
1073         _WIN32 isn't defined.
1074
1075 Mon May  3 11:41:51 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1076
1077         * libm/common/s_rint.c (rint): Add volatile qualifier for
1078         intermediate value w.
1079         * libm/common/sf_rint.c (rintf): Ditto.
1080
1081 Thu Apr 29 20:34:27 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1082
1083         * libc/sys/arm/syscalls.c (remap_handle): Added check to
1084         ensure that std streams are initialized before being referenced.
1085
1086 1999-04-27  Jason Molenda  (jsm@bugshack.cygnus.com)
1087
1088         * README: Update reference to newlib@cygnus.com new
1089         newlib@sourceware.cygnus.com address.
1090
1091 Mon Apr 26 18:17:33 1999  Geoffrey Noer  <noer@cygnus.com>
1092
1093         * libc/include/sys/types.h: Define MS_types if CYGWIN is defined.
1094         * libc/include/sys/fcntl.h: Define _O_BINARY et al if CYGWIN is
1095         defined, even if _WIN32 isn't defined.
1096
1097 Sat Apr 24 19:59:55 1999  Christopher Faylor <cgf@cygnus.com>
1098
1099         * libc/include/sys/fcntl.h: Correct _O_CREATE to _O_CREAT.
1100
1101 Wed Apr 21 18:01:00 1999  Ranjith Kumaran  <ranjith@cygnus.com>
1102
1103         * libc/include/sys/reent.h: Change Long and ULong to __Long and
1104         __ULong.
1105         * libc/stdlib/dtoa.c: Ditto.
1106         * libc/stdlib/mprec.c: Ditto.
1107         * libc/stdlib/mprec.h: Ditto.
1108         * libc/stdlib/strtod.c: Ditto.
1109
1110 1999-04-21  Nick Clifton  <nickc@cygnus.com>
1111
1112         * configure.host (mcore): Remove mcore machine directory.
1113
1114 1999-04-18  Nick Clifton  <nickc@cygnus.com>
1115
1116         * libc/include/machine/ieeefp.h: Add support for mcore target.
1117         * libc/include/machine/setjmp.h: Add support for mcore target.
1118         * configure.host: Add support for mcore target.
1119
1120 1999-04-13  Mark Salter  <msalter@cygnus.com>
1121
1122         * libc/sys/arm/libcfunc.c: Moved isatty to syscall.c
1123         * libc/sys/arm/syscalls.c: Added isatty.
1124
1125 Wed Apr 07 16:06:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1126
1127         * libc/stdlib/ecvtbuf.c (fcvtbuf): Fixed code to properly
1128         insert zeroes after significant digits.
1129
1130 Wed Mar 17 22:06:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1131         
1132         * libc/stdio/vfprintf.c (cvt): Changed floating point
1133         cvt routine to use union used by dtoa to properly determine
1134         if the sign bit is on or not.
1135         * libc/stdio/vfieeefp.h: New file
1136         
1137 Wed Mar 17 17:35:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1138
1139         * aclocal.m4: Regenerated.
1140         * configure: Regenerated.
1141
1142 Wed Mar 17 16:35:04 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1143
1144         * libc/machine/i386/Makefile.am (lib_a_SOURCES): Added missing
1145         f_tanf reference.
1146         * libc/machine/i386/Makefile.in: Regenerated.
1147
1148 Tue Mar 16 14:56:36 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1149
1150         * acinclude.m4: Changed to work with new automake.
1151         * configure: Regenerated.
1152         * libc/machine/i386/aclocal.m4: Regenerated.
1153         * libc/machine/i386/configure: Regenerated.
1154
1155 Tue Mar 16 13:55:36 1999  Corinna Vinschen  <corinna.vinschen@cityweb.de>
1156
1157         * libc/sys/cygwin/sys/dirent.h: Add additional prototypes
1158         for telldir() and seekdir().  Rename unused structure element
1159         for use with these two routines.
1160
1161 Fri Mar 12 19:11:58 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1162
1163         * libc/time/mktime.c (validate_structure): Multiple fixes to
1164         code to handle cases where input fields are outside valid ranges.
1165         * libc/stdlib/div.c (div): Modified invalid rounding check.
1166         * libc/stdlib/ldiv.c (ldiv): Ditto.
1167
1168 Thu Mar 11 21:32:13 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1169
1170         * libc/machine/i386/memcpy.S: Performance rewrite.
1171         * libc/machine/i386/memmove.S: Ditto.
1172         * libc/machine/i386/i386mach.h: Added more register definitions.
1173         * libc/include/math.h: Include <machine/fastmath.h> if -ffast-math
1174         option used.
1175         * libc/include/machine/fastmath.h: Add definitions for x86
1176         fast-math routines.
1177
1178 Wed Mar 10 17:56:00 1999 Ranjith Kumaran  <ranjith@cygnus.com>
1179
1180         * libc/stdlib/strtod.c: Change from unsigned long to ULong.
1181
1182 Tue Mar  9 14:31:58 1999  Geoffrey Noer  <noer@cygnus.com>
1183
1184         Adjust newlib headers for new Cygwin Win32 API header files:
1185         * libc/include/sys/time.h: Check _WINSOCK_H rather than
1186         _GNU_H_WINDOWS32_SOCKETS.
1187         * libc/include/sys/types.h: Ditto.
1188
1189 Tue Mar 09 15:55:00 1999 Ranjith Kumaran  <ranjith@cygnus.com>
1190
1191         *include/sys/reent.h: Add checks for size of Bigint element Long.
1192         *libc/dtoa.c: Change routines to use generic Long type.
1193         *libc/mprec.c: Change routines to use generic Long type.
1194         *libc/mprec.h: Change routines to use generic Long type.
1195
1196 Tue Mar 02 18:07:49 1999 Ranjith Kumaran  <ranjith@cygnus.com>
1197
1198         * libc/Makefile.am: Add .def files.
1199         * libc/Makefile.in: Regenerate.
1200         * libc/e_acosh.c: Documentation update.
1201         * libc/e_atanh.c: Documentation update.
1202         * libc/e_hypot.c: Documentation update.
1203         * libc/e_remainder.c: Documentation update.
1204         * libc/er_lgamma.c: Documentation update.
1205         * libc/mathfp.tex: Documentation update.
1206         * libc/s_acos.c: Documentation update.
1207         * libc/s_atan.c: Documentation update.
1208         * libc/s_atan2.c: Documentation update.
1209         * libc/s_cosh.c: Documentation update.
1210         * libc/s_fmod.c: Documentation update.
1211         * libc/s_isnan.c: Documentation update.
1212         * libc/s_log10.c: Documentation update.
1213         * libc/s_pow.c: Documentation update.
1214         * libc/w_jn.c: Documentation update.
1215
1216 Sun Feb 28 23:18:49 1999  Geoffrey Noer  <noer@cygnus.com>
1217
1218         * aclocal.m4: Regenerate.
1219         * configure: Regenerate.
1220
1221 Tue Feb 23 13:57:26 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1222
1223         * libc/machine/mn10300/setjmp.S (_longjmp): Fixed longjmp
1224         to return 1 if user specified return code is 0.
1225         * libc/machine/mn10200/setjmp.S (_longjmp): Ditto.
1226
1227 Thu Feb 18 11:13:28 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1228
1229         * libc/machine/mn10200/setjmp.S (_setjmp/_longjmp): Fixed setjmp
1230         to save the return address.  Fixed longjmp to return to the original
1231         calling address of setjmp and to return the user specified return code
1232         rather than default to 1.
1233         * libc/machine/mn10300/setjmp.S (_setjmp/_longjmp): Ditto.
1234
1235 Mon Feb 15 17:48:17 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1236
1237         * libc/stdlib/mprec.h (mult): Define mult to be _multiply instead of _mult.
1238
1239 1999-02-10  Nick Clifton  <nickc@cygnus.com>
1240
1241         * libc/sys/arm/syscalls.c (initialise_monitor_handles): Make block
1242         volatile so that its assignments will not be discarded.
1243
1244 Wed Feb 10 17:19:40 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1245
1246         * libc/include/_ansi.h: Corrected _STRICT_ANSI reference to
1247         be __STRICT_ANSI__ which is generated by compiler.
1248         * libc/include/ctype.h: Ditto.
1249         * libc/include/math.h: Ditto.
1250         * libc/include/stdio.h: Ditto.
1251         * libc/include/stdlib.h: Ditto.
1252         * libc/include/string.h: Ditto.
1253         * libc/include/sys/signal.h: Ditto.
1254
1255 1999-02-08  Nick Clifton  <nickc@cygnus.com>
1256
1257         * configure.host: Add support for StrongARM target.
1258
1259 Fri Feb  5 11:13:14 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1260
1261         * libc/string/strncpy.c (strncpy): Removed redundant code
1262         that was copying bytes if data unaligned.
1263
1264 1999-02-02  Brendan Kehoe  <brendan@cygnus.com>
1265
1266         * libc/stdlib/Makefile.{am,in} (CHEWOUT_FILES): Add mblen.def,
1267         mbstowcs.def, and wcstombs.def.
1268
1269 Sat Jan 30 02:36:33 1999  Christopher Faylor <cgf@cygnus.com>
1270
1271         * libc/include/sys/errno.h: Add Cygwin errno.
1272         * libc/stdio/flags.c: Don't default to O_TEXT if no other flag
1273         is specified.
1274
1275 1999-01-29  Nick Clifton  <nickc@cygnus.com>
1276
1277         * libc/sys/arm/syscalls.c: Move C library functions into seperate
1278         file.
1279         
1280         * libc/sys/arm/libcfunc.c: New file containing C library functions
1281         from syscalls.c
1282
1283         * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add libcfuncs.c
1284         * libc/sys/arm/Makefile.in (lib_a_SOURCES): Regenerate.
1285
1286
1287 1999-01-27  Michael Meissner  <meissner@cygnus.com>
1288
1289         * libc/include/machine/setjmp.h (D30V _JBLEN/_JBTYPE): Use double
1290         type, and cut size in half so that the jmp_buf array is guaranteed
1291         to be aligned on a 64-bit boundary.
1292
1293 Mon Jan 25 12:05:38 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1294
1295         * libc/string/strings.tex: Added information about
1296         strcasecmp and strncasecmp.
1297         * libc/stdlib/stdlib.tex: Added missing information
1298         about mblen, mbstowcs, and wcstombs.
1299         * libc/string/strchr.c: Changed how mask is built to use
1300         shift operators so register will be used instead of storage.
1301
1302 1999-01-22  DJ Delorie  <dj@cygnus.com>
1303
1304         * libc/include/stdlib.h: don't use dllimport if we're building
1305         newlib, since it's inside cygwin.dll
1306
1307 Fri Jan 22 14:57:18 1999  Christopher Faylor <cgf@cygnus.com>
1308
1309         * libc/ctype/ctype_.c: Need to use __declspec(dllexport) for
1310         _ctype_ under cygwin.
1311
1312 Fri Jan 22 09:50:19 1999  Christopher Faylor <cgf@cygnus.com>
1313
1314         * include/stdlib.h: Fix typo from previous checkin.
1315
1316 Thu Jan 21 22:42:21 1999  Christopher Faylor <cgf@cygnus.com>
1317
1318         * include/ctype.h: Use __declspec(dllimport) method for exporting
1319         variable from cygwin DLL.
1320         * include/time.h: Ditto.
1321         * sys/errno.h: Ditto.
1322         * include/stdlib.h: Export __mb_cur_max from cygwin DLL.
1323         * libc/locale/locale.c: Use __declspec(dllexport) method for
1324         exporting variable from cygwin DLL.
1325
1326 Sat Jan 16 13:29:54 1999  Christopher Faylor <cgf@cygnus.com>
1327
1328         * libc/stdio/setvbuf.c: Always clean up when _IONBF or possible
1329         access of bogus pointer will result in SIGSEGV.
1330
1331 1999-01-07  Nick Clifton  <nickc@cygnus.com>
1332
1333         * libc/sys/arm/setjmp.S: Use C macros to cope with the possibility
1334         of an underscore prefix to function names.
1335
1336 Fri Jan  8 19:00:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1337
1338         * libc/machine/i386/i386mach.h (__REG_PREFIX__): Create new
1339         define __REG_PREFIX__ instead of using __REGISTER_PREFIX__.
1340
1341 1998-12-31  Michael Meissner  <meissner@cygnus.com>
1342
1343         * libc/machine/i386/i386mach.h (__REGISTER_PREFIX__): Only define
1344         to `%' if not already defined.
1345
1346 1998-12-30  Michael Meissner  <meissner@cygnus.com>
1347
1348         * libc/stdio/tmpnam.c (_tempnam_r): Make directory and prefix
1349         arguments const char *, not char *.
1350         * libc/include/stdio.h (_tempnam_r): Ditto.
1351
1352         * libc/include/sys/reent.h (struct _reent): The _sig_func type
1353         points to a function taking an integer, not void.
1354
1355 Tue Dec 29 14:35:53 1998  Christopher Faylor <cgf@cygnus.com>
1356
1357         * configure.host: Add a define for Cygwin builds.
1358         * libc/include/ctype.h: Don't use dll imported variables in newlib.
1359
1360 Mon Dec 28 09:19:56 1998  Christopher Faylor <cgf@cygnus.com>
1361
1362         * libc/include/ctype.h: Define _ctype_ as dll imported variable
1363         for use with Cygwin.
1364         * libc/include/sys/errno.h: Define _sys_errlist and _sys_nerr as
1365         dll imported variables for use with Cygwin.
1366         * libc/ctype/ctype_.c: Undefine _ctype_ in case it has been defined
1367         as a dll imported variable for Cygwin.
1368
1369 Sat Dec 26 00:13:53 1998  Christopher Faylor <cgf@cygnus.com>
1370
1371         * libc/include/sys/unistd.h: Add proto for getpass.
1372
1373 Fri Dec 18 19:28:19 1998  Geoffrey Noer  <noer@cygnus.com>
1374
1375         * libc/sys/cygwin/sys/dirent.h: add protos for scandir and
1376         alphasort.
1377
1378 Fri Dec 18 16:33:25 1998  Geoffrey Noer  <noer@cygnus.com>
1379
1380         * libc/posix/execvp.c (execvp): call cygwin_posix_path_list_p,
1381         not posix_path_list_p.
1382
1383 1998-12-15  Nick Clifton  <nickc@cygnus.com>
1384
1385         * libc/string/memchr.c: Treat 'c' argument as an unsigned byte not
1386         a signed int.
1387
1388 1998-12-13  Nick Clifton  <nickc@cygnus.com>
1389
1390         * libc/include/machine/setjmp.h (_JBLEN): Set to 10.
1391
1392 1998-12-12  Nick Clifton  <nickc@cygnus.com>
1393
1394         * libc/machine/fr30/setjmp.S: New file, supplied by Mark Slater
1395         <msalter@cygnus.com>
1396         * libc/machine/fr30/Makefile.am: Add build of setjmp.S
1397         * libc/machine/fr30/Makefile.in: Regenerated.
1398
1399 1998-12-11  Nick Clifton  <nickc@cygnus.com>
1400
1401         * configure.host: Remove use of libc/sys for FR30 port.
1402         * libc/sys/fr30: Remove directory (replaced by libgloss).
1403
1404 1998-12-10  Ken Raeburn  <raeburn@cygnus.com>
1405
1406         * libc/string/strcat.c (ALIGNED): Sense of result was reversed.
1407         * libc/string/strncat.c (ALIGNED): Ditto.
1408
1409 Wed Dec  9 14:37:57 1998  Geoffrey Noer  <noer@cygnus.com>
1410
1411         * libc/include/sys/time.h: include sys/types.h
1412
1413 Tue Dec  8 15:53:18 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1414
1415         * libc/machine/i386/memcmp.S (memcmp): Fix for unequal
1416         comparison found when checking word at a time.
1417
1418 1998-12-04  Nick Clifton  <nickc@cygnus.com>
1419
1420         * libc/sys/fr30/crt0.s (_start): Initialise frame pointer.
1421
1422 1998-12-03  Nick Clifton  <nickc@cygnus.com>
1423
1424         * libc/sys/fr30/syscalls.c (_times): New function stub.
1425
1426 Thu Dec  3 15:59:19 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1427
1428         * configure.host (mach_add_setjmp): Replaced mach_add_objs
1429         with mach_add_setjmp flag which indicates if setjmp should
1430         be added to the machine directory objects.
1431         * acinclude.m4: Removed reference to mach_add_objs.
1432         * aclocal.m4: Regenerated.
1433         * Makefile.in: Regenerated.
1434         * configure: Regenerated.
1435         * libc/aclocal.m4: Regenerated.
1436         * libc/Makefile.in: Regenerated.
1437         * libc/configure: Regenerated.
1438         * libc/machine/aclocal.m4: Regenerated.
1439         * libc/machine/Makefile.in: Regenerated.
1440         * libc/machine/configure: Regenerated.
1441         * libc/machine/i386/aclocal.m4: Regenerated.
1442         * libc/machine/i386/Makefile.am: Altered to selectively add
1443         setjmp.S to the src files list.
1444         * libc/machine/i386/Makefile.in: Regenerated.
1445         * libc/machine/i386/configure.in: Altered to test mach_add_setjmp.
1446         * libc/machine/i386/configure: Regenerated.
1447
1448 1998-12-02  Nick Clifton  <nickc@cygnus.com>
1449
1450         * libc/sys/fr30/crt0.s (_start): Fix function names.
1451
1452         * libc/machine/fr30: New directory
1453         * libc/machine/fr30/Makefile.am: New file.
1454         * libc/machine/fr30/Makefile.in: New generated file.
1455         * libc/machine/fr30/configure.in: New file.
1456         * libc/machine/fr30/configure: New generated file.
1457         * libc/machine/fr30/aclocal.m4: New generated file.
1458         * libc/sys/fr30/Makefile.am: New file.
1459         * libc/sys/fr30/Makefile.in: New generated file.
1460         * libc/sys/fr30/configure.in: New file.
1461         * libc/sys/fr30/configure: New generated file.
1462         * libc/sys/fr30/syscalls.c: New file.
1463
1464 Tue Dec  1 16:28:56 1998  Geoffrey Noer  <noer@cygnus.com>
1465
1466         * libc/sys/cygwin/sys/utmp.h: new file, moved from winsup/include.
1467
1468 1998-12-01  Ken Raeburn  <raeburn@cygnus.com>
1469
1470         * libc/time/strftime.c (strftime): Also handle %y for years before
1471         1900.
1472
1473 Tue Dec  1 13:26:07 1998  Christopher Faylor <cgf@cygnus.com>
1474
1475         * libc/string/strcasecmp.c (strcasecmp): Adhere to standard
1476         UNIX convention.  Perform tolower on characters before comparing
1477         them rather than use toupper.
1478         * libc/string/strncasecmp.c (strncasecmp): Ditto.
1479
1480 Mon Nov 30 16:24:19 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1481         
1482         * configure.host: Added using i386 machine directory
1483         for all x86 cross-compiler and configuring
1484         which added object files to use via new "mach_add_objs" variable.
1485         * configure: Regenerated.
1486         * libc/configure: Regenerated.
1487         * libc/Makefile.in: Regenerated.
1488         * libc/aclocal.m4: Regenerated.
1489         * libc/ctype/Makefile.in: Regenerated.
1490         * libc/errno/Makefile.in: Regenerated.
1491         * libc/locale/Makefile.in: Regenerated.
1492         * libc/machine/Makefile.in: Regenerated.
1493         * libc/machine/aclocal.m4: Regenerated.
1494         * libc/machine/configure: Regenerated.
1495         * libc/posix/Makefile.in: Regenerated.
1496         * libc/reent/Makefile.in: Regenerated.
1497         * libc/signal/Makefile.in: Regenerated.
1498         * libc/stdio/Makefile.in: Regenerated.
1499         * libc/stdlib/Makefile.in: Regenerated.
1500         * libc/string/Makefile.in: Regenerated.
1501         * libc/string/memmove.c: Optimized code to use memcpy
1502         logic when performing a non-destructive copy.
1503         * libc/string/strncmp.c: Altered code to allow building
1504         optimized for size or speed.
1505         * libc/syscalls/Makefile.in: Regenerated.
1506         * libc/time/Makefile.in: Regenerated.
1507         * libc/unix/Makefile.in: Regenerated.
1508         * libc/machine/i386/Makefile.am: Added new files and reference
1509         to "mach_add_objs" to indicate optional object files.
1510         * libc/machine/i386/Makefile.in: Regenerated.
1511         * libc/machine/i386/aclocal.m4: Regenerated.
1512         * libc/machine/i386/configure: Regenerated.
1513         * libc/machine/i386/memchr.S: New file that implements
1514         function in Intel assembler.
1515         * libc/machine/i386/memcmp.S: ditto.
1516         * libc/machine/i386/memcpy.S: ditto.
1517         * libc/machine/i386/memmove.S: ditto.
1518         * libc/machine/i386/memset.S: ditto.
1519         * libc/machine/i386/strchr.S: ditto.
1520         * libc/machine/i386/strlen.S: ditto.
1521         * libc/machine/i386/f_atan2.S: New file that implements
1522         fast version of math function to be used by compiler when
1523         --ffast_math compile option is used.
1524         * libc/machine/i386/f_atan2f.S: ditto.
1525         * libc/machine/i386/f_exp.c: ditto.
1526         * libc/machine/i386/f_expf.c: ditto.
1527         * libc/machine/i386/f_frexp.S: ditto.
1528         * libc/machine/i386/f_frexpf.S: ditto.
1529         * libc/machine/i386/f_ldexp.S: ditto.
1530         * libc/machine/i386/f_ldexpf.S: ditto.
1531         * libc/machine/i386/f_log.S: ditto.
1532         * libc/machine/i386/f_logf.S: ditto.
1533         * libc/machine/i386/f_log10.S: ditto.
1534         * libc/machine/i386/f_log10f.S: ditto.
1535         * libc/machine/i386/f_math.h: New file.
1536         * libc/machine/i386/f_pow.c: ditto.
1537         * libc/machine/i386/f_powf.S: ditto.
1538         * libc/machine/i386/f_tan.S: ditto.
1539         * libc/machine/i386/f_tan.S: ditto.
1540         * libc/machine/i386/i386mach.h: New file.
1541
1542 Mon Nov 30 13:02:17 1998  Christopher Faylor <cgf@cygnus.com>
1543
1544         patch from Mumit Khan <khan@xraylith.wisc.edu>
1545         * libc/include/stdio.h (tempnam): Add prototype.
1546         * libc/stdio/tmpnam.c (_tempnam_r): Handle NULL prefix.
1547         (tempnam): Adhere to prototype.
1548
1549 Thu Nov 26 00:21:32 1998  Christopher Faylor <cgf@cygnus.com>
1550
1551         * Makefile.am: Add default for AR_FLAGS.
1552         * Makefile.in: Regenerate.
1553
1554 Tue Nov 24 18:48:56 1998  Geoffrey Noer  <noer@cygnus.com>
1555
1556         * libc/include/time.h: move __cplusplus wrapper after includes
1557         * libc/include/sys/time.h: ditto.  If Cygwin, include
1558         sys/select.h.
1559         * libc/include/sys/types.h: lose "32" in comment about Cygwin.
1560
1561 1998-11-23  Ken Raeburn  <raeburn@cygnus.com>
1562
1563         * libc/time/strftime.c (strftime): Handle %y after year 2000.
1564
1565 Wed Nov 18 12:22:41 1998  Nick Clifton  <nickc@cygnus.com>
1566
1567         * libc/sys/fr30/crt0.s (_start): Switch over to using int #9 as
1568         abnormnal end-of-crt0 marker.
1569
1570 Tue Nov 17 16:27:58 1998  Nick Clifton  <nickc@cygnus.com>
1571
1572         * libc/sys/fr30/crt0.s: New file/directory.
1573         * libc/include/machine/setjmp.h: Add FR30 target.
1574         * libc/include/machine/ieeefp.h: Add FR30 target.
1575         * configure.host: Add FR30 target.
1576
1577 Mon Nov  16 23:15:00 1998  Ranjith Kumaran <ranjith@cygnus.com>
1578
1579         * libm/math: Files that are duplicated in common directory removed.
1580         * libm/math/fdlibm.h: Removed.
1581         * libm/math/s_cbrt.c: Removed.
1582         * libm/math/s_copysign.c: Removed.
1583         * libm/math/s_expm1.c: Removed.
1584         * libm/math/s_finite.c: Removed.
1585         * libm/math/s_ilogb.c: Removed.
1586         * libm/math/s_infinity.c: Removed.
1587         * libm/math/s_lib_ver.c: Removed.
1588         * libm/math/s_log1p.c: Removed.
1589         * libm/math/s_logb.c: Removed.
1590         * libm/math/s_matherr.c: Removed.
1591         * libm/math/s_modf.c: Removed.
1592         * libm/math/s_nan.c: Removed.
1593         * libm/math/s_nextafter.c: Removed.
1594         * libm/math/s_rint.c: Removed.
1595         * libm/math/s_scalbn.c: Removed.
1596         * libm/math/sf_cbrt.c: Removed.
1597         * libm/math/sf_copysign.c: Removed.
1598         * libm/math/sf_expm1.c: Removed.
1599         * libm/math/sf_finite.c: Removed.
1600         * libm/math/sf_ilogb.c: Removed.
1601         * libm/math/sf_infinity.c: Removed.
1602         * libm/math/sf_log1p.c: Removed.
1603         * libm/math/sf_logb.c: Removed.
1604         * libm/math/sf_modf.c: Removed.
1605         * libm/math/sf_nan.c: Removed.
1606         * libm/math/sf_nextafter.c: Removed.
1607         * libm/math/sf_rint.c: Removed.
1608         * libm/math/sf_scalbn.c: Removed.
1609         * libm/math/Makefile.am: Removed references to deleted files (above).
1610         * libm/math/Makefile.in: Regenerated.
1611         * libm/Makefile.am: Added common directory to math.
1612         * libm/Makefile.in: Regenerated.
1613
1614 Mon Nov  2 23:12:00 1998  Ranjith Kumaran <ranjith@cygnus.com>
1615
1616         * libm/mathfp: Add non-ANSI functions.
1617         * libm/mathfp/e_acosh.c acosh(): New file.
1618         * libm/mathfp/e_atanh.c atanh(): New file.
1619         * libm/mathfp/e_hypot.c hypot(): New file.
1620         * libm/mathfp/e_j0.c j0(): New file.
1621         * libm/mathfp/e_j1.c j1(): New file.
1622         * libm/mathfp/e_remainder.c remainder(): New file.
1623         * libm/mathfp/e_scalb.c scalb(): New file.
1624         * libm/mathfp/ef_acosh.c acoshf(): New file.
1625         * libm/mathfp/ef_atanh.c atanhf(): New file.
1626         * libm/mathfp/ef_hypot.c hypotf(): New file.
1627         * libm/mathfp/ef_j0.c j0f(): New file.
1628         * libm/mathfp/ef_j1.c j1f(): New file.
1629         * libm/mathfp/ef_remainder.c remainderf(): New file.
1630         * libm/mathfp/ef_scalb.c scalbf(): New file.
1631         * libm/mathfp/er_gamma.c gamma_r: New file.
1632         * libm/mathfp/er_lgamma.c lgamma_r(): New file.
1633         * libm/mathfp/erf_gamma.c gamma_rf(): New file.
1634         * libm/mathfp/erf_lgamma.c lgamma_rf(): New file.
1635         * libm/mathfp/w_cabs.c cabs(): New file.
1636         * libm/mathfp/w_drem.c drem(): New file.
1637         * libm/mathfp/w_jn.c jn(): New file.
1638         * libm/mathfp/wf_cabs.c cabsf(): New file.
1639         * libm/mathfp/wf_drem.c dremf(): New file.
1640         * libm/mathfp/wf_jn.c jnf(): New file.
1641
1642 Mon Nov  2 16:43:18 1998  Geoffrey Noer  <noer@cygnus.com>
1643
1644         * libc/sys/cygwin32: remove directory and contents
1645         * libc/sys/cygwin: and add back, losing the "32".
1646         * configure.host: check for cygwin* instead of cygwin32.
1647         * acinclude.m4: ditto.
1648         * aclocal.m4: regenerate with aclocal
1649         * configure: regenerate with autoconf
1650
1651 Tue Oct 20 17:28:28 1998  Geoffrey Noer  <noer@cygnus.com>
1652
1653         * libc/stdio/tmpnam.c (_tempnam_r): not enough memory allocated
1654         for length
1655
1656 Tue Oct 20 18:49:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1657
1658         * libc/include/sys/reent.h (struct _reent): Added variables _rand_next, _strtok_last,
1659         _asctime_buf, _localtime_buf and _gamma_signgam to struct reent
1660         to make rand/srand, strtok, asctime, localtime, w_gamma,
1661         w_lgamma, wf_gamma, and wf_lgamma reentrant.  Included
1662         time.h to bring in struct tm definition.
1663         * libc/stdlib/rand.c (rand, srand): Don't emit functions 'rand' and 'srand' if
1664         '_REENT_ONLY' is set. Used variable '_rand_next' from struct reent.
1665         * libc/stdlib/strtok.c (strtok): Used variable '_strtok_last' from struct reent
1666         instead of static variable.
1667         * libc/stdlib/asctime.c (asctime): Used variable '_asctime_buf' from
1668         struct reent instead of static variable.
1669         * libc/stdlib/lcltime.c (localtime): Used variable '_localtime_buf' from
1670         struct reent instead of static variable.
1671         * libm/math/Makefile.am: Removed s_signgam.o.
1672         * libm/math/Makefile.in: Regenerated.
1673         * libm/math/w_gamma.c (gamma): Used variable '_gamma_signgam' from
1674         struct reent instead of global variable 'signgam'.
1675         * libm/math/w_lgamma.c (lgamma): Likewise.
1676         * libm/math/wf_gamma.c (gammaf): Likewise.
1677         * libm/math/wf_lgamma.c (lgammaf): Likewise.
1678         * libm/math/s_signgam.c: Removed.
1679         * libc/include/unctrl.h: Defined arrays __unctrl and __unctrllen
1680         to be const.
1681         * libc/misc/unctrl.c: Defined arrays __unctrl and __unctrllen
1682         to be const.
1683         * libc/reent/Makefile.am: Added dependence for impure.o on impure.c and
1684         libc/include/reent.h.
1685         * libc/reent/Makefile.in: Regenerated.
1686         * libc/stdio/vfprintf.c (_vfprintf_r): Defined arrays 'blanks' and 'zeroes'
1687         to be const.
1688         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Defined arrays 'JIS_state_table' and
1689         'JIS_action_table' to be const.
1690         * libm/math/s_lib_ver.c: define variable _LIB_VERSION to be const.
1691
1692 Mon Oct 12 00:26:33 1998  Christopher Faylor <cgf@cygnus.com>
1693
1694         * acinclude.m4:  $with_target_subdir should default to '.'
1695         or confusion results when configuring in same directory as sources.
1696         * Regenerate all aclocal.m4 and configure files.
1697
1698 Fri Oct  9 16:27:36 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1699
1700         * libc/stdlib/mallocr.c: Added 16 byte alignment support which
1701         can be set by defining MALLOC_ALIGNMENT=16.  Also added support
1702         for platforms where sizeof(size_t) < sizeof(long) via
1703         SIZE_T_SMALLER_THAN_LONG macro.
1704         
1705 Wed Oct  7 14:02:40 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1706
1707         * libc/include/time.h (CLOCKS_PER_SEC): Change CLOCKS_PER_SEC
1708         to refer to _CLOCKS_PER_SEC_ and added including <machine/time.h>
1709         which sets _CLOCKS_PER_SEC_ for selected machines.
1710         * libc/include/machine/time.h: New file.
1711
1712 Tue Oct  6 16:08:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1713
1714         * libc/syscalls/sysexecve.c: New file.
1715         * libc/syscalls/sysgettod.c: New file.
1716         * libc/syscalls/systimes.c: New file.
1717         * libc/syscalls/Makefile.am: Added new objects.
1718         * libc/syscalls/Makefile.in: Regenerated.
1719         * libc/include/_syslist.h (_execve): Moved define in file.
1720         * libc/include/reent.h:  Added _execve_r declaration.
1721         * libc/Makefile.in: Regenerated.
1722         * libc/ctype/Makefile.in: Regenerated.
1723         * libc/errno/Makefile.in: Regenerated.
1724         * libc/locale/Makefile.in: Regenerated.
1725         * libc/machine/Makefile.in: Regenerated.
1726         * libc/misc/Makefile.in: Regenerated.
1727         * libc/posix/Makefile.in: Regenerated.
1728         * libc/reent/Makefile.in: Regenerated.
1729         * libc/reent/execr.c (_execve_r): Added _execve_r function.
1730         * libc/signal/Makefile.in: Regenerated.
1731         * libc/stdio/Makefile.in: Regenerated.
1732         * libc/time/Makefile.in: Regenerated.
1733         * libc/unix/Makefile.in: Regenerated.
1734         * libm/mathfp/Makefile.in: Regenerated.
1735
1736 Tue Oct  6 14:14:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1737
1738         * libc/string/Makefile.in: Regenerated.
1739         * libc/string/memchr.c (memchr): Moved code to reduce object size.
1740         * libc/string/memcpy.c (memcpy): Ditto.
1741         * libc/string/memcmp.c (memcmp): Ditto.
1742         * libc/string/memset.c (memset): Ditto.
1743         * libc/string/strchr.c (strchr): Ditto.
1744         * libc/string/strcmp.c (strcmp): Ditto.
1745         * libc/string/strcpy.c (strcpy): Ditto.
1746         * libc/string/strlen.c (strlen): Ditto.
1747
1748 Tue Oct  6 13:58:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1749
1750         * libm/acinclude.m4: Removed since newlib/acinclude.m4 can be used
1751         to generate aclocal.m4.
1752         * libm/Makefile.in: Regenerated.
1753         * libm/aclocal.m4: Regenerated.
1754         * libm/configure: Regenerated.
1755         * libm/math/Makefile.in: Regenerated.
1756         * libm/mathfp/Makefile.in: Regenerated.
1757
1758 1998-09-25  Mark Salter  <msalter@cygnus.com>
1759
1760         * libc/include/machine/setjmp.h: Fixed test for mn10300 and mn10200
1761         by adding leading and trailing underscores to symbol names.
1762
1763 Tue Sep 22 15:33:41 1998  Christopher Faylor <cgf@cygnus.com>
1764
1765         * Makefile.in: Add default for AR_FLAGS.
1766
1767 Tue Sep 22 15:02:49 1998  Christopher Faylor <cgf@cygnus.com>
1768
1769         patch from ian@airs.com (Ian Taylor):
1770         * acinclude.m4: Run AC_CANONICAL_BUILD explicitly before
1771         NEWLIB_CONFIGURE so AC_CANONICAL_HOST will be run before it
1772         is needed for detecting the build machine.  Required for
1773         cygwin native builds.
1774
1775         * Regenerate all aclocal.m4 and configure files.
1776
1777 Mon Sep 21 14:44:16 1998  Nick Clifton  <nickc@cygnus.com>
1778
1779         * libc/sys/arm/crt0.S: Prepend a period to all local labels that
1780         used to start with LC.
1781
1782 Thu Sep 17 18:18:11 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1783
1784         * libc/machine/sh/setjmp.S (setjmp): Handle __SH4* like __SH3E__ .
1785         (longjmp): Likewise.
1786
1787 Thu Sep 17 16:25:33 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1788
1789         * libc/machine/sh/memset.S (memset): Move copy from r4 to r4 before
1790         the test for small number of bytes.
1791
1792 Thu Sep 10 11:40:00 1998  Ranjith Kumaran <ranjith@cygnus.com>
1793
1794         * Makefile.am: Add --enable-newlib-hw-fp check.  This builds the new
1795         math library that uses floating point algorithms instead of the old
1796         libm.
1797         * Makefile.in: Regenerate with automake version 1.3b.
1798         * configure: Rebuild.
1799         * libm/Makefile.in: Regenerate with automake version 1.3b.
1800         * libm/aclocal.m4: Regenerate.
1801         * libm/configure: Rebuild.
1802         * libm/configure.in: Add newlib_hw_fp definition and mathfp directory.
1803         * libm/acinclude.m4: Define macros for configure.in.
1804         * libm/config.h.in: Generate.
1805         * libm/mathfp/Makefile.am: New file.
1806         * libm/mathfp/Makefile.in: Generate.
1807         * libm/mathfp/s_acos.c (acos): New file.
1808         * libm/mathfp/s_asin.c (asin): New file.
1809         * libm/mathfp/s_asine.c (asine): New file.
1810         * libm/mathfp/s_atan.c (atan): New file.
1811         * libm/mathfp/s_atan2.c (atan2): New file.
1812         * libm/mathfp/s_atangent.c (atangent): New file.
1813         * libm/mathfp/s_ceil.c (ceil): New file.
1814         * libm/mathfp/s_copysign.c (copysign): New file.
1815         * libm/mathfp/s_cos.c (cos): New file.
1816         * libm/mathfp/s_cosh.c (cosh): New file.
1817         * libm/mathfp/s_exp.c (exp): New file.
1818         * libm/mathfp/s_fabs.c (fabs): New file.
1819         * libm/mathfp/s_finite.c (finite): New file.
1820         * libm/mathfp/s_floor.c (floor): New file.
1821         * libm/mathfp/s_fmod.c (fmod): New file.
1822         * libm/mathfp/s_frexp.c (frexp): New file.
1823         * libm/mathfp/s_infconst.c: New file.
1824         * libm/mathfp/s_isinf (isinf).c: New file.
1825         * libm/mathfp/s_isnan.c (isnan): New file.
1826         * libm/mathfp/s_ispos.c (ispos): New file.
1827         * libm/mathfp/s_ldexp.c (ldexp): New file.
1828         * libm/mathfp/s_log.c (log): New file.
1829         * libm/mathfp/s_log10.c (log10): New file.
1830         * libm/mathfp/s_logarithm.c (logarithm): New file.
1831         * libm/mathfp/s_mathcnst.c: New file.
1832         * libm/mathfp/s_modf (modf).c: New file.
1833         * libm/mathfp/s_numtest.c (numtest): New file.
1834         * libm/mathfp/s_pow.c (pow): New file.
1835         * libm/mathfp/s_scalbn.c (scalbn): New file.
1836         * libm/mathfp/s_sin (sin).c: New file.
1837         * libm/mathfp/s_sine.c (sine): New file.
1838         * libm/mathfp/s_sineh.c (sineh): New file.
1839         * libm/mathfp/s_sinf.c (sinf): New file.
1840         * libm/mathfp/s_sinh.c (sinh): New file.
1841         * libm/mathfp/s_sqrt.c (sqrt): New file.
1842         * libm/mathfp/s_tan.c (tan): New file.
1843         * libm/mathfp/s_tanh.c (tanh): New file.
1844         * libm/mathfp/sf_acos.c (acosf): New file.
1845         * libm/mathfp/sf_asin.c (asinf): New file.
1846         * libm/mathfp/sf_asine.c (asinef): New file.
1847         * libm/mathfp/sf_atan.c (atanf): New file.
1848         * libm/mathfp/sf_atan2.c (atan2f): New file.
1849         * libm/mathfp/sf_atangent.c (atangent): New file.
1850         * libm/mathfp/sf_ceil.c (ceilf): New file.
1851         * libm/mathfp/sf_copysign.c (copysignf): New file.
1852         * libm/mathfp/sf_cos.c (cosf): New file.
1853         * libm/mathfp/sf_cosh.c (coshf): New file.
1854         * libm/mathfp/sf_exp.c (expf): New file.
1855         * libm/mathfp/sf_fabs.c (fabsf): New file.
1856         * libm/mathfp/sf_finite.c (finitef): New file.
1857         * libm/mathfp/sf_floor.c (floorf): New file.
1858         * libm/mathfp/sf_fmod.c (fmodf): New file.
1859         * libm/mathfp/sf_frexp.c (frexpf): New file.
1860         * libm/mathfp/sf_isinf.c (isinff): New file.
1861         * libm/mathfp/sf_isnan.c (isnanf): New file.
1862         * libm/mathfp/sf_ispos.c (isposf): New file.
1863         * libm/mathfp/sf_ldexp.c (ldexpf): New file.
1864         * libm/mathfp/sf_log.c (logf): New file.
1865         * libm/mathfp/sf_log10.c (log10f): New file.
1866         * libm/mathfp/sf_logarithm.c (logarithmf): New file.
1867         * libm/mathfp/sf_modf.c (modff): New file.
1868         * libm/mathfp/sf_numtest.c (numtestf): New file.
1869         * libm/mathfp/sf_pow.c (powf): New file.
1870         * libm/mathfp/sf_scalbn.c (scalbnf): New file.
1871         * libm/mathfp/sf_sin.c (sinf): New file.
1872         * libm/mathfp/sf_sine.c (sinef): New file.
1873         * libm/mathfp/sf_sineh.c (sinehf): New file.
1874         * libm/mathfp/sf_sinh.c (sinhf): New file.
1875         * libm/mathfp/sf_sqrt.c (sqrtf): New file.
1876         * libm/mathfp/sf_tan.c (tanf): New file.
1877         * libm/mathfp/sf_tanh.c (tanhf): New file.
1878         * libm/mathfp/zmath.h: New file.
1879
1880 Wed Sep  2 02:49:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1881
1882         * libc/machine/sh/strcmp.S (L_char_loop): Re-load r0 at loop
1883         exit if it has been overwritten by pre-fetching in delay slot.
1884
1885 1998-09-01  Michael Meissner  <meissner@cygnus.com>
1886
1887         * Makefile.am (tooldir): Add in host_alias, so that multilib
1888         libraries are installed in the directory the compiler looks in.
1889         * Makefile.in: Regenerate.
1890
1891         * libc/stdlib/Makefile.in: Regenerate with automake version 1.3b.
1892
1893 Mon Aug 31 11:39:31 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1894
1895         * libc/machine/mn10300/memcpy.S (_memcpy): Move alignment test
1896         ahead of test for number of bytes being moved.
1897
1898 Thu Aug 27 14:07:53 1998  Christopher Faylor <cgf@cygnus.com>
1899
1900         * libc/include/sys/unistd.h: Nothing special needed for
1901         _exit under cygwin.
1902
1903 Wed Aug 26 15:05:21 1998  Nick Clifton  <nickc@cygnus.com>
1904
1905         * libc/sys/arm/syscalls.c (_sbrk): Rename '_end' to 'end' to
1906         conform to user label naming conventions. 
1907
1908 Mon Aug 24 14:46:19 1998  Geoffrey Noer <noer@cygnus.com>
1909
1910         * libc/sys/cygwin32/sys/utime.h: variable names in
1911         protos should start with two leading underscores
1912         * libc/include/string.h: ditto
1913         * libc/include/sys/signal.h: ditto
1914         * libc/include/sys/stat.h: ditto
1915         * libc/include/sys/time.h: ditto
1916         * libc/include/sys/unistd.h: ditto
1917         * libc/include/ctype.h: ditto
1918         * libc/include/stdlib.h: ditto
1919         * libc/include/sys/reent.h: struct _atexit function ptr takes a
1920         void, same with _sig_func.
1921
1922 Fri Aug 21 14:44:14 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1923
1924         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Added preprocessor checks
1925         for MB_CAPABLE to reduce code size when newlib is not configured
1926         with --enable-newlib-mb.
1927         * libc/stdlib/Makefile.am: Specified -fshort-enums when building
1928         mbtowc_r.o to minimize size.
1929         * libc/stdlib/Makefile.in: Rebuild.
1930         
1931 Wed Aug 19 16:20:13 1998  Jim Wilson  <wilson@cygnus.com>
1932
1933         * libc/sys/sparc64/Makefile.am (.S_r.o, .c_r.o): Change -DREENTRANT
1934         to -DREENT.
1935         * libc/sys/sparc64/Makefile.in: Rebuild.
1936         
1937 Tue Aug 18 22:38:29 1998  Ian Lance Taylor  <ian@cygnus.com>
1938
1939         * Makefile.am (MAKEOVERRIDES): Define.
1940         * Makefile.in: Rebuild.
1941
1942 Tue Aug 18 12:38:47 1998  Jim Wilson  <wilson@cygnus.com>
1943
1944         * libc/sys/sparc64/sys/stat.h (stat): Add const.
1945
1946 Mon Aug 17 22:27:06 1998  Ian Lance Taylor  <ian@cygnus.com>
1947
1948         * acinclude.m4 (NEWLIB_CONFIGURE): Use top_builddir in
1949         newlib_cflags when looking for targ-include.
1950         * */aclocal.m4, */configure: Rebuild.
1951
1952 Fri Jul 31 10:57:42 1998  Catherine Moore  <clm@cygnus.com>
1953
1954         * libc/sys/arm/syscalls.c (_sbrk): Change "__end__"
1955         to "_end".
1956
1957 Wed Jul 29 00:02:01 1998  Mark Alexander  <marka@cygnus.com>
1958
1959         * libc/include/sys/config.h: Define __IEEE_LITTLE_ENDIAN
1960         on SPARCs with little-endian data.
1961         * libc/include/machine/ieeefp.h: Ditto.
1962
1963 Wed Jul 22 18:00:10 1998  Ian Lance Taylor  <ian@cygnus.com>
1964
1965         * acinclude.m4: Handle a relative srcdir correctly when setting
1966         newlib_cflags.
1967         * */aclocal.m4, */configure: Rebuild.
1968
1969 Wed Jul 22 17:11:33 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1970
1971         * libm/math/wrf_lgamma.c (lgammaf_r): Initialize exc.err to 0 and
1972         also set exc.arg1, exc.arg2 appropriately in case matherr is supplied.
1973         * libm/math/wrf_gamma.c (gammaf_r): ditto 
1974         * libm/math/wr_lgamma.c (lgamma_r): ditto 
1975         * libm/math/wr_gamma.c (gamma_r): ditto 
1976         * libm/math/wf_sqrt.c (sqrtf): ditto 
1977         * libm/math/wf_sinh.c (sinhf): ditto 
1978         * libm/math/wf_scalb.c (scalbf): ditto 
1979         * libm/math/wf_remainder.c (remainderf): ditto 
1980         * libm/math/wf_pow.c (powf): ditto 
1981         * libm/math/wf_log10.c (log10f): ditto 
1982         * libm/math/wf_log.c (logf): ditto 
1983         * libm/math/wf_lgamma.c (lgammaf): ditto 
1984         * libm/math/wf_jn.c (jnf, ynf): ditto 
1985         * libm/math/wf_j1.c (j1f, y1f): ditto 
1986         * libm/math/wf_j0.c (j0f, y0f): ditto 
1987         * libm/math/wf_hypot.c (hypotf): ditto 
1988         * libm/math/wf_gamma.c (gammaf): ditto 
1989         * libm/math/wf_fmod.c (fmodf): ditto 
1990         * libm/math/wf_exp.c (expf): ditto 
1991         * libm/math/wf_cosh.c (coshf): ditto 
1992         * libm/math/wf_atanh.c (atanhf): ditto 
1993         * libm/math/wf_atan2f.c (atan2f): ditto 
1994         * libm/math/wf_asin.c (asinf): ditto 
1995         * libm/math/wf_acosh.c (acoshf): ditto 
1996         * libm/math/wf_acos.c (acosf): ditto 
1997         * libm/math/w_sqrt.c (sqrt): ditto 
1998         * libm/math/w_sinh.c (sinh): ditto 
1999         * libm/math/w_scalb.c (scalb): ditto 
2000         * libm/math/w_remainder.c (remainder): ditto 
2001         * libm/math/w_pow.c (pow): ditto 
2002         * libm/math/w_log10.c (log10): ditto 
2003         * libm/math/w_log.c (log): ditto 
2004         * libm/math/w_lgamma.c (lgamma): ditto 
2005         * libm/math/w_jn.c (jn, yn): ditto 
2006         * libm/math/w_j1.c (j1, y1): ditto 
2007         * libm/math/w_j0.c (j0, y0): ditto 
2008         * libm/math/w_hypot.c (hypot): ditto 
2009         * libm/math/w_gamma.c (gamma): ditto 
2010         * libm/math/w_fmod.c (fmod): ditto 
2011         * libm/math/w_exp.c (exp): ditto 
2012         * libm/math/w_cosh.c (cosh): ditto 
2013         * libm/math/w_atanh.c (atanh): ditto 
2014         * libm/math/w_atan2f.c (atan2): ditto 
2015         * libm/math/w_asin.c (asin): ditto 
2016         * libm/math/w_acosh.c (acosh): ditto 
2017         * libm/math/w_acos.c (acos): ditto 
2018
2019 Tue Jul 21 12:34:54 1998  Ian Lance Taylor  <ian@cygnus.com>
2020
2021         * libm/math/Makefile.am (src): Add w_cabs.c and w_drem.c.
2022         (fsrc): Add wf_cabs.c and wf_drem.c.
2023         * libm/math/Makefile.in: Rebuild.
2024
2025         * Makefile.am (AM_MAKEFLAGS): Add CFLAGS_FOR_BUILD.  Remove some
2026         unused directory variables.  Remove duplicate CFLAGS.
2027         * Makefile.in: Rebuild.
2028
2029         * doc/Makefile.am ($(MKDOC)): Don't use $(CFLAGS) when building
2030         with $(CC_FOR_BUILD).
2031         (makedoc.o): Likewise.
2032         * doc/Makefile.in: Rebuild.
2033
2034         * libc/sys/cygwin32/Makefile.am (EXTRA_LIBRARIES): Define, to
2035         force a definition of COMPILE.
2036         (libfoo_a_SOURCES): Define.
2037         * libc/sys/cygwin32/Makefile.in: Rebuild.
2038         * libc/sys/tic80/Makefile.am (EXTRA_LIBRARIES): Define, to
2039         force a definition of COMPILE.
2040         (libfoo_a_SOURCES): Define.
2041         * libc/sys/tic80/Makefile.in: Rebuild.
2042
2043 Mon Jul 20 20:49:24 1998  Christopher Faylor <cgf@cygnus.com>
2044
2045         * libc/include/sys/fcntl.h: Add O_NOINHERIT, Win32-specific
2046         flag.
2047
2048 Fri Jul 17 16:13:16 1998  Ian Lance Taylor  <ian@cygnus.com>
2049
2050         * Build using autoconf and automake.  Added many Makefile.am and
2051         configure.in files, plus generated files.  Old configure.in files
2052         and all old Makefile.in files completely replaced.  Removed
2053         host/any.  Added acinclude.m4 and configure.host.
2054
2055 Sat Jul 11 18:14:49 1998  Felix Lee  <flee@cygnus.com>
2056
2057         * libc/stdio/vfprintf.c: enable long long support, sometimes.
2058         * configure.in (*-*-cygwin32): add -DWANT_PRINTF_LONG_LONG.
2059
2060 Tue Jul  7 01:51:55 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2061
2062         * libc/machine/sh/strcmp.S, libc/machine/sh/strcpy.S: New files.
2063         * libc/machine/sh/Makefile.in: Add rules for new files.
2064
2065 Tue Jul  7 01:40:55 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2066
2067         * libc/machine/sh/asm.h (SL, DELAYED_BRANCHES): Define.
2068         * libc/machine/sh/memset.S (memset): Remove uses of dt; shorten code.
2069         * libc/machine/sh/memcpy.S (SL, DELAYED_BRANCHES): Don't define.
2070
2071 Thu Jul  2 10:33:16 1998  Nick Clifton  <nickc@cygnus.com>
2072
2073         * libc/sys/arm/syscalls.c (_exit): Add comment, noting that exit
2074         code is ignored.
2075
2076 Wed Jun 24 13:56:54 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2077
2078         * libc/stdio/tmpnam.c (_tmpnam_r): Changed routine to use
2079         internal static buffer when s is NULL, as prescribed by ANSI.
2080
2081 1998-06-22  Vladimir N. Makarov  <vmakarov@cygnus.com>
2082
2083         * libc/sys/h8300hms/Makefile.in (OFILES): malloc.o has been
2084         removed.
2085         * libc/sys/h8300hms/malloc.c: has been removed.  Now malloc.c from
2086         libc/stdlib will be used for h8300hms.
2087         
2088 Thu Jun 18 16:56:05 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2089
2090         * libc/machine/mn10300/strlen.S (_strlen): New optimized assembler
2091         version that can be built either for speed or size.
2092         * libc/machine/mn10300/memset.S (_memset): ditto
2093         * libc/machine/mn10300/memchr.S (_memchr): ditto
2094         * libc/machine/mn10300/memcpy.S (_memcpy): ditto
2095         * libc/machine/mn10300/memcmp.S (_memcmp): ditto
2096         * libc/machine/mn10300/strchr.S (_strchr): ditto
2097         * libc/machine/mn10300/strcmp.S (_strcmp): ditto
2098         * libc/machine/mn10300/strcpy.S (_strcpy): ditto
2099         * libc/machine/mn10300/Makefile.in: Added entries for
2100         memchr.o, memcmp.o, memcpy.o, memset.o, strchr.o, 
2101         strcmp.o, strcpy.o, and strlen.o.
2102
2103 Wed Jun 17 12:50:26 1998  Mark Alexander  <marka@cygnus.com>
2104
2105         * configure.in: Don't use libc/sys/sysmec for MN10200; it's
2106         been replaced with libgloss/mn10200.
2107
2108 Fri Jun 12 14:34:39 1998  Michael Meissner  <meissner@cygnus.com>
2109
2110         * libc/string/strchr.c (strchr): Make s a constant pointer to
2111         avoid warning.
2112
2113 Tue Jun  9 16:29:30 1998  Jason Molenda  (crash@bugshack.cygnus.com)
2114
2115         * configure.in (target == arm* or thumb*): Define ARM_RDI_MONITOR
2116         instead of ARM_RDP_MONITOR (sys/libc/arm/crt0.S to assume Angel
2117         board SWIs instead of Demon board SWIs).
2118
2119 Thu Jun  4 12:16:46 1998  Michael Meissner  <meissner@cygnus.com>
2120
2121         * libc/string/strncat.c (strncat):  Make -Os act the same as
2122         PREFER_SIZE_OVER_SPEED being defined.
2123
2124 Wed Jun  3 17:52:33 1998  Michael Meissner  <meissner@cygnus.com>
2125
2126         * libc/string/memchr.c (memchr): Make -Os act the same as
2127         PREFER_SIZE_OVER_SPEED being defined.
2128         * libc/string/memcmp.c (memcmp): Ditto.
2129         * libc/string/memcpy.c (memcpy): Ditto.
2130         * libc/string/memset.c (memset): Ditto.
2131         * libc/string/strcat.c (strcat): Ditto.
2132         * libc/string/strchr.c (strchr): Ditto.
2133         * libc/string/strcmp.c (strcmp): Ditto.
2134         * libc/string/strcpy.c (strcpy): Ditto.
2135         * libc/string/strlen.c (strlen): Ditto.
2136         * libc/string/strncat.c (strncat): Ditto.
2137         * libc/string/strncmp.c (strncmp): Ditto.
2138         * libc/string/strncpy.c (strncpy): Ditto.
2139
2140 Mon Jun  1 15:25:07 1998  Geoffrey Noer  <noer@cygnus.com>
2141
2142         * libc/include/sys/itimer.h: remove
2143         * libc/include/sys/time.h: itimer stuff should be here
2144
2145 Mon Jun  1 16:31:29 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2146
2147         * libc/stdio/vfprintf.c (cvt): Changed code to look at sign
2148         bit instead of comparing to 0 so -0.0 can be printed correctly.
2149
2150 Sat May 30 09:33:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2151
2152         * libc/stdlib/mprec.c (b2d): Inilialize d in non-VAX case too.
2153
2154 Fri May 29 22:25:10 1998  Geoffrey Noer  <noer@cygnus.com>
2155
2156         * libc/include/sys/unistd.h: fix sync() proto
2157         * libc/include/sys/fcntl.h: remove _close which is already
2158         defined in unistd.h.
2159         * libc/include/sys/time.h: add getitimer proto
2160
2161 Fri May 29 16:10:28 1998  Geoffrey Noer  <noer@cygnus.com>
2162
2163         * libc/string/strchr.c: convert arg to unsigned char
2164         * libc/include/stdlib.h: add protos for random, srandom
2165         * libc/include/sys/stat.h: add lstat proto
2166         * libc/include/sys/time.h: add setitimer proto
2167         * libc/include/sys/unistd.h: add readlink, symlink protos
2168         * libc/include/process.h: instead of including windows.h and using
2169         HANDLEs in sexec protos, just use void *s.  Need to include
2170         sys/types.h.
2171
2172 Fri May 29 03:04:29 1998  Geoffrey Noer  <noer@cygnus.com>
2173
2174         * libc/include/sys/fcntl.h: add _close proto for Cygwin32
2175
2176 Thu May 28 16:34:21 1998  Geoffrey Noer  <noer@cygnus.com>
2177
2178         * libc/include/process.h: add secure exec protos
2179
2180 Wed May 27 13:54:51 1998  Jeffrey A Law  (law@cygnus.com)
2181
2182         * libc/stdlib/dtoa.c (_dtoa_r): Use "double_union" for variables
2183         which are accessed as both doubles and integers.
2184         * libc/stdlib/mprec.c (ulp, b2d, ratio): Likewise.
2185         * libc/stdlib/strtod.c (_strtod_r): Likewise.
2186         * libc/stdlib/mprec.h: Add "union double_union" and change
2187         word0/word1 macros to use it.
2188
2189 Tue May 26 18:04:21 1998  Geoffrey Noer  <noer@cygnus.com>
2190
2191         * libc/include/sys/signal.h: add __cplusplus wrapper
2192
2193 Tue May 26 15:10:22 1998  Geoffrey Noer  <noer@cygnus.com>
2194
2195         * libc/include/sys/utime.h: new generic file that gets replaced by
2196         libc/sys/SYSDIR/sys/utime.h on systems that support the utime
2197         function.
2198         * sys/cygwin32/sys/utime.h: use _EXFUN in utime proto
2199         * libc/include/time.h: remove duplicate utime proto
2200         * libc/include/utime.h: add comment
2201
2202 Sun May 24 23:56:20 1998  Christopher Faylor <cgf@cygnus.com>
2203
2204         * libc/include/sys/time.h: Add missing include to
2205         allow use of _EXFUN.  Remove times function that is
2206         already defined in times.h.
2207
2208 Sun May 24 01:32:14 1998  Christopher Faylor <cgf@cygnus.com>
2209
2210         * libc/include/time.h: Fix typo in tzset.
2211
2212 Fri May 22 17:00:48 1998  Geoffrey Noer  <noer@cygnus.com>
2213
2214         * libc/include/sys/time.h: add missing Cygwin32 function protos
2215         * libc/include/sys/unistd.h: ditto
2216         * libc/include/time.h: ditto
2217
2218 Wed May 20 20:35:11 1998  Geoffrey Noer  <noer@cygnus.com>
2219
2220         * libc/sys/cygwin32/sys/param.h: add protected NULL def, remove
2221         FIXME.
2222         * libc/include/sys/types.h: add a new __MS_types__ section
2223         to define vm_offset_t, vm_size_t, int32_t et al, register_t,
2224         __BIT_TYPES_DEFINED__.
2225
2226 Wed May 20 18:49:21 1998  Geoffrey Noer  <noer@cygnus.com>
2227
2228         * libc/sys/cygwin32/sys/param.h: move here from winsup/include/sys
2229         since it overrides the one in libc/include/sys.  Also, start
2230         including types.h.
2231
2232 Wed May 20 14:45:40 1998  Geoffrey Noer  <noer@cygnus.com>
2233
2234         * libm/math/Makefile.in: add s_signgam.o to obj list
2235
2236 Tue May 19 11:57:11 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2237
2238         * libc/include/sys/reent.h (_REENT_INIT): Initialize current locale to "C".
2239
2240 Mon May 18 22:36:12 1998  Christopher Faylor <cgf@cygnus.com>
2241
2242         * libc/include/sys/signal.h: cygwin32 exports sig{empty,add}set,
2243         so don't use defines.
2244
2245 Mon May 18 19:01:02 1998  Michael Meissner  <meissner@cygnus.com>
2246
2247         * libc/sys/d10v/crt0.S: Use correct stab for 16-bit ints.
2248
2249 Sun May 17 18:40:32 1998  Frank Ch. Eigler  <fche@cygnus.com>
2250
2251         * libc/stdlib/mbtowc_r.c (_mbtowc_r): Accept a NULL
2252         _current_locale as default locale.
2253
2254 Sat May 16 21:59:59 1998  Bob Manson  <manson@charmed.cygnus.com>
2255
2256         * libc/stdlib/mallocr.c (mALLOc): Add explicit tests for
2257         insufficient space in a chunk.
2258
2259 Tue May 12 14:41:01 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2260
2261         * configure.in (links): Added check for --enable-newlib-mb configure
2262         option which defines the MB_CAPABLE macro.
2263         * libc/locale/locale.c (_setlocale_r): Added support for setting
2264         LC_CTYPE to "C-JIS", "C-SJIS" or "C-EUCJP", when MB_CAPABLE is
2265         defined.
2266         * libc/stdlib/mbtowc_r.c (_mbtowc_r): New function _mbtowc_r that
2267         implements mbtowc() with multibyte support for JIS, SJIS, and EUC-JP.
2268         * libc/stdlib/wctomb_r.c (_wctomb_r): New function _wctomb_r that
2269         implements wctomb() with multibyte support for JIS, SJIS, and EUC-JP.
2270         * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): New function _mbstowcs_r that
2271         implements mbstowcs() with multibyte support for JIS, SJIS, and EUC-JP.
2272         * libc/stdlib/wcstombs_r.c (_wcstombs_r): New function _wcstomb_r that implements
2273         wcstombs() with multibyte support for JIS, SJIS, and EUC-JP.
2274         * libc/stdlib/Makefile.in: Added new multibyte
2275         routines: _mbtowc_r(), _wctomb_r(), _mbstowcs_r(), and _wcstombs_r().
2276         * libc/include/stdlib.h: Added declarations of _mbtowc_r(), _wctomb_r(),
2277         _mbstowcs_r(), and _wcstombs_r().
2278         * libc/stdlib/mbctype.h: New internal header file that contains macros to test
2279         for JIS, SJIS, and EUC-JP characters.
2280         * libc/stdlib/mblen.c (mblen): Added code to call _mbtowc_r() if
2281         MB_CAPABLE defined.
2282         * libc/stdlib/mbtowc.c (mbtowc): Added code to call _mbtowc_r() if
2283         MB_CAPABLE defined.
2284         * libc/stdlib/wctomb.c (wctomb): Added code to call _wctomb_r() if
2285         MB_CAPABLE defined.
2286         * libc/stdlib/mbstowcs.c (mbstowcs): Added code to call _mbstowcs_r()
2287         if MB_CAPABLE defined.
2288         * libc/stdlib/wcstombs.c (wcstombs): Added code to call _wcstombs_r()
2289         if MB_CAPABLE defined.
2290         * libc/stdio/vfscanf.c (__svfscanf): Added multibyte tolerance
2291         to the format string processing when MB_CAPABLE.
2292         * libc/stdio/vfprintf.c (_VFPRINTF_R): Changed mbtowc() call to
2293         call _mbtowc_r().
2294
2295 Tue May  5 16:07:23 1998  Nick Clifton  <nickc@cygnus.com>
2296
2297         The following modifications are courtesy of Anthony Thompson,
2298         athompson@cambridge.arm.com:
2299         * libc/sys/arm/syscalls.c: Initialise and track stdin/out/err for
2300         boith RDI and RDP monitors.
2301         * libc/sys/arm/crt0.S: Call initialise_monitor_handles() for both
2302         RDI and RDP monitors.
2303
2304 Wed Apr 29 15:22:15 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2305
2306         * configure.in (links): Added -DHAVE_GETTIMEOFDAY for arm and thumb.
2307         * libc/sys/arm/syscalls.c (_gettimeofday _times): Added functions.
2308         (_swiopen): Fixed open flags to treat write with append as just append.
2309         (_swilseek): Fixed lseek support to properly handle offsets from SEEK_END.
2310         * libc/sys/arm/sys/param.h: New file to override param.h for ARM.
2311
2312 Fri Apr 24 18:00:09 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2313
2314         * libc/machine/sh/memcpy.S (L_odddst, big endian version):
2315         When needing to transfer an initial 2-byte-word, store as
2316         two single bytes.
2317
2318 Wed Apr 22 17:56:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2319
2320         * libc/sys/sh/crt0.S (start): Handle __SH4_SINGLE_ONLY__ like
2321         __SH3E__ .
2322         * libc/machine/sh/memcpy.S (DELAYED_BRANCHES, SL): Likewise.
2323         * libc/include/machine/ieeefp.h (_DOUBLE_IS_32BITS): Likewise.
2324
2325 Wed Apr 22 12:28:03 1998  Michael Meissner  <meissner@cygnus.com>
2326
2327         * configure.in (target_cflags): If --enable-target-optspace, use
2328         -Os to compile newlib rather than -O2.  Default to using -Os for
2329         d10v, d30v and m32r if --{enable,disable}-target-optspace is not
2330         used.
2331
2332 Tue Apr 21 23:13:34 1998  Geoffrey Noer  <noer@cygnus.com>
2333
2334         * libc/include/machine/setjmp.h: change sigsetjmp and
2335         siglongjmp definitions to use an array instead of a struct
2336         for __CYGWIN32__
2337
2338 Tue Apr 14 11:47:47 1998  Doug Evans  <devans@canuck.cygnus.com>
2339
2340         * libc/reent/impure.c (__ATTRIBUTE_IMPURE_DATA__): Fix spelling.
2341
2342 Mon Apr  6 15:05:08 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>
2343
2344         * libc/string/strxfrm.c: fix to get correct return value
2345
2346 Wed Apr  1 16:09:05 1998  Nick Clifton  <nickc@cygnus.com>
2347
2348         * libc/sys/arm/crt0.S: Set top of RAM to be 0x800000 for PE
2349         builds.  Make mode change labels global so that they will be seen
2350         by the debugger.
2351
2352 Wed Mar 18 09:45:10 1998  Nick Clifton  <nickc@cygnus.com>
2353
2354         * configure.in (links): Do not use ARM debiugging protocols for PE
2355         builds.
2356
2357         * libc/sys/arm/syscalls.c (_sbrk): Add "_sbrk: " to error
2358         message. 
2359
2360 Fri Mar 13 11:24:34 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2361
2362         * libc/stdio/findfp.c (__sinit): Made stdout default to
2363         line buffered mode as defined by ANSI.
2364
2365 Tue Mar 10 11:41:26 1997  Bob Manson  <manson@charmed.cygnus.com>
2366
2367         * libc/include/sys/itimer.h: New file.
2368
2369         * libc/signal/signal.c (__sigtramp_r,__sigtramp): New functions.
2370
2371 Mon Mar  9 14:19:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2372
2373         * libc/machine/sh/memcpy.S: (_memcpy): Fix for execute/memcpy-1.c
2374         failure.
2375
2376 Fri Feb 27 13:56:10 1998  Michael Meissner  <meissner@cygnus.com>
2377
2378         * libc/machine/d30v/setjmp.S (longjmp): Fix order of parallel
2379         insns.
2380
2381 Wed Feb 25 09:29:54 1998  Nick Clifton  <nickc@cygnus.com>
2382
2383         * libc/sys/arm/syscalls.c (_open): Add varags to conform to prototype.
2384
2385 Tue Feb 24 18:00:13 1998  Michael Meissner  <meissner@cygnus.com>
2386
2387         * libc/machine/d30v/{setjmp.S,Makefile.in}: New files for D30V
2388         support.
2389
2390         * libc/include/machine/setjmp.h: Add D30V support.
2391
2392         * configure.in (d30v-*): Add d30v machine directory.
2393
2394 Mon Feb 23 09:32:58 1998  Mark Alexander  <marka@cygnus.com>
2395
2396         * configure.in: Don't use libc/sys/sysmec for MN10300; it's
2397         been replaced with libgloss/mn10300.
2398
2399 Sat Feb 21 17:44:43 1998  Geoffrey Noer  <noer@cygnus.com>
2400
2401         * libc/stdlib/mallocr.c: remove __malloc_copy routine now that
2402         it is no longer needed.
2403
2404 Thu Feb 19 16:15:10 1998  Geoffrey Noer  <noer@cygnus.com>
2405
2406         * libc/include/sys/signal.h: add sigpause proto for Cygwin32
2407
2408 Wed Feb 18 23:51:08 1998  Geoffrey Noer  <noer@cygnus.com>
2409
2410         * libc/stdio/fdopen.c (fdopen): Make all writes go to the end of
2411         the file when O_APPEND is set, wherever the EOF happens to be at
2412         that time. 
2413
2414 Wed Feb 18 23:25:02 1998  Geoffrey Noer  <noer@cygnus.com>
2415         
2416         patch from cgf@bbc.com (Christopher Faylor):
2417         * libc/stdio/freopen.c (freopen): Conform to standard UNIX
2418         convention of closing fp prior to attempting to open the file
2419         argument.  This allows correct operation when reopening
2420         stdin/stdout/stderr.  Replaces last freopen.c patch.
2421
2422 Wed Feb 18 16:27:40 1998  Geoffrey Noer  <noer@cygnus.com>
2423
2424         patch from cgf@bbc.com (Christopher Faylor):
2425         * libc/stdio/freopen.c: freopen was not preserving the fd
2426         of the stream being operated on.  This confuses programs that
2427         expect that the handles for stdout and stderr will be 1 and 2.
2428
2429 Mon Feb 16 23:34:07 1998  Andrew Cagney  <cagney@b1.cygnus.com>
2430
2431         * libc/sys/d10v/crt0.S (_start): Set PSW{SW} - select SPU.
2432
2433 Thu Feb 12 15:09:20 1998  Ranjith Kumaran <ranjith@cygnus.com>
2434
2435         * libc/sys/go32/longjmp.S: Fix longjmp to not return 0.
2436
2437 Wed Feb 11 17:50:45 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2438
2439         * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Alignment code
2440         altered to not use a branch.  Also added hint that last
2441         bclr in longjmp will likely result in branch.
2442         
2443
2444 Mon Feb  9 03:44:02 1998  Geoffrey Noer  <noer@cygnus.com>
2445
2446         * libc/sys/cygwin32/crt0.c: add missing args to main() extern
2447
2448 Fri Feb  6 16:32:32 1998  Nick Clifton  <nickc@cygnus.com>
2449
2450         * libc/sys/sysnecv850/crt0.S (_start): Initialise _ctbp even for
2451         v850 builds.
2452
2453         * configure.in: Add -msmall-sld to target_cflags for v850 builds. 
2454
2455 Wed Feb  4 16:56:20 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2456
2457         * libc/machine/powerpc/setjmp.S (longjmp): Fixed code
2458         that loads FR14 to specify offset of 8 rather than 4
2459         so it loads from offset 96 (where setjmp stored it).
2460
2461 Tue Feb  3 18:08:34 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2462
2463         * libc/machine/sh/memcpy.S: (_memcpy): Update to
2464         latest version supplied by customer.
2465         * libc/machine/sh/memset.S (_memset): Ditto.
2466
2467 Mon Feb  2 16:20:39 1998  Nick Clifton  <nickc@cygnus.com>
2468
2469         * libc/sys/sysnecv850/Makefile.in (OFILES): Add link.o (for
2470         PR14730). 
2471
2472 Mon Feb  2 15:13:26 1998  Geoffrey Noer  <noer@cygnus.com>
2473
2474         * libc/include/string.h: remove redefinition of ffs
2475
2476 Wed Jan 28 13:30:14 1998  Geoffrey Noer  <noer@cygnus.com>
2477
2478         * libc/include/sys/signal.h: include _ansi.h so _EXFUN is
2479         defined
2480
2481 Wed Jan 28 10:38:34 1998  Jeff Johnston  <jjohnstn@cygnus.com>
2482
2483         * libc/machine/tic80/setjmp.S: Adding _setjmp to allow
2484         TI Libraries to link to libc.a
2485         
2486 Sat Jan 24 10:15:56 1998  Michael Meissner  <meissner@cygnus.com>
2487
2488         * libc/include/sys/fcntl.h (_open,_fcntl): Add prototypes.
2489         * libc/include/sys/stat.h (_{,f}stat): Ditto.
2490         * libc/include/sys/wait.h (_wait): Ditto.
2491         * libc/include/sys/unistd.h (_close,_fork,_getpid): Ditto.
2492         (_link,_lseek,_read,_sbrk,_unlink,_write): Ditto.
2493
2494 Fri Jan 23 11:32:10 1998  Michael Meissner  <meissner@cygnus.com>
2495
2496         * libc/machine/d10v/setjmp.S: Change to new ABI.  Add simple
2497         minded stabs so function name shows up when running the simulator
2498         with -t.
2499         * libc/sys/d10v/{crt0,trap}.S: Ditto.
2500
2501 Thu Jan 22 15:57:14 1998  Fred Fish  <fnf@cygnus.com>
2502
2503         * libc/sys/d10v/trap.S: Change syscalls to use trap 15. 
2504         * libc/sys/d10v/crt0.S: Use R6 where we used to use R2.
2505         Use R5 where we used to use R3.
2506         
2507 Wed Jan 21 14:22:23 1998  Bill Moyer <billm@cygnus.com>
2508
2509         * libc/stdlib/getopt.c (getopt): replaced __progname
2510         with nargv[0] to improve portability to imbedded systems.
2511
2512 Thu Jan 15 12:32:38 1998  Nick Clifton  <nickc@cygnus.com>
2513
2514         * libc/sys/arm/syscalls.c (initialise_angel_handles): Applied
2515         patch supplied by Tont.Thompson@arm.com to fix the creation of the
2516         stdout file.
2517
2518 Wed Jan 14 13:00:19 1998  Ian Lance Taylor  <ian@cygnus.com>
2519
2520         * libc/stdio/tmpnam.c (worker): Generate a different file name
2521         each time.
2522
2523         * libc/posix/popen.c (popen): If __CYGWIN32__, and execing /bin/sh
2524         fails, try an execlp for sh.
2525
2526         * host/any (INCLUDES): If target_os is cygwin32, then add a -I
2527         option for the winsup include directory.
2528
2529 Wed Jan  7 17:02:58 1998  Nick Clifton  <nickc@cygnus.com>
2530
2531         * libc/sys/arm/syscalls.c: Applied patches for Angel based remote
2532         debugging interface from Tony.Thompson@arm.com.
2533         
2534         * libc/sys/arm/crt0.S (_mainCRTStartup): ditto.
2535         * libc/sys/arm/swi.h: ditto.
2536
2537 Tue Jan  6 14:15:10 1998  Geoffrey Noer  <noer@cygnus.com>
2538
2539         * libc/sys/cygwin32/sys/dirent.h: add __d_dirhash field to
2540         DIR struct used for readdir hashes.
2541
2542 Thu Jan  1 11:22:22 1998  Jeffrey A Law  (law@cygnus.com)
2543
2544         * libc/string/strchr.c: Use "unsigned chars" as necessary.
2545
2546 Wed Dec 31 04:25:30 1997  Jeffrey A Law  (law@cygnus.com)
2547
2548         * libc/stdlib/mallocr.c (idx2binblock): Don't lose on 16bit
2549         integer targets.
2550
2551 Sat Dec 13 15:11:06 1997  Ian Lance Taylor  <ian@cygnus.com>
2552
2553         * libc/stdlib/mallocr.c (__malloc_copy): New function, compiled if
2554         INTERNAL_NEWLIB and __CYGWIN32__ and DEFINE_MALLOC.
2555         * libc/include/malloc.h: Add extern "C" if __cplusplus.
2556         (__malloc_copy): Declare.
2557
2558 Wed Dec 10 12:15:54 1997  Ian Lance Taylor  <ian@cygnus.com>
2559
2560         * libc/stdlib/mallocr.c: If INTERNAL_NEWLIB, include
2561         <sys/config.h>.
2562         (POINTER_UINT): Define.
2563         (DEFAULT_TRIM_THRESHOLD): Mark constants as long.
2564         (MALLOC_ALIGNMENT): Don't define if already defined.
2565         (malloc_extend_top): Cast pointers to POINTER_UINT, not unsigned
2566         long.
2567
2568 Tue Dec  9 19:23:42 1997  Michael Meissner  <meissner@cygnus.com>
2569
2570         * libc/string/memset.c (memset): Fiddle with code so that the long
2571         value being stored is not a stack value.  Unroll storing longs 4
2572         times.
2573
2574 Tue Dec  9 14:13:18 1997  Jeff Johnston  <jjohnstn@cygnus.com>
2575
2576         * Reduce code size for libm modules.
2577         * libm/math/w_sqrt.c (sqrt): Remove call to kernel_standard
2578         and simply move code into sqrt.
2579         * libm/math/wrf_lgamma.c (lgammaf_r): Likewise.
2580         * libm/math/wr_lgamma.c (lgamma_r): Likewise.
2581         * libm/math/wrf_gamma.c (gammaf_r): Likewise.
2582         * libm/math/wr_gamma.c (gamma_r): Likewise.
2583         * libm/math/wf_sinh.c (sinfh): Likewise.
2584         * libm/math/w_sinh.c (sinh): Likewise.
2585         * libm/math/wf_scalb.c (scalbf): Likewise.
2586         * libm/math/w_scalb.c (scalb): Likewise.
2587         * libm/math/wf_remainder.c (remainderf): Likewise.
2588         * libm/math/w_remainder.c (remainder): Likewise.
2589         * libm/math/wf_pow.c (powf): Likewise.
2590         * libm/math/w_pow.c (pow): Likewise.
2591         * libm/math/wf_log10.c (log10f): Likewise.
2592         * libm/math/w_log10.c (log10): Likewise.
2593         * libm/math/wf_log.c (logf): Likewise.
2594         * libm/math/w_log.c (log): Likewise.
2595         * libm/math/w_lgamma.c (lgamma): Likewise.
2596         * libm/math/wf_lgamma.c (lgammaf): Likewise.
2597         * libm/math/wf_jn.c (jnf): Likewise.
2598         * libm/math/w_jn.c (jn): Likewise.
2599         * libm/math/wf_j1.c (j1f): Likewise.
2600         * libm/math/w_j1.c (j1): Likewise.
2601         * libm/math/wf_j0.c (j0f): Likewise.
2602         * libm/math/w_j0.c (j0): Likewise.
2603         * libm/math/wf_hypot.c (hypotf): Likewise.
2604         * libm/math/w_hypot.c (hypot): Likewise.
2605         * libm/math/wf_gamma.c (gammaf): Likewise.
2606         * libm/math/w_gamma.c (gamma): Likewise.
2607         * libm/math/wf_fmod.c (fmodf): Likewise.
2608         * libm/math/w_fmod.c (fmod): Likewise.
2609         * libm/math/wf_exp.c (expf): Likewise.
2610         * libm/math/w_exp.c (exp): Likewise.
2611         * libm/math/wf_cosh.c (coshf): Likewise.
2612         * libm/math/w_cosh.c (cosh): Likewise.
2613         * libm/math/wf_atanh.c (atanhf): Likewise.
2614         * libm/math/w_atanh.c (atanh): Likewise.
2615         * libm/math/wf_atan2.c (atan2f): Likewise.
2616         * libm/math/w_atan2.c (atan2): Likewise.
2617         * libm/math/wf_asin.c (asinf): Likewise.
2618         * libm/math/w_asin.c (asin): Likewise.
2619         * libm/math/wf_acosh.c (acoshf): Likewise.
2620         * libm/math/w_acosh.c (acosh): Likewise.
2621         * libm/math/wf_acos.c (asocf): Likewise.
2622         * libm/math/w_acos.c (acos): Likewise.
2623         * libm/math/wf_sqrt.c (sqrtf): Likewise.
2624         * libm/math/k_standard.c (_k_standard): Don't require SVID behavior
2625         for embedded systems.
2626
2627 Mon Dec  8 12:12:58 1997  Ian Lance Taylor  <ian@cygnus.com>
2628
2629         * libc/stdlib/mallocr.c (malloc_extend_top): Add patch from Doug
2630         Lea in case of a foreign sbrk.
2631
2632 Fri Dec  5 23:27:28 1997  Ian Lance Taylor  <ian@cygnus.com>
2633
2634         Incorporate Doug Lea's malloc:
2635         * libc/stdlib/mallocr.c: Completely replaced.
2636         * libc/stdlib/malloc.c: Document malloc_usable_size and memalign.
2637         (realloc): Remove.
2638         * libc/stdlib/calloc.c (calloc): Just call _calloc_r.
2639         * libc/stdlib/mstats.c: Document mallinfo, malloc_stats, and
2640         mallopt.
2641         (mallinfo, malloc_stats, mallopt): New functions.
2642         (_mstats_r): Just call _malloc_stats_r.
2643         * libc/stdlib/malign.c: New file.
2644         * libc/stdlib/mlock.c: New file.
2645         * libc/stdlib/msize.c: New file.
2646         * libc/stdlib/mtrim.c: New file.
2647         * libc/stdlib/realloc.c: New file.
2648         * libc/stdlib/valloc.c: New file.
2649         * libc/stdlib/malloc.h: Remove.
2650         * libc/stdlib/callocr.c: Remove.
2651         * libc/stdlib/Makefile.in (OFILES): Add cfreer.o, freer.o,
2652         malign.o, malignr.o, mallinfor.o, malloptr.o, mallstatsr.o,
2653         mlock.o, msize.o, msizer.o, mtrim.o, pvallocr.o, realloc.o,
2654         reallocr.o, valloc.o, vallocr.o.
2655         (CHEWOUT_FILES): Add mlock.def, mstats.def.
2656         (MALLOC_CFLAGS): New variable.
2657         (mallocr.o): New target, build from mallocr.c.
2658         (freer.o, reallocr.o, callocr.o, cfreer.o, malignr.o): Likewise.
2659         (vallocr.o, pvallocr.o, mallinfor.o, mallstatsr.o): Likewise.
2660         (msizer.o, malloptr.o): Likewise.
2661         (malign.o, mlock.o, msize.o, mtrim.o, realloc.o): New targets.
2662         (valloc.o): New target.
2663         * libc/stdlib/stdlib.tex: Include mlock.def and mstats.def.
2664         * libc/include/malloc.h: Declare struct mallinfo, and new
2665         routines.
2666         * libc/include/stdlib.h (cfree): Correct declaration.
2667
2668 Tue Dec  2 10:12:16 1997  Nick Clifton  <nickc@cygnus.com>
2669
2670         * libc/include/machine/setjmp.h: Add support for Thumb target.
2671
2672         * libc/include/machine/ieeefp.h: Add support for Thumb target.
2673
2674         * configure.in (links): Add support for Thumb target.
2675
2676 Wed Nov 26 09:56:17 1997  Nick Clifton  <nickc@cygnus.com>
2677
2678         * libc/sys/arm/setjmp.S: Updated with version from branch.
2679
2680 Thu Nov 20 01:21:43 1997  Geoffrey Noer  <noer@cygnus.com>
2681
2682         * libc/include/stdio.h: add POSIX-required define L_ctermid
2683         for ctermid
2684
2685 Wed Nov 19 16:11:40 1997  Michael Meissner  <meissner@cygnus.com>
2686
2687         * configure.in (d30v-*-*): Define ABORT_MESSAGE, SMALL_MEMORY, in
2688         addition to MISSING_SYSCALL_NAMES.
2689
2690 Mon Nov 17 20:05:05 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2691
2692         * libc/include/sys/config.h: (UINT_MAX, for D10V):  Make unsigned.
2693
2694 Mon Nov 10 22:26:55 1997  Geoffrey Noer  <noer@cygnus.com>
2695
2696         * libc/include/string.h: change strsignal proto to return
2697         a char *.  This eliminates compile problems in gdb resulting
2698         from gdb's definition of strsignal in defs.h.
2699
2700 Mon Nov 10 17:11:08 1997  Geoffrey Noer  <noer@cygnus.com>
2701
2702         * libc/sys/cygwin32/sys/utime.h: new (moved here from
2703         winsup/include) so as not to conflict with the one in
2704         libc/include.
2705         * libc/include/string.h: add protos for strsignal, strtosigno
2706
2707 Mon Nov 10 13:49:54 1997  Michael Meissner  <meissner@cygnus.com>
2708
2709         * libc/include/sys/config.h: Define __IEEE_BIG_ENDIAN if d30v.
2710
2711         * configure.in (d30v-*-*): Add configuration.
2712
2713 Thu Oct 30 14:01:23 1997  Nick Clifton  <nickc@cygnus.com>
2714
2715         * configure.in (links): Add -DARM_RD[P|I]_MONITOR to target_cflags
2716         to select which kind of debug monitor is in use for an ARM target.
2717
2718         * libc/sys/arm/crt0.S: New version: Supports Thumb startups and
2719         Angel and Demon debug monitors.  Part of this code was supplied by
2720         Tony Thompson at ARM: athompso@arm.com.
2721
2722 Fri Oct 24 18:57:05 1997  Jeffrey A Law  (law@cygnus.com)
2723
2724         * strncat.c (strncat): Don't call strncpy; strncay has the wrong
2725         semantics when the count is greater than the length of the second
2726         source string.
2727
2728 Thu Oct 23 01:37:41 1997  Geoffrey Noer  <noer@cygnus.com>
2729
2730         * libc/include/sys/signal.h: reorder CYGWIN32 signal numbers
2731         * libc/include/sys/unistd.h: add protos for usleep, truncate,
2732         truncate and ftruncate take off_t, not size_t
2733
2734 Tue Oct 21 18:42:00 1997  Jim Wilson  <wilson@cygnus.com>
2735
2736         * libc/string/strcat.c (strcat): Add missing comment end.
2737         * libc/string/strncat.c (strncat): Likewise.
2738
2739 Tue Oct 21 17:23:34 1997  Nick Clifton  <nickc@cygnus.com>
2740
2741         * configure.in (links): Define PREFER_SIZE_OVER_SPEED for v850
2742         targets. 
2743         * libc/string/{memchr.c, memcmp.c, memcpy.c}:   Add space
2744         optimised version which is selected if PREFER_SIZE_OVER_SPEED is
2745         defined.  
2746         * libc/string/{memset.c, strcat.c, strchr.c}: Likewise.
2747         * libc/string/{strcmp.c, strcpy.c, strlen.c}: Likewise.
2748         * libc/string/{strncat.c, strncmp.c, strncpy.c}: Likewise.
2749
2750 Mon Oct 13 15:12:35 1997  Ian Lance Taylor  <ian@cygnus.com>
2751
2752         * libc/include/sys/param.h (BIG_ENDIAN): Define if __i386__.
2753         (LITTLE_ENDIAN, BYTE_ORDER): Likewise.
2754
2755 Thu Oct  9 13:54:44 1997  Doug Evans  <dje@canuck.cygnus.com>
2756
2757         * libc/machine/i386/setjmp.S: New file.
2758         * libc/machine/i386/Makefile.in: Delete COPYOFILES.
2759         (OFILES): Add setjmp.o.
2760         (setjmp.o): Add rule for.
2761         * configure.in: Don't set machine_dir for *-*-{go32,sco*,cygwin32}.
2762
2763 Tue Oct  7 14:01:29 1997 Bill Moyer     (billm@cygnus.com)
2764                          Jeffrey A Law  (law@cygnus.com)
2765
2766         * libc/string/{memchr.c, memcmp.c, memcpy.c}: Reimplement to run faster.
2767         * libc/string/{memset.c, strcat.c, strchr.c}: Likewise.
2768         * libc/string/{strcmp.c, strcpy.c, strlen.c}: Likewise.
2769         * libc/string/{strncat.c, strncmp.c, strncpy.c}: Likewise.
2770
2771 Mon Oct  6 14:07:59 1997  Nick Clifton  <nickc@cygnus.com>
2772
2773         * libc/sys/sysnecv850/Makefile.in (crt0.o trap.o): Explicit
2774         rules. 
2775
2776         * libc/include/sys/config.h: Use __v850 to select v850
2777         endianness. 
2778
2779         * libc/include/machine/setjmp.h: Use __v850 to select v850 jump
2780         buffer size.
2781
2782         * libc/include/machine/ieeefp.h: Use __v850 to select v850
2783         endianness. 
2784
2785 Thu Sep 25 14:11:37 1997  Geoffrey Noer  <noer@cygnus.com>
2786
2787         * libc/stdlib/setenv.c: change unsetenv definition to match
2788         style of setenv (with _DEFUN).  The string should be a const.
2789         * libc/include/stdlib.h: unsetenv proto should return void.
2790
2791 Tue Sep 23 18:17:20 1997  Geoffrey Noer  <noer@cygnus.com>
2792
2793         * libc/include/stdlib.h: define unsetenv proto for __CYGWIN32__
2794
2795 Thu Sep 18 12:50:15 1997  Angela Marie Thomas (angela@cygnus.com)
2796
2797         * libc/stdio/glue.h: remove.
2798         * libc/stdio/findfp.c, libc/stdio/fwalk.c: remove #include "glue.h"
2799         * libc/stdio/Makefile.in: remove glue.h dependencies
2800
2801 Wed Sep 17 17:42:27 1997  Nick Clifton  <nickc@cygnus.com>
2802
2803         * libc/sys/sysnecv850/crt0.S: Created V850e version.
2804         
2805 Tue Sep  9 10:40:57 1997  Doug Evans  <dje@canuck.cygnus.com>
2806
2807         * configure.in (target_cpu): Add `arc'.
2808
2809 Tue Sep  9 10:40:42 1997  Joel Sherrill  <joel@OARcorp.com>
2810
2811         * newlib/configure.in (*-*-rtems*): Add -DSIGNAL_PROVIDED and 
2812           -DREENTRANT_SYSCALLS_PROVIDED to the target_cflags.
2813         * newlib/libc/include/sys/errno.h: Add ENOTSUP.
2814         * newlib/libc/reent/reent.c: Add _wrapup_reent.
2815         * newlib/libc/sys/rtems/sys/types.h: Avoid redefinitions for go32.
2816
2817 Sun Sep  7 16:41:41 1997  Gavin Koch  <gavin@cygnus.com>
2818
2819         * libc/machine/mips/setjmp.S: Handle mips16 builds.
2820
2821 Thu Aug 21 20:05:38 1997  Ian Lance Taylor  <ian@cygnus.com>
2822
2823         * libc/include/stdio.h (siprintf): Declare.
2824
2825 Mon Aug 18 11:19:13 1997  Nick Clifton  <nickc@cygnus.com>
2826
2827         * libc/sys/sysnecv850/Makefile.in (.c.o): Add rule that includes
2828         TARGET_CFLAGS and NEWLIB_FLAGS.
2829
2830 Mon Aug 18 11:15:43 1997  Nick Clifton  <nickc@cygnus.com>
2831
2832         * configure.in (links): Add support for v850ea target.
2833
2834 Mon Aug 18 11:15:43 1997  Nick Clifton  <nickc@cygnus.com>
2835
2836         * configure.in (links): Add support for v850e target.
2837
2838 Wed Aug 13 19:16:54 1997  Nick Clifton  <nickc@cygnus.com>
2839
2840         * libc/sys/sysnecv850/crt0.S: Remove initial setting of r0 to 0.
2841
2842 Mon Aug 11 15:49:54 1997  Doug Evans  <dje@canuck.cygnus.com>
2843
2844         * configure.in (arc-*-*): Add support for.
2845         * libc/include/machine/ieeefp.h (__arc__): Add support for the ARC.
2846
2847 Fri Jul 25 17:37:41 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2848
2849         * libc/sys/sh/crt0.S (start): Add fpscr initialization for SH4.
2850
2851 Thu Jul 24 18:32:17 1997  Geoffrey Noer  <noer@cygnus.com>
2852
2853         * libc/stdlib/bsearch.c (bsearch): remove last unneeded
2854         comparison which accesses invalid memory when the key is
2855         larger than the last member of the array.
2856         * libc/include/machine/setjmp.h: add sigsetjmp, siglongjmp
2857         for CYGWIN32
2858         * libc/include/sys/unistd.h: add _POSIX defines for CYGWIN32
2859
2860 Tue Jul 22 16:03:06 1997  Ian Lance Taylor  <ian@cygnus.com>
2861
2862         * libc/include/stdlib.h (realpath): Declare if __CYGWIN32__ and
2863         not _STRICT_ANSI.
2864
2865 Thu Jul 10 15:11:52 1997  Doug Evans  <dje@canuck.cygnus.com>
2866
2867         * libm/math/k_standard.c (__kernel_standard): Call fflush(stdout)
2868         ifndef _USE_WRITE, instead of ifdef _USE_WRITE.
2869
2870 Thu Jul 10 16:00:09 1997  Mike Meissner  <meissner@cygnus.com>
2871
2872         * libc/machine/tic80/setjmp.S (setjmp,longjmp): Use ld.d and st.d
2873         to load/store memory.
2874
2875 Mon Jul  7 17:38:17 1997  Ian Lance Taylor  <ian@cygnus.com>
2876
2877         * libc/include/sys/fcntl.h: Define _O_* symbols with leading
2878         underscores if _WIN32.
2879
2880 Wed Jul  2 10:07:20 1997  Doug Evans  <dje@canuck.cygnus.com>
2881
2882         * libm/math/k_standard.c (__kernel_standard): Delete reentrancy
2883         support ifdef _USE_WRITE missed in last change.
2884         From Anders Blomdell <anders.blomdell@control.lth.se>.
2885
2886 Wed Jun 25 10:18:49 1997  Doug Evans  <dje@canuck.cygnus.com>
2887
2888         * libc/stdio/tmpnam.c (worker): Handle _open_r being stubbed out.
2889         (_tmpnam_r, _tempnam_r): Update.
2890
2891 Wed Jun 25 00:16:55 1997  Mark Alexander  <marka@cygnus.com>
2892
2893         * libc/machine/sparc/setjmp.S: New file.
2894         * libc/machine/sparc/Makefile.in: Add setjmp.
2895         * libc/include/machine/setjmp.h: Increase jmpbuf size for sparc.
2896
2897 Tue Jun 24 23:27:38 1997  Mark Alexander  <marka@cygnus.com>
2898
2899         * libc/include/machine/setjmp.h: Use __TIC80__ instead of __tic80__.
2900
2901 Tue Jun 24 14:53:40 1997  Doug Evans  <dje@canuck.cygnus.com>
2902
2903         From Joel Sherrill <joel@oarcorp.com>.
2904         * libc/stdlib/getenv.c (_findenv): Avoid dereferencing null `environ'.
2905
2906         Add rtems support.  From Joel Sherrill <joel@oarcorp.com>.
2907         * configure.in: Recognize *-*-rtems*.
2908         * libc/sys/rtems/{Makefile.in,crt0.c,dummysys.c}: New files.
2909         * libc/sys/rtems/sys/{features.h,sched.h,siginfo.h,signal.h,
2910         time.h,times.h,types.h}: New files.
2911         * libc/sys/rtems/include/{limits.h,signal.h,time.h}. New files.
2912
2913 Fri Jun 20 11:13:16 1997  Geoffrey Noer  <noer@cygnus.com>
2914
2915         patch from sos@prospect.com.ru (Sergey Okhapkin):
2916         * include/sys/wait.h: correct operator precidence bug
2917         in WIFSIGNALED
2918
2919 Wed Jun 18 22:08:27 1997  Geoffrey Noer  <noer@cygnus.com>
2920
2921         * libc/include/stdlib.h: remove unsetenv proto since it conflicts
2922         with newlib's unsetenv function
2923         * libc/sys/cygwin32/sys: new directory for includes
2924         * libc/sys/cygwin32/sys/dirent.h: move cygwin32's dirent.h
2925         here from winsup/include/sys
2926
2927 Mon Jun 16 21:02:22 1997  Geoffrey Noer  <noer@cygnus.com>
2928
2929         * libc/include/sys/unistd.h: _exit should only be
2930         labelled noreturn when not __CYGWIN32__
2931         * libc/include/stdlib.h: for __CYGWIN32__, add proto for unsetenv
2932         * libc/include/sys/signal.h: add SIGIO to _WIN32 list and
2933         increment NSIG
2934
2935 Thu Jun 12 18:52:41 1997  Ian Lance Taylor  <ian@cygnus.com>
2936
2937         * libc/include/sys/time.h: Only define timeval and timezone if
2938         _GNU_H_WINDOWS32_SOCKETS is not defined.
2939         * libc/include/sys/stat.h: If _WIN32, define _S_IFMT, etc.
2940
2941 Wed Jun 11 09:46:26 1997  Jeffrey A Law  (law@cygnus.com)
2942
2943         * libc/machine/mn10200/setjmp.S: Implement setjmp/longjmp
2944         * libc/machine/mn10300/setjmp.S: Likewise.
2945
2946         * libc/sys/sysmec/crt0.S: Use "call" instead of "calls" for
2947         the mn10300 (more relaxing opportunities).
2948
2949 Tue Jun 10 17:24:45 1997  Mike Meissner  <meissner@cygnus.com>
2950
2951         * configure.in (powerpc*-*-{eabi,elf,linux,rtems,sysv,solaris}):
2952         Build libraries with -mstrict-align.
2953
2954 Fri Jun  6 14:07:59 1997  Ian Lance Taylor  <ian@cygnus.com>
2955
2956         * libc/string/strlwr.c: New file.
2957         * libc/string/strupr.c: New file.
2958         * libc/include/string.h: Declare strlwr and strupr.
2959         * libc/string/Makefile.in (OFILES): Add strlwr.o and strupr.o.
2960         (CHEWOUT_FILES): Add strlwr.def and strupr.def.
2961         (strlwr.o, strupr.o): New targets.
2962         * libc/string/strings.tex: Include strlwr and strupr docs.
2963
2964         * libc/include/sys/types.h: Don't define u_char, et. al., if
2965         _GNU_H_WINDOWS32_SOCKETS is defined.  Likewise for fd_set,
2966         et. al.  Make FD_SETSIZE default 64 rather than 60.  Define
2967         _types_fd_set rather than fd_set, and define fd_set as a macro.
2968
2969         * libc/include/malloc.h: New file.
2970
2971         * libc/include/string.h: Define strcmpi, stricmp, strncmpi, and
2972         strnicmp if they are not already defined.
2973
2974         * libc/include/time.h: If __CYGWIN32__, declare tzset and define
2975         _timezone, _daylight, and _tzname.
2976
2977 Wed Jun  4 12:51:16 1997  Doug Evans  <dje@canuck.cygnus.com>
2978
2979         * configure.in: Sort all configuration tables.
2980
2981         From Joel Sherrill <joel@oarcorp.com>
2982         * Makefile.in (stmp-targ-include): Copy $(sys_dir)/include/*.h.
2983
2984 Tue Jun  3 14:47:46 1997  Ian Lance Taylor  <ian@cygnus.com>
2985
2986         * libc/include/sys/signal.h: Don't include <sys/types.h>.  Just
2987         use int when declaring kill.
2988
2989         * libc/include/sys/timeb.h: New file.
2990
2991 Mon Jun  2 12:06:58 1997  Geoffrey Noer  <noer@cirdan.cygnus.com>
2992
2993         * libc/include/sys/time.h: add itimer support for Cygwin32
2994
2995 Mon May 19 11:56:46 1997  Mike Meissner  <meissner@cygnus.com>
2996
2997         * libc/stdlib/abort.c (abort): If ABORT_MESSAGE is defined, write
2998         out a message that abort was called to stderr.
2999
3000 Fri May 16 15:02:59 1997  Bob Manson  <manson@charmed.cygnus.com>
3001
3002         * libc/sys/sysmec/fstat.c (_fstat): Set st_blksize to 4096
3003         so that libio doesn't freak.
3004
3005         * libc/sys/sysmec/sbrk.c (_sbrk): The argument is a size_t, not
3006         int.
3007
3008         * libc/stdlib/mallocr.c (_morecore_r): Use size_t for
3009         memory sizes, not int.
3010
3011 Wed May 14 21:16:58 1997  Bob Manson  <manson@charmed.cygnus.com>
3012
3013         * libm/math/ef_hypot.c: Use long constants where
3014         appropriate.
3015         * libm/math/ef_sqrt.c: Ditto.
3016
3017         * libc/sys/sysmec/times.c(_times): Change to times.
3018
3019         * libc/sys/sysmec/read.c(_read): The third argument is
3020         size_t.
3021         * libc/sys/sysmec/write.c (_write): Ditto.
3022
3023         * libc/sys/sysmec/lseek.c: Include unistd.h for off_t.
3024         (_lseek): It's off_t for the second argument.
3025
3026 Wed May 14 15:23:36 1997  Mike Meissner  <meissner@cygnus.com>
3027
3028         * libc/include/sys/config.h (__IEEE_LITTLE_ENDIAN): Define here,
3029         as well as machine/ieeefp.h.
3030
3031 Thu May  8 15:47:25 1997  Geoffrey Noer  <noer@cygnus.com>
3032
3033         * libc/include/sys/signal.h: add signal protos for winsup
3034         functions (when __CYGWIN32__), include types.h
3035         * libc/include/sys/types.h: Change __go32_types__ internal
3036         define to __MS_types__ since it's used for more than just
3037         GO32 configs.  Define this if GO32, __MSDOS__, or _WIN32 are
3038         defined.
3039         * libc/include/sys/unistd.h: add ftruncate proto for
3040         winsup functions (when __CYGWIN32__)
3041
3042 Fri Apr 25 10:10:16 1997  Doug Evans  <dje@canuck.cygnus.com>
3043
3044         * libc/sys/h8300hms/sbrk.c (stack_ptr): Add definition.
3045
3046 Thu Apr 24 15:46:51 1997  Mike Stump  <mrs@cygnus.com>
3047
3048         * libc/include/machine/setjmp.h: Add tic80 support.
3049         * libc/machine/tic80/setjmp.S: Likewise.
3050
3051 Tue Apr 22 16:54:40 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
3052
3053         * libc/sys/cygwin32/crt0.c: Add reference to main() so we can
3054         link programs from libraries only (such as in the X11
3055         distribution)
3056
3057 Mon Apr 21 15:02:12 1997  Fred Fish  <fnf@cygnus.com>
3058
3059         * libc/sys/arm/syscalls.c (signal): Remove stub, signal()
3060         supplied elsewhere in newlib.
3061
3062 Mon Apr 14 16:25:55 1997  Ian Lance Taylor  <ian@cygnus.com>
3063
3064         * Makefile.in (INSTALL): Change install.sh to install-sh.
3065
3066 Fri Apr 11 17:04:02 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3067
3068         * README: update WWW address for on-line documentation.
3069
3070 Wed Apr  9 00:38:13 1997  Geoffrey Noer  <noer@cygnus.com>
3071
3072         * libc/include/sys/signal.h: for _WIN32, define SIGCONT and
3073         increment NSIG
3074
3075 Mon Apr  7 23:54:00 1997  Jeffrey A Law  (law@cygnus.com)
3076
3077         * libc/sys/sysmec/crt0.S: Update for new calling conventions on the
3078         mn10300.
3079         * libc/sys/sysmec/trap.S: Don't compare a register to itself.
3080
3081 Tue Mar 25 08:47:43 1997  Jeffrey A Law  (law@cygnus.com)
3082
3083         * libc/sys/arm/syscalls.c: Fix/add stack/heap collision detection.
3084         * libc/sys/d10v/syscalls.c: Likewise.
3085         * libc/sys/h8300hms/sbrk.c: Likewise.
3086         * libc/sys/h8500hms/syscalls.c: Likewise.
3087         * libc/sys/m88kbug/syscalls.c: Likewise.
3088         * libc/sys/sh/syscalls.c: Likewise.
3089         * libc/sys/sysmec/sbrk.c: Likewise.
3090         * libc/sys/sysnecv850/sbrk.c: Likewise.
3091         * libc/sys/w65/syscalls.c: Likewise.
3092         * libc/sys.tex: Update sbrk sample code to include stack/heap collision.
3093
3094 Tue Mar 18 14:14:34 1997  Jeffrey A Law  (law@cygnus.com)
3095
3096         * libc/sys/sysmec/trap.S: Use "syscall" to trigger an
3097         emulated syscall instead of "trap".
3098
3099 Fri Mar 14 11:26:13 1997  Michael Meissner  <meissner@cygnus.com>
3100
3101         * libc/sys/d10v/trap.S (__trap0): Use trap 15 for system calls,
3102         not trap 0.
3103
3104 Sun Mar  9 23:27:04 1997  Doug Evans  <dje@seba.cygnus.com>
3105
3106         * configure.in (m32r-*-*): Add -msdata=sdata to target_cflags.
3107
3108 Sat Mar  8 09:05:01 1997  Fred Fish  <fnf@cygnus.com>
3109
3110         * libc/machine/arm/Makefile.in: Fix comment, is for "arm"
3111         not "sh".
3112         * libc/machine/m32r/Makefile.in: Fix comment, is for "m32r"
3113         not "d10v".
3114         * libc/sys/tic80/crt0.c: New file for TIc80.
3115         * libc/sys/tic80/Makefile.in: New file for TIc80.
3116         * libc/machine/tic80/Makefile.in: New file for TIc80.
3117
3118 Wed Mar  5 11:32:12 1997  J.T. Conklin  <jtc@cygnus.com>
3119
3120         * libc/machine/sh/memcpy.S: New file.
3121         * libc/machine/sh/memset.S: New file.
3122         * libc/machine/sh/Makefile.in (OFILES): Add memcpy.o and memset.o
3123
3124 Thu Feb 27 16:27:55 1997  Fred Fish  <fnf@cygnus.com>
3125
3126         * libc/include/machine/ieeefp.h (_IEEE_LITTLE_ENDIAN): Define
3127         for TIc80.
3128
3129 Wed Feb 26 13:43:39 1997  Jeffrey A Law  (law@cygnus.com)
3130
3131         * libc/sys/sysmec/crt0.S: Handle new calling conventions for
3132         the mn10200.
3133
3134 Wed Feb 26 07:11:03 1997  Michael Meissner  <meissner@cygnus.com>
3135
3136         * libc/machine/powerpc/setjmp.S (longjmp): Correct return status
3137         (patch from andrew@pogo.WV.TEK.COM).
3138
3139 Fri Feb 14 11:49:28 1997  Doug Evans  <dje@canuck.cygnus.com>
3140
3141         * libc/machine/m32r/setjmp.S (setjmp): Save r12.
3142         (longjmp): Restore r12. Fix code that handles returning 1 if passed 0.
3143
3144 Mon Feb 10 10:02:34 1997  Fred Fish  <fnf@cygnus.com>
3145
3146         * configure.in:  Add cases for "tic80" to set machine_dir,
3147         sys_dir, and syscall_dir.
3148
3149 Sun Feb  2 17:57:15 1997  Geoffrey Noer  <noer@cygnus.com>
3150
3151         * libc/sys/cygwin32/crt0.c: initialize floating pt registers
3152
3153 Wed Jan 29 15:57:38 1997  Geoffrey Noer  <noer@cygnus.com>
3154
3155         * libc/include/math.h: avoid conflicts with ANSI C++ <exception>
3156
3157 Mon Jan 27 12:50:01 1997  Doug Evans  <dje@seba.cygnus.com>
3158
3159         * libc/machine/m32r/setjmp.S: Use proper comment delimiter.
3160         Use proper constant prefix.
3161
3162 Fri Jan 24 10:59:04 1997  Jeffrey A Law  (law@cygnus.com)
3163
3164         * libc/sys/sysmec/*.c: Don't cast args to syscall to integers,
3165         that loses on the mn10200 where ints and pointers are different
3166         sizes.
3167
3168 Tue Jan 14 13:29:55 PST 1997  Jeremy Allison <jra@cygnus.com>
3169
3170         * configure.in: Added -DSIGNAL_PROVIDED to cygwin32
3171         target as signal is provided in winsup.
3172
3173 Tue Jan 14 11:10:13 1997  Jeremy Allison <jra@cygnus.com>
3174
3175         * libc/include/sys/process.h: Corrected const definitions
3176         in spawn functions. Added cwait.
3177
3178 Thu Jan  2 12:22:41 1997  Jeffrey A Law  (law@cygnus.com)
3179
3180         * libc/include/machine/ieeefp.h: mn10200 uses 16bit ints and 32bit
3181         doubles.
3182         * libc/include/sys/config.h: Similarly.
3183
3184 Tue Dec 31 18:36:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3185
3186         * configure.in (sparc-sun-sunos*): Add -DSIGNAL_PROVIDED to the
3187         target_cflags.
3188         (i[3456]86-*-sco*): Ditto.
3189
3190         * libc/signal/Makefile.in (OFILES): Add signal.o.
3191         (CFILES): Add signal.c.
3192
3193         * libc/signal/raise.c (_raise_r): Only compile code if
3194         SIGNAL_PROVIDED is defined.
3195
3196         * libc/signal/signal.c: Redo whole file so that it works with
3197         current newlib.  Use _kill_r if no signal handler provided.
3198
3199         * libc/sys/{go32,sparc64,sysmec}/Makefile.in: Delete raise and
3200         signal stubs.
3201         * libc/sys/sysvnecv70/Makefile.in: Ditto.
3202         * libc/sys/sysnecv850/Makefile.in: Ditto.
3203
3204         * libc/sys/{go32,sparc64}/signal.c: Delete, stub no longer used.
3205         * libc/sys/sysmec/{raise,signal}.c: Ditto.
3206         * libc/sys/sysvnecv70/signal.s: Ditto.
3207         * libc/sys/sysnecv850/raise.c: Ditto.
3208
3209         * libc/sys/sysnecv850/kill.c (_kill): Encode signal # so that
3210         simulator and debugger can tell the difference between a signal
3211         being raised and an exit system call.
3212
3213         * NEWS: Document software signals being provided.
3214
3215 Mon Dec 23 11:54:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3216
3217         * libc/reent/impure.c (_REENT_ATTR): Delete in favor of
3218         __ATTRIBUTE_IMPURE_PTR__.  Move PowerPC definition to
3219         include/sys/config.h.
3220         (impure_data): Use __ATTRIBUTE_IMPURE_DATA__ for attributes.
3221         Change from 'inpure_data'.
3222         (_impure_ptr): Use __ATTRIBUTE_IMPURE_PTR__ for attributes.  Use
3223         &impure_data, not &inpure_data.
3224
3225         * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): If PowerPC
3226         and and System V ABI, define so that _impure_ptr lives in the
3227         .sdata section.
3228
3229 Sun Dec 22 23:33:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3230
3231         * libc/include/sys/reent.h (__ATTRIBUTE_IMPURE_PTR__): Define as
3232         nothing if not defined.
3233         (_impure_ptr): Use __ATTRIBUTRE_IMPURE_PTR__, so a machine can set
3234         its attributes.
3235
3236         * libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): 
3237
3238 Wed Dec 18 10:12:04 1996  Jeffrey A Law  (law@cygnus.com)
3239
3240         * libc/sys/sysmec/crt0.S: Fix mn10200 stuff.
3241         * libc/sys/sysmec/trap.s: Handle mn10200 too.
3242         * libc/machine/mn10200/setjmp.S: Fix mn10200 stuff.
3243
3244 Mon Dec 16 10:05:36 1996  Jeffrey A Law  (law@cygnus.com)
3245
3246         * libc/sys/sysmec/crt0.S: Handle mn10200 too.
3247
3248 Fri Dec 13 11:05:20 1996  Jeremy Allison <jra@cygnus.com>
3249
3250         * libc/include/sys/errno.h: Added net errno's.
3251
3252 Wed Dec 11 16:24:25 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3253
3254         * libc/misc/ffs.c: New file to support ffs function for GCC test
3255         gcc.c-torture/execute/960909-1.c.
3256
3257         * libc/misc/Makefile.in ({O,CHEWOUT_}FILES): Add ffs.
3258
3259 Sat Dec  7 10:12:37 1996  Jeffrey A Law  (law@cygnus.com)
3260
3261         * libc/sys/sysmec/crt0.S: Handle underscore prefix.
3262         * libc/sys/sysmec/trap.S: Likewise.
3263
3264 Fri Dec  6 15:08:49 1996  Jim Wilson  <wilson@cygnus.com>
3265
3266         * configure.in (mips*vr4300*-*-*): Delete use of sys/vr4300.
3267         * libc/sys/vr4300/{Makefile.in,crt0.S,syscalls.c}: Delete.
3268
3269 Wed Dec  4 16:25:27 1996  Jeffrey A Law  (law@cygnus.com)
3270
3271         * libc/sys/sysmec/signal.c: Dummy file.
3272         * libc/sys/sysmec/Makefile.in: Build it.
3273
3274 Wed Nov 27 13:10:18 1996  Ian Lance Taylor  <ian@cygnus.com>
3275
3276         * libc/machine/mips/machine/regdef.h: Define pc as $pc for
3277         mips16.
3278
3279 Mon Nov 25 09:58:28 1996  Jeffrey A Law  (law@cygnus.com)
3280
3281         * libc/sys/sysmec/{crt0.S,trap0.S}: Actually try to implement
3282         c-startup and simulator traps.
3283
3284
3285         * libc/sys/sysmec/crt0.S: Remove bogus '_' symbol prefixing
3286         * libc/sys/sysmec/trap0.S: Likewise.
3287
3288 Sat Nov 23 09:01:03 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3289
3290         * libc/stdlib/mallocr.c (ROUND_TO): If SMALL_MEMORY, set to 0x7 to
3291         round to double word alignment.
3292         (_morecore_r): Combine rounding up pointers to both ROUND_TO and 8
3293         byte alignment.
3294
3295         * libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Define if d10v.
3296
3297         * libc/sys/d10v/syscalls.c (_sbrk): Add better checks for running
3298         out of memory.
3299
3300 Mon Nov 18 13:08:26 1996  Jeffrey A Law  (law@cygnus.com)
3301
3302         * configure.in: Handle mn10200 and mn10300.
3303         * libc/include/machine/{ieeefp.h,setjmp.h}: Likewise.
3304         * libc/include/sys/config.h: Likewise.
3305         * libc/sys/sysmec: New directory for mec stuff.
3306         * libc/machine/mn10300: New directory for mn10300 stuff.
3307         * libc/machine/mn10200: Similarly for mn10200 stuff.
3308
3309 Fri Nov 15 16:41:41 1996  Doug Evans  <dje@canuck.cygnus.com>
3310
3311         * libc/sys/arm/crt0.S: Use .text, not .section .text.
3312         * libc/sys/arm/syscalls.c: Rewrite to set errno properly.
3313
3314         * libc/include/sys/types.h (_ST_INT32): New macro, local to file.
3315         (nlink_t): Change type from unsigned int to unsigned short.
3316         (mode_t): Ensure size is 32 bits even if int is 16.
3317         * libc/include/sys/stat.h (st_nlink): Change type to nlink_t.
3318         (st_spare[123]): Change type from int to long.
3319
3320 Fri Nov 15 11:41:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3321
3322         * libc/sys/d10v/syscalls.c (_sbrk): Align initial heap_end to 8
3323         byte boundary.
3324
3325         * configure.in (d10v*): Define SMALL_MEMORY.
3326
3327 Mon Nov 11 10:30:44 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3328
3329         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Add
3330         -mrelocatable-lib and -mno-eabi flags.
3331
3332 Mon Nov 11 09:01:39 1996  Jeffrey A Law  (law@cygnus.com)
3333
3334         * libc/machine/h8300/memcpy.S: Fix comments to reflect reality.
3335         Fix handling of mis-aligned source operand when both the
3336         destination & length are properly aligned.
3337         
3338 Wed Oct 30 09:41:11 1996  Jeffrey A Law  (law@cygnus.com)
3339
3340         * libc/sys/sysnecv850/Makefile.in (OFILES): Add
3341         times.o, time.o and gettime.o
3342         * libc/sys/sysnecv850/{time.c, times.c, gettime.c}: New files.
3343         * libc/sys/sysnecv850/sys/syscall.h: Add SYS_times and
3344         SYS_gettimeofday.
3345
3346 Tue Oct 29 13:40:09 1996  Jeffrey A Law  (law@cygnus.com)
3347
3348         * libc/sys/sysnecv850/Makefile.in (OFILES): Add access.o
3349         * libc/sys/sysnecv850/access.c: New file.
3350
3351 Mon Oct 21 19:47:02 1996  Ian Lance Taylor  <ian@cygnus.com>
3352
3353         * libc/sys/vr4300/Makefile.in (clean): Remove $(OFILES).
3354
3355         * libc/stdlib/mprec.h (word0, word1): Use __uint32_t, not unsigned
3356         long.
3357
3358 Mon Oct 21 14:43:07 1996  Jeffrey A Law  (law@cygnus.com)
3359
3360         * libc/sys/sysnecv850/crt0.S: Initialize ep and gp registers.
3361
3362 Thu Oct 17 11:47:16 1996  Doug Evans  <dje@seba.cygnus.com>
3363
3364         * libc/include/machine/{ieeefp.h,setjmp.h}: Add m32r support.
3365         * libc/include/sys/config.h: Add m32r support.
3366
3367 Wed Oct 16 23:08:05 1996  Jeffrey A Law  (law@cygnus.com)
3368
3369         * libc/sys/sysnecv850/v850.ld: Remove.  It doesn't belong
3370         here.
3371
3372 Wed Oct 16 21:18:07 1996  Mark Alexander  <marka@cygnus.com>
3373
3374         * libc/include/machine/setjmp.h: Add D10v support.
3375
3376 Tue Oct 15 22:28:26 1996  Jeffrey A Law  (law@cygnus.com)
3377
3378         * configure.in: Configure the "libc/syscalls" directory for
3379         the v850.
3380
3381         * libc/sys/sysnecv850/{close.c, execve.c, fork.c}: Add missing '_'.
3382         * libc/sys/sysnecv850/{fstat.c, getpid.c, kill.c}: Likewise.
3383         * libc/sys/sysnecv850/{lseek.c, open.c, read.c}: Likewise.
3384         * libc/sys/sysnecv850/{sbrk.c, stat.c, unlink.c}: Likewise.
3385         * libc/sys/sysnecv850/{wait.c, write.c}: Likewise.
3386
3387 Tue Oct 15 16:24:39 1996  Stu Grossman  (grossman@critters.cygnus.com)
3388
3389         * libc/sys/sysnecv850/crt0.S (start):  Allocate spill space on
3390         stack for args for main and other routines.  Zero out args for
3391         main.
3392
3393         * libc/sys/sysnecv850/v850.ld:  New.  Linker script to layout memory
3394         correctly.
3395
3396 Tue Oct 15 11:51:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3397
3398         * libc/stdio/findfp.c (std): Remove extraneous ';' after
3399         function.
3400
3401         * libc/sys/d10v/sys/syscall.h (SYS_kill): Add.
3402
3403         * libc/sys/d10v/{syscalls.c,trap.S} (_kill,_getpid): Make these
3404         real system calls now.
3405
3406         * libc/stdio/setvbuf (setvbuf): Cast pointers to _POINTER_INT
3407         before casting them to int.
3408         * libc/stdio/tmpnam.c (_tempnam_r): Ditto.
3409
3410         * libc/stdlib/mallocr.c (_morecore_r): Use _POINTER_INT when
3411         aligning pointer.
3412         * libc/string/memset.c (memset): Ditto.
3413         
3414         * libc/stdio/vfscanf.c (__svfscanf): When converting to pointer,
3415         first convert ints to _POINTER_INT to eliminate GCC warning.
3416
3417         * libc/stdio/vfprintf.c (_vfprintf_r): Use _POINTER_INT when
3418         processing %p.
3419
3420         * libm/math/ef_scalb.c (__ieee754_scalbf): Cut down range to 32000
3421         from 65000 if ints are only 16 bits.
3422
3423         * libm/math/sf_scalbn.c (scalbnf): Cut down overflow test to 30000
3424         from 50000 if ints are only 16 bits.
3425
3426         * libc/include/sys/config.h (_POINTER_INT): New macro, to give an
3427         int type that is the same size as a pointer.
3428
3429         * libc/misc/dprintf.c (__dprintf): Use _POINTER_INT when
3430         processing %p.
3431         (get_number): Explicitly cast number to long before shifting by 16
3432         or 24, in case ints are short.
3433
3434         * libc/include/sys/config.h (_POINTER_INT): Define as short.
3435
3436 Wed Oct  9 16:54:32 1996  Jeremy Allison <jra@cygnus.com>
3437
3438         * libc/string.h: Added ffs, removed swab.
3439         * libc/sys/errno.h: Added EOPNOTSUPP.
3440         * libc/sys/unistd.h: Added swab.
3441
3442 Thu Oct  3 17:08:50 1996  Jeremy Allison <jra@cygnus.com>
3443
3444         * libc/include/sys/stat.h: Added fchmod.
3445         * libc/include/sys/unistd.h: Added fsync.
3446
3447 Tue Oct  1 17:34:08 1996  Jeremy Allison <jra@cygnus.com>
3448
3449         * libc/include/sys/errno.h: Added defines for EPFNOSUPPORT (96)
3450         and ECONNRESET (104) for cygwin32.
3451
3452 Tue Oct  1 16:24:05 1996  Gavin Koch  <gavin@cygnus.com>
3453
3454         * libc/sys/sysnecv850/_exit.c: added _do_dtors to
3455         do the static destructors.
3456         
3457 Mon Sep 30 15:59:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
3458
3459         * libc/sys/sysnecv850/trap.S:  Change I/O to use trap 31.
3460
3461 Mon Sep 30 12:02:50 1996  Doug Evans  <dje@canuck.cygnus.com>
3462
3463         * libc/machine/m32r/{Makefile.in,setjmp.S}: New files.
3464         * configure.in: Recognize m32r-*-*.
3465
3466 Mon Sep 30 00:34:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
3467
3468         * libc/sys/arm/trap.S (__rt_stkovf_split_big,
3469         __rt_stkovf_split_small): Added default software stack overflow
3470         handlers, which just call SWI_Exit.
3471         * libc/sys/arm/crt0.S (_mainCRTStartup): Simple software stack
3472         limit initialisation.
3473
3474 Fri Sep 27 13:08:03 1996  Mark Alexander  <marka@cygnus.com>
3475
3476         * libc/sys/d10v/{trap.S,sys/syscall.h}: Add time() function.
3477
3478 Fri Sep 27 12:32:00 1996  Jeremy Allison <jra@cygnus.com>
3479
3480         * libc/include/sys/types.h: Added ssize_t definition.
3481         
3482 Wed Sep 25 14:52:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3483
3484         * libc/machine/d10v/setjmp.S: Use ';' for comments.
3485         * libc/sys/d10v/{crt0.S,trap.S}: Ditto.
3486
3487         * libc/machine/d10v/setjmp.S (longjmp): Use exef0t || instead of
3488         branch around a single ldi instruction.
3489
3490         * libc/sys/d10v/crt0.S (_start): Use auto-increment to zero bss.
3491         Call exit, instead of just issuing a stop instruction.
3492
3493 Sun Sep 22 17:26:55 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3494
3495         * libc/sys/d10v/{trap.S,syscalls.c}: Add -mint32 support.
3496
3497 Fri Sep 20 13:23:12 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3498
3499         * libc/stdlib/mprec.h: Explicitly declare all large constants as
3500         longs, and then cast them to __uint32_t.
3501
3502         * libc/include/sys/config.h: Protect against multiple inclusions.
3503
3504 Tue Sep 17 13:10:33 1996  Mark Alexander  <marka@cygnus.com>
3505
3506         * configure.in (d10v*): Set syscall_dir.
3507
3508 Sun Sep 15 10:41:59 1996  Mark Alexander  <marka@cygnus.com>
3509
3510         * libc/sys/d10v/crt0.S: Set stack pointer.
3511
3512 Thu Sep 12 13:02:38 1996  Mark Alexander  <marka@cygnus.com>
3513
3514         * libc/sys/d10v/{trap.S, syscalls.c}: Rewrite most system calls
3515         in assembly for efficiency.  Change calling convention to allow
3516         long ints to be returned.
3517
3518 Wed Sep 11 10:28:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3519
3520         * libc/machine/v850/Makefile.in (setjmp.o): Fix dependency.
3521
3522 Thu Sep  5 19:23:06 1996  Doug Evans  <dje@canuck.cygnus.com>
3523
3524         * libc/posix/execvp.c (execvp): Don't search PATH if file has '/'.
3525         Handle empty entries in $PATH.
3526
3527 Tue Sep 03 18:15:02 1996  Mark Alexander  <marka@cygnus.com>
3528
3529         * libc/machine/d10v/setjmp.S: Make it really work.
3530
3531 Tue Sep  3 12:16:26 1996  Ian Lance Taylor  <ian@cygnus.com>
3532
3533         * libc/sys/sh/crt0.S: If __ELF__, use ELF section attributes for
3534         the .stack section.
3535
3536 Tue Sep  3 10:08:45 1996  Jeffrey A Law  (law@cygnus.com)
3537
3538         * sys/sysnecv850/sys/file.h: Remove.
3539         * sys/sysnecv850/sys/syscall.h: New file.
3540         * sys/sysnecv850/{misc.c,syscalls.c,malloc.c}: Deleted.
3541         * sys/sysnecv850/{chmod.c, chown.c, close.c, creat.c} New files.
3542         * sys/sysnecv850/{execv.c, execve.c, fork.c, fstat.c} New files.
3543         * sys/sysnecv850/{getpid.c, isatty.c, kill.c, lseek.c} New files.
3544         * sys/sysnecv850/{open.c, pipe.c, raise.c, read.c} New files.
3545         * sys/sysnecv850/{stat.c, unlink.c, utime.c, wait.c} New files.
3546         * sys/sysnec850/trap.S: New file.
3547         * sys/sysnecv850/{_exit.c, write.c}: Use new TRAP0 mechanism for
3548         syscalls.
3549         * sys/sysnecv850/crt0.S: Use cmp/bl, not tst/bz.
3550         * sys/sysnec850/sbrk.c: New version.
3551
3552 Sun Sep  1 20:08:27 1996  Jeffrey A Law  (law@cygnus.com)
3553
3554         * sys/sysnecv850/crt0.S: Fix order of comparison args.  Loop
3555         as long as r6 is less than r7.
3556
3557 Sun Sep  1 13:54:19 1996  Ian Lance Taylor  <ian@cygnus.com>
3558
3559         * Makefile.in (mostlyclean): Separate from clean target.  Don't
3560         remove *.a or targ-include.
3561         * libc/machine/sparc/Makefile.in (mostlyclean): New target.
3562
3563 Sun Sep  1 11:35:26 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3564
3565         * libc/include/machine/ieeefp.h (_DOUBLE_IS_32BITS): Define for
3566         d10v.
3567         (__SMALL_BITFIELDS): Ditto.
3568
3569         * libc/include/sys/config.h (_DOUBLE_IS_32BITS): Define for d10v.
3570
3571 Sat Aug 31 16:42:36 1996  Jeffrey A Law  (law@cygnus.com)
3572
3573         * libc/sys/sysnecv850/misc.c (raise, getpid, kill): Remove '_'
3574         prefix.
3575
3576         * libc/sys/sysnecv850/sbrk.c (sbrk): Remove '_' prefix.
3577         * libc/sys/sysnecv850/syscalls.c (read, lseek, close): Likewise.
3578         * libc/sys/sysnecv850/syscalls.c (fstat, open, close): Likewise.
3579         * libc/sys/sysnecv850/write.c (write): Likewise.
3580
3581         * libc/sys/sysnecv850/crt0.S: Don't try to zero out an empty
3582         .bss.
3583
3584 Fri Aug 30 11:18:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3585
3586         * libc/include/sys/config.h: Define INT_MAX, UINT_MAX
3587         appropriately for D10V, depending on -mint16/-mint32.
3588
3589 Thu Aug 29 16:09:37 1996  Mark Alexander  <marka@cygnus.com>
3590
3591         * configure.in: Add cases for D10V.
3592
3593 Thu Aug 29 17:03:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3594
3595         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
3596
3597 Wed Aug 28 21:05:52 1996  Jeffrey A Law  (law@cygnus.com)
3598
3599         * libc/include/machine/ieeefp.h: Fix typo.
3600
3601 Wed Aug 28 19:47:55 1996  Mark Alexander  <marka@cygnus.com>
3602
3603         * libc/sys/d10v: New directory for D10V stuff.
3604         * libc/include/machine/ieeefp.h: Add D10V defines.
3605
3606 Mon Aug 26 13:34:58 1996  Doug Evans  <dje@canuck.cygnus.com>
3607
3608         * libc/include/sys/errno.h: Add winsup/include/sys/errno.h values:
3609         ELOOP, ENOBUFS, EAFNOSUPPORT, EPROTOTYPE, ENOTSOCK, ENOPROTOOPT,
3610         ESHUTDOWN, ECONNREFUSED, EADDRINUSE, ECONNABORTED, EWOULDBLOCK.
3611         * libc/string/strerror.c (strerror): Add them.
3612
3613 Thu Aug 22 16:38:19 1996  Jeffrey A Law  (law@cygnus.com)
3614
3615         * libc/sys/sysnecv850: New directory for v850 stuff.
3616
3617         * libc/machine/v850: New directory for v850 stuff.
3618         * libc/machine/v850/setjmp.S: setjmp/longjmp support.
3619
3620         * configure.in: Add support for the v850.
3621
3622         * libc/include/machine/ieeefp.h: Add v850 defines.
3623         * libc/include/machine/setjmp.h: Likewise.
3624         * libc/include/sys/config.h: Add v850 defines.
3625
3626 Sat Aug 17 04:06:36 1996  Geoffrey Noer  <noer@cygnus.com>
3627
3628         * libc/include/machine/ieeefp.h
3629         * libc/include/machine/setjmp.h
3630         * libc/include/sys/fcntl.h
3631         * libc/include/sys/signal.h
3632         * libc/include/sys/types.h
3633         * libc/stdlib/system.c:
3634         Fix preprocessor defines to match new scheme (_WIN32 for WIN32
3635         API availability, __CYGWIN32__ for cygwin32 environment specific).
3636
3637 Thu Aug 15 17:09:21 1996  Geoffrey Noer  <noer@cygnus.com>
3638
3639         * libc/include/stdlib.h: add multibyte character functions.  Add
3640         __eprintf for assert.
3641
3642 Thu Aug 15 11:15:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3643
3644         * libc/stdlib/malloc.h (MALLOC_ALIGNMENT): Use either pointer
3645         arithmetic or __alignof__ to properly get the alignment, instead
3646         of hardwiring it to 4.
3647
3648 Wed Aug 14 23:43:28 1996  Geoffrey Noer  <noer@cygnus.com>
3649
3650         * libc/stdio/fseek.c: add fflush call to adjust seek offset
3651         on append stream (fix from NetBSD sources), adjust curoff offset
3652         for ungetc's benefit.
3653         * libc/stdio/ftell.c: adjust curoff offset for ungetc's benefit.
3654         * libc/stdio/rewind.c: replace code with up to date NetBSD
3655         code to undo hacks made to work around above problem of not
3656         having fflush call mentioned above
3657
3658 Fri Aug  2 18:28:07 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3659
3660         * libc/reent/{closer.c, execr.c, fstatr.c, linkr.c, lseekr.c,
3661         openr.c, readr.c, sbrkr.c, signalr.c, statr.c, timer.c, writer.c}:
3662         Partially revert last changes.  The thread specific errno is set
3663         iff if the underlying syscall fails and the global errno is not
3664         zero.
3665
3666 Fri Jul 19 11:41:52 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3667
3668         * libc/reent/filer.c: Removed files, all functions have split out
3669         into their own files.
3670         * libc/reent/{closer.c, lseekr.c, openr.c, readr.c, writer.c}: 
3671         New files containing functions formally in filer.c
3672         * libc/reent/Makefile.in: Updated for above change.
3673
3674         * libc/reent/execr.c (_fork_r, _wait_r): Set errno if underlying
3675         syscall fails, not if errno is changed.
3676         * libc/reent/filer.c (_open_r, _close_r, _lseek_r, _read_r, 
3677         _write_r): Likewise.
3678         * libc/reent/fstatr.c (_fstat_r): Likewise.
3679         * libc/reent/linkr.c (_link_r, _unlink_r): Likewise.
3680         * libc/reent/sbrkr.c (_sbrk_r): Likewise.
3681         * libc/reent/signalr.c (_kill_r): Likewise.
3682         * libc/reent/statr.c (_stat_r): Likewise.
3683         * libc/reent/timer.c (_gettimeofday_r): Likewise.
3684
3685         * libc/reent/{execr.c, filer.c, fstatr.c, linkr.c, sbrkr.c,
3686         signalr.c, statr.c, timer.c} (errno): declare extern rather
3687         than as a common.
3688
3689         * libc/stdio/vfprintf.c (__sbprintf): Use the VFPRINTF macro
3690         instead of calling vfprintf so that i*printf will not require
3691         floating point support code.
3692         
3693 Mon Jul 15 16:50:59 1996  Doug Evans  <dje@canuck.cygnus.com>
3694
3695         * libc/posix/execvp.c (execvp): Use posix_path_list_p to determine
3696         path delimiter.
3697         * libc/include/sys/unistd.h (_SC_PATH_RULES): Delete.
3698         (_PATH_RULES_{UNKNOWN,WIN32,POSIX}): Delete.
3699
3700 Thu Jul 11 14:34:14 1996  Geoffrey Noer  <noer@cygnus.com>
3701
3702         * libc/include/signal.h: _sig_func_ptr function takes an int
3703         * libc/include/sys/signal.h: sa_handler function takes an int
3704
3705 Tue Jul  9 21:22:32 1996  Jeffrey A Law  (law@cygnus.com)
3706
3707         * libc/include/machine/ieeefp.h: Simplify H8/S support.
3708         * libc/include/sys/config.h: Add missing H8/S conditional.
3709
3710 Sun Jun 30 12:05:46 1996  Doug Evans  <dje@canuck.cygnus.com>
3711
3712         * libc/include/sys/unistd.h (MAXPATHLEN): Add cygwin32 value.
3713
3714 Wed Jun 26 09:57:54 1996  Jeffrey A Law  (law@cygnus.com)
3715
3716         * libc/include/machine/setjmp.h: Handle H8/S.
3717         * libc/include/machine/ieeefp.h: Likewise.
3718         * libc/include/sys/config.h: Likewise.
3719         * libc/machine/h8300/{defines.h, memcpy.S, memset.S}: Likewise.
3720         * libc/machine/h8300/{reg_memcpy.S, reg_memset.S}: Likewise.
3721         * libc/machine/h8300/{strcmp.S, setjmp.S}: Likewise.
3722         * libc/sys/h8300hms/crt0.S: Likewise.
3723
3724 Tue Jun 25 23:15:45 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3725
3726         * Makefile.in (datadir): Set to $(prefix)/share.
3727         (oldincludedir, docdir): Removed.
3728         * doc/Makefile.in (datadir): Set to $(prefix)/share.
3729         (oldincludedir, docdir): Removed.
3730         * libc/Makefile.in (datadir): Set to $(prefix)/share.
3731         (oldincludedir, docdir): Removed.
3732         * libm/Makefile.in (datadir): Set to $(prefix)/share.
3733         (oldincludedir, docdir): Removed.
3734
3735 Fri Jun 21 19:24:41 1996  Ian Lance Taylor  <ian@cygnus.com>
3736
3737         * libc/include/sys/reent.h (_REENT_INIT): Update for change to
3738         _reent struct.
3739
3740 Wed Jun 19 14:00:09 1996  Doug Evans  <dje@canuck.cygnus.com>
3741
3742         * libc/posix/execvp.c: Delete _WIN32 support.  For __CYGWIN32__
3743         fetch current path rules with sysconf and handler posix/win32
3744         appropriately.
3745
3746         * libc/include/sys/unistd.h (_PATH_RULES{,_POSIX,_WIN32}): Define.
3747
3748         * libc/include/process.h: Prepend '_' to P_{WAIT,NOWAIT,OVERLAY}.
3749         (WAIT_CHILD): Always define.
3750
3751 Sat Jun 15 17:50:42 1996  Ian Lance Taylor  <ian@cygnus.com>
3752
3753         * libc/stdlib/eprintf.c: New file.
3754         * libc/stdlib/Makefile.in (OFILES): Add eprintf.o.
3755         (eprintf.o): New target.
3756
3757 Thu Jun 13 16:44:32 1996  Doug Evans  <dje@canuck.cygnus.com>
3758
3759         * libc/sys/cygwin32/crt0.c (__cygwin_crt0_bp): New global.
3760         (mainCRTStartup): Do int3 if __cygwin_crt0_bp non-zero.
3761
3762 Thu Jun 13 17:45:17 1996  Mike Meissner  <meissner@rtl.cygnus.com>
3763
3764         * libc/include/machine/ieeefp.h: Add support for AIX and Windows
3765         NT in PowerPC endianess cases.
3766
3767 Tue Jun 11 12:26:28 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3768
3769         * libc/include/machine/ieeefp.h: Clean up PowerPC endianess.
3770
3771 Thu Jun  6 11:34:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3772
3773         * libc/string/strtok.c: Fix doc typo.
3774
3775 Mon Jun  3 11:30:00 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3776
3777         * libc/include/sys/reent.h (struct _reent): Removed _asctime,
3778         _next, _scanpoint, _signgam fields.
3779
3780         * libc/include/stdlib.h (rand_r): Added new declaration.
3781         (_rand_r, _srand_r): Removed declarations.
3782         * libc/stdlib/rand.c (_rand_r, _srand_r): Removed, these functions
3783         have been made obsolete by rand_r.
3784         * libc/stdlib/rand_r.c: New file, rand_r function as specified
3785         by POSIX.1c.
3786         
3787         * libc/string/strtok.c: Update documentation to describe
3788         strtok_r().
3789
3790 Sat Jun  1 23:50:39 1996  Michael Meissner  <meissner@cygnus.com>
3791
3792         * libc/include/sys/stat.h (stat structure): Use the expanded stat
3793         structure on Solaris, and PowerPC systems even though __svr4__ is
3794         defined.
3795
3796 Tue May 28 13:02:42 1996  Doug Evans  <dje@canuck.cygnus.com>
3797
3798         * libc/sys/go32/sys/errno.h (ENOSYS,ESPIPE): Keep values <= 255.
3799
3800 Fri May 17 10:34:44 1996  Ian Lance Taylor  <ian@cygnus.com>
3801
3802         * host/any: Use ../.. rather than .. to get to the main build
3803         directory.  This matches the current layout of the build
3804         directory.
3805
3806 Wed May 15 15:52:27 1996  Jeffrey A Law  (law@cygnus.com)
3807
3808         * libc/machine/h8300/__main.S: Delete.  No longer needed.
3809         * libc/machine/h8300/Makefile.in: Corresponding changes.
3810         * libc/sys/h8300hms/crt1.c: New file.
3811         * libc/sys/h8300hms/Makefile.in: Corresponding changes.
3812         * libc/sys/h8300hms/crt0.s: Call __main.
3813
3814         * libc/sys/h8300hms/crt0.S: Use temporary label names
3815         for branch targets.
3816
3817 Mon May 13 14:26:30 1996  Doug Evans  <dje@canuck.cygnus.com>
3818
3819         * libc/stdio/fopen.c (_fopen_r): Fix arguments to fseek.
3820
3821 Fri May  3 16:38:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3822
3823         * libc/reent/impure.c (_impure_ptr): Force the impure pointer into
3824         .sdata on the PowerPC so that we can link newlib with code
3825         compiled with -msdata.
3826
3827 Mon Apr 29 21:38:02 1996  Doug Evans  <dje@canuck.cygnus.com>
3828
3829         * libc/sys/arm/syscalls.c (_sbrk): Rename end to __end__.
3830
3831 Thu Apr 25 06:38:59 1996  Michael Meissner  <meissner@cygnus.com>
3832
3833         * libc/sys/cygwin32/crt0.c (mainCRTStartup): On PowerPC, set the
3834         exception handler to __cygwin_exception_handler.
3835
3836 Tue Apr 23 15:14:20 1996  Ian Lance Taylor  <ian@cygnus.com>
3837
3838         * libc/include/machine/setjmp.h: Check _AM29K, not ___AM29K__.
3839
3840 Sun Apr 21 12:11:51 1996  Doug Evans  <dje@blues.cygnus.com>
3841
3842         * libm/math/Makefile.in ({w,wf}_cabs.o,{w,wf}_drem.o): Add rule for
3843         SunOS VPATH.
3844         * libc/stdlib/Makefile.in (atoff.o,atol.o,mblen.o,mbstowcs.o,
3845         wcstombs.o): Likewise.
3846
3847 Thu Apr 18 12:37:01 1996  Doug Evans  <dje@canuck.cygnus.com>
3848
3849         * libc/stdlib/environ.c (initial_env): New static local.
3850         (environ): Point to `initial_env'.
3851
3852         * libc/include/machine/setjmp.h: Clean up.
3853         (__H8300H__,__PPC__): Define _JBTYPE.
3854         (__arm__): Provide entry for.
3855         (sigjmp_buf): Delete.
3856         (jmp_buf): Use _JBTYPE if defined, otherwise int.
3857
3858 Thu Apr 18 12:10:52 1996  Jeffrey A Law  (law@cygnus.com)
3859
3860         * libc/machine/h8300/strcmp.S: Sign extend the result to
3861         32bits so we don't lose with -mint32.
3862
3863 Sun Apr 14 19:59:52 1996  Doug Evans  <dje@canuck.cygnus.com>
3864
3865         * libc/sys/go32/sys/errno.h: New file.
3866         * libc/sys/go32/Makefile.in (stat.o): Depend on stat.c.
3867         * libc/sys/go32/gerrno.s (syscall_error): Call __errno to get
3868         errno's address (make compatible with rest of newlib).
3869         * libc/sys/go32/stat.c (fixinode): Set errno upon failure.
3870         * libc/string/strerror.c (strerror): Surround each case with #ifdef.
3871
3872 Thu Mar 28 13:44:42 1996  Doug Evans  <dje@canuck.cygnus.com>
3873
3874         * libc/machine/sparc/{scan.c,shuffle.c}: New files.
3875         * libc/machine/sparc/Makefile.in: Build them.
3876         * libc/machine/sparc/machine/sparclet.h: New file.
3877
3878 Mon Mar 25 15:29:14 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3879
3880         * libc/machine/sh/asm.h: New file.
3881         * libc/machine/sh/setjmp.S: Only save clobbered registers.  Added
3882         support for SH3e's FP registers.  Use asm.h.
3883
3884 Mon Mar 25 11:59:23 1996  Jeffrey A Law  (law@cygnus.com)
3885
3886         * libc/stdio/vfprintf.c (cvt): Accept a reent structure
3887         as first argument.  Call _dtoa_r and pass the reent structure
3888         instead of calling __dtoa.
3889
3890 Fri Mar 22 13:59:37 1996  Jeffrey A Law  (law@cygnus.com)
3891
3892         * libc/include/sys/config.h: Define DOUBLE_IS_32BITS for
3893         the h8300, h8500, and others.  Add comments for some rather
3894         dubious code.
3895
3896 Thu Mar 14 18:04:43 1996  Ian Lance Taylor  <ian@cygnus.com>
3897
3898         * Makefile.in (check): Check that testsuite exists before cd.
3899
3900 Tue Mar 12 11:46:47 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3901
3902         * libc/include/string.h (strsep): Correct prototype.
3903
3904 Mon Mar 11 09:55:19 1996  Doug Evans  <dje@charmed.cygnus.com>
3905
3906         * libc/sys/h8300/_exit.c (_exit,__exit): Set r0 to 0 before `sleep'.
3907         * libc/sys/h8300/misc.c (_kill): Set r0 to indicate abort and `sleep'.
3908         * libc/sys/h8300/crt0.S (_start): Call exit instead of `sleep'.
3909
3910 Wed Mar  6 11:51:55 1996  Doug Evans  <dje@charmed.cygnus.com>
3911
3912         * libc/posix/{creat.c,isatty.c}: New files.
3913         * libc/posix/Makefile.in (OFILES): Add creat.o, isatty.o.
3914
3915         * libc/sys/sparc64/crt0.S (environ): Delete.
3916         (.LHaveBias): Renamed from HaveBias.
3917
3918 Thu Feb 15 10:48:37 1996  Doug Evans  <dje@charmed.cygnus.com>
3919
3920         * libc/stdlib/mallocr.c (etext): Move decl inside ifdef WARN_VLIMIT.
3921         (_morecore_r): Delete SBRK_IS_ALLOC support.
3922
3923 Tue Feb 13 09:44:09 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3924
3925         * libc/sys/cygwin32/Makefile.in (lib.a): Make lib.a with a dummy
3926         module rather than touch, so we don't get warning messages when
3927         all of the libraries are combined into libc.a.
3928
3929 Tue Feb 13 06:32:07 1996  Doug Evans  <dje@charmed.cygnus.com>
3930
3931         * libc/sys/sparclite/{Makefile.in,crt0.s}: Deleted.
3932         crt0.s replaced by version in libgloss.
3933
3934 Mon Feb  5 15:17:51 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3935
3936         * libc/reent/Makefile.in (OFILES): Add impure.o.
3937         * libc/reent/impure.o: New file, define initial reentrancy struct.
3938         * libc/reent/reent.c: Remove above definition.
3939
3940         * libm/math/sf_asinh.c: Fix typo.
3941
3942         * Makefile.in (MATHOBJS_IN_LIBC): Removed sr_ldexp.o and
3943         srf_ldexp.o.
3944         
3945         * libm/libm.texinfo: Change documentation to reflect changes
3946         in reentrancy model.
3947         * libm/math/w_gamma.c: Likewise.
3948
3949 Wed Jan 31 18:49:45 1996  Steve Chamberlain  <sac@slash.cygnus.com>
3950
3951         * configure.in (*-*-cygwin32): New.
3952         (*-*-win32): Deleted.
3953         * libc/sys/win32 renamed libc/sys/cygwin32.
3954
3955 Tue Jan 30 22:09:03 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3956
3957         * libc/include/sys/file.h: New include file.
3958
3959 Fri Jan 26 15:52:54 1996  Steve Chamberlain  <sac@slash.cygnus.com>
3960
3961         * libc/include/machine/setjmp.h: Increase size of PPC jmp_buf.
3962
3963 Tue Jan 23 17:49:16 1996  Steve Chamberlain  <sac@slash.cygnus.com>
3964
3965         * libc/include/sys/wait.h (WIFSIGNALED): Fix.
3966
3967 Tue Jan 16 09:28:10 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3968
3969         * doc/makedoc.c (realloc): Declare at file scope.
3970         (catchar): Not here.
3971
3972 Wed Dec 27 15:45:23 1995  Doug Evans  <dje@canuck.cygnus.com>
3973
3974         * Makefile.in (VERSION): Update to 1.7.0.
3975         * {libc,libm}/Makefile.in (VERSION): Likewise.
3976         * configure.in: Minor clean up of multilib stuff.
3977
3978         From David Johnson <davidj@ICSI.Berkeley.EDU>
3979         * {libc,libm}/Makefile.in (lib[cm].a): Delete library first.
3980
3981         * libc/stdlib/environ.c: New file.
3982         * libc/stdlib/Makefile.in (OFILES): Build it.
3983         * libc/sys/h8500hms/crt0.c (environ): Deleted.
3984         * libc/sys/m88kbug/crt0.c (environ): Deleted.
3985         * libc/sys/z8ksim/crt0.c (environ): Deleted.
3986         * libc/sys/netware/environ.c: Deleted.
3987
3988 Tue Dec 19 15:24:46 1995  Kim Knuttila  <krk@cygnus.com>
3989
3990         * configure.in (links): set sys_dir, posix_dir, syscall_dir
3991
3992 Wed Dec 13 04:16:25 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
3993
3994         * doc/makedoc.c (init_string_with_size,nextword): Move malloc
3995         declaration out to external scope and declare it PTR, not char *.
3996
3997 Mon Dec 11 17:35:12 1995  steve chamberlain  <sac@slash.cygnus.com>
3998
3999         * libc/include/sys/unistd.h (getpagesize): New declaration.
4000         (_SC_PAGESIZE): New definition.
4001         * libc/include/time.h (CLK_TCK): Defined as CLOCKS_PER_SEC.
4002         * libc/configure.in (i[345]86-*-win32): Remove -DNO_FORK.
4003
4004 Fri Dec  1 16:48:46 1995  James G. Smith  <jsmith@cygnus.co.uk>
4005
4006         * libc/sys/vr4300/syscalls.c (sbrk): Fixed memory
4007         addressing. System call returns size, not (last address + 1).
4008
4009 Thu Nov 30 15:05:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4010
4011         * libm/math/*.c: Removed _foo_r() reentrancy API.
4012         * libc/include/math.h: Removed _foo_r prototypes and macros.
4013
4014         * libm/math/*.c: On systems with IEEE single precision "doubles" 
4015         move foo() -> foof() wrapper code from the files that implement
4016         the standard IEEE double precision functions to the files that 
4017         implement IEEE single precision functions. (ie. On those systems
4018         sin is moved from s_sin.c to sf_sin.c).  There should eventually
4019         be use of a C extension (like gcc's alias attribute) so that the
4020         wrappers are not needed at all.
4021
4022         * libc/sys/sysnec810/sbrk.c: Cast &end to char * to get around
4023         strict NEC V810 compiler.
4024         * libc/misc/dprintf.c (getnumber): Cast char * to unsigned char *
4025         for same reason.
4026
4027 Wed Nov 29 14:25:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4028
4029         * libc/stdlib/strtol.c (_strtol_r): Replaced with implementation
4030         from NetBSD C library.
4031         * libc/stdlib/strtoul.c (_strtoul_r): Likewise.
4032
4033         * libc/stdlib/assert.c (__assert): Renamed from __assertfail 
4034         and adapted from implementation I wrote for NetBSD C library.
4035         The difference is __assert doesn't take a format argument,
4036         so that there won't be multiple copies of the same string
4037         constant in the executable if assertions are enabled in
4038         more than one source module.
4039         * libc/include/assert.h (assert): Changed to call __assert.
4040
4041 Tue Nov 28 16:54:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4042
4043         * libc/stdlib/strtod.c (_strtod_r): Changed to not assign to
4044         word1 on systems with 32 bit doubles.
4045         * libc/stdlib/qsort.c (qsort): Cast some void *'s to char *'s
4046         so that we can do arithmetic on them.
4047         * libc/misc/dprintf.c: Changed to support stdarg.h for ANSI
4048         compilers.
4049         
4050 Tue Nov 28 16:03:32 1995  Doug Evans  <dje@canuck.cygnus.com>
4051
4052         * libc/sys/arm/crt0.S: Zero bss.
4053
4054 Fri Nov 24 16:09:23 1995  Doug Evans  <dje@deneb.cygnus.com>
4055
4056         * libc/include/unctrl.h: New file.
4057         * libc/misc/{Makefile.in,dprintf.c,unctrl.c,misc.tex}: New files.
4058         * configure.in (subdirs): Add libc/misc.
4059         * libc/Makefile.in (SUBDIRS): Add misc.
4060         (SUBLIBS): Add misc/lib.a.
4061
4062         * libc/include/sys/reent.h (struct _reent): Make __sf last member.
4063
4064 Wed Nov 22 19:49:47 1995  Doug Evans  <dje@deneb.cygnus.com>
4065
4066         * libc/stdio/vfprintf.c (__sbprintf): Init fake._data.
4067         (_vfprintf_r): Call CHECK_INIT.
4068
4069 Tue Nov 14 02:52:12 1995  Doug Evans  <dje@canuck.cygnus.com>
4070
4071         * Makefile.in (MULTITOP): Delete.
4072         (MULTISRCTOP, MULTIBUILDTOP): Add.
4073         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
4074         instead of cfg-ml-pos.in.
4075
4076 Wed Nov  8 01:24:08 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
4077
4078         * libc/sys/vr4300/syscalls.c: Added clean version of sbrk().
4079         * libc/sys/vr4300/crt0.S: Cleaned up. Added check for FPU
4080         presence.
4081
4082 Thu Nov  2 22:25:06 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4083
4084         * libc/string/strtok.c: Include string.h to pick up strtok_r
4085         prototype.
4086
4087 Wed Nov  1 18:54:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4088
4089         * libc/string/strtok.c: include <_ansi.h>.
4090         * libc/time/asctime_r.c: `reresult' -> `result'.
4091
4092 Wed Nov  1 14:35:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4093
4094         * libc/time/{ctime.c, gmtime.c, lcltime.c}: Wrap functions
4095         in #ifndef _REENT_ONLY ... #endif conditional.
4096
4097         * libc/include/string.h (_strtok_r): Remove declaration.
4098         * libc/include/time.h (_asctime_r): Remove declaration.
4099         * libc/string/strtok.c (_strtok_r): Removed.
4100         * libc/time/asctime.c (_asctime_r): Removed.
4101
4102         * libc/string/Makefile.in (OFILES): Add new object.
4103         * libc/string/strtok_r.c: New file.  strtok_r function as
4104         specified by POSIX.1c, adapted from strtok implementation 
4105         from NetBSD C library.
4106         * libc/string/strtok.c (strtok): Reimplemented in terms of 
4107         strtok_r.
4108
4109         * libc/time/Makefile.in (OFILES): Add new objects.
4110         * libc/time/{asctime_r.c, ctime_r.c, gmtime_r.c, lcltime_r.c}:
4111         New files, reentrant time functions specified by POSIX.1c.
4112         * libc/time/{asctime.c, ctime.c, gmtime.c, lcltime.c}: Non-
4113         reentrant time functions re-written in terms of reentrant 
4114         functions.
4115         * libc/time/lcltime.c: Renamed from localtime.c
4116
4117         * libc/include/time.h: Add prototypes for asctime_r, ctime_r,
4118         gmtime_r, and localtime_r.
4119
4120 Sat Oct 28 14:34:31 1995  steve chamberlain  <sac@slash.cygnus.com>
4121
4122         * libc/sys/win32/crt0.c (mainCRTStartup): Call cygwin_crt0.
4123         * libc/include/sys/unistd.h (getlogin): Revert change of
4124         Oct 19.
4125         * libc/include/sys/signal.h (sigprocmask): Change prototype
4126         so it compiles with c++.
4127
4128 Wed Oct 25 15:43:18 1995  Michael Meissner  <meissner@cygnus.com>
4129
4130         * libc/include/machine/setjmp.h (PowerPC _JBLEN): Consider it a
4131         PowerPC if __PPC__ is defined.  Bump jump_buf length to 62 ints,
4132         to give some room in case we need to align the jmp_buf.
4133         
4134         * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Rewrite to use
4135         the new ppc-asm.h include file the compiler provides to specify
4136         function prologue/epilogue.  Eliminate saves of the xer and ctr
4137         registers, which are volatile.  Before starting to save registers,
4138         align to 8 byte boundary.
4139
4140 Mon Oct 23 11:20:51 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
4141
4142         * libc/sys/vr4300/syscalls.c: Added empty kill() function,
4143         referenced by standard libraries.
4144
4145 Thu Oct 19 21:39:47 1995  Fred Fish  <fnf@cygnus.com>
4146         
4147         * libc/unix/Makefile.in, libc/string/Makefile.in,
4148         libc/stdio/Makefile.in, libc/reent/Makefile.in,
4149         libc/posix/Makefile.in:
4150         Remove tabs from otherwise empty line.  Confuses some
4151         older non-GNU versions of "make".
4152
4153 Thu Oct 19 16:32:17 1995  steve chamberlain  <sac@slash.cygnus.com>
4154
4155         * libc/sys/unistd.h (getlogin): Returns const char *.
4156
4157 Wed Oct 18 12:57:50 1995  steve chamberlain  <sac@slash.cygnus.com>
4158
4159         * libc/include/fcntl.h (O_BINARY, O_TEXT): New.
4160         * libc/include/errno.h: Moved into and include...
4161         * libc/include/sys/errno.h: New file.
4162         * libc/include/sys/wait.h: New file.
4163         * libc/stdio/rename.c (_rename_r): Use _rename system call if available.
4164         * libc/sys/win32/*: Moved out.
4165         * libc/sys/win32/crt0.c: Rewritten to cope with shared library.
4166         * configure.in (i[345]86-*-win32): HAVE_RENAME
4167
4168 Wed Oct 18 09:58:27 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
4169
4170         * libc/unix/sigset.c (sigemptyset, sigaddset): Prefix #undef to
4171         avoid macro expansion for these two names.
4172
4173 Tue Oct 17 08:45:33 1995  Doug Evans  <dje@canuck.cygnus.com>
4174
4175         * libc/machine/h8500/psi.S: r6 renamed to fp.
4176
4177 Sun Oct 15 12:58:10 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
4178
4179         * configure.in (powerpc*): No longer need to define
4180         NO_LONGLONG_POINTERS to supress warnings.
4181
4182 Sat Oct 14 12:55:08 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4183
4184         * libc/reent/reent.c (_reclaim_reent): Call cleanup indirectly
4185         through PTR instead of directly.
4186
4187         * libc/sys/sh/crt0.S: Clean up formatting.  Delete unused
4188         non-standard constructor support.
4189
4190 Thu Oct 12 11:39:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4191
4192         * libc/stdlib/dtoa.c (_dtoa_r): Set result pointer to the
4193         address of the Bigint instead of the address of its _x field,
4194         as the size the result buffer was calculated accordingly.  
4195         Fix from Jim Wilson <wilson@chestnut@cygnus.com>.
4196
4197         * libc/stdlib/{div.c, ldiv.c}: Replaced with implementation
4198         from NetBSD C library.  No longer special cases division by 
4199         zero (which needs to be done by the application anyway), but
4200         it doesn't need to call abs() (or labs()) four times either.
4201         
4202         * libc/stdlib/qsort.c: Replaced with implementation from 
4203         NetBSD C library.
4204
4205 Tue Oct 10 14:01:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4206
4207         * libc/stdio/vfprintf.c: Replaced with implementation from
4208         NetBSD C library (which is derived from the 4.4BSD C library).
4209         * libc/stdio/cvt.c: Removed.
4210         * libc/stdio/Makefile: Updated.
4211         
4212 Tue Oct 10 12:15:23 1995  steve chamberlain  <sac@slash.cygnus.com>
4213
4214         * libc/sys/win32/syscalls.c (rename): New.
4215         * libc/sys/win32/include/winkernel.h (MoveFileExA): New.
4216
4217 Fri Oct  6 12:18:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4218
4219         * libc/machine/sh/Makefile.in (setjmp.o): Depend on setjmp.S.
4220         * libc/machine/sh/setjmp.S: Rename from setjmp.s.
4221
4222         * libc/sys/sh/Makefile.in (OFILES, all): Delete setjmp.o.
4223         (setjmp.o): Delete rule to build setjmp.o.
4224         * libc/sys/sh/setjmp.S: Delete file.
4225
4226 Fri Oct  6 11:19:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4227
4228         * libc/stdlib/mprec.c (d2b): Added support for _DOUBLE_IS_32BITS.
4229         * libc/stdlib/mprec.h: Fixed constants used for IEEE single float
4230         format.  Added #defines to map d2b, i2b, low0bits, lshift, mult,
4231         pow5mult and s2b to identifiers with leading underscores.
4232         * libc/stdlib/Makefile.in: Add mprec.h as a dependency to dtoa.o,
4233         ecvtbuf.o, mprec.o and strtod.o.  Sort dependencies.
4234
4235 Thu Oct  5 17:27:30 1995  steve chamberlain  <sac@slash.cygnus.com>
4236
4237         * libc/sys/posix/popen.c (sys/types.h): Include.
4238
4239 Thu Oct  5 16:33:01 1995  Doug Evans  <dje@canuck.cygnus.com>
4240
4241         * libc/sys/win32/syscalls.h (fhandler): New struct.
4242         (__lookup_fhandler, __lookup_fhandler_hook): Declare.
4243         (__fhandler_normal): Declare.
4244         (hinfo): New member op_handlers.
4245         * libc/sys/win32/syscalls.c (__read): Don't validate fd.
4246         (__write): Likewise.
4247         (_read, _write, _open, _close, _lseek): Validate fd here.
4248         Move file type specific stuff to foo_normal.
4249         (read_normal, write_normal, open_normal, close_normal, lseek_normal):
4250         New functions.
4251         (__lookup_fhandler): New function.
4252         (__lookup_fhandler_hook, __fhandler_normal): New variables.
4253
4254         From anders.blomdell@control.lth.se (Anders Blomdell)
4255         * libc/sys/win32/crt0.c (vfork_init): Unset __FD_TABLE__.
4256         Don't touch standard handles.
4257         * libc/sys/win32/spawn.c (_spawn): Use STARTF_USESTDHANDLES.
4258         (_execve): Only create __FD_TABLE__ if necessary.
4259         * libc/sys/win32/include/winkernel.h (STARTF_*): Define.
4260
4261 Thu Oct  5 14:25:14 1995  steve chamberlain  <sac@slash.cygnus.com>
4262
4263         * libc/sys/win32/sys/termios.h (FLUSHO): New.
4264         * libc/sys/win32/include/win*.h: Moved a load of prototypes around.
4265         * libc/sys/win32/pipe.c (_fctnl): Ignore F_SETFL without errors.
4266         * libc/sys/win32/exception.c (ehandler3): set strace when a signal
4267         without a handler is received.
4268         * libc/sys/win32/Makefile.in: Remove --nodelete.
4269         * libc/sys/win32/resouce.c (gettimeofday): New.
4270         * libc/sys/win32/syscalls.c (path_to_real_path): New.
4271         * libc/sys/win32/syscalls.h (include/wincon.h): Don't include.
4272
4273 Wed Oct  4 13:10:35 1995  Doug Evans  <dje@canuck.cygnus.com>
4274
4275         * libc/sys/win32/dirsearch.c (opendir): stat real path name.
4276         Don't append "/*" to search pattern if trailing '/' already there,
4277         append "*".
4278         * libc/sys/win32/spawn.c (_spawn): CreateProcess doesn't seem to
4279         like /'s, convert them to \'s.  Handle //<drive>/ path names.
4280         Add space for quoted \'s in arg string.  Print translated prog name
4281         and original prog name.
4282         (_execve): Handle parent doing exec a teensy bit better.
4283         * libc/sys/win32/syscalls.h (__path_to_real_path): Update prototype.
4284         * libc/sys/win32/syscalls.c (__path_to_real_path): Don't assume
4285         path needs conversion, handle both cases.  Delete `const' from result.
4286         (hash_path_name): New function.
4287         (_open): Call it.
4288         (_stat): Likewise.  Fill in more fields for directories.
4289         * libc/sys/win32/wait.c (_wait): Explicitly pass -1 to waitpid.
4290         (wait_for_any): Fix trace message.
4291         (waitpid): Explicitly test for intpid == 0.
4292
4293         From anders.blomdell@control.lth.se (Anders Blomdell)
4294         * libc/sys/win32/spawn.c (__vfork_get_empty_entry): zero fill result
4295         so `next' is valid.
4296
4297 Sat Sep 30 15:00:15 1995  Jason Molenda  (crash@phyeaux.cygnus.com)
4298
4299         * libc/sys/win32/spawn.c (_spawn): Make quoting rules more
4300         complicated.
4301
4302 Sat Sep 30 10:25:57 1995  Jason Molenda    (crash@phydeaux.cygnus.com)
4303
4304         * libc/include/_ansi.h: set _HAVE_STDC if __STDC__ is defined
4305         at all, not just == 1.
4306         * libm/math/wf_acos.c (acosf): check for _HAVE_STDC, not __STDC__.
4307
4308 Sat Sep 30 04:30:09 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
4309
4310         * libc/sys/win32/include/winbase.h: include <wintypes.h> and <winnt.h>
4311         * libc/sys/win32/include/wintypes.h: include <winnt.h>
4312         * libc/sys/win32/include/winnt.h: avoid multiple inclusion of this
4313         file.
4314
4315 Fri Sep 29 01:49:17 1995  steve chamberlain  <sac@slash.cygnus.com>
4316
4317         * libc/sys/syscalls.c (getcwd): Fix off by one error.
4318
4319         * libc/sys/signal.c (sleep): Fill it in.
4320         * libc/sys/termios.c (tcflush): Use PurgeComm
4321         (tcsetattr): Set some more of the bits.
4322         * libc/sys/include/winkernel.h: Add PurgeComm and Sleep.
4323
4324 Fri Sep 29 04:33:53 1995  Doug Evans  <dje@deneb.cygnus.com>
4325
4326         * libc/sys/arm/crt0.S (fp): Initialize to 0.
4327         Conditionally include .idata$3 stuff ifdef __pe__.
4328
4329 Fri Sep 29 01:49:17 1995  steve chamberlain  <sac@slash.cygnus.com>
4330
4331         * libc/sys/win32/crt0.c (hmap_init): Call __init_hinfo.
4332         * libc/sys/win32/pipe.c (pipe): Ditto.
4333         * libc/sys/win32/syscalls.c (__read):  Use new vtime and vmin fields.
4334         * libc/sys/win32/syscalls.h (hinfo): vtime, vmin are new.
4335         * libc/sys/win32/termios.c (tcsetattr): Init new fields.
4336         (tcgetattr): Contents are new.
4337         * libc/sys/win32/include/winkernel.h (DCB): New.
4338         (GetCommState, SetCommState): New.
4339
4340 Thu Sep 28 16:29:09 1995  Doug Evans  <dje@deneb.cygnus.com>
4341
4342         * libc/sys/arm/crt0.S (_start): Define.
4343
4344 Thu Sep 28 12:26:45 1995  steve chamberlain  <sac@slash.cygnus.com>
4345
4346         * libc/sys/arm/crt0.S: Move stack to top of RAM on PIE board.
4347         * libc/sys/arm/syscalls.c (_read, _write): Use the SWI properly.
4348
4349         * libc/sys/win32/sysconf.c: New
4350         * libc/sys/win32/sys/winadvapi.h: New
4351         * libc/sys/win32/syscalls.h (hinfo): Added timeout_len, w_binary, r_binary.
4352         * libc/sys/win32/crt0.c (hmap_init): Initialize new fields.
4353         * libc/sys/win32/pipe.c (pipe): Ditto.
4354         * libc/sys/win32/signal.c (_raise): New.
4355         (_kill): Moved from spawn.c
4356         * libc/sys/win32/spawn.c (kill): Moved to signal.c
4357         * libc/sys/win32/syscalls.c (__read): Use new fields.
4358         (_open): Ditto.
4359         * libc/sys/win32/termios.c (tcflush, tcsetattr, tcgetattr): Fill in.
4360         * libc/sys/win32/exceptions.c (__stack_trace): Keep going for longer.
4361         * libc/include/sys/unistd.h (rmdir): Takes const path.
4362         * libc/include/sys/stat.h (mkdir): Takes const path.
4363         * libc/include/sys/signal.h (SIGTTOU, SIGTTIN): New for win32.
4364
4365 Thu Sep 28 10:11:27 1995  Doug Evans  <dje@canuck.cygnus.com>
4366
4367         * libc/sys/win32/spawn.c (_spawn): Fix quoting.
4368
4369         Add support for specifying paths as //<drive>/foo/bar.
4370         * libc/sys/win32/syscalls.h (__path_needs_conversion_p): Declare.
4371         (__path_to_real_path): Declare.
4372         (PATH_TO_REAL_PATH): New macro.
4373         * libc/sys/win32/syscalls.c (__win32_pid_to_posix_pid): Minor cleanup.
4374         (__path_needs_conversion_p, __path_to_real_path): New functions.
4375         (_open): Fix test for error return from CreateFileA.
4376         Handle new path syntax.
4377         (_link, mkdir, rmdir, getcwd, chdir, stat): Handle new path syntax.
4378         * libc/sys/win32/dirsearch.c (opendir): Likewise.
4379
4380 Wed Sep 27 16:36:46 1995  steve chamberlain  <sac@slash.cygnus.com>
4381
4382         * libc/sys/win32/include/*.h: Reorganized
4383         * libc/sys/win32/include/WINREADME: New.
4384         * libc/sys/win32/Makefile.in (DLLS): Build version.a.
4385         * libc/sys/win32/*.c: Fix for new include scheme.
4386         * libc/sys/win32/crt0.c (__this_uinfo_buf, __this_uinfo): New.
4387         * libc/sys/win32/getlogin.c (getlogin): Use uinfo.
4388         * libc/sys/win32/passwd.c (*): Fix.
4389         * libc/sys/win32/syscalls.c (get[e|][g|u]id): Use passwd info.
4390         (_stat): Get directory owner and permissions right.
4391         * libc/sys/win32/syscalls.h (uinfo): New.
4392         * libc/sys/win32/version.def: Remove leading underscores.
4393
4394 Tue Sep 26 18:18:47 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4395
4396         * libc/sys/win32/key.c: include "include/wincon.h".
4397
4398 Tue Sep 26 07:21:48 1995  steve chamberlain  <sac@slash.cygnus.com>
4399
4400         * libc/sys/win32/{key, stubs}.c: New.
4401         * libc/sys/win32/Makefile: Adjust to cope.
4402         * libc/sys/win32/crt0.c (vfork_init_first): Cope with -ve pids.
4403         (environ_init): Change env names to upper case.
4404         * libc/sys/win32/dirsearch.c (readdir): Don't fill in inode number.
4405         * libc/sys/win32/passwd.c (*): Fill in the functions.
4406         * libc/sys/win32/pipe.c (_fcntl): F_GETFL returns O_RDWR.
4407         * libc/sys/win32/spawn.c (_spawn): Cope with -ve pids.
4408         * libc/sys/win32/syscalls.c (__win32_pid_to_posix_pid): New function.
4409         (_open): Initialze hmap->execable_p too.
4410         * libc/sys/win32/syscalls.c (getuid, getgid, geteuid, getegid): Return from macros.
4411         (_fstat): Fill in permissions.
4412         * libc/sys/win32/syscalls.h (hinfo): Add execable_p.
4413
4414 Fri Sep 22 13:47:27 1995  Doug Evans  <dje@canuck.cygnus.com>
4415
4416         * configure.in (cfg-ml-com.in invocation): Use ${with_multilib_top}
4417         if defined.
4418         (cfg-ml-pos.in invocation): Likewise.
4419
4420 Fri Sep 22 11:43:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4421
4422         * Makefile.in (MATHOBJS_IN_LIBC): Added s_isinf.o, sf_isinf.o,
4423         s_isnan.o and sf_isnan.o.
4424
4425 Wed Sep 20 14:50:19 1995  Ian Lance Taylor  <ian@cygnus.com>
4426
4427         * All Makefile.in files: added maintainer-clean target as a
4428         synonym for realclean.
4429
4430 Wed Sep 20 11:02:50 1995  Jeff Law  (law@snake.cs.utah.edu)
4431
4432         * libc/include/machine/setjmp.h: Add hppa support.
4433         * libc/machine/hppa/setjmp.S: New file with setjmp/longjmp
4434         support.
4435         * libc/machine/hppa/Makefile.in: Related changes.
4436
4437 Tue Sep 19 12:09:01 1995  J.T. Conklin  <jtc@blues.cygnus.com>
4438
4439         * configure.in (machine_dir): Don't set for v810-*-*.
4440
4441 Fri Sep 15 20:22:08 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4442
4443         * libc/sys/win32/crt0.c (passover): Change to handle MKS quoting
4444         conventions correctly.
4445
4446 Thu Sep 14 13:37:22 1995  J.T. Conklin  <jtc@blues.cygnus.com>
4447
4448         * libc/stdio/puts.c: Update documentation of return value to match
4449         ANSI standard.
4450
4451 Thu Sep 14 01:52:37 1995  Doug Evans  <dje@canuck.cygnus.com>
4452
4453         Fix file descriptor inheritance.
4454         * libc/sys/win32/syscalls.h (CHILD_P): Define again.
4455         (NOT_OPEN_FD): Fix.
4456         * libc/sys/win32/spawn.c (vfork0): Only create inheritable handle if
4457         close-on-exec flag not set.  Initialize child's entire fd table.
4458         * libc/sys/win32/syscalls.c (_open): Only create inheritable handle if
4459         CHILD_P.
4460         * libc/sys/win32/pipe.c (pipe): Only create new handle as inheritable
4461         if CHILD_P.  Initialize entire hmap entry.
4462         (dup): Only create new handle as inheritable if CHILD_P.
4463         (dup2): Likewise.  Properly initialize hmap entry.
4464
4465         * libc/sys/win32/spawn.c (_execve): Don't pass _P_SEARCH_PATH to
4466         _spawn.
4467         (_exit): Use CHILD_P.
4468         * libc/sys/win32/syscalls.c (_fstat): Fix call to memset.
4469         (_stat): Likewise.
4470
4471 Mon Sep 11 23:09:39 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4472
4473         * libc/sys/win32/crt0.c (passover): fix up the state table.
4474         * libc/posix/popen.c: Added.
4475         * libc/posix/Makefile.in: compile popen.c.
4476         
4477 Mon Sep 11 11:43:38 1995  J.T. Conklin  <jtc@cygnus.com>
4478
4479         * libc/include/machine/ieeefp.h: On the h8/300, h8/300h and
4480         h8/500 define _DOUBLE_IS_32BITS.
4481
4482 Sat Sep  9 17:55:54 1995  Doug Evans  <dje@canuck.cygnus.com>
4483
4484         Get vfork/exec/spawn/cwait/wait working again.
4485         * libc/sys/win32/syscalls.h (VFORK_NEWBORN_PSEUDO_PID): Define.
4486         (procinfo): New member vfork_level.
4487         * libc/sys/win32/crt0.c (__vfork_next_pid): Delete.
4488         (vfork_init_first): Use GetCurrentProcessId to get pid.
4489         Initialize vfork_level.
4490         (vfork_init): Delete __PID__.
4491         (environ_init): New function.  Undo patch of Aug 19, Posix says
4492         environment variables are case sensitive.
4493         (mainCRTStartup): Call it.
4494         * libc/sys/win32/spawn.c (__vfork_next_pid): Delete.
4495         (my_longjump: Make static.
4496         (_spawn): New argument `h'.  Delete setting of __PID__.
4497         Delete local `idx'.  Look for chars that need quotes, rather than
4498         ones that don't.  Set handle of created process in `h'.
4499         Result is process id if created task.
4500         (allocate_spawn_entry): New function.
4501         (spawnvp, spawnv): Call it.  Store handle and pid in procinfo entry.
4502         (_execve): Set __FD_TABLE__ before spawning child.
4503         Scan our fd table when passing fds, not our parent's.
4504         Store handle and pid in procinfo entry.
4505         (vfork0): Ensure strace message always printed.
4506         Set child pid to VFORK_NEWBORN_PSEUDO_PID.
4507         (vfork): Don't clobber result of vfork0.
4508         * libc/sys/win32/wait.c (cwait): Fix non-error result (is pid).
4509         (wait_for_any): Ignore processes in state FORK_STATE_VFORK_0.
4510
4511         * libc/sys/win32/syscalls.h (procinfo): New members `handle_valid_p'
4512         and `exit_code'.
4513         * libc/sys/win32/spawn.c (allocate_spawn_entry): Initialize them.
4514         (vfork0): Likewise.  Distinguish children, grandchildren, etc. by
4515         adding vfork level to pseudo-pid.  
4516         (vfork1): If not root, set state back to FORK_STATE_VFORK_0.
4517         (spawnvp, spawnv, _execve): Set handle_valid_p if success.
4518         (_exit): If child, set exit code.
4519         (__vfork_record_death): Only close process handle if valid.
4520         * libc/sys/win32/wait.c (wait_for_single): Watch for children that
4521         didn't exec.
4522         (wait_for_any): Likewise.  Start scan after root entry.
4523
4524 Fri Sep  8 18:48:02 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
4525
4526         * libc/include/sys/types.h (off_t): off_t back to 32 bits.
4527         * libc/include/sys/_types.h (_off_t): _off_t back to 32 bits.
4528         * libc/sys/win32/syscalls.c (_fstat): st_size is lower 32-bits
4529         of actual file length.
4530
4531         * libc/sys/win32/sys/wait.h: include <sys/types.h>.
4532         * libc/include/paths.h: _PATH_BSHELL added.
4533         * libc/include/sys/unistd.h: define STDIN_FILENO, STDOUT_FILENO,
4534         and STDERR_FILENO.
4535
4536 Thu Sep  7 21:02:22 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
4537
4538         * libc/include/ar.h: Added.
4539         * libc/include/sys/types.h: ino_t goes back to 32-bits.
4540         * libc/sys/win32/syscalls.h (hinfo): added .namehash field.
4541         * libc/sys/win32/syscalls.c (_open): compute .namehash based
4542         on filename.
4543         (_fstat): use .namehash for inode number of the fd.
4544
4545 Thu Sep  7 12:57:19 1995  steve chamberlain  <sac@slash.cygnus.com>
4546
4547         * libc/sys/win32/{console,ioctl,pipe,spawn,syscalls,wait}.? (*):
4548          Change hinfo to __this_procinfo.
4549         * libc/sys/win32/crt0.c: Remove procinfo_list.
4550
4551 Wed Sep  6 18:38:26 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4552
4553         * libc/include/sys/types.h (ino_t): Define ino_t correctly for
4554         win32 environment.
4555
4556 Wed Sep  6 18:09:29 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
4557
4558         * libc/sys/win32/include/grp.h: Removed.
4559         * libc/sys/include/grp.h: Added.
4560         * libc/sys/win32/grp.c: Include <grp.h>.
4561
4562 Wed Sep  6 16:52:48 1995  steve chamberlain  <sac@slash.cygnus.com>
4563
4564         * libc/include/sys/signal.h (__need_MAX_SIGNALS): Removed.
4565         (sigset_t, sigaction, SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK):
4566         Defined for all but strict ANSI.
4567         * libc/include/sys/reent.h (__need_MAX_SIGNALS): Removed.
4568         * libc/include/machine/setjmp.h: Get win32 _JBLEN right.
4569         * libc/signal/signal.c (_signal_r): Changed from using
4570         _MAX_SIGNALS to NSIG.  
4571         * libc/sys/win32/crt0.c (__current_pid, __parent_hmap, __child_hmap,
4572          __hmap): Deleted.
4573         (__strace, __vfork_next_pid): New.
4574         (__exe_suffix): Default to 1.
4575         (passover, table): Understand quoted arguments.
4576         (vfork_init_first): New.
4577         (vfork_init): Initialize new process structure.
4578         (mainCRTStartup): Pass environ to main.
4579         * exceptions.c (__sig_mask): New
4580         (ehandler3): Ignore signals in mask.
4581         (really_exit): Remove CHILD_P test.
4582         * pipe.c (pipe, dup, dup2): Use new process and file structure.
4583         * resource.c (getrusage): Ditto.
4584         * signal.c (sigprocmask): New.
4585         * spawn.c (*): Rewritten.
4586         * syscalls.c (*): Use new process and file structure.
4587         (find_unused_handle): New.
4588         * syscalls.h (MAX_HANDLES): Deleted.
4589         (hinfo): Removed child_created_p.
4590         (MAX_CHILDREN): Deleted.
4591         (vfork_jmp_info, procinfo): New.
4592         * wait.c (*): Mostly new.
4593         * sys/strace.h (_STRACE_PARANOID): New.
4594         * sys/param.h: New file.
4595
4596 Wed Sep  6 17:03:53 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4597
4598         * libc/include/sys/stat.h: add S_BLKSIZE.
4599         * libc/include/sys/_types.h: _off_t is a 64-bit type under win32.
4600         * libc/include/sys/types.h: define off_t and ino_t to be 64 bit
4601         types under win32.
4602         (mode_t): add a #else to avoid multiple definitons.
4603
4604         * libc/sys/win32/Makefile.in: add grp.c.
4605         * libc/sys/win32/grp.c: include grp.h correctly.
4606         * libc/sys/win32/syscalls.c (_fstat): set almost all of the fields
4607         of the st structure with real information.
4608         * libc/sys/win32 (dirent): d_ino is of type ino_t.
4609
4610 Wed Sep  6 10:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
4611
4612         * libc/include/sys/types.h (mode_t): Correct for svr4 sparc's
4613         and (maybe) sparc64.
4614         (nlink_t): Provide typedef.
4615
4616 Tue Sep  5 18:46:05 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
4617
4618         * libc/sys/win32/grp.c: New file.
4619         * libc/sys/win32/include/grp.h: New file.
4620
4621 Tue Sep  5 13:47:27 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4622
4623         * libc/include/machine/ieeefp.h: Added whitespace to make this
4624         file easier to maintain.
4625         On the sh, define either __IEEE_BIG_ENDIAN or __IEEE_LITTLE_ENDIAN
4626         depending on the value of __LITTLE_ENDIAN__.
4627         On the sh3e, define _DOUBLE_IS_32BITS.
4628         
4629 Fri Sep  1 15:35:18 1995  James G. Smith  <jsmith@beauty.cygnus.com>
4630
4631         * libc/sys/vr4300/syscalls.c: Added missing support
4632         routines. _raise() and getpid().
4633
4634 Fri Sep  1 14:12:48 1995  James G. Smith  <jsmith@rtl.cygnus.com>
4635
4636         * configure.in (mips*vr4300*-*-elf): Fixed silly mistake
4637
4638 Fri Sep  1 08:42:11 1995  James G. Smith  <jsmith@beauty.cygnus.com>
4639
4640         * configure.in (mips*vr4300*-idt-*) Add support for RISQ monitor
4641         and VR4300 processor.
4642         * libc/sys/vr4300: Add directory.
4643         * libc/sys/vr4300/{Makefile.in, crt0.S, syscalls.c}: Add SIM
4644         monitor run-time support.
4645
4646 Thu Aug 31 09:16:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4647
4648         * libc/stdlib/Makefile.in (CHEWOUT_FILES): Removed atol.def.
4649         * libc/stdlib/stdlib.tex: Don't include atol.def.
4650
4651 Wed Aug 30 20:38:28 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4652
4653         * libc/sys/win32/uname.c (uname): hardcode processor as `i386'.
4654
4655 Wed Aug 30 10:48:08 1995  steve chamberlain  <sac@slash.cygnus.com>
4656
4657         * libc/ctype/Makefile.in: Fill in _to* dependencies.
4658
4659 Tue Aug 29 17:14:29 1995  steve chamberlain  <sac@slash.cygnus.com>
4660
4661         * libc/sys/win32/{dirsearch.c,sys/dirent.h}: Fix namespace problems.
4662         * libc/sys/win32/sys/dirent.h (struct dirent): Added d_ino.
4663         * libc/sys/win32/strace.c (__sys_printf): Increase size of buffer.
4664         * libc/sys/win32/smallprint.c (__small_vsprintf): Remove debug.
4665         * libc/sys/win32/dirsearch.c (readdir): Set d_ino.
4666
4667 Tue Aug 29 19:00:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4668
4669         * libc/stdlib/atol.c (atol): DEFUN -> _DEFUN.
4670
4671 Tue Aug 29 16:08:09 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4672
4673         * libc/stdlib/Makefile.in (OFILES): Added atoff.o and atol.o.
4674         * libc/stdlib/atoff.c: New file.
4675         * libc/stdlib/atof.c (atoff): Moved to atoff.c.
4676         * libc/stdlib/atoi.c (atol): Removed.
4677         * libc/stdlib/atol.c: Removed duplicate documentation.
4678
4679         * libc/include/ctype.h (_tolower, _toupper): Moved inside
4680         #ifndef _STRICT_ANSI conditional.
4681         * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o
4682         * libc/ctype/_tolower.c: New file.
4683         * libc/ctype/_toupper.c: New file.
4684         * libc/ctype/tolower.c (_tolower): Moved to _tolower.c.
4685         * libc/ctype/toupper.c (_toupper): Moved to _toupper.c.
4686         * libc/ctype/toascii.c (_toascii): Removed.
4687
4688 Tue Aug 29 12:17:32 1995  Doug Evans  <dje@canuck.cygnus.com>
4689
4690         * libc/sys/sparc64/sys/types.h: Deleted.
4691
4692 Mon Aug 28 22:06:08 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4693
4694         * libc/sys/win32/uname.c (uname): change `Windows/NT' to `Windows_NT'
4695         and recognize Windows_95 systems.
4696
4697 Mon Aug 28 19:50:54 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4698
4699         * libc/sys/win32/crt0.c (vfork_init, hmap_init): standard I/O fds
4700         and passed fds should be opened in text mode.
4701
4702 Mon Aug 28 18:51:22 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
4703
4704         * libc/sys/win32/crt0.c (vfork_init): mark passed fds as used
4705         in __hmap, set to binary mode by default.
4706
4707 Tue Aug 22 14:12:37 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4708
4709         * libc/sys/sh/syscalls.c: Updated all functions to call __trap34.
4710         * libc/sys/sh/trap.S (__trap34): Renamed from __trap3.  Use trap
4711         vector 34.
4712
4713 Sat Aug 19 18:25:37 1995  steve chamberlain  <sac@slash.cygnus.com>
4714
4715         * Makefile.in (install): Install all libraries found in the
4716         top level.  If there's a sys/<type>/include directory,
4717         install those headers into include.
4718
4719         * libc/sys/win32/kernel.def351: Delete
4720         * libc/sys/win32/{comctl32.def, comdlg32.def, ctl3d32.def,
4721         glaux.def, glu32.def, largeint.def, libc.def, libcmt.def,
4722         lz32.def, mgmtapi.def, mpr.def, msacm32.def, msvcrt.def,
4723         nddeapi.def, netapi32.def, odbc32.def, odbccp32.def, oldnames.def,
4724         ole32.def, oleaut32.def, opengl32.def, rasapi32.def, rpcndr.def,
4725         rpcns4.def, rpcrt4.def, scrnsave.def, shell32.def, snmp.def,
4726         uuid.def, vdmdbg.def, version.def, vfw32.def, win32spl.def,
4727         winmm.def, winspool.def, winstrm.def, wsock32.def}: New.
4728
4729         * libc/sys/win32/Makefile.in: Update for new files and new dlltool options.
4730         * libc/sys/win32/crt0.c: Force all env names to upper case.
4731         * libc/sys/win32/sys/win*.h -> libc/sys/win32/include
4732         * libc/sys/win32/*.c: Headers have moved.
4733         * libs/sys/win32/*.[ch]: Test for open_p rather than BAD_HANDLE,
4734         __vfork_child_idx is now __vfork_child_ptr.
4735
4736         * posix/execvp (execvp): Don't crash if no PATH envname.
4737
4738 Fri Aug 18 12:22:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4739
4740         * libc/include/sys/reent.h (_Bigint): Removed _reclaim field.
4741         * libc/reent/reent.c (_reclaim_reent): Free Bigint's by going
4742         through the _freelist instead of through the _reclaim list.
4743         * libc/stdlib/mprec.c (_Balloc): Don't put new node on _reclaim list.
4744         * libc/stdlib/mprec.c (_Bcopy): Make like version in master dtoa.c
4745         sources.
4746
4747 Thu Aug 17 11:03:27 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4748
4749         * libc/machine/h8500/setjmp.S: New file.
4750         * libc/include/machine/setjmp.h: Updated for H8/500.
4751
4752 Wed Aug 16 16:19:11 1995  steve chamberlain  <sac@slash.cygnus.com>
4753
4754         * libc/sys/win32/syscalls.c (_open): More stracing.
4755         (_stat): Open the file in O_BINARY.
4756
4757 Wed Aug 16 15:49:01 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4758
4759         * libc/machine/h8300/setjmp.S: New file.
4760         * libc/include/machine/setjmp.h: Updated for H8/300 and H8/300H.
4761
4762 Tue Aug 15 10:31:09 1995  Doug Evans  <dje@canuck.cygnus.com>
4763
4764         * libc/sys/win32/crt0.c (__exe_suffix): New global.
4765         (mainCRTStartup): Set __exe_suffix from LIBC_EXE_SUFFIX.
4766         * libc/sys/win32/spawn.c (_spawn): Add .exe suffix based on
4767         __exe_suffix.  Free fd_tab after setting env variable.
4768         (spawnv,_execve): Update.
4769         * libc/sys/win32/syscalls.h (__exe_suffix): Declare.
4770         * libc/sys/win32/smallprint.c (puts,putn): New (static) functions.
4771         (__small_vfprintf): New function.
4772         * libc/sys/win32/strace.c (__sys_printf): Call __small_vfprintf.
4773         * libc/sys/win32/wait.c (cwait): Validate argument.
4774
4775         * libc/sys/win32/syscalls.c (queue_file_deletion): Add trace message.
4776         (process_deletion_queue): Likewise.
4777
4778         * libc/sys/win32/Makefile.in (lib.a): Don't call $(RANLIB).
4779
4780 Mon Aug 14 10:14:10 1995  steve chamberlain  <sac@slash.cygnus.com>
4781
4782         * libc/sys/win32: Copyrights and gratuitous indenting.
4783
4784 Mon Aug 14 01:32:58 1995  Doug Evans  <dje@canuck.cygnus.com>
4785
4786         * libc/sys/win32/syscalls.c (queue_file_deletion): Finish.
4787         (process_deletion_queue): Likewise.
4788         (__close_all_files): New function.
4789         (_close): Only queue file deletion if really a file.
4790         * libc/sys/win32/spawn.c (_spawn): Only ensure .exe suffix if
4791         _P_APPEND_EXE.
4792         (_exit): Call __close_all_files.
4793
4794         * libc/stdlib/system.c: #include <errno.h>.
4795         (_system_r): Fix results in -DNO_EXEC case.
4796
4797         * libc/sys/win32/sys/dirent.h (DIR): New member __d_dirname.
4798         Reorganize structure.
4799         * libc/sys/win32/dirsearch.c (opendir): Use stat to determine
4800         if argument is valid.  Save directory name in DIR.  malloc space
4801         for dirent struct separately.
4802         * libc/sys/win32/syscalls.c (stat): Fix test for directory.
4803
4804         * libc/include/errno.h (ENAMETOOLONG): Define.
4805         * libc/string/strerror.c (strerror): Reword ENFILE.
4806         Add ENOSYS, ENMFILE, ENOTEMPTY, ENAMETOOLONG.
4807
4808 Sun Aug 13 22:42:25 1995  Doug Evans  <dje@canuck.cygnus.com>
4809
4810         * libc/sys/win32/crt0.c (__progname): New global.
4811         (mainCRTStartup): Support strace=bitmask,filename.
4812         * libc/sys/win32/dirsearch.c (all fns): Add trace messages.
4813         * libc/sys/win32/syscalls.c (_write): Print parent trace message
4814         if error.
4815         (getcwd): Handle len too small.  Convert '\\' to '/'.
4816         * libc/sys/win32/sys/fcntl.h (O_RDWR): = O_RDONLY|O_WRONLY.
4817         Add prototypes for open, creat, fcntl.
4818         (O_APPEND): Change value to conform to Microsoft's value.
4819         * libc/sys/win32/sys/strace.h (_STRACE): Protect in do/while.
4820
4821         * libc/stdlib/getopt.c: New file.
4822         * libc/stdlib/Makefile.in: Build it.
4823
4824 Sat Aug 12 12:17:14 1995  Doug Evans  <dje@canuck.cygnus.com>
4825
4826         * libc/posix/execvp.c (execvp): Watch for DOS drives ifdef _WIN32.
4827         Fix scanning of $PATH.
4828         * libc/posix/exec*.c: Call _execve, not execve.
4829         * libc/posix/execve.c: New file.
4830         * libc/posix/Makefile.in (OFILES): Add execve.o.
4831
4832         * libc/sys/win32/sys/strace.h (_STRACE_ALL, _STRACE_UHOH,
4833         _STRACE_STARTUP, _STRACE_SYSCALL): More bit masks of things to trace.
4834         (_STRACE): If level==0, always print.  Handle new bit mask scheme.
4835         * libc/sys/win32/crt0.c: Update _STRACE calls.
4836         * libc/sys/win32/{pipe.c,resource.c,spawn.c,syscalls.c,wait.c}: Ditto.
4837
4838         * libc/sys/win32/smallprint.c (rn): Fix digit list.
4839
4840         * libc/sys/win32/syscalls.c (__really_exit): Move from here,
4841         * libc/sys/win32/exceptions.c (really_exit): to here. Avoid recursion.
4842         * libc/sys/win32/spawn.c (spawnvp): Pass `prog' as image name.
4843         Print __seterrno trace message first.
4844         (_execve): Renamed from execve.
4845         (vfork): Update __strace usage.
4846         (__vfork_child_pid): Deleted.
4847         (__vfork_children, __vfork_child_idx): New globals.
4848         (_spawnvp): New function.
4849         (spawnvp, spawnv, _execve): Call _spawnvp.
4850         (init_child): Record child in __vfork_children.
4851         (__vfork_get_entry, __vfork_record_death): New functions.
4852         * libc/sys/win32/crt0.c (mainCRTStartup): Initialize __vfork_children.
4853         * libc/sys/win32/kernel32.def (WaitForMultipleObjects): Define.
4854         * libc/sys/win32/syscalls.h (CHILD_P): New macro.  All files updated.
4855         (MAX_CHILDREN, CHILD_INTERIM_PID): Define.
4856         (children): New typedef.
4857         (__vfork_children,__vfork_child_idx): Declare.
4858         (__vfork_get_entry,__vfork_record_death): Declare.
4859         * libc/sys/win32/wait.c (wait_for_single,wait_for_any): New functions.
4860         (waitpid): Handle pid == -1.
4861         * libc/sys/win32/sys/wintypes.h (WaitForMultipleObjects): Declare.
4862         * configure.in (i386-win32): Add -DNO_FORK.
4863         * libc/syscalls/sysfork.c (fork): Don't define for NO_FORK.
4864         * libc/reent/execr.c (_fork_r): Likewise.
4865         * libc/stdlib/system.c (do_system): New function.
4866         If WIN32, try to get shell path from $SH_PATH, use vfork.
4867         (_system_r): Return 1 for (s == NULL) if WIN32 or unix,
4868         otherwise return 0.
4869
4870 Sat Aug 12 11:08:00 1995  steve chamberlain  <sac@slash.cygnus.com>
4871
4872         * libc/stdlib/{mallocr.c, mstats.c}: Move mstats from mallocr to mstats.c.
4873         * libc/sys/win32/fcntl.h: Don't include self.
4874         * libc/sys/win32/sys/strace.h (_STRACE_WM, _strace_wm): New.
4875         * libc/sys/win32/sys/winbase.h: (GetUserName) New.
4876         * libc/sys/win32/sys/wincon.h (HANDLER_ROUTINE): Define correctly.
4877         * libc/sys/win32/sys/wintypes.h (GetFileType, GetCurrentProcess, CloseHandle,
4878         SetFilePointer, CreateFileA, GetFileInformationByHandle, GetStdHandle):
4879         Correct prototypes.
4880         * libc/sys/win32/strace.c: New file.
4881         * libc/sys/win32/smallprint.c: New file.
4882         * libc/sys/win32/crt0.c (func): Delete.
4883         (mainCRTStartup): Fix alloca usage.  Set handles explictly.
4884         * libc/sys/win32/dirsearch.c: Clean up handle usage, fix calls to __seterrno.
4885         * libc/sys/win32/exceptions.c: Lint.
4886         * libc/sys/win32/{ioctl.c, pipe.c, resource.c, spawn.c, cwait.c, syscalls.c}:
4887         Clean up handle usage.
4888         * libc/sys/win32/syscalls.c (__sys_printf): Moved into strace.c
4889         (open.c): Default file type is text.
4890         * libc/sys/win32/uname.c (uname): Use __small_sprintf.
4891         * libc/sys/win32/advapi32.def: New      
4892
4893 Fri Aug 11 17:11:52 1995  Doug Evans  <dje@canuck.cygnus.com>
4894
4895         * configure.in (posix_dir, libc_posix_lib): New variables.
4896         Define LIBC_POSIX_LIB in makefile to be $libc_posix_lib.
4897         (i[345]86-*-win32): Define posix_dir.
4898         Delete -DNO_EXEC.  Define -DHAVE_OPENDIR.
4899         (if unix_dir): Fix typo.
4900         * libc/posix/{Makefile.in,closedir,opendir,readdir,rewinddir,
4901         scandir,seekdir,telldir}: New files.
4902         * libc/posix/{execl.c,execle.c,execlp.c,execv.c,execvp.c}: Move here
4903         from libc/unix.
4904         * libc/Makefile.in (LIBC_POSIX_LIB): Define.
4905         (SUBDIRS): Add posix.
4906         (SUBLIBS): Add $(LIBC_POSIX_LIB).
4907
4908         * libc/include/sys/signal.h (SIGCHLD): Add for _WIN32.
4909         (NSIG): Increase to 21.
4910         * libc/include/sys/unistd.h (pid_t): Move from here,
4911         * libc/include/sys/types.h (pid_t): to here.
4912
4913         * libc/sys/win32/syscalls.h: #include "sys/strace.h".
4914         (__ptrace): Delete.
4915         (hinfo): New members close_exec_p, child_created_p.
4916         (struct exception_list): Define.
4917         (__hmap): Redefine as pointer to table.
4918         (__parent_hmap, __child_hmap): New globals.
4919         (__set_errno, __really_exit): Declare.
4920         (__vfork_child_pid): Declare.
4921         * libc/sys/win32/crt0.c (__strace, __trace_file): New global.
4922         (__orig_stdin, __orig_stdout, __orig_stderr): New globals.
4923         (__parent_hmap, __child_hmap): New globals.
4924         (__hmap): Redefine as pointer to active map.
4925         (__get_console): New function.
4926         (mainCRTStartup): Change leading '=' in environ vars to '!'.
4927         (env __FD_TABLE__): Watch for this and initialize our fd/handle
4928         mapping table from it if defined.
4929         (argv, envp): Dump if __strace >= 4.
4930         (main): Call here.
4931         * libc/sys/win32/exceptions.c (myp): Redefine.
4932         (__syscalls_b): Delete.
4933         (__stack_trace): New function.
4934         (ehandler3): Update to use _STRACE.  Print stack trace.
4935         Call __really_exit instead of exit.
4936         (init_exceptions): Delete args argc,argv.  New arg mine.
4937         * libc/sys/win32/kernel32.def (CreatePipe, DuplicateHandle, FindClose,
4938         FindFirstFileA, FindNextFileA, GetComputerNameA,
4939         GetEnvironmentVariableA, ReadFile, SetEnvironmentVariableA): Define.
4940         * libc/sys/win32/signal.c (signal): Validate arg.
4941         (alarm, sleep): Define as stubs for now.
4942         * libc/sys/win32/syscalls.c (all fns): Update to use _STRACE.
4943         (__syscalls_b, errno): Delete.
4944         (__vfork_child_pid, __vfork_jmp_buf): New globals.
4945         (__seterrno): Handle more errors.
4946         (__sys_printf): Renamed from _ptrace.
4947         (__really_exit): New function.
4948         (queue_file_deletion, process_deletion_queue): New functions.
4949         (__resume_parent): New function.
4950         (_unlink): Handle trying to delete open file.
4951         (__totime_t): Renamed from totime_t.
4952         (setsid, __read, __write): New functions.
4953         (cwait, spawnvp, R, D, getrusage, _execve, _fork, _wait): Delete.
4954         * libc/sys/win32/{dirsearch.c,getlogin.c,misc.c,resource.c,passwd.c,
4955         times.c,spawn.c,pipe.c,wait.c,termios.c,ioctl.c,uname.c}: New files.
4956         * libc/sys/win32/console.c: Update to new definition of __hmap.
4957         * libc/sys/win32/Makefile.in: Build new files.
4958         * libc/sys/win32/sys/{dirent.h,winerror.h,wait.h,termios.h}: New files.
4959         * libc/sys/win32/sys/{ioctl.h,utsname.h}: New files.
4960         * libc/sys/win32/sys/strace.h: Renamed from ptrace.h.
4961         * libc/sys/win32/sys/wintypes.h (GetCurrentDirectoryA): Fix prototype.
4962
4963 Thu Aug 10 16:32:52 1995  Doug Evans  <dje@canuck.cygnus.com>
4964
4965         * libc/sys/h8500hms/misc.c (kill): Handle SIGABRT.
4966
4967 Thu Aug 10 12:07:38 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4968
4969         * libc/stdlib/{dtoa.c, strtod.c}: Merged assorted changes that
4970         have been made to the master dtoa.c sources (from netlib.att.com)
4971         since they were integrated into newlib in early 1992.  Fixes
4972         problems with storage leaks and handling of numbers with very
4973         negative exponents.
4974         
4975 Wed Aug  9 14:18:39 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4976
4977         * Makefile.in (all): set rootpre and srcrootpre before calling
4978         sub-makes.
4979
4980 Tue Aug  8 17:20:45 1995  steve chamberlain  <sac@slash.cygnus.com>
4981
4982         * libc/sys/win32/crt0.c: Change __hmap usage.
4983         * libc/sys/win32/exceptions.c: Use _ptrace call.
4984         * libc/sys/win32/syscalls.c: Use _ptrace call.
4985         (read, write): Cope with DOS style CRLF when in TEXT mode.
4986         * libc/sys/win32/syscalls.h: Declare hinfo struct.
4987         * libc/sys/win32/user32.def: Get DefWindowProc arg list right.
4988         * libc/sys/win32/sys/fcntl.h, ptrace.h: New.
4989         * libc/sys/win32/sys/windows.h: Fill in rest of messages.
4990         * libc/sys/win32/sys/wintypes.h: Fix attribute syntax.
4991
4992 Mon Aug  7 13:04:54 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4993
4994         * libc/include/math.h (cabs, cabsf, drem, dremf): New declarations.
4995
4996         * libm/math/{w_cabs.c, wf_cabs.c, w_drem.c, wf_drem.c}: New files,
4997         wrappers for hypot() and remainder() for BSD libm compatibility.
4998         These are public domain implementations written by me for the
4999         NetBSD libm some time ago.  Note cabs() is required by ucbtest.
5000         * libm/math/Makefile.in (obj): Added w_cabs.o and w_drem.o.
5001         (fobj): Added wf_cabs.o and wf_drem.o.
5002
5003 Thu Aug  3 08:13:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5004
5005         * libc/sys/h8500hms/misc.c: New file.
5006         * libc/sys/h8500hms/Makefile.in (OFILES): Add misc.o.
5007
5008 Wed Aug  2 16:46:27 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5009
5010         * libc/time/localtime.c (localtime): Fix problem with leap year
5011         handling.  Stole algorithm from Arthur David Olson's tz code.
5012         
5013 Mon Jul 31 10:21:54 1995  steve chamberlain  <sac@slash.cygnus.com>
5014
5015         * configure.in: (z8k-*sim): Renamed z8k-*-coff.
5016
5017         * libc/sys/z8ksim/glue.c (_getpid, _kill): New
5018         (_exit): Use argument.
5019
5020 Fri Jul 28 15:17:04 1995  Doug Evans  <dje@canuck.cygnus.com>
5021
5022         * libc/sys/win32/sys/winbase.h (_WINBASE_H): Define.
5023
5024 Wed Jul 26 16:24:19 1995  steve chamberlain  <sac@slash.cygnus.com>
5025
5026         * libc/sys/sh/trap.S (perrno): Align correctly. (pr 7532)
5027
5028 Mon Jul 24 13:42:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5029
5030         * configure.in (sparc*): Add -DMALLOC_ALIGNMENT=8 to
5031         target_cflags.
5032
5033 Mon Jul 24 11:42:07 1995  steve chamberlain  <sac@slash.cygnus.com>
5034
5035         * libc/sys/win32/crt0.c (mainCRTStartup):  Look for
5036         ptrace with case insensitivity
5037         * libc/sys/win32/{user32.def, gdi32.def, exceptions.c, screen.c,
5038         sys/winbase.h,  sys/windows.h, sys/wintypes.h, sys/winuser.h}:
5039         New files.
5040
5041 Fri Jul 21 11:22:26 1995  Doug Evans  <dje@canuck.cygnus.com>
5042
5043         * Makefile.in: Multilib support moved to ../cfg-ml-{com,pos}.in.
5044         (MULTITOP, MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): New variables.
5045         (all, install, *clean): Use new multilib support.
5046         * configure.in: Multilib support moved to ../cfg-ml-{com,pos}.in.
5047
5048 Fri Jul 21 07:11:42 1995  steve chamberlain  <sac@slash.cygnus.com>
5049
5050         * libc/include/sys/signal.h (__WIN32__): New.
5051
5052         * configure.in (i386-*-win32): Remobe SBRK_IS_ALLOC.
5053
5054         * libc/stdlib/mprec.c (Balloc): Fix trampling problem.
5055         (ulp, b2d): Handle 32 bit doubles.
5056         * libc/stdlib/mprec.h:  Handle 32 bit doubles.
5057         * libc/stdlib/strtod.c (_strtod_r): Ditto.
5058
5059 Fri Jul 14 08:24:58 1995  steve chamberlain  <sac@slash.cygnus.com>
5060
5061         from medp@primag.co.uk:
5062         * libc/stdio/setvbuf.c (setvbuf): Fix line buffering on
5063         dynamically allocated buffers.
5064
5065 Thu Jul 20 10:11:03 1995  Fred Fish  <fnf@fishbowl>
5066
5067         * libc/include/sys/unistd.h (_exit):  Add _ATTRIBUTE ((noreturn)).
5068         * libc/stdlib/exit.c (unistd.h):  Include to pick up _exit() declaration.
5069
5070 Thu Jul 20 10:16:25 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
5071
5072         * configure.in (powerpc): Fix previous fix.
5073
5074 Wed Jul 19 14:08:55 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
5075
5076         * configure.in (powerpc-*eabiaix*): Update PowerPC multilib
5077         directories for this target.
5078
5079 Wed Jul 19 00:34:30 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
5080
5081         * configure.in (hppa): Add machine_dir definition.
5082         * libc/machine/hppa: New directory with PA specific implementations
5083         of the basic memory/string functions.
5084
5085 Tue Jul 18 21:16:00 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
5086
5087         * configure.in: Update current PowerPC multilib directories.
5088         Split big and little endian configurations.
5089
5090 Tue Jul 18 11:55:33 1995  Ian Lance Taylor  <ian@cygnus.com>
5091
5092         * configure.in: Add --enable-single-float option to configure to
5093         control use of MIPS single-float directories.  Default to yes.
5094
5095         * Makefile.in (all): Don't recurse into multilib directory if it
5096         does not exist.
5097
5098 Mon Jul 17 15:51:30 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5099
5100         * libc/sys/sh/syscalls.c: Fix typo.
5101
5102 Mon Jul  3 14:38:52 1995  Steve Chamberlain  <sac@slash.cygnus.com>
5103
5104         * Makefile.in, libc/Makefile.in, libc/sys/Makefile.in:
5105         Pass down DLLTOOL.
5106         * libc/include/process.h: Define WAIT_CHILD.
5107         * libc/include/types.h: Get sizes right for win32.
5108         * configure.in (i386-*-pe): Becomes i386-win32.
5109         * libc/sys/win32/{crt0.c, kernel32.def, longjmp.c, setjmp.c, syscalls.c
5110         wintypes.h,sys/file.h,sys/resource.h}: Second pass.
5111         * libc/stdlib/mallocr.c: Don't round up memory block if SBRK_IS_ALLOC
5112         is defined.
5113
5114 Wed Jun 28 18:34:54 1995  Steve Chamberlain  <sac@slash.cygnus.com>
5115
5116         * configure.in (i[345]86-*-pe):  New target (NT).
5117         * host/any: DLLTOOL new.
5118         * libc/sys/win32/{crt0.c, kernel32.def, longjmp.c, setjmp.c, syscalls.c
5119         wintypes.h,sys/file.h,sys/resource.h}: Preliminary support for
5120         WIN32 (just enough to cross host the comp-tools).
5121
5122 Thu Jun 22 11:45:18 1995  Doug Evans  <dje@canuck.cygnus.com>
5123
5124         * libc/machine/h8300/{cmpsi.S,ucmpsi.S,divhi3.S,mulhi3.S,mulsi3.S}:
5125         Deleted.  These files live in gcc/config/h8300/lib1funcs.asm now.
5126
5127 Mon Jun 19 11:40:40 1995  Doug Evans  <dje@canuck.cygnus.com>
5128
5129         * libc/include/machine/ieeefp.h (arm): Change to always be
5130         __IEEE_BIG_ENDIAN (even on little endian ARM's).
5131
5132 Thu Jun  8 14:22:28 1995  Steve Chamberlain  <sac@slash.cygnus.com>
5133
5134         * libc/sys/crt0.S: Initialze sp, and call exit after main.
5135         * libc/sys/syscalls.c (abort): New.
5136         * configure.in (arm): Define ABORT_PROVIDED.
5137
5138 Wed Jun  7 14:04:35 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5139
5140         * configure.in (powerpc): Define multidirs.
5141
5142 Mon Jun  5 16:10:13 1995  Doug Evans  <dje@canuck.cygnus.com>
5143
5144         * libc/sys/arm/crt0.S: Add __USER_LABEL_PREFIX__ support.
5145
5146 Thu Jun  1 10:51:47 1995  Sean Eric Fagan <sef@cygnus.com>
5147
5148         * configure.in (sparclite): Delete target_cflags.  Define multidirs.
5149
5150 Wed May 24 14:23:25 1995  Steve Chamberlain  <sac@slash.cygnus.com>
5151
5152         * configure.in, libc/include/machine/ieeefp.h: Modified
5153         for arm:
5154         libc/machine/arm/*, libc/sys/arm/*: New
5155
5156 Tue May 23 13:53:07 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5157
5158         * libc/include/machine/ieeefp.h: Use __PPC__ instead of
5159           __powerpc__ when determining endianness.
5160
5161 Wed May 10 07:55:56 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5162
5163         * configure.in (m68*): Add multidir for the m68332.
5164
5165         * host/any (CC): Fix typo in last change.
5166
5167 Fri Apr 14 22:20:31 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
5168
5169         * libc/include/sys/config.h: Test __m68k__ instead of __m68000__
5170         when determining endianness.
5171         * libc/include/machine/ieeefp.h: Ditto.
5172         * libc/machine/m68k/setjmp.S: Use '&' instead of '#' for immediate
5173         operands.
5174
5175 Fri Apr 14 14:14:29 1995  Doug Evans  <dje@chestnut.cygnus.com>
5176
5177         * libc/include/errno.h (ENOTEMPTY): Define.
5178
5179 Thu Apr  6 12:21:20 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5180
5181         * configure.in (sparc-sun-sunos*): Add -DMALLOC_ALIGNMENT=8 to
5182           target_cflags.
5183
5184         * libc/sys/sun4/Makefile.in (COPYOFILES): Added rem.o, multiply.o,
5185           and umultiply.o.
5186
5187         * libc/stdio/tmpnam.c (worker): Unconditionally increment count
5188           instead of only when open succeeds.  ANSI requires that multiple
5189           calls to tmpnam() result in different files.
5190
5191         * libc/sys/sun4/Makefile.in (COPYRENAMEOFILES): New macro, list of
5192           objects pulled in from /lib/libc.a that must be renamed before
5193           being pulled into newlib.  /lib/libc.a's div.o conflicted with
5194           newlib's file with the same name.
5195
5196         * libc/stdlib/ldiv.c (ldiv): Call labs() instead of abs().
5197
5198         * host/any (CC, AS, AR, RANLIB): Changed so that executables in
5199           the build tree will only be used if the executables are present
5200           (instead of just the Makefiles).
5201
5202         * libc/include/stdlib.h (mblen, mbtowc, wctomb, mbstowcs,
5203           wcstombs): Define.
5204         * libc/stdlib/{mblen.c, mbstowcs.c, wcstombs.c}: New files, null
5205           versions of these functions that I orignally wrote for the
5206           NetBSD C library.
5207         * libc/stdlib/{mbtowc.c, wctomb.c}: Replaced functions with
5208           versions I wrote for NetBSD.
5209
5210 Wed Mar 29 12:42:42 1995  Kung Hsu  <kung@mexican.cygnus.com>
5211
5212         * libc/sys/sparclite/Makefile.in: add crt0.s and make info.
5213         * libc/sys/sparclite/crt0.s: ditto.
5214
5215 Tue Mar 28 20:28:03 1995  Rob Savoye  <rob@rtl.cygnus.com>
5216
5217         * configure.in: Add soft-float for proelf.
5218
5219 Mon Mar 27 12:07:56 1995  Steve Chamberlain  <sac@bang.hack.com>
5220
5221         * libc/stdlib/mprec.h (Bcopy): Copy the right number
5222         of bytes.
5223
5224 Mon Mar 27 11:24:22 1995  Doug Evans  <dje@chestnut.cygnus.com>
5225
5226         * Makefile.in (all): Depend on `force'.
5227         * configure.in (syscall_dir): Renamed from fake_sys_dir.
5228         (libc_syscall_lib): Renamed from libc_fake_sys_lib.
5229         (LIBC_SYSCALL_LIB): Renamed from LIBC_FAKE_SYS_LIB.
5230         * libc/Makefile.in: Likewise.
5231         * libc/include/reent.h: Update syscall references.
5232         (_fcntl_r): Add prototype.
5233         * libc/syscalls/*.c #include <reent.h>.
5234         (*) Call reentrant version if REENTRANT_SYSCALLS_PROVIDED.
5235
5236 Mon Mar 20 16:57:39 1995  Doug Evans  <dje@deneb.cygnus.com>
5237
5238         * libc/include/sys/stat-dj.h (S_ISBLK): Define.
5239         (S_ISCHR, S_ISDIR, S_ISFIFO, S_ISREG): Define.
5240         * libc/include/sys/stat.h (stat-dj.h): Include ifdef MSDOS.
5241         (time.h, sys/types.h): Always include (even if MSDOS).
5242         (stat): Fix prototype.
5243
5244 Fri Mar 10 11:30:38 1995  Ian Lance Taylor  <ian@cygnus.com>
5245
5246         * configure.in (i[345]86-*-go32): Compile with -DNO_EXEC.
5247
5248 Mon Feb 27 18:00:39 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
5249
5250         * libc/machine/h8500/psi.S (EXTPSIHI_RN_SN): Ifdef out.
5251
5252 Mon Feb 13 16:10:03 1995  Ian Lance Taylor  <ian@cygnus.com>
5253
5254         * libc/include/regdef.h: New file.
5255         * libc/machine/mips/machine/regdef.h: New file.
5256
5257 Mon Feb  6 15:24:29 1995  Doug Evans  <dje@canuck.cygnus.com>
5258
5259         * libc/sys/sparc64/sys/fcntl.h (open): Add ellipsis.
5260
5261 Fri Jan 27 13:52:10 1995  Steve Chamberlain  <sac@splat>
5262
5263         * libc/sys/sh/crt0.S: Pass main's return to exit.
5264         * libc/sys/sh/trap.S: Put errno in the right place.
5265
5266 Tue Jan 24 18:57:56 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5267
5268         * libm/math/e_rem_pio2.c (__ieee754_rem_pio2): Integrate change
5269         from fdlibm 5.2: handle |x| < 3pi/4 more efficiently.
5270         * libm/math/ef_rem_pio2.c: Likewise.
5271         * libm/math/e_log10.c: Remove unused static one.
5272         * libm/math/ef_log10.c: Likewise.
5273         * libm/math/s_frexp.c: Likewise.
5274         * libm/math/sf_frexp.c: Likewise.
5275
5276 Sun Jan 22 21:26:14 1995  Steve Chamberlain  <sac@splat>
5277
5278         * libc/sys/go32/Makefile.in, clock.S, dir.c, setjmp.S, stat.c,
5279         longjmp.S: Upgraded.
5280         * libc/sys/go32/sys/setjmp.h: Upgraded.
5281         * libc/sys/go32/sys/go32.h, dpmi.h: New files.
5282
5283 Fri Jan 20 18:33:18 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5284
5285         * configure.in: Add many entries to multidirs for mips targets.
5286
5287 Wed Jan 18 10:19:25 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5288
5289         * libm/math/e_jn.c (__ieee754_yn): Integrate change from fdlibm
5290           5.2 which fixes bug where jn(-1,x) is three times larger than
5291           the actual answer.
5292         * libm/math/ef_jn.c (__ieee754_ynf): Likewise.
5293
5294 Sun Jan 15 21:48:58 1995  Steve Chamberlain  <sac@splat>
5295
5296         * libc/sys/w65/sys/syscalls.h: New file
5297         * libc/include/machine/ieeefp.h: W65 support.
5298         * libc/include/sys/config.h: Ditto.
5299         * libc/machine/w65/Makefile.in, cmpsi, divsi3, lshrhi.s, mulsi3.c,
5300         sdivhi3.s, smulhi3.s, udivhi3.s, umodhi3.s: New files.
5301         * libc/sys/w65/Makefile.in, crt0.c, syscalls.c, trap.c: New files.
5302
5303 Wed Jan 11 15:59:01 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5304
5305         * libc/sys/Makefile.in (lib.a, crt0.o): Depend upon subs.
5306
5307 Tue Jan  3 15:57:03 1995  Rob Savoye  <rob@darkstar.cygnus.com>
5308
5309         * Makefile.in, configure.in: Remove any references to the old
5310         "stub" dir.
5311
5312 Thu Dec 22 10:42:08 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5313
5314         * libc/syscalls/sysopen.c: Write _HAVE_STDC version of open, which
5315         uses ... in prototype.
5316
5317
5318 Wed Nov 30 08:39:42 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
5319
5320         * libc/sys/a29khif/sys/libconfig.h: Remove.
5321         * libc/sys/go32/sys/libconfig.h: Remove.
5322         * libc/sys/sun4/sys/libconfig.h: Remove.
5323         * libc/sys/sysvi386/sys/libconfig.h: Remove.
5324         * libc/sys/sysvnecv70/sys/libconfig.h: Remove.
5325         * libc/sys/sparc64/sys/libconfig.h: Remove.
5326
5327         * libc/include/_ansi.h (_FLOAT_ARG, _FLOAT_RET): Don't define.
5328         * libc/include/sys/config.h (_FLOAT_ARG, _FLOAT_RET): Likewise.
5329         * libc/include/math.h: Change all uses of _FLOAT_RET and
5330         _FLOAT_ARG to float.
5331         * libm/test/math.c: Likewise.
5332         * testsuite/libm.sac/math.c: Likewise.
5333         * testsuite/libm.sac/working/math.c: Likewise.
5334
5335 Wed Nov 23 22:39:28 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
5336
5337         * libc/sys/sh/trap.s,crt0.s,setjmp.s: Renamed with .S so that
5338         gcc calls gas with endian option.
5339         * configure.in (sh): Build little endian version too.
5340
5341 Wed Nov 16 18:21:45 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5342
5343         * configure.in: Configure big and little endian versions for MIPS
5344         targets.
5345
5346 Sat Nov 12 21:12:51 1994  Doug Evans  <dje@canuck.cygnus.com>
5347
5348         * libc/include/limits.h: Deleted.
5349         * libc/include/machine/limits.h: Deleted.
5350
5351 Thu Nov 10 15:32:44 1994  Rob Savoye  <rob@rtl.cygnus.com>
5352
5353         * ChangeLog: Remove stub directory. This has all been rewritten
5354         and moved to devo/libgloss.
5355
5356 Thu Sep 29 18:31:04 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5357
5358         * Makefile.in (dvi): Add to info target, use $@ in sub make.
5359         (docs): Merge into info target.
5360         * libm/Makefile.in (dvi): Add $(srcdir).
5361         * libm/math/Makefile.in (chobjs): Remove underscores from file
5362         names.  Texinfo doesn't like them.
5363         (wacos.def, ...): Add explicit targets for all .def files.
5364         * libm/math/math.tex: Remove underscores from @include file names.
5365         * doc/Makefile.in (dvi): Add dummy target.
5366         * testsuite/Makefile.in (dvi): Add dummy target.
5367
5368 Mon Sep 26 21:17:46 1994  Doug Evans  (dje@canuck.cygnus.com)
5369
5370         * Makefile.in (VERSION): Define.  For net newlib releases.
5371
5372 Thu Sep 22 19:01:26 1994  Doug Evans  (dje@canuck.cygnus.com)
5373
5374         * README: New file.
5375
5376 Mon Sep 19 16:35:23 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
5377
5378         * libc/stdlib/ecvtbuf.c (_gcvt): Undo last change.
5379
5380 Mon Sep 19 11:44:23 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5381
5382         * libc/stdlib/setenv.c (_findenv): Declare.
5383
5384         * libc/include/sys/fcntl.h: Fix declarations of open, creat, and
5385         fcntl to not use _EXFUN, and change string parameters to open and
5386         creat to be ``const char *''.
5387         * libc/sys/sparc64/sys/fcntl.h: Likewise.
5388         * libc/sys/sparc64/creat.c (creat): Make PATH const.
5389         * libc/syscalls/sysopen.c: Include <fcntl.h>.
5390         (open) Make _FILE const.
5391         * libc/sys/z8ksim/glue.c (_open): Make BUF const.
5392         (_creat): Make PATH const.
5393         * libc/sys/h8300hms/syscalls.c (_open): Make PATH const.
5394         * libc/sys/h8500hms/syscalls.c (_open): Likewise.
5395         * libc/sys/m88kbug/syscalls.c (open): Likewise.
5396         * libc/sys/sh/syscalls.c (_open): Likewise.
5397         * stub/shared/glue.c (open): Make BUF const.
5398         * stub/ex93x/syscalls.c (open): Make FILENAME const.
5399
5400 Thu Sep  8 16:39:12 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
5401
5402         * libc/include/errno.h: Add ENMFILE
5403         * libc/include/sys/config.h: Support Z8000.
5404         * libc/include/sys/signal.h: New signals for go32.
5405         * libc/machine/h8500/psi.S (__addpsir0r0): New function
5406         * libc/machine/h8500/cmpsi.S (__ucmppsi2): New function
5407         * libc/machine/sh/sdivsi3.s (__sdivsi3): Rewritten.
5408         * libc/stdlib/mallocr.c (_morecore_r): Minimum chunk
5409         size is variable, depending upon CHUNK_POWER.
5410         * libc/sys/go32/*.c: Upgrade to new go32 stuff.
5411
5412 Sun Sep  4 17:42:43 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
5413
5414         * libc/stdlib/ecvtbuf.c (_gcvt): Output '-' for negative numbers.
5415
5416 Fri Sep  2 10:56:01 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5417
5418         * libc/include/_ansi.h (_PARAMS): Don't define if already defined.
5419
5420 Wed Aug 24 11:11:03 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5421
5422         * configure.in: Change i[34]86 to i[345]86.
5423
5424         * libc/include/math.h: Don't define HUGE_VAL if it is already
5425         defined.
5426
5427 Wed Aug 17 15:18:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5428
5429         * testsuite/libm.sac/test_erfc.c: Correct some result values.
5430         * testsuite/libm.sac/test_gammaf.c: Likewise.
5431         * testsuite/libm.sac/test_sin.c: Likewise.
5432         * testsuite/libm.sac/test_tanh.c: Likewise.
5433
5434 Tue Aug 16 16:12:53 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5435
5436         * libc/include/machine/ieeefp.h: Don't try set endianness if it is
5437         already set.  Define typedefs __int32_t and __uint32_t.
5438         * libc/include/math.h: Include <machine/ieeefp.h>.
5439         (union __dmath): Use __uint32_t.
5440         * libm/math/fdlibm.h, libm/math/*.c: Use __int32_t and __uint32_t
5441         instead of int and unsigned int.
5442
5443 Thu Aug 11 15:16:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5444
5445         Replace the math library with the SunPRO fdlibm package.
5446         * libm/math: Completely changed all files.
5447         * libm/ieeefp: Remove contents and directory.
5448         * libm/Makefile.in (LIBM_FP_LIB): Remove.
5449         (SUBDIRS): Just set to math/lib.a.
5450         * libm/libm.texinfo: Updated for new library.
5451         * libc/include/math.h: Extensive changes for new math library.
5452         * libc/include/ieeefp.h (isnanf, isinff, finitef): Change argument
5453         from _FLOAT_ARG to float.
5454         (maxpowtwo, maxpowtwof): Don't declare.
5455         * configure.in (fp_dir): Removed; was always ieeefp anyhow.
5456         (libm_fp_lib): Removed.
5457         * Makefile.in (MATHOBJS_IN_LIBC): Updated with new file names.
5458         * testsuite/libm.paranoia/Makefile.in (check): Correct --srcdir
5459         argument to ${RUNTEST}.
5460         * testsuite/libm.sac/Makefile.in (LOCAL_CFLAGS): Define.
5461         (.c.o): New rule.
5462         (RUNTESTFLAGS): Set CC and CFLAGS.
5463         (TESTS): Remove test_log2 and test_log2f.
5464         (${TESTS}): Pass ${LOCAL_CFLAGS}, not ${CFLAGS}.
5465         * testsuite/libm.sac/math.c (run_vector_1): Use float, not
5466         _FLOAT_ARG, for single precision argument type.
5467         * testsuite/libm.sac/sac.exp: Treat an error in bit 63 as an
5468         expected failure.  Close the input pipe.
5469         * testsuite/libm.sac/test.c (test_sok, test_iok, test_scok):
5470         Correct misspelling of inaccurate.
5471         (test_mok): Use ``inaccurate'', not ``wrong''.
5472         * testsuite/libm.sac/{test_acos.c, test_acosh.c, test_asin.c,
5473         test_asinh.c, test_atan.c, test_atanh.c, test_ceil.c,
5474         test_ceilf.c, test_cos.c, test_cosh.c, test_erf.c, test_erf.c,
5475         test_fabs.c, test_floor.c, test_floorf.c, test_fmod.c,
5476         test_fmodf.c, test_gamma.c, test_log1p.c, test_log1pf.c,
5477         test_yn.c): Correct many result values.  Many are still wrong.
5478
5479         * libc/stdlib/ecvtbuf.c (print_e): If _dtoa_r sets decpt to 9999,
5480         just copy the string.
5481         (_gcvt): Always return the buffer.
5482
5483 Tue Aug  9 13:43:23 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
5484
5485         * bcopy.c: fixed documentation, bcopy was not specified by ANSI.
5486
5487 Wed Aug  3 05:39:41 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
5488
5489         * libc/include/sys/reent.h: (struct _Bigint): add _reclaim
5490         structure.
5491         (struct _reent): add _p5s, _cvtlen, _cvtbuf.
5492         (_reclaim_reent): declare new entry point.
5493         * libc/reent/reent.c (cleanup_glue, _reclaim_reent): new
5494         functions.
5495
5496         * libc/stdlib/mprec.c (Balloc): Keep track of every struct bigint
5497         ever allocated, so that we can later reclaim them all.
5498         (pow5mult): make reentrant.
5499
5500         * libc/stdlib/ecvtbuf.c (fcvtbuf, ecvtbuf): extend these functions
5501         so that when given NULL as a buffer, return a pointer to static
5502         space in the rent structure.  This is not documented behaviour;
5503         it's only to support ecvt and fcvt, which aren't ANSI anyway.
5504         * libc/stdlib/efgcvt.c (fcvt, ecvt) Use new functionality (and
5505         therefore become reentrant).
5506         
5507         * libc/stdlib/dtoastub.c: remove spurious inclusion of mprec.h.
5508
5509 Mon Aug  1 16:52:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5510
5511         * libc/include/machine/ieeefp.h: Check _AM29K, not ___AM29K__.
5512
5513 Thu Jul 28 15:40:21 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
5514
5515         * Makefile.in: Make link to libg.a after libc.a; this is needed
5516           for the testsuites to build executables when everything comes
5517           from the tree.
5518
5519 Mon Jun 27 17:14:29 1994  Bill Cox  (bill@rtl.cygnus.com)
5520
5521         * libc/Makefile.in: Add a VERSION variable so we can keep track.
5522         * libm/Makefile.in: Add a VERSION variable so we can keep track.
5523
5524 Wed Jun 22 10:26:00 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5525
5526         * libc/include/stdio.h: Use __VALIST, not va_list.
5527
5528 Tue May 17 15:43:28 1994  Bill Cox  (bill@rtl.cygnus.com)
5529
5530         * testsuite/config/unix-libm.exp, testsuite/lib/libm.exp,
5531         testsuite/libm.sac/execute.exp:
5532           Replace error proc calls with perror calls.
5533
5534 Wed May 11 09:25:28 1994  Doug Evans  (dje@canuck.cygnus.com)
5535
5536         * libc/include/*.h: #include "_ansi.h" instead of <_ansi.h>.
5537         * libc/include/time.h: #define NULL as 0L.
5538
5539 Mon May  9 18:41:20 1994  Doug Evans  (dje@canuck.cygnus.com)
5540
5541         * host/any (INCLUDES): Delete -I of gcc/include, gcc -B takes
5542         care of it.
5543
5544 Mon May  9 18:39:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5545
5546         * libc/include/sys/signal.h: Check for __GO32__, not __i386__ and
5547         not __unix__.
5548
5549 Sat May  7 17:07:36 1994  Steve Chamberlain  (sac@cygnus.com)
5550
5551         * configure.in (TARGET_CFLAGS): Set -O2 as default.
5552         (z8k-*-*): Use syscalls fake sys dir.
5553         * libc/sys/z8k/glue.c: Rename syscalls.
5554         * libc/sys/go32/Makefile.in: Use new routines.
5555         * libc/machine/Makefile.in: Fix typo in ln stuff.
5556
5557 Thu May  5 13:47:48 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5558
5559         * Makefile.in (libm.a, crt0.o): Use cp if ln fails.
5560         * libc/Makefile.in (crt0.o): Likewise.
5561         * libc/machine/Makefile.in (lib.a): Likewise.
5562         * libc/sys/Makefile.in (lib.a, crt0.o): Likewise.
5563
5564         All Makefile.in files: Added mostlyclean, realclean and distclean
5565         targets.
5566
5567         * Makefile.in: Don't bother to unexport XTRAFLAGS or
5568         XTRAFLAGS_FOR_TARGET, since they are no longer passed down from
5569         the top level Makefile.
5570
5571 Tue Apr 26 15:10:34 1994  Doug Evans  (dje@canuck.cygnus.com)
5572
5573         * libc/sys/sparc64/sys/stat.h: New file.
5574         * libc/sys/sparc64/sys/time.h: New file.
5575         * libc/sys/sparc64/sys/types.h: New file.
5576
5577 Fri Apr 22 12:58:24 1994  Stan Shebs  (shebs@andros.cygnus.com)
5578
5579         * stub/ex93x/crt0.s (start): Add code to clear bss.
5580
5581 Wed Apr 13 10:34:58 1994  Doug Evans  (dje@canuck.cygnus.com)
5582
5583         * libc/include/sys/types.h (time_t): Properly protect inside
5584         #ifndef __time_t_defined.
5585
5586         * libc/stdio/fileno.c: New file.
5587         * libc/stdio/Makefile.in (OFILES, CHEWOUT_FILES): Add fileno.
5588         (fileno.o): Add dependency.
5589         * libc/include/stdio.h (__sgetc): Rename never to _never.
5590         (fileno macro): Disable, needs to do CHECK_INIT first.
5591
5592 Mon Apr 11 17:37:09 1994  Bill Cox  (bill@rtl.cygnus.com)
5593
5594         * testsuite/Makefile.in (EXPECT, RUNTEST): Set these for the check
5595         goal.
5596
5597         * testsuite/Makefile.in (check): Set TCL_LIBRARY for runtest.
5598         * testsuite/libm.paranoia/Makefile.in (check): Set TCL_LIBRARY for
5599         runtest.
5600         * testsuite/libm.sac/Makefile.in (check): Set TCL_LIBRARY for
5601         runtest.
5602
5603 Sat Apr  9 16:18:09 1994  Doug Evans  (dje@cygnus.com)
5604
5605         * libc/sys/sparc64/sys/fcntl.h: New file, define solaris versions
5606         of the various constants.
5607
5608 Thu Apr  7 21:19:07 1994  Mark Eichin  (eichin@cygnus.com)
5609
5610         * libc/include/math.h: #ifndef __math_68881 around things which
5611         conflict with the (gcc-provided) inline functions in
5612         gcc/ginclude/math-68881.h.
5613
5614 Thu Apr  7 02:50:43 1994  Doug Evans  (dje@cygnus.com)
5615
5616         * libc/include/_syslist.h (_gettimeofday): Define.
5617         (_times): Ditto.
5618         * libc/include/reent.h: #include <machine/types.h> to get _CLOCK_T_.
5619         (struct tms, timeval, timezone): Declare.
5620         (_gettimeofday_r, _times_r): Declare.
5621         * libc/include/time.h (_CLOCK_T_): Don't #undef.  Remove
5622         #ifdef _CLOCK_T_ surrounding definition of clock_t.
5623         (time_t): Add multiple definition protection, __time_t_defined.
5624         * libc/include/sys/time.h: Don't #include <time.h>.
5625         Always define struct timezone (remove #ifndef _TIME_H_).
5626         * libc/include/sys/times.h (_CLOCK_T_): Don't #undef.  Remove
5627         #ifdef _CLOCK_T_ surrounding definition of clock_t.
5628         * libc/reent/Makefile.in (OFILES): Add timer.o.
5629         (CHEWOUT_FILES): Add timer.def.  Add timer.o/timer.c dependence.
5630         * libc/reent/timer.c: New file.
5631         * libc/time/clock.c: #include <reent.h>.
5632         (clock): Call _times_r instead of times.
5633         * libc/time/time.c (HAVE_GETTIMEOFDAY): Renamed from
5634         HAVE_GET_TIME_OF_DAY.
5635         Add comment regarding supporting OS routine(s) required (for docs).
5636         #include <reent.h>.
5637         (time): Call _gettimeofday_r instead of gettimeofday.
5638         * libc/time/asctime.c: Fix comment regarding supporting OS routines.
5639         * libc/time/ctime.c: Ditto.
5640         * libc/time/strftime.c: Ditto.
5641         * libc/sys/sparc64/Makefile.in (TEMPLATE_SFILES): Remove gettimeofday.
5642         (TEMPLATE_SFILES_R): Define here.  Also define times.
5643         Add times_r.o/times.S dependence.
5644         (time2.c, junk.c): Deleted.
5645         * libc/sys/sparc64/time2.c: Deleted.
5646         * configure.in (sparc64-*-*): Define HAVE_GETTIMEOFDAY.
5647
5648         * libc/stdio/mktemp.c (_getpid_r): Renamed from _getpid.
5649         * libc/stdio/tmpnam.c (_getpid_r): Ditto.
5650         * libc/sys/sparc64/junk.c: Deleted.
5651
5652 Mon Mar 21 16:51:03 1994  Doug Evans  (dje@canuck.cygnus.com)
5653
5654         * libc/sys/sparc64/Makefile.in: Add times syscall.
5655         * libc/sys/sparc64/crt0.S: Handle stack bias at run time so we can
5656         be used with and without it.  Add comment clarifying Medium/Anywhere
5657         model requirements.
5658         * libc/sys/sparc64/sigsetjmp.S (setjmp, longjmp): Add svr4 support.
5659         * libc/sys/sparc64/sys/syscall.h (SYS_times): Define for sunos4
5660         even if obsolete.
5661
5662 Sun Mar 20 15:51:47 1994  Doug Evans  (dje@cygnus.com)
5663
5664         * configure.in (target_cflags): Move init.
5665         (sparc64-*-*): Define HAVE_BLKSIZE.
5666
5667 Wed Mar  9 10:44:52 1994  Doug Evans  (dje@canuck.cygnus.com)
5668
5669         * libc/include/sys/_types.h: New file.
5670         * libc/include/reent.h: #include it.
5671         Add comment describing REENTRANT_SYSCALLS_PROVIDED and
5672         MISSING_SYSCALL_NAMES.
5673         Sort syscalls.
5674         * libc/include/_syslist.h: Remove _raise.
5675         * libc/reent/signalr.c: New file.
5676         * libc/reent/Makefile.in: Compile it.
5677         * libc/signal/signal.c: Only use ifdef SIMULATED_SIGNALS.
5678         Add doc for raise and _raise_r.
5679         * libc/signal/raise.c: Only use ifndef SIMULATED_SIGNALS.
5680         (raise): Call _raise_r.
5681         (_raise_r): Call _getpid_r and _kill_r.
5682         * libc/stdlib/abort.c: Remove inclusion of stdio.h and _syslist.h.
5683         (abort): Loop forever calling raise and _exit.
5684
5685 Mon Mar  7 14:40:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5686
5687         * configure.in: Remove extraneous echo.
5688
5689 Thu Mar  3 12:14:22 1994  Doug Evans  (dje@canuck.cygnus.com)
5690
5691         * libc/sys/sparc64/sys/dirent.h (MAXNAMLEN): #undef to avoid
5692         collision with unistd.h, and fix for svr4.
5693
5694 Wed Mar  2 13:55:25 1994  Doug Evans  (dje@canuck.cygnus.com)
5695
5696         * libc/stdio/local.h (_llicvt): Declare.
5697         (CVT_BUF_SIZE): Define (and buffer size from 512 to 128).
5698         * libc/stdio/cvt.c: Include "local.h" to get CVT_BUF_SIZE.
5699         (_llicvt): Define.
5700         (_sicvt): Fix function header (`value' is short).
5701         * libc/stdio/vfprintf.c (_vfprintf_r): Use CVT_BUF_SIZE.
5702         Add printing of long long's support.
5703         Add printing of 8 byte pointer support.
5704
5705 Fri Feb 11 21:52:11 1994  Steve Chamberlain  (sac@sphagnum.cygnus.com)
5706
5707         * libc/sys/sh/syscalls.c (pipe, execv, wait, fork, utime, chown,
5708         stat, chmod): New hooks. 
5709         (sbrk): Abort if stack and heap collide.
5710         * libc/machine/sh/udivsi3, libc/machine/sh/sdivsi3 Modified to
5711         shortcut when given small args.
5712         * libc/machine/sh/setjmp.s: Rewritten.
5713         * libc/machine/sh/strcmp.s (strcmp): New function takes advantage
5714         of cmp/str instruction.
5715
5716 Wed Feb  9 15:12:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5717
5718         * configure.in: Accept powerpc* as a CPU type, using fp_dir ieeefp
5719         and machine_dir powerpc.
5720         * libc/include/machine/setjmp.h, libc/include/machine/ieeefp.h:
5721         Add cases for __powerpc__.
5722         * libc/machine/powerpc/Makefile.in, libc/machine/powerpc/setjmp.S:
5723         New files.
5724
5725         * libc/include/stdio.h (_iprintf_r): Declare correctly.
5726
5727 Thu Jan 27 10:36:27 1994  Steve Chamberlain  (sac@cygnus.com)
5728
5729         * libc/stdlib/callocr.c: New file with _calloc_r in it.
5730         * libc/stdlib/calloc.c (calloc_r): Now in callocr.c
5731
5732 Thu Jan 20 15:14:37 1994  Doug Evans  (dje@canuck.cygnus.com)
5733
5734         * libc/stdlib/ecvtbuf.c (print_f): Remove local "done".
5735         (print_e): More comments to describe args, etc.
5736         "type" arg may now be 'g' or 'G' for %g/G format --> remove
5737         trailing blanks.
5738         (_gcvt): Remove locals decpt, sign, end, p, done.
5739         More comments for print_e invocation.
5740         Pass "type" to print_e as is (g/G).
5741
5742 Wed Jan 19 16:34:18 1994  Rob Savoye  (rob@darkstar.cygnus.com)
5743
5744         * stub/shared/m68k-crt0.S: Changed so it compiles (and runs) on a
5745         stock m68000. 
5746
5747 Mon Jan 17 15:41:53 1994  Doug Evans  (dje@canuck.cygnus.com)
5748
5749         * libc/stdlib/mallocr.c (_morecore_r): Fix aligning of pointer so it
5750         works with any sized pointer, including ones bigger than ints and
5751         longs.
5752
5753 Thu Jan  6 14:53:21 1994  Doug Evans  (dje@canuck.cygnus.com)
5754
5755         * libc/sys/sparc64/{time2.c,utime.S,utime2.c}: New files.
5756
5757 Sat Dec 11 16:17:20 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
5758
5759         * libc/include/stdlib.h (_calloc_r): Add prototype.
5760         * libc/machine/h8500/negsi2.c: New file.
5761         * libc/machine/h8500/divsi3.c: Prevent overflow when dividing v
5762         large unsigned numbers.
5763         * libc/machine/h8500/cmpsi.c: Add cmppsi.
5764         * libc/stdlib/mallocr.c (morecore_r): Fix aligning pointers so it
5765         works when sizeof(size_t) != sizeof(char *).
5766         * libc/stdlib/mprec.c (Balloc): Call calloc rather than malloc to
5767         get play area
5768         * libc/stdlib/mprec.h: Define Just_16 if generating for z8000.
5769
5770 Mon Dec  6 15:59:53 1993  Doug Evans  (dje@rtl.cygnus.com)
5771
5772         * libc/include/assert.h (assert): Handle -traditional.
5773
5774 Tue Nov 16 15:49:24 1993  Mark Eichin  (eichin@cygnus.com)
5775
5776         * Makefile.in: added ; after every "fi" and "done" that wasn't at
5777         the end of a line (ie. anything before a backslash continuation)
5778         so that bash handles them.
5779
5780 Tue Nov 16 12:31:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
5781
5782         * libc/sys/go32/lstat.s: new file, copied from stat.s and renamed
5783         stat to lstat
5784
5785 Mon Nov 15 15:50:43 1993  Steve Chamberlain  (sac@jonny.cygnus.com)
5786
5787         * libc/sys/sh/crt0.s, libc/sys/sh/trap.s,
5788         libc/machine/sh/sdivsi3.s, libc/machine/sh/setjmp.s,
5789         libc/machine/sh/udivsi3.s: Use new calling convention.
5790
5791 Mon Nov 15 15:25:38 1993  Mark Eichin  (eichin@cygnus.com)
5792
5793         * libc/include/sys/unistd.h, libc/include/sys/stat.h: ANSI-fy
5794         chmod, access, chdir, chown by making _path const. Also fix _amode
5795         param of access.
5796
5797 Fri Nov 12 20:25:28 1993  Mark Eichin  (eichin@cygnus.com)
5798
5799         * libc/sys/a29khif/_tmpnam.s (_tmpnam): renamed function to
5800         _khif_tmpnam, because it doesn't comply with ANSI but may be
5801         useful anyway. Real tmpnam was already in libc/stdio, and was
5802         colliding with this one (pr 2176.) 
5803         * libc/sys/a29khif/stubs.s (tmpnam): removed tmpnam. This file is
5804         the wrong idea anyhow.
5805
5806 Mon Nov  8 07:50:16 1993  Doug Evans  (dje@canuck.cygnus.com)
5807
5808         * configure.in: Remove h8300h, we have multilib now.
5809
5810 Fri Nov  5 12:37:27 1993  Mark Eichin  (eichin@cygnus.com)
5811
5812         * libc/string/strcasecmp.c, libc/string/strncasecmp.c: new
5813         functions, to get preference over the ones in libiberty (since we
5814         provide correct declarations in <string.h>.
5815         * libc/string/Makefile.in: add support for strncasecmp,
5816         strcasecmp.
5817
5818 Fri Nov  5 09:05:45 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
5819
5820         * Change netware config not to look for cpu explicitly.
5821
5822 Thu Nov  4 14:21:25 1993  Doug Evans  (dje@canuck.cygnus.com)
5823
5824         * libc/sys/sparc64/{creat.c,junk.c}: New files.
5825         * libc/sys/sparc64/Makefile.in: Add dependencies.
5826
5827 Wed Nov  3 10:42:49 1993  Doug Evans  (dje@canuck.cygnus.com)
5828
5829         * configure.in: Clean up v9 a bit, new "os" aoutv8.
5830
5831 Tue Nov  2 10:00:44 1993  D. V. Henkel-Wallace  (gumby@cygnus.com)
5832
5833         * libc/include/sys/reent.h: make structure smaller by allocating
5834         some stuff when needed.
5835         * libc/signal/signal.c: allocate as needed
5836         * libc/stdio/findfp.c,stdio/local.h: ditto
5837         * libc/stdlib/mprec.c: ditto
5838
5839         * libc/time/localtime.c: don't return a dangling stack ptr.
5840
5841 Wed Sep 29 20:42:34 1993  Rob Savoye  (rob@darkstar.cygnus.com)
5842
5843         * stub/mvme135/crt0.S, stub/mvme135/glue.c: Moved to stub/generic.
5844
5845 Wed Sep 29 16:27:49 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
5846
5847         * libc/include/stdio.h (__sputc): comment out static inline which
5848           confuses coff toolchains.
5849
5850 Thu Sep  2 16:31:36 1993  Mark Eichin  (eichin@cygnus.com)
5851
5852         * libc/sys/a29khif/{_close.s, _fstat.s, _lseek.s, _sbrk.s,
5853         _write.s, getpid.c, kill.c, read.s}:
5854         * libc/sys/a29khif/stubs.s: eliminated stubs that already go
5855         through the syscalls directory.
5856
5857 Fri Oct 29 13:59:58 1993  Jeffrey Wheat  (cassidy@cygnus.com)
5858
5859         * configure.in: fixed double quote gotcha.
5860
5861 Wed Oct 27 15:27:09 1993  Rob Savoye  (rob@darkstar.cygnus.com)
5862
5863         * stub/ex931: stub library for sparclite board.
5864         * stub/idp: Renamed from mc68ec. Added contructor table
5865         stuff to linker script.
5866         * stub/mvme135: Renamed from m68kmvme. Added contructor table
5867         stuff to linker script.
5868
5869 Tue Oct 26 17:01:23 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
5870
5871         * configure.in: Configure testsuites only if they exist.
5872
5873 Tue Oct 26 12:37:11 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5874
5875         * configure.in: Don't set machine_dir for i386 until there is
5876         something in libc/machine/i386 to compile.  For i[34]86-*-netware*
5877         use sys/netware, don't use signal, define NO_EXEC, ABORT_PROVIDED,
5878         CLOCK_PROVIDED and MALLOC_PROVIDED.
5879
5880         * libc/sys/netware: New directory.  Contains simplistic and
5881         probably incorrect stubs for NetWare.  Should be enough to load
5882         the library.
5883         * libc/sys/netware/crt0.c, libc/sys/netware/environ.c,
5884         libc/sys/netware/getpid.c, libc/sys/netware/link.c: New NetWare
5885         stub files.
5886
5887         * libc/reent/execr.c: Don't use if NO_EXEC is defined.
5888         * libc/reent/sbrkr.c: Don't use if MALLOC_PROVIDED is defined.
5889         * libc/stdlib/abort.c: Don't use if ABORT_PROVIDED is defined.
5890         * libc/time/clock.c: Don't use if CLOCK_PROVIDED is defined.
5891
5892 Mon Oct 25 16:48:08 1993  Roland H. Pesch  (pesch@cygnus.com)
5893
5894         * testsuite/Makefile.in: add "docs" dummy target for consistency
5895         with rest of newlib; turn "info" and "install-info" into dummy
5896         targets, since they wouldn't have worked.  (Depended on
5897         nonexistent "doc" subdir.)
5898
5899 Fri Oct 22 20:37:32 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
5900
5901         * configure.in: handle mips* instead of mips
5902
5903 Thu Oct 21 08:57:24 1993  Ian Lance Taylor  (ian@cygnus.com)
5904
5905         * libc/include/sys/dirent.h: New file.  If it is not overridden by
5906         a version of libc/sys/*/sys/dirent.h, it includes the next
5907         <dirent.h> file in case there is one lurking somewhere.
5908
5909 Fri Oct 15 14:17:40 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5910
5911         * libc/stdlib/strtoul.c (_strtoul_r): Several changes for ANSI
5912         compliance, namely: Accept a minus sign.  Consider a single 0 with
5913         a radix of 0 as being a conversion.  Determine overflow correctly.
5914         If an overflow occurs, set *ptr to the end of the number, not the
5915         middle.
5916         * lib/stdlib/strtol.c (_strtol_r): Determine overflow correctly.
5917
5918 Thu Oct 14 21:49:52 1993  Doug Evans  (dje@canuck.cygnus.com)
5919
5920         * libc/machine/h8300/divsi3.S (divmodsi4): Fix h8300h case.
5921
5922 Fri Oct  1 17:17:34 1993  Doug Evans  (dje@canuck.cygnus.com)
5923
5924         * Makefile.in (INSTALL): Use $srcrootpre.
5925         (crt0.o): Replace $< with $(CRT0_DIR)/$(CRT0), Sun make
5926         can't handle it.
5927         * libc/Makefile.in (crt0.o): Spell out $<, Sun make can't handle
5928         it.
5929         * libc/sys/Makefile.in (crt0.o, lib.a): Ditto.
5930         * stub/Makefile.in (crt0.o, TARGETLIB): Ditto.
5931         * libc/sys/sparc64/Makefile.in (isatty.o): Sun VPATH lossage.
5932         * libm/math/Makefile.in (matherr.o): Ditto.
5933
5934 Thu Sep 30 11:09:17 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
5935
5936         * configure.in: Build multidirs for z8k.
5937         * libc/include/stdlib.h (_strtoul_r): add prototype.
5938         * libc/include/machine/limits.h: Get INT_MIN right for all the z8k family.
5939         * libc/include/machine/setjmp.h: Add for z8k.
5940         * libc/machine/z8k/{mulsi.o, udivsi3.o, umodsi3.o, modsi3.o} obsolete.
5941         * libc/sys/z8ksim/glue.c: tidy up.
5942
5943 Mon Sep 20 14:04:46 1993  Doug Evans  (dje@canuck.cygnus.com)
5944
5945         * libc/unix/{execl.c execle.c execlp.c execv.c execvp.c}:
5946         New files.  Requires execve system call.
5947         * libc/unix/Makefile.in: Use them.
5948         * libc/sys/sparc64/{execl.c execle.c execlp.c execv.c execvp.c}:
5949         Deleted, moved to libc/unix.
5950         * libc/sys/sparc64/Makefile.in: Remove them.
5951
5952 Mon Sep 20 10:38:32 1993  Doug Evans  (dje@canuck.cygnus.com)
5953
5954         * libc/sys/sparc64/{template.S template_r.S}: New files.
5955         * libc/sys/sparc64/Makefile.in: Build source for trivial syscalls
5956         from templates.
5957         * libc/sys/sparc64/{chdir.S chmod.S close.S dup.S fcntl.S
5958         fork.S fstat.S lseek.S link.S mkdir.S open.S pipe.S read.S rmdir.S
5959         umask.S unlink.S wait4.S write.S}: Removed, now built from
5960         templates.
5961
5962 Sun Sep 19 14:52:57 1993  Doug Evans  (dje@canuck.cygnus.com)
5963
5964         * libc/time/time.c: #include <_ansi.h>.
5965
5966 Sun Sep 19 13:43:25 1993  Doug Evans  (dje@canuck.cygnus.com)
5967
5968         * configure.in (sparc64-*-*): Remove -D__SIZE_TYPE__.
5969
5970 Mon Sep 13 13:52:16 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
5971
5972         * configure.in: match m8* rather than m88k so that m88110 is
5973           recognized as well.
5974
5975 Tue Sep  7 12:19:32 1993  Doug Evans  (dje@canuck.cygnus.com)
5976
5977         * libc/sys/h8300hms/{Makefile.in, _exit.c, misc.c}:
5978         Renamed exit.c to _exit.c to avoid collision with stdlib/exit.c.
5979         misc.c: New file.
5980
5981         * configure.in: Add multilib support to h8300.
5982
5983 Mon Sep  6 14:07:06 1993  Doug Evans  (dje@canuck.cygnus.com)
5984
5985         * libc/stdlib/abort.c (abort): Remove _VOLATILE from return type.
5986         * libc/include/_ansi.h (_ATTRIBUTE): New macro for __attribute__.
5987         * libc/include/stdlib.h (exit, abort): Add noreturn attribute.
5988
5989 Mon Sep  6 14:24:18 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5990
5991         * configure.in: Corrected multidirs for sparc target.
5992
5993 Mon Aug 30 15:56:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5994
5995         Support for building newlib multiple times with different
5996         compilation flags.
5997         * configure.in: Only configure doc at top level.  Set multidirs
5998         when appropriate for target, unless not at top level.  If
5999         multidirs is set, independently configure each subdirectory.
6000         Adjust TOP, MULTIDIRS and MULTISUBDIR appropriately in Makefile.
6001         * Makefile.in (MULTIDIRS, MULTISUBDIR): New variables,
6002         automagically set by configure.in.
6003         (all): If MULTIDIRS is set, build multiple copies of libraries.
6004         (install): If MULTIDIRS is set, install multiple copies of
6005         libraries.  Install in $(tooldir)/lib/$(MULTISUBDIR).  If
6006         MULTISUBDIR is set, don't bother to install header files.
6007         * host/any (INCLUDES, CHEW): Use $(SRCTOP) rather than $(TOP) from
6008         ${srcrootpre}.
6009         * stub/configure.in: Set MULTISUBDIR appropriately.
6010         * stub/Makefile.in (install): Install in
6011         $(tooldir)/lib/$(MULTISUBDIR).
6012         * All Makefile.in files: Define SRCTOP as well as TOP.
6013
6014 Mon Aug 30 10:34:24 1993  Doug Evans  (dje@canuck.cygnus.com)
6015
6016         * libc/machine/h8300/{mulhi3.S, divhi3.S}: Comment out if h8300h.
6017         * libc/machine/h8300/{mulsi3.S, divsi3.S}: Add h8300h support.
6018
6019 Thu Aug 26 19:38:12 1993  Doug Evans  (dje@canuck.cygnus.com)
6020
6021         * libc/sys/h8300hms/exit.c (_exit): New function.
6022
6023 Wed Aug 25 16:31:48 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
6024
6025         * configure.in: recognize m88110.
6026
6027 Fri Aug 20 16:46:23 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
6028
6029         * libc/sys/m88kbug/crt0.c: pretty up, remove extraneous comments,
6030           prototype main and call with args.
6031
6032 Fri Jul 30 16:52:47 1993  K. Richard Pixley  (rich@cygnus.com)
6033
6034         First real try at system traps for m88k-bug.
6035         * libc/sys/m88kbug/syscalls.c: many changes.  Convert from stubs
6036           to real trap calls.
6037         * libc/sys/m88kbug/sys/systraps.h: new file.
6038
6039 Tue Jul 27 16:31:16 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
6040
6041         Patches to fix info building when target does not use sys
6042         directory.
6043         * libc/Makefile.in (targetdep.tex): add sys.tex separately.
6044         * libc/sys.tex, libc/sys/sys.tex: moved from libc/sys/sys.tex to
6045           libc/sys.tex.
6046         * libc/sys/Makefile.in (doc): do nothing.
6047
6048 Mon Jul 26 17:08:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
6049
6050         * libc/Makefile.in (CRT0): new macro.
6051           (all): depend on $(CRT0) rather than crt0.o.
6052
6053         * configure.in: fix libc_sys_dir -> libc_sys_lib thinko.
6054           do not default crt0, instead, set crt0 and crt0_dir based on
6055           sys_dir and stub_dir.
6056
6057         * Makefile.in (CRT0_DIR): new macro.
6058           (all): depend on $(CRT0) rather than crt0.o which may not exist.
6059           (crt0.o): depend on $(CRT0_DIR)/$(CRT0) rather than simply
6060           $(CRT0).
6061           ($(CRT0)): recur by cd'ing into $(CRT0_DIR).
6062
6063 Sun Jul 25 17:51:51 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
6064
6065         * testsuite/lib/libm.exp: 
6066                 added code to support compiling and linking of tests for 
6067                 libm.sac (paranoia to be added next) and processing the 
6068                 pass or failure of the tests.
6069
6070         * testsuite/config/unix-libm.exp:
6071                 platform specific proc's for dealing with compiler, linker
6072                 and the way we execute and process the test results.
6073
6074         * testsuite/libm.sac/execute.exp:
6075                 generic framework for the sac tests. the config and lib 
6076                 expect code for specific platforms tie it all together.
6077
6078         * testsuite/libm.sac/test_is.c:
6079                 changed the output of the test to be consistant with the
6080                 other tests. parsing of pass nad fail messages is now fixed.
6081
6082 Fri Jul 23 19:20:07 1993  Per Bothner  (bothner@kalessin)
6083
6084         * libc/include/{assert.h, ctype.h, dirent.h, errno.h, fastmath.h,
6085         locale.h, math.h, pwd.h, reent.h, setjmp.h, signal.h, stdio.h,
6086         stdlib.h, string.h, termios.h, time.h, utime.h, utmp.h}: For C++:
6087         #ifdef __cplusplus, surround by extern ""C { ... }.
6088         * libc/include/assert.h:  Do *not* protect assert.h against
6089         multiple inclusion!  Also, #undef it before #define, to allow
6090         redefinition.
6091         * libc/include/stdio.h (getlogin, cuserid):  Removed.  These
6092         should be only in unistd.h.
6093
6094         * libc/include/sys/{fcntl.h, reent.h, stat.h, time.h, times.h,
6095         unistd.h}: For C++: #ifdef __cplusplus, surround by extern ""C {
6096         ... }.
6097
6098 Fri Jul 23 10:15:33 1993  Doug Evans  (dje@canuck.cygnus.com)
6099
6100         * libc/machine/sparc/Makefile.in: Must create a library, even
6101         if empty.
6102
6103 Wed Jul 21 16:00:37 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
6104
6105         * configure.in: set machine_dir for m88k.  edit crt0 definition
6106           into makefiles.
6107
6108         * Makefile.in, libc/Makefile.in (crt0): pull up from lower directories.
6109
6110         * libc/Makefile.in (all): also build crt0.o.
6111
6112         * libc/machine/i386/Makefile.in, libc/machine/sparc/Makefile.in,
6113           libc/machine/z8k/Makefile.in, libm/Makefile.in (clean): no need
6114           to remove CRT0.
6115
6116         * libc/machine/m88k/Makefile.in (TOP, TARGETLIB): removed.
6117           (all): reworked to build in place.
6118           (clean): remove lib.a
6119           (Makefile): remove redundant ./, call $(SHELL) rather than sh.
6120
6121         * libc/sys/m88kbug/crt0.c (start): renamed to _start.
6122           (_start): key off edata rather than _start_bss.
6123
6124 Wed Jul 21 14:29:47 1993  david d `zoo' zuhn  (zoo@cygnus.com)
6125
6126         * libc/include/sys/unistd.h, libc/include/reent.h,
6127         libc/reent/sbrkr.c: change sbrk to return void* instead of char*.
6128
6129 Tue Jul 20 13:19:18 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
6130
6131         * libm/Makefile.in, libc/Makefile.in ($(SUBDIRS)): dollar escape a dollar sign.
6132
6133         * Makefile.in (libc.a): break into two rules, one for libc.a and
6134           one for libc/libc.a.  Force subdirs current before rebuilding
6135           library.
6136           (libm.a): break into two rules, one for libm.a and one for
6137           libm/libm.a.  Force subdirs current before rebuilding library.
6138
6139         * libc/Makefile.in (SUBLIBS): fix typo.
6140
6141         * libc/sys/Makefile.in (all): force descent into subdirs, then
6142           rebuild library iff out of of date.
6143
6144 Fri Jul 16 17:47:57 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
6145
6146         Rework so that library is built and then finished rather than
6147         being built on each invocation of make.
6148
6149         * host/any (machine_dir, sys_dir, signal_dir): these are not
6150           shared and have been moved to their associated Makefile.in's.
6151           (AR_FLAGS): switch to qc which is faster.
6152         * configure.in: no longer assign machine_dir for m88k.  set
6153           stub_dir, stub_lib, & crt0 for m68k*-unknown-{aout,coff}.  If
6154           stub_dir set, then add to configdirs.  add comment about silly
6155           configuration.
6156           (configdirs): drop stub.  It will be added only
6157           when needed.
6158           (libm_fp_lib, libc_unix_lib, libc_signal_lib, libc_machine_lib,
6159           libc_sys_dir, fake_sys_dir, libc_fake_sys_lib, stub_dir,
6160           stub_lib, crt0): new variables for tailoring lower level
6161           makefiles.  Assign accordingly and edit into makefiles.
6162         * libm/Makefile.in: updated copyright.
6163           (TARGETLIB): removed.
6164           (FLAGS_TO_PASS): removed TARGETLIB, machine_dir, sys_dir.
6165           (SUBDIRS): removed TARGETDEP_DIRS.
6166           (LIBM_FP_LIB, SUBLIBS): new macros.
6167           (all): reworked.
6168           (force): new target to force rebuilds.
6169           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
6170         * libc/sys/a29khif/Makefile.in, libc/sys/decstation/Makefile.in,
6171           libc/sys/go32/Makefile.in, libc/sys/h8300hms/Makefile.in,
6172           libc/sys/h8500hms/Makefile.in, libc/sys/m88kbug/Makefile.in,
6173           libc/sys/sh/Makefile.in, libc/sys/sparc64/Makefile.in,
6174           libc/sys/sun4/Makefile.in, libc/sys/sysvi386/Makefile.in,
6175           libc/sys/sysvnecv70/Makefile.in, libc/sys/z8ksim/Makefile.in,
6176           stub/m68kmvme/Makefile.in: updated copyright.
6177           (TARGETLIB, TARGETCRT0, CRT0): macros removed.
6178           (all): reworked.  made this the default rule.
6179           (clean): also remove lib.a.
6180           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
6181         * stub/Makefile.in: updated copyright.
6182           (TARGETLIB, TARGETCRT0, CRT0, TOP): removed.
6183           (stub_lib): new macro.
6184           (FLAGS_TO_PASS): removed TARGETLIB, stub_dir, TARGETCRT0.  Added
6185           RANLIB.
6186           (all): reworked.
6187           (clean, install): assume stub_dir exists.
6188           (Makefile): depend on configure.in.  call $(SHELL) rather than
6189           sh.  drop redundant ./
6190         * stub/configure.in (stublib): new macro, assign it, edit it into
6191           makefiles.
6192         * Makefile, libc/Makefile.in, doc/Makefile.in, libc/sys/Makefile.in:
6193           updated copyright.
6194           (all): reworked.
6195           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
6196         * libc/Makefile.in (TARGETCRT0): removed.
6197           (FLAGS_TO_PASS): dropped TARGETLIB, machine_dir, sys_dir,
6198           TARGETCRT0.
6199           (SUBDIRS): drop TARGETDEP_DIRS.
6200           (LIBC_SIGNAL_LIB, LIBC_SYS_LIB, LIBC_MACHINE_LIB, LIBC_UNIX_LIB,
6201           LIBC_FAKE_SYS_LIB, SUBLIBS): new macros for configuration.
6202           (force): new target to force rebuilds.
6203         * libc/sys/Makefile.in (TARGETCRT0, sys_dir): removed.
6204           (FLAGS_TO_PASS): TARGETLIB, machine_dir, sys_dir, TARGETCRT0
6205           removed.
6206           (clean): assume sys_dir always exists.
6207         * libm/test/Makefile.in (Makefile): call $(SHELL) rather than sh.
6208           drop redundant ./
6209         * libc/ctype/Makefile.in, libc/errno/Makefile.in,
6210           libc/locale/Makefile.in, libc/machine/Makefile.in,
6211           libc/machine/a29k/Makefile.in, libc/machine/h8300/Makefile.in,
6212           libc/machine/h8500/Makefile.in, libc/machine/i386/Makefile.in,
6213           libc/machine/i960/Makefile.in, libc/machine/m68k/Makefile.in,
6214           libc/machine/mips/Makefile.in, libc/machine/necv70/Makefile.in,
6215           libc/machine/sh/Makefile.in, libc/machine/sparc/Makefile.in,
6216           libc/machine/z8k/Makefile.in, libc/reent/Makefile.in,
6217           libc/signal/Makefile.in, libc/stdio/Makefile.in,
6218           libc/stdlib/Makefile.in, libc/string/Makefile.in,
6219           libc/sys/Makefile.in, libc/syscalls/Makefile.in,
6220           libc/time/Makefile.in, libc/unix/Makefile.in,
6221           libm/ieeefp/Makefile.in, libm/math/Makefile.in: updated copyright.
6222           (TARGETLIB): removed.
6223           (all): reworked.
6224           (clean): also remove lib.a.
6225           (Makefile): call $(SHELL) rather than sh.  drop redundant ./
6226         * Makefile.in: (machine_dir, sys_dir, stub_dir, stub_lib, CRT0):
6227           new macros.
6228           (SUBDIRS): moved to follow frag inclusion, change stub to
6229           stub_dir.
6230           (FLAGS_TO_PASS): removed machine_dir, sys_dir, signal_dir which
6231           are now set in the libc Makefile.
6232         * libc/machine/Makefile.in (TARGETCRT0, machine_dir): removed.
6233           (FLAGS_TO_PASS): removed TARGETLIB, machine_dir, sys_dir,
6234           TARGETCRT0.
6235           (force): new target to force rebuilds.
6236         * stub/configure.in: determine and set stub_lib for for Makefile.
6237
6238 Thu Jul 15 12:01:27 1993  Doug Evans  (dje@canuck.cygnus.com)
6239
6240         * libc/sys/h8300hms/Makefile.in: Make `all' the default target.
6241         crt0.s renamed to crt0.S.
6242         * libc/sys/h8300hms/crt0.S: Add h8/300h support.
6243
6244         * libc/machine/h8300/Makefile.in: Make `all' the default target.
6245         * libc/machine/h8300/{cmpsi.S,ucmpsi.S}: #ifdef out entire file if
6246         h8300h.
6247         * libc/machine/h8300/defines.h: Add macros to handle pointers for
6248         h8300 (16 bits) and h8300h (32 bits).
6249         * libc/machine/h8300/{divsi3.S,mulsi3.S,memcpy.S,memset.S,
6250         reg_memcpy.S,reg_memset.S,strcmp.S}: Add h8300h support.
6251
6252 Thu Jul 15 10:13:29 1993  Ian Lance Taylor  (ian@cygnus.com)
6253
6254         * libc/machine/m88k/setjmp.S, Makefile.in: New files; a simple
6255         implementation of setjmp and longjmp for the m88k.
6256         * libc/include/machine/setjmp.h: Added __m88000__ case.
6257
6258 Wed Jul 14 10:10:30 1993  Doug Evans  (dje@canuck.cygnus.com)
6259
6260         * configure.in: Recognize h8300h as variant of h8300.
6261
6262 Tue Jul 13 12:24:11 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
6263
6264         * libc/include/sys/unistd.h (read, write): get prototypes right.
6265         (sbrk): New prototype.
6266         * libc/reent/sbrkr.c (sbrkr): Use correct sbrk prototype.
6267         * libc/stdio/local.h: Include unistd.h.
6268         * libc/machine/h8300/syscalls.c: Names have changed.
6269
6270 Mon Jul 12 18:08:42 1993  K. Richard Pixley  (rich@cygnus.com)
6271
6272         * configure.in: add sys_dir assignment for m88k-bug.
6273
6274 Thu Jul  8 09:16:21 1993  Doug Evans  (dje@canuck.cygnus.com)
6275
6276         * libc/sys/sparc64/sys/syscallasm.h: New macros to handle either
6277         a.out or elf.
6278         * libc/sys/sparc64: all *.S files: Use new macros.
6279         * libc/sys/sparc64/isatty.c: New file.
6280         * libc/sys/sparc64/Makefile.in: Stop using /lib/libc.a for
6281         functions beyond what newlib provides.
6282
6283 Thu Jul  8 09:11:28 1993  Doug Evans  (dje@canuck.cygnus.com)
6284
6285         * libc/include/sys/stat.h: Move st_atime so not doubly defined for
6286         svr4.
6287
6288 Thu Jul  8 09:09:16 1993  Doug Evans  (dje@canuck.cygnus.com)
6289
6290         * libc/include/machine/ieeefp.h: Add support for h8/300h.
6291
6292 Fri Jul  2 10:11:20 1993  K. Richard Pixley  (rich@cygnus.com)
6293
6294         * configure.in: add m88k.
6295         * libc/include/machine/ieeefp.h: add case for m88k.  Also add
6296         sanity check so no one else need ever chase what I did to find
6297         this.
6298
6299         * libm/math/Makefile.in (FAKEC): added atanf.c log1pf.c scalbnf.c.
6300
6301 Fri Jul  2 09:15:21 1993  Ian Lance Taylor  (ian@cygnus.com)
6302
6303         * doc/makedoc.c: Include <ctype.h>.
6304
6305 Wed Jun 30 09:35:06 1993  Doug Evans  (dje@canuck.cygnus.com)
6306
6307         * libc/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
6308         * libc/sys/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
6309         * libc/machine/Makefile.in (FLAGS_TO_PASS): Add TARGET_ASFLAGS.
6310
6311         * libm/test/Makefile.in (all): Link with ../../lib[cm].a.
6312
6313 Sun Jun 27 17:05:20 1993  Doug Evans  (dje@sphagnum.cygnus.com)
6314
6315         * libc/include/errno.h (ENOSYS): Added.
6316
6317         * libc/unix/getpwd.c (getcwd): Fix typo (_up -> up).
6318
6319 Mon Jun 21 09:03:32 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
6320
6321         * libc/stdio/fflush.c (fflush): Check for reent struct
6322         initialization.
6323         * libc/stdio/fdopen.c (fdopen): Avoid namespace conflict.
6324
6325 Fri Jun 18 16:06:05 1993  Mark Eichin  (eichin@rtl.cygnus.com)
6326
6327         * libc/stdlib/dtoastub.c: new file -- move user callable "dtoa"
6328         out of dtoa.c so it doesn't pollute the namespace.
6329         * libc/include/_syslist.h: new file -- mappings from _function to
6330         function, for systems where we can't win (by default, all of them,
6331         until we start updating system calls.)
6332         * libc/syscalls: new directory -- stubs for exporting _function
6333         names as unmodified function names.
6334         * libc/configure.in: add MISSING_SYSCALL_NAMES to enable
6335         _syslist.h on all platforms by default, but put hooks in for
6336         fake_sys_dir so we can include it when we've renamed the system
6337         calls.
6338         * libc/reent/execr.c libc/reent/filer.c libc/reent/fstatr.c
6339         libc/reent/linkr.c libc/reent/sbrkr.c libc/reent/statr.c
6340         libc/signal/raise.c libc/signal/signal.c libc/stdio/fdopen.c
6341         libc/stdio/mktemp.c libc/stdio/tmpnam.c libc/stdlib/abort.c
6342         libc/stdlib/system.c libc/unix/getcwd.c libc/unix/getlogin.c
6343         libc/unix/getpass.c libc/unix/getut.c libc/unix/ttyname.c: change
6344         non ANSI functions to call _function.
6345
6346 Wed Jun  9 09:48:26 1993  Ian Lance Taylor  (ian@cygnus.com)
6347
6348         * libc/stdlib/strtoul.c (_strtoul_r): Handle leading 0 correctly
6349         when base 16 is specified.  Don't accept non-digits if radix > 10.
6350
6351 Thu Jun  3 10:01:15 1993  Doug Evans  (dje@canuck.cygnus.com)
6352
6353         * libc/include/math.h: Rename xxx_r fns to _xxx_r.
6354
6355 Wed Jun  2 16:54:16 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
6356
6357         * libc/include/sys/stat.h: Surround text after #endif with
6358         comments.
6359
6360 Wed Jun  2 12:47:32 1993  Ian Lance Taylor  (ian@cygnus.com)
6361
6362         * libc/stdlib/mallocr.c: If MALLOC_PROVIDED is defined, just make
6363         _malloc_r, _realloc_r, and free_r call the corresponding
6364         non-reentrant functions.
6365
6366         * libm/math/modf.c (modf): We now take the address of ipart, so
6367         don't make it a register variable.
6368
6369 Tue Jun  1 18:25:54 1993  Doug Evans  (dje@canuck.cygnus.com)
6370
6371         * libm/math/*: Rename all xxx_r fns to _xxx_r.
6372
6373 Wed May 26 22:06:35 1993  Roland H. Pesch  (pesch@cygnus.com)
6374
6375         * libc/libc.texinfo and embedded docn throughout: formatting
6376         improvements, minor rephrasing for clarity, and improved
6377         reentrancy docn.
6378
6379 Sun May 23 17:29:49 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
6380
6381         * libm/ieeefp/infinity.c (maxpowtwof): Fix initialzation bug.
6382
6383         * libc/stdio/cvt.c (_licvt): Print the right value on machines
6384         where sizeof(int) != sizeof(long).
6385
6386 Fri May 21 22:09:32 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6387
6388         * libc/reent/execr.c, libc/reent/filer.c, libc/reent/linkr.c,
6389         libc/reent/sbrkr.c, libc/reent/statr.c, libc/stdio/tmpnam.c,
6390         libc/stdlib/atol.c, libc/stdlib/rand.c, libc/string/strpbrk.c,
6391         libc/string/strspn.c, libm/ieeefp/isnan.c, libm/math/bessel.c,
6392         libm/math/matherr.c: changes for better docn formatting (info).
6393
6394         * libc/libc.texinfo, libc/ctype/ctype.tex, libc/locale/locale/tex,
6395         libc/reent/reent.tex, libc/signal/signal.tex,
6396         libc/stdio/stdio.tex, libc/stdlib/stdlib.tex,
6397         libc/string/strings.tex, libc/sys/sys.tex, libc/time/time.tex,
6398         libm/libm.texinfo, libm/ieeefp/ieeefp.tex, libm/math/math.tex: use
6399         makeinfo node defaulting to get better Info file node structure.
6400         (Requires recent sac change to doc/makedoc.c and doc/doc.str.)
6401         Also include a few formerly missing sections (subroutines).
6402
6403         * doc/doc.str: delete fossil expansion for "func"
6404
6405         * default.menu, no-signal.menu: delete.
6406
6407         * Makefile.in, libc/Makefile.in, configure.in, host/any: simplify
6408         method used to adjust doc for missing "signals" chapter when 
6409         signal_dir is empty.
6410
6411 Thu May 20 21:38:37 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
6412
6413         * configure.in: added testsuite/libm.sac
6414
6415 Wed May 19 14:52:34 1993  Doug Evans  (dje@thepub.cygnus.com)
6416
6417         * libc/sys/sparc64/crt0.S: Set %g4 to 0 (to test Medium/Anywhere
6418         code model).
6419
6420 Tue May 18 13:17:21 1993  Ian Lance Taylor  (ian@cygnus.com)
6421
6422         * libm/Makefile.in: Use $(MAKE) rather than make, and define
6423         MAKEOVERRIDES to be empty.
6424
6425 Mon May 17 08:42:44 1993  Ian Lance Taylor  (ian@cygnus.com)
6426
6427         * configure.in: Don't build mips-*-* with -msoft-float, since that
6428         makes it incompatible with hard floating point.
6429
6430 Mon May 17 00:03:35 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
6431
6432         * Makefile.in: added recursive 'make check'
6433
6434 Thu May 13 16:24:18 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
6435
6436         * configure.in: added ./testsuite ./testsuite/libm.paranoia
6437         * ./testsuite/Makefile.in: created
6438         * ./testsuite/libm.paranoia: paranoia tests added
6439
6440 Thu May 13 10:30:24 1993  Ian Lance Taylor  (ian@cygnus.com)
6441
6442         * configure.in: For mips-*-* set machine_dir to mips.
6443
6444         * libc/machine/mips: New directory.
6445         * libc/machine/mips/Makefile.in: New file.
6446         * libc/machine/mips/setjmp.S: New file; simplistic MIPS version of
6447         setjmp and longjmp.
6448         * libc/include/machine/setjmp.h: Added __mips__ case.
6449
6450         * libc/machine/lmips: Removed unused and useless directory.
6451
6452 Mon May  3 10:22:31 1993  Ian Lance Taylor  (ian@cygnus.com)
6453
6454         * configure.in: Accept i486-*-sco* as well as i386-*-sco*.
6455
6456 Thu Apr 15 15:16:44 1993  Doug Evans  (dje@canuck.cygnus.com)
6457
6458         * libc/sys/sparc64/crt0.S: Add comment (%g1 contains atexit arg at
6459         start up).
6460
6461 Fri Apr  9 13:32:26 1993  Ian Lance Taylor  (ian@cygnus.com)
6462
6463         * libc/include/machine/setjmp-dj.h: Use _SETJMP_DJ_H rather than
6464         SETJMP_H.
6465
6466 Thu Apr  8 10:07:18 1993  Doug Evans  (dje@canuck.cygnus.com)
6467
6468         * libm/test/convert.c: structure member errno -> errno_val.
6469         Must include <errno.h> to use errno, it's a macro now.
6470         * libm/test/math.c: Ditto.
6471         * libm/test/math2.c: Include errno.h.
6472         * libm/test/string.c: Ditto.
6473         * libm/test/test.h: structure member errno -> errno_val.
6474         Remove extern int errno decl.
6475
6476 Thu Apr  8 07:56:33 1993  Ian Lance Taylor  (ian@cygnus.com)
6477
6478         * libc/stdio/Makefile.in: Added dependencies on local header
6479         files.
6480         * libc/stdio/std.h, libc/stdio/vfprintf.h: Removed unused header
6481         files.
6482
6483 Wed Apr  7 16:19:32 1993  Ian Lance Taylor  (ian@cygnus.com)
6484
6485         * libc/include/machine/ieeefp.h: Added __MIPSEB__ case.
6486
6487 Wed Apr  7 10:55:21 1993  Doug Evans  (dje@canuck.cygnus.com)
6488
6489         * libc/stdio/siprintf.c libc/stdio/sscanf.c libc/stdio/vsprintf.c:
6490         Initialize _data.
6491
6492         * libc/stdio/vfprintf.c: No need to declare _icvt, _licvt, _sicvt.
6493         * libc/stdio/local.h: Add prototype for _licvt.
6494
6495         * libc/stdio/ungetc.c (__submore): Use _malloc_r,_realloc_r
6496         instead of malloc,reealloc.
6497
6498         * libc/stdlib/local.h: New file.
6499         * libc/stdlib/efgcvt.c: #include local.h.
6500         (gcvt): Fix call to _gcvt.
6501         * libc/stdlib/ecvtbuf.c: #include local.h.
6502
6503         * libc/stdlib/Makefile.in: new files mallocr.c mstats.c.
6504         * libc/stdlib/mallocr.c mstats.c malloc.h: New files.
6505         * libc/stdlib/malloc.c: main routines moved to mallocr.c.
6506
6507         * libc/stdlib/atexit.c: moved global data to struct _reent.
6508         * libc/stdlib/exit.c: use struct _atexit in struct _reent.
6509
6510         * libc/reent/reent.c (inpure_data): _REENT_INIT macro modified.
6511
6512 Wed Apr  7 09:41:50 1993  Doug Evans  (dje@canuck.cygnus.com)
6513
6514         * libc/include/sys/reent.h: Stuff required by ANSI headers moved
6515         here from ../reent.h.
6516
6517 Tue Apr  6 12:56:01 1993  Ian Lance Taylor  (ian@cygnus.com)
6518
6519         * Makefile.in (MATHOBJS_IN_LIBC): List of object files which
6520         should be provided in both libc.a and libm.a.
6521         (libc.a): Depend on targ-include and libm.a.  Copy
6522         $(MATHOBJS_IN_LIBC) from libm.a to libc.a.
6523         (libm.a): Depend on targ-include.
6524         * configure.in (subdirs): Removed libc/math.
6525
6526 Mon Apr  5 10:18:16 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
6527
6528         * libm/ieeefp/infinity.c (maxpowtwo): Fix initialization bug.
6529
6530 Sat Apr  3 11:06:07 1993  Doug Evans  (dje@canuck.cygnus.com)
6531
6532         * libc/include/{errno.h, math.h, stdio.h, stdlib.h}: Use
6533         sys/reent.h instead of reent.h.
6534         * libc/include/reent.h: Split into two parts: stuff needed by ANSI
6535         headers moved to sys/reent.h.  
6536         * libc/include/signal.h: _MAX_SIGNALS moved to sys/signal.h.
6537         * libc/include/sys/signal.h: Define _MAX_SIGNALS if
6538         __need__MAX_SIGNALS defined.
6539         * libc/include/stdio.h: struct __sFILE moved to sys/reent.h.
6540         std{in,out,err} refer to new _std{in,out,err} members.
6541
6542 Fri Apr  2 11:27:12 1993  Doug Evans  (dje@canuck.cygnus.com)
6543
6544         * libc/include/sys/signal.h: #define _SYS_SIGNAL_H for general
6545         case.
6546
6547 Fri Apr  2 09:41:10 1993  Doug Evans  (dje@canuck.cygnus.com)
6548
6549         * libc/sys/sparc64/execve.S (execve): Insert nop in delay slot,
6550         rather than whatever macro seterrno() has.
6551
6552 Thu Apr  1 16:47:08 1993  Doug Evans  (dje@canuck.cygnus.com)
6553
6554         * libc/locale/locale.c: Reentrant routines _r_xxx renamed to
6555         _xxx_r.  struct reent_struct renamed to struct _reent for ANSI.
6556
6557         * libc/include/machine/fastmath.h: Use _HAVE_STDC instead of
6558         __STDC__.
6559
6560         * libc/reent/{execr.c, filer.c, fstatr.c, linkr.c, reent.c,
6561         reent.tex, sbrkr.c, statr.c}: _r_xxx reentrant routines renamed to
6562         _xxx_r.  struct reent_struct renamed to struct _reent for ANSI.
6563
6564         * libc/signal/signal.c: Reentrant routines _r_xxx renamed to
6565         _xxx_r.  struct reent_struct renamed to struct _reent for ANSI.
6566
6567         * libc/stdio/{fclose.c, fdopen.c, findfp.c, fiprintf.c, flags.c,
6568         fopen.c, fprintf.c, freopen.c, fscanf.c, fseek.c, ftell.c,
6569         fwalk.c, getchar.c, gets.c, iprintf.c, local.h, makebuf.c,
6570         mktemp.c, perror.c, printf.c, putchar.c, puts.c, refill.c,
6571         remove.c, rename.c, scanf.c, setvbuf.c, siprintf.c, sprintf.c,
6572         sscanf.c, stdio.c, tmpfile.c, tmpnam.c, vfprintf.c, vfprintf.h,
6573         vfscanf.c, vprintf.c, vsprintf.c}: Reentrant routines _r_xxx
6574         renamed to _xxx_r.  struct reent_struct renamed to struct _reent
6575         for ANSI.  structure members given leading "_" for ANSI.  Use
6576         _HAVE_STDC instead of __STDC__ and _HAVE_STDARG.
6577
6578         * libc/stdlib/{__adjust.c, calloc.c, dtoa.c, ecvtbuf.c, malloc.c,
6579         mprec.c, mprec.h, rand.c, std.h, strtod.c, strtol.c, strtoul.c,
6580         system.c}: Reentrant routines _r_xxx renamed to _xxx_r.  struct
6581         reent_struct renamed to struct _reent for ANSI.
6582         Structure members given leading "_" for ANSI.
6583         _CONST --> const in prototypes.
6584         Use _HAVE_STDC instead of __STDC__.
6585
6586         * libc/string/strtok.c: Reentrant routines _r_xxx renamed to
6587         _xxx_r.
6588         struct reent_struct renamed to struct _reent for ANSI.
6589         Structure members given leading "_" for ANSI.
6590
6591         * libc/time/asctime.c: Reentrant routines _r_xxx renamed to
6592         _xxx_r.
6593         struct reent_struct renamed to struct _reent for ANSI.
6594
6595         * libm/math/{acos.h, acosh.h, asin.c, asinh.h, atanh.h, bessel.h,
6596         cbrt.h, cosh.h, erf.c, erf.h, error.c, exp.c, fmod.c, frexp.h,
6597         gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
6598         mathimpl.h, pow.c, remainder.c, sincos.c, sinh.h, sqrt.h, tan.c,
6599         tanh.h}: struct reent_struct renamed to struct _reent for ANSI.
6600
6601         * libc/include/{_ansi.h, ctype.h, math.h, reent.h, locale.h,
6602         signal.h, stdio.h, stdlib.h, string.h, time.h}:
6603         Use _HAVE_STDC instead of __STDC__ and _HAVE_STDARG.
6604         #ifndef _STRICT_ANSI non-ANSI routines.
6605         Reentrant routines renamed from _r_xxx to _xxx_r.
6606         No need to use _STRICT_ANSI on _xxx_r reentrant routines.
6607         Use _STRICT_ANSI instead of __STRICT_ANSI, _ANSI_SOURCE, etc.
6608         Clean up namespace (structure members have leading "_").
6609         struct reent_struct renamed to struct _reent for ANSI compliance.
6610         _CONST --> const in function prototypes.
6611
6612         * libc/include/string.h: Add NULL and size_t.
6613
6614         * libc/sys/sparc64/Makefile.in: New syscall routines for link,
6615         unlink, wait, wait4. Reentrant syscall routines close, fork,
6616         fstat, link, lseek, open, read, sbrk, stat, unlink, wait, wait4,
6617         write.
6618         * libc/sys/sparc64/cerror.S (cerror_r): New routine.
6619         * libc/sys/sparc64/{close.S, fork.S, fstat.S, link.S, lseek.S,
6620         open.S, read.S, sbrk.S, stat.S, unlink.S, wait.S, wait4.S,
6621         write.S}: Define reentrant versions.
6622         * libc/sys/sparc64/sys/syscallasm.h (defsyscall_r): New macro for
6623         reentrant syscalls.
6624
6625         * libc/sys/sparc64/crt0.S (start): Fix initialization of environ.
6626
6627         * libc/include/stdlib.h (RAND_MAX): Fix value.
6628
6629 Thu Apr  1 12:28:30 1993  Ian Lance Taylor  (ian@cygnus.com)
6630
6631         * libc/sys/a29khif/_main.c: Removed unnecessary file.
6632         * libc/sys/a29khif/Makefile.in (OFILES): Removed _main.c, moved
6633         VPATH support targets after all: target.
6634
6635         * stub/mvme135/mvme.S: Renamed exceptionhandler to
6636         exceptionHandler, which is what mvme135-stub.c expects.
6637
6638 Wed Mar 31 17:42:03 1993  Doug Evans  (dje@cygnus.com)
6639
6640         * libc/stdio/tmpnam.c (worker): Fix test for _r_open() failure.
6641
6642         * libc/unix/getpass.c (getpass): Use stdin,stderr instead of
6643         def_stdin/def_stderr (latter removed from stdio.h to make it ANSI
6644         compliant).
6645
6646 Tue Mar 30 09:58:21 1993  Doug Evans  (dje@canuck.cygnus.com)
6647
6648         * libc/reent/execr.c (_r_wait): Re-order args to make reent_struct
6649         first.
6650         libc/reent/filer.c (_r_open, _r_close, _r_lseek, _r_read,
6651         _r_write): Ditto.
6652         libc/reent/fstatr.c (_r_fstat): Ditto.
6653         libc/reent/linkr.c (_r_link, _r_unlink): Ditto.
6654         libc/reent/sbrkr.c (_r_sbrk): Ditto.
6655         libc/reent/statr.c (_r_stat): Ditto.
6656
6657         * libc/stdio/fopen.c (_r_fopen): Re-order args to _r_open.
6658         * libc/stdio/freopen.c (freopen): Ditto for _r_open, _r_free.
6659         * libc/stdio/fseek.c (fseek): Ditto for _r_fseek.
6660         * libc/stdio/makebuf.c (__smakebuf): Ditto for _r_fstat.
6661         * libc/stdio/mktemp.c (_gettemp): Ditto for _r_stat, _r_open.
6662         * libc/stdio/remove.c (_r_remove): Ditto for _r_unlink.
6663         * libc/stdio/rename.c (_r_rename): Ditto for _r_link, _r_unlink.
6664         * libc/stdio/stdio.c (__sread): Ditto for _r_read.
6665         (__swrite): Ditto for _r_lseek, _r_write.
6666         (__sseek): Ditto for _r_lseek.
6667         (__close): Ditto for _r_close.
6668         * libc/stdio/tmpnam.c (worker): Ditto for _r_open, _r_close.
6669
6670         * libc/stdlib/malloc.c (_r_morecore): Re-order args to _r_sbrk.
6671         * libc/stdlib/system.c (_r_system): Ditto for _r_wait.
6672
6673         * libc/include/reent.h: Re-order arguments to _r_xxx syscall fns
6674         to make reent_struct the first argument (and thus consistent with
6675         the rest of newlib).
6676
6677         * stub/mvme135/mvme135-stub.c (initializeRemcomErrorFrame): Remove
6678         reference to __STDC__.
6679
6680 Mon Mar 29 12:34:32 1993  Doug Evans  (dje@canuck.cygnus.com)
6681
6682         * libc/stdlib/exit.c (exit): Use _REENT->__cleanup instead of
6683         global __cleanup.
6684
6685 Wed Mar 24 11:54:35 1993  Doug Evans  (dje@canuck.cygnus.com)
6686
6687         * libc/stdio/freopen.c (freopen): Ensure stdio is initialized
6688         first.
6689         libc/stdio/fclose.c (fclose): Ditto.
6690
6691 Tue Mar 23 01:26:52 1993  Doug Evans  (dje@rtl.cygnus.com)
6692
6693         * Run through indent and rename reentrant routines for ANSI.
6694         libc/stdio/{clearerr.c cvt.c fclose.c fdopen.c feof.c ferror.c
6695         fflush.c fgetc.c fgetpos.c fgets.c findfp.c fiprintf.c flags.c
6696         fopen.c fprintf.c fputc.c fputs.c fread.c freopen.c fscanf.c
6697         fseek.c fsetpos.c ftell.c fvwrite.c fwalk.c fwrite.c getc.c
6698         getchar.c gets.c iprintf.c makebuf.c mktemp.c perror.c printf.c
6699         putc.c putchar.c puts.c refill.c remove.c rename.c rewind.c rget.c
6700         scanf.c setbuf.c setvbuf.c siprintf.c sprintf.c sscanf.c stdio.c
6701         tmpfile.c tmpnam.c ungetc.c vfprintf.c vfscanf.c vprintf.c
6702         vsprintf.c wbuf.c wsetup.c local.h}
6703
6704         * libc/locale/locale.c: Reformat and rename for ANSI, GNU style.
6705
6706         * Run through indent and rename xxx_r fns to _r_xxx for ANSI.
6707         libc/stdlib/{__adjust.c __exp10.c __ten_mu.c abort.c abs.c
6708         assert.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c
6709         dtoa.c ecvtbuf.c efgcvt.c exit.c getenv.c labs.c ldiv.c malloc.c
6710         mbtowc.c mprec.c putenv.c qsort.c rand.c setenv.c strdup.c
6711         strtod.c strtol.c strtoul.c system.c wctomb.c mprec.h}
6712
6713         * Run through indent.
6714         libc/string/{bcmp.c bcopy.c bzero.c index.c memchr.c memcmp.c
6715         memcpy.c memmove.c memset.c rindex.c strcat.c strchr.c strcmp.c
6716         strcoll.c strcpy.c strcspn.c strerror.c strlen.c strncat.c
6717         strncmp.c strncpy.c strpbrk.c strrchr.c strspn.c strstr.c strtok.c
6718         strxfrm.c}
6719
6720         * libc/time/{asctime.c clock.c ctime.c difftime.c gmtime.c
6721         localtime.c mktime.c strftime.c time.c}:
6722         Run through indent and rename xxx_r (reentrant) fns to _r_xxx for ANSI.
6723
6724         * Reformatting + renaming (for ANSI, GNU style, consistency).
6725         libc/include/{_ansi.h, assert.h, ctype.h, errno.h, fastmath.h,
6726         ieeefp.h, locale.h, math.h, paths.h, pwd.h, reent.h, setjmp.h,
6727         signal.h, stdio.h, stdlib.h, string.h, time.h, unistd.h}
6728
6729 Fri Mar 19 11:28:01 1993  Doug Evans  (dje@cygnus.com)
6730
6731         * libc/include/stdio.h (stdin_r): Fix.
6732
6733 Fri Mar 19 09:43:48 1993  Ian Lance Taylor  (ian@cygnus.com)
6734
6735         * Makefile.in: Unexport some variables to keep GNU make from
6736         putting them in the environment and using up needed ARG_MAX space
6737         (a hack is used to let this work with older makes as well).
6738
6739 Tue Mar 16 15:11:08 1993  Ian Lance Taylor  (ian@cygnus.com)
6740
6741         * Makefile.in: Use $(MAKE) rather than make.
6742         (MAKEOVERRIDES): Define to be empty.
6743         (FLAGS_TO_PASS): Don't pass down LD (it's not used).
6744         (libc.a, libm.a): Depend on targ-include.
6745         * host/any (LD): Don't define.
6746         (INCLUDES): Use targ-include.   
6747         * stub/Makefile.in (MAKEOVERRIDES): Define to be empty.
6748         (FLAGS_TO_PASS): Don't pass down LD (it's not used).
6749         * libc/Makefile.in: Use $(MAKE) rather than make.
6750         (MAKEOVERRIDES): Define to be empty.
6751         (FLAGS_TO_PASS): Don't pass LD (it's not used).
6752         (all): Rewrote to be slightly smaller.
6753         * libc/machine/Makefile.in, libc/sys/Makefile.in (MAKEOVERRIDES):
6754         Define to be empty.
6755         (FLAGS_TO_PASS): Don't pass LD (it's not used).
6756         * libm/Makefile.in (FLAGS_TO_PASS): Don't pass LD (it's not used).
6757
6758 Mon Mar 15 08:45:41 1993  Ian Lance Taylor  (ian@cygnus.com)
6759
6760         * libc/sys/go32/gerrno.s: Renamed from errno.s to avoid conflict
6761         with errno/errno.c.
6762
6763 Fri Mar 12 09:46:54 1993  Ian Lance Taylor  (ian@cygnus.com)
6764
6765         * Changes for reentrancy.
6766         libc/stdio/fdopen.c, libc/stdio/freopen.c, libc/stdio/perror.c:
6767         Use ptr->_errno, not errno.
6768         libc/stdio/mktemp.c (mkstemp_r, mktemp_r): New functions.
6769         libc/stdio/remove.c (remove_r): New function.
6770         libc/stdio/rename.c (rename_r): New function.
6771         libc/stdio/fopen.c, libc/stdio/freopen.c, libc/stdio/fseek.c,
6772         libc/stdio/makebuf.c, libc/stdio/mktemp.c, libc/stdio/remove.c,
6773         libc/stdio/rename.c, libc/stdio/stdio.c, libc/stdio/tmpnam.c: Use
6774         reentrant versions of system calls.
6775         libc/stdio/gets.c: Call getchar_f, not nonexistent getchar_r.
6776         libc/stdio/scanf.c: Use stdin_r, not nonexistent stdin_n.
6777         libc/stdio/tmpfile.c: Use tmpnam_f, not nonexistent tmpnam_r.
6778         libc/stdio/findfp.c: Include <string.h>.
6779         libc/stdio/fread.c, libc/stdio/rget.c, libc/stdio/scanf.c: Include
6780         "local.h".
6781         libc/stdio/wbuf.c: Include "fvwrite.h"
6782
6783         * libc/stdlib/{dtoa.c, ecvtbuf.c, mprec.c, strtod.c}: Include
6784         <string.h>.
6785         libc/stdlib/malloc.c: Call sbrk_r rather than sbrk.
6786         (NULL): Don't define if already defined.
6787         libc/stdlib/system.c: Call reentrant versions of system calls.
6788         (system_r): New function.
6789
6790         * Changes for reentrancy.
6791         libc/include/_ansi.h (_PARAMS): New macro.
6792         libc/include/errno.h: Define errno as a macro that calls __errno.
6793         (__errno_r): New macro for reentrant code.
6794         libc/include/math.h: Include reent.h.  Declare many reentrant
6795         functions.
6796         (signgam): Now a macro, not a variable.
6797         (struct exception): Added err field.
6798         libc/include/reent.h: Don't declare __sglue.  Added function
6799         declarations.
6800         (struct reent_struct): Moved errno to beginning.  Added _signgam.
6801         libc/include/stdio.h, libc/include/stdlib.h: Added function
6802         declarations.
6803
6804         * More reentrancy hacking.
6805         libc/errno/errno.c (__errno): New function.
6806         libc/reent/execr.c, libc/reent/filer.c, libc/reent/fstatr.c,
6807         libc/reent/linkr.c, libc/reent/sbrkr.c, libc/reent/statr.c: New
6808         files.
6809         
6810         * Added many new reentrant functions to libm/math/*.
6811         libm/math/error.c (__matherror): Added reent_struct pointer
6812         argument. Changed all callers.
6813         libm/math/gamma.c (signgam): Removed. Set ptr->_signgam, instead.
6814         libm/math/exp.h, libm/math/pow.h, libm/math/sincos.h,
6815         libm/math/tan.h: Removed obsolete unused header files.
6816
6817         * libc/sys/a29khif/stubs.s: Use register lr0, not v0.
6818
6819         * libc/sys/sun/Makefile.in (COPYOFILES): Don't pull in errno.o.
6820
6821 Mon Mar  8 16:43:43 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
6822
6823         * libc/sys/a29khif/stubs.s: clobber safe register, and fill all
6824         delay slots.
6825
6826 Tue Mar  2 14:47:00 1993  Jeffrey Osier      (jeffrey@fowanton.cygnus.com)
6827
6828         * libc/libc.texinfo:  comment out reentrancy chapter (duh)
6829
6830 Tue Mar  2 14:34:16 1993  Jeffrey Osier      (jeffrey@fowanton.cygnus.com)
6831
6832         * libc/reent/reent.tex:  New file.  (text from
6833         newlib/libc/libc.texinfo)
6834         * libc/stdio/tmpnam.c:  fixed doc typo
6835         * libc/stdlib/rand.c:   fixed doc typo
6836
6837 Tue Mar  2 14:34:16 1993  Jeffrey Osier      (jeffrey@fowanton.cygnus.com)
6838
6839         * libc/reent/reent.tex:  New file.  (text from
6840         newlib/libc/libc.texinfo)
6841
6842 Fri Feb 26 12:20:54 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
6843
6844         support for reentrancy
6845         * libc/reent/reent.c, libc/reent/Makefile.in, libc/reent/reent.c:
6846         new files
6847         * libc/errno/errno.c, libc/include/ieeefp.h,
6848         libc/include/locale.h, libc/include/reent.h,
6849         libc/include/signal.h, libc/include/stdio.h,
6850         libc/include/stdlib.h, libc/include/string.h, libc/include/time.h,
6851         libc/signal/signal.c libc/stdio/cvt.c, libc/stdio/fclose.c,
6852         libc/stdio/fdopen.c, libc/stdio/fflush.c, libc/stdio/fgets.c,
6853         libc/stdio/findfp.c, libc/stdio/flags.c, libc/stdio/fopen.c,
6854         libc/stdio/fputc.c, libc/stdio/freopen.c, libc/stdio/fseek.c,
6855         libc/stdio/ftell.c, libc/stdio/fwalk.c, libc/stdio/getchar.c,
6856         libc/stdio/gets.c, libc/stdio/glue.h, libc/stdio/iprintf.c,
6857         libc/stdio/local.h, libc/stdio/makebuf.c, libc/stdio/perror.c,
6858         libc/stdio/printf.c, libc/stdio/putchar.c, libc/stdio/puts.c,
6859         libc/stdio/refill.c, libc/stdio/scanf.c, libc/stdio/setvbuf.c,
6860         libc/stdio/sprintf.c, libc/stdio/tmpfile.c, libc/stdio/tmpnam.c,
6861         libc/stdio/ungetc.c, libc/stdio/vfprintf.c, libc/stdio/vfprintf.h,
6862         libc/stdio/vfscanf.c, libc/stdio/vprintf.c, libc/stdio/wsetup.c,
6863         libc/stdlib/__adjust.c, libc/stdlib/__exp10.c,
6864         libc/stdlib/assert.c, libc/stdlib/atexit.c, libc/stdlib/atol.c,
6865         libc/stdlib/dtoa.c, libc/stdlib/ecvtbuf.c, libc/stdlib/malloc.c,
6866         libc/stdlib/mprec.c, libc/stdlib/mprec.h, libc/stdlib/rand.c,
6867         libc/stdlib/setenv.c, libc/stdlib/std.h, libc/stdlib/strtod.c,
6868         libc/stdlib/strtol.c, libc/stdlib/strtoul.c, libc/string/strtok.c,
6869         libc/time/asctime.c, libc/time/localtime.c, libc/time/mktime.c,
6870         libc/time/strftime.c: modify to provide reentracy.
6871
6872         new routines:
6873         strtok_r, asctime_r, fdopen_r, _cleanup_r, fopen_r, iprintf_r,
6874         perror_r, printf_r, putchar_r, puts_r, scanf_r, sprintf_r,
6875         tmpfile_r, vfiprintf_r, vfprintf_r, strtod_r, dtoa_r, rand_r,
6876         srand_r, strtoul_r,strtol_r, free_r, malloc_r, morecore_r,
6877         mstats_r, realloc_r, localeconv_r, setlocale_r
6878
6879 Wed Feb 17 20:17:15 1993  Mark Eichin  (eichin@cygnus.com)
6880
6881         * libc/include/machine/ieeefp.h, libc/include/machine/setjmp.h,
6882         libc/include/sys/config.h, libc/include/sys/signal.h,
6883         libc/include/sys/stat.h, libc/include/sys/types.h: For compiler
6884         provided macros (such as m68000), use the ansi version
6885         (__m68000__) so that the library can be used with code compiled
6886         -ansi. In particular, m68000, mc68000, _AM29K, i386, MIPSEL, unix,
6887         and sparc.
6888
6889 Wed Feb 17 13:01:34 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
6890
6891         * configure.in (sparc*): Don't set -fsoft-float for sparc
6892         configurations.  Do set -fsoft-float for sparclite configurations.
6893
6894 Fri Feb 12 16:25:52 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6895
6896         * default.menu, no-signal.menu: alternate forms of libc main menu
6897           (in newlib rather than newlib/libc due to configuration restrictions)
6898
6899         * configure.in: select one of the two menus above, link to
6900         libc.menu
6901
6902         * libc/libc.texinfo: include menu from separate file
6903
6904 Fri Feb 12 12:50:06 1993  Ian Lance Taylor  (ian@cygnus.com)
6905
6906         * Makefile.in (FLAGS_TO_PASS): Put INSTALL back in.
6907         (info): Split long shell command in half.
6908         * libc/Makefile.in (info, targetdep.tex): Don't pass everything to
6909         sub-makes, just CHEW and TARGETDOC. 
6910         (targetdep.tex): Removed now special handling of sys and machine
6911         subdirectories, made obsolete some time ago.
6912         * libc/machine/Makefile.in (doc): Don't pass everything to
6913         sub-make, just CHEW and TARGETDOC.
6914         (Makefile): New target.
6915         * libc/sys/Makefile.in (Makefile): New target.
6916
6917 Thu Feb 11 15:25:15 1993  Ian Lance Taylor  (ian@cygnus.com)
6918
6919         * Makefile.in (here and most subdirectories): Only pass down CHEW
6920         and TARGETDOC when making info, not for other targets.
6921
6922         * Makefile.in (here and most subdirectories), host/any: Use $(AR)
6923         $(AR_FLAGS) rather than $(ARUPDATE).
6924
6925 Wed Feb 10 11:57:52 1993  Ian Lance Taylor  (ian@cygnus.com)
6926
6927         * Try to reduce command line length:
6928         * Makefile.in (FLAGS_TO_PASS): don't pass down exec_prefix,
6929         CC_FOR_BUILD, CFLAGS_FOR_BUILD, INSTALL or CHEW.
6930         (info, docs): pass CC_FOR_BUILD and CFLAGS_FOR_BUILD to doc.
6931         (info): Pass CHEW to other subdirs.
6932
6933 Tue Feb  9 14:01:42 1993  Mark Eichin  (eichin@cygnus.com)
6934
6935         * configure.in: add signal_dir, like unix_dir, but by default it
6936         is set to "signal" so that a29khif can turn it off (since a29khif
6937         has raise() as part of machine-specific signal.s.)
6938
6939 Fri Jan 15 12:09:50 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
6940
6941         * libc/sys/config.h, libc/machine/ieeefp.h: add Z8000 support
6942         * libc/stdio/Makefile.in: pass CFLAGS so vfiprintf.c gets built
6943         correctly.
6944         * libc/stdio/fdopen.c, libc/stdio/fgets.c, libc/stdio/fscanf.c,
6945         libc/stdio/vfprintf: type lint.
6946         * libc/sys/z8ksim/crt0.c (start): Z8001/Z8002 independent
6947         initialzation code.
6948         * libc/sys/z8ksim/glue.c: Z8001/Z8002 clean system calls.
6949
6950 Tue Dec 29 10:15:33 1992  Ian Lance Taylor  (ian@cygnus.com)
6951
6952         * stub/mvme135/mvme135-asm.S: new file.
6953         stub/mvme135mvme135-stub.c: moved all assembler routines into
6954         mvme135-asm.S.
6955         stub/mvme135/Makefile.in: build mvme135-stub.o.
6956
6957 Mon Dec 28 12:40:43 1992  Ian Lance Taylor  (ian@cygnus.com)
6958
6959         * Makefile.in: don't pass down $(CPP); use $(CC) -E in
6960         sub-Makefiles instead, to try to avoid line length limitations.
6961
6962 Mon Dec 21 18:36:13 1992  Per Bothner  (bothner@rtl.cygnus.com)
6963
6964         * libc/include/unistd.h (read, write):  Use void* instead of
6965         char*.
6966
6967 Thu Dec 17 13:49:46 1992  Mark Eichin  (eichin@cygnus.com)
6968
6969         * stub/go32/resetpc: sample script to send a reset packet to the
6970         stub
6971
6972         * stub/go32/I386STUB.C: new file, gdb/i386stub.c modified for the
6973         DOS environment, which compiles with Turbo C.
6974
6975         * stub/go32/DSER32.LNK: new file, linker commands for serial
6976         remote stub.
6977
6978         * stub/go32/CONTROL.C: turn off debug_mode, add CYGNUS tag line to
6979         start up message to identify version; call set_debug_traps.
6980
6981         * stub/go32/DEBUG.C: turn off debug_mode (so stub doesn't need any
6982         keyboard interaction); call handle_exception() in go_til_stop,
6983         rather than return, so that the remote stub gets control.
6984
6985         * stub/go32/MAKEFILE: fixed to actually use DOS commands (del and
6986         rename, rather than mv), set flags that work with current Turbo C,
6987         including using the /3 flag; also, add commands to build dser32.
6988
6989         * stub/go32/DEBUG32.LNK, stub/go32/GO32.LNK: fix paths to match
6990         default Turbo C installation (\tc rather than \usr)
6991
6992         * stub/go32/MONO.C (printf): current Turbo C uses "..." instead of
6993         "&..."
6994
6995 Mon Dec 14 09:37:33 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
6996
6997         * libc/include/math.h: added _DOUBLE_IS_32BITS checks
6998
6999 Thu Nov 12 22:31:04 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7000
7001         * libc/stdio/cvt.c (licvt): new function to convert ints when
7002         sizeof(int) != sizeof(long).
7003
7004         * libc/include/stdio.h: added prototype for iprintf.
7005         * libc/include/machine/limits.h machine/ieeefp.h: z8k stuff
7006
7007 Tue Nov 10 12:18:12 1992  Ian Lance Taylor  (ian@cygnus.com)
7008
7009         * libc/machine/m68k/setjmp.S: use __USER_LABEL_PREFIX__ and
7010         __REGISTER_PREFIX__.
7011
7012 Mon Nov  2 13:50:14 1992  Ian Lance Taylor  (ian@cygnus.com)
7013
7014         * libc/sys/m68kbare: moved into stub directory.
7015
7016 Mon Nov  2 13:40:42 1992  Ian Lance Taylor  (ian@cygnus.com)
7017
7018         * configure.in, Makefile.in: created new directory stub, to hold
7019         sample code for specific targets.
7020
7021 Wed Oct 28 02:19:55 1992  Mark Eichin  (eichin@cygnus.com)
7022
7023         * restored libc/sys/go32/sys/fcntl.h, to override incorrect values
7024         in the unified libc/include/sys/fcntl.h.
7025
7026 Wed Oct 21 13:55:58 1992  Doug Evans  (dje@rtl.cygnus.com)
7027
7028         * libc/stdlib/ecvtbuf.c: (print_f,_gcvt): printf("%f", 0.01)
7029         printed .01, not 0.01.
7030
7031 Mon Oct 19 11:05:55 1992  Ian Lance Taylor  (ian@cygnus.com)
7032
7033         * configure.in: compile with -m68000 for m68* targets.
7034
7035 Sun Oct 18 05:29:05 1992  Mark Eichin  (eichin@cygnus.com)
7036
7037         * libm/math/remainder.c (remainder): document the svr4 and sunos
7038         references used to construct the function.
7039
7040 Sat Oct 17 21:46:16 1992  Mark Eichin  (eichin@cygnus.com)
7041
7042         * libm/math/remainder.c (rint, remainder): fix old typos.
7043         * libm/math/Makefile.in: actually build remainder.c (functions
7044         rint and remainder, from SysVr4 Programmer's Guide floor(3m) man
7045         page.)
7046
7047 Thu Oct 15 07:48:05 1992  Ian Lance Taylor  (ian@cygnus.com)
7048
7049         * libc/string/bcopy.c: BSD version works on overlapping strings,
7050         so ours should too.
7051
7052         * libc/stdlib/system.c: always invoke /bin/sh, not getenv
7053         ("SHELL").
7054
7055 Wed Oct 14 11:07:11 1992  Ian Lance Taylor  (ian@cygnus.com)
7056
7057         * Makefile.in (docs): new target.
7058
7059 Wed Oct 14 07:44:25 1992  Ian Lance Taylor  (ian@cygnus.com)
7060
7061         * libc/include/sys/times.h: define clock_t as required by POSIX.
7062         libc/include/time.h: protect clock_t from multiple definitions.
7063
7064 Wed Oct  7 11:02:21 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
7065
7066         * libm/math/sqrt.h (sqrt): actually, the final version of fp-bit
7067         does not need more than the original three iterations to get
7068         within 1 ulp. (Paranoia tests for rounding to better than that,
7069         but further iterations *don't* help, only more subtle changes
7070         can.)
7071
7072 Tue Oct  6 09:22:12 1992  Ian Lance Taylor  (ian@cygnus.com)
7073
7074         * libc/sys/vxworks68, libc/sys/vxworks960: removed, since they
7075         were doing nothing useful.
7076
7077 Tue Oct  6 08:48:13 1992  Ian Lance Taylor  (ian@cygnus.com)
7078
7079         * configure.in: define MALLOC_PROVIDED for vxworks targets;
7080         removed sys_dir settings of vxworks68 and vxworks960.
7081         host/any: don't pass -nostdinc to gcc, since newlib no longer
7082         provides all required header files.
7083
7084         * libc/stdlib/malloc.c: only compile this file if MALLOC_PROVIDED
7085         is not defined; this provides a hook for VxWorks.
7086
7087 Mon Oct  5 03:44:57 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
7088
7089         * libc/stdio/setvbuf.c (setvbuf): while ANSI does say to malloc a
7090         buffer if buf is NULL, don't do it here -- it is already being
7091         done by makebuf elsewhere in stdio.
7092
7093 Fri Oct  2 13:12:07 1992  Ian Lance Taylor  (ian@cygnus.com)
7094
7095         * libc/sys/a29khif/Makefile.in: assemble Steve's list of stubs so
7096         that C programs can call functions without using initial
7097         underscores.
7098
7099 Thu Oct  1 09:37:47 1992  Ian Lance Taylor  (ian@cygnus.com)
7100
7101         * libc/stdlib/abort.c (abort): call exit, in case kill returns.
7102
7103 Wed Sep 30 08:22:18 1992  Ian Lance Taylor  (ian@cygnus.com)
7104
7105         * configure.in: set TARGET_CFLAGS for certain CPU types to
7106         -msoft-float.
7107
7108 Tue Sep 29 21:09:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
7109
7110         * libc/sys/m68kbare/glue.c: use <_ansi.h> instead of <ansidecl.h>
7111
7112 Mon Sep 28 14:58:44 1992  Ian Lance Taylor  (ian@cygnus.com)
7113
7114         * configure.in: added sys_dir m68kbare for m68k*-unknown-aout and
7115         m68k*-unknown-coff.
7116
7117 Fri Sep 25 08:33:21 1992  Ian Lance Taylor  (ian@cygnus.com)
7118
7119         * libc/include/stdio.h: define __need___va_list before including
7120         <stdarg.h>, to avoid defining va_arg, et. al.
7121
7122 Tue Sep 22 13:47:00 1992  Ian Lance Taylor  (ian@cygnus.com)
7123
7124         * libc/sys/Makefile.in: handle the case of an empty $(sys_dir)
7125         (don't cd to the user's home directory).
7126
7127         * libc/Makefile.in: replaced all instances of $(MAKE) with make.
7128         In general this is the wrong thing to do, but I can't get around
7129         GNU make's insistence on passing command line arguments any other
7130         way.
7131
7132 Tue Sep 22 10:12:44 1992  Ian Lance Taylor  (ian@cygnus.com)
7133
7134         * configure.in: always configure the libc/sys directory, since it
7135         now provides a required documentation file.
7136
7137         * Makefile.in: replaced all instances of $(MAKE) with make.  In
7138         general this is the wrong thing to do, but I can't get around GNU
7139         make's insistence on passing command line arguments any other way.
7140
7141 Mon Sep 21 22:42:26 1992  Ian Lance Taylor  (ian@tweedledumbest.cygnus.com)
7142
7143         * libc/stdlib/ecvtbuf.c (_gcvt): string for 0 was not null
7144         terminated.
7145
7146         * libc/stdio/local.h: include <stdarg.h> to define va_list.
7147         libc/stdio/vsprintf.c: include <stdarg.h> rather than <varargs.h>.
7148
7149         * libc/include/float.h, libc/include/stdarg.h,
7150         libc/include/stddef.h, libc/include/varargs.h: removed; use gcc
7151         versions instead.
7152         libc/include/stdio.h: get size_t from <stddef.h>, and va_list from
7153         <stdarg.h>, not from <machine/types.h>.  Protect definition of
7154         NULL.
7155         libc/include/time.h: get size_t from stddef.h.  Protect definition
7156         of NULL.
7157         libc/include/machine/limits.h: override gcc <limits.h> by defining
7158         _LIMITS_H___.  Don't define CLK_TCK.  Copied in gcc <limits.h> to
7159         get correct INT_MIN and LONG_LONG values.
7160         libc/include/machine/types.h: don't define ptrdiff_t, wchar_t,
7161         size_t or va_list at all; they're now gotten from stddef.h
7162         instead.
7163         libc/include/machine/varargs.h: removed; use gcc version instead.
7164         libc/include/sys/types.h: explicitly include <machine/types.h>.
7165
7166         * libm/math/sqrt.h: using the fp-bit routines appears to require
7167         more iterations.
7168
7169         * Makefile.in, host/any: let system include files override machine
7170         include files.
7171
7172 Sat Sep 19 21:10:06 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
7173
7174         * libc/include/machine/types.h: allow __*_TYPE__ from cpp to
7175         override _*_T_ definitions defaulted here.
7176
7177 Tue Sep 15 11:14:46 1992  Ian Lance Taylor  (ian@cygnus.com)
7178
7179         * Makefile.in (install): install the include files in
7180         $(tooldir)/include, not $(exec_prefix)/include.
7181
7182 Fri Sep 11 15:48:43 1992  Ian Lance Taylor  (ian@cygnus.com)
7183
7184         * Makefile.in (install): fixed typo, and changed install to not
7185         force rebuild of libc.a and libm.a.
7186
7187 Thu Sep 10 10:46:09 1992  Ian Lance Taylor  (ian@cygnus.com)
7188
7189         * libc/sys/a29khif/*: Changed all .include's to include
7190         sys/sysmac.h, not plain sysmac.h.  The header files live in sys so
7191         that they will be installed for the user.
7192
7193         * Makefile.in (all): create targ-include, a directory holding the
7194         machine and system specific header files during the build.
7195         (install): fixed installation of machine and system specific
7196         header files.
7197
7198         * Makefile.in: fixed comment.
7199         host/any: change .s.o rule to use $(AS) rather than $(CC), so that
7200         we can pass $(INCLUDES) to it.
7201
7202 Thu Sep 10 10:13:13 1992  Ian Lance Taylor  (ian@cygnus.com)
7203
7204         * libc/include/sys/param.h: new generic file, which may be
7205         overridden for specific systems.
7206
7207         * libc/include/sys/signal.h: define all ANSI signal names, and
7208         NSIG (which is not ANSI) for a29k.
7209
7210 Tue Sep  8 09:04:30 1992  Ian Lance Taylor  (ian@cygnus.com)
7211
7212         * Makefile.in: don't pass down arguments the lower level makes
7213         will not need.
7214         * libc/Makefile.in: recurse directly, rather than using subdir_do,
7215         in hopes of avoiding argument length limits.
7216         * libm/Makefile.in: recurse directly, rather using subdir_do, in
7217         hopes of avoiding argument length limits.
7218
7219 Tue Sep  8 08:27:22 1992  Ian Lance Taylor  (ian@cygnus.com)
7220
7221         * libc/include/sys/fcntl.h: include <sys/types.h> to ensure that
7222         mode_t is defined.
7223
7224 Mon Sep  7 14:02:07 1992  Ian Lance Taylor  (ian@cygnus.com)
7225
7226         * Fixed make info and make install-info for newlib, changing most
7227         Makefile.in and several *.tex files.  Moved doc directory from
7228         libc to top level.
7229
7230         * libc/time/mktime.c (_DAYS_IN_MONTH): actually, not const.
7231         Should be rewritten.
7232
7233         * libc/string/strings.tex: renamed node index to node index
7234         function, so that it does not conflict with the top level index
7235         node.
7236
7237         * libc/include/sys/config.h: define __IEEE_BIG_ENDIAN for h8300.
7238
7239 Fri Sep  4 02:34:06 1992  Ian Lance Taylor  (ian@cygnus.com)
7240
7241         * Overhauled general configuration for newlib.  Eliminated all
7242         target dependent Makefile fragments.  Create libraries in newlib
7243         rather than newlib/libc and newlib/libm.  Use CC, et. al., rather
7244         than CROSS_CC, et. al.  Broke make docs; will fix later.
7245
7246         * libc/time/localtime.c (_DAYS_IN_MONTH): actually, not const.
7247         Should be rewritten.
7248
7249 Tue Sep  1 15:21:14 1992  Ian Lance Taylor  (ian@cygnus.com)
7250
7251         * libc/configure.in: cleaned up somewhat; switch on ${target}
7252         rather than ${target_alias}.
7253         * libm/configure.in: cleaned up somewhat; switch on ${target}
7254         rather than ${target_alias}.
7255
7256         * libc/ctype/ctype_.c: marked _ctype_ array _CONST.
7257         * libc/include/ctype.h: marked _ctype_ as _CONST.
7258
7259         * libc/locale/locale.c (lconv, localeconv): marked static lconv as
7260         _CONST.
7261
7262         * libc/stdio/cvt.c, libc/stdio/findfp.c (__sfmoreglue),
7263         libc/stdio/vfscanf.c (__svfscanf): made static variables const.
7264         libc/stdio/gets.c (gets): removed non-ANSI warning message.
7265         libc/stdio/tmpnam.c (tmpnam): removed unneeded filename variable.
7266
7267         * libc/stdlib/mprec.h, libc/stdlib/mprec.c (pow5mult, tens,
7268         bigtens, tinytens): marked arrays _CONST.
7269         libc/stdlib/qsort.c (swap): if __GNUC__, use _builtin_alloca
7270         rather than a static variable.
7271
7272         * libc/time/asctime.c (asctime), libc/time/localtime.c
7273         (_DAYS_IN_MONTH), libc/time/mktime.c (_DAYS_IN_MONTH,
7274         _DAYS_BEFORE_MONTH), libc/time/strftime.c (dname_len, dname,
7275         mname_len, mname): Marked static arrays _CONST.
7276
7277         * libm/math/gamma.h: made local variables non-static.
7278
7279         * libm/math/acos.h, libm/math/bessel.c, libm/math/erf.c,
7280         libm/math/exp.c, libm/math/gamma.h: marked static arrays as
7281         _CONST.
7282
7283         * libm/math/constants.c: removed file, because the constants it
7284         defined were never referenced.
7285         libm/math/Makefile.in: removed references to constants.c.
7286         libm/math/mathimpl.h: removed declarations of constants.
7287
7288 Wed Aug 26 21:09:06 1992  Ian Lance Taylor  (ian@cygnus.com)
7289
7290         * libc/include/machine/varargs.h: only call __builtin_saveregs if
7291         it is sensibly defined in libgcc2.  Checks preprocessor defines,
7292         which is not a good solution.
7293
7294         * libm/sqrt.c: sqrt(Infinity) should not be a domain error.
7295
7296         * libm/frexp.c: handle denormalized numbers as arguments.
7297
7298         * libm/math/Makefile.in: added some dependencies for .c files
7299         which include local .h files.
7300
7301 Mon Aug 24 12:57:58 1992  Ian Lance Taylor  (ian@cygnus.com)
7302
7303         * libc/configure.in: set target_alias for OSE*.  Replace
7304         target_makefile_frag if it is blank.
7305
7306         * libc/Makefile.in: make sure everything is passed to subsidiary
7307         makes; create all directories when installing.
7308
7309         * libm/ieeefp/Makefile.in, libm/math/Makefile.in: use
7310         CROSS_ARUPDATE instead of AR.
7311
7312         * libm/configure.in: set target_alias for OSE*.  Replace
7313         target_makefile_frag if it is blank.
7314
7315         * libm/Makefile.in: make sure everything is passed to subsidiary
7316         makes; create all directories when installing.
7317
7318 Thu Aug 20 15:11:51 1992  Mark Eichin  (eichin@cygnus.com)
7319
7320         * add following change from libc copy.
7321
7322 Wed Aug 19 18:54:49 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7323
7324         * libc/libc.texinfo: make copyright disclaimers appear on back of
7325         title page; make format of same slightly less ugly; avoid using
7326         underbars in section headings (avoids nasty texinfo bug in table
7327         of contents).
7328
7329         * libc/ctype/tolower.c, libc/ctype/toupper.c: (doc changes in
7330           comments only) avoid using underbars in section headings
7331
7332         * libc/ieeefp/ieeefp.tex: include doc from fpsticky, infinity,
7333           isnan ieeefp/fpmask.c, ieeefp/fpround.c, ieeefp/fpsticky.c (doc
7334           changes in comments only): shorten headings ieeefp/infinity.c,
7335           ieeefp/isnan.c: (doc, comments only) more informative headings
7336
7337         * libc/math/bessel.c: (doc, comments only) shorten heading
7338
7339         * libc/stdlib/efgcvt.c, libc/stdlib/mbtowc.c, libc/stdlib/wctomb.c
7340         (doc, comments only) shorten headings
7341
7342         * libc/time/localtime.c (doc, comments only): shorten headings
7343
7344         * libm/ieeefp/ieeefp.tex: include doc from fpsticky, infinity,
7345           isnan
7346           libm/ieeefp/fpmask.c, libm/ieeefp/fpround.c,
7347           libm/ieeefp/fpsticky.c (doc changes in comments only): shorten
7348           headings
7349           libm/ieeefp/infinity.c, libm/ieeefp/isnan.c: (doc, comments
7350           only) more informative headings
7351         * libm/math/bessel.c: (doc, comments only) shorten heading
7352
7353 Wed Aug 19 07:06:37 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
7354
7355         * .../Makefile.in: use CROSS_ARUPDATE consistently.
7356         * config/*.mt: define CROSS_AR as well as CROSS_ARUPDATE
7357         * config/*.mt: define CROSS_CPP based on CROSS_CC, not /lib/cpp.
7358         * .../Makefile.in: get rid of .c.o rule - if TOP is correctly
7359         defined, the one from the .mt file will be correct.
7360         * libc/include/machine, libc/include/sys: created, and populated
7361         with common files from machine/*/machine. ifdefs were used for
7362         most, typically by handling exceptions first and then filling in
7363         defaults. Files with D.J. Delorie copyright #included rather than
7364         copied. Most files in include/sys really were the same in the
7365         original.
7366         * libc/include/...: cleaned up use of _EXFUN.
7367         * libc/stdlib/mprec.c: mprec.h doesn't get installed, so include
7368         it with double quotes, not angles.
7369
7370 Mon Aug 10 11:43:20 1992  Ian Lance Taylor  (ian@dumbest.cygnus.com)
7371
7372         * libc/Makefile.in: always create installation directories.
7373
7374 Sun Aug  9 22:45:48 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
7375
7376         * libc/configure.in: handle host properly (using canonical
7377         triples), better error message for the case of target not found
7378
7379 Thu May 28 01:56:37 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
7380
7381         * libc/Makefile.in (insincdir): Ensure this directory exists
7382         before attempting installation.
7383
7384 Fri May  1 18:16:42 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7385
7386         * libc/stdlib/assert.c: now calls abort like it should
7387         * libc/sys/a29khif: many many patches for 29khif work
7388         * libc/machine/i386: gnulib2 expanded there.
7389
7390 Tue Apr 28 19:08:37 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7391
7392         Added accurate fp conversion routines to stdlib, moved dcvt from
7393         stdio to stdlib and called it ecvtbuf:
7394         * libc/stdlib/mprec.c, mprec.h: new files for multiprec arithmetic
7395         * libc/stdlib/Makefile.in, efgcvt.c, strtod.c: modified to use new
7396         routines
7397         * libc/libc.texinfo: Modifed to include the copyright info from
7398         the mprec files
7399         * libc/stdlib/efgcvt.c: now xref to ecvtbuf in stdlib.
7400         * libc/test/ : many vector which tested for the implementation
7401         defined returns of strange conversion requests have been updated
7402         to relflect the new implementation
7403
7404 Mon Apr 27 13:41:33 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7405
7406         * libc/libc.texinfo: new chapter on variable arg lists
7407         (stdarg.h/varargs.h)
7408         * libc/libc.texinfo: new title
7409         * libc/time/gmtime.c, libc/time/localtime./c, libc/time/mktime.c:
7410         (doc only) shorter headings for better formatting.
7411
7412 Fri Apr 24 11:26:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7413
7414         * libc/libc.texinfo: three more info menu entries
7415         * libc/locale/locale.tex: new chapter
7416         * libc/locale/locale.c: new doc for setlocale, localeconv
7417         * libc/locale/Makefile.in: use new locale doc
7418         * libc/signal/signal.tex: new chapter
7419         * libc/signal/raise.c, libc/signal/signal.c: new doc
7420         * libc/signal/Makefile.in: use new doc
7421         * libc/time/time.tex: new chapter
7422         * libc/time/asctime.c libc/time/clock.c libc/time/ctime.c
7423         libc/time/difftime.c libc/time/gmtime.c libc/time/localtime.c
7424         libc/time/mktime.c libc/time/strftime.c libc/time/time.c: new doc
7425         * libc/time/Makefile.in: use new doc
7426
7427 Tue Apr 21 14:48:50 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7428
7429         * libm/math/log1p.c: split to use the new function way of float
7430         function definition. math/log1p.h deleted
7431         * libm/math/scalb.c: obsolete and deleted
7432         * libm/math/scalbn.c: created from part log1p.c
7433         * libm/math/Makefile.in: know about log1p and scalbn
7434
7435 Tue Apr 21 12:32:21 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7436
7437         * libc/ctype/isupper.c: revise doc;
7438           libc/ctype/ctype.tex: use doc from isupper.c
7439
7440         * libc/string/bzero.c: new doc
7441
7442 Mon Apr 20 14:19:42 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7443
7444         * libc/stdlib/system.c, libc/stdlib/exit.c, libc/stdlib/abort.c:
7445         new doc
7446         * libc/stdlib/Makefile.in: extract new doc
7447         * libc/stdlib/stdlib.tex: use new doc
7448
7449         * libc/string/strerror.c: expanded doc.
7450
7451         * libc/stdio/Makefile.in: extract doc from more files
7452         * libc/stdio/fopen.c, libc/stdio/perror.c, libc/stdio/remove.c,
7453         libc/stdio/rename.c, libc/stdio/rewind.c, libc/stdio/setbuf.c,
7454         libc/stdio/setvbuf.c, libc/stdio/sprintf.c, libc/stdio/tmpfile.c,
7455         libc/stdio/tmpnam.c, libc/stdio/vfprintf.c, libc/stdio/vprintf.c,
7456         libc/stdio/vsprintf.c: new doc
7457         * libc/stdio/stdio.tex: use new doc
7458
7459 Mon Apr 20 09:38:17 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7460
7461         * libc/config/ebmon29k: added CROSS_CPP rule and other fixes
7462         * libc/include/ieeefp.h: fixed ansi conflict with isnanf, isinff,
7463         finitef functions.
7464         * libc/sys/a29khif/sys/*.h: ansidecl.h was renamed to _ansi.h some
7465         time ago.
7466
7467         * libc/stdio/stdio.h: added P_tmpdir for /tmp (SVID thing)
7468         * libc/stdio/setbuf.c: added ansi style definition.
7469         * libc/stdio/setvbuf.c: added ansi definition, now mallocs own
7470         buffer if none provided.
7471         * libc/stdio/tmpfile.c: lint
7472         * libc/stdio/tmpnam.c (worker): created. (tmpnam): mallocs buffer
7473         rather than using static, also make sure file isn't already
7474         present.  Uses P_tmpdir. (tempnam): rewritten to use new
7475         subroutine, and uses P_tmpdir.
7476         * libc/stdio/siprintf.c: created
7477
7478 Mon Apr 13 09:12:58 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7479
7480         Release 1.03 for NEC, major mods. Main differences from release
7481         1.02::
7482
7483         More tests in test/:
7484         * jn_vec.c, jnf_vec.c, yn_vec.c, ynf_vec.c, log2_vec.c,
7485         log2f_vec.c, atan2_vec.c, atan2f_vec.c: new test vectors.
7486         * test_ieee.c: tests for ieee flags & masks - get/set rounding,
7487         get/set mask, get/set sticky and get/set roundtoi.  Tests
7488         that setting the bits changes the way arithmetic is done.
7489         * string.c: added test to make sure memcmp does it with unsigned
7490         chars.
7491         * test.c: cleaned up and removed lint.
7492         * sprint_vec, sprint_ivec.c, convert.c, conv_vec.c, iconf_vec.c,
7493         dvec.c: tests for string to value conversions,  sprintf, scanf,
7494         atof, atoff, strtod, strtodf, atoi, atol, strtol, ecvtbuf, ecvt,
7495         ecvtf,  fcvtbuf, fcvt, fcvtf, gcvt, gcvtf.  Some attention paid to
7496         rounding in sprintf too.
7497         * test_is.c: tests for  isalnum, isalpha, isascii, iscntrl,
7498         isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
7499         isxdigit, toascii, tolower, toupper, _tolower, _toupper in macro
7500         and function form.
7501         * math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow,
7502         powf
7503
7504         In the library:
7505         * libc/stdlib/div.c, libc/stdlib/ldiv.c, libc/stdlib/strtod.c,
7506         libc/stdlib/strtol.c, libc/stdlib/stroul.c, libc/stdlib/abs.c,
7507         libc/stdlib/bsearch.c, libc/stdlib/calloc.c, libc/stdlib/getenv.c,
7508         libc/stdlib/labs.c, libc/stdlib/malloc.c: new documentation
7509         * libc/stdlib/efgcvt.c: rewritten to use new _dcvt routines rather
7510         than sprintf.
7511         * libc/stdio/dcvt.c: rewritten to make more useful elsewhere. 
7512         * Method of producting float versions of double functions has
7513         changed, functions will be modified gradually. So far:
7514         libm/math/exp.c, libm/math/pow.c, libm/math/modf.c,
7515         libm/math/sincos.c, libm/math/fmod.c, libm/math/tan.c have been
7516         altered
7517         * libc/string/memcmp.c: now uses unsigned chars
7518         * libc/string/bcmp.c, libc/string/strcpy.c,
7519         libc/stsring/strxfrm.c: fixed doc
7520         * libc/sys/sysvnecv70.tex: fix example of sbrk code
7521 \f
7522 Local Variables:
7523 version-control: never
7524 End: