summaryrefslogtreecommitdiff
path: root/hash.h
AgeCommit message (Collapse)AuthorFilesLines
2006-02-11More copyright/license updates.Paul Smith1-16/+16
2006-02-10- New code capability: a read-only string cache. Start of solution forPaul Smith1-2/+2
Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions.
2002-09-11Fix HAVE_BROKEN_RESTART logic.Paul Smith1-3/+3
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
2002-08-08Incorporate some VMS fixes.Paul Smith1-2/+2
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-0/+233
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems.