ladybird/Userland/Libraries/LibDiff
Daniel Bertalan 4b4177f39c LibDiff: Generate hunks for new/deleted files
Previously we would fail to generate any hunks if the old or the new
file was empty. We now do, with the original/target line index set to 0,
as specified by POSIX.
2022-03-08 23:30:47 +01:00
..
CMakeLists.txt LibDiff: Add new API to generate hunks from two pieces of text 2021-09-17 16:56:59 +00:00
Format.cpp AK+Everywhere: Stop including Vector.h from StringView.h 2021-11-10 21:58:58 +01:00
Format.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Generator.cpp LibDiff: Generate hunks for new/deleted files 2022-03-08 23:30:47 +01:00
Generator.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Hunks.cpp LibDiff: Fix error when parsing a 'new' hunk location 2021-12-31 14:12:54 +01:00
Hunks.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00