Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820) | Jacek Sieka | 2017-05-16 | 1 | -1/+10 |
| | | | | | | | | * add back SIG_IGN, SIG_DFL and friends to posix.nim accidentally wiped by ce86b4ad78aae11f62c50e4f46e8ab2a124356b4 * move deprecated sig_hold after consts include | ||||
* | Posix from detect (#5697) | Jacek Sieka | 2017-04-12 | 3 | -1386/+789 |
| | | | | | | | | | | * refactor posix.nim * types move to separate files for platform-specifc and generic ("other') * consts move to separate files that get autogenerated by detect.nim * proc's stay where they are for now, though in a second stage might move as well * fix missing when | ||||
* | tools: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 2 | -213/+213 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | posix.nim compiles again | Araq | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | attempt to merge newtempl | Araq | 2013-12-24 | 1 | -0/+631 |
| | |||||
* | NoFakeVars progress | Araq | 2013-12-24 | 3 | -0/+877 |
| | |||||
* | vm: FFI improvements | Araq | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | new VM: some progress for the FFI support | Araq | 2013-12-23 | 1 | -7/+14 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 2 | -0/+0 |
| | |||||
* | added detect.nim; bugfix: build.sh template | Araq | 2010-08-17 | 2 | -0/+833 |