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 `$` on 0-length `MemSlice` produce Nim "" as per DMisener idea (#24015)
c-blake
2024-09-04
1
-1
/
+1
*
Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix v...
c-blake
2024-06-14
1
-36
/
+30
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-3
/
+3
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-7
/
+8
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
1
-5
/
+2
*
Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)
c-blake
2023-02-15
1
-42
/
+81
*
fix #12122 (#21096)
Bung
2022-12-16
1
-4
/
+4
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
1
-1
/
+2
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+2
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-4
/
+4
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+4
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
1
-1
/
+1
*
move io out of system (#19442)
flywind
2022-02-02
1
-2
/
+2
*
Replace double backticks with single backticks - Part 4 out of ~7 (#17216)
Danil Yarantsev
2021-03-01
1
-14
/
+14
*
fix some warnings (#16952)
flywind
2021-02-08
1
-2
/
+2
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-6
/
+6
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
1
-2
/
+2
*
fixes #14760 (#14769)
Andreas Rumpf
2020-06-23
1
-1
/
+1
*
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
[next]