Jjp137
|
d1d8cd1000
Fix word wrapping
|
5 년 전 |
Jjp137
|
dedff71ca0
Fix many broken links
|
5 년 전 |
narimiran
|
ac2181c5b9
[backport] run nimpretty on os-related stuff
|
5 년 전 |
Federico Ceratto
|
fa7f5742d3
Fix spellings (#12277) [backport]
|
5 년 전 |
Araq
|
f8000d4ba1
fixes #12186
|
5 년 전 |
c-blake
|
322f395f31
Make MemSlice stringification both simpler and faster. (#10464)
|
6 년 전 |
c-blake
|
a54e3f4602
Allow an escape hatch for platform specific flags/default override (#9968)
|
6 년 전 |
Araq
|
f828e5da49
clean up the implementation of the new memfiles.resize
|
6 년 전 |
Araq
|
77a884f178
export every field of MemFile for more low level trickery; refs #9922
|
6 년 전 |
Charles Blake
|
b92594572e
For now just implement `resize` per https://github.com/nim-lang/Nim/pull/9922
|
6 년 전 |
Charles Blake
|
369ac2dd2d
Address dom96/Araq opinions in https://github.com/nim-lang/Nim/pull/9922
|
6 년 전 |
Charles Blake
|
740c5b13ea
Let handles be seen outside of `memfiles` module so that "updating"
|
6 년 전 |
Andreas Rumpf
|
223e92b83a
stdlib: documenation updates, the exception names have been changed
|
6 년 전 |
c-blake
|
cec89d8354
This has been unnecessary as long as rawNewObj has called zeroMem, (#8867)
|
6 년 전 |
Yuriy Glukhov
|
dfe3f16022
Don't depend on string.h in codegen (#8299)
|
6 년 전 |
Araq
|
8bcaee1fdf
make tmemfile2 work again
|
6 년 전 |
Dmitry Atamanov
|
bf5d619a52
Add MemMapFileStream. Fixes in memFiles. (#7944)
|
6 년 전 |
Araq
|
bbb0fd4eb7
remove deprecated stuff from the stdlib; introduce better deprecation warnings
|
6 년 전 |
Araq
|
e593fef320
memfiles: better error checking for Windows; refs #6361
|
7 년 전 |
Denis Rumyantsev
|
71b1377be9
Update memfiles.nim (#6328)
|
7 년 전 |
Arne Döring
|
000b8afd26
Remove expr/stmt (#5857)
|
7 년 전 |
c-blake
|
d59441340d
Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)
|
7 년 전 |
Charles Blake
|
ec1a77bb86
Oops - forgot export marker.
|
8 년 전 |
Charles Blake
|
1bb6775f92
Add a proc `==` for MemSlice.
|
8 년 전 |
James Parkinson
|
a241b0f131
Add doco on mapMem(), extend doco on open(), and add extra lines space for readability
|
8 년 전 |
Jacek Sieka
|
64b0485207
fix types of ansi_c/sysio to more closely match C ABI
|
8 년 전 |
JamesP
|
305766a9fa
Bug fix: change non-fmRead file mode to set GENERIC_READ or GENERIC_WRITE
|
9 년 전 |
JamesP
|
bdc1c5ee84
change type of windows handles to Handle
|
9 년 전 |
JamesP
|
7656fae456
fix wasOpened reference and set to false on close
|
9 년 전 |
JamesP
|
d23c697044
Add wasOpened flag for windows, so not attempt close when unopened
|
9 년 전 |