Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | | Motivation ---------- peekLine procs use defer to reset position in the stream, but it also make them always return nil. Modification ------------ Explicitly set result value in peekLine, and write missing unit test. Result ------ Tests are green and bug is fixed | ||||
* | Remove trailing spaces | Sergey Avseyev | 2015-05-25 | 1 | -47/+47 |
| | |||||
* | Added defer statement | apense | 2015-05-24 | 1 | -1/+1 |
| | | | All peeks should be covered by defer now, I think | ||||
* | Rewrote some peeking procedures | apense | 2015-05-21 | 1 | -27/+4 |
| | | | Use `defer`s and `read...` procs that are already in place. Someone should check that the `defer`s are written correctly. I'm new to using them. | ||||
* | Update streams.nim | apense | 2015-05-04 | 1 | -0/+10 |
| | |||||
* | Added peeking procedures to streams | apense | 2015-04-12 | 1 | -1/+111 |
| | | | Adds peeking to streams, which is just like reading, but at the end, the stream position hasn't changed. | ||||
* | 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 ↵ | Archs | 2015-03-01 | 1 | -3/+5 |
| | | | | underlying string buffer | ||||
* | 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 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 1 | -0/+6 |
| | |||||
* | A file stream now makes sure to only close its file descriptor once. | Dominik Picheta | 2013-04-07 | 1 | -1/+4 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | small cleanups | Araq | 2013-02-19 | 1 | -3/+1 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -1/+2 |
|\ | |||||
| * | Adds hyperlink to system module to explain TFileMode type. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -1/+2 |
| | | |||||
* | | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -2/+6 |
|/ | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 1 | -7/+8 |
| | |||||
* | Fixes bug in streams.ssSetPosition. | Dominik Picheta | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 1 | -7/+8 |
| | |||||
* | preparations for marker procs generation | Araq | 2012-03-19 | 1 | -2/+0 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 ↵ | Araq | 2011-11-29 | 1 | -4/+2 |
| | | | | liners (see examples/maximum.nim) | ||||
* | further steps to get rid of deprecated endOfFile and readLine | Araq | 2011-11-29 | 1 | -1/+3 |
| | |||||
* | compiler uses new 'readLine' | Araq | 2011-11-27 | 1 | -13/+13 |
| | |||||
* | bugfix: tester compiles again | Araq | 2011-11-26 | 1 | -1/+1 |
| |