summary refs log tree commit diff stats
path: root/lib/system/io.nim
Commit message (Expand)AuthorAgeFilesLines
* use lowercase --define switches (#17283)flywind2021-03-071-3/+3
* Use readable escape sequences (#17241)Clyybber2021-03-031-1/+1
* Replace double backticks with single backticks - Part 1 out of ~6 (#17205)Danil Yarantsev2021-02-281-18/+18
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* add io.readChars overload (simpler, less error prone) (#16044)Timothee Cour2021-02-221-4/+8
* fix some warnings (#16952)flywind2021-02-081-12/+12
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-17/+17
* fix #16502 (#16512)flywind2020-12-301-1/+1
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-8/+16
* Fix #14259 #15621 (#16322) [backport:1.4]rockcavera2020-12-121-4/+11
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-311-3/+9
* readLine: Unicode support for Windows console (#14782)Andreas Rumpf2020-07-201-0/+62
|\
| * readLine: Fix issues with --gc:arcktamp2020-06-261-6/+11
| * readLine: Remove recursive importsktamp2020-06-251-10/+31
| * readLine: Unicode support for Windows consolektamp2020-06-231-0/+36
* | io: fix SetHandleInformation signature to match Windows' (#15017)alaviss2020-07-201-2/+7
|/
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-8/+8
* io: correct signature for some win32 apis (#14551)alaviss2020-06-031-5/+5
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-291-5/+0
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+1
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-011-4/+4
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-5/+85
* fix #13829 (#13831)Timothee Cour2020-04-011-1/+1
* __stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)Euan2020-03-231-1/+1
* fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)Timothee Cour2020-02-111-2/+15
* [backport] fix #13352narimiran2020-02-071-0/+3
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-1/+1
* fix stdout(etc) for emscriptenTimothee Cour2020-01-281-3/+4
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-151-2/+2
* VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)Timothee Cour2020-01-121-3/+8
* [backport] system/io.nim fix wrong documentation comment [ci skip]narimiran2020-01-101-2/+2
* fixes #13013, reverts previous changes to readLines() (#13036) [backport]cooldome2020-01-051-3/+5
* remove default argument for readLines (#12807) [backport]cooldome2020-01-021-3/+3
* minor refactoringsAndreas Rumpf2019-12-271-9/+9
* added 'since' template for further stdlib additionsAndreas Rumpf2019-11-071-1/+1
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-9/+9
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-2/+2
* fix deprecation warnings related to Int128 (#12474)Miran2019-10-281-1/+1
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-11/+3
* fix a few dead links and a missing sentence in documentation (#12387)Nindaleth2019-10-081-3/+3
* fixes #12315 [backport]; refs #12314 (#12385)Andreas Rumpf2019-10-081-0/+6
* Fixes #12187 (#12321)Clyybber2019-10-081-3/+11
* `system.writeFile` has been overloaded to also support `openarray[byte]` (#12...zah2019-10-021-0/+12
* consistent floating point output (#12219)Andreas Rumpf2019-09-201-2/+9
* Add -d:androidNDK to fix echo on Android NDK builds. (#12203)treeform2019-09-171-19/+32
* more enhancements for #11618 (#11976)Andreas Rumpf2019-08-181-2/+25
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-4/+28
* fixes #11801Araq2019-08-161-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-8/+8