Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #13449 texitcode flaky on windows (#13487) | Timothee Cour | 2020-02-25 | 1 | -1/+4 |
| | |||||
* | make tests green again | Araq | 2018-12-11 | 1 | -0/+2 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 3 | -7/+13 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 4 | -4/+0 |
| | |||||
* | more tests fixed | Arne Döring | 2018-11-23 | 1 | -0/+4 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 3 | -0/+16 |
| | |||||
* | merged #8624 manually; fixes #8442; closes #8575 | Araq | 2018-08-31 | 1 | -0/+32 |
| | |||||
* | Haiku support for Nim (#8542) | alaviss | 2018-08-14 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * posix_other: Haiku now has spawn.h This is added per https://dev.haiku-os.org/ticket/13446 * posix_other: Add Haiku specific Dirent members * cpuinfo: Add an implementation for Haiku * distros: Add basic Haiku support * encodings: update Haiku support * fenv, math: Haiku now provides libm * times: Add Haiku struct members * ansi_c, osalloc: Add Haiku constants * threads: Add Haiku support * testament: Haiku uses LIBRARY_PATH * nim.cfg: Update Haiku support libnetwork should only be linked if network functions are used * threads: Haiku does not support -pthread switch * tworkingdir: Haiku's env is in /bin * posix_other: add SIGKILLTHR for Haiku * sockets: link with libnetwork on Haiku * coro: correct ucontext.h location http://pubs.opengroup.org/onlinepubs/009696699/basedefs/ucontext.h.html * coro: ucontext backend is not available on Haiku Haiku doesn't provide the <ucontext.h> header, as it was removed from POSIX * coro: fix setjmp backend The compiler does not allow statements after a noreturn function * nativesockets: Haiku doesn't support AI_V4MAPPED * system: hostOS can contains "haiku" * os: add support for Haiku's packagefs packagefs is read-only, but there are writable holes to the underlying file system as well * os: update constant for Haiku | ||||
* | osproc: fix double close on POSIX (#5724) | Michał Zieliński | 2018-04-16 | 1 | -0/+24 |
| | | | Calling close() in some cases issued two close() syscalls to one FD, which is incorrect in multithreaded programs. | ||||
* | Fixes #5281 (#7489) | Dmitry Atamanov | 2018-04-06 | 1 | -6/+5 |
| | |||||
* | Refactored version of execProcesses with test. | cheatfate | 2017-11-28 | 1 | -0/+32 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -1/+5 |
| | |||||
* | WIFSIGNALED means process has exited too (with a bang!) (#5678) | Jacek Sieka | 2017-04-27 | 1 | -0/+36 |
| | |||||
* | Bugfix/double newlines in stderr (#5426) | Fabian Keller | 2017-02-24 | 5 | -4/+51 |
| | |||||
* | make sure first call to running() after process exit returns false | Johannes Hofmann | 2016-12-03 | 1 | -0/+5 |
| | |||||
* | One more attempt to fix #4867 | cheatfate | 2016-10-21 | 1 | -0/+16 |
| | |||||
* | rename tfalse.nim to tafalse.nim | Johannes Hofmann | 2016-09-30 | 3 | -7/+8 |
| | |||||
* | add testcase for exit code handling | Johannes Hofmann | 2016-09-30 | 2 | -0/+20 |
| | |||||
* | Fix passing environment in startProcess (win) | Dmitry Polienko | 2016-07-18 | 1 | -0/+32 |
| | | | | | Previous implementation used newWideCString, which doesn't handle strings with \0 characters. | ||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Clean up tests/osproc | def | 2015-02-04 | 1 | -3/+6 |
| | |||||
* | Add osproc stdin test. | Dominik Picheta | 2014-06-15 | 2 | -0/+19 |