summary refs log tree commit diff stats
path: root/lib/impure/rdstdin.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* remove unused imports (#21126)ringabout2022-12-171-2/+0
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+3
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-311-0/+3
* fix not flushing stdout in MSYS (#19590)Hamid Bluri2022-03-071-0/+1
* simplify rdstdin (#18382)Timothee Cour2021-06-281-10/+4
* use `-r:off` for runnableExamples that should compile but not run (#17203)Timothee Cour2021-03-011-9/+8
* use single backtick (#17133)flywind2021-02-211-6/+6
* add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977)Timothee Cour2021-02-091-9/+11
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-11/+11
* Deprecate DCE:on (#13839)Juan Carlos2020-04-021-1/+0
* Add Documentation (#13811)Juan Carlos2020-03-311-2/+8
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-1/+1
* 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