Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deleted graphics module; it's a Nimble package now | Araq | 2015-09-23 | 1 | -577/+0 |
| | |||||
* | Clean up a line ending | JamesP | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | instantRows doco added "the" to improve readability | JamesP | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | fastRows() iterator doco updated (similar to db_mysql) with sqlite specific | JamesP | 2015-09-06 | 1 | -3/+7 |
| | | | | [Edb] error text | ||||
* | Add example (similar to db_mysql) with changes to table definition | JamesP | 2015-09-06 | 1 | -0/+30 |
| | | | | and transaction to match sqlite SQL syntax | ||||
* | Bold emphasis and fix typo. | Dominik Picheta | 2015-09-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into ↵ | Dominik Picheta | 2015-09-05 | 1 | -4/+39 |
|\ | | | | | | | | | | | | | jlp765-db_mysqlExamples Conflicts: lib/impure/db_mysql.nim | ||||
| * | Cleanup of line endings | JamesP | 2015-09-05 | 1 | -34/+34 |
| | | |||||
| * | instantRows doco updated with "the" to improve readability | JamesP | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | fastRows iterator doco updated to clarify what happens | JamesP | 2015-09-05 | 1 | -3/+7 |
| | | | | | | | | when break a fastRows loop | ||||
| * | lib/impure/db_mysql add example code-block | JamesP | 2015-08-29 | 1 | -0/+31 |
| | | |||||
* | | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 6 | -166/+166 |
|/ | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes #3220 lib/impure/db_mysql.nim getValue() | JamesP | 2015-08-28 | 1 | -4/+1 |
| | | | | | mysql connector command out of sync error due to breaking the fastRows iterator loop | ||||
* | fixes Windows version of readPasswordFromStdin (setLen doesn't accept ↵ | Araq | 2015-08-18 | 1 | -1/+1 |
| | | | | negative values anymore) | ||||
* | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 1 | -226/+0 |
| | |||||
* | use linenoise instead of GNU readline | Araq | 2015-06-21 | 1 | -15/+9 |
| | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 1 | -183/+0 |
| | |||||
* | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Fix flaviut/nre#20 | Flaviu Tamas | 2015-06-18 | 1 | -2/+6 |
| | |||||
* | Merge pull request #2818 from flaviut/add-nre | Andreas Rumpf | 2015-06-12 | 4 | -7/+758 |
|\ | | | | | Add nre to stdlib | ||||
| * | Revert "Base re off of nre" | Flaviu Tamas | 2015-06-10 | 1 | -142/+235 |
| | | | | | | | | This reverts commit dc60a51e1545d8c73bc9415d1045864b72cfda0b. | ||||
| * | Fix ambiguous character literal | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | | |||||
| * | Fix potential code bloat | Flaviu Tamas | 2015-06-07 | 1 | -4/+5 |
| | | |||||
| * | Rename RegexException according to NEP1 | Flaviu Tamas | 2015-06-07 | 1 | -5/+5 |
| | | |||||
| * | Edit re and nre doc comments | Flaviu Tamas | 2015-06-07 | 2 | -20/+1 |
| | | |||||
| * | Clean up nre imports | Flaviu Tamas | 2015-06-07 | 1 | -2/+1 |
| | | |||||
| * | Use stdlib's PCRE in nre | Flaviu Tamas | 2015-06-07 | 2 | -443/+1 |
| | | |||||
| * | Deprecate re | Flaviu Tamas | 2015-06-07 | 1 | -2/+2 |
| | | |||||
| * | Adjust re for nre's inclusive bounds | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | | |||||
| * | Base re off of nre | Oleh Prypin | 2015-06-07 | 1 | -238/+142 |
| | | |||||
| * | Ensure no one uses internal module | Flaviu Tamas | 2015-06-07 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nim into add-nre | Flaviu Tamas | 2015-06-07 | 7 | -155/+162 |
| |\ | | | | | | | | | | | | | | | | * 'devel' of https://github.com/Araq/Nim: Fix #964, fix #1384 Don't inspect typedescs | ||||
| * | | Disable static building of PCRE | Flaviu Tamas | 2015-05-26 | 28 | -44889/+10 |
| | | | |||||
| * | | Clarify nre licencing | Flaviu Tamas | 2015-05-26 | 1 | -0/+53 |
| | | | |||||
| * | | Rearrange nre files | Flaviu Tamas | 2015-05-26 | 46 | -579/+3 |
| | | | |||||
| * | | Merge remote 'nre' into add-nre | Flaviu Tamas | 2015-05-26 | 47 | -0/+46616 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nre-proj/master: (132 commits) Change to options module Reweave readme Better handle errors Update documentation Change flags to inline Improve performance Add tests for empty or non-empty match Fix skipping an empty match at the end Add longer flags Fix getinfo overflows Use docweave Convert readme to RST Fix result shadowing warning Throw an exception when replacing with a nil value Fix potential buffer overflow Fix zero-length matches for multibyte characters Make splitting an empty string give 1 empty result Change endpos to inclusive Change endpos default from -1 to int.high Change capture upper bounds to inclusive ... | ||||
* | | | db: InstantRow and instantRows | Adam Strzelecki | 2015-06-09 | 3 | -1/+71 |
| |/ |/| | | | | | | | | | | | | | | | | | | | It is drop-in replacement for Row and fastRows, however instantRows returns a handle, not seq[string], so no Nim string is created until [] operator is called on the given handle. Also there is a len() proc returning number of columns in the handle. In some situations, when we iterate through many rows, but later we just read few columns this solution will be quicker than converting all column to Nim seq[string] on each iteration. | ||||
* | | Fixup: Reverted TZipFileStream name change | Adam Strzelecki | 2015-06-05 | 1 | -1/+1 |
| | | | | | | | | | | This fixes broken b0469c11e334e96cebe53cbe804b6a877831c85a that incompletely reverted TZipFileStream name change. | ||||
* | | Reverted TZipFileStream name change | Perelandric | 2015-06-04 | 1 | -2/+1 |
| | | |||||
* | | lib/impure - Dropped 'T' from types | pdw | 2015-06-04 | 7 | -157/+165 |
|/ | |||||
* | Fix comment in re | Koala Zen | 2015-05-06 | 1 | -2/+2 |
| | |||||
* | Make zipfiles module work again | def | 2015-05-03 | 1 | -36/+50 |
| | | | | Also adds an example usage to the module | ||||
* | Fix Termios wrapper | def | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 3 | -3/+3 |
| | |||||
* | Merge pull request #2506 from BlaXpirit/update-pcre | Andreas Rumpf | 2015-04-21 | 1 | -7/+7 |
|\ | | | | | Update and improve PCRE wrapper | ||||
| * | Fix deprecation warnings in re | Oleh Prypin | 2015-04-10 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #2560 from BlaXpirit/re-nre-hint | Andreas Rumpf | 2015-04-15 | 1 | -2/+5 |
|\ \ | | | | | | | Add a hint about NRE library to 're' module | ||||
| * | | Add a hint about NRE to 're' module | Oleh Prypin | 2015-04-14 | 1 | -2/+5 |
| |/ | |||||
* / | Deprecate constant regular expression strings | Oleh Prypin | 2015-04-14 | 1 | -14/+20 |
|/ | |||||
* | Merge pull request #2502 from def-/pcre | Andreas Rumpf | 2015-04-10 | 1 | -45/+46 |
|\ | | | | | Fix infinite loop in re.findAll |