Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 100)

Ticket Resolution Summary Owner Reporter
#64 fixed OS/2 patch for Qt3 unit bird dmik
Description

This patch makes it possible to use the Qt3 unit with the Qt3 library on OS/2 platforms.

#6 fixed Make it possible to install kBuild in the traditional unix fashion bird bird
Description

Install the binaries to /usr/bin or /usr/local/bin. Find kBuild make scripts in /usr/[local/]shared/kBuild by default using a builtin default PATH_KBUILD.

#18 fixed Implement support for .l and .y files bird bird
Description

.l is flex input and spits out a .c file. While .y is for yacc/bison and spits out y.tab.c and y.tab.h (yacc) in the current directory. Since the .y files generate headers, they must be executed before any object files are made as it's not possible to predict which depends on the generated header and which doesn't. The name of the .h file should be configurable, but the default should use the input filename sans extension. Because yacc cannot control where it puts the output or what it's called, the rule has to be added to .NOTPARALLEL.

Note: See TracQuery for help on using queries.