OSDN Git Service

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