Commit Graph

1738 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
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
ceriel
26edba4590 removed Makefile, added README 1995-12-06 13:25:23 +00:00
ceriel
5289b6985e added file 1995-12-06 13:23:09 +00:00
ceriel
2d7f92d93a removed 1995-12-06 13:21:54 +00:00
ceriel
e9bedfcbd2 Removed Version.c 1995-12-06 09:52:54 +00:00
ceriel
61e0f01e71 Improved the pow() function to give more exact results 1995-12-05 12:29:36 +00:00
ceriel
ca09a9b0e8 Fixed obscure bug in setvbuf 1995-12-04 17:11: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
a240c8014c Made to work; how did this get into the repository??? 1995-12-04 15:20:46 +00:00
ceriel
6bb01f61b7 Fixed a bug with local character arrays initialized with a string 1995-11-15 09:42:25 +00:00
ceriel
624bb4e0d9 Fixed bug with labels 1995-11-07 10:37:59 +00:00
ceriel
71aea9f012 Get() parameter is optional 1995-11-01 16:54:17 +00:00
ceriel
cd31b4fce6 Fix by Charles Lindsey 1995-09-25 08:09:55 +00:00
ceriel
b8dbfe39cb use stdarg when compiling with ANSI C compiler 1995-08-17 16:51:09 +00:00
ceriel
48fe3a11bf use stdarg when compiling with ANSI C compiler 1995-08-17 16:43:36 +00:00
ceriel
fc5a840f24 use stdarg when compiling with ANSI C compiler 1995-08-17 16:34:29 +00:00
ceriel
e3d9a68078 use stdarg when compiling with ANSI C compiler 1995-08-17 16:14:45 +00:00