summaryrefslogtreecommitdiff
path: root/read.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-05Moved expansion of simple pattern-specific variables from the rebuild stageBoris Kolpackov1-1/+6
2004-09-21Some code cleanups and efficiency enhancements. As far as I can tellPaul Smith1-32/+28
2004-09-21Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),Paul Smith1-2/+2
2004-05-16Various enhancementsPaul Smith1-5/+3
2004-03-22Numerous updates and bug fixes.Paul Smith1-1/+1
2004-01-21Many bug fixes etc.Paul Smith1-21/+24
2003-05-02- Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith1-16/+20
2003-03-24Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith1-4/+8
2003-01-30Fix bug #2238: the read.c:eval() function was not entirely reentrant.Paul Smith1-7/+11
2003-01-30Portability fix for glob.h building in FreeBSD ports system.Paul Smith1-4/+10
2002-10-25Fix eval bugs 1516 and 1517.Paul Smith1-17/+38
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-75/+27
2002-10-13Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith1-9/+22
2002-10-05Fix core dump on malformed variable line (Debian bug #81656)Paul Smith1-10/+13
2002-10-04Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith1-4/+8
2002-09-23Fix a bug handling target/prerequisite names containing commentPaul Smith1-7/+1
2002-09-18Fix a bug exporting/unexporting multiple variables in one command.Paul Smith1-25/+20
2002-09-17Fix bug #940 (from the Savannah bug tracker): make sure that target-Paul Smith1-2/+10
2002-09-10Add support for broken SA_RESTART on PTX.Paul Smith1-6/+37
2002-08-10Update to a new version of automake and gettext.Paul Smith1-20/+20
2002-08-08Incorporate some VMS fixes.Paul Smith1-2/+9
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-77/+113
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-7/+122
2002-07-09Documentation and tests for order-only prerequisites.Paul Smith1-2/+9
2002-07-08Various cleanups reported by people using the alpha release.Paul Smith1-4/+29
2002-07-08Major updates in preparation for 3.80.Paul Smith1-579/+739
2001-06-01Fix for EINTR problems when using jobserver.Paul Smith1-2/+5
2000-11-17* Fix FAT handling on Windows to match the DJGPP port's FAT handling.Paul Smith1-22/+14
2000-06-22* Fix PR/1709.Paul Smith1-1/+10
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-16/+16
2000-04-05* Some final cleanups, and release 3.79.3.79Paul Smith1-2/+1
2000-03-27* Handle case of empty static pattern rule prerequisites.Paul Smith1-6/+19
2000-02-09* Fix backslash-escape in targets.3.78.91Paul Smith1-1/+1
2000-02-05* Fix PR/1407.Paul Smith1-5/+6
1999-11-27* Update debugging to use string flags instead of integers.Paul Smith1-1/+1
1999-11-22* Add new debugging output level selection feature.Paul Smith1-3/+3
1999-11-17* Many cleanups and bugfixes.Paul Smith1-4/+7
1999-10-15* Fix PR/1394.Paul Smith1-29/+31
1999-09-03* Removed a memory stomp (reading freed memory).Paul Smith1-26/+41
1999-09-02* A few W32 fixes for backslash support.Paul Smith1-2/+4
1999-08-01* Applied some DOS updates.Paul Smith1-8/+6
1999-07-28* Add gettext macros to start i18n support.Paul Smith1-42/+40
1999-07-21* Add configure option to enable dmalloc library.Paul Smith1-11/+10
1999-07-20* Fix memory leaks, fd leaks, and some long-standing bugs recognizing whenPaul Smith1-2/+2
1999-07-16* Fix some memory and file descriptor leaks.Paul Smith1-0/+1
1999-07-16* Various bug fixes.Paul Smith1-2/+8
1999-06-14* Various bug fixes.Paul Smith1-34/+40
1999-03-31* Ignore CR in CRLF line terminators for compatibility with DOSsyPaul Smith1-0/+11
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-1/+2
1999-02-22* New feature: .LIBPATTERNS controls the way -lfoo dependencies are expanded.Paul Smith1-9/+3