|  |  | @1727 | 17 years | bird | kmk: Two new functions $(if-expr cond,exp-on-true,exp-on-false) and … | 
            
              |  |  | @1716 | 17 years | bird | kmk: Added a new function $(defined var) which check whether var is … | 
            
              |  |  | @1699 | 17 years | bird | kmk / $(commands* ): Check for empty name to prevent lookup_file from … | 
            
              |  |  | @1698 | 17 years | bird | kmk: $(commands ) and $< wont work well together at all, no fix just … | 
            
              |  |  | @1628 | 17 years | bird | Fixed $(breakpoint ) on MSC. Fixed two warnings. | 
            
              |  |  | @1620 | 17 years | bird | The last kb-src-prop argument is optional. | 
            
              |  |  | @1619 | 17 years | bird | $(breakpoint ) for debugging. | 
            
              |  |  | @1615 | 17 years | bird | Added a space between the which results. | 
            
              |  |  | @1519 | 18 years | bird | Prevent crashin $(command ) if the target has no commands (file->cmds … | 
            
              |  |  | @1478 | 18 years | bird | fixed a silly bug in func_commands that would cause it to go beyond … | 
            
              |  |  | @1459 | 18 years | bird | Made $(abspathex path,cwd) work like $(abspath path) if cwd is empty. … | 
            
              |  |  | @1458 | 18 years | bird | Use the variable file location in evalval and evalcall. | 
            
              |  |  | @1452 | 18 years | bird | Fixed bug in $(commands ) that caused occational heap corruption. | 
            
              |  |  | @1446 | 18 years | bird | Using the variable buffer for temp storage is (probably) fast, smaller … | 
            
              |  |  | @1445 | 18 years | bird | Fixed evalval and evalcall - eval_buffer will change the input, so a … | 
            
              |  |  | @1443 | 18 years | bird | fixed another bug. | 
            
              |  |  | @1442 | 18 years | bird | fixes. | 
            
              |  |  | @1440 | 18 years | bird | Added comp-cmds-ex, commands, commands-sc and commands-usr. Added a … | 
            
              |  |  | @1439 | 18 years | bird | CONFIG_WITH_EVALPLUS: evalctx, evalval, evalvalctx, evalcall and … | 
            
              |  |  | @1438 | 18 years | bird | Added $(make-stats ) that provides access to memory and hash stats (if … | 
            
              |  |  | @1409 | 18 years | bird | Made a variation of the $(eval) function call evalctx that pushes and … | 
            
              |  |  | @1408 | 18 years | bird | Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES. | 
            
              |  |  | @1387 | 18 years | bird | Fixed typo in $(libpath). | 
            
              |  |  | @1383 | 18 years | bird | Added $(libpath var,val) for accessing the OS/2 library paths. | 
            
              |  |  | @1307 | 18 years | bird | Empty strings are 0 bytes long… | 
            
              |  |  | @1171 | 18 years | bird | Added a $(which ) function. takes any number of args, with or without … | 
            
              |  |  | @1124 | 18 years | bird | the strptime part too. | 
            
              |  |  | @1122 | 18 years | bird | Added as $(file-size ) function while at it. | 
            
              |  |  | @1121 | 18 years | bird | Added $(date ) and $(date-utc ) function as simple wrappers around … | 
            
              |  |  | @991 | 18 years | bird | it's 100ns units, not 10000. | 
            
              |  |  | @990 | 18 years | bird | it's 100ns units, not 10000. | 
            
              |  |  | @987 | 18 years | bird | Fixed typo. | 
            
              |  |  | @986 | 18 years | bird | New function 'nanots', no arguments. | 
            
              |  |  | @947 | 18 years | bird | Use the new gnu make code. | 
            
              |  | copied from trunk/src/gmakenew/function.c | 
            
              |  |  | @940 | 18 years | bird | Some more warnings. |