Commit graph

157 commits

Author SHA1 Message Date
ceriel 620f7e3d49 fix machine-dependant #if's 1991-09-04 15:37:41 +00:00
ceriel 3936acad08 Some minor mods 1991-08-27 08:57:28 +00:00
ceriel dd478032e6 New installation mechanism 1991-08-26 16:21:27 +00:00
ceriel 5d00c41800 Removed definition of EMHOME; it was not used 1991-08-07 10:52:35 +00:00
ceriel aec33f4d0f CLK_TCK --> CLOCKS_PER_SEC; was toch goed 1991-06-21 09:58:57 +00:00
ceriel 384d4c7647 corrected time.h header 1991-06-11 09:25:32 +00:00
ceriel 9e9e7db6b4 Fixed flushbuf() so that it works with POSIX conformant Unix versions 1991-06-10 17:07:18 +00:00
ceriel 3e9b9b3cbe Added isnan.c 1991-06-04 15:33:34 +00:00
ceriel e001541608 Fixed bug in checking of last char of environment variable 1991-04-24 12:18:03 +00:00
ceriel d6a224ea5f Changed name of loc_incl.h to loc_time.h 1991-04-22 13:21:11 +00:00
ceriel ab8022ccbd Fixed bug 1991-04-22 11:29:48 +00:00
ceriel 7c2c7f23e3 prevent overflow 1991-04-05 09:24:45 +00:00
ceriel 52287793fb Removed superfluous : 1991-03-26 18:41:47 +00:00
ceriel 319fb7cbff Removed evaluation order dependency bug 1991-03-21 09:49:35 +00:00
ceriel 7e8422d810 added check for Nan 1991-03-19 16:51:28 +00:00
ceriel e27071de78 Check for Nan 1991-03-19 16:39:40 +00:00
ceriel b893ec7013 m_a_i_n --> _m_a_i_n 1991-03-06 14:26:16 +00:00
ceriel 55bbaa1bf2 Fixed wrong %c conversion 1991-03-04 13:35:22 +00:00
ceriel cb7438cb99 Some modifications to improve floating point printing 1991-02-26 18:37:47 +00:00
ceriel d50d1f6c5e Added some casts so that it works for negative values 1991-02-26 18:17:21 +00:00
ceriel 1d73a4f04e Added hypot.c 1991-02-26 18:08:25 +00:00
ceriel 9c0b85db41 Fixed tmpnam(): name contained null-byte 1991-02-26 09:28:39 +00:00
ceriel cf10cabb6f fixed problems with flushbuf 1991-02-22 16:45:47 +00:00
ceriel 9340345509 Fix FOPEN_MAX array bound error 1991-02-22 16:32:05 +00:00
ceriel 12f4a430b0 Added varargs.h 1991-02-20 14:53:31 +00:00
ceriel 1c694d98d0 removed unused variables 1991-02-20 09:48:00 +00:00
ceriel 4a03769a47 Added mktemp.c 1991-02-01 10:31:03 +00:00
ceriel 2a852dcff1 Added fdopen() 1991-01-30 16:26:06 +00:00
ceriel 3ddb8e24b7 wctomb() now also returns 1 on 0-char 1991-01-15 11:55:33 +00:00
ceriel 38d1831dd7 Fixed error in clearerr 1991-01-03 16:08:31 +00:00
ceriel ac8168088c clearerr is now also a macro 1991-01-03 14:31:16 +00:00
ceriel c4c7787acc clearerr is now also a macro 1991-01-03 14:23:54 +00:00
eck 0ad960a9b0 set _IOMYBUF in setvbuf() when necessary 1990-12-14 14:47:26 +00:00
ceriel 2dbe465c0d Fixed for Ultrix: pass SUF 1990-12-04 11:42:25 +00:00
eck 4c99b235ed oops: forgot to update LIST 1990-12-03 14:21:21 +00:00
eck 36861e70ac added isatty.c: it is reasonably standard on UNIX systems 1990-12-03 14:13:31 +00:00
eck 2661a6085a oops, do set errno in ldexp() (blanket rules) 1990-12-03 13:09:27 +00:00
eck 04480b1db9 added protection against #define of _POSIX_SOURCE 1990-11-22 13:59:54 +00:00
eck 0c8acbf834 vsprintf() sets _IOWRITING flag 1990-11-13 10:56:53 +00:00
eck 57b1d9824a fixed bugs with sizeof() and unnormalized values 1990-11-09 16:26:15 +00:00
eck 899df7bc78 never set errno in ldexp() 1990-11-09 16:20:49 +00:00
eck 8357c43aee corrected type of *_EPSILON values 1990-11-08 12:01:52 +00:00
eck b28f5a1824 prevent warning when #including setjmp.h 1990-11-06 10:49:12 +00:00
eck 9df58e86ec removed a cast from offsetof() 1990-10-30 09:53:48 +00:00
eck 68f19d7335 changed offsetof(), so it will not generate a warning on 2-4 machines 1990-10-29 13:52:18 +00:00
eck 17abf1a78a changed definition of jmp_buf (alignment problems) 1990-10-26 11:31:27 +00:00
eck da36c2b13f deleted toupper and tolower macros: they were wrong 1990-10-24 17:24:12 +00:00
eck e701e2e2ec added to*() routines: a macro is impossible 1990-10-24 17:19:50 +00:00
eck 32da1c8c1e made a function-call of HUGE_VAL 1990-10-24 14:31:50 +00:00
eck 9bdf648402 added #include of <sys/types.h> to sigmisc.c 1990-10-15 11:23:08 +00:00