Files
ladybird/Libraries/LibC
Andreas Kling 08c05fbbd1 LibC: Fix strtol() not setting endptr correctly for "0"
"0" was interpreted as a base-8 prefix, and the parse pointer was then
unconditionally advanced, causing us to consume zero characters.

This unbreaks the git port. :^)

(We should really have tests for LibC..)
2020-07-28 02:26:49 +02:00
..
2020-07-19 11:46:37 +02:00
2020-05-30 15:01:18 +02:00
2020-06-23 14:12:20 +02:00
2020-07-06 10:01:14 +02:00
2020-07-19 11:46:37 +02:00
2020-07-11 11:33:33 +02:00
2020-07-04 10:49:36 +02:00
2020-07-28 00:03:25 +02:00