index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
m4
/
look.c
Age
Commit message (
Expand
)
Author
2014-12-21
fix test-redef2:
Marc Espie
2014-05-12
adjust to ohash being in libutil now, and to the interface changes.
Marc Espie
2010-09-07
Remove stray spaces. No code change.
Marco Peereboom
2009-10-14
whitespace; from deraadt@
Stuart Henderson
2009-10-14
Support the -P option from gnu m4, which prefixes builtins with the
Stuart Henderson
2009-06-26
undefine() leaves the hash entry for the macro (for use by builtin()) and
Philip Guenthe
2006-01-20
use stdint.h where appropriate. okay millert@
Marc Espie
2005-08-06
zap rcsid. It's not ramdisk, but they still take space.
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
clean up internal lookup interface:
Marc Espie
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
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-09-17
Remove STATIC memory optimization. It's buggy (see regression test trip)
Marc Espie
1999-11-25
From espie@openbsd.org:
Todd C. Miller
1999-11-20
Optimization: cache the hashed value to avoid negative comparisons.
Marc Espie
1999-11-17
Turn warnings on,
Marc Espie
1999-09-14
Style: kill register and indent properly.
Marc Espie
1999-09-06
Misc minor changes:
Marc Espie
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt