Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-17 | Use xcalloc() in hash.c to handle out of memory errors. | Paul Smith | 1 | -1/+1 | |
2013-01-20 | Rename the make.h file to makeint.h for internal use only. | Paul Smith | 1 | -1/+1 | |
2012-03-04 | Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. | Paul Smith | 1 | -4/+4 | |
Fixes Savannah bug #34530. | |||||
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -1/+1 | |
2010-07-05 | Fixups for warnings on Windows (esp 64bit). | Paul Smith | 1 | -2/+2 | |
2009-06-07 | - Add a new test suite for LIBPATTERNS | Paul Smith | 1 | -1/+1 | |
- Fix Savannah bug #21198 - Fix Savannah bug #21823 - Fix Savannah bug #22010 | |||||
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -12/+10 | |
* Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer) | |||||
2006-02-11 | More copyright/license updates. | Paul Smith | 1 | -14/+13 | |
2006-02-10 | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 1 | -5/+5 | |
Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions. | |||||
2002-10-14 | Convert the source code to use ANSI C style function definitions and | Paul Smith | 1 | -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-18 | Add some indexing to the manual. | Paul Smith | 1 | -0/+4 | |
Fix a few simple casting warnings, etc. | |||||
2002-08-08 | Change the version. | Paul Smith | 1 | -18/+55 | |
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler. | |||||
2002-07-11 | Install Greg McGary's patches to port the id-utils hashing functions to | Paul Smith | 1 | -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. |