summaryrefslogtreecommitdiff
path: root/usr.bin/m4
AgeCommit message (Expand)Author
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-11Show problematic evaluated expression in error messages.Marc Espie
2000-01-05Close PR-1021. make unix or vms `special' macros that expand toMarc Espie
1999-12-21Recursive definitions are not the real problem.Marc 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-11-17TypoMarc Espie
1999-11-17Ensure translit works with accented characters.Marc Espie
1999-11-17Night of the moronic coder, part 2.Marc Espie
1999-11-16Close PR 961, approved by millert@Marc Espie
1999-11-15I'm a moron...Marc Espie
1999-11-09remove really lame bug espie created; ca@zardoc.endmail.orgTheo de Raadt
1999-09-16Do something sensible with division by 0 in expr.Marc Espie
1999-09-14Style: kill register and indent properly.Marc Espie
1999-09-14-I works better when activated...Marc Espie
1999-09-14Add support for hex constants.Marc Espie
1999-09-14mktemp -> mkstempMarc Espie
1999-09-14Implement -I option and M4PATH environment variableMarc Espie
1999-09-09Bug-fix: thinkoMarc 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-06synchMarc Espie
1999-09-06Misc minor changes:Marc Espie
1999-09-06Optimize STREQ/STREQN some moreMarc Espie
1999-09-06TypoMarc Espie
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
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-10-24Use int not char in two places. Noted by Dale.Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-08-31wish i had testedTheo de Raadt
1997-08-31from jlemon@freebsd; divnum is no longer silently restricted to theTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-02-12typo, msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-02-08excessTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-11-25Sync with NetBSD.Todd C. Miller
1996-09-15Slightly safer temp file open.Todd C. Miller