index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
memfiles.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-1
/
+1
*
Fix word wrapping
Jjp137
2019-10-22
1
-4
/
+4
*
Fix many broken links
Jjp137
2019-10-22
1
-4
/
+4
*
Revert "Fixes #12187 (#12321)" (#12447)
Andreas Rumpf
2019-10-18
1
-1
/
+1
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
1
-1
/
+1
*
[backport] run nimpretty on os-related stuff
narimiran
2019-09-30
1
-30
/
+32
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
fixes #12186
Araq
2019-09-18
1
-1
/
+1
*
Make MemSlice stringification both simpler and faster. (#10464)
c-blake
2019-01-27
1
-3
/
+2
*
Allow an escape hatch for platform specific flags/default override (#9968)
c-blake
2018-12-14
1
-5
/
+21
*
clean up the implementation of the new memfiles.resize
Araq
2018-12-12
1
-27
/
+27
*
export every field of MemFile for more low level trickery; refs #9922
Araq
2018-12-12
1
-4
/
+5
*
For now just implement `resize` per https://github.com/nim-lang/Nim/pull/9922
Charles Blake
2018-12-11
1
-15
/
+29
*
Address dom96/Araq opinions in https://github.com/nim-lang/Nim/pull/9922
Charles Blake
2018-12-11
1
-4
/
+19
*
Let handles be seen outside of `memfiles` module so that "updating"
Charles Blake
2018-12-10
1
-4
/
+4
*
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-3
/
+3
*
This has been unnecessary as long as rawNewObj has called zeroMem, (#8867)
c-blake
2018-09-04
1
-1
/
+0
*
Don't depend on string.h in codegen (#8299)
Yuriy Glukhov
2018-07-13
1
-2
/
+1
*
make tmemfile2 work again
Araq
2018-07-06
1
-1
/
+2
*
Add MemMapFileStream. Fixes in memFiles. (#7944)
Dmitry Atamanov
2018-06-14
1
-9
/
+109
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-2
/
+0
*
memfiles: better error checking for Windows; refs #6361
Araq
2018-01-03
1
-4
/
+7
*
Update memfiles.nim (#6328)
Denis Rumyantsev
2017-09-15
1
-1
/
+1
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-3
/
+3
*
Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)
c-blake
2017-03-12
1
-8
/
+20
*
Oops - forgot export marker.
Charles Blake
2016-12-22
1
-1
/
+1
*
Add a proc `==` for MemSlice.
Charles Blake
2016-12-22
1
-0
/
+5
*
Add doco on mapMem(), extend doco on open(), and add extra lines space for re...
James Parkinson
2016-08-05
1
-7
/
+27
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-4
/
+2
*
Bug fix: change non-fmRead file mode to set GENERIC_READ or GENERIC_WRITE
JamesP
2015-09-24
1
-1
/
+2
*
change type of windows handles to Handle
JamesP
2015-09-24
1
-3
/
+3
*
fix wasOpened reference and set to false on close
JamesP
2015-09-23
1
-1
/
+2
*
Add wasOpened flag for windows, so not attempt close when unopened
JamesP
2015-09-22
1
-1
/
+4
*
Undo zero check
JamesP
2015-09-22
1
-1
/
+1
*
bug fix: close() only unmapViewOfFile() when fHandle is valid.
JamesP
2015-09-12
1
-1
/
+1
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-5
/
+5
*
Add note about what is included.
Charles Blake
2015-08-04
1
-0
/
+3
*
Use hyperlinks to refer to other procs.
Charles Blake
2015-08-04
1
-6
/
+8
*
Expand memSlices doc comment & use better example.
Charles Blake
2015-08-04
1
-14
/
+27
*
Spruce up doc comments as per dom96 suggestions.
Charles Blake
2015-08-03
1
-7
/
+12
*
toString --> `$`.
Charles Blake
2015-08-03
1
-1
/
+1
*
Try to get examples to render right as HTML.
Charles Blake
2015-08-02
1
-1
/
+5
*
Add some example code blocks.
Charles Blake
2015-08-02
1
-2
/
+10
*
Quote the \ in doc comments.
Charles Blake
2015-08-02
1
-5
/
+5
*
Add some little one-line doc comment of MemSlice.
Charles Blake
2015-08-02
1
-1
/
+1
*
Add top of module comment. Re-order definitions to
Charles Blake
2015-08-02
1
-6
/
+36
*
Nix unchecked which has no semantics for objects.
Charles Blake
2015-08-02
1
-1
/
+1
*
cstring->pointer in MemSlice to make consistent with MemFile and
Charles Blake
2015-07-29
1
-8
/
+8
*
Remove NUL termination unneeded post toNimStr fix.
Charles Blake
2015-07-28
1
-1
/
+0
*
Rename [rR]ecord->[mM]emSlice, rec->ms, End->ending. Also update some comments.
Charles Blake
2015-07-26
1
-20
/
+20
[next]