summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | transf: big refactoring; other small fixesAraq2011-01-052-0/+5
* | bugfix: multiple yield statements and loop body varsAraq2010-12-133-8/+87
* | added strutils.alignAraq2010-12-072-13/+33
* | commit before ov-res changesAraq2010-12-071-4/+23
* | renamed lock->aquireAraq2010-11-182-20/+20
* | docgen understands and ignores *when false*Araq2010-11-187-67/+286
|/
* pegs: captured search loopAraq2010-11-071-4/+49
* claro wrapper addedAraq2010-11-071-0/+2734
* bugfix: dialogs.ChooseFilesToOpenAraq2010-11-011-0/+4
* added os.findExeAraq2010-10-311-0/+13
* pegs: bugfixes and extensionsAraq2010-10-311-10/+39
* bugfixes: htmlparser moduleAraq2010-10-303-4/+33
* bugfix: httpclientAraq2010-10-302-2/+9
* Added a close function to the ssl module.dom962010-10-273-0/+13
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-261-1/+0
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-253-31/+187
* ssl.connect now returns the result of the certificate validation.dom962010-10-232-9/+6
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-232-3/+3
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-233-27/+50
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-233-0/+643
* base64: decoding worksAraq2010-10-231-20/+6
* added base64 module; decoding still brokenAraq2010-10-233-3/+132
* version 0.8.10Araq2010-10-213-0/+965
* version 0.8.10Araq2010-10-219-30531/+23
* proper parameter order for os.copyFile/os.moveFileAraq2010-09-211-6/+2
* bugfix: finally sections are executed before return/breakAraq2010-09-202-1/+3
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-196-91/+131
* standard filter supports multiple line expressions; better amd64 detection fo...Araq2010-09-171-2/+4
* fixes for exception handling; added system.compileOptionAraq2010-09-135-57/+151
* added missing wrappersAraq2010-08-288-0/+2576
* tiny C support; cosmetic improvements for the docsAraq2010-08-282-9/+9
* added some missing wrappersAraq2010-08-243-0/+2295
* bugfix: init of tempsAraq2010-08-246-1/+46
* accurate file/line informationAndreas Rumpf2010-08-142-3/+490
* windows.nim compiles again; thanks for fucking it upAndreas Rumpf2010-08-121-191/+87
* c2nim: new features & bugfixesAndreas Rumpf2010-08-112-1/+878
* inlining of the write barrier for dllsAndreas Rumpf2010-08-0820-829/+833
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-045-52/+64
* before stack init changeAndreas Rumpf2010-08-017-40/+65
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-2911-277/+302
* c2nim: better parsing of #ifdef C2NIM; #def supportAndreas Rumpf2010-07-221-2/+55
* bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-222-6/+3
* added system.appType magicAndreas Rumpf2010-07-212-3/+13
* c2nim tool addedAndreas Rumpf2010-07-215-4/+474
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-045-12/+81
* revert to old behavior of getStartMilsecs; getStartMilsecs deprecatedAndreas Rumpf2010-05-301-7/+7
* unicode.nim compiles againAndreas Rumpf2010-05-291-2/+2
* system.each makes more sense with var?Andreas Rumpf2010-05-291-1/+1
* psapi cleanupAndreas Rumpf2010-05-291-40/+45
* resolved system.nim conflictsAndreas Rumpf2010-05-298-24754/+25220
|\
e>0d52962 ^
2ae9cac ^
188bbc7 ^
0d52962 ^
48b7de4 ^
2859063 ^
0d52962 ^




2ae9cac ^
188bbc7 ^

2ae9cac ^
4ad51d6 ^


2ae9cac ^
188bbc7 ^

5b91af1 ^
2ae9cac ^
5b91af1 ^
0d52962 ^

2ae9cac ^
188bbc7 ^



0d52962 ^







188bbc7 ^




1d3c9f4 ^
44fb3ec ^
188bbc7 ^
0d52962 ^
b95206f ^
188bbc7 ^

0d52962 ^

188bbc7 ^
0d52962 ^


188bbc7 ^
0d52962 ^
188bbc7 ^
d61b5df ^
0d52962 ^
188bbc7 ^
0d52962 ^

188bbc7 ^




0d52962 ^







188bbc7 ^

0d52962 ^
188bbc7 ^
0d52962 ^

188bbc7 ^
0d52962 ^
188bbc7 ^

0d52962 ^

188bbc7 ^
e77157d ^
0d52962 ^
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181