summary refs log tree commit diff stats
path: root/lib/impure/rdstdin.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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