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
*
Fix some deprecation warnings caused by renames
def
2014-11-13
1
-2
/
+2
*
Merge branch 'devel' into bigbreak
Araq
2014-11-03
1
-42
/
+0
|
\
|
*
Merge pull request #1448 from def-/posix-math
Andreas Rumpf
2014-11-03
1
-42
/
+0
|
|
\
|
|
*
Move floating point rounding and exceptions handling to math
def
2014-08-06
1
-45
/
+0
|
|
*
Add -lm for fesetround and fegetround
def
2014-08-05
1
-0
/
+3
*
|
|
Fixed FD_SET casing
Erik O'Leary
2014-10-10
1
-1
/
+1
*
|
|
'nimfix' improvements; FdSet is TFdSet again
Araq
2014-09-08
1
-8
/
+8
*
|
|
more tests green
Araq
2014-08-31
1
-16
/
+16
*
|
|
fixed posix.nim
Araq
2014-08-30
1
-1
/
+2
*
|
|
posix.nim compiles again
Araq
2014-08-29
1
-34
/
+34
*
|
|
Nimrod renamed to Nim
Araq
2014-08-28
3
-5
/
+5
*
|
|
big rename
Araq
2014-08-28
1
-76
/
+81
*
|
|
big rename
Araq
2014-08-28
1
-2
/
+5
|
/
/
*
|
Merge pull request #1405 from boydgreenfield/add_mmap_map_populate
Andreas Rumpf
2014-08-12
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Only try to import MAP_POPULATE on Linux, define flag as 0 otherwise.
Nick Greenfield
2014-07-23
1
-2
/
+10
|
*
Add automatic MAP_POPULATE flag for opening read_only (MAP_PRIVATE) and share...
Nick Greenfield
2014-07-23
1
-0
/
+2
*
|
Add "struct" to POSIX flock
def
2014-07-31
1
-1
/
+1
|
/
*
Fixes missing MSG_NOSIGNAL on Mac OS X.
Dominik Picheta
2014-07-14
1
-2
/
+11
*
Added define check for openBSD around fmtmsg.h stuff, OpenBSD does not actual...
Charlie Barto
2014-05-04
1
-2
/
+2
*
New concurrency model: next steps
Araq
2014-04-19
4
-1
/
+10
*
Fixes to asyncio2 on Linux.
Dominik Picheta
2014-03-09
1
-1
/
+1
*
Merge pull request #927 from gradha/pr_adds_posix_timegm
Andreas Rumpf
2014-03-03
1
-0
/
+1
|
\
|
*
Adds posix.timegm(), brother of posix.mktime().
Grzegorz Adam Hankiewicz
2014-02-15
1
-0
/
+1
*
|
Merge pull request #917 from zielmicha/vfork
Andreas Rumpf
2014-02-23
2
-0
/
+26
|
\
\
|
*
|
osproc: make failed execv an exception (when using fork or clone)
Michał Zieliński
2014-02-15
1
-0
/
+1
|
*
|
osproc: use clone with CLONE_VM on Linux for faster process spawning
Michał Zieliński
2014-02-14
1
-0
/
+25
|
|
/
*
/
Implemented selector support for asyncio2.
Dominik Picheta
2014-02-22
2
-4
/
+6
|
/
*
Merge branch 'devel' into newasync
Dominik Picheta
2014-02-08
1
-637
/
+648
|
\
|
*
Adds utimes() importc to posix module.
Grzegorz Adam Hankiewicz
2014-02-02
1
-0
/
+12
|
*
Merge branch 'osproc' into devel
Michał Zieliński
2014-01-20
1
-446
/
+445
|
|
\
|
|
*
Introduce poEvalCommand, poUsePath, fix remaining quoting issues.
Michał Zieliński
2013-12-21
1
-2
/
+1
|
*
|
case consistency for linux
Araq
2013-12-29
1
-234
/
+234
|
|
/
*
|
Epoll now works.
Dominik Picheta
2013-10-31
1
-6
/
+7
*
|
Epoll wrapper + selectors module.
Dominik Picheta
2013-10-31
1
-0
/
+87
|
/
*
Made TSocketHandle distinct and fixed problems it caused for SSL.
Dominik Picheta
2013-10-23
1
-22
/
+26
*
Added a TSocketHandle type to winlean.nim and posix.nim
Clay Sweetser
2013-10-15
1
-0
/
+3
*
some fixes for Haiku
Araq
2013-09-01
1
-45
/
+49
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Added fsmonitor module.
Dominik Picheta
2012-09-02
1
-0
/
+70
*
Many fixes for asynchronous sockets. Asyncio should now work well with buffer...
Dominik Picheta
2012-07-22
1
-1
/
+1
*
changed integer promotion rules; added math.fmod
Araq
2012-06-28
1
-1
/
+1
*
produce errors on proc types with implicit empty param lists.
Zahary Karadjov
2012-04-20
1
-2
/
+2
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
1
-3
/
+12
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
attempt to fix tunidecode test; GC cares for seq->openArray conversions
Araq
2011-11-21
1
-3
/
+5
*
new osproc implementation may work with mac os x
Araq
2011-11-18
1
-1
/
+7
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
1
-6
/
+7
*
The sockets module supports non-blocking sockets now. Many other fixes in soc...
dom96
2011-04-30
1
-3
/
+10
*
docgen: module dependencies are now listed
Araq
2011-01-16
1
-3
/
+3
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
[next]