Age | Commit message (Expand) | Author |
2006-03-24 | oops, noticed by David Hill. | Marc Espie |
2006-03-23 | ... and remove extra test that is no longer needed. | Marc Espie |
2006-03-20 | add limited support for format builtin in gnu-m4 mode, because I'm fed | Marc Espie |
2006-03-20 | report function m4errx, that shows app-specific data (filename/linenumber) | Marc Espie |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie |
2005-09-06 | finally make our m4 SusV3-compliant. | Marc Espie |
2005-08-06 | zap rcsid. It's not ramdisk, but they still take space. | Marc Espie |
2005-05-29 | fix a few minor compatibility issues. | Marc Espie |
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 |