summaryrefslogtreecommitdiff
path: root/tests/scripts/functions
AgeCommit message (Collapse)AuthorFilesLines
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-25/+18
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.
2002-07-08Major updates in preparation for 3.80.Paul Smith2-0/+90
New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come.
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-2/+14
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example.
2000-06-19* Various fixes for problems in the 3.79.0.1 pretest.Paul Smith1-23/+15
2000-04-22* Various bug fixes.Paul Smith1-2/+6
2000-04-05* Some final cleanups, and release 3.79.3.79Paul Smith1-33/+27
2000-03-27* A large number of fixes/enhancements. See the ChangeLog.Paul Smith1-3/+15
* Added a new version of the German translation file.
2000-01-11* Change $(call...) to not expand arguments by default.Paul Smith1-3/+13
* Unify the way arguments are passed to builtin functions in function.c.
1999-11-17* Many cleanups and bugfixes.Paul Smith1-3/+3
* New handling of += in target-specific variables.
1999-09-17* A few script fixes and updates for 3.78.Paul Smith2-6/+7
1999-09-14* Added the test suite to the main distribution.Paul Smith20-0/+1034