summaryrefslogtreecommitdiff
path: root/usr.bin/m4/look.c
AgeCommit message (Expand)Author
2014-12-21fix test-redef2:Marc Espie
2014-05-12adjust to ohash being in libutil now, and to the interface changes.Marc Espie
2010-09-07Remove stray spaces. No code change.Marco Peereboom
2009-10-14whitespace; from deraadt@Stuart Henderson
2009-10-14Support the -P option from gnu m4, which prefixes builtins with theStuart Henderson
2009-06-26undefine() leaves the hash entry for the macro (for use by builtin()) andPhilip Guenthe
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2005-08-06zap rcsid. It's not ramdisk, but they still take space.Marc Espie
2003-11-17Modify xalloc so that it also takes err(3)-like arguments.Marc Espie
2003-06-30Fold trace status into the single hash table that's left.Marc Espie
2003-06-30add a flag for each macro name that records built-in status.Marc Espie
2003-06-30replace old hash structure with open hashing.Marc Espie
2003-06-30clean up internal lookup interface:Marc Espie
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-04-26use ansi function declarations. ok millert@Marc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-17Remove STATIC memory optimization. It's buggy (see regression test trip)Marc Espie
1999-11-25From espie@openbsd.org:Todd C. Miller
1999-11-20Optimization: cache the hashed value to avoid negative comparisons.Marc Espie
1999-11-17Turn warnings on,Marc Espie
1999-09-14Style: kill register and indent properly.Marc Espie
1999-09-06Misc minor changes:Marc Espie
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt