Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make C backend more robust against compiler bugs | Araq | 2014-02-27 | 1 | -0/+2 |
| | |||||
* | nil -> discard | Araq | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | fixed typo in error message | Araq | 2014-02-27 | 0 | -0/+0 |
| | |||||
* | renamed TRegister to TFullReg so that older versions can compile it | Araq | 2014-02-26 | 1 | -16/+16 |
| | |||||
* | htmlgen works again | Araq | 2014-02-25 | 1 | -3/+8 |
| | |||||
* | bootstrapping should work again | Araq | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | made some tests green; htmlgen still broken | Araq | 2014-02-25 | 4 | -10/+16 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 1 | -38/+38 |
|\ | |||||
| * | rename compilerProcs to match the recently changed jssys.nim | Zahary Karadjov | 2014-02-25 | 1 | -38/+38 |
| | | |||||
* | | Merge branch 'vm2_2' into devel | Araq | 2014-02-25 | 21 | -567/+966 |
|\ \ | |||||
| * | | added canonizer | Araq | 2014-02-25 | 1 | -0/+288 |
| | | | |||||
| * | | bugfix: typo | Araq | 2014-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | keine_schweine test is not platform dependent | Araq | 2014-02-24 | 3 | -12/+16 |
| | | | |||||
| * | | new VM is getting stable | Araq | 2014-02-24 | 10 | -39/+98 |
| | | | |||||
| * | | simple macros work again | Araq | 2014-02-22 | 1 | -40/+32 |
| | | | |||||
| * | | fixed opcConv | Araq | 2014-02-22 | 4 | -13/+35 |
| | | | |||||
| * | | vm2: new representation of registers | Araq | 2014-02-21 | 9 | -530/+564 |
| | | | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 36 | -415/+950 |
|\ \ \ | |/ / |/| / | |/ | | | Conflicts: lib/system/jssys.nim | ||||
| * | some fixes for static params usage in macros | Zahary Karadjov | 2014-02-25 | 4 | -26/+51 |
| | | |||||
| * | Merge pull request #957 from zielmicha/macosx-fix | Andreas Rumpf | 2014-02-24 | 1 | -2/+11 |
| |\ | | | | | | | osproc: MacOSX workaround for lack of execvpe | ||||
| | * | osproc: MacOSX fix - if -> when | Michał Zieliński | 2014-02-24 | 1 | -1/+1 |
| | | | |||||
| | * | osproc: MacOSX workaround for lack of execvpe | Michał Zieliński | 2014-02-24 | 1 | -1/+10 |
| |/ | |||||
| * | Merge pull request #953 from zielmicha/vfork | Andreas Rumpf | 2014-02-23 | 1 | -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 flag | Michał Zieliński | 2014-02-23 | 1 | -3/+1 |
| | | | |||||
| | * | osproc: increase stack size from 8k to 64k | Michał Zieliński | 2014-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #917 from zielmicha/vfork | Andreas Rumpf | 2014-02-23 | 3 | -87/+205 |
| |\| | | | | | | | osproc: Raise exception if execv fails in child process | ||||
| | * | osproc: use push stacktrace:off instead of nostackframe | Michał Zieliński | 2014-02-18 | 1 | -3/+6 |
| | | | |||||
| | * | osproc: make failed execv an exception (when using fork or clone) | Michał Zieliński | 2014-02-15 | 2 | -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 spawning | Michał Zieliński | 2014-02-14 | 2 | -73/+147 |
| | | | |||||
| | * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Michał Zieliński | 2014-02-10 | 13 | -80/+1243 |
| | |\ | |||||
| | * \ | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Michał Zieliński | 2014-02-09 | 91 | -1371/+1373 |
| | |\ \ | |||||
| | * | | | osproc: fix naming inconsistiences | Michał Zieliński | 2014-01-26 | 1 | -21/+21 |
| | | | | | |||||
| * | | | | Merge pull request #951 from skyfex/devel | Andreas Rumpf | 2014-02-23 | 5 | -18/+130 |
| |\ \ \ \ | | | | | | | | | | | | | Tests and fixes for return in except and finally statements | ||||
| | * \ \ \ | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Audun Wilhelmsen | 2014-02-23 | 71 | -706/+1547 |
| | |\ \ \ \ | |||||
| | * | | | | | Fixed #688 : return in except statments. Also fixed return in finally ↵ | Audun Wilhelmsen | 2014-02-23 | 2 | -18/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | statements. | ||||
| | * | | | | | Added test cases for return in except statements. | Audun Wilhelmsen | 2014-02-23 | 2 | -0/+60 |
| | | | | | | | |||||
| | * | | | | | Added tougher test case for return within finally statement. | Audun Wilhelmsen | 2014-02-23 | 1 | -0/+40 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #946 from gradha/pr_documents_readall | Andreas Rumpf | 2014-02-23 | 1 | -2/+4 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Documents system.readAll() limitations. Refs #298. | ||||
| | * | | | | | Documents system.readAll() limitations. Refs #298. | Grzegorz Adam Hankiewicz | 2014-02-20 | 1 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | Implemented selector support for asyncio2. | Dominik Picheta | 2014-02-22 | 7 | -210/+415 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #947 from gradha/pr_checks_bad_exported_symbols_800 | Andreas Rumpf | 2014-02-22 | 1 | -3/+20 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Checks that exported symbols are valid C identifiers. Refs #800. | ||||
| | * | | | | | | Addresses issues raised on #947. Refs #800. | Grzegorz Adam Hankiewicz | 2014-02-22 | 2 | -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 Hankiewicz | 2014-02-21 | 2 | -4/+24 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #948 from h3rald/patch-1 | Andreas Rumpf | 2014-02-22 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | pegs.findAll iterator fix | ||||
| | * | | | | | | Rewrote the changes to findAll using if/else | Fabio Cevasco | 2014-02-22 | 1 | -3/+3 |
| | | | | | | | | |||||
| | * | | | | | | pegs.findAll iterator fix | Fabio Cevasco | 2014-02-21 | 1 | -1/+3 |
| |/ / / / / / | | | | | | | | | | | | | | | Modified the findAll iterator so that it continues looking for a match within the input string (bug?). | ||||
| * | | | | | | fix #945 | Zahary Karadjov | 2014-02-20 | 2 | -6/+8 |
| | | | | | | | |||||
| * | | | | | | fix #931 and few more tests | Zahary Karadjov | 2014-02-18 | 4 | -17/+17 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'devel' of gh:/Araq/Nimrod into devel | Zahary Karadjov | 2014-02-18 | 11 | -34/+128 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 10 | -36/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by tyTypeDesc[tyNone] |