summary refs log tree commit diff stats
path: root/lib/system/endb.nim
Commit message (Collapse)AuthorAgeFilesLines
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-151-1/+1
|
* make tests green again; closes #5861Andreas Rumpf2017-10-101-15/+15
|
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
|
* disable StringStream for JS (needs copyMem)Jacek Sieka2016-06-081-1/+1
|
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-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.JamesP2015-09-031-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 libpatrick dw2015-06-191-3/+3
|
* lib/system/a-e - Dropped 'T' from typespdw2015-06-041-34/+36
|
* ENDB compiles againAraq2014-08-311-10/+10
|
* the big renamefest: first stepsAraq2014-08-221-2/+2
|
* preparations for easier debuggingAraq2014-04-071-19/+19
|
* ENDB: got rid of deprecated 'nil' stmtAraq2014-03-271-3/+3
|
* fixes #358Araq2013-03-161-0/+538