summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed osproc.execCmdEx; tester should now succeed.Dominik Picheta2013-01-281-16/+15
|
* Fixes #317Dominik Picheta2013-01-271-12/+29
|
* fixes nimrtl compilationZahary Karadjov2013-01-283-4/+4
|
* the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-1/+1
|
* merged upstream masterZahary Karadjov2013-01-2735-660/+1437
|\
| * bugfix: typeinfo.extendSeqAraq2013-01-274-23/+37
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-275-12/+127
| |\
| | * Added gtk_window_is_active to gtk wrapper.Dominik Picheta2013-01-261-0/+4
| | |
| | * Added strutils.unescape and fixed issue with strutils.escape.Dominik Picheta2013-01-251-1/+39
| | |
| | * Added some tooltip functions to the gtk wrapper.Dominik Picheta2013-01-251-0/+13
| | |
| | * Merge pull request #306 from gradha/pr_adds_randomize_with_specific_seedAraq2013-01-231-4/+27
| | |\ | | | | | | | | Adds randomize(seed) for repeatable pseudo random numbers.
| | | * Adds randomize(seed) for repeatable pseudo random numbers.Grzegorz Adam Hankiewicz2013-01-231-4/+27
| | | | | | | | | | | | | | | | Also fixes srand48() type to clong.
| | * | Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-232-6/+42
| | |\ \ | | | | | | | | | | Renames each proc to map, each is left deprecated.
| | | * | Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-222-6/+42
| | | |/
| | * | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usageAraq2013-01-231-1/+2
| | |\ \ | | | | | | | | | | Adds example of addr/cast usage and indexes addr.
| | | * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-231-1/+2
| | | |/
| * | | incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| | | |
| * | | incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| |/ /
| * | bugfix: ftpclient compiles againAraq2013-01-221-1/+1
| | |
| * | Added a timeout parameter to irc.reconnect.Dominik Picheta2013-01-211-3/+18
| | |
| * | Fixed os.sleep not sleeping for long enough with values below 1000ms.Dominik Picheta2013-01-211-1/+1
| |/
| * fixes sequtils.filterItAraq2013-01-191-5/+4
| |
| * small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-1/+1
| |
| * support for LuaJITAraq2013-01-151-13/+26
| |
| * fixes a performance regression for json handlingAraq2013-01-151-1/+8
| |
| * 'sort' for ordered tablesAraq2013-01-121-1/+47
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-112-13/+157
| |\
| | * 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-111-1/+1
| |/
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-081-0/+6
| |\
| | * Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-081-0/+6
| | |\ | | | | | | | | Moves toSeq template to public sequtils module.
| | | * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-0/+6
| | | |
| * | | make some tests greenAraq2013-01-081-1/+3
| |/ /
| * | fixes #293Araq2013-01-083-6/+6
| | |
| * | Copyright 2012 -> 2013Araq2013-01-081-1/+1
| | |
| * | FFI at compiletime improvementsAraq2013-01-081-105/+107
| | |
| * | next steps for FFI at compile timeAraq2013-01-022-167/+177
| | |
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-266-170/+255
| |\ \
| | * | 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-234-76/+153
| | | | | | | | | | | | | | | | 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-262-5/+17
| |/ /
| * | bugfix: openssl import for macosxAraq2012-12-191-5/+5
| | |
| * | Merge pull request #276 from gradha/pr_adds_macosx_libiconv_nameAraq2012-12-181-4/+11
| |\ \ | | | | | | | | Adds macosx dynamic library name for libiconv.
| | * | Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
| | |/ | | | | | | | | | Also adds some verbosity to the implicit test.