bdiff icon indicating copy to clipboard operation
bdiff copied to clipboard

Binary diff and patch programs for the Windows command line

Results 10 bdiff issues
Sort by recently updated
recently updated
newest added

Code would benefit from a review before committing to v1 release.

accepted

It's about time 64 bit versions we're created. However, the current file size limits would need to be retained.

enhancement
considering

The current file read buffer size is only 4Kb - a size set back in 1999 when memory was much more scarce. This can now safely be enlarged.

enhancement
accepted

Check if there are limits on the value of this option. If not, maybe set low limit as 12 and upper limit as 256.

bug
enhancement
accepted

Code due to be released as v1.0.0-beta lets 10MiB file size limit be overridden and be unlimited. But file format only supports sizes up to 2GiB-1. So this absolute limit...

bug
accepted

Running BDiff and BPatch v1.0.0-beta with `--version` command reports BDiff-1.0.0 2023-06-02 BPatch-1.0.0 2023-06-02 where BDiff-1.0.0-beta 2023-06-02 BPatch-1.0.0-beta 2023-06-02 were expected.

bug
accepted

BDiff & BPatch now only support Windows 7 SP1 and later, so remove the windows vista entry from both application manifest files.

considering

The line ```bat if "%VIEdRoot"=="" goto envvarerror ``` has a missing closing `%` after `%VIEdRoot`. It should be ```bat if "%VIEdRoot%"=="" goto envvarerror ```

bug
accepted
:warning:

Replace the existing link with link to delphidabbler Google Drive: https://drive.google.com/file/d/1KQ3k44NFkOdSDU7-OtNi7JKVs5Mr_gt1/view This is required for 2 reasons: 1. in case the old link goes away 2. because the old is...

considering
documentation

Using files larger than 64KiB, and preferably more than twice that size will test the newly enlarged file read buffer works with files larger than the buffer.

enhancement
considering