Commit graph

946 commits

Author SHA1 Message Date
ceriel
5092c4ece3 Don't free filenames when lint 1993-06-04 10:30:16 +00:00
ceriel
4d1b0d3486 A fix: make error_type usable as function type; prevents core dump on some inputs 1993-05-14 12:01:14 +00:00
ceriel
b4aef1eb5e Fixed error: did not compile 1993-05-12 08:33:03 +00:00
ceriel
8c66b84305 small fix in ftell 1993-04-05 11:49:59 +00:00
ceriel
e9a4337ccf Fixed problem with missed unstacks 1993-03-30 09:41:00 +00:00
ceriel
6fc94eb375 Improved constant arithmetic: had several bugs 1993-03-18 13:24:20 +00:00
ceriel
a0d74876b8 Fixed bit-field initializers bug 1993-02-05 18:15:32 +00:00
ceriel
7352c25e9c Fix: did not work properly on 2-4 machines 1993-02-03 13:28:14 +00:00
ceriel
6f8002f540 Fix: previous version did not work with variable # of args 1993-01-28 11:45:38 +00:00
ceriel
de58173e36 No more global space for structure returns 1993-01-28 10:09:51 +00:00
ceriel
ebf5153f35 Fix small bug: space following a replacement list was included in the list 1993-01-26 11:58:00 +00:00
ceriel
cf7095f8cc Fix small bug: space following a replacement list was included in the list 1993-01-26 11:49:23 +00:00
ceriel
9c64294186 Fixed bit-field initializers bug 1993-01-21 11:00:51 +00:00
ceriel
439ec389a0 found some small leaks with Purify 1993-01-18 15:10:01 +00:00
ceriel
ba62ce0edc Added diagnostic about use of for example union tag as a struct tag 1993-01-15 12:41:15 +00:00
ceriel
7eb7218667 Fixed bug in flushbuf: did not reset stream->_ptr on write error 1993-01-14 10:02:28 +00:00
ceriel
55131b091f fixed bug: qualified type introduction within structure decl 1992-12-22 15:29:56 +00:00
ceriel
b1be3e3487 Fix: lint complained about ptr->void* conversions 1992-12-17 11:18:38 +00:00
ceriel
d9bd02fda6 Removed static buffer in gen_idf 1992-10-22 16:56:28 +00:00
ceriel
b3233bcaa0 Removed static buffer in gen_idf 1992-10-22 16:00:05 +00:00
ceriel
50db0a3643 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
52620e5829 Fix: always assumed that base type of bitfield had sizeof(int) 1992-07-27 13:28:49 +00:00
ceriel
15dce0c943 Fix in "bits_in_type" variable 1992-07-22 15:44:47 +00:00
ceriel
87cf9446fe Fixed comparison functions: unsigned char! 1992-07-22 12:51:53 +00:00
ceriel
83c2714982 Use UTIL_HOME instead of TARGET_HOME 1992-07-13 10:34:49 +00:00
ceriel
d390121280 improved symbol table generation when source file has line directives 1992-07-02 10:23:46 +00:00
ceriel
3ac24b282b Removed # in commands 1992-06-26 12:01:31 +00:00
ceriel
ebdbabcedd Removed # in commands, and a small fix in ch3mon.c 1992-06-26 11:57:17 +00:00
ceriel
09a80e9e13 Fixed checking of unary '*' 1992-06-12 09:03:07 +00:00
ceriel
1de983200b Fixed bug in '#ifdef FALSE || 1 (garbage) 1992-05-26 18:09:11 +00:00
ceriel
47c7e6a43d Fixed bug in initalization expression handling 1992-04-21 09:54:32 +00:00
ceriel
5d9c7f4d9b Fixed bug: old-style float parameters resulted in wrong addresses for following parameters 1992-04-16 16:29:35 +00:00
ceriel
60c44af82b Fixed problem with array's of incomplete types 1992-04-14 13:30:37 +00:00
ceriel
d233bcfa50 Fixed linting 1992-03-02 14:55:47 +00:00
ceriel
0d2c7a318b Fixed linting 1992-03-02 14:46:03 +00:00
ceriel
661597162d Bug fix in old-style/new-style mixing 1992-03-02 14:37:37 +00:00
ceriel
baf10676a3 Fix proto.make and initialize inctable better 1992-02-25 11:07:45 +00:00
ceriel
f3e5c3032f differing characters should be left untouched 1992-01-24 13:05:30 +00:00
ceriel
6e48c50a6c Put malloc.c after malloc in .distr file, otherwise it cannot be made 1991-12-19 10:22:15 +00:00
ceriel
697dc9b1de Added stab.c 1991-12-19 10:19:31 +00:00
ceriel
b23ed92d7e Use cp_dir to copy directories 1991-12-18 09:44:10 +00:00
ceriel
3c338b9a3f Fixed typo 1991-12-18 09:22:13 +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
929a0025ca Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 14:11:15 +00:00
ceriel
a38be6605e Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 13:12:22 +00:00
ceriel
f442ba9141 Fix to previous fix 1991-12-17 11:23:09 +00:00
ceriel
30de1bcf3f 'int x[];' is a valid compilation unit! See 3.7.2 of ANSI 1991-12-17 10:18:41 +00:00
ceriel
019590a290 Do not use '#undef aap xxx'; it is not allowed for ANSI C 1991-12-16 14:15:46 +00:00
ceriel
950e26815e Fix '#undef' handling 1991-12-16 14:06:09 +00:00
ceriel
8e82c748ad Fixed comments 1991-12-12 14:12:36 +00:00
ceriel
fc1b4d3ddc Fixed comments 1991-12-12 12:50:42 +00:00
ceriel
0deaae479b Updated LIST 1991-12-03 09:34:29 +00:00
ceriel
b5ab00c143 Take sys/types.h and sys/stat.h from old C library 1991-12-02 16:43:08 +00:00
ceriel
68bee1244d removed sgtty.h; is taken from _tail_cc 1991-12-02 15:54:26 +00:00
ceriel
3388e4deb6 Several fixes for ANSI 1991-12-02 13:43:59 +00:00
ceriel
9248d14195 l_states.c used 'const' as an identifier; unacceptable for ANSI-C! 1991-12-02 13:09:15 +00:00
ceriel
ed4afc99f6 minor mods to parameters in grammar 1991-11-29 14:11:31 +00:00
ceriel
5a2df3d011 lib --> lib.bin 1991-11-25 09:51:57 +00:00
ceriel
7a57ef4419 Added dbsymtab.h 1991-11-11 09:39:05 +00:00
ceriel
3015fc2542 Added grind support 1991-11-08 15:12:28 +00:00
ceriel
4e99d889ff Changed manual page installation mechanism 1991-11-05 15:31:14 +00:00
ceriel
1558096356 Bug fix in structure assignments 1991-10-29 15:57:26 +00:00
ceriel
6333faba3c Bug fix in padding code 1991-10-25 11:15:09 +00:00
ceriel
b117ac89c2 improved clean entry 1991-10-22 10:56:06 +00:00
ceriel
031393529f Added vprintf etc 1991-10-22 09:50:57 +00:00
ceriel
a7760a99bb cleanup better 1991-10-21 13:19:41 +00:00
ceriel
948711ae6f Some fixes 1991-10-18 09:47:46 +00:00
ceriel
e7c3112124 Make files writable 1991-10-17 21:17:17 +00:00
ceriel
94b62ac792 Fixed typo 1991-10-17 16:36:54 +00:00
ceriel
82bad86ee6 a few minor fixes 1991-10-17 13:27:53 +00:00
ceriel
147bb196b2 generate Version.c 1991-10-16 13:07:28 +00:00
ceriel
dbcbe25b51 Added cmp and clean entries 1991-10-15 09:31:01 +00:00
ceriel
d7964e75d7 Added clean entry 1991-10-14 13:37:43 +00:00
ceriel
20a7f7b188 improved installation mechanism 1991-10-14 09:18:33 +00:00
ceriel
704bdf8e14 corrected installation mechanism 1991-10-14 09:13:40 +00:00
ceriel
1423d694f8 Corrected installation mechanism 1991-10-14 09:12:13 +00:00
ceriel
f9b38448fd own time.h 1991-10-04 14:06:34 +00:00
ceriel
24a353f3e1 Did shift of 32. Not allowed 1991-10-02 13:41:33 +00:00
ceriel
9381b34dfa Fix: sometimes generated illegal register messages for parameters 1991-10-02 12:00:05 +00:00
ceriel
9b68f0e322 Added include directories 1991-10-01 14:59:33 +00:00
ceriel
3777699ed4 Updated c.llb 1991-10-01 13:59:16 +00:00
ceriel
7551b8e83a Changes to manual page 1991-10-01 12:18:39 +00:00
ceriel
daa7aef683 Removed LintPars 1991-10-01 09:54:42 +00:00
ceriel
b0f64baa8b Added lint 1991-09-30 16:58:12 +00:00
ceriel
7092d8138e Added -ansi flag to lint.1 1991-09-30 16:55:35 +00:00
ceriel
d202b80bcf Adapted for ACK distribution 1991-09-30 16:53:21 +00:00
ceriel
ffa0f837a1 Added 1991-09-30 16:51:49 +00:00
ceriel
25cf41d9b7 Distribute malloc.c to improve lint library generation 1991-09-30 16:36:17 +00:00
ceriel
e7b4e265d4 fixed some lint complaints 1991-09-30 16:24:45 +00:00
ceriel
8e572d417b fixed lint complaints 1991-09-30 16:12:08 +00:00
ceriel
8d25f69e77 Fix: sometimes crashed on initializers for unknown types 1991-09-30 15:00:46 +00:00
ceriel
d8b3985528 Added entries for clean, etc. 1991-09-18 14:17:27 +00:00
ceriel
2ad0051a24 popen.c did not compile with __USG defined 1991-09-18 09:19:40 +00:00
ceriel
767c52b241 Fixed proto.make 1991-09-13 12:36:13 +00:00
ceriel
4d7339bb60 Fixed proto.make 1991-09-13 12:01:42 +00:00
ceriel
a8cb5cbe86 Fixed proto.make 1991-09-13 10:29:06 +00:00
ceriel
699edcc81e Added ANSI stuff 1991-09-06 14:37:35 +00:00
ceriel
0caa529e0a fix machine-dependant #if's 1991-09-04 16:01:22 +00:00
ceriel
620f7e3d49 fix machine-dependant #if's 1991-09-04 15:37:41 +00:00
ceriel
3936acad08 Some minor mods 1991-08-27 08:57:28 +00:00