Commit Graph

12 Commits

Author SHA1 Message Date
Markus Frosch da1265a0fc execvpe: Fixup indention for readability
The file was added with a mixed indention, now all are spaces.

Corresponding to the indented tabwidth of 2 and a sub-indention on curly
brackets.
2017-12-19 16:40:38 +01:00
Edgar Fuß 582f700a1a Don't try to include <alloca.h> (as for other BSDs)
fixes #4777
2017-02-08 17:50:49 +01:00
Gunnar Beutner d8203f4bb5 Build fix for OpenBSD
fixes #8434
2015-02-13 11:21:20 +01:00
Gunnar Beutner 473717d5d9 Build fix for FreeBSD 2014-09-04 10:44:34 +02:00
Gunnar Beutner 6f2ea6bc08 Fix build problems with Oracle Solaris Studio
refs #6896
2014-09-02 13:09:17 +02:00
Gunnar Beutner db4b3b78d6 Implement class compiler.
Refs #4963
2013-10-28 14:27:36 +01:00
Gunnar Beutner 3ca52a6cef FreeBSD build fix. 2013-10-21 09:46:27 +02:00
Gunnar Beutner 905eed509f Replace our execvpe() replacement with something GPL-compatible. 2013-08-07 08:47:28 +02:00
Gunnar Beutner d744f9fb7c Prefer libc's implementation of execvpe over our own. 2013-02-12 14:48:15 +01:00
Gunnar Beutner 72c4ef57d6 FreeBSD build fix. 2013-02-11 16:05:44 +01:00
Gunnar Beutner 72c46deca9 Fixed memory leak when using execvpe() with vfork(). 2013-02-11 14:43:19 +01:00
Gunnar Beutner 8667bba7e0 Build fix for *NIX systems with a non-GNU libc. 2013-02-10 17:15:18 +01:00