Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2021-01-09 | Everywhere: Replace a bundle of dbg with dbgln. | asynts | |
These changes are arbitrarily divided into multiple commits to make it easier to find potentially introduced bugs with git bisect.Everything: The modifications in this commit were automatically made using the following command: find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \; | |||
2020-09-15 | LibDiff: Add library for working with diffs | Itamar | |
LibDiff currently contains functionality for parsing diffs in the "unified format" and for a generating simple diff that contains only additions. |