Files
ladybird/Userland
Benoît Lormeau f0f6b09acb AK: Remove the ctype adapters and use the actual ctype functions instead
This finally takes care of the kind-of excessive boilerplate code that were the
ctype adapters. On the other hand, I had to link `LibC/ctype.cpp` to the Kernel
(for `AK/JsonParser.cpp` and `AK/Format.cpp`). The previous commit actually makes
sense now: the `string.h` includes in `ctype.{h,cpp}` would require to link more LibC
stuff to the Kernel when it only needs the `_ctype_` array of `ctype.cpp`, and there
wasn't any string stuff used in ctype.
Instead of all this I could have put static derivatives of `is_any_of()` in the
concerned AK files, however that would have meant more boilerplate and workarounds;
so I went for the Kernel approach.
2020-09-27 21:15:25 +02:00
..
2020-06-13 12:43:22 +02:00
2020-06-13 12:43:22 +02:00
2020-08-06 20:41:13 +02:00
2020-06-18 23:00:19 +02:00
2020-06-13 12:43:22 +02:00
2020-06-13 12:43:22 +02:00
2020-07-19 11:46:37 +02:00
2020-08-11 20:29:14 +02:00
2020-05-15 00:01:01 +02:00
2020-06-17 15:02:03 +02:00
2020-05-28 11:01:08 +02:00