Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | further system.nim cleanups | Andreas Rumpf | 2019-02-06 | 1 | -16/+16 |
| | |||||
* | system refactorings (#10559) | Andreas Rumpf | 2019-02-06 | 1 | -65/+88 |
| | | | | | | | | * move IO subsystem into its own module; refs #10385 * make standalone test compile again * make C++ examples compile again * make more tests green * make sysAssert and gcAssert work again | ||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -2/+0 |
| | |||||
* | Trim remaining expr/stmt from stdlib (#6742) | Lynn C. Rees | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 1 | -15/+15 |
| | |||||
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | disable StringStream for JS (needs copyMem) | Jacek Sieka | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | fix types of ansi_c/sysio to more closely match C ABI | Jacek Sieka | 2016-06-05 | 1 | -2/+2 |
| | | | | | also fixes some instances of using C library functions when there are nim alternatives available | ||||
* | 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. | ||||
* | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -3/+3 |
| | |||||
* | lib/system/a-e - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -34/+36 |
| | |||||
* | ENDB compiles again | Araq | 2014-08-31 | 1 | -10/+10 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | preparations for easier debugging | Araq | 2014-04-07 | 1 | -19/+19 |
| | |||||
* | ENDB: got rid of deprecated 'nil' stmt | Araq | 2014-03-27 | 1 | -3/+3 |
| | |||||
* | fixes #358 | Araq | 2013-03-16 | 1 | -0/+538 |