Next | Query returned 14 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2022-09-01 22:46:51 by Nathanial Sloss | Files touched by this commit (2)
Log message:
Update to new version of diffbreaker.

New in this release:

Search function display has been fixed.
Better display in monochrome.
   2022-07-13 13:48:05 by Nathanial Sloss | Files touched by this commit (5) | Package removed
Log message:
Diffbreaker 0.4

New features:
Ability to jump between files in a multi-file unified diff.
Ability to search diffs.

Bug fixes:
Correctly calculate file offsets at the start of the diff.

Now at its new home on Github at https://github.com/AceHusky12/diffbreaker.
   2021-05-14 16:47:55 by Nia Alarie | Files touched by this commit (1)
Log message:
diffbreaker: needds libcurses
   2020-10-11 03:57:04 by Nathanial Sloss | Files touched by this commit (2)
Log message:
UI change moving though the diff now moves to next marker which was
the prev/intended behaviour.

Bump version.
   2020-08-11 20:48:10 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Cast to right type. Mark as using BSD makefiles.
   2020-06-18 15:40:18 by Nathanial Sloss | Files touched by this commit (1)
Log message:
Fix off-by-one for last line of input diff.
   2020-06-18 15:38:49 by Nathanial Sloss | Files touched by this commit (1)
Log message:
Use secondary buffer as an intermediatory to fix compilation with SSP_FORTIFY.
   2020-06-18 02:00:25 by Nathanial Sloss | Files touched by this commit (1)
Log message:
Avoid writing empty output diffs.
   2020-06-18 01:52:05 by Nathanial Sloss | Files touched by this commit (1)
Log message:
Another attempt to fix errors with SSP_FORTIFY set.  Limit the size of
copied strings with strncpy(3).
   2020-06-17 22:40:28 by Nathanial Sloss | Files touched by this commit (1)
Log message:
Add extra padding for characters per line.  This should avoid errors with
gcc 8.4 and SSP.

Next | Query returned 14 messages, browsing 1 to 10 | Previous