summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-55/+19
enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem.
2002-09-18Add some indexing to the manual.Paul Smith1-0/+4
Fix a few simple casting warnings, etc.
2002-08-08Change the version.Paul Smith1-18/+55
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-0/+328
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.