Age | Commit message (Expand) | Author |
2003-11-22 | the the typo. from rohee@ | Marc Espie |
2003-11-17 | Modify xalloc so that it also takes err(3)-like arguments. | Marc Espie |
2003-06-30 | Fold trace status into the single hash table that's left. | Marc Espie |
2003-06-30 | add a flag for each macro name that records built-in status. | Marc Espie |
2003-06-30 | replace old hash structure with open hashing. | 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-29 | Explain in more details how define interacts with pushdef/popdef, and | Marc Espie |
2003-06-27 | - replace .Ql with .Sq; this was also causing a problem with postscript | Jason McIntyre |
2003-06-26 | oops | Michael Shalayeff |
2003-06-26 | calder-licensed doc | Michael Shalayeff |
2003-06-18 | - store builtin name as definition for builtin macros. | Marc Espie |
2003-06-12 | switch from linked list to hash table for traced macros. | Marc Espie |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-08 | Better argv tests, enough to fix autoconf 2.57, apparently. | Marc Espie |
2003-06-08 | Let patsubst handle empty patterns: those match anywhere, and don't | Marc Espie |
2003-06-07 | Show filename and line number in regexp error. | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-14 | built in -> built-in; | Jason McIntyre |
2003-04-05 | say goodbye to strcpy, okay deraadt@ | Marc Espie |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-16 | Forgot to document -o, somehow. | Marc Espie |
2003-01-07 | .Sq -> .Ql | Mike Pechkin |
2003-01-05 | Grammar and typo fixes, general language improvements | Peter Valchev |
2002-04-28 | Implement -s. | Marc Espie |
2002-04-26 | use ansi function declarations. ok millert@ | Marc Espie |
2002-04-26 | prototype mismatch, ansi conversion rules... | Marc Espie |
2002-04-26 | fix indentation error | Marc Espie |
2002-04-26 | rename `bool' to something else, to avoid C99 surprises. | Marc Espie |
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat |
2002-04-18 | correct description of undefine, both according to the code, and to | 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-11-16 | incorrect write | Theo de Raadt |
2001-10-13 | Resize buffer correctly, I'm an idiot. | Marc Espie |
2001-10-10 | Handle macro expansion even if argc==2, which can happen in indir() calls. | Marc Espie |
2001-10-10 | Prototypes shouldn't mention argument name. | Marc Espie |
2001-10-10 | Quote filename properly. | Marc Espie |
2001-10-10 | Fix indent | Marc Espie |
2001-10-06 | This PUTBACK must be protected against EOF. The others are fine. | Marc Espie |
2001-09-29 | show level of macro expansion, not dummy 1 (finally found some gnu-m4 | Marc Espie |
2001-09-29 | Synchronize comment with reality. | Marc Espie |
2001-09-29 | document tracing and compatibility with other m4. | Marc Espie |
2001-09-28 | Remove debugging scaffolding | Marc Espie |
2001-09-28 | more emacs regexps in -g mode. Ok millert@ | Marc Espie |
2001-09-27 | pass all properties of builtins when defn... | Marc Espie |
2001-09-27 | Needed logic to handle newlines correctly. | 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 |