Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | updated graphics.nim | Araq | 2014-09-18 | 1 | -119/+119 |
| | | |||||
* | | some progress on documentation building | Araq | 2014-09-17 | 1 | -16/+16 |
| | | |||||
* | | More docgen fixes. | Dominik Picheta | 2014-09-13 | 3 | -117/+54 |
| | | |||||
* | | prettified re.nim; make some tests green | Araq | 2014-08-31 | 1 | -56/+59 |
| | | |||||
* | | updated db_sqlite.nim | Araq | 2014-08-29 | 1 | -20/+20 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 4 | -11/+11 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 10 | -14/+14 |
|/ | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Add missing sql proc for db_mysql | def | 2014-07-14 | 1 | -0/+9 |
| | |||||
* | mongodb wrapper properly removed from core | Araq | 2014-03-25 | 1 | -227/+0 |
| | |||||
* | Fix for db_mysql.Open. 'Connection' argument in 'Open' was not used, so ↵ | Miguel | 2014-02-10 | 1 | -8/+8 |
| | | | | MySQL host and port were always default ones. Now 'Connection' is treated as 'host:port'. | ||||
* | Merge branch 'devel' of git://github.com/Araq/Nimrod | Miguel | 2014-02-10 | 2 | -4/+6 |
|\ | |||||
| * | Merge pull request #875 from EXetoC/mongo | Andreas Rumpf | 2014-02-06 | 1 | -2/+2 |
| |\ | | | | | | | A first attempt at fixing the MongoDB modules. | ||||
| | * | A first attempt at fixing the MongoDB modules. | EXetoC | 2014-02-02 | 1 | -2/+2 |
| | | | |||||
| * | | Avoids raising exceptions in tryInsertID. | Grzegorz Adam Hankiewicz | 2014-01-29 | 1 | -2/+4 |
| |/ | |||||
* | | Merge branch 'devel' of git://github.com/Araq/Nimrod | Miguel | 2014-01-26 | 10 | -114/+114 |
|\| | |||||
| * | better tester | Araq | 2014-01-17 | 1 | -1/+1 |
| | | |||||
| * | fixes db_sqlite | Araq | 2014-01-13 | 1 | -20/+20 |
| | | |||||
| * | case consistency improvements | Araq | 2014-01-11 | 6 | -50/+50 |
| | | |||||
| * | case consistency: niminst | Araq | 2013-12-29 | 1 | -2/+2 |
| | | |||||
| * | case consistency part 6 | Araq | 2013-12-28 | 1 | -33/+33 |
| | | |||||
| * | case consistency part 2 | Araq | 2013-12-27 | 1 | -4/+4 |
| | | |||||
| * | case consistency part 1 | Araq | 2013-12-27 | 1 | -4/+4 |
| | | |||||
* | | 'Connection' argument in 'Open' was not used, so MySQL host and port were ↵ | Miguel | 2013-12-22 | 1 | -3/+9 |
|/ | | | | always default ones. Now 'Connection' is treated as 'host:port'. | ||||
* | Add docs for connecting to postgres with keyword/value connection | Hitesh Jasani | 2013-12-04 | 1 | -0/+15 |
| | | | | strings. | ||||
* | new VM: implemented constructors and jump optimizer | Araq | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | Fixes graphics.drawEllipse. | Dominik Picheta | 2013-07-27 | 1 | -1/+4 |
| | | | | | | 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. | ||||
* | Warns to not modify string findAll is iterating over. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -1/+4 |
| | |||||
* | manyloc test should be green again | Araq | 2013-06-04 | 1 | -1/+0 |
| | |||||
* | osinfo_win compiles again | Araq | 2013-05-20 | 1 | -2/+1 |
| | |||||
* | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 1 | -0/+1 |
| | |||||
* | re.nim compiles again | Araq | 2013-05-01 | 1 | -1/+2 |
| | |||||
* | Fixed incorrect drawing of rectangles by graphics.drawRect. | Dominik Picheta | 2013-04-14 | 1 | -3/+8 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 12 | -0/+0 |
| | |||||
* | Transforms httpclient into hyperlink for ease of use. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -1/+2 |
| | |||||
* | Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules | Araq | 2012-11-24 | 3 | -13/+21 |
|\ | | | | | Documents NULL to "" db_* transformation and return values. | ||||
| * | Documents NULL to "" db_* transformation and return values. | Grzegorz Adam Hankiewicz | 2012-11-24 | 3 | -13/+21 |
| | | |||||
* | | fixes #250 | Araq | 2012-11-19 | 4 | -8/+8 |
|/ | |||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 6 | -65/+113 |
| | |||||
* | doc2 support for nimweb; fixed graphics.withEvents | Araq | 2012-11-01 | 1 | -1/+2 |
| | |||||
* | Adds `$` as supplied proc to varargs in database modules. | Grzegorz Adam Hankiewicz | 2012-10-20 | 3 | -31/+32 |
| |