summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed my name.Alexander Mitchell-Robinson2015-09-073-6/+6
|
* Merge pull request #3298 from haiodo/improve-xmltreeDominik Picheta2015-09-071-0/+11
|\ | | | | Improve xmltree
| * Merge remote-tracking branch 'upstream/devel' into improve-xmltreeAndrey Sobolev2015-09-0713-54/+261
| |\ | |/ |/|
* | Merge pull request #3293 from Matt14916/usebase-msg-fixAndreas Rumpf2015-09-071-1/+1
|\ \ | | | | | | Replace incorrect warning string.
| * | Replace incorrect warning string.Matt Sullivan2015-09-051-1/+1
| | |
* | | Merge pull request #3295 from nanoant/patch/fix-type-to-string-flagsAndreas Rumpf2015-09-071-6/+11
|\ \ \ | | | | | | | | typeToString: Fix shared/not nil on complex types
| * | | typeToString: Fix shared/not nil on complex typesAdam Strzelecki2015-09-061-6/+11
| |/ / | | | | | | | | | | | | Previously `not nil` flag was not shown on `cstring or nil` or `PType not nil`, where `type PType = ref Type`, eg. when showing compiler diagnostics.
* | | Merge pull request #3291 from yglukhov/nimvm-generic-fixAndreas Rumpf2015-09-073-8/+14
|\ \ \ | | | | | | | | Fixed when nimvm in generics.
| * | | Fixed nimvm in generics.Yuriy Glukhov2015-09-073-8/+14
|/ / /
* | | Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-072-31/+103
| | |
* | | documented NimScriptAraq2015-09-076-8/+132
| | |
| | * allow to delete xmlnode childsAndrey Sobolev2015-09-071-0/+5
| | |
| | * add text modification procAndrey Sobolev2015-09-071-0/+6
| |/ |/|
* | Fixes dom96/jester#45.Dominik Picheta2015-09-061-0/+1
| |
* | Merge pull request #3294 from jlp765/db_sqliteDocoDominik Picheta2015-09-061-4/+38
|\ \ | |/ |/| Db sqlite doco update (similar to db_mysql)
| * Clean up a line endingJamesP2015-09-061-1/+1
| |
| * instantRows doco added "the" to improve readabilityJamesP2015-09-061-1/+1
| |
| * fastRows() iterator doco updated (similar to db_mysql) with sqlite specificJamesP2015-09-061-3/+7
| | | | | | | | [Edb] error text
| * Add example (similar to db_mysql) with changes to table definitionJamesP2015-09-061-0/+30
|/ | | | and transaction to match sqlite SQL syntax
* attempt to support recursions for spawnAraq2015-09-061-2/+20
|
* added missing testAraq2015-09-061-0/+30
|
* fixes #2590; methods now require a .base annotationAraq2015-09-0617-32/+69
|
* Merge branch 'jlp765-db_mysqlExamples' into develDominik Picheta2015-09-051-4/+39
|\
| * Bold emphasis and fix typo.Dominik Picheta2015-09-051-2/+2
| |
| * Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into ↵Dominik Picheta2015-09-051-4/+39
|/| | | | | | | | | | | | | jlp765-db_mysqlExamples Conflicts: lib/impure/db_mysql.nim
| * Cleanup of line endingsJamesP2015-09-051-34/+34
| |
| * instantRows doco updated with "the" to improve readabilityJamesP2015-09-051-1/+1
| |
| * fastRows iterator doco updated to clarify what happensJamesP2015-09-051-3/+7
| | | | | | | | when break a fastRows loop
| * lib/impure/db_mysql add example code-blockJamesP2015-08-291-0/+31
| |
* | Merge pull request #3283 from yglukhov/vm-fixAndreas Rumpf2015-09-056-23/+43
|\ \ | | | | | | VM produces objects.
| * | VM produces objects.Yuriy Glukhov2015-09-056-23/+43
|/ /
* | fixes DLL hell on WindowsAraq2015-09-055-7/+41
| |
* | Nimble is officially a part of Nim nowAraq2015-09-054-5/+41
| |
* | fixes #3282Araq2015-09-051-1/+1
| |
* | Merge pull request #3286 from yglukhov/when-nimvmAndreas Rumpf2015-09-0510-14/+80
|\ \ | | | | | | when nimvm stmt
| * | Added documentation for when nimvm statement.Yuriy Glukhov2015-09-051-2/+31
| | |
| * | nimvm is magicYuriy Glukhov2015-09-043-1/+8
| | |
| * | when nimvm stmt proof of conceptYuriy Glukhov2015-09-046-13/+43
| | |
* | | Merge pull request #3289 from nanoant/patch/fix-whitespaceAndreas Rumpf2015-09-04541-8543/+8542
|\ \ \ | | | | | | | | Patch/fix whitespace
| * | | Trim remaining .txt files trailing whitespaceAdam Strzelecki2015-09-044-10/+10
| | | | | | | | | | | | | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-045-42/+42
| | | | | | | | | | | | | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | tests: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-043-35/+35
| | | | | | | | | | | | | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-0433-567/+567
| | | | | | | | | | | | | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | empty.txt files: Trim trailing whitespaceAdam Strzelecki2015-09-042-2/+2
| | | |
| * | | Convert contributors to UTF-8Adam Strzelecki2015-09-041-2/+1
| | | |
| * | | examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0415-141/+141
| | | | | | | | | | | | | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-04372-4485/+4485
| | | | | | | | | | | | | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | tools: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-253/+253
| | | | | | | | | | | | | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0467-2436/+2436
| | | | | | | | | | | | | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
| * | | compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0432-570/+570
|/ / / | | | | | | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +