summaryrefslogtreecommitdiff
path: root/usr.bin/m4/main.c
AgeCommit message (Expand)Author
2001-07-28Wall cleanupPeter Valchev
2001-03-05inspect MUST take an int to handle EOF issues correctly on unsigned charMarc Espie
2001-03-02Mark -o option with XXX (we may want to implement it someday, but currently itAaron Campbell
2001-02-05please alpha gccTheo de Raadt
2000-07-27Handle unlimited diverts for m4 -g.Marc Espie
2000-07-24Implement esyscmdMarc Espie
2000-07-02Make the m4 machine stack dynamically sized.Marc Espie
2000-07-02Long tokens won't be defined macros, but they can still be output.Marc Espie
2000-03-18Last needed m4 changes to bootstrap autoconf without gnu-m4.Marc Espie
2000-03-11Add a few builtins for greater compatibility with gnu-m4, and extendedMarc Espie
2000-02-02Comment slightly more.Marc Espie
2000-02-02Optimize common case.Marc Espie
2000-01-15There is no need to waste short for holding EOF in the pushback buffer.Marc Espie
2000-01-13Record 50 levels of open parenthesis, open quotes, to give a post-mortem.Marc Espie
2000-01-12Use a proper abstract interface for file accesses, so that we can recordMarc Espie
2000-01-11Use the same optimization as look_ahead for inspect (don't push back charMarc Espie
2000-01-11Don't recognize built-ins in contexts where they don't make sense.Marc Espie
2000-01-05Close PR-1021. make unix or vms `special' macros that expand toMarc Espie
1999-11-30Recognizes comments while parsing macros arguments, as every otherMarc Espie
1999-11-30Clean up comment/quote recognition a little bit:Marc Espie
1999-11-25From espie@openbsd.org:Todd C. Miller
1999-11-20Optimization: cache the hashed value to avoid negative comparisons.Marc Espie
1999-11-17Turn warnings on,Marc Espie
1999-09-14Style: kill register and indent properly.Marc Espie
1999-09-14-I works better when activated...Marc Espie
1999-09-14Implement -I option and M4PATH environment variableMarc Espie
1999-09-06Remove STRSPACE limitations.Marc Espie
1999-09-06Use EOS pervasively.Marc Espie
1999-09-06Get rid of mktemp in the handling of diversion.Marc Espie
1999-09-06Misc minor changes:Marc Espie
1998-06-02no, the code is correct as it is, and you did the wrong thing based on a gcc ...Theo de Raadt
1998-06-02shut up -WallMichael Shalayeff
1998-04-25-WallTodd C. Miller
1997-12-20Simplify some push-back code (e.g. for left and right quotes) so thatTheo de Raadt
1997-12-10cgd: add a typedef which describes elements in the push-back buffer. MakeTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-08-22__OpenBSD__Theo de Raadt
1996-06-26rcsidTheo de Raadt
1996-01-15from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt