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
*
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
*
Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198
Federico Ceratto
2019-01-06
3
-0
/
+3
*
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
5
-71
/
+1
|
/
*
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
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
5
-15
/
+14
*
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
*
Constant folding for integer casts (#8095)
LemonBoy
2018-08-31
1
-1
/
+1
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-1
/
+11
*
Add extended baud rates to posix/termios (#8322)
Jeff Ciesielski
2018-07-16
1
-0
/
+15
*
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
3
-32
/
+1128
*
Use higher time resolution when available in os.nim (#7709)
Oscar Nihlgård
2018-06-04
2
-7
/
+25
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
7
-14
/
+12
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
2
-4
/
+4
*
Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD a...
aguspiza
2018-04-12
2
-1
/
+17
[next]