Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor VM bugfix | Araq | 2014-04-04 | 2 | -2/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-03 | 3 | -35/+71 |
|\ | |||||
| * | Async httpclient should now work. Changed recv behaviour. | Dominik Picheta | 2014-04-03 | 3 | -35/+71 |
| | | | | | | | | | | | | | | asyncdispatch.recv no longer guarantees that it will read ALL the data requested. The underlying WinAPI function doesn't guarantee this and it already wasn't guaranteed anyway since the socket could disconnect mid-transmission. | ||||
* | | gensym'ed symbols work with lambda-lifting; closures produce objects instead ↵ | Araq | 2014-04-03 | 2 | -35/+39 |
|/ | | | | of tuples for easier debugging | ||||
* | fixes yet another option type | Araq | 2014-04-03 | 3 | -8/+61 |
| | |||||
* | Refactored createCb in asyncdispatch. | Dominik Picheta | 2014-04-02 | 2 | -35/+14 |
| | |||||
* | added tmissingnilcheck test | Araq | 2014-04-02 | 0 | -0/+0 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-02 | 12 | -15/+238 |
|\ | |||||
| * | Merge pull request #1060 from EXetoC/vm-arithmetic-overflow | Andreas Rumpf | 2014-04-02 | 6 | -6/+105 |
| |\ | | | | | | | Arithmetic underflow/overflow checking for the VM | ||||
| | * | Remove executable. | EXetoC | 2014-03-31 | 1 | -0/+0 |
| | | | |||||
| | * | Add underflow/overflow tests. | EXetoC | 2014-03-31 | 6 | -0/+56 |
| | | | |||||
| | * | Implement overflow/underflow checking for the VM. | EXetoC | 2014-03-31 | 1 | -6/+49 |
| | | | |||||
| * | | Merge pull request #1061 from EXetoC/fix-tests | Andreas Rumpf | 2014-04-02 | 4 | -6/+6 |
| |\ \ | | | | | | | | | Fix some tests. | ||||
| | * | | Fix some tests. | EXetoC | 2014-03-31 | 4 | -6/+6 |
| | | | | |||||
| * | | | Merge pull request #1048 from gradha/pr_adds_convenience_uncompress_to_zlib | Andreas Rumpf | 2014-04-02 | 1 | -0/+126 |
| |\ \ \ | | | | | | | | | | | Adds convenience uncompress and inflate procs to zlib. | ||||
| | * | | | Uses finally as statement to release zlib memory. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Uses swap() to avoid variable copies. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Modifies inflate() to return a discardable bool. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -13/+4 |
| | | | | | |||||
| | * | | | Adds convenience uncompress and inflate procs to zlib. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -0/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new uncompress() version doesn't require you to know the size of the inflated destination buffer. The inflate() proc wraps it for convenience on a var string type. | ||||
| * | | | | Merge pull request #1052 from rleisti/devel | Andreas Rumpf | 2014-04-02 | 1 | -3/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Remove exception from TEventEmitter.emit | ||||
| | * | | | | events.TEventEmitter.emit no longer throws an exception if the named event ↵ | Ron Leisti | 2014-03-29 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | does not exist | ||||
* | | | | | | todo.txt updated | Araq | 2014-04-02 | 1 | -2/+1 |
|/ / / / / | |||||
* | | | | | make tstaticprintseq green | Araq | 2014-04-01 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-01 | 3 | -9/+10 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | disable extern name checking as it breaks building of nimrtl.dll | Araq | 2014-03-30 | 1 | -2/+3 |
| | |_|/ | |/| | | |||||
| * | | | Fix docgen. | Dominik Picheta | 2014-03-29 | 1 | -0/+3 |
| | | | | |||||
| * | | | Replaced idents with genSym in asyncdispatch. | Dominik Picheta | 2014-03-29 | 1 | -7/+4 |
| |/ / | |||||
* | | | fixed another vm bug | Araq | 2014-04-01 | 2 | -9/+11 |
| | | | |||||
* | | | tsymchoicefield compiles | Araq | 2014-04-01 | 1 | -2/+4 |
| | | | |||||
* | | | fixes #880 | Araq | 2014-04-01 | 2 | -14/+31 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-29 | 1 | -4/+5 |
|\| | |||||
| * | Merge pull request #1045 from barcharcraz/lowerBound | Andreas Rumpf | 2014-03-28 | 1 | -4/+5 |
| |\ | | | | | | | fixed doc comment | ||||
| | * | fixed doc comment | Charlie Barto | 2014-03-27 | 1 | -4/+5 |
| | | | |||||
* | | | fixes #932 | Araq | 2014-03-29 | 1 | -1/+4 |
| | | | |||||
* | | | iterators check seqs/strings are not resized during iteration | Araq | 2014-03-29 | 1 | -14/+18 |
|/ / | |||||
* | | tester outputs full test path | Araq | 2014-03-28 | 2 | -1/+5 |
| | | |||||
* | | fixes #911 | Araq | 2014-03-28 | 3 | -1/+7 |
| | | |||||
* | | Added test for issue #911. | Dominik Picheta | 2014-03-27 | 1 | -0/+62 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-27 | 4 | -1/+49 |
|\ \ | |||||
| * | | Merge pull request #1032 from barcharcraz/lowerBound | Varriount | 2014-03-27 | 2 | -0/+32 |
| |\| | | | | | | | Added lowerBound function to the stdlib | ||||
| | * | added usage example for lower bound | Charlie Barto | 2014-03-27 | 1 | -0/+5 |
| | | | |||||
| | * | made the default comparator for lowerBound unqualified, so the user can ↵ | Charlie Barto | 2014-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | customize via two phase lookup | ||||
| | * | added lowerBound function to algorithm library | Charlie Barto | 2014-03-23 | 2 | -0/+27 |
| | | | |||||
| * | | Merge pull request #1042 from ithkuil/devel | zah | 2014-03-27 | 2 | -1/+17 |
| |\ \ | | | | | | | | | Calling randomize() again within 1 second will now provide a different seed | ||||
| | * | | Calling randomize() again within 1 second will now provide a different seed | Jason Livesay | 2014-03-26 | 2 | -1/+17 |
| |/ / | |||||
* | | | fixes a typo | Araq | 2014-03-27 | 2 | -5/+5 |
| | | | |||||
* | | | ENDB: got rid of deprecated 'nil' stmt | Araq | 2014-03-27 | 1 | -3/+3 |
| | | | |||||
* | | | made some tests green | Araq | 2014-03-27 | 4 | -19/+5 |
| | | | |||||
* | | | fixes #1009 | Araq | 2014-03-27 | 3 | -2/+45 |
|/ / | |||||
* | | fixes tmemit regression | Araq | 2014-03-26 | 2 | -1/+29 |
| | |