summary refs log tree commit diff stats
path: root/tests/stdlib/tmemfiles2.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)c-blake2023-02-151-2/+3
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* Merge branch 'araq-devel' of github.com:nim-lang/Nim into araq-develAndreas Rumpf2018-07-061-2/+3
|\
| * make tmemfile2 work againAraq2018-07-061-2/+3
* | make tests green againAndreas Rumpf2018-07-061-1/+1
|/
* Add MemMapFileStream. Fixes in memFiles. (#7944)Dmitry Atamanov2018-06-141-1/+2
* memfiles: enable test; refs #6361Araq2018-01-031-2/+0
* Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)c-blake2017-03-121-1/+1
* fixes #2473; cleanup of some testsAraq2015-09-301-0/+2
* minor fix - remove comments from discard sectionJamesP2015-09-271-1/+0
* add memfiles test of create/read/write dataJamesP2015-09-241-0/+38