summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Collapse)AuthorAgeFilesLines
* 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 re.findAll
| * Fix infinite loop in findAlldef2015-04-091-0/+1
| |
| * Clean up re module a bitdef2015-04-091-45/+45
| |
* | Adds test case to is isMainModule blockJoseph Turner2015-04-081-1/+6
| | | | | | | | Adds the test case that originally caused the bug, issue #2418.
* | Fixes matching error #2418Joseph Turner2015-04-081-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-matchAndreas Rumpf2015-03-221-15/+21
|\ | | | | re.match returns true on zero-length match #2354
| * re.match returns true on zero-length match #2354Simon Hafner2015-03-161-15/+21
| |
* | move database encoding options to setEncoding(), leave open() as it isKeMeGe2015-03-163-13/+31
| |
* | Add character set options when opening DB connectionKeMeGe2015-03-143-6/+12
|/
* Removed osinfo_* modules.Dominik Picheta2015-03-122-488/+20
| | | | They will be available under the 'osinfo' Nimble package.
* fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be usedAraq2015-03-101-1/+1
|
* don't use conio.h on windows (#2137)Araq2015-03-081-11/+55
|
* Merge pull request #2260 from oderwat/upd-deprecated-repeatsAndreas Rumpf2015-03-041-1/+1
|\ | | | | Updates to remove deprecated repeatStr() and repeatChar() from all files.
| * Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
| |
* | Fixed examples in the documentation of module re (proc replace and proc ↵Johanna Berewinkel2015-03-041-2/+2
|/ | | | replacef)
* Merge pull request #2095 from def-/rdstdin-winfixAndreas Rumpf2015-02-121-6/+12
|\ | | | | Fix readPasswordFromStdin for Windows
| * Add a new line after readPasswordFromStdin, add resultdef2015-02-091-5/+11
| |
| * Fix readPasswordFromStdin for Windowsdef2015-02-081-1/+1
| |
* | Corrected warnings about deprecated namesHans Raaf2015-02-111-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 againAraq2015-02-081-11/+13
|
* Add readPasswordFromStdin to rdstdindef2015-02-031-4/+38
|
* slightly better docs for re moduleAraq2015-02-011-0/+6
|
* osinfo_win compiles againAraq2015-01-181-4/+3
|
* fixes #1866Araq2015-01-101-1/+2
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* Added NT 6.2 and NT 6.3 (8/8.1)astrolantique2014-12-301-0/+8
|
* getSystemVersion updated to include 10.7 to 10.10astrolantique2014-12-291-1/+9
|
* fixes #1496Araq2014-12-181-40/+44
|
* changed formatingAraq2014-12-081-4/+3
|
* added module fenv's docsAraq2014-11-041-103/+0
|
* Merge branch 'devel' into bigbreakAraq2014-11-033-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-mathAndreas Rumpf2014-11-031-0/+113
| |\ | | | | | | Add -lm for fesetround and fegetround
| | * Move fenv to its own moduledef2014-08-221-0/+113
| | |
| * | Add comment.Milos Negovanovic2014-10-211-1/+2
| | |
| * | Add comment.Milos Negovanovic2014-10-211-0/+1
| | |
| * | Merge branch 'devel' of github.com:Araq/Nimrod into develMilos Negovanovic2014-10-211-0/+2
| |\ \
| * | | Tweaks for postgres driver (not tested yet).Milos Negovanovic2014-09-261-2/+8
| | | |
| * | | Merge branch 'devel' of github.com:Araq/Nimrod into develMilos Negovanovic2014-09-191-28/+84
| |\ \ \ | | | | | | | | | | | | | | | Merging mainline devel.
| * | | | Preserve nil <-> NULL between Nimrod and database.Milos Negovanovic2014-08-201-5/+18
| | | | |
* | | | | re module returns nil on failed capturesFlaviu Tamas2014-10-291-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | - tests included - news.txt updated
* | | | | nicer error messages (untested)Araq2014-10-261-1/+1
| | | | |
* | | | | Merge branch 'devel' into bigbreakAraq2014-10-131-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 cleanerSimon Krauter2014-10-111-4/+1
| | | | |
| * | | | Raise exception on adding a non-existent file to a zip archiveSimon Krauter2014-10-101-0/+5
| | |/ / | |/| |
* | | | CS fixes for dialogs on Windows.Dominik Picheta2014-10-051-2/+2
| | | |
* | | | docgen should work againAraq2014-10-051-6/+6
| | | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-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 formattingErwan Ameil2014-08-291-28/+84
| |/ / | | | | | | | | | for sql parameter passing
* | | cleaned up various modulesAraq2014-09-195-39/+40
| | |