summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2059 from def-/getchVarriount2015-02-091-0/+28
|\
| * Document terminal.getchdef2015-02-041-0/+2
| * Add terminal.getch to get a single characterdef2015-02-031-0/+26
* | Merge pull request #1869 from def-/json-stuffAndreas Rumpf2015-02-071-2/+75
|\ \
| * | Fix documentation and toJson signaturedef2015-02-041-2/+2
| * | Remove debugging echos againdef2015-01-051-2/+0
| * | Add operator `%*` to JSONdef2015-01-051-1/+76
| * | indent = 0 looks better for `$`(node: JsonNode)def2015-01-051-1/+1
* | | Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-073-0/+0
|\ \ \
| * | | Rename *.nimrod.cfg to *.nim.cfgdef2015-02-033-0/+0
| | |/ | |/|
* | | configuration system supports %= to access environment variablesAraq2015-02-071-1/+1
* | | compiler distinguishes between 2 different 'var' types for C++ interop; code ...Araq2015-02-071-1/+1
* | | lots of C++ codegen improvementsAraq2015-02-071-2/+6
* | | newRollingFileLogger - fmtStr is always set to defaultFmtStrFabio Cevasco2015-02-061-1/+1
* | | Try to fix unittest for JS backend, still not workingdef2015-02-041-2/+1
* | | Merge pull request #2049 from def-/permutationsAndreas Rumpf2015-02-041-0/+59
|\ \ \
| * | | Add nextPermutation and prevPermutationdef2015-02-011-0/+59
| |/ /
* | | Merge pull request #2027 from dumndummer/patch-1Andreas Rumpf2015-02-041-4/+4
|\ \ \ | |/ / |/| |
| * | Changed name 'pred' to 'op' in mapIt templatedumndummer2015-02-021-2/+2
| * | Update sequtils.nimdumndummer2015-01-281-2/+2
* | | Fix SinglyLinkedRing in lists moduledef2015-02-011-4/+22
* | | Merge pull request #2010 from modk/freebsd-parallel-buildAndreas Rumpf2015-02-011-1/+8
|\ \ \
| * | | FreeBSD-specific codemodk2015-01-291-4/+8
| * | | Set status to something else than 0modk2015-01-271-1/+1
| * | | Merge with current develmodk2015-01-261-9/+27
| |\ \ \
| * | | | Fixes parallel build on FreeBSDmodk2015-01-261-1/+4
* | | | | Merge pull request #2020 from def-/mitemsreactormonk2015-02-015-1/+50
|\ \ \ \ \
| * | | | | Typodef2015-01-281-1/+1
| * | | | | Add mitems and mpairs where it makes sensedef2015-01-284-0/+49
* | | | | | fixes #2041Araq2015-01-312-8/+10
* | | | | | nimsuggest improvementsAraq2015-01-301-1/+1
| |_|_|/ / |/| | | |
* | | | | Move lib/pure/nodejs to compiler/nodejs. Ref #2017.Dominik Picheta2015-01-281-6/+0
* | | | | Merge pull request #2017 from reactormonk/nodejs-binaryAndreas Rumpf2015-01-281-0/+6
|\ \ \ \ \
| * | | | | added suggested fixesSimon Hafner2015-01-271-0/+6
* | | | | | documented new C++ supportAraq2015-01-285-10/+11
| |/ / / / |/| | | |
* | | | | Update sets.nimdumndummer2015-01-271-1/+1
* | | | | nimsuggest: first versionAraq2015-01-271-1/+1
* | | | | bugfix: don't overwrite the number value in case of a parsing errorAraq2015-01-271-2/+3
| |_|/ / |/| | |
* | | | Logging module is now thread-safe.Dominik Picheta2015-01-251-9/+27
| |/ / |/| |
* | | Merge pull request #2009 from gmpreussner/develDominik Picheta2015-01-251-27/+33
|\ \ \ | |/ / |/| |
| * | Added complex conjugategmpreussner2015-01-241-27/+33
* | | Merge pull request #1998 from Varriount/fix-1962Dominik Picheta2015-01-241-14/+35
|\ \ \
| * | | Added documentation for the new http request procedures.Varriount2015-01-231-1/+13
| * | | Fixes #1962Varriount2015-01-221-24/+33
* | | | Fix #1906Varriount2015-01-221-3/+5
|/ / /
* / / Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.Elie Zedeck2015-01-211-1/+1
|/ /
* | Merge pull request #1842 from def-/unicode-reversedVarriount2015-01-171-0/+50
|\ \
| * | Optimize unicode.reverseddef2015-01-151-19/+31
| * | Add reversed proc to unicode moduledef2015-01-021-0/+38
* | | Merge pull request #1967 from def-/more-renamesVarriount2015-01-162-2/+2
|\ \ \