summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Adds randomize(seed) for repeatable pseudo random numbers.Grzegorz Adam Hankiewicz2013-01-231-4/+27
| | | | Also fixes srand48() type to clong.
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-211-0/+16
|\
| * Reverted my 'do notation' fixes.Dominik Picheta2013-01-202-10/+13
| |
| * Fixed a bug with the 'do notation' consuming statements after it.Dominik Picheta2013-01-202-12/+25
| |
* | rst parser: show the beginning of the quote in the error messageAraq2013-01-211-1/+8
| |
* | fixes sequtils.filterItAraq2013-01-191-5/+4
|/
* small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-195-42/+82
|
* fixed merge conflictAraq2013-01-168-564/+565
|\
| * support for LuaJITAraq2013-01-151-13/+26
| |
| * fixes a performance regression for json handlingAraq2013-01-151-1/+8
| |
| * 'sort' for ordered tablesAraq2013-01-122-1/+86
| |
| * old version of ropes.nim to prevent merge conflictsAraq2013-01-121-524/+254
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-112-13/+157
| |\
| | * Merge pull request #300 from gradha/pr_improves_sequtils_docsAraq2013-01-102-13/+157
| | |\ | | | | | | | | Improves sequtils' docs
| | | * Adds note about distnct being misspelled on purpose.Grzegorz Adam Hankiewicz2013-01-091-1/+5
| | | |
| | | * Adds documentation examples to sequtils.Grzegorz Adam Hankiewicz2013-01-091-8/+145
| | | |
| | | * Adds each's map alias to index.Grzegorz Adam Hankiewicz2013-01-091-3/+3
| | | |
| | | * Hyperlinks each proc and explains it is like map.Grzegorz Adam Hankiewicz2013-01-091-2/+5
| | | |
| * | | 'importcpp' for the JS target to generate an infix callAraq2013-01-112-11/+35
| |/ /
* | | todo.txt changesAraq2013-01-161-5/+10
| | |
* | | implemented generic multi methodsAraq2013-01-169-31/+81
| | |
* | | optimized ropes work now but no speedupAraq2013-01-091-4/+6
|/ /
* / allow 'cast' for the JS targetAraq2013-01-092-1/+2
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-083-39/+44
|\
| * Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-082-6/+11
| |\ | | | | | | Moves toSeq template to public sequtils module.
| | * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-032-6/+11
| | |
| * | Merge pull request #294 from gradha/pr_fixes_pdf_generationAraq2013-01-081-33/+33
| |\ \ | | | | | | | | Fixes tutorial pdf generation due to hierarchy depth.
| | * | Fixes tutorial pdf generation due to hierarchy depth.Grzegorz Adam Hankiewicz2013-01-031-33/+33
| | | | | | | | | | | | | | | | The hierarchy is now an ascii reprsentation.
* | | | make some tests greenAraq2013-01-081-1/+3
|/ / /
* | | fixes #293Araq2013-01-0810-22/+38
| | |
* | | fixes #299Araq2013-01-082-2/+15
| | |
* | | fixes #270Araq2013-01-082-1/+29
| | |
* | | implements #295Araq2013-01-086-12/+37
| | |
* | | fixes #292Araq2013-01-082-3/+23
| | |
* | | Copyright 2012 -> 2013Araq2013-01-088-10/+10
| | |
* | | FFI at compiletime improvementsAraq2013-01-085-136/+170
|/ /
* | next steps for FFI at compile timeAraq2013-01-026-189/+222
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-311-0/+79
|\ \
| * \ Merge pull request #290 from ↵Araq2012-12-281-0/+79
| |\ \ | | | | | | | | | | | | | | | | gradha/pr_documents_repr_proc_and_nested_arrays_syntax Documents repr proc and nested array syntax.
| | * | Documents repr proc and nested array syntax.Grzegorz Adam Hankiewicz2012-12-251-0/+79
| | | |
* | | | fixed a newly introduced c2nim bug; many untested improvements to the FFI at ↵Araq2012-12-316-47/+225
|/ / / | | | | | | | | | compile time
* | | better errors for FFIAraq2012-12-271-9/+13
| | |
* | | implemented --listFullPaths option for aporiaAraq2012-12-274-3/+16
| | |
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-267-177/+263
|\ \ \
| * | | Added set_markup to gtk2 wrapper.Dominik Picheta2012-12-251-0/+2
| |/ /
| * | Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
| | |
| * | Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-235-83/+161
| | | | | | | | | | | | exception when an error occurs. Added sockets.SocketError.
| * | Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| | | | | | | | | | | | httpclient. Fixes #272.
| * | recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
| | | | | | | | | | | | Added higher level recv functions.
* | | small improvements for FFIAraq2012-12-263-23/+65
|/ /