Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split os into os and ospaths parts; ospaths is available for NimScript; ↵ | Araq | 2015-09-04 | 1 | -1/+26 |
| | | | | better NimScript support | ||||
* | improvements for NimScript support | Araq | 2015-09-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #3273 from yglukhov/js-copy-fix | Andreas Rumpf | 2015-09-03 | 1 | -9/+5 |
|\ | | | | | Fixed JS copying. | ||||
| * | Fixed JS copying. | Yuriy Glukhov | 2015-08-31 | 1 | -9/+5 |
| | | |||||
* | | Merge pull request #3280 from jlp765/endb | Andreas Rumpf | 2015-09-03 | 1 | -2/+20 |
|\ \ | | | | | | | lib/system/endb.nim bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global | ||||
| * | | bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global commands. | JamesP | 2015-09-03 | 1 | -2/+20 |
| |/ | | | | | | | | | | | This avoids stepping into the endb code if previous command was single step. Other two changes are trailing spaces removed. | ||||
* / | Fix readLine handling of long lines. | Reimer Behrends | 2015-08-28 | 1 | -1/+10 |
|/ | |||||
* | Merge pull request #3251 from jck/msp430 | Dominik Picheta | 2015-08-26 | 1 | -0/+2 |
|\ | | | | | add msp430 cpu support | ||||
| * | add msp430 cpu support | Keerthan Jaic | 2015-08-26 | 1 | -0/+2 |
| | | |||||
* | | make --gc:none work with --threads:on | Araq | 2015-08-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3239 from xyz32/devel | Andreas Rumpf | 2015-08-25 | 1 | -4/+15 |
|\ | | | | | When reading files, check if the eof flag is set before throwing. | ||||
| * | remove fileError | xyz | 2015-08-25 | 1 | -4/+1 |
| | | |||||
| * | Append the readAllBuffer to what was read already | xyz | 2015-08-23 | 1 | -1/+1 |
| | | |||||
| * | Use seLen as sugested, and fix typos | xyz | 2015-08-23 | 1 | -3/+2 |
| | | |||||
| * | When reading files, check if the eof flag is set before throwing. | xyz | 2015-08-22 | 1 | -4/+19 |
| | | |||||
* | | fixes #3245 | Araq | 2015-08-25 | 2 | -2/+4 |
| | | |||||
* | | Merge pull request #3160 from r-ku/coroutines | Andreas Rumpf | 2015-08-25 | 4 | -308/+331 |
|\ \ | | | | | | | Coroutines | ||||
| * \ | Merge branch 'devel' into coroutines | rku | 2015-08-20 | 6 | -14/+178 |
| |\ \ | |||||
| * | | | Coroutine support for i386/amd64 platforms unix/windows OSes ↵ | rku | 2015-07-31 | 4 | -308/+331 |
| | | | | | | | | | | | | | | | | markAndSweep/refCounting GCs. | ||||
* | | | | Corrected lib name for macos. | Yuriy Glukhov | 2015-08-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes sysio regression for nimscript support | Araq | 2015-08-24 | 1 | -1/+4 |
| |_|/ |/| | | |||||
* | | | Merge pull request #3143 from def-/readline-faster | Andreas Rumpf | 2015-08-21 | 1 | -54/+30 |
|\ \ \ | | | | | | | | | Improve performance of readLine by using fgets | ||||
| * | | | Improve readLine to work with strings containing \0 again. | def | 2015-07-25 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | This decreases performance slightly. | ||||
| * | | | No need to set trailing \0 | def | 2015-07-24 | 1 | -7/+4 |
| | | | | |||||
| * | | | Improve performance of readLine by using fgets | def | 2015-07-24 | 1 | -54/+23 |
| | | | | | | | | | | | | | | | | This drops compatibility with pure CR line endings of old Mac systems | ||||
* | | | | Merge pull request #3231 from jangko/devel | Andreas Rumpf | 2015-08-21 | 1 | -23/+29 |
|\ \ \ \ | | | | | | | | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nim | ||||
| * | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nim | jangko | 2015-08-21 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the source of problem for issue #3228 also add test for entire range of valid UTF-16 and test for invalid UTF-16 sequence | ||||
| * | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nim | jangko | 2015-08-20 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | the source of problem for issue #3228 also add test for entire range of valid UTF-16 | ||||
| * | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nim | jangko | 2015-08-20 | 1 | -26/+18 |
| | |_|/ | |/| | | | | | | | | | | the source of problem for issue #3228 | ||||
* | | | | Untyped pointers godegen changed. addr expression fixed. | Yuriy Glukhov | 2015-08-21 | 1 | -9/+10 |
| | | | | |||||
* | | | | simplify nimscript.nim | Araq | 2015-08-21 | 1 | -20/+5 |
| | | | | |||||
* | | | | preparations for Nimble NimScript integrations; minor cleanups | Araq | 2015-08-18 | 1 | -0/+27 |
| | | | | |||||
* | | | | cleanup destructor building for arrays; still doesn't work | Araq | 2015-08-18 | 1 | -21/+13 |
|/ / / | |||||
* | | | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 2 | -4/+159 |
| | | | |||||
* | | | Fixed --debugger:on option. Removed c_line from termios. | Yuriy Glukhov | 2015-08-12 | 1 | -6/+6 |
| | | | |||||
* | | | fixes #3080 | Araq | 2015-08-02 | 1 | -1/+4 |
| | | | |||||
* | | | fixes #3135 | Araq | 2015-08-02 | 1 | -3/+3 |
| | | | |||||
* | | | Add arm64 support (untested) | def | 2015-07-31 | 1 | -0/+2 |
| | | | |||||
* | | | Add powerpc64el support (untested) | def | 2015-07-31 | 1 | -0/+2 |
| | | | |||||
* | | | Add Mipsel CPU support (untested) | def | 2015-07-31 | 1 | -0/+2 |
| |/ |/| | |||||
* | | fixes #1832 | Araq | 2015-07-24 | 1 | -0/+8 |
|/ | |||||
* | implemented system.pinToCpu | Araq | 2015-07-01 | 1 | -10/+40 |
| | |||||
* | fixes #3014 | Araq | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 3 | -17/+30 |
| | |||||
* | Fix #2672. Do not define globalsSlot for native TLS | Sergey Avseyev | 2015-06-26 | 1 | -16/+11 |
| | | | | | | | | | | | | | | | | Motivation ---------- globalsSlot is always defined so threading code works incorrectly when native TLS supported. Modification ------------ Defined globalsSlot only in TLS emulation mode. Remove myThreadId, which based on broken behavior. It might be reimplemented later Result ------ No segfaults. | ||||
* | Trim trailling spaces | Sergey Avseyev | 2015-06-26 | 2 | -39/+37 |
| | |||||
* | fixes #2992 | Araq | 2015-06-25 | 1 | -4/+4 |
| | |||||
* | Merge pull request #2968 from def-/neutral-language | reactormonk | 2015-06-21 | 2 | -6/+6 |
|\ | | | | | Neutral language | ||||
| * | Fix typos in comments | def | 2015-06-21 | 2 | -6/+6 |
| | | |||||
* | | reworked deprecation to retain old procs | patrick dw | 2015-06-19 | 1 | -1/+5 |
| | |