Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | Araq | 2014-02-10 | 5 | -24/+25 |
| |\ | |||||
| | * | Merge pull request #867 from reactormonk/no_explicit_return | Andreas Rumpf | 2014-02-10 | 3 | -23/+24 |
| | |\ | | | | | | | | | removed explicit return in the documentation | ||||
| | | * | tracked down a few more returns | Simon Hafner | 2014-02-05 | 3 | -21/+22 |
| | | | | |||||
| | | * | removed explicit return in the documentation | Simon Hafner | 2014-02-03 | 2 | -2/+2 |
| | | | | |||||
| | * | | Merge pull request #896 from reactormonk/set_fix | Andreas Rumpf | 2014-02-10 | 2 | -1/+1 |
| | |\ \ | | | | | | | | | | | Set fix. fixes #887 | ||||
| | | * | | fixes #887 | Simon Hafner | 2014-02-09 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | moved the tests for TSet to the correct place | Simon Hafner | 2014-02-09 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | fixes #889 | Araq | 2014-02-10 | 1 | -8/+13 |
| |/ / / | |||||
| * | | | nofoward doesn't exist yet; fixes #890 | Araq | 2014-02-10 | 1 | -39/+42 |
| | | | | |||||
| * | | | capturing of an iterator works better | Araq | 2014-02-09 | 2 | -11/+24 |
| | | | | |||||
| * | | | Merge branch 'newasync' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-09 | 6 | -0/+1141 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Added a generic-lacking version of PFuture. | Dominik Picheta | 2014-02-08 | 1 | -2/+18 |
| | | | | |||||
| | * | | Added new sockets modules: asyncio2, net, and sockets2. | Dominik Picheta | 2014-02-08 | 4 | -0/+788 |
| | | | | |||||
| | * | | Merge branch 'devel' into newasync | Dominik Picheta | 2014-02-08 | 848 | -75631/+25977 |
| | |\ \ | |||||
| | * | | | Epoll now works. | Dominik Picheta | 2013-10-31 | 2 | -32/+54 |
| | | | | | |||||
| | * | | | Epoll wrapper + selectors module. | Dominik Picheta | 2013-10-31 | 2 | -0/+315 |
| | | | | | |||||
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Michał Zieliński | 2014-02-09 | 91 | -1371/+1373 |
|\| | | | | |||||
| * | | | | fixes #885 | Araq | 2014-02-09 | 3 | -29/+35 |
| | | | | | |||||
| * | | | | compiles on sparc again | Araq | 2014-02-09 | 2 | -2/+1 |
| | | | | | |||||
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-09 | 1 | -2/+6 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge pull request #877 from EXetoC/times-symbol-export | Andreas Rumpf | 2014-02-07 | 1 | -2/+6 |
| | |\ \ \ | | | | | | | | | | | | | Export procs that are useful elsewhere. | ||||
| | | * | | | Export procs that are useful elsewhere. | EXetoC | 2014-02-06 | 1 | -2/+6 |
| | | | |/ | | | |/| | |||||
| * | | | | fixes #882; fixes #853 | Araq | 2014-02-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixes 'newSeq[T]' instantiation bug | Araq | 2014-02-09 | 5 | -11/+27 |
| |/ / / | |||||
| * | | | tester compiles again | Araq | 2014-02-07 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-07 | 6 | -33/+77 |
| |\ \ \ | |||||
| | * | | | indexBy, which indexes a collection into a hashtable | Simon Hafner | 2014-02-06 | 2 | -0/+32 |
| | | | | | |||||
| | * | | | removed unittest from talgorithm | Simon Hafner | 2014-02-06 | 1 | -12/+6 |
| | | | | | |||||
| | * | | | Merge pull request #875 from EXetoC/mongo | Andreas Rumpf | 2014-02-06 | 2 | -19/+37 |
| | |\ \ \ | | | | | | | | | | | | | A first attempt at fixing the MongoDB modules. | ||||
| | | * | | | A first attempt at fixing the MongoDB modules. | EXetoC | 2014-02-02 | 2 | -19/+37 |
| | | | | | | |||||
| | * | | | | Merge pull request #876 from superfunc/devel | Andreas Rumpf | 2014-02-06 | 1 | -2/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fixed typo's in tutorial 2 | ||||
| | | * | | | | Fixed typo's in tutorial 2 | superfunc | 2014-02-05 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | bugfix: codegen issue that caused getGMTime() to leak memory | Araq | 2014-02-07 | 6 | -3/+35 |
| |/ / / / / | |||||
| * | | | | | fixes regression: constant fac4 didn't work | Araq | 2014-02-06 | 4 | -11/+26 |
| | | | | | | |||||
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-06 | 1 | -1/+5 |
| |\| | | | | |||||
| | * | | | | Merge pull request #870 from barcharcraz/templaterr | zah | 2014-02-04 | 1 | -1/+5 |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | Added better error messages for ill-formed generics | ||||
| | | * | | | deleted assert that would never fire because it turned into an error message | Charlie Barto | 2014-02-04 | 1 | -1/+0 |
| | | | | | | |||||
| | | * | | | added good error for stuff like string[int] or int[int] | Charlie Barto | 2014-02-03 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | stdlib compiles mostly without warnings again | Araq | 2014-02-06 | 9 | -16/+14 |
| | | | | | | |||||
| * | | | | | case consistency for -d:useWinAnsi | Araq | 2014-02-05 | 3 | -7/+7 |
| | | | | | | |||||
| * | | | | | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵ | Araq | 2014-02-05 | 11 | -42/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | required for skipTypes | ||||
| * | | | | | bugfix: immediate templates are preferred consistently (danger: breaks code) | Araq | 2014-02-04 | 4 | -10/+55 |
| |/ / / / | |||||
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-03 | 2 | -5/+81 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge pull request #865 from ReneSac/devel | Andreas Rumpf | 2014-02-03 | 2 | -5/+81 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | Additions to the language manual and tests of new procedure call syntax. | ||||
| | | * | | | Remove spurious import added in the last commit. | ReneSac | 2014-02-03 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Fix optarg() and added two more tests. | ReneSac | 2014-02-03 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | One for 'do notation' in a single function in an expression, another the trick of using the method call syntax to pass two parameters. | ||||
| | | * | | | Expandeded part about different proc call syntaxes. | ReneSac | 2014-02-03 | 1 | -2/+72 |
| | |/ / / |