- 25 Jun, 2018 1 commit
-
-
Duncan White authored
some major improvements. changed to getopt() for flag processing, added -s FUNC suppression set functionality so that you can suppress the automatically generated print_TYPE function (because you've written your own tweaked version)..
-
- 21 Jun, 2018 1 commit
-
-
Duncan White authored
split meta-data generation out, separate -m mode generating meta-data to stdout, no .dd file, much nicely
-
- 18 Jun, 2018 1 commit
-
-
Duncan White authored
datadec-1.3: converted the code (and the code generated) to use stdbool.h throughout, and added code into decs.c to generate a .basename.dd file listing the types, the shapes, and the parameter types per shape.
-
- 30 May, 2014 1 commit
-
-
Duncan White authored
-
- 20 May, 2014 2 commits
-
-
Duncan White authored
-
Duncan White authored
-
- 24 May, 2007 1 commit
-
-
dcw authored
-
- 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
-