summary refs log tree commit diff stats
path: root/lib/std/syncio.nim
Commit message (Expand)AuthorAgeFilesLines
* fix noreturn/implicit discard check logic (#23681)metagn2024-06-051-1/+1
* Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456)lit2024-04-031-1/+4
* fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380)ringabout2024-03-091-2/+2
* follow up #22380; fixes incorrect usages of `newWideCString` (#23278)ringabout2024-02-051-1/+1
* reserve `sysFatal` for `Defect` (#22158)Jacek Sieka2023-11-061-9/+6
* fixes incorrect cint overflow in system (#22718)ringabout2023-09-181-1/+1
* fixes syncio document (#22498)Nan Xiao2023-08-171-2/+2
* fixes syncio document (#22467)Nan Xiao2023-08-141-2/+2
* remove decades-deprecated Win32 API *A function support (#21315)tersec2023-03-021-2/+2
* fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)ringabout2023-01-251-3/+4
* fix #12122 (#21096)Bung2022-12-161-1/+1
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-011-3/+3
* fix #20835 (#20872)rockcavera2022-11-181-2/+21
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-1/+1
* fix fwrite prototype (#20644)Jacek Sieka2022-10-241-1/+1
* move widestrs out of system (#20462)metagn2022-10-011-0/+2
* moderate system cleanup & refactor (#20355)metagn2022-09-281-53/+11
* Revert "fix #19600 No error checking on fclose (#19836)" (#20297)ringabout2022-09-021-4/+2
* fix #19600 No error checking on fclose (#19836)Bung2022-08-291-2/+4
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* move io out of system (#19442)flywind2022-02-021-0/+962