summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/look.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix test-redef2:espie2014-12-211-2/+66
* adjust to ohash being in libutil now, and to the interface changes.espie2014-05-121-17/+8
* Remove stray spaces. No code change.marco2010-09-071-14/+13
* whitespace; from deraadt@sthen2009-10-141-2/+2
* Support the -P option from gnu m4, which prefixes builtins with thesthen2009-10-141-3/+11
* undefine() leaves the hash entry for the macro (for use by builtin()) andguenther2009-06-261-2/+3
* use stdint.h where appropriate. okay millert@espie2006-01-201-2/+2
* zap rcsid. It's not ramdisk, but they still take space.espie2005-08-061-5/+1
* Modify xalloc so that it also takes err(3)-like arguments.espie2003-11-171-6/+6
* Fold trace status into the single hash table that's left.espie2003-06-301-27/+53
* add a flag for each macro name that records built-in status.espie2003-06-301-6/+26
* replace old hash structure with open hashing.espie2003-06-301-135/+105
* clean up internal lookup interface:espie2003-06-301-10/+130
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* use ansi function declarations. ok millert@espie2002-04-261-13/+7
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* Remove STATIC memory optimization. It's buggy (see regression test trip)espie2001-09-171-6/+4
* From espie@openbsd.org:millert1999-11-251-5/+5
* Optimization: cache the hashed value to avoid negative comparisons.espie1999-11-201-13/+16
* Turn warnings on,espie1999-11-171-5/+7
* Style: kill register and indent properly.espie1999-09-141-12/+12
* Misc minor changes:espie1999-09-061-1/+2
* rcsidderaadt1996-06-261-0/+2
* initial import of NetBSD treederaadt1995-10-181-0/+145