ringabout
|
4d11d0619d
|
complete std prefixes for stdlib (#22887)
follow up https://github.com/nim-lang/Nim/pull/22851
follow up https://github.com/nim-lang/Nim/pull/22873
|
2023-10-30 17:03:04 +01:00 |
|
Juan Carlos
|
1b5e03f975
|
Remove deprecated posix.CLONE_STOPPED (#21012)
* Remove deprecated CLONE_STOPPED
* Remove deprecated CLONE_STOPPED
|
2022-12-05 06:53:40 +01:00 |
|
Timothee Cour
|
4f9aaee1d9
|
remove redundant void return in stdlib (#17464)
|
2021-03-23 08:28:53 +01:00 |
|
Roman Inflianskas
|
c82c67dc69
|
fix #12958 (#16565)
Sync between Linux kernel code (header:
https://github.com/torvalds/linux/blob/master/tools/include/uapi/linux/sched.h)
and the linux module in lib.
`CLONE_STOPPED` was marked as deprecated, as it was removed in the
Linux kernel upstream.
Fixes #12958.
|
2021-01-03 14:00:22 +01:00 |
|
Juan Carlos
|
46ca19ff18
|
Deprecate DCE:on (#13839)
|
2020-04-02 02:58:43 +02:00 |
|
Jacek Sieka
|
72dfe176f5
|
remove dead code elimination option (#7669)
|
2018-04-23 11:02:38 +02:00 |
|
aguspiza
|
63160855aa
|
Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD allocation (#7564)
|
2018-04-12 17:42:33 +02:00 |
|
Stefan Rakel
|
d47fec5bcc
|
Fix #6553 (#6580)
|
2017-10-24 10:51:05 +02:00 |
|
Adam Strzelecki
|
43bddf62dd
|
lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:56 +02:00 |
|
pdw
|
1c426c613c
|
lib/posix - Dropped 'T' from types
|
2015-06-04 13:17:11 +02:00 |
|
Araq
|
3b69a8d27a
|
New concurrency model: next steps
|
2014-04-19 22:24:43 +02:00 |
|
Michał Zieliński
|
cd2bd7fa7b
|
osproc: use clone with CLONE_VM on Linux for faster process spawning
|
2014-02-14 15:50:28 +01:00 |
|