Commit Graph

327 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
dtrg
be7ec5cdd0 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) 2006-07-18 16:45:57 +00:00
cvs2hg
22d8b82972 fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
ceriel
65282761ed Link em_data.a as well (needed when producing readable EM 1997-04-01 13:58:58 +00:00
ceriel
03de17911b Additions for non-correcting error recovery 1997-02-21 17:11:04 +00:00
ceriel
b4bda72e7f Some fixes 1996-11-19 09:12:36 +00:00
ceriel
0f128c0bed Added LONGCARD as a local extension 1996-08-14 07:42:40 +00:00
ceriel
08b6918ed8 Moved TryToString call into ChkAssCompat 1996-06-06 07:47:00 +00:00
ceriel
9a0c40a6b5 Fix: compatibility check in RETURN statement 1996-06-06 07:37:02 +00:00
ceriel
ed95a6c170 Some improvements 1995-12-19 09:30:48 +00:00
ceriel
5fd4671c8b removed MakeVersion 1995-12-06 13:26:54 +00:00
ceriel
e9bedfcbd2 Removed Version.c 1995-12-06 09:52:54 +00:00
ceriel
42b693b1af Corrected nested function info 1995-12-04 16:42:11 +00:00
ceriel
989015a051 Fixed warnings, recognize -gdb 1995-12-04 15:29:42 +00:00
ceriel
e3d9a68078 use stdarg when compiling with ANSI C compiler 1995-08-17 16:14:45 +00:00
ceriel
b16b1c714e Fix: got into infinite loop 1995-05-02 12:23:28 +00:00
ceriel
3a1dc8fd59 Fix: opaque types my only be defined in the CORRESPONDING implementation 1995-04-26 13:54:56 +00:00
ceriel
6871c56487 Fix for membership test with constant LHS 1994-12-20 16:00:57 +00:00
ceriel
f26dd7bb01 Header --> Id 1994-06-24 14:02:31 +00:00
ceriel
e960c8cba3 Fix: dit not handle multiple POINTER TO constructs right 1994-05-25 12:10:59 +00:00
ceriel
69ed537f4c Fixed problem with the IN operator 1993-11-19 09:53:47 +00:00
ceriel
a62ccfddbb Oops: committed wrong version 1993-11-17 09:37:02 +00:00
ceriel
abc8061d75 Fixed problem with IN operator 1993-11-16 16:31:27 +00:00
ceriel
bc4aac7ee6 Changed debugging information to also work for Solaris 2 1993-11-10 12:44:24 +00:00
ceriel
144e3edfb2 Define NDEBUG if you don't want assertions 1993-10-22 14:30:43 +00:00
ceriel
304bfbade3 Fixed make.hfiles; some "shells" did not accept it 1993-08-05 12:30:57 +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
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
8f98fac873 Fixed bug: checking for multiple occurrences of same case label was wrong 1992-10-21 10:53:45 +00:00
ceriel
86985e019f Removed # in commands 1992-06-26 12:01:31 +00:00
ceriel
164c4c6997 Improved symbol table for grind 1992-05-20 10:54:28 +00:00
ceriel
55fe5e601d Filename check now only for implementation modules 1992-05-15 13:53:36 +00:00
ceriel
e20bfab87e Fix in previous added check 1992-05-11 16:15:28 +00:00
ceriel
63828b7256 Added filename check 1992-05-11 11:52:22 +00:00
ceriel
96804aa49b Fixed bug: temporary local was used more than once 1992-05-11 11:30:04 +00:00
ceriel
3cff201a9f Fix in DEFPATH mechanism, improved proto.make 1992-02-26 13:35:06 +00:00
ceriel
bb7e72755c Bug fix: INC/DEC evaluated argument twice(!) 1992-01-31 13:44:57 +00:00
ceriel
bd6685cd34 Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 14:36:35 +00:00
ceriel
4dd5f72af5 Do not use '#undef aap xxx'; it is not allowed for ANSI C 1991-12-16 14:34:06 +00:00
ceriel
566a34c9fa Deleted comment that was no longer applicable 1991-11-27 14:52:17 +00:00
ceriel
0f2001ce84 Changed error-messages mechanism 1991-11-27 13:40:52 +00:00
ceriel
b3740afbb5 Avoid use of 'you' 1991-11-22 13:18:57 +00:00
ceriel
d122461894 Changed manual page installation mechanism 1991-11-05 15:31:14 +00:00
ceriel
fcb5d029e2 Fixed error in debugger support for enumeration constants 1991-11-01 10:17:30 +00:00
ceriel
d85010d460 Deal with CASE a OF 10 .. MAX(CARDINAL) ... and things like that 1991-10-29 09:18:46 +00:00