matthias
|
818f5df269
|
new command "config" to set type (for c), constraint and printmodifier.
|
1998-04-25 19:48:27 +00:00 |
mikel
|
ed1e33aac5
|
replace gawk-specific C-style comments with generic AWK comments; from
Yasufumi ITOH in PR kern/4011
|
1997-08-20 06:58:10 +00:00 |
thorpej
|
319920c23a
|
Add "struct", "member", and "export" keywords, per PR #3555, from
Ty Sarna <tsarna@endicor.com>.
|
1997-06-25 03:09:06 +00:00 |
gwr
|
84e2004691
|
Look for $AWK in environment
|
1997-03-13 22:47:20 +00:00 |
thorpej
|
61deb88642
|
Remove prepending "#" and "$" characters from constants so this can
be used for m68k and i386 targets.
|
1997-02-26 23:44:24 +00:00 |
pk
|
5851e327c5
|
Inline functions and place variable assigment after the program.
This enables other versions of AWK (eg. `nawk') to grok the script.
|
1997-02-06 22:16:12 +00:00 |
pk
|
1cdfe6e18c
|
Simplify a bit by using `next' statements, eliminating the `matched' variable.
Also, ignore lines with just whitespace, instead of reporting a syntax error.
|
1997-01-31 21:56:28 +00:00 |
pk
|
d4e0e6e7a3
|
- remove two debugging (apparently) lines.
- generate a `return(0)' at the end of the generated `int main()'.
- append a newline when printing the rest of a `^quote[ ]+' line.
|
1997-01-31 21:38:16 +00:00 |
matthias
|
1370131ffd
|
Add scripts and documentation for a new method to create assym.h files.
With the kern/genassym.sh script HOSTED_CC is no longer used to create
assym.h files. This should make crosscompilation easier.
|
1997-01-30 09:37:20 +00:00 |