Age | Commit message (Expand) | Author |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
2005-09-07 | tweaks; | Jason McIntyre |
2005-09-07 | sort options and sync usage() | Jason McIntyre |
2005-09-06 | less diff in -g/not -g. | 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-05-21 | more heuristics to coerce gnu-m4 mode to work like we wish: if a ^ or $ | Marc Espie |
2005-05-17 | gnu m4 mode does not heed end of lines. | 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 |
2004-11-07 | twiddle + at start of regexp. | Marc Espie |
2004-06-22 | Do not generate floating point exception followed by a core dump | Otto Moerbeek |
2004-05-25 | kill whitespace; | Jason McIntyre |
2004-05-25 | name parameters for built-ins, so that we get less awkward phrasing. | Marc Espie |
2004-05-12 | all numbers as one composite regexp. | Marc Espie |
2004-05-12 | replace hand-made expr() parser with a lex/yacc affair that is shorter, | Marc Espie |
2004-02-17 | Change the maketemp() description into what it really does. | Miod Vallat |
2004-02-01 | add paper.txt target; | Jason McIntyre |
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 |