OpenBSD CVS

src/usr.bin/m4/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / m4

Current tag: OPENBSD_4_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] TEST/        
[TXT] Makefile  1.11   20 years  espie   replace hand-made expr() parser with a lex/yacc affair that is shorter, easier t...
[TXT] NOTES  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] eval.c  1.66   15 years  espie   in gnu-m4 mode, allow definition of the empty macro (yes, autoconf 2.62 actually...
[TXT] expr.c  1.17   18 years  espie   use stdint.h where appropriate. okay millert@
[TXT] extern.h  1.49   14 years  sthen   Support the -P option from gnu m4, which prefixes builtins with the string m4_. ...
[TXT] gnum4.c  1.39   15 years  espie   extend format support to cater to recent GNU autoconf okay otto@, some useful i...
[TXT] look.c  1.21   14 years  sthen   whitespace; from deraadt@
[TXT] m4.1  1.56   14 years  sthen   Support the -P option from gnu m4, which prefixes builtins with the string m4_. ...
[TXT] main.c  1.77   14 years  sthen   Support the -P option from gnu m4, which prefixes builtins with the string m4_. ...
[TXT] mdef.h  1.29   18 years  espie   add limited support for format builtin in gnu-m4 mode, because I'm fed up of pat...
[TXT] misc.c  1.41   14 years  sthen   Support the -P option from gnu m4, which prefixes builtins with the string m4_. ...
[TXT] parser.y  1.6   15 years  espie   gnu extension: 0rN:az for baseN numbers. okay otto@
[TXT] pathnames.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] stdd.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tokenizer.l  1.6   15 years  espie   gnu extension: 0rN:az for baseN numbers. okay otto@
[TXT] trace.c  1.15   18 years  espie   oops, noticed by David Hill.