ladybird/Libraries/LibMarkdown
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
..
install.sh Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
Makefile Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDBlock.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDCodeBlock.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDCodeBlock.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDDocument.cpp LibMarkdown: Handle CRLF line endings 2019-12-02 13:52:42 +01:00
MDDocument.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDHeading.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDHeading.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDList.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDList.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDParagraph.cpp Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDParagraph.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDText.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDText.h LibMarkdown: Implement link support 2019-10-03 08:23:54 +02:00