summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-07Enhance/fix VMS exit code handling.Hartmut Becker1-1/+1
* commands.c, function.c, hash.c, job.c, main.c, output.c: use MAKE exit codes. * makeint.h: encode make exit codes so that they are VMS compatible. * job.c: check child exit code for VMS style exit codes. * vmsjobs.c: save and return VMS style exit code.
2013-05-17Use xcalloc() in hash.c to handle out of memory errors.Paul Smith1-1/+1
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-1/+1
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-4/+4
Fixes Savannah bug #34530.
2010-07-13Update copyrights for 2010.Paul Smith1-1/+1
2010-07-05Fixups for warnings on Windows (esp 64bit).Paul Smith1-2/+2
2009-06-07- Add a new test suite for LIBPATTERNSPaul Smith1-1/+1
- Fix Savannah bug #21198 - Fix Savannah bug #21823 - Fix Savannah bug #22010
2007-07-04* Update to GPLv3Paul Smith1-12/+10
* Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
2006-02-11More copyright/license updates.Paul Smith1-14/+13
2006-02-10- New code capability: a read-only string cache. Start of solution forPaul Smith1-5/+5
Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions.
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.