summaryrefslogtreecommitdiff
path: root/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Enhance/fix VMS exit code handling.Hartmut Becker2014-09-071-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.
* Use xcalloc() in hash.c to handle out of memory errors.Paul Smith2013-05-171-1/+1
|
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
|
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-4/+4
| | | | Fixes Savannah bug #34530.
* Update copyrights for 2010.Paul Smith2010-07-131-1/+1
|
* Fixups for warnings on Windows (esp 64bit).Paul Smith2010-07-051-2/+2
|
* - Add a new test suite for LIBPATTERNSPaul Smith2009-06-071-1/+1
| | | | | | - Fix Savannah bug #21198 - Fix Savannah bug #21823 - Fix Savannah bug #22010
* * Update to GPLv3Paul Smith2007-07-041-12/+10
| | | | | * Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
* More copyright/license updates.Paul Smith2006-02-111-14/+13
|
* - New code capability: a read-only string cache. Start of solution forPaul Smith2006-02-101-5/+5
| | | | | Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions.
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-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.
* Add some indexing to the manual.Paul Smith2002-09-181-0/+4
| | | | Fix a few simple casting warnings, etc.
* Change the version.Paul Smith2002-08-081-18/+55
| | | | | | Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
* Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith2002-07-111-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.