Age | Commit message (Expand) | Author | Files | Lines |
2025-05-01 | Skip read-only check when output file specifiedHEADmaster | Daniel Black | 2 | -1/+9 |
2025-04-05 | Reject empty filenames | Andreas Gruenbacher | 3 | -1/+12 |
2025-04-05 | Add some missing filename quoting | Andreas Gruenbacher | 1 | -1/+1 |
2025-03-29 | Fix 'make release' for proper releases | Andreas Gruenbacher | 2 | -0/+4 |
2025-03-29 | Version 2.8v2.8 | Andreas Gruenbacher | 1 | -1/+1 |
2025-02-26 | Regression in commit abe92e8010ab affecting MariaDB tests | Petr Vaněk | 2 | -0/+34 |
2025-02-26 | Count traditional diff pattern lines correctly | Paul Eggert | 1 | -2/+3 |
2025-02-24 | patch: fix --no-backup-if-mismatch regression | Paul Eggert | 3 | -1/+62 |
2025-02-06 | Fix dodgy assert with side-effects in insert_cached_dirfd | Sam James | 1 | -1/+2 |
2025-02-06 | Declare an expected test failure on Haiku. | Bruno Haible | 3 | -0/+8 |
2025-02-06 | build: update gnulib submodule to latest | Andreas Gruenbacher | 1 | -0/+0 |
2025-02-05 | Fix two test failures on Haiku. | Bruno Haible | 4 | -4/+4 |
2025-01-08 | Check for newlines only when creating a file name | Paul Eggert | 4 | -112/+90 |
2025-01-05 | Gnulib renamed some modules | Paul Eggert | 1 | -8/+8 |
2025-01-05 | maint: update bootstrap from gnulib | Paul Eggert | 1 | -48/+76 |
2025-01-05 | build: update gnulib submodule to latest | Paul Eggert | 1 | -0/+0 |
2025-01-05 | maint: make update-copyright | Paul Eggert | 75 | -76/+76 |
2024-11-20 | Set --no-backup-if-mismatch when in --posix mode | Andreas Gruenbacher | 1 | -1/+1 |
2024-11-11 | Add missing feature tests to the test suite | Andreas Gruenbacher | 12 | -39/+109 |
2024-10-11 | Disable release-prep | Andreas Gruenbacher | 1 | -0/+2 |
2024-10-11 | Fix "make release" to handle alpha releases | Eli Schwartz | 1 | -0/+4 |
2024-10-11 | Add announce-gen module for "make release" | Andreas Gruenbacher | 1 | -0/+1 |
2024-09-20 | Pacify gcc -fsanitize=address | Paul Eggert | 3 | -23/+66 |
2024-09-20 | Fix memory leak when malformed unidiff patch | Paul Eggert | 1 | -0/+1 |
2024-09-20 | Port to clang address sanitizer | Paul Eggert | 1 | -5/+9 |
2024-09-20 | Refactor argc+argv processing | Paul Eggert | 1 | -23/+18 |
2024-09-20 | Omit needless get_some_switches code | Paul Eggert | 1 | -6/+0 |
2024-09-18 | Revert "Remove obsolete require_gnu_diff function" | Andreas Gruenbacher | 1 | -0/+12 |
2024-09-18 | Remove obsolete require_gnu_diff function | Andreas Gruenbacher | 1 | -12/+0 |
2024-09-17 | savebuf can return a null pointer | Paul Eggert | 1 | -2/+1 |
2024-09-17 | Spelling fixes | Paul Eggert | 2 | -2/+2 |
2024-09-17 | Port other reject-format test to non-GNU diff | Paul Eggert | 1 | -1/+7 |
2024-09-17 | Don’t be fooled by NUL bytes in diff directives | Paul Eggert | 3 | -17/+38 |
2024-09-17 | Don’t be fooled by "\000" in file name | Paul Eggert | 2 | -0/+24 |
2024-09-17 | Port to quasi-GNU diff | Paul Eggert | 2 | -11/+54 |
2024-09-17 | In previous patch, make w_q static | Paul Eggert | 1 | -1/+1 |
2024-09-17 | Pacify -Wunterminated-string-initialization | Paul Eggert | 1 | -1/+1 |
2024-09-17 | Spelling fixes | Andreas Gruenbacher | 3 | -11/+11 |
2024-09-17 | Remove double semicolon | Andreas Gruenbacher | 1 | -1/+1 |
2024-09-17 | Prefer angle bracket headers | Andreas Gruenbacher | 1 | -2/+2 |
2024-09-17 | Update more old copyright notices | Andreas Gruenbacher | 2 | -13/+9 |
2024-09-16 | Simplify memory allocation of files to delete | Paul Eggert | 2 | -39/+16 |
2024-09-16 | Report patch read errors more immediately | Paul Eggert | 1 | -5/+6 |
2024-09-16 | Port fflush usage to OpenBSD 7.5 | Paul Eggert | 3 | -11/+9 |
2024-09-17 | Update old copyright notices | Andreas Gruenbacher | 2 | -15/+11 |
2024-09-16 | Fix gl_gcc_warnings typo in ‘configure’ | Paul Eggert | 1 | -1/+2 |
2024-09-16 | build: update gnulib submodule to latest | Paul Eggert | 1 | -0/+0 |
2024-09-16 | Remove some dependencies no longer needed | Paul Eggert | 2 | -6/+0 |
2024-09-15 | Update NEWS as per recent changes | Paul Eggert | 1 | -2/+5 |
2024-09-15 | Update POSIX citations | Paul Eggert | 3 | -3/+3 |