Files
ladybird/Libraries/LibC
Sergey Bugaev f808810d00 LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)
And also mark strlcpy() and strlcat() with __attribute__((warn_unused_result)).

Since our code is warning-free, this ensures we never misuse those functions.
(Or are very sure about doing it when turning off the warning for a particular
piece of code.)
2020-08-30 17:35:27 +02:00
..
2020-04-06 11:09:01 +02:00
2020-02-16 10:47:54 +01:00
2020-02-19 16:08:28 +01:00
2020-04-10 13:09:35 +02:00
2020-05-30 15:01:18 +02:00
2020-01-18 09:45:54 +01:00
2020-06-23 14:12:20 +02:00
2020-02-02 10:58:45 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00
2020-07-06 10:01:14 +02:00
2020-08-22 20:55:10 +02:00
2020-08-24 00:45:03 +02:00
2020-07-11 11:33:33 +02:00
2020-07-04 10:49:36 +02:00
2020-08-21 12:11:48 +02:00
2020-05-07 23:32:11 +02:00