ladybird/Shell
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
..
GlobalState.h Shell: Update termios settings to match line discipline. 2019-10-20 10:51:12 +02:00
LineEditor.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
LineEditor.h AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
main.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Parser.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00