summary refs log tree commit diff stats
path: root/lib/pure/streams.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix typosFederico Ceratto2015-02-151-10/+10
* fixes the integer conversion regressionsAraq2015-01-131-1/+1
* Nimrod renamed to NimAraq2014-08-281-2/+2
* big renameAraq2014-08-271-95/+102
* renamefestAraq2014-08-231-9/+9
* made large parts of the stdlib gcsafeAraq2014-04-201-7/+9
* JS: Fixes math and streams module and implements json.Dominik Picheta2014-04-111-39/+41
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency part 4Araq2013-12-271-2/+2
* test-runner for caas multi-step testsZahary Karadjov2013-05-041-0/+6
* A file stream now makes sure to only close its file descriptor once.Dominik Picheta2013-04-071-1/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* small cleanupsAraq2013-02-191-3/+1
* merged upstream masterZahary Karadjov2013-01-271-1/+2
|\
| * Adds hyperlink to system module to explain TFileMode type.Grzegorz Adam Hankiewicz2012-12-111-1/+2
* | caas is now drivable through stdinZahary Karadjov2012-11-281-2/+6
|/
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-7/+8
* Fixes bug in streams.ssSetPosition.Dominik Picheta2012-08-181-1/+1
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-7/+8
* preparations for marker procs generationAraq2012-03-191-2/+0
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-4/+2
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-1/+3
* compiler uses new 'readLine'Araq2011-11-271-13/+13
* bugfix: tester compiles againAraq2011-11-261-1/+1
* deprecated endOfFile and readLineAraq2011-11-251-2/+24
* better streams implemenation; fixes #63Araq2011-11-121-25/+89
* renamed optional to discardableAraq2011-09-241-7/+7
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-1/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-2/+3
* got rid of unsound co/contravariance in procvarsAraq2011-06-171-14/+20
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* version 0.8.2rumpf_a@web.de2009-10-211-2/+3
* added tools and web dirsAndreas Rumpf2009-09-151-2/+2
* overload resolution for proc varsAndreas Rumpf2009-06-241-2/+2
* version0.7.10Andreas Rumpf2009-06-081-0/+244
alt'>
69e2b61c0 ^
e0ae9f524 ^
9ce0ac38e ^

4414dafd5 ^










a85e954b5 ^


4414dafd5 ^



a85e954b5 ^



4414dafd5 ^


a85e954b5 ^





4414dafd5 ^
779b1cc5b ^

8ed2431db ^
779b1cc5b ^

8ed2431db ^
4414dafd5 ^

a85e954b5 ^


4414dafd5 ^
779b1cc5b ^
8ed2431db ^













779b1cc5b ^

8ed2431db ^



e0ae9f524 ^
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