1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 02:45:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Sam Atkins 774f328783 LibCore+Everywhere: Return an Error from DirIterator::error()
This also removes DirIterator::error_string(), since the same strerror()
string will be included when you print the Error itself. Except in `ls`
which is still using fprintf() for now.
2023-03-05 20:23:42 +01:00
..
CMakeLists.txt LibUncode: Parse and generate emoji code point data 2022-09-08 23:12:31 +01:00
GenerateEmojiData.cpp LibUnicode: Use binary search for lookups into the generated emoji data 2023-03-05 16:44:20 +01:00
GenerateUnicodeData.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
GeneratorUtil.h LibCore+Everywhere: Return an Error from DirIterator::error() 2023-03-05 20:23:42 +01:00