Commit Graph

22 Commits

Author SHA1 Message Date
dtrg
9c722420dd Replaced calls to the custom strindex() and strrindex() functions with the
exactly equivalent and standard strchr() and strrchr() functions instead.
2006-07-23 20:01:02 +00:00
ceriel
c57d76db57 Changed Header into Id 1994-06-27 08:03:14 +00:00
ceriel
9a7b9d316e Added void for some functions 1993-11-10 12:42:25 +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
a3bbaf4940 Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 13:12:22 +00:00
ceriel
478d7e56e1 ANSI requires separate name space for labels, and made to use idf module 1991-06-19 16:12:56 +00:00
ceriel
e94f2d7e1d Changed implementation of dependency generator 1991-01-17 17:49:27 +00:00
dick
0810c19168 lint update (merge from C compiler) 1990-12-07 14:42:26 +00:00
eck
eefc2b2658 fixed bug with undefined structs
ceriel changed debugging information
1990-10-19 11:50:32 +00:00
ceriel
568c87f5ba Added support for debugger, de-linted somewhat 1990-10-01 15:28:28 +00:00
ceriel
a379e76138 Added dependency generator, reduced size of type structure 1990-06-08 10:03:47 +00:00
eck
cf2b486447 changed target_sizes.h to trgt_sizes.h 1990-03-12 13:35:26 +00:00
eck
5507c169f7 big fix for #include in macro argument 1990-01-26 14:59:50 +00:00
eck
77fc957f64 fixed bug: tp_up is field in union; be more careful
give warning for struct/union declarations in prototypes
1990-01-18 16:58:53 +00:00
eck
679ce613e9 added alloction dump
shrunk some data structures
changed some ALLOCDEF's
changed setjmp to __setjmp
1990-01-10 17:33:35 +00:00
eck
2e97e6e8b2 fixed bugs, added dynamic buffer allocation to preprocessor 1989-11-22 13:58:36 +00:00
ceriel
2ab83deae0 use more simple hashing algorithm, made namelist generation dependant on a #define 1989-10-26 16:16:35 +00:00
ceriel
9eace2894a improved handling of , (comma) operator and some more Minix squeezing 1989-10-23 13:50:27 +00:00
ceriel
5f58e12b6d many minor modifications (it still will not fit on Minix!) 1989-10-19 14:53:25 +00:00
eck
8721b0f01d lots and lots of changes & improvements 1989-09-19 16:13:23 +00:00
ceriel
612cfe1058 empty string in directory list now means current directory 1989-02-16 11:46:39 +00:00
ceriel
3ca38fbe2e Initial revision 1989-02-07 11:04:05 +00:00