1637 Commits

Author SHA1 Message Date
ceriel
b0e19f7f80 Include em_label.h before em_code.h 1993-10-26 09:59:06 +00:00
ceriel
267112ad42 Use LCSYM for bss and STSYM for data, so that grind can see the diff 1993-10-25 15:43:02 +00:00
ceriel
a49bae8e7f Use LCSYM for bss and STSYM for data, so that grind can see the diff 1993-10-25 15:34:08 +00:00
ceriel
144e3edfb2 Define NDEBUG if you don't want assertions 1993-10-22 14:30:43 +00:00
ceriel
c0a8a2c36f A fix for stabs, and define NDEBUG 1993-10-22 14:24:31 +00:00
ceriel
5ac4321a7a Some minor changes: prevent some warnings 1993-10-07 14:07:42 +00:00
ceriel
e38adbdb89 Added missing stuff 1993-10-07 09:46:14 +00:00
ceriel
c95f4d2609 Fix: set error flag in some error cases 1993-10-07 09:44:03 +00:00
ceriel
112ab34ab9 Made more portable 1993-10-06 13:15:12 +00:00
ceriel
af50f645c0 New, improved fmod.c 1993-08-31 10:54:08 +00:00
ceriel
2401d9876c Added check, but probably never happens with correct FEF 1993-08-31 10:53:05 +00:00
ceriel
dca16dfd0f Fix to icompute.c: always had one digit too much 1993-08-26 10:08:37 +00:00
ceriel
b1c1dec355 Fixed bug with union initializers 1993-08-09 09:40:44 +00:00
ceriel
304bfbade3 Fixed make.hfiles; some "shells" did not accept it 1993-08-05 12:30:57 +00:00
ceriel
8fd67c5e30 Fix make.hfiles; some shells did not accept it 1993-07-07 13:42:45 +00:00
ceriel
e939ab6db0 Fixed infinite loop 1993-06-24 15:48:46 +00:00
ceriel
467484a30b Prevent warning about overflow 1993-06-09 11:47:01 +00:00
ceriel
5c8b465a4e Fixed for change in LLgen 1993-06-09 10:34:48 +00:00
ceriel
e5b7e10f99 Also skip lint comments in skip_block() 1993-06-09 10:17:44 +00:00
ceriel
458946e791 Also skip lint comments in skip_block() 1993-06-09 09:40:54 +00:00
ceriel
89ebd7aa4b Don't free filenames when lint 1993-06-04 10:30:16 +00:00
ceriel
aed8cc5cb6 A fix: make error_type usable as function type; prevents core dump on some inputs 1993-05-14 12:01:14 +00:00
ceriel
561b7fcf65 Fixed error: did not compile 1993-05-12 08:33:03 +00:00
ceriel
61c1a76870 small fix in ftell 1993-04-05 11:49:59 +00:00
ceriel
a9cdc723c7 Fixed problem with missed unstacks 1993-03-30 09:41:00 +00:00
ceriel
a2cb61e0f0 Improved constant arithmetic: had several bugs 1993-03-18 13:24:20 +00:00
ceriel
2e469361ec Added some code to check for Nan/Inf 1993-02-24 15:12:49 +00:00
ceriel
200b54f28a Fixed bit-field initializers bug 1993-02-05 18:15:32 +00:00
ceriel
8bca78cd29 Fix: did not work properly on 2-4 machines 1993-02-03 13:28:14 +00:00
ceriel
122a7ab1bb Fix: previous version did not work with variable # of args 1993-01-28 11:45:38 +00:00
ceriel
b2ea48418a No more global space for structure returns 1993-01-28 10:09:51 +00:00
ceriel
057500f1f6 Fix small bug: space following a replacement list was included in the list 1993-01-26 11:58:00 +00:00
ceriel
f80730fd47 Fix small bug: space following a replacement list was included in the list 1993-01-26 11:49:23 +00:00
ceriel
f1232235ac Fixed bit-field initializers bug 1993-01-21 11:00:51 +00:00
ceriel
85fd09415b Improved previous fix 1993-01-19 15:33:35 +00:00
ceriel
3d9aebdd69 found some small leaks with Purify 1993-01-18 16:14:43 +00:00
ceriel
d858cd7e1b found some small leaks with Purify 1993-01-18 15:10:01 +00:00
ceriel
9fe21d6e8d Added diagnostic about use of for example union tag as a struct tag 1993-01-15 12:41:15 +00:00
ceriel
42edc1d202 Fixed bug in flushbuf: did not reset stream->_ptr on write error 1993-01-14 10:02:28 +00:00
ceriel
b0b49e1ab1 fixed bug: qualified type introduction within structure decl 1992-12-22 15:29:56 +00:00
ceriel
77fdce183a Fix: lint complained about ptr->void* conversions 1992-12-17 11:18:38 +00:00
ceriel
f3c71e7d18 Fix: MkCoercion did not handle error_type 1992-11-20 13:37:49 +00:00
ceriel
01e6c10d77 Fix 1.69 was partly wrong 1992-11-16 13:52:07 +00:00
ceriel
a2b39689d1 Yet another bug: null reference 1992-11-09 14:30:28 +00:00
ceriel
c9b63eaf8d Fixed bug: divide by 0 1992-11-09 10:14:47 +00:00
ceriel
8c801ca268 Removed static buffer in gen_idf 1992-10-22 16:56:28 +00:00
ceriel
d687237b30 Removed static buffer in gen_idf 1992-10-22 16:00:05 +00:00
ceriel
8f98fac873 Fixed bug: checking for multiple occurrences of same case label was wrong 1992-10-21 10:53:45 +00:00
ceriel
dbf212f30a Fixed scope bug for structures: a(struct S *p) { struct S { int i; }; p->i ...
should work
1992-10-14 10:48:27 +00:00
ceriel
fd8beaadfa Fix: always assumed that base type of bitfield had sizeof(int) 1992-07-27 13:28:49 +00:00