|  |  | @3140 | 8 years | bird | kmk: Merged in changes from GNU make 4.2.1 … | 
            
              |  |  | @2771 | 11 years | bird | Optimizations, tuning and bug fixes for the 'compiled' string … | 
            
              |  |  | @2770 | 11 years | bird | string expansion debugged and enabled. fixed access-after-alloc bug in … | 
            
              |  |  | @2769 | 11 years | bird | String expansion 'compilation' and 'execution' code is mostly done. | 
            
              |  |  | @2765 | 11 years | bird | Started on a make expression and string expansion 'compiler'. | 
            
              |  |  | @2591 | 13 years | bird | kmk: Merged in changes from GNU make 3.82. Previous GNU make base … | 
            
              |  |  | @2548 | 14 years | bird | kmk: hacking on a new kmk/kBuild language extension. | 
            
              |  |  | @2119 | 17 years | bird | expand.c: warning. | 
            
              |  |  | @1999 | 17 years | bird | variaiable::value_length -> unsigned int. | 
            
              |  |  | @1993 | 17 years | bird | Merged in current GNU Make code (CVS from 2008-10-28). Ref #55. | 
            
              |  |  | @1988 | 17 years | bird | build fix. | 
            
              |  |  | @1987 | 17 years | bird | Build fix | 
            
              |  |  | @1985 | 17 years | bird | expand.c: avoid some unnecessary double buffering done by … | 
            
              |  |  | @1980 | 17 years | bird | kmk: Some cleanup. | 
            
              |  |  | @1975 | 17 years | bird | kmk: cleaning up some CONFIG_WITH_STRCACHE2 mess. | 
            
              |  |  | @1932 | 17 years | bird | kmk: Made struct variable capable of holding read only variables to … | 
            
              |  |  | @1931 | 17 years | bird | kmk: recycle more allocate_variable_expand_* results. | 
            
              |  |  | @1929 | 17 years | bird | kmk/read.c: more free() avoidance, this time some very small buffers … | 
            
              |  |  | @1928 | 17 years | bird | expand.c: added allocated_variable_expand_3 and … | 
            
              |  |  | @1927 | 17 years | bird | kmk: Inlined much of handle_function/lookup_function so … | 
            
              |  |  | @1880 | 17 years | bird | kmk: cleanup expand_argument hacks. | 
            
              |  |  | @1870 | 17 years | bird | kmk: replaced strcache with strcacahe2. | 
            
              |  |  | @1847 | 17 years | bird | kmk: Some optimizations for expand_deps. | 
            
              |  |  | @1837 | 17 years | bird | kmk: no need for the '\0' hack in expand_argument when using … | 
            
              |  |  | @1835 | 17 years | bird | kmk: fixed assertion + made them useful. | 
            
              |  |  | @1834 | 17 years | bird | kmk: assertions. | 
            
              |  |  | @1831 | 17 years | bird | kmk: find_char_unquote optimizations, some cleanup and a fix. | 
            
              |  |  | @1830 | 17 years | bird | kmk: more insane optimizations. | 
            
              |  |  | @1827 | 17 years | bird | kmk: more length optimizations. | 
            
              |  |  | @1819 | 17 years | bird | kmk: 64-bit fix (forgotten). | 
            
              |  |  | @1809 | 17 years | bird | kmk: More length and alloc optimizations. Made all the length … | 
            
              |  |  | @1808 | 17 years | bird | kmk: More memchr and less strlen for simple assignments (var:=val). | 
            
              |  |  | @1805 | 17 years | bird | kmk: Some minor optimizations. | 
            
              |  |  | @1617 | 17 years | bird | Don't append empty strings to variables. (foo +=) | 
            
              |  |  | @1610 | 17 years | bird | Fixed prepend w/ expansion (would append instead of prepend). … | 
            
              |  |  | @1609 | 17 years | bird | grr2 | 
            
              |  |  | @1608 | 17 years | bird | grr. | 
            
              |  |  | @1607 | 17 years | bird | Another try - forgot about xrealloc. | 
            
              |  |  | @1606 | 17 years | bird | Fixed bug in append_expand_string_to_variable() where variables … | 
            
              |  |  | @1536 | 18 years | bird | Use the value_length if possible (saves strlen). Assert its … | 
            
              |  |  | @1458 | 18 years | bird | Use the variable file location in evalval and evalcall. | 
            
              |  |  | @1440 | 18 years | bird | Added comp-cmds-ex, commands, commands-sc and commands-usr. Added a … | 
            
              |  |  | @1107 | 18 years | bird | some silly realloc optimizations. | 
            
              |  |  | @947 | 18 years | bird | Use the new gnu make code. | 
            
              |  | copied from trunk/src/gmakenew/expand.c | 
            
              |  |  | @916 | 18 years | bird | fixed a const issue with the value-length stuff. |