index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
streams.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-1
/
+32
*
make travis green
Araq
2019-02-06
1
-1
/
+1
*
make streams.close more forgiving in order to break less code out there
Araq
2019-02-06
1
-1
/
+1
*
Improve exception tracking in the streams module (#10453)
Oscar Nihlgård
2019-01-28
1
-21
/
+16
*
make the stdlib work with the changed docgen
Araq
2019-01-11
1
-1
/
+1
*
make Stream.{read,peek} procs public (#9806)
Notkea
2019-01-09
1
-2
/
+2
*
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-28
/
+28
*
Fixes #8841 (#9101)
Yasuhiro Horimoto
2018-10-09
1
-2
/
+2
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-1
/
+4
*
stdlib work
Zahary Karadjov
2018-06-16
1
-2
/
+14
*
Hide readAll from js for tests passing
data-man
2018-05-25
1
-13
/
+14
*
Fixes streams bugs
data-man
2018-05-25
1
-3
/
+3
*
Fixes #7877
data-man
2018-05-25
1
-1
/
+0
*
Fixes #7877
data-man
2018-05-25
1
-6
/
+8
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-31
/
+0
*
Fixes #5281 (#7489)
Dmitry Atamanov
2018-04-06
1
-0
/
+2
*
Resolves #5588: adds openFileStream proc that throws on failure (#7282)
twetzel59
2018-03-04
1
-0
/
+10
*
Update streams.nim
indianpojken
2017-10-16
1
-8
/
+8
*
Adds uintX variants to read/peek procs
indianpojken
2017-10-09
1
-0
/
+32
*
Fix (#6093)
Dmitry Atamanov
2017-07-17
1
-2
/
+2
*
fixes a long standing string steams bug that caused lexbase to misbehave
Andreas Rumpf
2017-06-06
1
-0
/
+4
*
disable StringStream for JS (needs copyMem)
Jacek Sieka
2016-06-08
1
-59
/
+59
*
Spellcheck
Federico Ceratto
2016-02-29
1
-1
/
+1
*
Dont convert string to cstring when writing to stream.
Yuriy Glukhov
2016-01-21
1
-1
/
+4
*
use const instead of let
Radu Oana
2015-09-30
1
-1
/
+1
*
Move magic numbers to const
Radu Oana
2015-09-30
1
-5
/
+6
*
added streams.readAll proc
Araq
2015-09-29
1
-0
/
+12
*
add default file mode to newFileStream()
JamesP
2015-09-26
1
-1
/
+1
*
add examples to top of module for stringStream and fileStream
JamesP
2015-09-26
1
-0
/
+20
*
reworked deprecation to retain old procs
patrick dw
2015-06-19
1
-2
/
+5
*
Renamed writeln procs to writeLine
patrick dw
2015-06-18
1
-1
/
+3
*
Allow to set position at end of stream
Federico Omoto
2015-06-09
1
-1
/
+1
*
lib/pure/p-t - Dropped 'T' from types
pdw
2015-06-04
1
-1
/
+1
*
Fix guard for streams tests
Flaviu Tamas
2015-05-25
1
-1
/
+1
*
Fix peekLine() for streams
Sergey Avseyev
2015-05-26
1
-2
/
+6
*
Remove trailing spaces
Sergey Avseyev
2015-05-25
1
-47
/
+47
*
Added defer statement
apense
2015-05-24
1
-1
/
+1
*
Rewrote some peeking procedures
apense
2015-05-21
1
-27
/
+4
*
Update streams.nim
apense
2015-05-04
1
-0
/
+10
*
Added peeking procedures to streams
apense
2015-04-12
1
-1
/
+111
*
set the correct length for s.data when data truely increased
Archs
2015-03-04
1
-2
/
+2
*
streams.ssWriteData: calling setLen only when new data truely increases the u...
Archs
2015-03-01
1
-3
/
+5
*
Fix typos
Federico Ceratto
2015-02-15
1
-10
/
+10
*
fixes the integer conversion regressions
Araq
2015-01-13
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
big rename
Araq
2014-08-27
1
-95
/
+102
*
renamefest
Araq
2014-08-23
1
-9
/
+9
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-7
/
+9
*
JS: Fixes math and streams module and implements json.
Dominik Picheta
2014-04-11
1
-39
/
+41
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
[next]