History log of /relibc/ (Results 51 – 75 of 1804)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e6f47cbc01-Mar-2023 Jeremy Soller <jackpot51@gmail.com>

Fix build:linux gitlab CI

9b8fb50127-Feb-2023 Jeremy Soller <jackpot51@gmail.com>

Merge branch 't-nil-master-patch-88790' into 'master'

Provide possible fix for `x86_64-linux-gnu-ar: command not found` (or similar) in README.md

See merge request redox-os/relibc!351

59cbc5be27-Feb-2023 Florian Meißner <florian.meissner@mailbox.org>

Provide possible fix for `x86_64-linux-gnu-ar: command not found` (or similar) in README.md

f5651b2213-Feb-2023 Jeremy Soller <jackpot51@gmail.com>

Do not overwrite static TCB

9c16224e11-Feb-2023 Jeremy Soller <jackpot51@gmail.com>

Update libc crate

0bd476d211-Feb-2023 Jeremy Soller <jackpot51@gmail.com>

Update to new Rust toolchain

a379161018-Jan-2023 Jeremy Soller <jackpot51@gmail.com>

Add M_2_PI

6acc5dba14-Jan-2023 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'wcstombs' into 'master'

Fix definition of `wcstombs`

See merge request redox-os/relibc!350

ff70567c14-Jan-2023 Ian Douglas Scott <ian@iandouglasscott.com>

Fix definition of `wcstombs`

073f1e3e12-Jan-2023 Jeremy Soller <jackpot51@gmail.com>

Fix incorrect pthread PID

ba87e48919-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Create empty libdl and librt libraries

058509bd19-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Define float_t and double_t

21efe2d317-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Clarify localeconv mutability

0fab7f1817-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Make localeconv return mutable pointer, matching specification

6516695517-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Format

393489b317-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Add wcswidth and test


src/header/wchar/mod.rs
tests/Makefile
tests/expected/bins_static/alloca.stderr
tests/expected/bins_static/alloca.stdout
tests/expected/bins_static/arpainet.stderr
tests/expected/bins_static/arpainet.stdout
tests/expected/bins_static/assert.stderr
tests/expected/bins_static/assert.stdout
tests/expected/bins_static/constructor.stderr
tests/expected/bins_static/constructor.stdout
tests/expected/bins_static/ctype.stderr
tests/expected/bins_static/ctype.stdout
tests/expected/bins_static/destructor.stderr
tests/expected/bins_static/destructor.stdout
tests/expected/bins_static/dirent/scandir.stderr
tests/expected/bins_static/dirent/scandir.stdout
tests/expected/bins_static/error.stderr
tests/expected/bins_static/error.stdout
tests/expected/bins_static/fcntl/create.stderr
tests/expected/bins_static/fcntl/create.stdout
tests/expected/bins_static/fcntl/fcntl.stderr
tests/expected/bins_static/fcntl/fcntl.stdout
tests/expected/bins_static/fnmatch.stderr
tests/expected/bins_static/fnmatch.stdout
tests/expected/bins_static/futimens.stderr
tests/expected/bins_static/futimens.stdout
tests/expected/bins_static/libgen.stderr
tests/expected/bins_static/libgen.stdout
tests/expected/bins_static/locale.stderr
tests/expected/bins_static/locale.stdout
tests/expected/bins_static/math.stderr
tests/expected/bins_static/math.stdout
tests/expected/bins_static/netdb/getaddrinfo.stderr
tests/expected/bins_static/netdb/getaddrinfo.stdout
tests/expected/bins_static/ptrace.stderr
tests/expected/bins_static/ptrace.stdout
tests/expected/bins_static/regex.stderr
tests/expected/bins_static/regex.stdout
tests/expected/bins_static/select.stderr
tests/expected/bins_static/select.stdout
tests/expected/bins_static/setjmp.stderr
tests/expected/bins_static/setjmp.stdout
tests/expected/bins_static/sigaction.stderr
tests/expected/bins_static/sigaction.stdout
tests/expected/bins_static/signal.stderr
tests/expected/bins_static/signal.stdout
tests/expected/bins_static/stdio/all.stderr
tests/expected/bins_static/stdio/all.stdout
tests/expected/bins_static/stdio/buffer.stderr
tests/expected/bins_static/stdio/buffer.stdout
tests/expected/bins_static/stdio/fgets.stderr
tests/expected/bins_static/stdio/fgets.stdout
tests/expected/bins_static/stdio/fputs.stderr
tests/expected/bins_static/stdio/fputs.stdout
tests/expected/bins_static/stdio/fread.stderr
tests/expected/bins_static/stdio/fread.stdout
tests/expected/bins_static/stdio/freopen.stderr
tests/expected/bins_static/stdio/freopen.stdout
tests/expected/bins_static/stdio/fscanf.stderr
tests/expected/bins_static/stdio/fscanf.stdout
tests/expected/bins_static/stdio/fscanf_offby1.stderr
tests/expected/bins_static/stdio/fscanf_offby1.stdout
tests/expected/bins_static/stdio/fseek.stderr
tests/expected/bins_static/stdio/fseek.stdout
tests/expected/bins_static/stdio/fwrite.stderr
tests/expected/bins_static/stdio/fwrite.stdout
tests/expected/bins_static/stdio/getc_unget.stderr
tests/expected/bins_static/stdio/getc_unget.stdout
tests/expected/bins_static/stdio/mutex.stderr
tests/expected/bins_static/stdio/mutex.stdout
tests/expected/bins_static/stdio/popen.stderr
tests/expected/bins_static/stdio/popen.stdout
tests/expected/bins_static/stdio/printf.stderr
tests/expected/bins_static/stdio/printf.stdout
tests/expected/bins_static/stdio/printf_neg_pad.stderr
tests/expected/bins_static/stdio/printf_neg_pad.stdout
tests/expected/bins_static/stdio/printf_space_pad.stderr
tests/expected/bins_static/stdio/printf_space_pad.stdout
tests/expected/bins_static/stdio/rename.stderr
tests/expected/bins_static/stdio/rename.stdout
tests/expected/bins_static/stdio/scanf.stderr
tests/expected/bins_static/stdio/scanf.stdout
tests/expected/bins_static/stdio/setvbuf.stderr
tests/expected/bins_static/stdio/setvbuf.stdout
tests/expected/bins_static/stdio/sprintf.stderr
tests/expected/bins_static/stdio/sprintf.stdout
tests/expected/bins_static/stdio/ungetc_ftell.stderr
tests/expected/bins_static/stdio/ungetc_ftell.stdout
tests/expected/bins_static/stdio/ungetc_multiple.stderr
tests/expected/bins_static/stdio/ungetc_multiple.stdout
tests/expected/bins_static/stdlib/a64l.stderr
tests/expected/bins_static/stdlib/a64l.stdout
tests/expected/bins_static/stdlib/alloc.stderr
tests/expected/bins_static/stdlib/alloc.stdout
tests/expected/bins_static/stdlib/atof.stderr
tests/expected/bins_static/stdlib/atof.stdout
tests/expected/bins_static/stdlib/atoi.stderr
tests/expected/bins_static/stdlib/atoi.stdout
tests/expected/bins_static/stdlib/div.stderr
tests/expected/bins_static/stdlib/div.stdout
tests/expected/bins_static/stdlib/env.stderr
tests/expected/bins_static/stdlib/env.stdout
tests/expected/bins_static/stdlib/mkostemps.stderr
tests/expected/bins_static/stdlib/mkostemps.stdout
tests/expected/bins_static/stdlib/rand.stderr
tests/expected/bins_static/stdlib/rand.stdout
tests/expected/bins_static/stdlib/rand48.stderr
tests/expected/bins_static/stdlib/rand48.stdout
tests/expected/bins_static/stdlib/random.stderr
tests/expected/bins_static/stdlib/random.stdout
tests/expected/bins_static/stdlib/strtod.stderr
tests/expected/bins_static/stdlib/strtod.stdout
tests/expected/bins_static/stdlib/strtol.stderr
tests/expected/bins_static/stdlib/strtol.stdout
tests/expected/bins_static/stdlib/strtoul.stderr
tests/expected/bins_static/stdlib/strtoul.stdout
tests/expected/bins_static/stdlib/system.stderr
tests/expected/bins_static/stdlib/system.stdout
tests/expected/bins_static/string/mem.stderr
tests/expected/bins_static/string/mem.stdout
tests/expected/bins_static/string/strcat.stderr
tests/expected/bins_static/string/strcat.stdout
tests/expected/bins_static/string/strchr.stderr
tests/expected/bins_static/string/strchr.stdout
tests/expected/bins_static/string/strcpy.stderr
tests/expected/bins_static/string/strcpy.stdout
tests/expected/bins_static/string/strcspn.stderr
tests/expected/bins_static/string/strcspn.stdout
tests/expected/bins_static/string/strlen.stderr
tests/expected/bins_static/string/strlen.stdout
tests/expected/bins_static/string/strncmp.stderr
tests/expected/bins_static/string/strncmp.stdout
tests/expected/bins_static/string/strpbrk.stderr
tests/expected/bins_static/string/strpbrk.stdout
tests/expected/bins_static/string/strrchr.stderr
tests/expected/bins_static/string/strrchr.stdout
tests/expected/bins_static/string/strsignal.stderr
tests/expected/bins_static/string/strsignal.stdout
tests/expected/bins_static/string/strspn.stderr
tests/expected/bins_static/string/strspn.stdout
tests/expected/bins_static/string/strstr.stderr
tests/expected/bins_static/string/strstr.stdout
tests/expected/bins_static/string/strtok.stderr
tests/expected/bins_static/string/strtok.stdout
tests/expected/bins_static/string/strtok_r.stderr
tests/expected/bins_static/string/strtok_r.stdout
tests/expected/bins_static/strings.stderr
tests/expected/bins_static/strings.stdout
tests/expected/bins_static/sys_mman.stderr
tests/expected/bins_static/sys_mman.stdout
tests/expected/bins_static/time/asctime.stderr
tests/expected/bins_static/time/asctime.stdout
tests/expected/bins_static/time/constants.stderr
tests/expected/bins_static/time/constants.stdout
tests/expected/bins_static/time/gmtime.stderr
tests/expected/bins_static/time/gmtime.stdout
tests/expected/bins_static/time/localtime.stderr
tests/expected/bins_static/time/localtime.stdout
tests/expected/bins_static/time/macros.stderr
tests/expected/bins_static/time/macros.stdout
tests/expected/bins_static/time/mktime.stderr
tests/expected/bins_static/time/mktime.stdout
tests/expected/bins_static/time/strftime.stderr
tests/expected/bins_static/time/strftime.stdout
tests/expected/bins_static/time/time.stderr
tests/expected/bins_static/time/time.stdout
tests/expected/bins_static/tls.stderr
tests/expected/bins_static/tls.stdout
tests/expected/bins_static/unistd/access.stderr
tests/expected/bins_static/unistd/access.stdout
tests/expected/bins_static/unistd/brk.stderr
tests/expected/bins_static/unistd/brk.stdout
tests/expected/bins_static/unistd/dup.stderr
tests/expected/bins_static/unistd/dup.stdout
tests/expected/bins_static/unistd/exec.stderr
tests/expected/bins_static/unistd/exec.stdout
tests/expected/bins_static/unistd/fchdir.stderr
tests/expected/bins_static/unistd/fchdir.stdout
tests/expected/bins_static/unistd/fork.stderr
tests/expected/bins_static/unistd/fork.stdout
tests/expected/bins_static/unistd/fsync.stderr
tests/expected/bins_static/unistd/fsync.stdout
tests/expected/bins_static/unistd/ftruncate.stderr
tests/expected/bins_static/unistd/ftruncate.stdout
tests/expected/bins_static/unistd/getopt.stderr
tests/expected/bins_static/unistd/getopt.stdout
tests/expected/bins_static/unistd/getopt_long.stderr
tests/expected/bins_static/unistd/getopt_long.stdout
tests/expected/bins_static/unistd/pipe.stderr
tests/expected/bins_static/unistd/pipe.stdout
tests/expected/bins_static/unistd/rmdir.stderr
tests/expected/bins_static/unistd/rmdir.stdout
tests/expected/bins_static/unistd/sleep.stderr
tests/expected/bins_static/unistd/sleep.stdout
tests/expected/bins_static/unistd/swab.stderr
tests/expected/bins_static/unistd/swab.stdout
tests/expected/bins_static/unistd/write.stderr
tests/expected/bins_static/unistd/write.stdout
tests/expected/bins_static/waitpid.stderr
tests/expected/bins_static/waitpid.stdout
tests/expected/bins_static/wchar/fwide.stderr
tests/expected/bins_static/wchar/fwide.stdout
tests/expected/bins_static/wchar/mbrtowc.stderr
tests/expected/bins_static/wchar/mbrtowc.stdout
tests/expected/bins_static/wchar/mbsrtowcs.stderr
tests/expected/bins_static/wchar/mbsrtowcs.stdout
tests/expected/bins_static/wchar/printf-on-wchars.stderr
tests/expected/bins_static/wchar/printf-on-wchars.stdout
tests/expected/bins_static/wchar/putwchar.stderr
tests/expected/bins_static/wchar/putwchar.stdout
tests/expected/bins_static/wchar/wcrtomb.stderr
tests/expected/bins_static/wchar/wcrtomb.stdout
tests/expected/bins_static/wchar/wcscasecmp.stderr
tests/expected/bins_static/wchar/wcscasecmp.stdout
tests/expected/bins_static/wchar/wcscspn.stderr
tests/expected/bins_static/wchar/wcscspn.stdout
tests/expected/bins_static/wchar/wcsncasecmp.stderr
tests/expected/bins_static/wchar/wcsncasecmp.stdout
tests/expected/bins_static/wchar/wcsrchr.stderr
tests/expected/bins_static/wchar/wcsrchr.stdout
tests/expected/bins_static/wchar/wcsstr.stderr
tests/expected/bins_static/wchar/wcsstr.stdout
tests/expected/bins_static/wchar/wcstod.stderr
tests/expected/bins_static/wchar/wcstod.stdout
tests/expected/bins_static/wchar/wcstok.stderr
tests/expected/bins_static/wchar/wcstok.stdout
tests/expected/bins_static/wchar/wcstol.stderr
tests/expected/bins_static/wchar/wcstol.stdout
tests/expected/bins_static/wchar/wcswidth.stderr
tests/expected/bins_static/wchar/wcswidth.stdout
tests/expected/bins_static/wctype/towlower.stderr
tests/expected/bins_static/wctype/towlower.stdout
tests/expected/bins_static/wctype/towupper.stderr
tests/expected/bins_static/wctype/towupper.stdout
tests/wchar/wcswidth.c
7d27737c17-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Disable dynamic tests as they are not compiling

59b2e32902-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Fix compilation on 32-bit systems

041d160402-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Make off_t and time_t long long

9e0c53f202-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Make long 32-bits on 32-bit systems

da4d277f01-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Use futex again for semaphore

9b04c2e501-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Add missing imports

df75b8d001-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Semaphore improvements

ee0193aa12-Nov-2022 Jeremy Soller <jackpot51@gmail.com>

Add missing import

16abc91311-Nov-2022 Jeremy Soller <jackpot51@gmail.com>

cargo fmt and cargo fix

12345678910>>...73