summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* | | added more column information fieldsAndreas Rumpf2015-12-171-1/+6
* | | big update for the db*.nim modules; uses new db_common.nimAndreas Rumpf2015-12-161-0/+96
* | | Fixing too many open files on quit command with an explicit socket close, an...qio-io2015-12-131-5/+5
* | | Fixed getAddrInfo on androidYuriy Glukhov2015-12-081-1/+2
|/ /
* | Merge pull request #3570 from juanfra684/patch-1Dominik Picheta2015-12-041-1/+3
|\ \
| * | OpenBSD doesn't support AI_V4MAPPEDJuan Francisco Cantero Hurtado2015-11-231-1/+3
* | | Fix typo, minor rephrasing.Federico Ceratto2015-12-031-2/+2
* | | Closes: #3611Federico Ceratto2015-12-021-16/+25
* | | Add comment at end of file on where to find further testsJamesP2015-12-011-0/+3
* | | Removal of tests from times module, that have been moved to ttime.nim test fileJamesP2015-12-011-116/+4
* | | fixes memory leak for getAppFilename on WindowsAraq2015-11-261-1/+1
* | | Merge pull request #3594 from theduke/unicode-validate-overlongAndreas Rumpf2015-11-261-0/+1
|\ \ \
| * | | validateUtf8: catch overlong asciitheduke2015-11-261-0/+1
* | | | fixed float formatting for jsYuriy Glukhov2015-11-261-24/+39
|/ / /
* | | Fix options module to use new import namedef2015-11-231-2/+2
* | | Update comment about `map` being in system moduledef2015-11-231-6/+3
|/ /
* | Fix loop index bug in scan for a[s] in b[s..s+len2-1].Charles Blake2015-11-191-1/+1
* | Prevent Exported C procedure collisionsVarriount2015-11-111-2/+2
* | fixes newly introduced oswalkdir moduleAraq2015-11-101-3/+14
* | added oswalkdir.nim for the JS targetAraq2015-11-101-0/+16
* | os.walkDir is available at compile timeAraq2015-11-101-41/+49
* | added prefix matching to critbits.nimAraq2015-11-101-16/+24
* | Fix osproc.closewt2015-11-101-3/+4
* | Merge pull request #3504 from Matt14916/xmlparser-entitiesDominik Picheta2015-11-081-11/+18
|\ \ | |/ |/|
| * Add a test to xmlparserMatt Sullivan2015-10-311-12/+19
| * Create entity nodes with xmlparserMatt Sullivan2015-10-301-1/+1
* | Merge pull request #3490 from oderwat/osx-libiconvAndreas Rumpf2015-11-011-10/+4
|\ \
| * | Removed libiconv prefix (on OS X) to make encodings compile on OS X.Hans Raaf2015-10-281-10/+4
| |/
* | Use nanoseconds for timeouts less than 1 second on Mac OS X.Dominik Picheta2015-11-011-1/+3
* | Fix poll's timeout for Mac OS X in the seletors module.Dominik Picheta2015-11-011-1/+1
|/
* Merge branch 'devel'Dominik Picheta2015-10-2796-7472/+7571
|\
| * added an assertionAraq2015-10-271-1/+3
| * fixes #3474Araq2015-10-251-1/+1
| * Merge pull request #3442 from Dhertz/develAndreas Rumpf2015-10-231-8/+32
| |\
| | * Add UTF-16 decoding tests to json moduleDaniel Hertz2015-10-131-3/+7
| | * Make sure the json module decodes UTF16 correctlyDaniel Hertz2015-10-131-5/+25
| * | Merge pull request #3454 from jlp765/osprocAndreas Rumpf2015-10-231-0/+14
| |\ \
| | * | add simple example for execProcess, exeCmd, execCmdExJamesP2015-10-161-0/+14
| * | | make terminal.nim work with --app:guiAraq2015-10-191-2/+4
| * | | added poDemon flag for process managementAraq2015-10-191-4/+6
| * | | terminal: Support both styled stdout and stderrAdam Strzelecki2015-10-161-118/+189
| * | | terminal: Remove superflous hStdout = conHandleAdam Strzelecki2015-10-161-17/+13
| |/ /
| * | Merge pull request #3437 from nim-lang/threadpool-isreadyAndreas Rumpf2015-10-151-0/+11
| |\ \
| | * | Implement isReady procedure in threadpool module.Dominik Picheta2015-10-121-0/+11
| * | | add {.pop.} for {.push debugger:off.} to balance push/popJamesP2015-10-141-1/+3
| * | | updated httpclient to use tables.getOrDefaultAraq2015-10-141-7/+7
| | |/ | |/|
| * | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2015-10-132-1/+95
| |\ \
| | * | added all/any/allIt/anyIt with tests and inline documentationrbmz2015-10-131-0/+93
| | |/
| | * Merge pull request #3335 from SSPkrolik/teardown-moveAndreas Rumpf2015-10-121-1/+2
| | |\
| | | * Moved teardown call to try block for namespace access reasonsRostyslav Dzinko2015-09-171-1/+2