Files
ladybird/Userland/Libraries/LibC
Jean-Baptiste Boric 62cd3af5a0 LibC: Add stub forwarders to LibRegex C API
The POSIX C regex functions are expected to live in the C standard
library, but Serenity split off its regex library into LibRegex. Make a
compromise by implementing stub forwarders for the C regex library that
load libregex.so and call the real implementation.

This is needed for ports that expect these C functions to be available
inside the standard C library without introducing a strong coupling
between LibC and LibDl or LibRegex. The non-standard Serenity C++ regex
API still lives inside LibRegex as before.
2021-08-12 18:56:30 +02:00
..
2021-06-06 22:16:11 +02:00
2021-05-30 19:37:32 +02:00
2021-07-15 11:16:58 +02:00
2021-07-17 13:00:33 +02:00
2021-05-08 19:14:21 +02:00
2021-05-30 08:41:17 +02:00
2021-07-01 12:05:59 +02:00
2021-05-14 23:32:10 +02:00
2021-05-30 14:56:50 +01:00
2021-06-21 12:21:03 +02:00
2021-06-04 10:39:41 +02:00
2021-05-25 17:36:02 +02:00
2021-07-05 23:30:15 +02:00
2021-05-30 14:56:50 +01:00