Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cstring->pointer in MemSlice to make consistent with MemFile and | Charles Blake | 2015-07-29 | 1 | -8/+8 |
| | | | | | also to make more clear the care required to use MemSlice instances. (E.g., memXXX functions rather than strXXX functions). | ||||
* | Remove NUL termination unneeded post toNimStr fix. | Charles Blake | 2015-07-28 | 1 | -1/+0 |
| | |||||
* | Oops..[]= not defined yet here. Use .data instead. | Charles Blake | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Do not read past end of input. Ensure NUL termination. | Charles Blake | 2015-07-26 | 1 | -1/+2 |
| | |||||
* | Rename [rR]ecord->[mM]emSlice, rec->ms, End->ending. Also update some comments. | Charles Blake | 2015-07-26 | 1 | -20/+20 |
| | |||||
* | Beg->data, Len->size to address Varriount's issue. I was unaware of | Charles Blake | 2015-07-24 | 1 | -11/+11 |
| | | | | lower case members as a strict style convention. | ||||
* | Add MemFile text interface factored so users can optionally skip Nim string | Charles Blake | 2015-07-24 | 1 | -0/+32 |
| | | | | | | construction (e.g. to filter many lines out before building strings). Only Windows and/or Unix line endings are supported by default, though fiddling with delim/eat arguments can probably support archaic MacOS9 files. | ||||
* | fixes #1832 | Araq | 2015-07-24 | 3 | -3/+28 |
| | |||||
* | todo.txt updates | Araq | 2015-07-24 | 1 | -2/+4 |
| | |||||
* | minor refactoring for big fixes to come | Araq | 2015-07-24 | 1 | -3/+7 |
| | |||||
* | fixes #2823 | Araq | 2015-07-24 | 2 | -2/+11 |
| | |||||
* | Merge pull request #3142 from avsej/fix-unittest | Andreas Rumpf | 2015-07-23 | 1 | -2/+2 |
|\ | | | | | Remove access modifiers from inner templates | ||||
| * | Remove access modifiers from inner templates | Sergey Avseyev | 2015-07-23 | 1 | -2/+2 |
|/ | | | | Fixes options.nim tests | ||||
* | Merge pull request #3141 from jeizsm/devel | Andreas Rumpf | 2015-07-23 | 1 | -0/+3 |
|\ | | | | | add linenoise to installer.ini | ||||
| * | add linenoise to installer.ini | Marat Safin | 2015-07-23 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #3137 from vegansk/findFile_absolute | Andreas Rumpf | 2015-07-23 | 2 | -7/+16 |
|\ | | | | | Added absolute path support to options.findFile | ||||
| * | Added absolute path support to options.findFile | Anatoly Galiulin | 2015-07-21 | 2 | -7/+16 |
| | | |||||
* | | fix recently introduced regressions | Araq | 2015-07-22 | 3 | -6/+5 |
| | | |||||
* | | fixes #1738 | Araq | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | fixes #2841 | Araq | 2015-07-22 | 3 | -43/+53 |
| | | |||||
* | | fixes #3079, fixes #1146, fixes #2879 | Araq | 2015-07-22 | 6 | -3/+33 |
| | | |||||
* | | fixes #2963 | Araq | 2015-07-22 | 3 | -4/+18 |
| | | |||||
* | | fixes #3099 | Araq | 2015-07-21 | 1 | -1/+1 |
| | | |||||
* | | small steps for making --symbolFiles:on work again | Araq | 2015-07-20 | 3 | -106/+108 |
| | | |||||
* | | removed system.free | Araq | 2015-07-18 | 2 | -2/+3 |
|/ | |||||
* | fixes #3134 | Araq | 2015-07-18 | 1 | -4/+4 |
| | |||||
* | fixed website path" | Araq | 2015-07-18 | 1 | -1/+1 |
| | |||||
* | website improvements | Araq | 2015-07-18 | 2 | -0/+8 |
| | |||||
* | don't reset the terminal when --stdout is active | Araq | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | staticExec now supports caching | Araq | 2015-07-15 | 4 | -15/+59 |
| | |||||
* | fixes regression in XML parsing | Araq | 2015-07-15 | 1 | -0/+4 |
| | |||||
* | Merge pull request #3111 from rafaelx/patch-2 | Dominik Picheta | 2015-07-14 | 1 | -2/+19 |
|\ | | | | | Update tut1.txt | ||||
| * | Update tut1.txt | Rafael | 2015-07-14 | 1 | -2/+19 |
| | | | | | | Example that shows advantage of 'openArray' | ||||
* | | documentation generator emits configurable html for code listings | Araq | 2015-07-14 | 3 | -6/+17 |
| | | |||||
* | | fixes #3112 | Araq | 2015-07-14 | 2 | -11/+45 |
| | | |||||
* | | documented /*INCLUDESECTION*/ emit section | Araq | 2015-07-14 | 1 | -1/+1 |
| | | |||||
* | | disabled dubious testcase | Araq | 2015-07-14 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3108 from arnetheduck/compiler-realign-enums | Andreas Rumpf | 2015-07-12 | 1 | -35/+57 |
|\ | | | | | Linebreak TMagic roughly by category | ||||
| * | Linebreak TMagic by rough category | Jacek Sieka | 2015-07-12 | 1 | -35/+57 |
|/ | |||||
* | deleted wingui example | Araq | 2015-07-12 | 1 | -9/+0 |
| | |||||
* | source code renderer doesn't produce trailing whitespace anymore | Araq | 2015-07-12 | 1 | -4/+19 |
| | |||||
* | added os.tailDir proc | Araq | 2015-07-12 | 2 | -1/+16 |
| | |||||
* | Merge pull request #3095 from def-/fix-async-post | Dominik Picheta | 2015-07-11 | 1 | -2/+3 |
|\ | | | | | Fix async httpclient post to work without multipart | ||||
| * | Fix async httpclient post to work without multipart | def | 2015-07-10 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'singularperturbation-fix-2573-cherry-pick' into devel | Dominik Picheta | 2015-07-11 | 4 | -23/+21 |
|\ \ | |||||
| * | | Do not use errno on Windows in the ``os`` module. | Dominik Picheta | 2015-07-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'fix-2573-cherry-pick' of ↵ | Dominik Picheta | 2015-07-11 | 4 | -24/+22 |
|/| | | | | | | | | | | | https://github.com/singularperturbation/Nim into singularperturbation-fix-2573-cherry-pick | ||||
| * | | Use raiseOSError with additionalInfo parameter from devel | Sloane Simmons | 2015-07-04 | 4 | -24/+22 |
| | | | |||||
* | | | Merge pull request #2272 from def-/unsigned | Andreas Rumpf | 2015-07-11 | 3 | -52/+51 |
|\ \ \ | | | | | | | | | Move unsigned int operations to system module | ||||
| * | | | Update deprecation notice about unsigned module | def | 2015-07-02 | 1 | -1/+1 |
| | | | |