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-11-19 18:21:12 +01:00
2019-12-09 17:51:21 +01:00
2019-11-30 11:57:41 +01:00
2019-12-09 17:51:21 +01:00
2019-12-09 17:51:21 +01:00
2019-11-03 09:26:22 +01:00
2019-12-09 17:51:21 +01:00
2019-11-09 11:58:20 +01:00
2019-11-27 20:37:36 +01:00
2019-10-18 23:06:03 +02:00
2019-10-18 23:06:03 +02:00
2019-11-25 21:19:21 +01:00
2019-11-25 21:19:21 +01:00
2019-11-25 21:19:21 +01:00
2019-11-05 22:13:26 +01:00
2019-11-25 21:21:55 +01:00
2019-10-15 21:52:01 +02:00
2019-11-30 11:58:47 +01:00
2019-11-24 14:24:59 +01:00
2019-11-09 11:31:03 +01:00