Commit graph

83 commits

Author SHA1 Message Date
dtrg d77b4ce97c Renamed the language libraries and runtimes to have more
conventional names.
2007-02-26 22:36:56 +00:00
cvs2hg 2d80c1d2c8 fixup commit for tag 'release-6-0-pre-1' 2007-02-25 22:49:23 +00:00
dtrg b611731ec3 Updated .distr files for the new release. 2007-02-25 12:51:55 +00:00
dtrg 5c5f711cbb Done a major overhaul of the way target include files are installed and
how platform libraries are built. The ARCH pm variable has now been
renamed PLATFORM (which is more accurate) and a different ARCH
variable added, which represents the CPU family rather than the
hardware platform.
2007-02-20 00:46:10 +00:00
dtrg dbe10d2c19 Updated to the version 0.1 of Prime Mover (which involves some syntax changes). 2006-10-15 00:28:12 +00:00
dtrg 708a83ef22 ack expects the tail_ libraries not to have the .a extension. 2006-07-30 23:45:48 +00:00
dtrg 7826e03427 Added support for the K&R C language runtime. 2006-07-27 22:51:38 +00:00
ceriel 1db6a3029b Header --> Id 1994-06-24 14:02:31 +00:00
ceriel e3e19a7a0d signal now deals with void functions 1993-11-17 16:53:43 +00:00
ceriel 8482d2c110 Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 14:27:24 +00:00
ceriel f9b38448fd own time.h 1991-10-04 14:06:34 +00:00
ceriel 0caa529e0a fix machine-dependant #if's 1991-09-04 16:01:22 +00:00
ceriel b893ec7013 m_a_i_n --> _m_a_i_n 1991-03-06 14:26:16 +00:00
ceriel 48e0d9825a fixed problem with qsort(): did not work for objects whose size did not
fit in an int
1991-01-29 14:37:37 +00:00
ceriel c5c6267b1d fixed possible non-sign-extension problem 1990-12-06 11:34:50 +00:00
ceriel cf28f45a59 improved conversion of extended to string 1990-07-20 09:39:43 +00:00
ceriel 29b8ec04c5 Added strtol() 1990-06-25 15:59:16 +00:00
ceriel 3bcec93972 fix: #if instead of #ifdef 1990-06-12 11:22:49 +00:00
ceriel 5dec33abaa minor correction to runtime start-off 1990-01-29 15:52:08 +00:00
ceriel ccfd50c6b7 fixed; did not compile 1990-01-23 11:00:47 +00:00
ceriel f21378d696 made allocation chunk size dependant on pointer size 1990-01-19 11:30:16 +00:00
ceriel fec7208f70 new malloc.c, derived from new Minix version 1989-11-30 14:59:18 +00:00
ceriel 86b6eab206 speeded up a bit for printing 0.0 1989-11-27 17:29:35 +00:00
ceriel 44b74a6c84 fixed for minix, which does not have ftime 1989-10-24 10:04:35 +00:00
ceriel 90101c0dec Added ext_comp.c 1989-07-26 11:08:24 +00:00
ceriel 3824cfd66d fixed some leapyear problems 1989-06-19 09:50:38 +00:00
ceriel 5187e46404 speeded up a bit 1989-02-22 16:16:11 +00:00
ceriel 30959cd73f some fixes: calloc was wrong; catch traps, and let divides
by 0 generate a signal, if on a unix machine
1989-02-20 18:01:33 +00:00
ceriel f8fb06210d fixed: apparently, the profil system-call does not quite work as described
in the manual page?
1988-09-19 16:55:35 +00:00
ceriel ac92c0b9c3 made safer 1988-08-30 12:52:09 +00:00
ceriel d24592ee76 Added bsearch 1988-08-30 12:47:45 +00:00
ceriel 371821c6a3 fixed typo 1988-08-11 15:59:35 +00:00
ceriel ebfc4a15a4 Added strtod.c, use it in atof 1988-08-11 12:49:06 +00:00
ceriel 8f9ed86162 ignore floating overflow/underflow 1988-08-11 09:55:22 +00:00
ceriel 094d427268 prevent overflow 1988-08-10 15:54:15 +00:00
ceriel a1032b168c fix 1988-08-10 10:41:15 +00:00
ceriel d388145dce new, much faster version 1988-08-10 09:14:43 +00:00
ceriel cdb038ed6f forgot leading zero in front of . in F format 1988-08-04 15:48:34 +00:00
ceriel 1726d23a44 problem fixed: number of digits displayed and/or format was sometimes wrong 1988-08-04 11:17:27 +00:00
ceriel 3e66a45a0d fixed 1988-08-03 16:15:48 +00:00
ceriel caf948e80e moved getopt to stdio, because it uses it 1988-08-03 14:42:47 +00:00
ceriel bbe7ae21e8 BSD4.[23] could also run NFS 1988-07-28 09:26:22 +00:00
ceriel 5f4707b280 improved comments; should now be understandable for anyone who knows EM 1988-04-21 10:08:56 +00:00
ceriel 79e3ac1a26 improved setjmp 1988-04-20 16:58:29 +00:00
ceriel 536716ba84 rewritten setjmp: compiler now gives a bit more support 1988-04-20 15:33:17 +00:00
ceriel d034f5145c malloc now allows users to use sbrk too,
setjmp/longjmp now save/restore the signal mask on BSD 4.2 systems,
some minor mods in atof
1988-02-16 17:48:39 +00:00
ceriel b75744f0d4 replace 10 by 10.0, so that the conversion is not done at runtime 1987-10-22 13:58:48 +00:00
ceriel 5c7379738b Some minor adaptions 1987-10-15 12:59:03 +00:00
ceriel cc524c3d9a fixed bugs in tzset and ttyslot, adapted malloc to allocate in bigger chunks 1987-08-19 14:44:54 +00:00
ceriel 19e580bdc9 fixed a typo 1987-07-22 09:12:47 +00:00