summary refs log tree commit diff stats
path: root/lib/impure/rdstdin.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix not flushing stdout in MSYS (#19590)Hamid Bluri2022-03-071-0/+1
| | | I did this pull request according to what xflywind said: https://github.com/nim-lang/Nim/pull/19584#issuecomment-1060085141
* 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 -r:off for runnableExamples that should compile but not run * use -r:off in other RT disabled tests
* 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
| | | | | * add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) * changelog
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-11/+11
| | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
* Deprecate DCE:on (#13839)Juan Carlos2020-04-021-1/+0
|
* Add Documentation (#13811)Juan Carlos2020-03-311-2/+8
| | | | * Add more Docs and runnableExamples
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ↵Timothee Cour2020-03-131-1/+1
| | | | | | | | other fixes (#13550) * fix #13218: avoid some irrelevant warnings for nim doc,rst2html * suppress warnRedefinitionOfLabel for nim doc * lots of fixes for UnusedImport warnings
* 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
| | | Readline pasthru, add linker to config, do not pass -lm to linker.
* 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
| | | | | I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings.
* fixes Windows version of readPasswordFromStdin (setLen doesn't accept ↵Araq2015-08-181-1/+1
| | | | negative values anymore)
* 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 ↵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