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