Commit graph

9 commits

Author SHA1 Message Date
George Koehler
b00a2c906d Build fdopen(), hypot(), putenv() in libc.
These functions are in POSIX; hypot() is in C99.  Also build cabs()
because it rides with hypot(), but don't declare cabs() in any header
file, because our compiler can't parse C99 "double complex" type.

Touch build.lua so it sees that .c files moved.
2017-10-28 13:33:57 -04:00
dtrg
bfeb736c35 Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
ceriel
1db6a3029b Header --> Id 1994-06-24 14:02:31 +00:00
ceriel
7e8422d810 added check for Nan 1991-03-19 16:51:28 +00:00
eck
32da1c8c1e made a function-call of HUGE_VAL 1990-10-24 14:31:50 +00:00
eck
343dbb810f formal parameters in prototyps need only 1 underscore 1990-01-29 10:09:00 +00:00
eck
d8486967aa many changes and improvements 1989-12-18 14:00:32 +00:00
eck
26cc87efe6 improved parameters 1989-09-29 15:46:33 +00:00
eck
d818da36f0 Initial revision 1989-05-16 13:13:53 +00:00