Age | Commit message (Expand) | Author |
2000-01-15 | There is no need to waste short for holding EOF in the pushback buffer. | Marc Espie |
2000-01-13 | Record 50 levels of open parenthesis, open quotes, to give a post-mortem. | Marc Espie |
2000-01-12 | Use a proper abstract interface for file accesses, so that we can record | Marc Espie |
2000-01-11 | Use the same optimization as look_ahead for inspect (don't push back char | Marc Espie |
2000-01-11 | Don't recognize built-ins in contexts where they don't make sense. | Marc Espie |
2000-01-11 | Show problematic evaluated expression in error messages. | Marc Espie |
2000-01-05 | Close PR-1021. make unix or vms `special' macros that expand to | Marc Espie |
1999-12-21 | Recursive definitions are not the real problem. | Marc Espie |
1999-11-30 | Recognizes comments while parsing macros arguments, as every other | Marc Espie |
1999-11-30 | Clean up comment/quote recognition a little bit: | Marc Espie |
1999-11-25 | From espie@openbsd.org: | Todd C. Miller |
1999-11-20 | Optimization: cache the hashed value to avoid negative comparisons. | Marc Espie |
1999-11-17 | Turn warnings on, | Marc Espie |
1999-11-17 | Typo | Marc Espie |
1999-11-17 | Ensure translit works with accented characters. | Marc Espie |
1999-11-17 | Night of the moronic coder, part 2. | Marc Espie |
1999-11-16 | Close PR 961, approved by millert@ | Marc Espie |
1999-11-15 | I'm a moron... | Marc Espie |
1999-11-09 | remove really lame bug espie created; ca@zardoc.endmail.org | Theo de Raadt |
1999-09-16 | Do something sensible with division by 0 in expr. | Marc Espie |
1999-09-14 | Style: kill register and indent properly. | Marc Espie |
1999-09-14 | -I works better when activated... | Marc Espie |
1999-09-14 | Add support for hex constants. | Marc Espie |
1999-09-14 | mktemp -> mkstemp | Marc Espie |
1999-09-14 | Implement -I option and M4PATH environment variable | Marc Espie |
1999-09-09 | Bug-fix: thinko | Marc Espie |
1999-09-06 | Remove STRSPACE limitations. | Marc Espie |
1999-09-06 | Use EOS pervasively. | Marc Espie |
1999-09-06 | Get rid of mktemp in the handling of diversion. | Marc Espie |
1999-09-06 | synch | Marc Espie |
1999-09-06 | Misc minor changes: | Marc Espie |
1999-09-06 | Optimize STREQ/STREQN some more | Marc Espie |
1999-09-06 | Typo | Marc Espie |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1998-06-02 | no, the code is correct as it is, and you did the wrong thing based on a gcc ... | Theo de Raadt |
1998-06-02 | shut up -Wall | Michael Shalayeff |
1998-04-25 | -Wall | Todd C. Miller |
1997-12-20 | Simplify some push-back code (e.g. for left and right quotes) so that | Theo de Raadt |
1997-12-10 | cgd: add a typedef which describes elements in the push-back buffer. Make | Theo de Raadt |
1997-10-24 | Use int not char in two places. Noted by Dale. | Todd C. Miller |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-31 | wish i had tested | Theo de Raadt |
1997-08-31 | from jlemon@freebsd; divnum is no longer silently restricted to the | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt |
1997-02-12 | typo, msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-02-08 | excess | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-11-25 | Sync with NetBSD. | Todd C. Miller |
1996-09-15 | Slightly safer temp file open. | Todd C. Miller |