summary refs log tree commit diff stats
path: root/lib/system/endb.nim
Commit message (Expand)AuthorAgeFilesLines
* further system.nim cleanupsAndreas Rumpf2019-02-061-16/+16
* system refactorings (#10559)Andreas Rumpf2019-02-061-65/+88
* removes deprecated T/P typesAraq2018-11-161-2/+0
* 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
* bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global commands.JamesP2015-09-031-2/+20
* 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
ommit/config.arg.h?id=12280f0253407827c9eba288df29ca669d2053bd'>12280f0 ^
3794c62 ^

f196b71 ^

338c083 ^
f196b71 ^




3794c62 ^
f196b71 ^
3794c62 ^



338c083 ^
3794c62 ^
cac492b ^
f196b71 ^
cac492b ^
3794c62 ^
f196b71 ^

b38905b ^
a73a882 ^
3059c9c ^
3171371 ^
0ea0343 ^
e701394 ^
3171371 ^
0ea0343 ^
2c477cf ^
2aef8b9 ^
ef9b3e1 ^

2122e39 ^

27b0595 ^

2c477cf ^

338c083 ^
2c477cf ^







































a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100