index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
/
io.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-3
/
+3
*
Use readable escape sequences (#17241)
Clyybber
2021-03-03
1
-1
/
+1
*
Replace double backticks with single backticks - Part 1 out of ~6 (#17205)
Danil Yarantsev
2021-02-28
1
-18
/
+18
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-4
/
+8
*
fix some warnings (#16952)
flywind
2021-02-08
1
-12
/
+12
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-17
/
+17
*
fix #16502 (#16512)
flywind
2020-12-30
1
-1
/
+1
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
1
-8
/
+16
*
Fix #14259 #15621 (#16322) [backport:1.4]
rockcavera
2020-12-12
1
-4
/
+11
*
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
Jaremy Creechley
2020-08-31
1
-3
/
+9
*
readLine: Unicode support for Windows console (#14782)
Andreas Rumpf
2020-07-20
1
-0
/
+62
|
\
|
*
readLine: Fix issues with --gc:arc
ktamp
2020-06-26
1
-6
/
+11
|
*
readLine: Remove recursive imports
ktamp
2020-06-25
1
-10
/
+31
|
*
readLine: Unicode support for Windows console
ktamp
2020-06-23
1
-0
/
+36
*
|
io: fix SetHandleInformation signature to match Windows' (#15017)
alaviss
2020-07-20
1
-2
/
+7
|
/
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-8
/
+8
*
io: correct signature for some win32 apis (#14551)
alaviss
2020-06-03
1
-5
/
+5
*
hotfix doc comments for procs without body (#14494)
Timothee Cour
2020-05-29
1
-5
/
+0
*
trunner was not actually being tested in non-CTFFI mode; minor testament clea...
Timothee Cour
2020-05-19
1
-1
/
+1
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-0
/
+1
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
1
-4
/
+4
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-5
/
+85
*
fix #13829 (#13831)
Timothee Cour
2020-04-01
1
-1
/
+1
*
__stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)
Euan
2020-03-23
1
-1
/
+1
*
fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)
Timothee Cour
2020-02-11
1
-2
/
+15
*
[backport] fix #13352
narimiran
2020-02-07
1
-0
/
+3
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
1
-1
/
+1
*
fix stdout(etc) for emscripten
Timothee Cour
2020-01-28
1
-3
/
+4
*
Added 'ansic' os support for minimal (embedded) targets (#13088)
Ico Doornekamp
2020-01-15
1
-2
/
+2
*
VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)
Timothee Cour
2020-01-12
1
-3
/
+8
*
[backport] system/io.nim fix wrong documentation comment [ci skip]
narimiran
2020-01-10
1
-2
/
+2
*
fixes #13013, reverts previous changes to readLines() (#13036) [backport]
cooldome
2020-01-05
1
-3
/
+5
*
remove default argument for readLines (#12807) [backport]
cooldome
2020-01-02
1
-3
/
+3
*
minor refactorings
Andreas Rumpf
2019-12-27
1
-9
/
+9
*
added 'since' template for further stdlib additions
Andreas Rumpf
2019-11-07
1
-1
/
+1
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-9
/
+9
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-2
/
+2
*
fix deprecation warnings related to Int128 (#12474)
Miran
2019-10-28
1
-1
/
+1
*
Revert "Fixes #12187 (#12321)" (#12447)
Andreas Rumpf
2019-10-18
1
-11
/
+3
*
fix a few dead links and a missing sentence in documentation (#12387)
Nindaleth
2019-10-08
1
-3
/
+3
*
fixes #12315 [backport]; refs #12314 (#12385)
Andreas Rumpf
2019-10-08
1
-0
/
+6
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
1
-3
/
+11
*
`system.writeFile` has been overloaded to also support `openarray[byte]` (#12...
zah
2019-10-02
1
-0
/
+12
*
consistent floating point output (#12219)
Andreas Rumpf
2019-09-20
1
-2
/
+9
*
Add -d:androidNDK to fix echo on Android NDK builds. (#12203)
treeform
2019-09-17
1
-19
/
+32
*
more enhancements for #11618 (#11976)
Andreas Rumpf
2019-08-18
1
-2
/
+25
*
fixes #11618 (#11969)
Andreas Rumpf
2019-08-17
1
-4
/
+28
*
fixes #11801
Araq
2019-08-16
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-8
/
+8
[next]