summaryrefslogtreecommitdiff
path: root/read.c
Commit message (Expand)AuthorAgeFilesLines
* Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781.Paul Smith2005-12-111-5/+1
* Implemented the .INCLUDE_DIRS special variable. It expands to a listBoris Kolpackov2005-11-141-1/+6
* Fix a crash I introduced last-minute.Paul Smith2005-10-261-4/+8
* Make second expansion optional (partial implementation).Paul Smith2005-10-241-80/+50
* Fixed Savannah bug #13881.Boris Kolpackov2005-08-101-12/+12
* - Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith2005-08-081-13/+10
* Fix strerror() handling for systems which set ANSI_STRING.Paul Smith2005-06-271-5/+3
* Fix Savannah bug # 13478. If -L is given, take the latest mtime for aPaul Smith2005-06-251-3/+0
* Fix Savannah bug #1454: skip over semicolons (and comments) inside variablePaul Smith2005-06-251-18/+77
* Implement new "if... else if... endif" semantics.Paul Smith2005-05-131-76/+119
* Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith2005-05-031-13/+10
* Fix performance degradation introduced by the second expansion feature.Paul Smith2005-04-131-27/+38
* Fix some Savannah bugs.Paul Smith2005-04-081-0/+2
* Fixed Savannah bug #12266.Boris Kolpackov2005-03-091-2/+2
* Fixed stem termination and stem triple-expansion bugs.Boris Kolpackov2005-03-031-19/+4
* Fixed Savannah bug #12180.Boris Kolpackov2005-03-011-1/+1
* * New feature: -L optionPaul Smith2005-02-281-1/+8
* Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov2005-02-271-41/+86
* Implementation of the second expansion in explicitBoris Kolpackov2005-02-271-171/+87
* Moved expansion of simple pattern-specific variables from the rebuild stageBoris Kolpackov2004-10-051-1/+6
* Some code cleanups and efficiency enhancements. As far as I can tellPaul Smith2004-09-211-32/+28
* Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),Paul Smith2004-09-211-2/+2
* Various enhancementsPaul Smith2004-05-161-5/+3
* Numerous updates and bug fixes.Paul Smith2004-03-221-1/+1
* Many bug fixes etc.Paul Smith2004-01-211-21/+24
* - Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith2003-05-021-16/+20
* Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith2003-03-241-4/+8
* Fix bug #2238: the read.c:eval() function was not entirely reentrant.Paul Smith2003-01-301-7/+11
* Portability fix for glob.h building in FreeBSD ports system.Paul Smith2003-01-301-4/+10
* Fix eval bugs 1516 and 1517.Paul Smith2002-10-251-17/+38
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-75/+27
* Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith2002-10-131-9/+22
* Fix core dump on malformed variable line (Debian bug #81656)Paul Smith2002-10-051-10/+13
* Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith2002-10-041-4/+8
* Fix a bug handling target/prerequisite names containing commentPaul Smith2002-09-231-7/+1
* Fix a bug exporting/unexporting multiple variables in one command.Paul Smith2002-09-181-25/+20
* Fix bug #940 (from the Savannah bug tracker): make sure that target-Paul Smith2002-09-171-2/+10
* Add support for broken SA_RESTART on PTX.Paul Smith2002-09-101-6/+37
* Update to a new version of automake and gettext.Paul Smith2002-08-101-20/+20
* Incorporate some VMS fixes.Paul Smith2002-08-081-2/+9
* Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith2002-07-111-77/+113
* Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith2002-07-101-7/+122
* Documentation and tests for order-only prerequisites.Paul Smith2002-07-091-2/+9
* Various cleanups reported by people using the alpha release.Paul Smith2002-07-081-4/+29
* Major updates in preparation for 3.80.Paul Smith2002-07-081-579/+739
* Fix for EINTR problems when using jobserver.Paul Smith2001-06-011-2/+5
* * Fix FAT handling on Windows to match the DJGPP port's FAT handling.Paul Smith2000-11-171-22/+14
* * Fix PR/1709.Paul Smith2000-06-221-1/+10
* * Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith2000-06-071-16/+16
* * Some final cleanups, and release 3.79.3.79Paul Smith2000-04-051-2/+1