summary refs log tree commit diff stats
path: root/tests/stdlib/tmemfiles2.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
'>127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157