Commit Graph

1755 Commits

Author SHA1 Message Date
dtrg
ce6de53e60 Adjusted to only check the module name against the leaf of the filename, to prevent unnecessary warnings if the source file isn't in the current directory. 2006-07-30 23:38:41 +00:00
dtrg
c308262eb6 Added the correct shell script magic. (Some platforms insist on this.) 2006-07-30 23:37:15 +00:00
dtrg
8348fa5474 Worked around a mysterious preprocessor oddness causing some
crucial whitespace to be removed.
2006-07-30 23:36:19 +00:00
dtrg
4eb2b4351b Added support for the K&R C language runtime. 2006-07-27 22:51:38 +00:00
dtrg
0e5a52c1c9 Added support for the Modula-2 language runtime. 2006-07-27 22:14:55 +00:00
dtrg
faff5b8361 Added support for the Pascal language runtime. 2006-07-27 22:07:38 +00:00
dtrg
2619a6aeb1 Added support for the Basic and Occam language runtimes. 2006-07-27 21:58:13 +00:00
dtrg
f35d231c1f Added support for the Basic compiler. 2006-07-26 23:08:09 +00:00
dtrg
46d9eff270 Rationalised use of #includes to be more standards-compliant. 2006-07-26 23:06:56 +00:00
dtrg
38276da8ea Adjusted to allow the path of the Lpars.h file to be given on the
command line.
2006-07-26 23:05:52 +00:00
dtrg
98c0efeca4 Added support for the Occam compiler. 2006-07-26 18:23:32 +00:00
dtrg
bffe70f9ac Rationalised use of #includes to be more standards-compliant. 2006-07-26 18:22:02 +00:00
dtrg
b48e9d9550 Renamed em.h to occam-em.h to avoid a clash with an ACK module
header file.
2006-07-26 18:20:38 +00:00
dtrg
d73458fd52 Tweaked the CVS settings. 2006-07-26 18:19:15 +00:00
dtrg
b33fd563b7 Added support for the Modula-2 compiler. 2006-07-26 17:12:19 +00:00
dtrg
dd760329aa Rationalised use of #includes to be more standards-compliant. 2006-07-26 17:10:30 +00:00
dtrg
d6bd2c86bd Now avoids piping shell scripts into a new instance of sh, instead
using a subshell.
2006-07-26 12:29:47 +00:00
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
a9c5aa42fd Added support for the Pascal compiler. 2006-07-22 21:03:07 +00:00
dtrg
8b292e1a83 Rationalised use of #includes to be more standards-compliant. 2006-07-22 21:01:15 +00:00
dtrg
4593af6c11 First version in CVS. 2006-07-20 23:24:28 +00:00
dtrg
633780d9f0 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) 2006-07-19 10:30:26 +00:00
dtrg
f67d6d1491 Rationalised use of #includes to be more standards-compliant. 2006-07-19 10:28:43 +00:00
dtrg
54ea735407 Rationalised use of #includes to be more standards-compliant. 2006-07-18 18:05:47 +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
dtrg
9c81d2fe39 Removed duplicate and inconsistent function declarations. 2005-06-25 15:52:19 +00:00
dtrg
04a887eee9 Replaced references to /usr/tmp with references to /tmp. 2005-06-24 22:08:47 +00:00
ceriel
c432c83666 Fix for union initializers 2001-07-03 10:10:56 +00:00
ceriel
fed4e8aba5 Fix: parameter name same as function name not dealt with properly 2001-07-03 08:55:16 +00:00
ceriel
bf9e4d20d9 Replaced a couple of UnGetChar calls with ChPushBack calls. The
UnGetChar call is wrong after skipspaces().
1998-02-09 09:49:00 +00:00
ceriel
0418600539 Bug fix: copied wrong size to destination in structure returns 1997-07-01 08:33:13 +00:00
ceriel
65282761ed Link em_data.a as well (needed when producing readable EM 1997-04-01 13:58:58 +00:00
ceriel
dc55bdabcf Additions for non-correcting error recovery 1997-02-21 17:22:42 +00:00
ceriel
03de17911b Additions for non-correcting error recovery 1997-02-21 17:11:04 +00:00
ceriel
793e393bb0 Bug fix: conversion is OK if arg = 0.0 1997-01-27 14:06:51 +00:00
ceriel
87c475ff69 renamed _len to _length: conflict with name in minix lib 1996-11-26 15:02:36 +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
f2d5520159 fix in flushbuf: make sure it does not return EOF when it actually succeeds 1996-04-24 13:06:00 +00:00
ceriel
aac653056b fixed bug with %[] in doscan.c 1996-04-01 09:08:59 +00:00
ceriel
bbdf73b85a Fix to fix in idf.c 1996-02-19 12:19:47 +00:00
ceriel
d516ce7b75 Fixed bug: crashed when parameter has same name as function 1995-12-20 09:58:56 +00:00
ceriel
ed95a6c170 Some improvements 1995-12-19 09:30:48 +00:00
ceriel
6e1aa1564b Removed unclear test 1995-12-18 11:02:18 +00:00
ceriel
339c8f06be removed 1995-12-06 13:28:04 +00:00
ceriel
5fd4671c8b removed MakeVersion 1995-12-06 13:26:54 +00:00
ceriel
c629ab32f9 removed Makefile 1995-12-06 13:26:03 +00:00