summaryrefslogtreecommitdiff
path: root/tests/scripts/features
AgeCommit message (Expand)AuthorFilesLines
2007-08-15Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.Paul Smith1-0/+14
2007-07-14Fix Savannah bug #20452.Paul Smith1-1/+2
2007-03-20This is a major update, which switches virtually every allocated-but-not-freedPaul Smith1-7/+7
2006-04-01Release GNU make 3.81.Paul Smith1-16/+22
2006-03-20Minor fixes before the rc2 release.Paul Smith1-2/+2
2006-03-20Add some alloca(0) calls for systems without "normal" alloca support.Paul Smith1-0/+29
2006-03-17Fixed Savannah bug #16053.Boris Kolpackov1-0/+41
2006-03-15Fix Savannah bug #15913.Paul Smith1-0/+12
2006-03-10Numerous updates to tests for issues found on Cygwin and Windows.Paul Smith1-28/+26
2006-03-08Some test updates for Windows.Paul Smith2-31/+7
2006-02-17Make sure we don't introduce a circularity into the variable set linkedPaul Smith1-0/+25
2006-02-08Fixed Savannah bug #15641.Boris Kolpackov1-0/+18
2005-12-13Update the make.1 man page.Paul Smith2-13/+13
2005-12-11Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781.Paul Smith1-0/+8
2005-12-09Fixed bug #13022 by setting is_target flag on files that this implicitBoris Kolpackov1-0/+30
2005-12-07Fixed bug #14334 by propagate the change of modification time to all theBoris Kolpackov1-0/+28
2005-10-24Make second expansion optional (partial implementation).Paul Smith4-114/+83
2005-08-29Fix make.h preprocessor directive to work better with Windows compilers.Paul Smith1-2/+2
2005-08-10Fixed Savannah bug #13881.Boris Kolpackov1-0/+11
2005-08-08- Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith1-0/+27
2005-07-12Various minor updates and code cleanups.Paul Smith1-6/+2
2005-07-04Various fixes and updates from testers of the beta3 release (mostly WindowsPaul Smith2-8/+8
2005-06-27Cleaned up some problems found with the tests running on a powerfulPaul Smith2-46/+25
2005-06-27Fix strerror() handling for systems which set ANSI_STRING.Paul Smith1-0/+10
2005-05-31Fixed Savannah bugs #13216 and #13218.Boris Kolpackov2-0/+38
2005-05-13Implement new "if... else if... endif" semantics.Paul Smith1-33/+72
2005-05-03Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith1-49/+28
2005-04-08Fix some Savannah bugs.Paul Smith1-0/+7
2005-03-10Fixed Savannah bug #12267.Boris Kolpackov1-0/+32
2005-03-04Fixed Savannah bug #12202.Boris Kolpackov1-3/+30
2005-03-03Fixed stem termination and stem triple-expansion bugs.Boris Kolpackov3-3/+57
2005-03-01Fixed Savannah bug #12180.Boris Kolpackov1-6/+10
2005-02-28* New feature: -L optionPaul Smith1-1/+1
2005-02-27Implementation of the second expansion in explicitBoris Kolpackov3-0/+399
2005-02-10Flush stdout after printing directory info.Paul Smith1-55/+49
2004-10-05Moved expansion of simple pattern-specific variables from the rebuild stageBoris Kolpackov1-0/+51
2004-09-28Implemented dontcare flag inheritance when rebuilding makefiles.Boris Kolpackov1-1/+11
2004-09-27bugfix for exported pattern-specific variablesBoris Kolpackov1-0/+9
2004-09-22Update the test template. A few fixes in run_make_test().Paul Smith2-64/+40
2004-09-21Fixed bug in implicit rule prerequisite evaluation code. Added test.Boris Kolpackov1-0/+64
2004-05-16Various enhancementsPaul Smith4-26/+52
2004-01-21Many bug fixes etc.Paul Smith1-2/+9
2004-01-07Fix order-only prerequisites for pattern rules. (Savannah patch #2349).Paul Smith1-0/+35
2003-05-02- Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith1-10/+25
2003-01-30Fix bug #2238: the read.c:eval() function was not entirely reentrant.Paul Smith1-0/+19
2002-10-13Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith1-0/+8
2002-09-23Fix a bug handling target/prerequisite names containing commentPaul Smith2-3/+13
2002-09-18Fix a bug exporting/unexporting multiple variables in one command.Paul Smith1-1/+74
2002-09-17Fix bug #940 (from the Savannah bug tracker): make sure that target-Paul Smith1-0/+45
2002-09-10A few test bug fixes:Paul Smith2-3/+6