Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more precise word | PavelVozenilek | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | Fix idetools --def crash. | Dominik Picheta | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Fixes #1263. | Dominik Picheta | 2014-06-15 | 1 | -0/+4 |
| | |||||
* | Add osproc stdin test. | Dominik Picheta | 2014-06-15 | 2 | -0/+19 |
| | |||||
* | Update categories.nim | Varriount | 2014-06-14 | 1 | -19/+26 |
| | | | Fixed the tester from crashing when the babel package file is invalid. | ||||
* | Update json.nim | Varriount | 2014-06-14 | 1 | -1/+1 |
| | | | Fixed a bug with json.[], which caused a segfault on debug builds. | ||||
* | Merge pull request #1251 from gradha/pr_misc_docs | Andreas Rumpf | 2014-06-12 | 5 | -9/+102 |
|\ | | | | | Misc docs suggestions | ||||
| * | Revert "Adds to tables module example of reference type vs value type." | Grzegorz Adam Hankiewicz | 2014-06-10 | 1 | -32/+2 |
| | | | | | | | | This reverts commit bde9d1ac0753e46c726dc63930539bb82d09f19d. | ||||
| * | Documents -d: in the compiler guide and hyperlinks assert/defined. | Grzegorz Adam Hankiewicz | 2014-06-06 | 2 | -3/+29 |
| | | |||||
| * | Adds brief intro to hashes module. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -1/+28 |
| | | |||||
| * | Adds to tables module example of reference type vs value type. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+32 |
| | | |||||
| * | Avoids temporal string in tables hashing example. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+4 |
| | | |||||
| * | Adds do notation example to algorithm.sort. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -0/+9 |
| | | |||||
| * | Adds docstring example to system.fieldPairs. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -3/+32 |
| | | |||||
* | | fixes recently introduced regression | Araq | 2014-06-12 | 1 | -1/+2 |
| | | |||||
* | | optimized method dispatchers | Araq | 2014-06-12 | 7 | -5/+49 |
| | | |||||
* | | added allValues iterator | Araq | 2014-06-12 | 1 | -2/+9 |
| | | |||||
* | | Merge pull request #1257 from flaviut/fix1217 | Andreas Rumpf | 2014-06-09 | 2 | -9/+14 |
|\ \ | | | | | | | Fix bug in previous PR | ||||
| * | | Regenerate docs | flaviut | 2014-06-08 | 1 | -1/+1 |
| | | | |||||
| * | | fix tokenizing bug | flaviut | 2014-06-08 | 1 | -8/+13 |
| | | | |||||
* | | | Merge pull request #1245 from flaviut/fix1217 | Andreas Rumpf | 2014-06-08 | 4 | -30/+34 |
|\| | | |/ |/| | Allow anything to go inside accents | ||||
| * | fix overlooked grammer comment | flaviut | 2014-06-08 | 2 | -0/+2 |
| | | |||||
| * | updated grammer, fixed oversight | flaviut | 2014-06-04 | 2 | -3/+2 |
| | | |||||
| * | fix bug with unexpected tkInvalid,tkEof,tkComment | flaviut | 2014-06-04 | 1 | -0/+2 |
| | | |||||
| * | Add test | flaviut | 2014-06-03 | 1 | -0/+14 |
| | | |||||
| * | Clean up code | flaviut | 2014-06-03 | 1 | -12/+7 |
| | | |||||
| * | Fix accents in enums | flaviut | 2014-06-03 | 2 | -5/+8 |
| | | |||||
| * | More descriptive error message in semtypes enum | flaviut | 2014-06-03 | 1 | -1/+1 |
| | | |||||
| * | Generalize accent parsing | flaviut | 2014-06-03 | 1 | -20/+9 |
| | | |||||
* | | Capitalised enum value names in JSON module. | Dominik Picheta | 2014-06-05 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #1174 from fowlmouth/patch-2 | Andreas Rumpf | 2014-06-05 | 1 | -0/+38 |
|\ \ | | | | | | | added `==` for PJsonNode | ||||
| * | | added json.hash | Billingsly Wetherfordshire | 2014-06-02 | 1 | -0/+19 |
| | | | |||||
| * | | added `==` for PJsonNode | Billingsly Wetherfordshire | 2014-05-03 | 1 | -0/+19 |
| | | | |||||
* | | | Merge pull request #1243 from fowlmouth/patch-4 | Dominik Picheta | 2014-06-05 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | fix #1241 | ||||
| * | | | fix #1241 | Billingsly Wetherfordshire | 2014-06-02 | 1 | -3/+3 |
| | |/ | |/| | |||||
* | | | Merge pull request #1238 from klaufir/devel | Dominik Picheta | 2014-06-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | adding header pragma for printf ffi example | ||||
| * | | header pragma set to '<stdio.h>' in importc section | klaufir | 2014-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | adding header pragma for printf ffi example | klaufir | 2014-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1242 from rbehrends/interactive-eof-fix | Andreas Rumpf | 2014-06-03 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Properly terminate "nimrod i" on end of file. | ||||
| * | | | Properly terminate "nimrod i" on end of file. | Reimer Behrends | 2014-06-02 | 1 | -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-1172 | Andreas Rumpf | 2014-06-03 | 6 | -13/+28 |
|\ \ \ | |/ / |/| | | Fixed #1172 (for real) | ||||
| * | | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 6 | -13/+28 |
|/ / | |||||
* | | Merge pull request #1229 from Varriount/fix-1203 | Andreas Rumpf | 2014-05-31 | 1 | -8/+14 |
|\ \ | | | | | | | Fix issue #1203 | ||||
| * | | Rename some variables in the isCastable code | Clay Sweetser | 2014-05-26 | 1 | -6/+6 |
| | | | |||||
| * | | Fix issue #1203 | Clay Sweetser | 2014-05-26 | 1 | -0/+2 |
| | | | |||||
| * | | Update 'isCastable' and 'semCast' doc-comments | Clay Sweetser | 2014-05-26 | 1 | -2/+6 |
| | | | |||||
* | | | Merge pull request #1221 from rbehrends/readallbuf-fix | Andreas Rumpf | 2014-05-31 | 1 | -4/+8 |
|\ \ \ | | | | | | | | | Fixed readAllBuffer() to avoid adding garbage bytes at end. | ||||
| * | | | Fixed readAllBuffer() to avoid adding garbage bytes at end. | Reimer Behrends | 2014-05-26 | 1 | -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_koch | Varriount | 2014-05-31 | 7 | -7/+166 |
|\ \ \ \ | | | | | | | | | | | Gradha pr documents koch | ||||
| * \ \ \ | Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵ | Clay Sweetser | 2014-05-31 | 7 | -7/+166 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini |