Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| | * | | | Mentions useFFI and garbage collector options. | Grzegorz Adam Hankiewicz | 2014-04-20 | 1 | -0/+10 |
| | | | | | |||||
| | * | | | Removes accidental module docstring. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Updates list of files to build in doc directory. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | Adds documentation about koch. | Grzegorz Adam Hankiewicz | 2014-04-19 | 6 | -5/+145 |
| | | | | | |||||
* | | | | | Merge pull request #1089 from flaviut/jsonchange | Andreas Rumpf | 2014-05-31 | 1 | -2/+47 |
|\ \ \ \ \ | |/ / / / |/| | | | | Allow for nil chaining in JSON and require an exception on out-of-bounds indexing | ||||
| * | | | | replace nil checks with assert | flaviut | 2014-05-31 | 1 | -15/+7 |
| | | | | | |||||
| * | | | | Switch chaining to the `{}` and `{}=` operators | flaviut | 2014-05-26 | 1 | -21/+35 |
| | | | | | |||||
| * | | | | JSON index accesses are bounds checked | flaviut | 2014-04-13 | 1 | -8/+27 |
| | | | | | |||||
| * | | | | Fix subtle mistake in docs and formatting | flaviut | 2014-04-13 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | Add tests for the nil passthrough | flaviut | 2014-04-13 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Add a couple words to docs | flaviut | 2014-04-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Allow for nil chaining in JSON | flaviut | 2014-04-13 | 1 | -5/+16 |
| | | | | | |||||
* | | | | | Merge pull request #1126 from fowlmouth/patch-1 | Andreas Rumpf | 2014-05-31 | 1 | -0/+67 |
|\ \ \ \ \ | | | | | | | | | | | | | added md5 functions from <openssl/md5.h> | ||||
| * | | | | | i left an {.importc.} in there | Billingsly Wetherfordshire | 2014-04-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | added md5 functions from <openssl/md5.h> | Billingsly Wetherfordshire | 2014-04-20 | 1 | -0/+67 |
| | | | | | | |||||
* | | | | | | Merge pull request #1208 from jbe/shared_mem_stats | Andreas Rumpf | 2014-05-31 | 2 | -0/+30 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | added getTotalSharedMem et al. | ||||
| * | | | | | | added getTotalSharedMem et al. | Jostein Berre Eliassen | 2014-05-20 | 2 | -0/+30 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1228 from Varriount/compiler/document-parser | Simon Hafner | 2014-05-29 | 1 | -20/+39 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Document parser structures and procedures. | ||||
| * | | | | | | | Document parser structures and procedures. | Clay Sweetser | 2014-05-25 | 1 | -20/+39 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1222 from Varriount/doc/fix-assertion | Andreas Rumpf | 2014-05-29 | 12 | -33/+34 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Doc/fix assertion | ||||
| * | | | | | | | | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 11 | -31/+31 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixes #1200 | Clay Sweetser | 2014-05-24 | 1 | -1/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 12 | -33/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes. | ||||
* | | | | | | | | | Merge pull request #1178 from EXetoC/nostackframe | Andreas Rumpf | 2014-05-29 | 3 | -4/+8 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | noStackFrame -> asmNoStackFrame | ||||
| * | | | | | | | | | Forgot to remove that. | EXetoC | 2014-05-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Typo. | EXetoC | 2014-05-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | asmNoStackFrame -> stackTrace:off | EXetoC | 2014-05-04 | 3 | -3/+7 |
| | | | | | | | | | | |||||
| * | | | | | | | | | noStackFrame -> asmNoStackFrame | EXetoC | 2014-05-04 | 3 | -3/+3 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #1230 from flaviut/fix1226 | Andreas Rumpf | 2014-05-29 | 2 | -2/+5 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix 1226 and document associated methods | ||||
| * | | | | | | | | | | Document mangling | flaviut | 2014-05-26 | 2 | -1/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix #1226 | flaviut | 2014-05-26 | 1 | -2/+1 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #1231 from flaviut/test1149 | Andreas Rumpf | 2014-05-29 | 2 | -2/+21 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add test for #1149 | ||||
| * | | | | | | | | | | Enable disabled test | flaviut | 2014-05-26 | 1 | -2/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add test for #1149 | flaviut | 2014-05-26 | 1 | -0/+20 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #1233 from barcharcraz/fixedWindows | Varriount | 2014-05-27 | 1 | -846/+846 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | renamed UINT in windows.nim to WINUINT | ||||
| * | | | | | | | | | renamed UINT in windows.nim to WINUINT | Charlie | 2014-05-26 | 1 | -846/+846 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #1132 from gradha/pr_index_improvements | Andreas Rumpf | 2014-05-26 | 18 | -282/+629 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Documentation index improvements | ||||
| * | | | | | | | | | Computes TIndexEntry hash without temporary strings. | Grzegorz Adam Hankiewicz | 2014-05-24 | 1 | -5/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Revert "Adds abstypes.txt to list of documentation to build." | Grzegorz Adam Hankiewicz | 2014-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fc0e43d6341bbd38aa84242cf21c2f31b07275f7 since it was dealt with in a16f762ce267d9aaa871f6a594f63ae6642f35a8. | ||||
| * | | | | | | | | | Adds colon to symbols in the index. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The colon makes it easier to get a unique match searching for symbols using words which may also appear as substrings or elsewhere. | ||||
| * | | | | | | | | | Adds documentation section about the idx file format. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -14/+58 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Inserts the title index term at the beginning of the buffer. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -21/+34 |
| | | | | | | | | | |