Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Fix infinite loop in findAll | def | 2015-04-09 | 1 | -0/+1 |
| | | |||||
| * | Clean up re module a bit | def | 2015-04-09 | 1 | -45/+45 |
| | | |||||
* | | Adds test case to is isMainModule block | Joseph Turner | 2015-04-08 | 1 | -1/+6 |
| | | | | | | | | Adds the test case that originally caused the bug, issue #2418. | ||||
* | | Fixes matching error #2418 | Joseph Turner | 2015-04-08 | 1 | -5/+8 |
|/ | | | | | | | | Fixes the split iterator, the main problem was with the incrementation of 'last'. Last was first incremented to the index of the first character after the match, but was then incremented again at the beginning of the while loop. This caused a problem if that character after the first match, also matched the regular expression. | ||||
* | Merge pull request #2357 from reactormonk/zero-length-match | Andreas Rumpf | 2015-03-22 | 1 | -15/+21 |
|\ | | | | | re.match returns true on zero-length match #2354 | ||||
| * | re.match returns true on zero-length match #2354 | Simon Hafner | 2015-03-16 | 1 | -15/+21 |
| | | |||||
* | | move database encoding options to setEncoding(), leave open() as it is | KeMeGe | 2015-03-16 | 3 | -13/+31 |
| | | |||||
* | | Add character set options when opening DB connection | KeMeGe | 2015-03-14 | 3 | -6/+12 |
|/ | |||||
* | Removed osinfo_* modules. | Dominik Picheta | 2015-03-12 | 2 | -488/+20 |
| | | | | They will be available under the 'osinfo' Nimble package. | ||||
* | fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used | Araq | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | don't use conio.h on windows (#2137) | Araq | 2015-03-08 | 1 | -11/+55 |
| | |||||
* | Merge pull request #2260 from oderwat/upd-deprecated-repeats | Andreas Rumpf | 2015-03-04 | 1 | -1/+1 |
|\ | | | | | Updates to remove deprecated repeatStr() and repeatChar() from all files. | ||||
| * | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
| | | |||||
* | | Fixed examples in the documentation of module re (proc replace and proc ↵ | Johanna Berewinkel | 2015-03-04 | 1 | -2/+2 |
|/ | | | | replacef) | ||||
* | Merge pull request #2095 from def-/rdstdin-winfix | Andreas Rumpf | 2015-02-12 | 1 | -6/+12 |
|\ | | | | | Fix readPasswordFromStdin for Windows | ||||
| * | Add a new line after readPasswordFromStdin, add result | def | 2015-02-09 | 1 | -5/+11 |
| | | |||||
| * | Fix readPasswordFromStdin for Windows | def | 2015-02-08 | 1 | -1/+1 |
| | | |||||
* | | Corrected warnings about deprecated names | Hans Raaf | 2015-02-11 | 1 | -2/+2 |
|/ | | | | I got warning about deprecated names here. I also know that other names probably need to change (T/P prefixes) but I am unsure about the exact rules. I may do that later if you like. | ||||
* | 'nimsuggest' compiles again | Araq | 2015-02-08 | 1 | -11/+13 |
| | |||||
* | Add readPasswordFromStdin to rdstdin | def | 2015-02-03 | 1 | -4/+38 |
| | |||||
* | slightly better docs for re module | Araq | 2015-02-01 | 1 | -0/+6 |
| | |||||
* | osinfo_win compiles again | Araq | 2015-01-18 | 1 | -4/+3 |
| | |||||
* | fixes #1866 | Araq | 2015-01-10 | 1 | -1/+2 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Added NT 6.2 and NT 6.3 (8/8.1) | astrolantique | 2014-12-30 | 1 | -0/+8 |
| | |||||
* | getSystemVersion updated to include 10.7 to 10.10 | astrolantique | 2014-12-29 | 1 | -1/+9 |
| | |||||
* | fixes #1496 | Araq | 2014-12-18 | 1 | -40/+44 |
| | |||||
* | changed formating | Araq | 2014-12-08 | 1 | -4/+3 |
| | |||||
* | added module fenv's docs | Araq | 2014-11-04 | 1 | -103/+0 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 3 | -9/+133 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 1 | -0/+113 |
| |\ | | | | | | | Add -lm for fesetround and fegetround | ||||
| | * | Move fenv to its own module | def | 2014-08-22 | 1 | -0/+113 |
| | | | |||||
| * | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -1/+2 |
| | | | |||||
| * | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-10-21 | 1 | -0/+2 |
| |\ \ | |||||
| * | | | Tweaks for postgres driver (not tested yet). | Milos Negovanovic | 2014-09-26 | 1 | -2/+8 |
| | | | | |||||
| * | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-19 | 1 | -28/+84 |
| |\ \ \ | | | | | | | | | | | | | | | | Merging mainline devel. | ||||
| * | | | | Preserve nil <-> NULL between Nimrod and database. | Milos Negovanovic | 2014-08-20 | 1 | -5/+18 |
| | | | | | |||||
* | | | | | re module returns nil on failed captures | Flaviu Tamas | 2014-10-29 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - tests included - news.txt updated | ||||
* | | | | | nicer error messages (untested) | Araq | 2014-10-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 1 | -0/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt | ||||
| * | | | | Code more cleaner | Simon Krauter | 2014-10-11 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | Raise exception on adding a non-existent file to a zip archive | Simon Krauter | 2014-10-10 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
* | | | | CS fixes for dialogs on Windows. | Dominik Picheta | 2014-10-05 | 1 | -2/+2 |
| | | | | |||||
* | | | | docgen should work again | Araq | 2014-10-05 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 1 | -29/+83 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | | | Add postgresql prepared queries and stop relying on string formatting | Erwan Ameil | 2014-08-29 | 1 | -28/+84 |
| |/ / | | | | | | | | | | for sql parameter passing | ||||
* | | | cleaned up various modules | Araq | 2014-09-19 | 5 | -39/+40 |
| | | |