summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* osproc: MacOSX workaround for lack of execvpeMichał Zieliński2014-02-241-1/+10
|
* Merge pull request #953 from zielmicha/vforkAndreas Rumpf2014-02-231-4/+2
|\ | | | | osproc: increase stack size from 8k to 64k and disable useClone default
| * osproc: use fork by default on Linux, clone if requested by useClone flagMichał Zieliński2014-02-231-3/+1
| |
| * osproc: increase stack size from 8k to 64kMichał Zieliński2014-02-231-1/+1
| |
* | Merge pull request #917 from zielmicha/vforkAndreas Rumpf2014-02-233-87/+205
|\| | | | | osproc: Raise exception if execv fails in child process
| * osproc: use push stacktrace:off instead of nostackframeMichał Zieliński2014-02-181-3/+6
| |
| * osproc: make failed execv an exception (when using fork or clone)Michał Zieliński2014-02-152-23/+64
| | | | | | | | | | startProcessAuxFork creates a pipe, which is used by a child to pass an error code if execv fails.
| * osproc: use clone with CLONE_VM on Linux for faster process spawningMichał Zieliński2014-02-142-73/+147
| |
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-02-1013-80/+1243
| |\
| * \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-02-0991-1371/+1373
| |\ \
| * | | osproc: fix naming inconsistiencesMichał Zieliński2014-01-261-21/+21
| | | |
* | | | Merge pull request #951 from skyfex/develAndreas Rumpf2014-02-235-18/+130
|\ \ \ \ | | | | | | | | | | Tests and fixes for return in except and finally statements
| * \ \ \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develAudun Wilhelmsen2014-02-2371-706/+1547
| |\ \ \ \
| * | | | | Fixed #688 : return in except statments. Also fixed return in finally ↵Audun Wilhelmsen2014-02-232-18/+30
| | | | | | | | | | | | | | | | | | | | | | | | statements.
| * | | | | Added test cases for return in except statements.Audun Wilhelmsen2014-02-232-0/+60
| | | | | |
| * | | | | Added tougher test case for return within finally statement.Audun Wilhelmsen2014-02-231-0/+40
| | | | | |
* | | | | | Merge pull request #946 from gradha/pr_documents_readallAndreas Rumpf2014-02-231-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Documents system.readAll() limitations. Refs #298.
| * | | | | Documents system.readAll() limitations. Refs #298.Grzegorz Adam Hankiewicz2014-02-201-2/+4
| | | | | |
* | | | | | Implemented selector support for asyncio2.Dominik Picheta2014-02-227-210/+415
| | | | | |
* | | | | | Merge pull request #947 from gradha/pr_checks_bad_exported_symbols_800Andreas Rumpf2014-02-221-3/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Checks that exported symbols are valid C identifiers. Refs #800.
| * | | | | | Addresses issues raised on #947. Refs #800.Grzegorz Adam Hankiewicz2014-02-222-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Uses errGenerated instead of deprecated extending of enums. * Reduces bloat and usefulness of end user error messages. * Limits checks to C, Cpp and Objc targets.
| * | | | | | Checks that exported symbols are valid C identifiers. Refs #800.Grzegorz Adam Hankiewicz2014-02-212-4/+24
| | | | | | |
* | | | | | | Merge pull request #948 from h3rald/patch-1Andreas Rumpf2014-02-221-3/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | pegs.findAll iterator fix
| * | | | | | Rewrote the changes to findAll using if/elseFabio Cevasco2014-02-221-3/+3
| | | | | | |
| * | | | | | pegs.findAll iterator fixFabio Cevasco2014-02-211-1/+3
|/ / / / / / | | | | | | | | | | | | Modified the findAll iterator so that it continues looking for a match within the input string (bug?).
* | | | | | fix #945Zahary Karadjov2014-02-202-6/+8
| | | | | |
* | | | | | fix #931 and few more testsZahary Karadjov2014-02-184-17/+17
| | | | | |
* | | | | | Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-1811-34/+128
|\ \ \ \ \ \
| * | | | | | Make ticker title consistent.Dominik Picheta2014-02-181-1/+1
| | | | | | |
| * | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into develDominik Picheta2014-02-186-16/+58
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #897 from micklat/develAndreas Rumpf2014-02-181-3/+7
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dynlib: optionally pass RTLD_GLOBAL to dlopen
| | | * | | | | | dynlib: optionally pass RTLD_GLOBAL to dlopenMicky Latowicki2014-02-101-3/+7
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-182-80/+107
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-1753-470/+1121
| | |\ \ \ \ \ \
| | * | | | | | | todo.txt changesAraq2014-02-171-1/+3
| | | | | | | | |
| | * | | | | | | got rid of debugging codeAraq2014-02-171-2/+0
| | | | | | | | |
| | * | | | | | | fixes #926Araq2014-02-172-7/+31
| | | | | | | | |
| | * | | | | | | fixes #923Araq2014-02-171-1/+1
| | | | | | | | |
| | * | | | | | | fixes #922Araq2014-02-161-2/+16
| | | | | | | | |
| | * | | | | | | nil->discardAraq2014-02-151-2/+2
| | | | | | | | |
| * | | | | | | | Added google analytics to website.Dominik Picheta2014-02-181-0/+10
| | | | | | | | |
| * | | | | | | | Fix line-height for h1 in website.Dominik Picheta2014-02-181-1/+1
| | | | | | | | |
| * | | | | | | | Improved community page and fixed ticker links.Dominik Picheta2014-02-182-11/+53
| | | | | | | | |
| * | | | | | | | Modified website news titles and made ticker titles consistent.Dominik Picheta2014-02-172-6/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | fix some trivial errors in the test suite and some more regressions caused ↵Zahary Karadjov2014-02-1810-36/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by tyTypeDesc[tyNone]
* | | | | | | | fix tbindtypedesc and tactiontable2Zahary Karadjov2014-02-182-6/+13
| | | | | | | |
* | | | | | | | fix #204;Zahary Karadjov2014-02-183-5/+12
|/ / / / / / /
* | | | | | | Merge pull request #934 from vocalbit/develAndreas Rumpf2014-02-182-80/+107
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Add two news items to website.
| * | | | | | Make ticker puntuation consistent.vocalbit2014-02-171-2/+2
| | | | | | |
| * | | | | | Fix website news formatting and grammar to be consistent.vocalbit2014-02-171-2/+4
| | | | | | |