ack/lang/cem/libcc.ansi/headers
George Koehler 0a2dfd650d Delete malloc.h and tgmath.h from libc.
This malloc.h might get confused with the private malloc.h in our
libc.  C programs should #include <stdlib.h> for malloc().

This tgmath.h has no useful content, and never worked because
complex.h is missing.

Touch build.lua (by deleting some whitespace) so the *.h globs see
the deletions.
2017-10-28 14:24:35 -04:00
..
sys Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
assert.h 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
build.lua Delete malloc.h and tgmath.h from libc. 2017-10-28 14:24:35 -04:00
ctype.h 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
errno.h 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
fcntl.h 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
float.h Undo commit bfeb736 for lang/cem/libcc.ansi/headers/float.h 2016-11-06 15:01:25 -05:00
iso646.h 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
limits.h Header --> Id 1994-06-24 14:02:31 +00:00
locale.h 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
math.h Build fdopen(), hypot(), putenv() in libc. 2017-10-28 13:33:57 -04:00
setjmp.h 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
signal.h 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
stdarg.h 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
stdbool.h 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
stddef.h Added the stdint.h header file. 2007-04-27 22:42:02 +00:00
stdint.h Fix awful bug where uint32_t was sometimes defined as a short. 2013-05-25 00:33:01 +01:00
stdio.h Add support for snprintf and vsnprintf. Try and make the return value a bit 2013-05-29 17:10:58 +01:00
stdlib.h Add some missing libc functions: setenv, unsetenv, strdup. 2013-05-29 21:41:58 +01:00
string.h Add some missing libc functions: setenv, unsetenv, strdup. 2013-05-29 21:41:58 +01:00
time.h 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