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
|
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
|
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
|
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 |
|
ceriel
|
43717e8aa7
|
Fix in "bits_in_type" variable
|
1992-07-22 15:44:47 +00:00 |
|
ceriel
|
c215fb6510
|
Fixed comparison functions: unsigned char!
|
1992-07-22 12:51:53 +00:00 |
|
ceriel
|
0d0e12f563
|
Use UTIL_HOME instead of TARGET_HOME
|
1992-07-13 10:34:49 +00:00 |
|
ceriel
|
e07e849cab
|
improved symbol table generation when source file has line directives
|
1992-07-02 10:23:46 +00:00 |
|
ceriel
|
86985e019f
|
Removed # in commands
|
1992-06-26 12:01:31 +00:00 |
|
ceriel
|
6a4ae37ef7
|
Removed # in commands, and a small fix in ch3mon.c
|
1992-06-26 11:57:17 +00:00 |
|
ceriel
|
469368bf9f
|
Fixed checking of unary '*'
|
1992-06-12 09:03:07 +00:00 |
|
ceriel
|
5639e6b55c
|
Fixed bug in '#ifdef FALSE || 1 (garbage)
|
1992-05-26 18:09:11 +00:00 |
|
ceriel
|
7d380bbc44
|
Fixed bug in initalization expression handling
|
1992-04-21 09:54:32 +00:00 |
|
ceriel
|
1d580149ee
|
Fixed bug: old-style float parameters resulted in wrong addresses for following parameters
|
1992-04-16 16:29:35 +00:00 |
|
ceriel
|
814d63f2fd
|
Fixed problem with array's of incomplete types
|
1992-04-14 13:30:37 +00:00 |
|
ceriel
|
9ecbb353d6
|
Fixed linting
|
1992-03-02 14:55:47 +00:00 |
|
ceriel
|
fe75366bf6
|
Fixed linting
|
1992-03-02 14:46:03 +00:00 |
|
ceriel
|
14305ca64d
|
Bug fix in old-style/new-style mixing
|
1992-03-02 14:37:37 +00:00 |
|
ceriel
|
b7c289048a
|
Fix proto.make and initialize inctable better
|
1992-02-25 11:07:45 +00:00 |
|
ceriel
|
1803c56862
|
differing characters should be left untouched
|
1992-01-24 13:05:30 +00:00 |
|
ceriel
|
f3981cea50
|
Put malloc.c after malloc in .distr file, otherwise it cannot be made
|
1991-12-19 10:22:15 +00:00 |
|
ceriel
|
ccfc202eac
|
Added stab.c
|
1991-12-19 10:19:31 +00:00 |
|
ceriel
|
87a148facb
|
Use cp_dir to copy directories
|
1991-12-18 09:44:10 +00:00 |
|
ceriel
|
27e3ba5880
|
Fixed typo
|
1991-12-18 09:22:13 +00:00 |
|
ceriel
|
c8fa012584
|
Do not use '#endif/#else xxx'; it is not allowed for ANSI C
|
1991-12-17 14:27:24 +00:00 |
|
ceriel
|
7d78a01b64
|
Do not use '#endif/#else xxx'; it is not allowed for ANSI C
|
1991-12-17 14:11:15 +00:00 |
|
ceriel
|
a3bbaf4940
|
Do not use '#endif/#else xxx'; it is not allowed for ANSI C
|
1991-12-17 13:12:22 +00:00 |
|
ceriel
|
3a10a7021a
|
Fix to previous fix
|
1991-12-17 11:23:09 +00:00 |
|
ceriel
|
6b21455cbf
|
'int x[];' is a valid compilation unit! See 3.7.2 of ANSI
|
1991-12-17 10:18:41 +00:00 |
|
ceriel
|
37bfb6a700
|
Do not use '#undef aap xxx'; it is not allowed for ANSI C
|
1991-12-16 14:15:46 +00:00 |
|
ceriel
|
8b1e6a8065
|
Fix '#undef' handling
|
1991-12-16 14:06:09 +00:00 |
|
ceriel
|
cfbff7180d
|
Fixed comments
|
1991-12-12 14:12:36 +00:00 |
|
ceriel
|
c286b7327e
|
Fixed comments
|
1991-12-12 12:50:42 +00:00 |
|
ceriel
|
c2780b7149
|
Updated LIST
|
1991-12-03 09:34:29 +00:00 |
|
ceriel
|
d07364cce2
|
Take sys/types.h and sys/stat.h from old C library
|
1991-12-02 16:43:08 +00:00 |
|
ceriel
|
6dda9a3029
|
removed sgtty.h; is taken from _tail_cc
|
1991-12-02 15:54:26 +00:00 |
|
ceriel
|
72d46b4049
|
Several fixes for ANSI
|
1991-12-02 13:43:59 +00:00 |
|
ceriel
|
16d4dca396
|
l_states.c used 'const' as an identifier; unacceptable for ANSI-C!
|
1991-12-02 13:09:15 +00:00 |
|
ceriel
|
16515e7822
|
minor mods to parameters in grammar
|
1991-11-29 14:11:31 +00:00 |
|
ceriel
|
cdced53d10
|
lib --> lib.bin
|
1991-11-25 09:51:57 +00:00 |
|