ack/lang/cem/libcc.ansi/stdlib
1993-10-06 13:15:12 +00:00
..
malloc Made more portable 1993-10-06 13:15:12 +00:00
.distr Put malloc.c after malloc in .distr file, otherwise it cannot be made 1991-12-19 10:22:15 +00:00
abort.c added protection against #define of _POSIX_SOURCE 1990-11-22 13:59:54 +00:00
abs.c Initial revision 1989-05-16 13:13:53 +00:00
atexit.c made a lot of changes 1989-12-18 15:14:14 +00:00
atof.c made a lot of changes 1989-12-18 15:14:14 +00:00
atoi.c fixed some lint complaints 1991-09-30 16:24:45 +00:00
atol.c fixed some lint complaints 1991-09-30 16:24:45 +00:00
bsearch.c made a lot of changes 1989-12-18 15:14:14 +00:00
calloc.c Initial revision 1989-05-16 13:13:53 +00:00
div.c made little mistakes in div() and ldiv() 1990-03-05 13:48:03 +00:00
exit.c changed system-calls to avoid namespace pollution 1990-01-22 13:00:13 +00:00
ext_comp.c Added check, but probably never happens with correct FEF 1993-08-31 10:53:05 +00:00
ext_fmt.h made a lot of changes 1989-12-18 15:14:14 +00:00
getenv.c Fixed bug in checking of last char of environment variable 1991-04-24 12:18:03 +00:00
labs.c Initial revision 1989-05-16 13:13:53 +00:00
ldiv.c made little mistakes in div() and ldiv() 1990-03-05 13:48:03 +00:00
LIST made a lot of changes 1989-12-18 15:14:14 +00:00
Makefile Distribute malloc.c to improve lint library generation 1991-09-30 16:36:17 +00:00
malloc.c Initial revision 1989-05-16 13:13:53 +00:00
mblen.c made a lot of changes 1989-12-18 15:14:14 +00:00
mbstowcs.c made a lot of changes 1989-12-18 15:14:14 +00:00
mbtowc.c several bug fixes after test-suite 1990-03-28 16:37:18 +00:00
qsort.c fixed qsort() for 0 elements 1990-08-28 14:03:24 +00:00
rand.c rand() did not work on 2-byte machines 1990-06-30 20:02:45 +00:00
strtod.c strod() & _str_ext_cvt() made more strictly conforming 1990-09-07 11:00:24 +00:00
strtol.c Prevent warning about overflow 1993-06-09 11:47:01 +00:00
system.c added protection against #define of _POSIX_SOURCE 1990-11-22 13:59:54 +00:00
wcstombs.c several bug fixes after test-suite 1990-03-28 16:37:18 +00:00
wctomb.c wctomb() now also returns 1 on 0-char 1991-01-15 11:55:33 +00:00