summaryrefslogtreecommitdiff
path: root/tests/scripts/features/se_implicit
AgeCommit message (Collapse)AuthorFilesLines
2013-09-22[SV 31155] Parse order-only tokens in second expansion results.Paul Smith1-0/+12
2013-07-09Keep a local count of the max dependency list size.Paul Smith1-0/+22
This global variable could be modified during recursion so keep our own local copy to compare against.
2009-09-24- Fix broken handling of order-only prereqs in secondary expansionPaul Smith1-0/+11
of implicit rules. - Fix leaked memory when dealing with implicit rule chains that have file variables or pattern variables.
2009-09-24- Rework secondary expansion so we only defer it if there's a possibilityPaul Smith1-59/+42
it might be needed: for most situations we parse prereqs immediately as we used to. Reduces memory usage. - Fixes Savannah bug #18622.
2005-12-11Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781.Paul Smith1-0/+8
2005-03-03Fixed stem termination and stem triple-expansion bugs.Boris Kolpackov1-0/+36
2005-02-27Implementation of the second expansion in explicitBoris Kolpackov1-0/+188
rules, static pattern rules and implicit rules.