ladybird/Userland/Libraries/LibC
Jesse Buhagiar 2de7f2021d LibC: Support X modifier for scanf
This was currently crashing Half-Life because it was a considered an
"Unknown" specifier. We can use the same case statement as the regular
hex format conversion (lower case 'x'), as the backend
to convert the number already supports upper/lower case input, hence
we get it for free :^)
2022-01-02 08:10:08 +02:00
..
arch LibC: Implement _setjmp and _longjmp 2021-12-24 05:26:21 -08:00
arpa LibC: Make <netinet/in.h> more POSIX compliant 2021-08-22 10:29:06 +02:00
bits LibC: Implement `flockfile and funlockfile` 2022-01-01 09:50:32 +00:00
net Kernel+LibC: Stub out if_nameindex() and if_freenameindex() 2021-12-22 00:02:36 -08:00
netinet LibC: Add the netinet/if_ether.h header and define ETH_ALEN 2021-12-22 00:02:36 -08:00
sys LibC: Make regs.h work with compilers without concepts 2021-12-29 03:17:41 -08:00
alloca.h
assert.cpp LibC: Move _abort next to abort 2021-12-18 21:01:10 -08:00
assert.h LibC: Allow multiple includes of <assert.h> 2021-12-23 17:53:46 -08:00
byteswap.h
CMakeLists.txt Kernel+LibC: Stub out getifaddrs() and freeifaddrs() 2021-12-22 00:02:36 -08:00
crt0.cpp LibC: Avoid unnecessary mprotect during program initialization 2021-11-11 09:20:35 +01:00
crt0_shared.cpp
ctype.cpp
ctype.h
cxxabi.cpp LibC: Avoid unnecessary mprotect during program finalization 2021-11-11 09:20:35 +01:00
dirent.cpp LibC: Add alphasort() implementation 2021-12-28 11:00:51 +01:00
dirent.h LibC: Add alphasort() implementation 2021-12-28 11:00:51 +01:00
dlfcn.cpp
elf.h LibC+LibELF: Add definitions for extra dtags 2021-09-26 12:45:55 +02:00
endian.h
errno.h Kernel+LibC: Move errno definitions to Kernel/API/POSIX 2021-12-16 22:21:35 +03:30
errno_codes.h Kernel+LibC: Add ECANCELED errno value 2021-12-29 03:42:45 -08:00
fcntl.cpp Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better 2021-09-16 17:17:13 +02:00
fcntl.h
fd_set.h LibC: Modify fd_set to be compatible with X/OPEN 2021-08-22 10:29:06 +02:00
fenv.cpp
fenv.h
float.h
fnmatch.cpp Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
fnmatch.h Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
getopt.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
getopt.h
grp.cpp Kernel+LibC: Move errno definitions to Kernel/API/POSIX 2021-12-16 22:21:35 +03:30
grp.h
iconv.h
ifaddrs.cpp Kernel+LibC: Stub out getifaddrs() and freeifaddrs() 2021-12-22 00:02:36 -08:00
ifaddrs.h Kernel+LibC: Stub out getifaddrs() and freeifaddrs() 2021-12-22 00:02:36 -08:00
inttypes.cpp
inttypes.h
ioctl.cpp
langinfo.cpp Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
langinfo.h Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
libcinit.cpp LibC+DynamicLoader: Store the auxiliary vector address at startup 2021-09-20 18:32:09 +02:00
libgen.cpp
libgen.h
limits.h LibC: Implement ungetwc() 2021-12-21 21:24:36 +03:30
link.cpp
link.h
locale.cpp
locale.h LibC: Define locale categories (LC_*) as macros 2021-10-23 23:31:43 -07:00
malloc.cpp AK+Everywhere: Replace __builtin bit functions 2021-12-21 22:13:51 +01:00
mallocdefs.h AK+Everywhere: Reduce the number of template parameters of IntrusiveList 2021-09-10 18:05:46 +03:00
memory.h
mntent.cpp
mntent.h
net.cpp LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant 2021-12-28 11:00:51 +01:00
netdb.cpp LibC: Stub out the rest of the getnameinfo flags 2021-12-05 12:53:29 +01:00
netdb.h LibC: Stub out the rest of the getnameinfo flags 2021-12-05 12:53:29 +01:00
nl_types.h Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
paths.h
poll.cpp LibC: Add POSIX spec comments for poll 2021-12-21 18:16:48 -08:00
poll.h
priority.cpp LibC: Add getpriority() and setpriority() stubs 2021-09-23 18:51:21 +02:00
pthread_forward.cpp
pthread_integration.cpp
pthread_tls.cpp
pty.cpp LibC: Remove debug spam from openpty() 2021-10-26 08:47:06 +02:00
pty.h
pwd.cpp
pwd.h
qsort.cpp LibC: Add POSIX spec comments for qsort 2021-12-21 18:16:48 -08:00
regex.cpp
regex.h LibRegex: Disallow duplicate named capture groups in ECMA262 parser 2021-12-21 14:04:23 +01:00
resolv.cpp Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
resolv.h Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
scanf.cpp LibC: Support X modifier for scanf 2022-01-02 08:10:08 +02:00
sched.cpp LibC: Add POSIX spec comments for sched APIs 2021-12-21 18:16:48 -08:00
sched.h
search.cpp LibC: Add POSIX spec comments for search APIs 2021-12-21 18:16:48 -08:00
search.h LibC: Add missing header in search.h 2021-10-20 09:20:18 +01:00
serenity.cpp LibC: Implement serenity_open 2021-12-16 22:21:35 +03:30
serenity.h LibC: Implement serenity_open 2021-12-16 22:21:35 +03:30
setjmp.h LibC: Implement _setjmp and _longjmp 2021-12-24 05:26:21 -08:00
shadow.cpp
shadow.h
signal.cpp LibC: Add POSIX spec comments for signal APIs 2021-12-21 18:16:48 -08:00
signal.h LibC: Implement sigwait() 2021-12-12 08:34:19 +02:00
signal_numbers.h
spawn.cpp LibC: Add POSIX spec comments for posix_spawn APIs 2021-12-21 18:16:48 -08:00
spawn.h
ssp.cpp Everywhere: Make some symbols __attribute__((used)) for LTO 2021-10-17 17:09:58 +01:00
stat.cpp LibC: Add POSIX spec comments for stat APIs 2021-12-21 18:16:48 -08:00
stdarg.h
stddef.h
stdint.h
stdio.cpp LibC: Implement `flockfile and funlockfile` 2022-01-01 09:50:32 +00:00
stdio.h Kernel+UE+LibC: Remove unused dbgputch syscall 2021-11-24 22:56:39 +01:00
stdio_ext.h Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
stdlib.cpp LibC: Buffer randomness to avoid syscall in every arc4random_buf() 2021-12-25 14:20:13 +01:00
stdlib.h LibC: Implement ungetwc() 2021-12-21 21:24:36 +03:30
string.cpp LibC: Add rindex() and index() APIs 2021-12-28 11:00:51 +01:00
string.h LibC: Add rindex() and index() APIs 2021-12-28 11:00:51 +01:00
strings.cpp LibC: Add POSIX spec comments for string APIs 2021-12-21 18:16:48 -08:00
strings.h
stubs.cpp
sysexits.h
syslog.cpp
syslog.h
termcap.cpp LibC: Mark termcap symbols as weak 2021-10-15 14:47:41 -07:00
termcap.h
termios.cpp LibC: Stub out tcsendbreak(..) and tcdrain(..) 2021-12-29 03:17:41 -08:00
termios.h LibC: Stub out tcsendbreak(..) and tcdrain(..) 2021-12-29 03:17:41 -08:00
time.cpp
time.h
times.cpp
ulimit.cpp
ulimit.h
unistd.cpp Kernel+LibC+LibCore: Add lchown and fchownat functions 2022-01-01 15:08:49 +01:00
unistd.h Kernel+LibC+LibCore: Add lchown and fchownat functions 2022-01-01 15:08:49 +01:00
utime.cpp
utime.h
utmp.h
utsname.cpp
wchar.cpp LibC: Add POSIX spec links to all applicable wide character functions 2021-12-21 21:24:36 +03:30
wchar.h LibC: Make WEOF a signed value on clang 2021-12-21 21:24:36 +03:30
wctype.cpp Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
wctype.h Everywhere: Fix more Copyright header inconsistencies 2021-10-04 11:10:09 +01:00
wstdio.cpp LibC: Add POSIX spec links to all applicable wide character functions 2021-12-21 21:24:36 +03:30