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 |
Charles Blake
|
ae303cc1c3
Rename [rR]ecord->[mM]emSlice, rec->ms, End->ending. Also update some comments.
|
9 years ago |
Charles Blake
|
3f4255dd14
Beg->data, Len->size to address Varriount's issue. I was unaware of
|
9 years ago |
Charles Blake
|
a12c9cfb9d
Add MemFile text interface factored so users can optionally skip Nim string
|
9 years ago |
pdw
|
6914244f30
lib/pure/e-o - Dropped 'T' from types
|
9 years ago |
Guillaume Gelin
|
3119fe087d
Happy new year!
|
10 years ago |
Araq
|
d05df2173b
Nimrod renamed to Nim
|
10 years ago |
Araq
|
df172806ea
big rename
|
10 years ago |
Araq
|
11b6958755
big rename
|
10 years ago |
Araq
|
2f43fdb837
renamefest
|
10 years ago |
Nick Greenfield
|
3a57052e57
Revert "Do not automatically use MAP_POPULATE for opening mmap files."
|
10 years ago |
Nick Greenfield
|
cba75db4e3
Do not automatically use MAP_POPULATE for opening mmap files.
|
10 years ago |
Nick Greenfield
|
272fd42c97
Add automatic MAP_POPULATE flag for opening read_only (MAP_PRIVATE) and shared (MAP_SHARED) mmap files.
|
10 years ago |
boydgreenfield
|
a309a5f38a
Update posix open() call to incl. permissions
|
10 years ago |
boydgreenfield
|
c210e1255c
Clarify newFileSize & mappedSize params in memfiles.open() docs
|
10 years ago |