History log of /relibc/include/ (Results 51 – 75 of 151)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c6d42dd913-Dec-2018 Jeremy Soller <jeremy@system76.com>

Use openlibm's fenv.h

4e741f5513-Dec-2018 Jeremy Soller <jeremy@system76.com>

Add redox_fpath function

f7b3abc113-Dec-2018 Jeremy Soller <jeremy@system76.com>

Add more wchar definitions

90bf583d09-Dec-2018 Jeremy Soller <jeremy@system76.com>

Better patch for missing M_PI constants

ee40035c09-Dec-2018 Jeremy Soller <jeremy@system76.com>

Add asprintf

8aae8e1509-Dec-2018 Jeremy Soller <jeremy@system76.com>

Add PTE
Add sys_timeb header


/relibc/.gitmodules
/relibc/Makefile
bits/errno.h
/relibc/pthreads-emb
/relibc/src/c_str.rs
/relibc/src/cxa.rs
/relibc/src/header/arpa_inet/mod.rs
/relibc/src/header/assert/mod.rs
/relibc/src/header/ctype/mod.rs
/relibc/src/header/dirent/mod.rs
/relibc/src/header/fcntl/mod.rs
/relibc/src/header/fnmatch/mod.rs
/relibc/src/header/getopt/mod.rs
/relibc/src/header/grp/cbindgen.toml
/relibc/src/header/grp/mod.rs
/relibc/src/header/libgen/mod.rs
/relibc/src/header/mod.rs
/relibc/src/header/netdb/dns/mod.rs
/relibc/src/header/netdb/mod.rs
/relibc/src/header/netinet_in/mod.rs
/relibc/src/header/pwd/mod.rs
/relibc/src/header/regex/mod.rs
/relibc/src/header/signal/linux.rs
/relibc/src/header/signal/mod.rs
/relibc/src/header/stdio/getdelim.rs
/relibc/src/header/stdio/mod.rs
/relibc/src/header/stdio/scanf.rs
/relibc/src/header/stdlib/mod.rs
/relibc/src/header/stdlib/sort.rs
/relibc/src/header/string/mod.rs
/relibc/src/header/sys_ioctl/mod.rs
/relibc/src/header/sys_socket/constants.rs
/relibc/src/header/sys_stat/mod.rs
/relibc/src/header/sys_time/mod.rs
/relibc/src/header/sys_timeb/cbindgen.toml
/relibc/src/header/sys_timeb/mod.rs
/relibc/src/header/sys_wait/mod.rs
/relibc/src/header/termios/mod.rs
/relibc/src/header/time/mod.rs
/relibc/src/header/time/strftime.rs
/relibc/src/header/unistd/brk.rs
/relibc/src/header/unistd/mod.rs
/relibc/src/header/wchar/mod.rs
/relibc/src/header/wchar/utf8.rs
/relibc/src/lib.rs
/relibc/src/platform/linux/mod.rs
/relibc/src/platform/linux/signal.rs
/relibc/src/platform/mod.rs
/relibc/src/platform/pal/mod.rs
/relibc/src/platform/redox/mod.rs
/relibc/src/platform/redox/pte.rs
/relibc/src/platform/rlb.rs
/relibc/src/start.rs
/relibc/tests/Makefile
/relibc/tests/dirent/main.c
/relibc/tests/expected/string/strcat.stderr
/relibc/tests/expected/string/strcat.stdout
/relibc/tests/string/strcat.c
950b452627-Nov-2018 Jeremy Soller <jeremy@system76.com>

- Disable output of empty header files
- Remove incorrect header styles
- Use export.replace where header style was previously needed
- Check compilation of tests using system gcc


/relibc/Cargo.lock
/relibc/Cargo.toml
/relibc/Makefile
/relibc/core_io
complex.h
math.h
/relibc/src/cxa.rs
/relibc/src/fs.rs
/relibc/src/header/_aio/cbindgen.toml
/relibc/src/header/_aio/mod.rs
/relibc/src/header/_grp/cbindgen.toml
/relibc/src/header/_grp/mod.rs
/relibc/src/header/_wctype/cbindgen.toml
/relibc/src/header/_wctype/mod.rs
/relibc/src/header/arpa_inet/cbindgen.toml
/relibc/src/header/assert/mod.rs
/relibc/src/header/dirent/mod.rs
/relibc/src/header/fcntl/redox.rs
/relibc/src/header/fnmatch/mod.rs
/relibc/src/header/getopt/mod.rs
/relibc/src/header/limits/cbindgen.toml
/relibc/src/header/mod.rs
/relibc/src/header/netdb/linux.rs
/relibc/src/header/netinet_in/cbindgen.toml
/relibc/src/header/poll/cbindgen.toml
/relibc/src/header/poll/mod.rs
/relibc/src/header/pwd/mod.rs
/relibc/src/header/regex/mod.rs
/relibc/src/header/sgtty/cbindgen.toml
/relibc/src/header/signal/cbindgen.toml
/relibc/src/header/signal/linux.rs
/relibc/src/header/signal/redox.rs
/relibc/src/header/stdio/default.rs
/relibc/src/header/stdio/ext.rs
/relibc/src/header/stdio/getdelim.rs
/relibc/src/header/stdio/helpers.rs
/relibc/src/header/stdio/mod.rs
/relibc/src/header/stdio/printf.rs
/relibc/src/header/stdio/scanf.rs
/relibc/src/header/stdlib/mod.rs
/relibc/src/header/string/mod.rs
/relibc/src/header/sys_ioctl/cbindgen.toml
/relibc/src/header/sys_mman/mod.rs
/relibc/src/header/sys_resource/cbindgen.toml
/relibc/src/header/sys_select/cbindgen.toml
/relibc/src/header/sys_socket/cbindgen.toml
/relibc/src/header/sys_socket/constants.rs
/relibc/src/header/sys_stat/cbindgen.toml
/relibc/src/header/sys_time/cbindgen.toml
/relibc/src/header/sys_utsname/mod.rs
/relibc/src/header/sys_wait/cbindgen.toml
/relibc/src/header/time/cbindgen.toml
/relibc/src/header/time/mod.rs
/relibc/src/header/unistd/mod.rs
/relibc/src/lib.rs
/relibc/src/macros.rs
/relibc/src/mutex.rs
/relibc/src/platform/linux/mod.rs
/relibc/src/platform/mod.rs
/relibc/src/platform/pal/mod.rs
/relibc/src/platform/redox/mod.rs
/relibc/src/start.rs
/relibc/tests/Makefile
/relibc/tests/expected/stdio/popen.stderr
/relibc/tests/expected/stdio/popen.stdout
/relibc/tests/stdio/fseek.c
/relibc/tests/stdio/popen.c
/relibc/tests/stdlib/alloc.c
/relibc/tests/sys_utsname/uname.c
/relibc/tests/time/asctime.c
/relibc/tests/time/gmtime.c
/relibc/tests/time/time.c
/relibc/tests/unistd/pipe.c
/relibc/tests/unistd/sleep.c
/relibc/tests/wchar/mbsrtowcs.c
55eb8f2723-Nov-2018 Tibor Nagy <xnagytibor@gmail.com>

Implement alloca.h

9790289a23-Nov-2018 Jeremy Soller <jackpot51@gmail.com>

Add execlp

3cc215ca23-Nov-2018 Jeremy Soller <jackpot51@gmail.com>

Add freading, fwriting, and stdio_ext.h header

44f84f4017-Nov-2018 Jeremy Soller <jeremy@system76.com>

Force byte order to little endian, for gcc

c6f2b30717-Nov-2018 Jeremy Soller <jeremy@system76.com>

Add netdb bits to include hostent.h_addr


/relibc/.gitmodules
/relibc/Cargo.lock
/relibc/Cargo.toml
/relibc/Makefile
/relibc/Xargo.toml
/relibc/cbindgen
/relibc/core_io
bits/netdb.h
/relibc/posix-regex
/relibc/rust-toolchain
/relibc/src/c_str.rs
/relibc/src/crt0/src/lib.rs
/relibc/src/crti/src/lib.rs
/relibc/src/crtn/src/lib.rs
/relibc/src/header/assert/mod.rs
/relibc/src/header/dirent/mod.rs
/relibc/src/header/fnmatch/mod.rs
/relibc/src/header/getopt/mod.rs
/relibc/src/header/inttypes/mod.rs
/relibc/src/header/libgen/cbindgen.toml
/relibc/src/header/libgen/mod.rs
/relibc/src/header/mod.rs
/relibc/src/header/netdb/cbindgen.toml
/relibc/src/header/netdb/dns/answer.rs
/relibc/src/header/netdb/dns/mod.rs
/relibc/src/header/netdb/dns/query.rs
/relibc/src/header/netdb/linux.rs
/relibc/src/header/netdb/mod.rs
/relibc/src/header/regex/cbindgen.toml
/relibc/src/header/regex/mod.rs
/relibc/src/header/stdio/default.rs
/relibc/src/header/stdio/helpers.rs
/relibc/src/header/stdio/mod.rs
/relibc/src/header/stdio/printf.rs
/relibc/src/header/stdio/scanf.rs
/relibc/src/header/string/mod.rs
/relibc/src/header/strings/mod.rs
/relibc/src/header/sys_ioctl/mod.rs
/relibc/src/header/sys_stat/mod.rs
/relibc/src/header/sys_utsname/mod.rs
/relibc/src/header/unistd/getopt.rs
/relibc/src/header/unistd/mod.rs
/relibc/src/header/utime/cbindgen.toml
/relibc/src/lib.rs
/relibc/src/macros.rs
/relibc/src/platform/linux/mod.rs
/relibc/src/platform/pal/mod.rs
/relibc/src/platform/pal/signal.rs
/relibc/src/platform/redox/mod.rs
/relibc/src/platform/redox/signal.rs
/relibc/src/platform/redox/socket.rs
/relibc/src/start.rs
/relibc/tests/Makefile
/relibc/tests/expected/libgen.stderr
/relibc/tests/expected/libgen.stdout
/relibc/tests/libgen.c
740f577328-Oct-2018 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'cpp-extern' into 'master'

Disable symbol mangling for C++

See merge request redox-os/relibc!173

d4308c8a28-Oct-2018 Tibor Nagy <xnagytibor@gmail.com>

Disable symbol mangling for C++

e7f251fd27-Oct-2018 Tibor Nagy <xnagytibor@gmail.com>

Fix assert when used as an expression
Based on what musl does.

b517629311-Oct-2018 jD91mZM2 <me@krake.one>

Fix timeradd

wow i am stupid for writing this code

0f5fa8c909-Oct-2018 Tibor Nagy <xnagytibor@gmail.com>

Move regoff_t to regex.h

fba3bf5107-Oct-2018 jD91mZM2 <me@krake.one>

Merge branch 'assert' into 'master'

Make assert more hygienic

See merge request redox-os/relibc!166

0de7d30607-Oct-2018 jD91mZM2 <me@krake.one>

Fix S_IS*

For some reason, C handles `==` before `&`.
So `a & b == c` is the same thing as `a & (b == c)`.

418a960f07-Oct-2018 jD91mZM2 <me@krake.one>

Implement realpath

9d56ce4206-Oct-2018 jD91mZM2 <me@krake.one>

Implement timer* macros, and GNU's getopt_long

614b2f5105-Oct-2018 Tibor Nagy <xnagytibor@gmail.com>

Make assert more hygienic

1acc2a1a05-Oct-2018 jD91mZM2 <me@krake.one>

Initial regex.h implementation

b22d386129-Sep-2018 jD91mZM2 <me@krake.one>

Re-add EOF to bits header

cbindgen can't handle negative numbers, see https://github.com/eqrion/cbindgen/issues/205

afc1ff1326-Sep-2018 jD91mZM2 <me@krake.one>

Rewrite IO to use core-io library

1234567