summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Expand)AuthorAgeFilesLines
* Clean up a line endingJamesP2015-09-061-1/+1
* instantRows doco added "the" to improve readabilityJamesP2015-09-061-1/+1
* fastRows() iterator doco updated (similar to db_mysql) with sqlite specificJamesP2015-09-061-3/+7
* Add example (similar to db_mysql) with changes to table definitionJamesP2015-09-061-0/+30
* Bold emphasis and fix typo.Dominik Picheta2015-09-051-2/+2
* Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into jlp765-...Dominik Picheta2015-09-051-4/+39
|\
| * Cleanup of line endingsJamesP2015-09-051-34/+34
| * instantRows doco updated with "the" to improve readabilityJamesP2015-09-051-1/+1
| * fastRows iterator doco updated to clarify what happensJamesP2015-09-051-3/+7
| * lib/impure/db_mysql add example code-blockJamesP2015-08-291-0/+31
* | lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-046-166/+166
|/
* fixes #3220 lib/impure/db_mysql.nim getValue()JamesP2015-08-281-4/+1
* fixes Windows version of readPasswordFromStdin (setLen doesn't accept negativ...Araq2015-08-181-1/+1
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-226/+0
* use linenoise instead of GNU readlineAraq2015-06-211-15/+9
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-183/+0
* renamed writeln to writeLine in libpatrick dw2015-06-191-1/+1
* Fix flaviut/nre#20Flaviu Tamas2015-06-181-2/+6
* Merge pull request #2818 from flaviut/add-nreAndreas Rumpf2015-06-124-7/+758
|\
| * Revert "Base re off of nre"Flaviu Tamas2015-06-101-142/+235
| * Fix ambiguous character literalFlaviu Tamas2015-06-071-1/+1
| * Fix potential code bloatFlaviu Tamas2015-06-071-4/+5
| * Rename RegexException according to NEP1Flaviu Tamas2015-06-071-5/+5
| * Edit re and nre doc commentsFlaviu Tamas2015-06-072-20/+1
| * Clean up nre importsFlaviu Tamas2015-06-071-2/+1
| * Use stdlib's PCRE in nreFlaviu Tamas2015-06-072-443/+1
| * Deprecate reFlaviu Tamas2015-06-071-2/+2
| * Adjust re for nre's inclusive boundsFlaviu Tamas2015-06-071-1/+1
| * Base re off of nreOleh Prypin2015-06-071-238/+142
| * Ensure no one uses internal moduleFlaviu Tamas2015-06-071-0/+1
| * Merge branch 'devel' of https://github.com/Araq/Nim into add-nreFlaviu Tamas2015-06-077-155/+162
| |\
| * | Disable static building of PCREFlaviu Tamas2015-05-2628-44889/+10
| * | Clarify nre licencingFlaviu Tamas2015-05-261-0/+53
| * | Rearrange nre filesFlaviu Tamas2015-05-2646-579/+3
| * | Merge remote 'nre' into add-nreFlaviu Tamas2015-05-2647-0/+46616
* | | db: InstantRow and instantRowsAdam Strzelecki2015-06-093-1/+71
| |/ |/|
* | Fixup: Reverted TZipFileStream name changeAdam Strzelecki2015-06-051-1/+1
* | Reverted TZipFileStream name changePerelandric2015-06-041-2/+1
* | lib/impure - Dropped 'T' from typespdw2015-06-047-157/+165
|/
* Fix comment in reKoala Zen2015-05-061-2/+2
* Make zipfiles module work againdef2015-05-031-36/+50
* Fix Termios wrapperdef2015-04-241-1/+1
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-213-3/+3
* Merge pull request #2506 from BlaXpirit/update-pcreAndreas Rumpf2015-04-211-7/+7
|\
| * Fix deprecation warnings in reOleh Prypin2015-04-101-7/+7
* | Merge pull request #2560 from BlaXpirit/re-nre-hintAndreas Rumpf2015-04-151-2/+5
|\ \
| * | Add a hint about NRE to 're' moduleOleh Prypin2015-04-141-2/+5
| |/
* / Deprecate constant regular expression stringsOleh Prypin2015-04-141-14/+20
|/
* Merge pull request #2502 from def-/pcreAndreas Rumpf2015-04-101-45/+46
|\
| * Fix infinite loop in findAlldef2015-04-091-0/+1