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
Commit message (
Expand
)
Author
Age
Files
Lines
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
2
-7
/
+7
*
Fix issue with fields trying to use wrong name (#12655)
Peter Munch-Ellingsen
2022-09-26
1
-2
/
+2
*
Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)
jgirvin-venturi
2022-08-19
1
-0
/
+4
*
epoll: correct mapping [backport] (#20058)
Jacek Sieka
2022-07-18
1
-5
/
+14
*
fix `pthread_mutex_t` size (#20055)
Jacek Sieka
2022-07-18
1
-1
/
+1
*
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
*
fix no net compilation on zephyr (#19399)
Jaremy Creechley
2022-01-17
1
-6
/
+10
*
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
4
-37
/
+77
*
use the correct header for TIOCGWINSZ on Solaris (#19037)
BarrOff
2021-10-22
1
-2
/
+5
*
use more `.}` (#18542)
flywind
2021-07-20
1
-1
/
+1
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
2
-7
/
+7
*
docs: make inline markup more compatible with Markdown (#18053)
Andrey Makarov
2021-05-21
1
-1
/
+1
*
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
2
-2
/
+2
*
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
2
-2
/
+2
*
use single backtick (#17115)
flywind
2021-02-20
7
-16
/
+16
*
avoid doAssert on contents of osReleaseFile (#16955)
n5m
2021-02-15
1
-1
/
+1
*
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
*
Add posix_utils.osReleaseFile (#16452)
Juan Carlos
2021-01-04
1
-1
/
+21
*
fix #12958 (#16565)
Roman Inflianskas
2021-01-03
1
-18
/
+29
*
Revert "fix #15623 (#16009)"
Andrey R (cooldome)
2020-11-17
1
-1
/
+1
*
fix #15623 (#16009)
flywind
2020-11-17
1
-1
/
+1
*
Fixing issue #15302 -- lwip doesn't support signals (#15303)
Jaremy Creechley
2020-09-14
2
-12
/
+28
*
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
Jaremy Creechley
2020-08-31
3
-23
/
+562
*
Unsigned iovlen (#15216)
wltsmrz
2020-08-22
4
-4
/
+4
*
Add `iterator inotify_events` which is *almost always* needed logic for (#15152)
c-blake
2020-08-08
1
-0
/
+14
*
improve epoll docs (#15137)
flywind
2020-08-01
1
-21
/
+23
*
posix_other: add define to force time_t to 64 bit [backport] (#14753)
alaviss
2020-06-22
1
-1
/
+6
*
Add support for mktemps (#14347)
Max Grender-Jones
2020-05-25
2
-8
/
+24
*
Linux updates (#14170)
wltsmrz
2020-05-04
3
-9
/
+17
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
4
-12
/
+12
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
7
-1
/
+25
*
posix: add full Haiku support (#13931)
alaviss
2020-04-09
2
-2
/
+608
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
8
-14
/
+0
*
Documentation and Code Style inotify (#13836)
Juan Carlos
2020-04-02
1
-52
/
+53
*
Documentation, add more examples (#13825)
Juan Carlos
2020-04-01
1
-0
/
+10
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
1
-1
/
+0
*
Add EPOLLEXCLUSIVE (#13718)
Hiroki Noda
2020-03-21
1
-0
/
+1
*
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
2
-2
/
+7
*
Fix #12135 and #12109 (#12137)
Euan
2019-11-11
2
-0
/
+563
[next]