Commit graph

1248 commits

Author SHA1 Message Date
dick 0e90ae224a clean-up code generation suppression for lint 1990-09-18 14:29:42 +00:00
eck a246152240 removed crash() call: it was wrong 1990-09-14 16:39:11 +00:00
ceriel 4900ad0743 improved line number administration 1990-09-14 14:37:24 +00:00
eck 707d811586 fixed error with # && ##-operators in non function-like macro's 1990-09-13 15:14:52 +00:00
eck 5ed44e3432 fixed error with # && ##-operators in non function-like macro's
pass printable garbage characters on to parser
1990-09-13 15:12:13 +00:00
ceriel 49fd9f9377 'x(x) int x; { }' was not accepted 1990-09-12 17:32:31 +00:00
ceriel 11d8919d76 Fix: the type INTEGER[0..255] was put in one byte 1990-09-12 17:09:57 +00:00
eck e144c7cc4c fixed bugs with prototype scopes 1990-09-12 16:36:16 +00:00
eck 74f3d91777 added #if because rename() is also in POSIX 1990-09-11 10:26:42 +00:00
eck 1dd88ae8da changed int-functions to void-functions 1990-09-11 10:24:15 +00:00
eck 0d8a8bae5f removed assumption that time_t is an unsigned type 1990-09-11 10:18:51 +00:00
eck f0581f7706 fixed small bug with token separation 1990-09-10 11:57:16 +00:00
eck 2c9fbebe4e strod() & _str_ext_cvt() made more strictly conforming 1990-09-07 11:00:24 +00:00
eck 33c9811ba9 sometimes swap operands in expressions with side-effects 1990-09-06 14:49:52 +00:00
eck 2f0275ba3c added some optimalizations 1990-09-06 11:32:51 +00:00
ceriel 3ea64975af distribute makefile.std, not makefile 1990-09-04 11:47:50 +00:00
eck b2efe2299f fixed bug in qualifier_type() 1990-09-04 10:48:04 +00:00
eck 02ea4988d1 fixed problems with declaration syntax 1990-09-03 13:46:30 +00:00
eck f614fc6dc3 fixed two little bugs 1990-08-31 10:27:12 +00:00
ceriel 1cb247fa39 only deal with signals that are not ignored 1990-08-29 11:44:33 +00:00
eck 5fcee85f88 removed test because of moon3 1990-08-28 14:53:34 +00:00
eck 391874ecb2 merged vax and pdp #defines in float.h 1990-08-28 14:52:52 +00:00
eck 4ab420fb0f fixed qsort() for 0 elements 1990-08-28 14:03:24 +00:00
eck bc83231874 changed pow() a little 1990-08-28 13:59:36 +00:00
eck a41c51783a improved the speed somewhat
fixed bug with negative chars in comparisons
1990-08-28 13:54:46 +00:00
eck cd1f6c38a4 fixed freopen() bug by deleting some code 1990-08-28 13:44:48 +00:00
eck bc137646df fixed types because of the 2-4 version 1990-08-24 17:05:53 +00:00
ceriel 2a26b4d335 avoid double LINs and corrected bug in symbol table entries for records 1990-08-22 15:33:43 +00:00
eck 0f2f6da38f fixed several bugs with object sizes 1990-08-14 09:59:37 +00:00
ceriel 36b11dc296 improved REAL constant and string constant stab generation 1990-08-10 18:01:50 +00:00
eck 7bee903886 changed sigsetmask to _sigsetmask 1990-08-09 15:27:13 +00:00
ceriel 5ca5b63151 some more changes for debugger support 1990-08-01 14:35:07 +00:00
ceriel 8eecdff85a added support for debugger 1990-07-30 15:56:25 +00:00
eck 313376cd36 improved -I handling 1990-07-25 13:00:40 +00:00
eck 47249aaad3 atw.h was wrong, since word_size may contain a cast 1990-07-20 10:30:49 +00:00
ceriel cf28f45a59 improved conversion of extended to string 1990-07-20 09:39:43 +00:00
eck 43b01a70a0 squeezing for MINIX & bug fix in dumpidf 1990-07-19 17:16:36 +00:00
ceriel e2bc68a46b fix problem with variant tag and made double compatible with subranges 1990-07-17 13:57:01 +00:00
ceriel 109a357e95 Fix: DIV and MOD on negative args 1990-07-16 09:05:19 +00:00
eck 7f5abdd670 fixed int to unsigned conversions, declarations, pp-list initialization 1990-07-13 10:18:27 +00:00
eck 21f1ef5a6c fixed character count in doscan 1990-07-11 09:08:33 +00:00
ceriel c6a11d1f62 rand() did not work on 2-byte machines 1990-06-30 20:02:45 +00:00
ceriel cabefb9d9e fixed -I option 1990-06-29 10:00:41 +00:00
ceriel 266d247470 fixed -I option 1990-06-28 18:06:16 +00:00
ceriel 29b8ec04c5 Added strtol() 1990-06-25 15:59:16 +00:00
ceriel 0105d98302 tp_unsigned is now a true boolean 1990-06-21 15:49:41 +00:00
eck 472ee0cea4 always flush line-buffered output when filling an input buffer 1990-06-21 11:13:23 +00:00
ceriel 3bcec93972 fix: #if instead of #ifdef 1990-06-12 11:22:49 +00:00
ceriel a8d2505ba5 changed order so that it works without ranlib 1990-06-12 11:21:40 +00:00
ceriel 39fee04619 fix previous fix 1990-06-11 15:17:50 +00:00