summary refs log tree commit diff stats
path: root/lib/impure/rdstdin.nim
Commit message (Expand)AuthorAgeFilesLines
* rdstdin: remove cruft that shouldn't have been exported or added (#12014)Andreas Rumpf2019-08-231-40/+0
* minor style changesAraq2019-07-111-2/+2
* Genode fixes (#10491)Emery Hemingway2019-01-291-0/+9
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* move `readPasswordFromStdin` from rdstdin to terminal (#7266)Vindaar2018-02-271-44/+0
* fix in using the linenoise function (#5351)Arne Döring2017-02-081-1/+2
* Fixes #3159.Dominik Picheta2016-04-041-3/+4
* Rename THANDLE to Handle to fix deprecation warningsdef2016-02-111-1/+1
* Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-181-1/+1
* fixes Windows version of readPasswordFromStdin (setLen doesn't accept negativ...Araq2015-08-181-1/+1
* use linenoise instead of GNU readlineAraq2015-06-211-15/+9
* lib/impure - Dropped 'T' from typespdw2015-06-041-1/+1
* Fix Termios wrapperdef2015-04-241-1/+1
* fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be usedAraq2015-03-101-1/+1
* don't use conio.h on windows (#2137)Araq2015-03-081-11/+55
* Add a new line after readPasswordFromStdin, add resultdef2015-02-091-5/+11
* Fix readPasswordFromStdin for Windowsdef2015-02-081-1/+1
* 'nimsuggest' compiles againAraq2015-02-081-11/+13
* Add readPasswordFromStdin to rdstdindef2015-02-031-4/+38
* cleaned up various modulesAraq2014-09-191-4/+4
* Nimrod renamed to NimAraq2014-08-281-1/+1
* case consistency improvementsAraq2014-01-111-1/+1
* case consistency part 1Araq2013-12-271-4/+4
* 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 l...Araq2011-11-291-2/+2
* 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