Luke
|
db31452bc2
LibC: Made mbtowc return int instead of size_t
|
пре 4 година |
Ben Wiederhake
|
9f7ec33180
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
|
пре 4 година |
Nico Weber
|
22f701d657
malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STATS is set
|
пре 4 година |
Muhammad Zahalqa
|
cdae3f53f1
LibC: bsearch fix for large arrays (#3138)
|
пре 4 година |
Ben Wiederhake
|
ff590db7e5
LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit
|
пре 4 година |
Andreas Kling
|
58feebeed2
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
|
пре 5 година |
Ben Wiederhake
|
b4b39258ac
LibC: setenv don't require 'overwrite' for non-existing value
|
пре 5 година |
Andreas Kling
|
08c05fbbd1
LibC: Fix strtol() not setting endptr correctly for "0"
|
пре 5 година |
Andreas Kling
|
11c4a28660
Kernel: Move headers intended for userspace use into Kernel/API/
|
пре 5 година |
Nico Weber
|
12cbc4ad0d
Everywhere: Replace some uses of fork/exec with posix_spawn
|
пре 5 година |
Sergey Bugaev
|
839ae82d66
LibC: Ensure abort() doesn't return
|
пре 5 година |
Sergey Bugaev
|
ac4a31e057
LibC: Mark _exit() as noreturn
|
пре 5 година |
AnotherTest
|
6b1ed26e6a
LibC: Always assign the offset pointer to endptr in strto{u,}ll()
|
пре 5 година |
Ben Wiederhake
|
71fd752289
LibC: Implement strtoull correctly
|
пре 5 година |
Ben Wiederhake
|
1f9dcdc41c
LibC: Use more flexible digit parsing code, deduplicate
|
пре 5 година |
Ben Wiederhake
|
bc5d5bf75d
LibC: Implement new strtod, accurate up to 8 eps
|
пре 5 година |
Stephan Unverwerth
|
b82a2239c6
LibC: Fix strtod() parsing of negative exponents (#1645)
|
пре 5 година |
Andreas Kling
|
f2a087126c
LibC: Add posix_openpt(), grantpt() and unlockpt()
|
пре 5 година |
Andreas Kling
|
545e2ba065
LibC: Use the templated type consistently in strtol_impl<T>
|
пре 5 година |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
пре 5 година |
Andreas Kling
|
24c736b0e7
Kernel: Use the Syscall string and buffer types more
|
пре 5 година |
Andreas Kling
|
7c916b9fe9
Kernel: Make realpath() take path+length, get rid of SmapDisabler
|
пре 5 година |
Shannon Booth
|
47276a09dd
LibC: Remove dubious String ends_with usage
|
пре 5 година |
Andreas Kling
|
9d681beaf0
LibC: Oops x2, we can't use "bool" in stdlib.h either
|
пре 5 година |
Shannon Booth
|
f6bd4f8691
LibC: Use shared functon to generate unique filenames
|
пре 5 година |
Andrew Kaster
|
824bbc7462
LibC: Support exit time destructors per the Itanium C++ ABI
|
пре 5 година |
Valtteri Koskivuori
|
fe1df9e9fb
LibC: Implement strtod()
|
пре 5 година |
William McPherson
|
680fd3999e
LibC: Implement bsearch
|
пре 5 година |
Andreas Kling
|
196b64c0ae
LibC: Move realpath() to <stdlib.h>
|
пре 5 година |
Brandon Scott
|
bda36853c9
LibC: Implemented mkstemp in stdlib
|
пре 5 година |