Andreas Rumpf
d7c39dd801
Merge pull request #2357 from reactormonk/zero-length-match
...
re.match returns true on zero-length match #2354
2015-03-22 08:58:06 +01:00
Simon Hafner
26749de828
re.match returns true on zero-length match #2354
2015-03-16 15:05:02 -05:00
KeMeGe
171d51a08c
move database encoding options to setEncoding(), leave open() as it is
2015-03-16 13:53:38 +08:00
KeMeGe
ca8102b96d
Add character set options when opening DB connection
2015-03-14 15:21:38 +08:00
Dominik Picheta
d6c957e9b4
Removed osinfo_* modules.
...
They will be available under the 'osinfo' Nimble package.
2015-03-12 23:40:58 +00:00
Araq
1efb5174f2
fixes #2220 ; #2219 ; breaks #2022 ; for #2022 callsite needs to be used
2015-03-10 12:32:46 +01:00
Araq
419199bf9a
don't use conio.h on windows ( #2137 )
2015-03-08 14:45:06 +01:00
Andreas Rumpf
1ca2db0273
Merge pull request #2260 from oderwat/upd-deprecated-repeats
...
Updates to remove deprecated repeatStr() and repeatChar() from all files.
2015-03-04 16:42:13 +01:00
Johanna Berewinkel
12e4a62b44
Fixed examples in the documentation of module re (proc replace and proc replacef)
2015-03-04 09:05:30 +01:00
Hans Raaf
58186f6c1d
Replaced deprecated repeatChar() with repeat() or spaces().
2015-03-04 03:30:43 +01:00
Andreas Rumpf
1d65cd277e
Merge pull request #2095 from def-/rdstdin-winfix
...
Fix readPasswordFromStdin for Windows
2015-02-12 16:15:50 +01:00
Hans Raaf
ceffdebebb
Corrected warnings about deprecated names
...
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.
2015-02-11 21:38:55 +01:00
def
d6d152e451
Add a new line after readPasswordFromStdin, add result
2015-02-09 08:06:56 +01:00
def
18fb3a391c
Fix readPasswordFromStdin for Windows
2015-02-08 22:53:49 +01:00
Araq
008b0f19bb
'nimsuggest' compiles again
2015-02-08 15:47:55 +01:00
def
dcd23ae1f1
Add readPasswordFromStdin to rdstdin
2015-02-03 17:51:15 +01:00
Araq
a6082b2a20
slightly better docs for re module
2015-02-01 11:58:40 +01:00
Araq
bb3dae3a91
osinfo_win compiles again
2015-01-18 16:04:02 +01:00
Araq
a41b62da97
fixes #1866
2015-01-10 23:52:29 +01:00
Guillaume Gelin
3119fe087d
Happy new year!
2015-01-06 15:26:33 +01:00
astrolantique
c77176e0c7
Added NT 6.2 and NT 6.3 (8/8.1)
2014-12-30 00:24:32 -06:00
astrolantique
32af9f878b
getSystemVersion updated to include 10.7 to 10.10
2014-12-29 19:44:44 -06:00
Araq
280fa9624c
fixes #1496
2014-12-18 14:54:26 +01:00
Araq
994f7c1f0b
changed formating
2014-12-08 19:49:20 +01:00
Araq
0a2296b123
added module fenv's docs
2014-11-04 07:47:31 +01:00
Araq
adad2d5f4a
Merge branch 'devel' into bigbreak
...
Conflicts:
lib/impure/db_postgres.nim
lib/pure/json.nim
lib/pure/math.nim
lib/system/atomics.nim
2014-11-03 11:42:36 +01:00
Andreas Rumpf
a0ecfd19be
Merge pull request #1448 from def-/posix-math
...
Add -lm for fesetround and fegetround
2014-11-03 01:58:50 +01:00
Flaviu Tamas
218cb7587a
re module returns nil on failed captures
...
- tests included
- news.txt updated
2014-10-29 17:54:43 -04:00
Araq
7a48942719
nicer error messages (untested)
2014-10-26 19:54:43 +01:00
Milos Negovanovic
2a203e5340
Add comment.
2014-10-21 15:56:00 +01:00
Milos Negovanovic
11a2cfb306
Add comment.
2014-10-21 15:55:02 +01:00
Milos Negovanovic
f5cd0a63ad
Merge branch 'devel' of github.com:Araq/Nimrod into devel
2014-10-21 15:29:25 +01:00
Araq
c7570dcd3e
Merge branch 'devel' into bigbreak
...
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
2014-10-13 08:26:24 +02:00
Simon Krauter
d526e051c5
Code more cleaner
2014-10-11 00:20:49 +02:00
Simon Krauter
fa3545c092
Raise exception on adding a non-existent file to a zip archive
2014-10-10 23:24:28 +02:00
Dominik Picheta
16e0cda136
CS fixes for dialogs on Windows.
2014-10-05 20:22:07 +01:00
Araq
a9a5766c66
docgen should work again
2014-10-05 03:06:19 +02:00
Araq
fc47c0edc7
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
...
Conflicts:
lib/impure/db_postgres.nim
lib/pure/os.nim
lib/wrappers/postgres.nim
2014-10-04 19:40:23 +02:00
Milos Negovanovic
f59ac26b85
Tweaks for postgres driver (not tested yet).
2014-09-26 11:23:13 +01:00
Milos Negovanovic
8b4d4be9ab
Merge branch 'devel' of github.com:Araq/Nimrod into devel
...
Merging mainline devel.
2014-09-19 13:03:07 +01:00
Araq
d4bc11b654
cleaned up various modules
2014-09-19 00:54:01 +02:00
Araq
4367fb26ad
updated graphics.nim
2014-09-18 23:35:08 +02:00
Araq
17ce01c3e1
some progress on documentation building
2014-09-17 10:04:36 +02:00
Dominik Picheta
0047172274
More docgen fixes.
2014-09-13 16:45:07 +01:00
Araq
3ba34f1762
prettified re.nim; make some tests green
2014-08-31 13:46:27 +02:00
Erwan Ameil
08f1c6100b
Add postgresql prepared queries and stop relying on string formatting
...
for sql parameter passing
2014-08-29 11:29:19 +02:00
Araq
be813d205f
updated db_sqlite.nim
2014-08-29 00:16:12 +02:00
Araq
4523b29d7a
Nimrod renamed to Nim
2014-08-28 09:59:26 +02:00
Araq
d05df2173b
Nimrod renamed to Nim
2014-08-28 09:50:51 +02:00
def
a019825d8f
Move fenv to its own module
2014-08-22 13:12:49 +02:00