Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-24 | - Fix broken handling of order-only prereqs in secondary expansion | Paul Smith | 1 | -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 possibility | Paul Smith | 1 | -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-11 | Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781. | Paul Smith | 1 | -0/+8 | |
2005-03-03 | Fixed stem termination and stem triple-expansion bugs. | Boris Kolpackov | 1 | -0/+36 | |
2005-02-27 | Implementation of the second expansion in explicit | Boris Kolpackov | 1 | -0/+188 | |
rules, static pattern rules and implicit rules. |