Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix not flushing stdout in MSYS (#19590) | Hamid Bluri | 2022-03-07 | 1 | -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 Cour | 2021-06-28 | 1 | -10/+4 |
| | |||||
* | use `-r:off` for runnableExamples that should compile but not run (#17203) | Timothee Cour | 2021-03-01 | 1 | -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) | flywind | 2021-02-21 | 1 | -6/+6 |
| | |||||
* | add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977) | Timothee Cour | 2021-02-09 | 1 | -9/+11 |
| | | | | | * add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) * changelog | ||||
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 1 | -11/+11 |
| | | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 1 | -1/+0 |
| | |||||
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 1 | -2/+8 |
| | | | | * Add more Docs and runnableExamples | ||||
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ↵ | Timothee Cour | 2020-03-13 | 1 | -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 Rumpf | 2019-08-23 | 1 | -40/+0 |
| | |||||
* | minor style changes | Araq | 2019-07-11 | 1 | -2/+2 |
| | |||||
* | Genode fixes (#10491) | Emery Hemingway | 2019-01-29 | 1 | -0/+9 |
| | | | Readline pasthru, add linker to config, do not pass -lm to linker. | ||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | move `readPasswordFromStdin` from rdstdin to terminal (#7266) | Vindaar | 2018-02-27 | 1 | -44/+0 |
| | |||||
* | fix in using the linenoise function (#5351) | Arne Döring | 2017-02-08 | 1 | -1/+2 |
| | |||||
* | Fixes #3159. | Dominik Picheta | 2016-04-04 | 1 | -3/+4 |
| | |||||
* | Rename THANDLE to Handle to fix deprecation warnings | def | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Fixed deprecation warnings while Nim compiles. | Hans Raaf | 2016-01-18 | 1 | -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 ↵ | Araq | 2015-08-18 | 1 | -1/+1 |
| | | | | negative values anymore) | ||||
* | use linenoise instead of GNU readline | Araq | 2015-06-21 | 1 | -15/+9 |
| | |||||
* | lib/impure - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | Fix Termios wrapper | def | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used | Araq | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | don't use conio.h on windows (#2137) | Araq | 2015-03-08 | 1 | -11/+55 |
| | |||||
* | Add a new line after readPasswordFromStdin, add result | def | 2015-02-09 | 1 | -5/+11 |
| | |||||
* | Fix readPasswordFromStdin for Windows | def | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | 'nimsuggest' compiles again | Araq | 2015-02-08 | 1 | -11/+13 |
| | |||||
* | Add readPasswordFromStdin to rdstdin | def | 2015-02-03 | 1 | -4/+38 |
| | |||||
* | cleaned up various modules | Araq | 2014-09-19 | 1 | -4/+4 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -4/+4 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 1 | -4/+8 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 ↵ | Araq | 2011-11-29 | 1 | -2/+2 |
| | | | | liners (see examples/maximum.nim) | ||||
* | compiler uses new 'readLine' | Araq | 2011-11-27 | 1 | -2/+22 |
| | |||||
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -4/+4 |
| | |||||
* | bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas | Araq | 2011-03-23 | 1 | -0/+0 |
| | |||||
* | first implementation of suggest | Araq | 2011-02-16 | 1 | -1/+3 |
| | |||||
* | bugfix: readline wrapper; bugfix: evaluation of type conversions | Araq | 2011-02-14 | 1 | -1/+0 |
| | |||||
* | REPL improvements | Araq | 2011-02-13 | 1 | -0/+37 |