Age | Commit message (Expand) | Author |
2001-07-28 | Wall cleanup | Peter Valchev |
2001-07-18 | Kill signal race. Reviewed by jjbg@ | Marc Espie |
2001-07-18 | CDIAGFLAGS | Marc Espie |
2001-06-15 | Kill MAXSTR, it's no longer used at all. | Marc Espie |
2001-06-13 | Fix PR 1868. MAXSTR has no place there. | Marc Espie |
2001-03-05 | inspect MUST take an int to handle EOF issues correctly on unsigned char | Marc Espie |
2001-03-02 | Mark -o option with XXX (we may want to implement it someday, but currently it | Aaron Campbell |
2001-02-05 | please alpha gcc | Theo de Raadt |
2001-01-02 | m88k doesn't like optimization on m4. | Steve Murphree |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-07-27 | Handle unlimited diverts for m4 -g. | Marc Espie |
2000-07-24 | Implement esyscmd | Marc Espie |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell |
2000-07-04 | Back out unwanted testing change | Marc Espie |
2000-07-02 | Make the m4 machine stack dynamically sized. | Marc Espie |
2000-07-02 | Long tokens won't be defined macros, but they can still be output. | Marc Espie |
2000-06-28 | Fix stupid bug in argument handling. Problem found by fries@ | Marc Espie |
2000-04-17 | Move some misplaced periods outside of the parentheses. | Aaron Campbell |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-04-10 | Thinko in dobuiltin. Reported by turan@ | Marc Espie |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-18 | Last needed m4 changes to bootstrap autoconf without gnu-m4. | Marc Espie |
2000-03-11 | Add a few builtins for greater compatibility with gnu-m4, and extended | Marc Espie |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-02-02 | Comment slightly more. | Marc Espie |
2000-02-02 | Optimize common case. | Marc Espie |
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 |