- New code capability: a read-only string cache. Start of solution for
authorPaul Smith <psmith@gnu.org>
Fri, 10 Feb 2006 05:29:00 +0000 (05:29 +0000)
committerPaul Smith <psmith@gnu.org>
Fri, 10 Feb 2006 05:29:00 +0000 (05:29 +0000)
commit5a7a42cfce638f52f702b4d317c45c7186b8c0b4
treef212e35eac087bedeb88d64d96fb5a4c8c25d08c
parentd0c4e92f1145110793ffb04596019a864c88d2fc
- 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