summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)wt2017-09-211-2/+2
* | | Sets enhancements, fixes #2467 (#6158)GULPF2017-09-201-4/+94
* | | Reorder json `add` and `%`, fixes #6385 (#6388)Mamy Ratsimbazafy2017-09-161-10/+10
* | | prepared stdlb for new integer arithmetic rulesAndreas Rumpf2017-09-162-8/+8
* | | in prepration for the upcoming different integer inference rulesAndreas Rumpf2017-09-161-1/+1
* | | Update memfiles.nim (#6328)Denis Rumyantsev2017-09-151-1/+1
* | | Changed JSON stringification to preserve UTF (#6330)Yuriy Glukhov2017-09-151-18/+11
* | | Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-153-37/+93
* | | Fix wrong result of countLines() (#6371)Simon Krauter2017-09-151-1/+2
* | | Handle failed uri parsing in asynchttpserver (#6374)superfunc2017-09-151-1/+6
* | | Fixed closure compiler incompatibility (#6365)Yuriy Glukhov2017-09-111-1/+1
* | | Support `in` operator on StringTableRefLynn C. Rees2017-09-081-0/+4
* | | Improve TimeInterval docs #6135 (#6341)Federico Ceratto2017-09-071-8/+20
* | | Update doc for json.to() with limitation (#6334)superfunc2017-09-061-0/+1
* | | Fixed handling of surrogate pairs (#6332)Yuriy Glukhov2017-09-051-2/+1
* | | fixes #6327Andreas Rumpf2017-09-051-1/+2
* | | parsesql: better 'len' operation; added '[]' accessAndreas Rumpf2017-09-051-2/+7
* | | Improve docs around subtracting times (#6152)Federico Ceratto2017-09-031-0/+12
* | | Fix #4366 (#6290)Daniil Yarancev2017-09-021-1/+1
* | | os.nim: revert findExe 'improvement' that breaks our buildsAndreas Rumpf2017-09-011-6/+1
* | | os.findExe: do not return binaries in the cwdAraq2017-09-011-1/+6
* | | fixes #1734, fixes #3138, fixes #3759araq2017-09-011-14/+17
* | | another attempt to make travis and appveyor green againAndreas Rumpf2017-09-011-3/+3
* | | parsesql can parse more SQLAraq2017-09-011-25/+54
* | | fix os.nim for WindowsAndreas Rumpf2017-09-011-0/+3
* | | refactor os.nim and ospaths.nimAndreas Rumpf2017-09-014-872/+877
* | | os.nim: do not include and import ospathsAndreas Rumpf2017-09-011-9/+1
* | | tables.nim: use proper spacingAndreas Rumpf2017-08-311-5/+5
* | | make ospaths compile for Android again, simplify its implementation, added a ...Andreas Rumpf2017-08-301-15/+7
* | | allow non-admins to create symlinks on windows (#6287)Charlie Barto2017-08-291-1/+3
* | | Fixes #6284.Dominik Picheta2017-08-281-0/+2
* | | remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-283-5/+3
* | | fixes #6250 (#6251)David Krause2017-08-171-1/+15
* | | Implement ability to run a single test using unittest module.Dominik Picheta2017-08-121-17/+38
* | | Fixes #6110Daniil Yarancev2017-08-121-1/+1
* | | fixed createDir undeclared error on Android (#6194)Fredrik Høisæther Rasch2017-08-081-3/+5
* | | Added Multi-Replacement proc for strings (#6193)Fredrik Høisæther Rasch2017-08-071-0/+35
* | | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-063-4/+20
* | | Merge pull request #6168 from konqoro/patch-10Dominik Picheta2017-08-011-1/+24
|\ \ \
| * | | Docs: add one more example in strscans modulekonqoro2017-08-011-1/+24
* | | | Fixed randomize for 32bit target (#6167)Yuriy Glukhov2017-08-011-2/+2
|/ / /
* | | Add TimeInterval reversing docstringFederico Ceratto2017-07-291-0/+5
* | | Merge pull request #6143 from xxlabaza/correct_no_content_length_responseDominik Picheta2017-07-281-2/+2
|\ \ \
| * | | Add more suitable error code and reason phrase for required Content-Length re...Artem Labazin2017-07-261-2/+2
* | | | avoid deprecated procsAndreas Rumpf2017-07-261-1/+1
* | | | workaround so doc2 asynchttpserver works againAndreas Rumpf2017-07-261-3/+3
|/ / /
* | | optimized intsets to not allocate for the common casesAndreas Rumpf2017-07-251-59/+120
* | | Remove expr/stmt (#5857)Arne Döring2017-07-2518-53/+49
|/ /
* | Added newAsyncFile proc (#6129)Yuriy Glukhov2017-07-211-8/+13
* | make asyncfutures.complete compileErik Johansson Andersson2017-07-181-2/+1