Commit graph

3373 commits

Author SHA1 Message Date
ceriel e496b6ee02 Added 1988-08-18 08:49:57 +00:00
ceriel 119bc227de use Realloc instead of Srealloc 1988-08-15 15:27:29 +00:00
ceriel e0ad269d4c do not use [ for test; no as portable 1988-08-15 09:31:08 +00:00
ceriel 143531822a speeded up :-) 1988-08-11 22:02:53 +00:00
ceriel 371821c6a3 fixed typo 1988-08-11 15:59:35 +00:00
ceriel a9a2e027c8 improved floating point handling 1988-08-11 14:57:39 +00:00
ceriel 5aa128ea62 speeded up again :-) 1988-08-11 14:50:18 +00:00
ceriel ebfc4a15a4 Added strtod.c, use it in atof 1988-08-11 12:49:06 +00:00
ceriel 2cb7fcf861 leave maximum value if overflow trap is handled 1988-08-11 10:28:30 +00:00
ceriel 8f9ed86162 ignore floating overflow/underflow 1988-08-11 09:55:22 +00:00
ceriel d308f4a3c2 fix: the minimum exponent is 1, not 0! 1988-08-10 22:33:48 +00:00
ceriel e9094d3f03 corrected M_MAX_D 1988-08-10 16:40:48 +00:00
ceriel 094d427268 prevent overflow 1988-08-10 15:54:15 +00:00
ceriel 7e8d7af500 corrected 1988-08-10 15:18:37 +00:00
ceriel d7d16cbede use new ecvt.c from C library 1988-08-10 11:21:40 +00:00
ceriel 03610bb643 improved/speeded up using new ecvt 1988-08-10 11:12:57 +00:00
ceriel a1032b168c fix 1988-08-10 10:41:15 +00:00
ceriel bb46f5218c Added version for machines with proper 4-byte operations 1988-08-10 10:07:53 +00:00
ceriel e47418efff Use other version of div_ext 1988-08-10 10:00:30 +00:00
ceriel d388145dce new, much faster version 1988-08-10 09:14:43 +00:00
ceriel e6d132830a fix: line number administration wrong in scan.c 1988-08-09 14:07:39 +00:00
ceriel 2c413b9455 makefile --> Makefile 1988-08-08 18:03:12 +00:00
dick 56fff3d6cd many improvements 1988-08-07 22:55:20 +00:00
ceriel 5581bdad15 corrected exit status of script 1988-08-05 13:50:27 +00:00
ceriel 901e1b7565 fixes for exit status 1988-08-05 12:48:21 +00:00
ceriel 05bac6c619 also detect 0/0 1988-08-05 11:40:29 +00:00
ceriel 905c5a349f fix: >= and <= were wrong in constant expressions 1988-08-05 11:22:39 +00:00
ceriel dc72163d44 cleaned up a bit 1988-08-04 18:10:34 +00:00
ceriel cdb038ed6f forgot leading zero in front of . in F format 1988-08-04 15:48:34 +00:00
ceriel 96fc9c9ab7 gcvt was called with wrong precision 1988-08-04 15:48:20 +00:00
ceriel 28d39e927b fixed problem with 'if (array)' 1988-08-04 14:37:06 +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 b26e580a74 cleaned up a bit, and made add_ext and sub_ext proper entry points,
without preconditions on the arguments
1988-08-04 11:16:20 +00:00
ceriel 2a9fe2a774 some modifications to improve speed (sorry, I mean, make a bit less slow) 1988-08-03 23:31:40 +00:00
ceriel 56a070ad99 fixed 1988-08-03 19:24:55 +00:00
ceriel 38e7921a9d Added E, G, and g format 1988-08-03 16:29:30 +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 0406776361 fixed again 1988-08-02 11:57:37 +00:00
ceriel 0d45d9da11 correct exit status 1988-08-02 11:56:34 +00:00
ceriel 905907f304 Modified for 4th distribution 1988-08-01 09:00:03 +00:00
ceriel 0768c4d4f1 fix to fix 1988-07-29 19:22:48 +00:00
ceriel 87c8b648fc fix in preprocessor part: macro invocation with parameterlist on the
next line did not work
1988-07-29 18:38:25 +00:00
ceriel 5d247a2055 prevent generation of movl/movq instruction with floating point constant.
movf/movd should be used instead
1988-07-29 10:09:55 +00:00
ceriel f5db63a96d grep -s means different things on different systems; do not use it 1988-07-28 18:47:21 +00:00
ceriel 334293bc04 Added possibility to disable installation of some languages or some machines 1988-07-28 18:43:26 +00:00
ceriel a28e8440b7 Use Pascal 1988-07-28 18:33:51 +00:00
ceriel fb53750ee3 fixed error in declaration of sprintf 1988-07-28 18:18:29 +00:00
ceriel e1f4d01509 Installation of interpreters should be done from global action file 1988-07-28 16:46:23 +00:00
ceriel fa564bb67c Installation of interpreters should not be done here 1988-07-28 16:45:13 +00:00