Andreas Kling
6f4c380d95
AK: Use size_t for the length of strings
...
Using int was a mistake. This patch changes String, StringImpl,
StringView and StringBuilder to use size_t instead of int for lengths.
Obviously a lot of code needs to change as a result of this.
2019-12-09 17:51:21 +01:00
..
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-11-18 19:02:10 +01:00
2019-11-18 19:02:10 +01:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-10-19 18:36:45 +02:00
2019-10-19 18:36:45 +02:00
2019-10-20 12:55:55 +02:00
2019-10-20 12:55:55 +02:00
2019-10-20 12:55:55 +02:00
2019-12-09 17:51:21 +01:00
2019-09-06 15:36:54 +02:00
2019-11-23 16:50:21 +01:00
2019-11-23 16:50:21 +01:00
2019-12-08 17:07:44 +01:00
2019-12-08 17:07:44 +01:00
2019-10-19 20:54:47 +02:00
2019-10-19 20:54:47 +02:00
2019-11-03 09:26:22 +01:00
2019-11-23 16:50:21 +01:00
2019-07-20 19:32:12 +02:00
2019-11-29 22:31:45 +01:00
2019-11-27 20:52:11 +01:00
2019-11-23 23:43:37 +01:00
2019-10-19 20:54:47 +02:00
2019-12-02 11:11:05 +01:00
2019-09-06 19:23:54 +02:00
2019-12-02 11:11:05 +01:00
2019-12-02 11:11:05 +01:00
2019-08-14 20:31:46 +02:00
2019-08-14 20:31:46 +02:00
2019-09-06 19:23:54 +02:00
2019-07-18 10:18:16 +02:00