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
/
posix
/
posix.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
NuttX: use accept4 (#21544)
Hiroki Noda
2023-03-20
1
-1
/
+1
*
Fix: nintendoswitch compilation (#21368)
Dmitry Arkhipenko
2023-02-25
1
-2
/
+6
*
Fix the TODO portion of recently added `posix_fallocate` on OS X. (#21387)
c-blake
2023-02-22
1
-2
/
+17
*
Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)
c-blake
2023-02-15
1
-3
/
+8
*
minor code cleanups (#21215)
Andreas Rumpf
2023-01-02
1
-4
/
+4
*
fix posix.mq_receive compilation with cpp backend (#20710)
n5m
2022-11-05
1
-15
/
+41
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
1
-2
/
+2
*
Remove deprecated posix proc (#19774)
Juan Carlos
2022-05-08
1
-10
/
+0
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-1
/
+1
*
correct typos (#19485)
flywind
2022-02-03
1
-1
/
+1
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+3
*
add compile time option for POSIX sigwait on Illumos/Solaris (#19296)
BarrOff
2022-01-02
1
-0
/
+7
*
Various std net improvements (#19132)
Jaremy Creechley
2021-12-12
1
-2
/
+2
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-2
/
+4
*
fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...
Timothee Cour
2021-04-29
1
-1
/
+5
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
1
-1
/
+1
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-6
/
+6
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-1
/
+1
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
use single backtick (#17115)
flywind
2021-02-20
1
-5
/
+5
*
fix warning nim nim doc posix (#16995)
Timothee Cour
2021-02-10
1
-0
/
+4
*
stdlib/os: handle symlinks in copy/move functions (#16709)
Roman Inflianskas
2021-02-04
1
-0
/
+2
*
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
Jaremy Creechley
2020-08-31
1
-5
/
+12
*
Add support for mktemps (#14347)
Max Grender-Jones
2020-05-25
1
-2
/
+11
*
Linux updates (#14170)
wltsmrz
2020-05-04
1
-0
/
+2
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-0
/
+7
*
posix: add full Haiku support (#13931)
alaviss
2020-04-09
1
-2
/
+5
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
1
-1
/
+0
*
Add sideEffect pragma to importC procs in posix, winlean and time module (#13...
Tomohiro
2020-02-08
1
-66
/
+66
*
Add link to posix_utils.html in posix.nim (#13111)
Federico Ceratto
2020-01-12
1
-1
/
+4
*
osx: support nanosecond resolution for file stat (eg getLastModificationTime)...
Timothee Cour
2019-12-04
1
-1
/
+1
*
Fix #12135 and #12109 (#12137)
Euan
2019-11-11
1
-0
/
+2
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-0
/
+6
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Fix mode_t posix definitions (fixes #12119) (#12132)
pgkos
2019-09-06
1
-2
/
+2
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-13
/
+13
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-24
/
+30
*
ABI fixes for OSX/BSD; fixes #6860 (#11666)
Andreas Rumpf
2019-07-06
1
-0
/
+2
*
Corrected example shown in documentation (#11654) [ci skip]
Akito13
2019-07-04
1
-1
/
+1
*
Improved posix module, added new posix_utils module (#10723)
Federico Ceratto
2019-02-28
1
-4
/
+27
*
Add a standard Rusage type definition and wait4, getrusage declarations (#10484)
c-blake
2019-01-29
1
-0
/
+20
*
Merge pull request #9862 from zevv/posix-cmsg
Andreas Rumpf
2018-12-05
1
-0
/
+6
|
\
|
*
Added CMSG_SPACE and CMSG_LEN macros to posix.nim
Ico Doornekamp
2018-12-04
1
-0
/
+6
*
|
removes deprecated T/P types
Araq
2018-11-16
1
-1
/
+0
|
/
*
inject `sig` from anonymous proc instead of for loop
Sebastian Schmidt
2018-09-24
1
-4
/
+5
*
fix `posix.onSignal` example, inject current signal as `s`
Vindaar
2018-09-24
1
-5
/
+11
*
Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)
Vindaar
2018-07-03
1
-20
/
+20
*
Nintendo switch support (#8069)
Joey
2018-06-27
1
-32
/
+36
*
Use higher time resolution when available in os.nim (#7709)
Oscar Nihlgård
2018-06-04
1
-2
/
+20
[next]