summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | updated graphics.nimAraq2014-09-181-119/+119
| |
* | some progress on documentation buildingAraq2014-09-171-16/+16
| |
* | More docgen fixes.Dominik Picheta2014-09-133-117/+54
| |
* | prettified re.nim; make some tests greenAraq2014-08-311-56/+59
| |
* | updated db_sqlite.nimAraq2014-08-291-20/+20
| |
* | Nimrod renamed to NimAraq2014-08-284-11/+11
| |
* | Nimrod renamed to NimAraq2014-08-2810-14/+14
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
|
* Add missing sql proc for db_mysqldef2014-07-141-0/+9
|
* mongodb wrapper properly removed from coreAraq2014-03-251-227/+0
|
* Fix for db_mysql.Open. 'Connection' argument in 'Open' was not used, so ↵Miguel2014-02-101-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/NimrodMiguel2014-02-102-4/+6
|\
| * Merge pull request #875 from EXetoC/mongoAndreas Rumpf2014-02-061-2/+2
| |\ | | | | | | A first attempt at fixing the MongoDB modules.
| | * A first attempt at fixing the MongoDB modules.EXetoC2014-02-021-2/+2
| | |
| * | Avoids raising exceptions in tryInsertID.Grzegorz Adam Hankiewicz2014-01-291-2/+4
| |/
* | Merge branch 'devel' of git://github.com/Araq/NimrodMiguel2014-01-2610-114/+114
|\|
| * better testerAraq2014-01-171-1/+1
| |
| * fixes db_sqliteAraq2014-01-131-20/+20
| |
| * case consistency improvementsAraq2014-01-116-50/+50
| |
| * case consistency: niminstAraq2013-12-291-2/+2
| |
| * case consistency part 6Araq2013-12-281-33/+33
| |
| * case consistency part 2Araq2013-12-271-4/+4
| |
| * case consistency part 1Araq2013-12-271-4/+4
| |
* | 'Connection' argument in 'Open' was not used, so MySQL host and port were ↵Miguel2013-12-221-3/+9
|/ | | | always default ones. Now 'Connection' is treated as 'host:port'.
* Add docs for connecting to postgres with keyword/value connectionHitesh Jasani2013-12-041-0/+15
| | | | strings.
* new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+1
|
* Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-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 Hankiewicz2013-07-161-1/+4
|
* manyloc test should be green againAraq2013-06-041-1/+0
|
* osinfo_win compiles againAraq2013-05-201-2/+1
|
* pegs/re =~ warns about scope rule change; improved docsAraq2013-05-081-0/+1
|
* re.nim compiles againAraq2013-05-011-1/+2
|
* Fixed incorrect drawing of rectangles by graphics.drawRect.Dominik Picheta2013-04-141-3/+8
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1612-0/+0
|
* Transforms httpclient into hyperlink for ease of use.Grzegorz Adam Hankiewicz2012-12-111-1/+2
|
* Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-243-13/+21
|\ | | | | Documents NULL to "" db_* transformation and return values.
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-243-13/+21
| |
* | fixes #250Araq2012-11-194-8/+8
|/
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-186-65/+113
|
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+2
|
* Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-203-31/+32
|