- New code capability: a read-only string cache. Start of solution for
commit719c04a28bfaf9124abdfc4cbf4bf5a4663be98a
authorpsmith <psmith>
Fri, 10 Feb 2006 05:29:00 +0000 (10 05:29 +0000)
committerpsmith <psmith>
Fri, 10 Feb 2006 05:29:00 +0000 (10 05:29 +0000)
tree7aae53d75d97d3fbf30da386004e7926eb55236f
parentfd8c6e4a75abf0b8b70035f3fcfb28e4b6dc8b11
- New code capability: a read-only string cache.  Start of solution for
  Savannah bug #15182, but not much uses it yet.  Coming shortly.
- Added short-circuiting $(and ..) and $(or ...) functions.
15 files changed:
ChangeLog
Makefile.am
NEWS
doc/make.texi
function.c
hash.c
hash.h
main.c
make.h
read.c
strcache.c [new file with mode: 0644]
tests/ChangeLog
tests/run_make_tests.pl
tests/scripts/functions/andor [new file with mode: 0644]
tests/test_driver.pl