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
*
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
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
2
-8
/
+14
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
2
-2
/
+2
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
2
-2
/
+2
*
Fix mode_t posix definitions (fixes #12119) (#12132)
pgkos
2019-09-06
5
-6
/
+17
*
styleCheck fixes [bugfix]
Araq
2019-07-15
1
-3
/
+3
*
styleCheck fixes [bugfix]
Araq
2019-07-15
1
-2
/
+2
*
styleCheck fixes [bugfix]
Araq
2019-07-15
1
-2
/
+2
*
there is only one style -- my style
Araq
2019-07-10
1
-0
/
+6
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
4
-26
/
+26
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
4
-30
/
+54
*
dynlib: use posix module (#11623)
Jacek Sieka
2019-07-08
2
-2
/
+8
*
ABI fixes for OSX/BSD; fixes #6860 (#11666)
Andreas Rumpf
2019-07-06
2
-0
/
+598
*
Corrected example shown in documentation (#11654) [ci skip]
Akito13
2019-07-04
1
-1
/
+1
*
Additional platform definitions for sparc64 (#11387)
John Paul Adrian Glaubitz
2019-06-03
1
-1
/
+1
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-1
/
+1
*
Improved posix module, added new posix_utils module (#10723)
Federico Ceratto
2019-02-28
2
-4
/
+128
*
Add a standard Rusage type definition and wait4, getrusage declarations (#10484)
c-blake
2019-01-29
1
-0
/
+20
[next]