-
jmmv committed patchset 86 of module htdocs to the Buildtool CVS repository, changing 1 files.
2005-01-02 20:18:11 UTC by jmmv
-
jmmv committed patchset 85 of module htdocs to the Buildtool CVS repository, changing 1 files.
2005-01-02 20:17:59 UTC by jmmv
-
It fails to build on Interix because siginterrupt(3) is
not available. Could you use sigaction(2) with the
SA_RESTART flag instead? sigaction(2) is in POSIX.1
while siginterrupt(3) is not.
2004-11-18 04:36:22 UTC by minskim
-
Logged In: YES
user_id=17917
Fixed, thanks.
2004-09-25 18:05:39 UTC by jmmv
-
jmmv committed patchset 1483 of module src to the Buildtool CVS repository, changing 1 files.
2004-09-25 18:05:10 UTC by jmmv
-
Logged In: YES
user_id=17917
Fixed, thanks.
2004-09-25 17:56:26 UTC by jmmv
-
jmmv committed patchset 1482 of module src to the Buildtool CVS repository, changing 1 files.
2004-09-25 17:54:31 UTC by jmmv
-
Because of a reuse of a cache variable the above check
results in "no" if floor is only available with "-lm".
The patch is to include the library in the cachename.
2004-08-14 21:47:42 UTC by rillig
-
When creating a library project the wizard generates a
wrong installation script for a package.
2004-08-14 18:29:22 UTC by rillig
-
jmmv committed patchset 84 of module htdocs to the Buildtool CVS repository, changing 1 files.
2004-07-11 12:10:10 UTC by jmmv