summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* more precise wordPavelVozenilek2014-09-181-1/+1
|
* Fix idetools --def crash.Dominik Picheta2014-06-151-1/+1
|
* Fixes #1263.Dominik Picheta2014-06-151-0/+4
|
* Add osproc stdin test.Dominik Picheta2014-06-152-0/+19
|
* Update categories.nimVarriount2014-06-141-19/+26
| | | Fixed the tester from crashing when the babel package file is invalid.
* Update json.nimVarriount2014-06-141-1/+1
| | | Fixed a bug with json.[], which caused a segfault on debug builds.
* Merge pull request #1251 from gradha/pr_misc_docsAndreas Rumpf2014-06-125-9/+102
|\ | | | | Misc docs suggestions
| * Revert "Adds to tables module example of reference type vs value type."Grzegorz Adam Hankiewicz2014-06-101-32/+2
| | | | | | | | This reverts commit bde9d1ac0753e46c726dc63930539bb82d09f19d.
| * Documents -d: in the compiler guide and hyperlinks assert/defined.Grzegorz Adam Hankiewicz2014-06-062-3/+29
| |
| * Adds brief intro to hashes module.Grzegorz Adam Hankiewicz2014-06-061-1/+28
| |
| * Adds to tables module example of reference type vs value type.Grzegorz Adam Hankiewicz2014-06-061-2/+32
| |
| * Avoids temporal string in tables hashing example.Grzegorz Adam Hankiewicz2014-06-061-2/+4
| |
| * Adds do notation example to algorithm.sort.Grzegorz Adam Hankiewicz2014-06-061-0/+9
| |
| * Adds docstring example to system.fieldPairs.Grzegorz Adam Hankiewicz2014-06-061-3/+32
| |
* | fixes recently introduced regressionAraq2014-06-121-1/+2
| |
* | optimized method dispatchersAraq2014-06-127-5/+49
| |
* | added allValues iteratorAraq2014-06-121-2/+9
| |
* | Merge pull request #1257 from flaviut/fix1217Andreas Rumpf2014-06-092-9/+14
|\ \ | | | | | | Fix bug in previous PR
| * | Regenerate docsflaviut2014-06-081-1/+1
| | |
| * | fix tokenizing bugflaviut2014-06-081-8/+13
| | |
* | | Merge pull request #1245 from flaviut/fix1217Andreas Rumpf2014-06-084-30/+34
|\| | | |/ |/| Allow anything to go inside accents
| * fix overlooked grammer commentflaviut2014-06-082-0/+2
| |
| * updated grammer, fixed oversightflaviut2014-06-042-3/+2
| |
| * fix bug with unexpected tkInvalid,tkEof,tkCommentflaviut2014-06-041-0/+2
| |
| * Add testflaviut2014-06-031-0/+14
| |
| * Clean up codeflaviut2014-06-031-12/+7
| |
| * Fix accents in enumsflaviut2014-06-032-5/+8
| |
| * More descriptive error message in semtypes enumflaviut2014-06-031-1/+1
| |
| * Generalize accent parsingflaviut2014-06-031-20/+9
| |
* | Capitalised enum value names in JSON module.Dominik Picheta2014-06-051-7/+7
| |
* | Merge pull request #1174 from fowlmouth/patch-2Andreas Rumpf2014-06-051-0/+38
|\ \ | | | | | | added `==` for PJsonNode
| * | added json.hashBillingsly Wetherfordshire2014-06-021-0/+19
| | |
| * | added `==` for PJsonNodeBillingsly Wetherfordshire2014-05-031-0/+19
| | |
* | | Merge pull request #1243 from fowlmouth/patch-4Dominik Picheta2014-06-051-3/+3
|\ \ \ | | | | | | | | fix #1241
| * | | fix #1241Billingsly Wetherfordshire2014-06-021-3/+3
| | |/ | |/|
* | | Merge pull request #1238 from klaufir/develDominik Picheta2014-06-031-1/+1
|\ \ \ | |/ / |/| | adding header pragma for printf ffi example
| * | header pragma set to '<stdio.h>' in importc sectionklaufir2014-06-031-1/+1
| | |
| * | adding header pragma for printf ffi exampleklaufir2014-06-011-1/+1
| | |
* | | Merge pull request #1242 from rbehrends/interactive-eof-fixAndreas Rumpf2014-06-031-0/+3
|\ \ \ | | | | | | | | Properly terminate "nimrod i" on end of file.
| * | | Properly terminate "nimrod i" on end of file.Reimer Behrends2014-06-021-0/+3
| |/ / | | | | | | | | | | | | | | | | | | Nimrod in interactive mode got stuck in an infinite loop when encountering EOF (Ctrl-D), unless GNU Readline was being used. This change mimics the GNU Readline behavior in rdstdin.nim and calls quit(0) when encountering EOF while reading from stdin in interactive mode.
* | | Merge pull request #1240 from Varriount/fix-1172Andreas Rumpf2014-06-036-13/+28
|\ \ \ | |/ / |/| | Fixed #1172 (for real)
| * | Fixed #1172 (for real)Clay Sweetser2014-06-016-13/+28
|/ /
* | Merge pull request #1229 from Varriount/fix-1203Andreas Rumpf2014-05-311-8/+14
|\ \ | | | | | | Fix issue #1203
| * | Rename some variables in the isCastable codeClay Sweetser2014-05-261-6/+6
| | |
| * | Fix issue #1203Clay Sweetser2014-05-261-0/+2
| | |
| * | Update 'isCastable' and 'semCast' doc-commentsClay Sweetser2014-05-261-2/+6
| | |
* | | Merge pull request #1221 from rbehrends/readallbuf-fixAndreas Rumpf2014-05-311-4/+8
|\ \ \ | | | | | | | | Fixed readAllBuffer() to avoid adding garbage bytes at end.
| * | | Fixed readAllBuffer() to avoid adding garbage bytes at end.Reimer Behrends2014-05-261-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The function readAllBuffer() always returned a string that was a multiple of the BufSize in length, regardless of how many bytes were actually read, padding the result with garbage bytes on the last chunk. This fix properly trims the last chunk to its actual size.
* | | | Merge pull request #1237 from Varriount/gradha-pr_documents_kochVarriount2014-05-317-7/+166
|\ \ \ \ | | | | | | | | | | Gradha pr documents koch
| * \ \ \ Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵Clay Sweetser2014-05-317-7/+166
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini