]> gitweb.factorcode.org Git - factor.git/commit
libc.*, unix.*: move constants and functions from the unix namespace to libc
authorBjörn Lindqvist <bjourne@gmail.com>
Thu, 17 Oct 2013 15:05:26 +0000 (17:05 +0200)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 2 Apr 2014 17:12:25 +0000 (12:12 -0500)
commit57a933e330219d1ea6955a6ceef7454c58ae163d
tree0d992a2221383d38fa67ed29faeb34200485746e
parent5f38df7741ed6091d2abba8c6b6bd4458a0b1bc2
libc.*, unix.*: move constants and functions from the unix namespace to libc

The E* errno and SIG* constants are defined on Windows too, so they
should be in the libc vocab which is available there. They will be
used for SSL error handling.
basis/libc/libc-tests.factor
basis/libc/libc.factor
basis/libc/linux/linux.factor [new file with mode: 0644]
basis/libc/macosx/macosx.factor [new file with mode: 0644]
basis/libc/windows/windows.factor [new file with mode: 0644]
basis/unix/debugger/debugger.factor
basis/unix/ffi/ffi.factor
basis/unix/ffi/linux/linux.factor
basis/unix/ffi/macosx/macosx.factor
basis/unix/unix.factor