Commit graph

11 commits

Author SHA1 Message Date
nat
7fed02059b UI change moving though the diff now moves to next marker which was
the prev/intended behaviour.

Bump version.
2020-10-11 01:57:03 +00:00
joerg
229bf75eb6 Cast to right type. Mark as using BSD makefiles. 2020-08-11 18:48:10 +00:00
nat
6794d11e24 Fix off-by-one for last line of input diff. 2020-06-18 13:40:17 +00:00
nat
9ab1d4da03 Use secondary buffer as an intermediatory to fix compilation with SSP_FORTIFY. 2020-06-18 13:38:49 +00:00
nat
4f567abfe7 Avoid writing empty output diffs. 2020-06-18 00:00:25 +00:00
nat
6d39e0669d Another attempt to fix errors with SSP_FORTIFY set. Limit the size of
copied strings with strncpy(3).
2020-06-17 23:52:05 +00:00
nat
5b4a12fb95 Add extra padding for characters per line. This should avoid errors with
gcc 8.4 and SSP.
2020-06-17 20:40:28 +00:00
nat
40876ee88a Exclude lines that are not part of the diff better.
Simplify file read function.

Bump diffbreaker version.
2020-06-17 11:45:08 +00:00
nat
ef253f6aef Fix errors when compiling with __SSP_FORTIFY_LEVEL > 1.
Found by wiz@.
2020-06-17 10:52:03 +00:00
nat
1c10dce60b Reoder sections.
Fix WRKSRC path.
2020-05-30 22:45:07 +00:00
nat
cbad26a7bd Diffbreaker a utility for manipulating unified diffs interactively
with curses(3).
2020-05-24 16:44:19 +00:00