Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 100)

Ticket Resolution Summary Owner Reporter
#48 fixed kmk: Implement better if conditionals bird bird
Description

Implement if conditional expression along the lines of C / BSD make / nmake.

The statement is simply if. The operators are all the ones from C that make sense and a few additional make specific ones.

unary:
   defined, target, bool, num,  str
   +, -, ~, !
binary:
   *, /, %
   +, -
   <<, >>
   <, <=, =>, >
   ==, !=
   &
   ^
   |
   &&
   ||
#49 fixed kmk: includedep doesn't strip newline when reading normal variables. bird bird
Description

Title says it all. Easy to spot in src/VBox/Installer/win by changing -include to includedep. Should be fixed on windows before 0.1.4, the other binaries doesn't need to be rebuilt.

#50 fixed DLLSUFF.darwin doesn't work bird bird
Description

Probably not picking up keyword variants there.

Note: See TracQuery for help on using queries.