summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Expand)AuthorAgeFilesLines
* Avoids raising exceptions in tryInsertID.Grzegorz Adam Hankiewicz2014-01-291-2/+4
* better testerAraq2014-01-171-1/+1
* fixes db_sqliteAraq2014-01-131-20/+20
* case consistency improvementsAraq2014-01-116-50/+50
* case consistency: niminstAraq2013-12-291-2/+2
* case consistency part 6Araq2013-12-281-33/+33
* case consistency part 2Araq2013-12-271-4/+4
* case consistency part 1Araq2013-12-271-4/+4
* Add docs for connecting to postgres with keyword/value connectionHitesh Jasani2013-12-041-0/+15
* new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+1
* Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-1/+4
* Warns to not modify string findAll is iterating over.Grzegorz Adam Hankiewicz2013-07-161-1/+4
* manyloc test should be green againAraq2013-06-041-1/+0
* osinfo_win compiles againAraq2013-05-201-2/+1
* pegs/re =~ warns about scope rule change; improved docsAraq2013-05-081-0/+1
* re.nim compiles againAraq2013-05-011-1/+2
* Fixed incorrect drawing of rectangles by graphics.drawRect.Dominik Picheta2013-04-141-3/+8
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1612-0/+0
* Transforms httpclient into hyperlink for ease of use.Grzegorz Adam Hankiewicz2012-12-111-1/+2
* Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-243-13/+21
|\
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-243-13/+21
* | fixes #250Araq2012-11-194-8/+8
|/
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-186-65/+113
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+2
* Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-203-31/+32
* bugfix: leak in db_sqlite.GetValueAraq2012-10-101-3/+5
* Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-071-2/+4
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-1/+1
* first steps to make templates hygienicAraq2012-08-201-1/+4
* openarray/varargs split; breaks bootstrappingAraq2012-08-164-39/+39
* Both the re and pegs module's `=~` templates can now be used simultaneously f...Dominik Picheta2012-07-211-1/+1
* improved unsigned supportAraq2012-07-141-14/+13
* fixes #164Araq2012-07-111-4/+4
* dialogs.nim and osinfo_win.nim compile againAraq2012-07-102-12/+18
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-093-12/+12
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-084-20/+21
* made some tests green againAraq2012-06-201-11/+12
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-0/+2
* fixes #113Araq2012-05-201-12/+16
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-013-3/+3
* some code formatingAraq2012-04-261-3/+2
* added db_*.getRowAraq2012-04-243-0/+34
* Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of P...dom962012-04-201-43/+64
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+213
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-1/+2
* year 2012 for most copyright headersAraq2012-01-0210-10/+10
* GC stack scanning cares about interior pointersAraq2011-12-301-7/+5
* Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-271-1/+4
* - Added extractFile and extractAll to zipfiles.nimAmrykid2011-12-241-0/+22
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-2/+2
Kartik Agaram <vc@akkartik.com> 2020-11-01 22:02:13 -0800 7154' href='/akkartik/mu/commit/apps/factorial.subx?h=hlt&id=17623a628aee2429a5a8d8b65bd84235f6be0e3f'>17623a62 ^
03d50cc8 ^
17623a62 ^

604c8315 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
c0bde5f8 ^





1afc8828 ^
c0bde5f8 ^



1afc8828 ^
c0bde5f8 ^

















480fd995 ^
33352536 ^
17623a62 ^





















282681c7 ^
7dac9ade ^
6ff9ce26 ^
ee9a9237 ^
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