Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-01-29 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2001-01-29 | 1 | -1/+5 |
| | | | | | | | | * libc/include/math.h (signgam): Change to errno-like solution using a function to return the address of the real signgam. * libc/reent/signgam.c: New file containing __signgam(). * libc/reent/Makefile.am: Added signgam.c to list of files. * libc/reent/Makefile.in: Regenerated. | ||||
* | 2001-01-23 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2001-01-24 | 1 | -1/+1 |
| | | | | | * libc/include/math.h (signgam): Regress previous fix as it does not handle programs with extern int signgam in them. | ||||
* | 2001-01-23 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2001-01-23 | 1 | -1/+1 |
| | | | | | * libc/include/math.h (signgam): Changed to a macro refering to its location in the reentrant structure. | ||||
* | * libc/include/sys/config.h: define __IMPORT appropriately | DJ Delorie | 2000-08-01 | 1 | -15/+4 |
| | | | | | | | | | | * libc/include/ctype.h (_ctype_): use __IMPORT * libc/include/math.h (__infinity, signam, _LIB_VERSION): ditto * libc/include/math.h (__mb_cur_max): ditto * libc/include/time.h (_timezone, _daylight, _tzname): ditto * libc/include/unctrl.h (__unctrl, __unctrllen): ditto * libc/include/errno.h (_sys_errlist, _sys_nerr): ditto * libc/include/unistd.h (environ): ditto | ||||
* | Declare __infinity as an array to work around problems with small data support | Michael Meissner | 2000-07-28 | 1 | -3/+13 |
| | |||||
* | * libc/include/math.h: Use appropriate dll import linkage for Cygwin. | Christopher Faylor | 2000-07-27 | 1 | -0/+4 |
| | |||||
* | import newlib-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+273 |