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
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
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
Araq
dd806cafa0
distinguish between 'defined' and 'declared'
2014-08-11 20:38:28 +02:00
def
089387c525
Add missing sql proc for db_mysql
2014-07-14 03:49:15 +02:00
Araq
8755792077
mongodb wrapper properly removed from core
2014-03-25 01:25:17 +01:00
Miguel
51d2384e1a
Fix for db_mysql.Open. 'Connection' argument in 'Open' was not used, so MySQL host and port were always default ones. Now 'Connection' is treated as 'host:port'.
2014-02-10 18:41:39 +04:00
Miguel
eb9964fbbb
Merge branch 'devel' of git://github.com/Araq/Nimrod
2014-02-10 01:20:42 +04:00
Andreas Rumpf
afb7bc0e63
Merge pull request #875 from EXetoC/mongo
...
A first attempt at fixing the MongoDB modules.
2014-02-06 02:46:19 +01:00
EXetoC
798295a9b6
A first attempt at fixing the MongoDB modules.
2014-02-02 02:22:42 +01:00
Grzegorz Adam Hankiewicz
d07f86b159
Avoids raising exceptions in tryInsertID.
2014-01-29 23:25:21 +01:00
Miguel
a8b4e3c764
Merge branch 'devel' of git://github.com/Araq/Nimrod
2014-01-26 05:37:18 +04:00
Araq
383fbca27e
better tester
2014-01-17 08:47:51 +01:00
Araq
4045d7829b
fixes db_sqlite
2014-01-13 01:21:46 +01:00
Araq
346443d1b5
case consistency improvements
2014-01-11 21:56:05 +01:00
Araq
4ed8cec7ca
case consistency: niminst
2013-12-29 03:42:20 +01:00
Araq
bf205fa85d
case consistency part 6
2013-12-28 01:17:02 +01:00
Araq
a427648c48
case consistency part 2
2013-12-27 16:35:21 +01:00
Araq
2df9b442c6
case consistency part 1
2013-12-27 15:48:53 +01:00
Miguel
4396270fc7
'Connection' argument in 'Open' was not used, so MySQL host and port were always default ones. Now 'Connection' is treated as 'host:port'.
2013-12-22 20:56:33 +04:00
Hitesh Jasani
20661c9c46
Add docs for connecting to postgres with keyword/value connection
...
strings.
2013-12-04 14:01:25 -05:00
Araq
aefa0da8a6
new VM: implemented constructors and jump optimizer
2013-08-07 01:40:08 +02:00
Dominik Picheta
c5c6ef6e2b
Fixes graphics.drawEllipse.
...
It failed because a Natural cannot be negative but drawEllipse tried to
set negative values to a Natural variable; this variable's type was
changed to an Int.
2013-07-27 11:18:13 +01:00
Grzegorz Adam Hankiewicz
ec6e267351
Warns to not modify string findAll is iterating over.
2013-07-16 02:00:25 +02:00
Araq
b767f34b6b
manyloc test should be green again
2013-06-04 00:58:43 +02:00
Araq
4ee0d8f57d
osinfo_win compiles again
2013-05-20 17:26:01 +02:00
Araq
44c4b945eb
pegs/re =~ warns about scope rule change; improved docs
2013-05-08 15:49:04 +02:00
Araq
eaeb26f003
re.nim compiles again
2013-05-01 00:28:11 +02:00
Dominik Picheta
43499b9f07
Fixed incorrect drawing of rectangles by graphics.drawRect.
2013-04-14 00:56:12 +01:00
Grzegorz Adam Hankiewicz
72a3e21f28
Removes executable bit for text files.
2013-03-16 23:53:07 +01:00
Grzegorz Adam Hankiewicz
d3eaddc961
Transforms httpclient into hyperlink for ease of use.
2012-12-11 22:30:30 +01:00
Araq
012a7b5522
Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules
...
Documents NULL to "" db_* transformation and return values.
2012-11-24 17:54:04 -08:00
Grzegorz Adam Hankiewicz
cdd324d163
Documents NULL to "" db_* transformation and return values.
2012-11-24 20:41:26 +01:00
Araq
14fc0631d7
fixes #250
2012-11-19 00:16:25 +01:00
Araq
3c0a6a8962
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
2012-11-18 01:36:20 +01:00
Araq
f35b51c68f
doc2 support for nimweb; fixed graphics.withEvents
2012-11-01 08:32:30 +01:00