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_3_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] TEST/        
[TXT] Makefile  1.8   22 years  espie   Tracing facilities. Same style as gnu-m4, because it's mostly used for autoconf ...
[TXT] NOTES  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] eval.c  1.41   22 years  espie   Handle macro expansion even if argc==2, which can happen in indir() calls. Probl...
[TXT] expr.c  1.11   24 years  espie   Show problematic evaluated expression in error messages.
[TXT] extern.h  1.28   22 years  espie   Prototypes shouldn't mention argument name.
[TXT] gnum4.c  1.15   22 years  espie   Resize buffer correctly, I'm an idiot. Found by fries@, ok deraadt@
[TXT] look.c  1.8   22 years  espie   Remove STATIC memory optimization. It's buggy (see regression test trip)
[TXT] m4.1  1.23   22 years  espie   document tracing and compatibility with other m4.
[TXT] main.c  1.51   22 years  espie   This PUTBACK must be protected against EOF. The others are fine.
[TXT] mdef.h  1.21   22 years  espie   traceon/traceoff built-ins.
[TXT] misc.c  1.25   22 years  espie   Quote filename properly.
[TXT] pathnames.h  1.4   27 years  deraadt   when mktemp() is hard to fix, use 10 X
[TXT] stdd.h  1.4   24 years  deraadt   remove really lame bug espie created; ca@zardoc.endmail.org
[TXT] trace.c  1.3   22 years  espie   show level of macro expansion, not dummy 1 (finally found some gnu-m4 scripts wh...