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_other.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing issue #15302 -- lwip doesn't support signals (#15303)
Jaremy Creechley
2020-09-14
1
-0
/
+4
*
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
Jaremy Creechley
2020-08-31
1
-18
/
+62
*
Unsigned iovlen (#15216)
wltsmrz
2020-08-22
1
-1
/
+1
*
posix_other: add define to force time_t to 64 bit [backport] (#14753)
alaviss
2020-06-22
1
-1
/
+6
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
1
-3
/
+3
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-0
/
+3
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
1
-2
/
+0
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
Fix mode_t posix definitions (fixes #12119) (#12132)
pgkos
2019-09-06
1
-1
/
+7
*
styleCheck fixes [bugfix]
Araq
2019-07-15
1
-2
/
+2
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-5
/
+5
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+7
*
Additional platform definitions for sparc64 (#11387)
John Paul Adrian Glaubitz
2019-06-03
1
-1
/
+1
*
removes deprecated T/P types
Araq
2018-11-16
1
-35
/
+1
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
1
-1
/
+1
*
Fix regression due to type change
LemonBoy
2018-09-16
1
-1
/
+1
*
Fix connectUnix/bindUnix with abstract socket paths
LemonBoy
2018-09-15
1
-1
/
+1
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-1
/
+11
*
Use higher time resolution when available in os.nim (#7709)
Oscar Nihlgård
2018-06-04
1
-5
/
+5
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
1
-2
/
+2
*
Fixes `times` module compilation on cpp backend. (#7004)
Dominik Picheta
2018-01-03
1
-1
/
+1
*
Better times module (#6552)
GULPF
2017-12-18
1
-18
/
+18
*
fixes #6496
Andreas Rumpf
2017-10-15
1
-1
/
+1
*
Android support: put Termux specific dependencies behind a -d:termux switch
Andreas Rumpf
2017-08-30
1
-2
/
+2
*
Introduce first class support for Android (#5772)
Fredrik Høisæther Rasch
2017-08-06
1
-1
/
+1
*
Add mips64 and mips64el CPU platforms (#5866)
James Cowgill
2017-08-03
1
-1
/
+2
*
Genode readdir fix (#6080)
Emery Hemingway
2017-07-14
1
-1
/
+1
*
WIFSIGNALED means process has exited too (with a bang!) (#5678)
Jacek Sieka
2017-04-27
1
-0
/
+15
*
Posix from detect (#5697)
Jacek Sieka
2017-04-12
1
-0
/
+613