You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _software/bdiff.html
+9-6
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
layout: "programs-tplt"
3
3
group: apps
4
4
priority: 4
5
-
version: "1.0.0-beta.2"
6
-
release-date: "2024-08-29"
5
+
version: "1.0.0-rc.1"
6
+
release-date: "2024-10-24"
7
7
os: Windows 7 SPI & later
8
8
title: "BDiff / BPatch Utilities"
9
9
precis: "Creates diffs between files and applies patches"
@@ -29,7 +29,7 @@ <h2 class="panel-title">
29
29
<em>BDiff</em> is used to output information about the differences between two files, with the option to output binary information. <em>BPatch</em> can apply binary patches created by <em>BDiff</em>.
30
30
</p>
31
31
<p>
32
-
For details of how to use the programs read the manual pages – the are links in the <ahref="#docs">documentation section</a> below.
32
+
For details of how to use the programs read the manual pages – there are links in the <ahref="#docs">documentation section</a> below.
33
33
</p>
34
34
<pclass="alert alert-info glyph">
35
35
These programs are modified versions of Stefan Reuther's <em>bdiff</em> and <em>bpatch</em> utilities, based on Pascal translations of the original C source code. [<aclass="direct-dl" href="https://drive.google.com/file/d/1KQ3k44NFkOdSDU7-OtNi7JKVs5Mr_gt1/view" title="File on Google drive containing of original C source code">Get the C source code from Google Drive</a>].
@@ -45,14 +45,17 @@ <h2 class="panel-title">
45
45
</div>
46
46
<divclass="panel-body">
47
47
<p>
48
-
These programs are hosted on GitHub in the <code><ahref="{{ page.repo-url }}">delphidabbler/bdiff</a></code> repository. The programs can be downloaded from the repository's <em>Releases</em>tab.
48
+
These programs are hosted on GitHub in the <code><ahref="{{ page.repo-url }}">delphidabbler/bdiff</a></code> repository. Both 32 bit and 64 bit versions of the programs can be downloaded from the repository's <em>Releases</em>section.
49
49
</p>
50
50
<p>
51
-
Each release gives the option of downloading either the programs in executable format or the source code. Your options are:
51
+
Each release gives the option of downloading the programs in executable format or as source code. Your options are:
52
52
</p>
53
53
<ul>
54
54
<li>
55
-
Choose <code>dd-bdiff-{{page.version}}.zip</code> to download a zip file containing both <em>BDiff</em> and <em>BPatch</em>. Extract the content of the <code>.zip</code> file. The included read-me file (<code>README.md</code>) explains how to install the programs.
55
+
<code>bdiff-exe32--{{page.version}}.zip</code> - contains the 32 bit version of BDiff and BPatch along with documentation and tests.
56
+
</li>
57
+
<li>
58
+
<code>bdiff-exe64--{{page.version}}.zip</code> - contains the 64 bit version of BDiff and BPatch along with documentation and tests.
56
59
</li>
57
60
<li>
58
61
Choose <code>Source code.zip</code> to download the source code in <code>.zip</code> format.
0 commit comments