Dmitry Atamanov
|
bf5d619a52
Add MemMapFileStream. Fixes in memFiles. (#7944)
|
6 years ago |
Araq
|
bbb0fd4eb7
remove deprecated stuff from the stdlib; introduce better deprecation warnings
|
6 years ago |
Araq
|
e593fef320
memfiles: better error checking for Windows; refs #6361
|
7 years ago |
Denis Rumyantsev
|
71b1377be9
Update memfiles.nim (#6328)
|
7 years ago |
Arne Döring
|
000b8afd26
Remove expr/stmt (#5857)
|
7 years ago |
c-blake
|
d59441340d
Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)
|
7 years ago |
Charles Blake
|
ec1a77bb86
Oops - forgot export marker.
|
8 years ago |
Charles Blake
|
1bb6775f92
Add a proc `==` for MemSlice.
|
8 years ago |
James Parkinson
|
a241b0f131
Add doco on mapMem(), extend doco on open(), and add extra lines space for readability
|
8 years ago |
Jacek Sieka
|
64b0485207
fix types of ansi_c/sysio to more closely match C ABI
|
8 years ago |
JamesP
|
305766a9fa
Bug fix: change non-fmRead file mode to set GENERIC_READ or GENERIC_WRITE
|
9 years ago |
JamesP
|
bdc1c5ee84
change type of windows handles to Handle
|
9 years ago |
JamesP
|
7656fae456
fix wasOpened reference and set to false on close
|
9 years ago |
JamesP
|
d23c697044
Add wasOpened flag for windows, so not attempt close when unopened
|
9 years ago |
JamesP
|
b6b2750327
Undo zero check
|
9 years ago |
JamesP
|
88fc415c69
bug fix: close() only unmapViewOfFile() when fHandle is valid.
|
9 years ago |
Adam Strzelecki
|
43bddf62dd
lib: Trim .nim files trailing whitespace
|
9 years ago |
Charles Blake
|
5ec4b7946f
Add note about what is included.
|
9 years ago |
Charles Blake
|
0487ad4180
Use hyperlinks to refer to other procs.
|
9 years ago |
Charles Blake
|
abf15ec6ce
Expand memSlices doc comment & use better example.
|
9 years ago |
Charles Blake
|
9e8b4475e2
Spruce up doc comments as per dom96 suggestions.
|
9 years ago |
Charles Blake
|
c373c7209a
toString --> `$`.
|
9 years ago |
Charles Blake
|
1bea224c4a
Try to get examples to render right as HTML.
|
9 years ago |
Charles Blake
|
2e4e0ffd3d
Add some example code blocks.
|
9 years ago |
Charles Blake
|
ad67bfcf46
Quote the \ in doc comments.
|
9 years ago |
Charles Blake
|
63c4f204e8
Add some little one-line doc comment of MemSlice.
|
9 years ago |
Charles Blake
|
2bcd4e9a38
Add top of module comment. Re-order definitions to
|
9 years ago |
Charles Blake
|
fc54fbfb98
Nix unchecked which has no semantics for objects.
|
9 years ago |
Charles Blake
|
0b4c816cba
cstring->pointer in MemSlice to make consistent with MemFile and
|
9 years ago |
Charles Blake
|
f2c5676767
Remove NUL termination unneeded post toNimStr fix.
|
9 years ago |