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-09-06 15:36:54 +02:00
2019-11-05 19:35:12 +01:00
2019-11-05 19:35:12 +01:00
2019-11-21 13:04:38 +01:00
2019-11-17 19:19:02 +01:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2019-11-26 19:58:25 +01:00
2019-11-05 19:35:12 +01:00
2019-12-09 17:51:21 +01:00
2019-12-09 17:51:21 +01:00
2019-09-04 11:27:14 +02:00
2019-11-04 17:25:44 +01:00
2019-12-01 17:40:27 +01:00
2019-11-04 14:03:14 +01:00
2019-09-06 15:36:54 +02:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2019-12-09 17:51:21 +01:00
2019-09-04 11:27:14 +02:00
2019-11-04 14:03:14 +01:00
2019-09-30 08:57:01 +02:00
2019-11-05 19:35:12 +01:00