summaryrefslogtreecommitdiffstats
path: root/wrapper
Commit message (Collapse)AuthorAgeFilesLines
* add notice that we can drop it with kernel-2.6.xThierry Vignaud2004-02-121-0/+2
|
* pass cli options to wrapped program (eg: fix --help not handled)Thierry Vignaud2003-09-151-2/+2
|
* forget to commit :-(Thierry Vignaud2003-02-051-1/+2
|
* use new systemThierry Vignaud2003-01-291-1/+2
|
* - explain why is there a wrapper and what's the universesThierry Vignaud2003-01-271-2/+6
| | | | | - untabify menudrake launchers
* - add a wrapper to prevent bad side effects of c-zThierry Vignaud2002-11-271-0/+30
(aka sigstop/sigcont) on embedded apps in mcc - Gtk is already imported by my_gtk - documente sig_child()