summary refs log tree commit diff stats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* get rid of $READLINK variable (#14841)Andrey Makarov2020-06-281-2/+2
|
* make nim-gdb compatible with BSD systems (#14700)BarrOff2020-06-181-6/+4
|
* Revert –#13658 for nim-gdb.bat. Fixes #13705 (#13707)Joey2020-03-201-1/+3
|
* Fix gdb scripts (#13658)Joey2020-03-163-16/+11
| | | | | | | | * Fix nim-gdb and rename to nim-gdb.bash * Add symlink to nim-gdb.bash * Fix windows debug script * Add PR suggestions * Make readlink check easier to maintain/understand * Swap symlinks
* Make gdb script work on mac and linux; add windows gdb script (#13453)Joey2020-02-212-4/+28
|
* 32 bit fixes (#10608)Arne Döring2019-02-131-0/+3
|
* fixes #9276 (#9317)Arne Döring2018-10-241-0/+0
|
* file mode bullshitAraq2018-08-051-0/+0
|
* Gdb pretty printers (#8263)Arne Döring2018-07-161-0/+18
|
* empty.txt files: Trim trailing whitespaceAdam Strzelecki2015-09-041-1/+1
|
* rewrote lambdalifting; fixes deeply nested closuresAraq2014-06-261-1/+1
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+1
Add some documentations and code examples in system
im/blame/docstyle.rst?h=devel&id=c701ed3c99009992a111a6fed7fa74c2c0c8a119'>^
a98f609ae ^












a48cbfe56 ^
a98f609ae ^

























a48cbfe56 ^
a98f609ae ^



a48cbfe56 ^
a98f609ae ^









a48cbfe56 ^
a98f609ae ^









a48cbfe56 ^
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140