Boris Kolpackov [Tue, 6 Oct 2009 12:36:29 +0000 (12:36 +0000)]
Fix savannah bug 25780. Optimize things a bit.
Boris Kolpackov [Tue, 6 Oct 2009 06:56:57 +0000 (06:56 +0000)]
Implement the new undefine directive.
Boris Kolpackov [Mon, 5 Oct 2009 14:40:18 +0000 (14:40 +0000)]
Performance improvements
Paul Smith [Sun, 4 Oct 2009 19:18:16 +0000 (19:18 +0000)]
Add a test for another (still open) bug.
Paul Smith [Sat, 3 Oct 2009 20:08:20 +0000 (20:08 +0000)]
- Include <alloca.h> even on non-__GNUC__ systems.
- Add some tests for unresolved bugs.
Boris Kolpackov [Wed, 30 Sep 2009 09:54:26 +0000 (09:54 +0000)]
Fix Savannah bugs #15110, #25493, #12686, and #17740.
Paul Smith [Mon, 28 Sep 2009 23:08:49 +0000 (23:08 +0000)]
- Update manual description for pattern rule search algorithm
- Add new "-all" flag to the test suite to run tests that don't pass yet
- Add some non-passing tests
- Fix from Andreas Buening for OS/2.
Boris Kolpackov [Mon, 28 Sep 2009 12:31:55 +0000 (12:31 +0000)]
Implement the shortest stem first search order for pattern-specific variables and pattern rules.
Eli Zaretskii [Mon, 28 Sep 2009 06:46:03 +0000 (06:46 +0000)]
* glob.c (my_realloc) [__DJGPP__]: Don't define, and don't
redefine realloc to call it, since the DJGPP's realloc handles
NULL pointers correctly.
Eli Zaretskii [Sun, 27 Sep 2009 17:56:24 +0000 (17:56 +0000)]
Fix typo.
Eli Zaretskii [Sun, 27 Sep 2009 16:22:50 +0000 (16:22 +0000)]
* configh.dos.template: Remove unconditional definition of
SYS_SIGLIST_DECLARED.
Include <sys/version.h> because ports of GCC 4.3.0 and later no
longer include it, so macros like __DJGPP_MINOR__ are no longer
defined automatically.
* Makefile.DOS.template (INCLUDES): Use $(prefix) and the
corresponding variables to define LIBDIR, INCLUDEDIR and LOCALEDIR
instead of using the hardcoded ones.
(SUBDIRS): doc subdir added.
(INFO_DEPS, DVIS): Values changed to 'make.info' and 'make.dvi'.
(TEXI2HTML, TEXI2HTML_FLAGS): Removed. Use makeinfo --html to
create html formated docs. texi2html may not be ported to DOS.
(make.info, make.dvi, make.ps, make.html): Make targets depend on
'make.texi'.
(.texi.info, .texi, .texi.dvi): Now recursively invocate. Change
-I switch to look in ./ instead of ./doc.
(html): Target depend on html-recursive instead of make_1.html.
(make_1.html): Removed.
(mostlyclean-aminfo): Use $(srcdir)/doc instead of ./ as prefix.
(all-recursive): Allow for more than one subdir in the build
process.
(mostlyclean-recursive, clean-recursive, distclean-recursive)
(maintainer-clean-recursive, check-recursive): Enter in doc/ too.
(tags-recursive): Allow for more than one subdir in the build
process.
(info-recursive, dvi-recursive, ps-recursive, html-recursive): New
targets. Enter into doc/ to produce the targets.
(all-am): $(INFO_DEPS) replaced by info.
Paul Smith [Sun, 27 Sep 2009 02:15:36 +0000 (02:15 +0000)]
- Add static pattern targets to the string cache.
- Use specific free_*() calls where appropriate.
Paul Smith [Sat, 26 Sep 2009 23:01:55 +0000 (23:01 +0000)]
Fix some memory leaks, found with valgrind.
Boris Kolpackov [Fri, 25 Sep 2009 15:51:11 +0000 (15:51 +0000)]
Performance improvement.
Boris Kolpackov [Fri, 25 Sep 2009 15:44:27 +0000 (15:44 +0000)]
Merge three parallel arrays into one. Make sure sufficient space is allocated.
Paul Smith [Thu, 24 Sep 2009 20:59:22 +0000 (20:59 +0000)]
- Fix broken handling of order-only prereqs in secondary expansion
of implicit rules.
- Fix leaked memory when dealing with implicit rule chains that
have file variables or pattern variables.
Paul Smith [Thu, 24 Sep 2009 02:41:44 +0000 (02:41 +0000)]
- Rework secondary expansion so we only defer it if there's a possibility
it might be needed: for most situations we parse prereqs immediately as
we used to. Reduces memory usage.
- Fixes Savannah bug #18622.
Paul Smith [Wed, 16 Sep 2009 17:42:09 +0000 (17:42 +0000)]
Added Italian (it) language support.
Paul Smith [Wed, 16 Sep 2009 17:07:01 +0000 (17:07 +0000)]
- Add xcalloc() and call it
- Fix memory errors found by valgrind
- Remove multi_glob() and empower parse_file_seq() to do its job:
the goal here is to remove the confusing reverse/re-reverse we do on
the file lists: needed for future fixes.
- Add a prefix arg to parse_file_seq()
- Make concat() variadic so it can take arbitrary #'s of strings
Eli Zaretskii [Mon, 14 Sep 2009 18:20:02 +0000 (18:20 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 14 Sep 2009 18:18:37 +0000 (18:18 +0000)]
* w32/subproc/sub_proc.c (process_begin): Check *ep non-NULL
inside the loop that looks up environment for PATH.
Paul Smith [Sat, 12 Sep 2009 21:28:33 +0000 (21:28 +0000)]
- Fix Savannah bug #21824: don't loop through NULL cmds pointer
- Fix Savannah bugs #24509, 18963: doc enhancements
Eli Zaretskii [Mon, 31 Aug 2009 17:54:11 +0000 (17:54 +0000)]
* function.c (windows32_openpipe): Update envp after calling
sync_Path_environment.
Paul Smith [Sun, 2 Aug 2009 16:05:42 +0000 (16:05 +0000)]
- Fix Savannah bug #27093
- Fix Savannah bug #27143
- Fix Savannah bug #23960
- Fix Savannah bug #27148
Paul Smith [Sat, 1 Aug 2009 22:09:40 +0000 (22:09 +0000)]
Changes from Ralf Wildenhues.
Eli Zaretskii [Sat, 4 Jul 2009 11:34:32 +0000 (11:34 +0000)]
function.c (func_realpath) [!HAVE_REALPATH]: Require the file to
exist, as realpath(3) does where it's supported.
Eli Zaretskii [Sat, 4 Jul 2009 11:33:33 +0000 (11:33 +0000)]
(func_realpath) [!HAVE_REALPATH]: Require the file to exist, as
realpath(3) does where it's supported.
Eli Zaretskii [Sat, 4 Jul 2009 11:15:14 +0000 (11:15 +0000)]
* function.c (IS_ABSOLUTE, ROOT_LEN): New macros.
(abspath): Support systems that define HAVE_DOS_PATHS (have
drive letters in their file names). Use IS_PATHSEP instead of a
literal '/' comparison.
Paul Smith [Sun, 14 Jun 2009 06:08:54 +0000 (06:08 +0000)]
- Forgot changelog for fix 13529
Paul Smith [Sun, 14 Jun 2009 06:08:11 +0000 (06:08 +0000)]
- Fix Savannah bug #13529
Paul Smith [Sat, 13 Jun 2009 23:10:52 +0000 (23:10 +0000)]
- Fix Savannah bug #13401
Paul Smith [Sat, 13 Jun 2009 22:47:40 +0000 (22:47 +0000)]
- Fixes Savannah bug #18435
Paul Smith [Sat, 13 Jun 2009 21:21:48 +0000 (21:21 +0000)]
- Fix Savannah bug 17825
- Fix Savannah bug 21231
Paul Smith [Wed, 10 Jun 2009 02:21:09 +0000 (02:21 +0000)]
- Fix Savannah bug #19108
- Fix Savannah bug #17752
- Test suite:
* When tests fail keep a "run" file containing the command invoked.
* Support for the Valgrind "memcheck" and "massif" tools.
Paul Smith [Tue, 9 Jun 2009 15:35:38 +0000 (15:35 +0000)]
- Fix Savannah bug #18124
- Fix Savannah bug #17521
- Fix Savannah bug #16401
- Fix Savannah bug #16469
- Fix Savannah bug #16473
Paul Smith [Sun, 7 Jun 2009 18:16:15 +0000 (18:16 +0000)]
- Fix Savannah bug #24622
Paul Smith [Sun, 7 Jun 2009 17:40:06 +0000 (17:40 +0000)]
- Add a new test suite for LIBPATTERNS
- Fix Savannah bug #21198
- Fix Savannah bug #21823
- Fix Savannah bug #22010
Paul Smith [Sat, 6 Jun 2009 23:23:36 +0000 (23:23 +0000)]
Add attribution.
Paul Smith [Sat, 6 Jun 2009 23:16:46 +0000 (23:16 +0000)]
- Work around a bug in glibc glob(3), by avoiding GLOB_NOCHECK.
- Fix issue in very parallel builds found building glibc.
Paul Smith [Fri, 5 Jun 2009 01:17:29 +0000 (01:17 +0000)]
- Add forgotten variable/define test suite
- Skip initial whitespace including formfeeds, vertical tab, etc.
- Add tests for that
- Fix the variable/SHELL test; it was wrong!
Paul Smith [Thu, 4 Jun 2009 06:30:27 +0000 (06:30 +0000)]
- Modify access of config and gnulib Savannah modules to use GIT
- Fix Savannah bug #24655.
- Fix Savannah bug #24588.
- Fix Savannah bug #24277.
- Fix Savannah bug #25697.
- Fix Savannah bug #25694.
- Fix Savannah bug #25460.
- Fix Savannah bug #26207.
- Fix Savannah bug #25712.
- Fix Savannah bug #26593.
- Fix various doc issues.
Paul Smith [Tue, 26 May 2009 01:31:40 +0000 (01:31 +0000)]
Add 'private' variable modifier, feature submitted by Ramon Garcia.
Rework the parser for variables to allow multiple modifiers and also
allow for variables and targets with modifier names, like "export" and
"private".
Paul Smith [Sun, 24 May 2009 19:06:04 +0000 (19:06 +0000)]
We had the incorrect ISBN in the manual; not sure what happened here
but the FSF confirmed that we had the wrong one.
Paul Smith [Sun, 24 May 2009 18:31:18 +0000 (18:31 +0000)]
Found this change in an old CVS workspace: rewrite savestring() to the
more standard xstrndup().
Eli Zaretskii [Sat, 14 Mar 2009 16:31:57 +0000 (16:31 +0000)]
(convert_Path_to_windows32): Fix last change. Fixes Savannah bug #25412.
Eli Zaretskii [Sat, 14 Mar 2009 14:42:06 +0000 (14:42 +0000)]
<top level>: Update Copyright years. Add prototype for xmalloc.
(find_file): Accept 3 arguments PATH_VAR, FULL_FNAME, and FULL_LEN
instead of an LPOFSTRUCT pointer. Use xmalloc instead of malloc.
Loop over an array of extensions, instead of duplicating the same
code inline. Use SearchPath followed by CreateFile, instead of
the obsolete OpenFile. Fixes Savannah bug #17277.
(process_begin): Find $(PATH) in `envp', and pass a pointer to it
to `find_file'. Fixes Savannah bug #25662.
Eli Zaretskii [Sat, 7 Mar 2009 17:30:30 +0000 (17:30 +0000)]
* function.c (func_shell): Don't close pipedes[1] if it is -1.
Fixes Savannah bug #20495.
Eli Zaretskii [Tue, 30 Sep 2008 11:26:16 +0000 (11:26 +0000)]
* build_w32.bat (GCCBuild): Use "-gdwarf-2 -g3" instead of
"-gstabs+ -ggdb3".
* w32/subproc/build.bat (GCCBuild): Likewise.
Eli Zaretskii [Tue, 30 Sep 2008 11:19:58 +0000 (11:19 +0000)]
* job.c (construct_command_argv_internal): Avoid extra backslash
in batch-mode Unixy shells. Under DB_JOBS, display the contents
of the batch file.
Eli Zaretskii [Sat, 31 May 2008 08:06:44 +0000 (08:06 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 31 May 2008 08:06:05 +0000 (08:06 +0000)]
Remove obsolete text about non-support for -jN without Unixy shell.
Remove obsolete text about not supplying Visual Studio project files
(we do supply them).
Modify text to prefer GCC builds to MSC builds.
Paul Smith [Sun, 18 May 2008 15:11:39 +0000 (15:11 +0000)]
Manual typo.
New translation.
Paul Smith [Fri, 28 Mar 2008 03:46:39 +0000 (03:46 +0000)]
Update the translation project location for PO files (again)
Apply fix for Savannah bug #22379.
Eli Zaretskii [Sat, 26 Jan 2008 13:51:55 +0000 (13:51 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 26 Jan 2008 13:51:14 +0000 (13:51 +0000)]
(target_environment): Don't use shell_var if its `value' field is NULL.
Eli Zaretskii [Sat, 22 Dec 2007 12:07:36 +0000 (12:07 +0000)]
Makefile.DOS.template (info_TEXINFOS): Remove unused variable.
(TEXINFOS): Value changed to `doc/make.texi'.
(.SUFFIXES): Use .texi instead of .texinfo.
(make.info, make.dvi): Depend on doc/make.texi.
(.texi.info): New target, instead of ".texinfo.info". Change -I switch
to $(MAKEINFO) to look in doc/. Use --no-split.
(.texi): New target, instead of ".texinfo". Change -I switch to $(MAKEINFO)
to look in doc/. Use --no-split.
(.texi.dvi): New target, instead of ".texinfo.dvi". Change -I switch
to $(MAKEINFO) to look in doc/.
(install-info-am, uninstall-info): Don't look for "*.i[0-9]" and
"*.i[0-9][0-9]" (due to --no-split above).
(noinst_TEXINFOS, TEXI2HTML, TEXI2HTML_FLAGS): New variables.
(html, make_1.html): New targets.
(.PHONY): Add "html".
(.SUFFIXES): Add .html.
Eli Zaretskii [Sat, 22 Dec 2007 11:28:49 +0000 (11:28 +0000)]
glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc declaration
that matches the one in the DJGPP libc.
Eli Zaretskii [Sat, 22 Dec 2007 11:27:02 +0000 (11:27 +0000)]
configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST with
HAVE_DECL_SYS_SIGLIST.
job.c (child_execute_job): Remove __MSDOS__ because MSDOS/DJGPP build does
not use child_execute_job.
variable.c (define_automatic_variables) [__MSDOS__]: Always export the SHELL
environment variable to the child.
Eli Zaretskii [Sat, 22 Dec 2007 11:00:29 +0000 (11:00 +0000)]
config.h.W32: Include sys/types.h.
[!_PID_T_] (pid_t): Define only if not already defined.
Eli Zaretskii [Sat, 22 Dec 2007 10:55:30 +0000 (10:55 +0000)]
vpath.c (construct_vpath_list) [HAVE_DOS_PATHS]: Support VPATH values that
use `:' in drive letters, when PATH_SEPARATOR_CHAR is also `:'.
Paul Smith [Mon, 5 Nov 2007 14:15:19 +0000 (14:15 +0000)]
For mod times farther in the future, print the value in fixed-point rather
than exponential notation (patch from Bruno Haible).
Paul Smith [Sun, 4 Nov 2007 21:54:00 +0000 (21:54 +0000)]
New special variable: .RECIPEPREFIX
Allows the user to reset the prefix character for introducing recipe lines
from the default (tab) to any other single character, and back again.
Also, reworked the manual to consistently use the word "recipe" to describe
the set of commands we use to update a target, instead of the various
phrases used in the past: "commands", "command lines", "command scripts",
etc.
Eli Zaretskii [Wed, 24 Oct 2007 20:06:32 +0000 (20:06 +0000)]
Convert to Unix line-endings.
Paul Smith [Sat, 13 Oct 2007 14:46:04 +0000 (14:46 +0000)]
Windows: allow SHELL to be set to a more complex value by checking its
expansion to see if it's a valid shell, not just the unexpanded value.
Paul Smith [Wed, 10 Oct 2007 13:22:21 +0000 (13:22 +0000)]
Fixes from Eli Zaretskii:
Fix to allow quoted directories in PATH.
Fix for Savannah bug #20549.
Paul Smith [Wed, 10 Oct 2007 04:32:15 +0000 (04:32 +0000)]
Some Windows fixes to allow builds to succeed.
Paul Smith [Wed, 15 Aug 2007 13:53:53 +0000 (13:53 +0000)]
Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.
One of our translations disappeared from the translations site so remove it.
The fdl.texi file was changed to not contain any @node entries, so add some
around it in make.texi.
Paul Smith [Sat, 14 Jul 2007 02:57:46 +0000 (02:57 +0000)]
Fix Savannah bug #20452.
Add a new feature to the test suite suggested by Icarus Sparry:
set a timer before invoking a test, so that if it loops infinitely we
will wake up and have a chance to kill the process and continue.
Paul Smith [Wed, 4 Jul 2007 19:35:15 +0000 (19:35 +0000)]
* Update to GPLv3
* Update copyright to 2007
* Fix download URL for translation files (thanks to Thiemo Seufer)
Paul Smith [Tue, 19 Jun 2007 04:47:58 +0000 (04:47 +0000)]
Fix a core dump when reading_file is 0 (20033).
Fix some manual typos (20018).
Paul Smith [Fri, 11 May 2007 20:57:21 +0000 (20:57 +0000)]
Fix some documentation gitches.
Fix an uninitialized variable.
Add builtin rules for Objective C.
Add a new debug line that shows where the commands that are about to be run
were defined.
Paul Smith [Wed, 9 May 2007 02:01:53 +0000 (02:01 +0000)]
Fix Savannah bug #19656: rationalize our use of case-insensitive string
comparison functions to always use POSIX strcasecmp(). For non-POSIX
systems that use other functions (strcmpi or stricmp) use a macro to alias
strcasecmp to those. If we can't find any of them (VMS, plus whatever
UNIX doesn't have them) then define our own version in misc.c.
Paul Smith [Wed, 21 Mar 2007 13:49:34 +0000 (13:49 +0000)]
Fix Savannah bug #19348: if the user specified
--disable-case-insensitive-file-system, don't turn it on.
Paul Smith [Tue, 20 Mar 2007 03:02:26 +0000 (03:02 +0000)]
This is a major update, which switches virtually every allocated-but-not-freed
string into the strcache. As a side-effect, many more structure members and
function arguments can/should be declared const.
As mentioned in the changelog, unfortunately measurement shows that this
change does not yet reduce memory. The problem is with secondary expansion:
because of this we store all the prerequisites in the string cache twice.
First we store the prerequisite string after initial expansion but before
secondary expansion, then we store each individual file after secondary
expansion and expand_deps(). I plan to change expand_deps() to be callable
in either context (eval or snap_deps) then have non-second-expansion
targets call expand_deps() during eval, so that we only need to store that
dependency list once.
Paul Smith [Sat, 18 Nov 2006 20:53:44 +0000 (20:53 +0000)]
Fix from Eli for incorrect value of $(MAKE) on Cygwin.
A few changes from char* to void* where appropriate, and removing of
unnecessary casts.
Much more work on const-ifying the codebase. This round involves some code
changes to make it correct. NOTE!! There will almost certainly be problems
on the non-POSIX ports that will need to be addressed after the const changes
are finished: they will need to be const-ified properly and there may need to
be some changes to allocate memory, etc. as well.
The next (last?) big push for this, still to come, is const-ifying the
filenames in struct file, struct dep, etc. This will allow us to store file
names in the string cache and finally resolve Savannah bug #15182 (make uses
too much memory), among other advantages.
Paul Smith [Sun, 1 Oct 2006 05:38:38 +0000 (05:38 +0000)]
Fixed a number of documentation bugs, plus some build/install issues:
16304, 16468, 16577, 17701, 17880, 16051, 16652, 16698
Plus some from the mailing list.
Imported a patch from Eli to allow Cygwin builds to support DOS-style
pathnames.
Paul Smith [Sun, 9 Apr 2006 22:09:24 +0000 (22:09 +0000)]
Another round of cleanups:
- Add more warnings.
- Rename variables that mask out-scope vars with the same name.
- Remove all casts of return values from xmalloc, xrealloc, and alloca.
- Remove casts of the first argument to xrealloc.
- Convert all bcopy/bzero/bcmp invocations to use memcp/memmove/memset/memcmp.
Paul Smith [Fri, 7 Apr 2006 01:43:44 +0000 (01:43 +0000)]
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Paul Smith [Sat, 1 Apr 2006 06:37:45 +0000 (06:37 +0000)]
Minor command correction.
Paul Smith [Sat, 1 Apr 2006 06:36:40 +0000 (06:36 +0000)]
Release GNU make 3.81.
Update NEWS docs.
Enhance the manual to use automake version.texi, and use the canonical
FSF copyright features and statement.
Some $(realpath ...) tests won't work on Windows; leave them out
The jobserver filedescriptor test might fail if some FDs are reserved,
so for now comment out that check.
Boris Kolpackov [Wed, 22 Mar 2006 13:16:03 +0000 (13:16 +0000)]
Fixed Savannah bug #16140.
Paul Smith [Mon, 20 Mar 2006 03:03:04 +0000 (03:03 +0000)]
Minor fixes before the rc2 release.
Paul Smith [Mon, 20 Mar 2006 02:36:36 +0000 (02:36 +0000)]
Add some alloca(0) calls for systems without "normal" alloca support.
Fix a file descriptor leak with make re-exec while using the jobserver.
Update some release information.
Paul Smith [Fri, 17 Mar 2006 18:55:26 +0000 (18:55 +0000)]
Minor tweaks for 3.81rc2.
Boris Kolpackov [Fri, 17 Mar 2006 14:24:20 +0000 (14:24 +0000)]
Fixed Savannah bug #16053.
Paul Smith [Wed, 15 Mar 2006 03:31:30 +0000 (03:31 +0000)]
Fix Savannah bug #15913.
Paul Smith [Fri, 10 Mar 2006 02:20:45 +0000 (02:20 +0000)]
Numerous updates to tests for issues found on Cygwin and Windows.
Revert a fix for $? including non-existent files as it shows a bug
in the Linux kernel build. Give them a release to fix this.
Add some changes from Eli Z. for Windows changes.
Paul Smith [Wed, 8 Mar 2006 20:15:08 +0000 (20:15 +0000)]
Some test updates for Windows.
Handle SHELL set on the command line properly for windows.
Paul Smith [Tue, 21 Feb 2006 05:21:19 +0000 (05:21 +0000)]
Fix a potential core dump when merging aliases. Might fix bug #15818.
Revert intermediate file free code.
Suppress some warnings in VMS builds.
Paul Smith [Mon, 20 Feb 2006 03:34:02 +0000 (03:34 +0000)]
Move the copyright info to the end of the NEWS file, otherwise automake's
GNITS check doesn't think we have updated it (only scans the first 15 lines).
Paul Smith [Mon, 20 Feb 2006 02:14:00 +0000 (02:14 +0000)]
- Memory cleanups, found with valgrind.
- Fix handling of special targets like .SUFFIX for VMS insensitive targets.
- Don't make temporary batch files for -n. Make sure batch files are created
in text mode.
Paul Smith [Fri, 17 Feb 2006 13:29:52 +0000 (13:29 +0000)]
Make sure we don't introduce a circularity into the variable set linked
list. Fixes Savannah bug #15757.
Paul Smith [Wed, 15 Feb 2006 23:54:42 +0000 (23:54 +0000)]
Fix Savannah bug #106: keep separate track of which variable we are
expanding, and use that info when generating error messages instead of
the file info, where appropriate.
Paul Smith [Tue, 14 Feb 2006 15:42:17 +0000 (15:42 +0000)]
Some memory leak cleanups (found with valgrind).
Paul Smith [Mon, 13 Feb 2006 23:38:36 +0000 (23:38 +0000)]
Fix bug #11183.
Paul Smith [Sat, 11 Feb 2006 22:16:04 +0000 (22:16 +0000)]
Last of the copyright updates.
Paul Smith [Sat, 11 Feb 2006 20:00:39 +0000 (20:00 +0000)]
More copyright/license updates.
Paul Smith [Sat, 11 Feb 2006 19:02:21 +0000 (19:02 +0000)]
Update copyright and license notices on all files.
Added new file strcache.c to various non-UNIX makefiles and build scripts.
Paul Smith [Fri, 10 Feb 2006 05:29:00 +0000 (05:29 +0000)]
- 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.
Boris Kolpackov [Wed, 8 Feb 2006 17:29:07 +0000 (17:29 +0000)]
Fixed Savannah bug #15641.