Age | Commit message (Expand) | Author |
2005-03-02 | let m4wrap handle multiple wraps, both in normal and gnu-mode. | Marc Espie |
2005-01-31 | use fflush(stdout) before system() so we won't miss any | Robert Nagy |
2005-01-21 | more portable code, stderr is not necessarily a constant. | Marc Espie |
2005-01-20 | remove unused variables, extra declarations. | Marc Espie |
2003-11-17 | Modify xalloc so that it also takes err(3)-like arguments. | Marc Espie |
2003-06-30 | Make the trace status of a macro an actual argument that gets pushed | Marc Espie |
2003-06-30 | clean up internal lookup interface: | Marc Espie |
2003-06-18 | - store builtin name as definition for builtin macros. | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-05 | say goodbye to strcpy, okay deraadt@ | Marc Espie |
2002-04-28 | Implement -s. | Marc Espie |
2002-04-26 | use ansi function declarations. ok millert@ | Marc Espie |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-28 | Kill yet another hardcoded size. Ok fries@ | Marc Espie |
2001-10-10 | Handle macro expansion even if argc==2, which can happen in indir() calls. | Marc Espie |
2001-10-10 | Fix indent | Marc Espie |
2001-09-29 | Synchronize comment with reality. | Marc Espie |
2001-09-27 | pass all properties of builtins when defn... | Marc Espie |
2001-09-27 | traceon/traceoff built-ins. | Marc Espie |
2001-09-19 | inline some very common putback/chrsave. Worth roughly 10% | Marc Espie |
2001-09-18 | Tracing facilities. Same style as gnu-m4, because it's mostly used for | Marc Espie |
2001-09-18 | instrumentation for tracing mode: macro expansion | Marc Espie |
2001-09-18 | better gnu m4 emulation for dumpdef | Marc Espie |
2001-09-18 | let dumpdef go thru dump_one_def for each def. | Marc Espie |
2001-09-18 | let defn(builtin) work enough so that | Marc Espie |
2001-09-18 | One single point for all macros/builtin expansion. | Marc Espie |
2001-06-13 | Fix PR 1868. MAXSTR has no place there. | Marc Espie |
2000-07-27 | Handle unlimited diverts for m4 -g. | Marc Espie |
2000-07-24 | Implement esyscmd | Marc Espie |
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-01-12 | Use a proper abstract interface for file accesses, so that we can record | 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 | Clean up comment/quote recognition a little bit: | Marc Espie |
1999-11-17 | Turn warnings on, | Marc Espie |
1999-11-17 | Ensure translit works with accented characters. | Marc Espie |
1999-11-16 | Close PR 961, approved by millert@ | Marc Espie |
1999-09-14 | Style: kill register and indent properly. | Marc Espie |
1999-09-14 | mktemp -> mkstemp | Marc Espie |
1999-09-14 | Implement -I option and M4PATH environment variable | 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 | Misc minor changes: | Marc Espie |
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-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 |
1996-11-25 | Sync with NetBSD. | Todd C. Miller |
1996-09-15 | Slightly safer temp file open. | Todd C. Miller |