- 15 Dec, 1997 1 commit
-
-
css1dw authored
in the wrong place - failed to check properly!
-
- 05 Dec, 1997 2 commits
- 07 Feb, 1994 1 commit
-
-
ees1dw authored
-
- 02 Nov, 1993 1 commit
-
-
dcw authored
no EXPORT or GLOBAL section - unitialized variable being used!
-
- 07 Jan, 1993 1 commit
-
-
dcw authored
-
- 05 Jan, 1993 1 commit
-
-
dcw authored
-
- 04 Jan, 1993 3 commits
- 25 Aug, 1992 1 commit
-
-
dcw authored
eg. malloc(sizeof(t)) should be malloc(sizeof(struct t)) !!
-
- 14 Jul, 1992 1 commit
-
-
dcw authored
in a nice state now.. -- output file is selected and stored globally rather than being passed around all the time; -- implicit NULL tests are now explicit; -- some details of the generated code are different now.
-
- 07 Aug, 1990 1 commit
-
-
dcw authored
-
- 18 Dec, 1989 1 commit
-
-
dcw authored
-
- 08 Dec, 1989 1 commit
-
-
dcw authored
-
- 05 Dec, 1989 1 commit
-
-
dcw authored
used fputs instead of fprintf for efficiency added if( print ) checks. and print and verbose as public variables (set by main)
-
- 30 Nov, 1989 1 commit
-
-
dcw authored
then added the indentation system, ie. numtabs, indent(), outdent(), line(). seems to work so far. still empty unions generated though.
-
- 29 Nov, 1989 1 commit
-
-
dcw authored
not used to alter code gen yet.
-
- 28 Nov, 1989 1 commit
-
-
dcw authored
also: TRUE and FALSE were wrong way round (oops) and I have removed ABORT.. explicit error mesgs on stderr now.
-
- 24 Nov, 1989 1 commit
-
-
dcw authored
renamed some procedures. some silly little { onto new lines. important change: added the print functions and prototypes.
-
- 14 Nov, 1989 1 commit
-
-
dcw authored
-