summary refs log tree commit diff stats
path: root/lib/impure/rdstdin.nim
Commit message (Collapse)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-4/+8
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 ↵Araq2011-11-291-2/+2
| | | | liners (see examples/maximum.nim)
* compiler uses new 'readLine'Araq2011-11-271-2/+22
|
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-4/+4
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-0/+0
|
* first implementation of suggestAraq2011-02-161-1/+3
|
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-141-1/+0
|
* REPL improvementsAraq2011-02-131-0/+37