aboutsummaryrefslogtreecommitdiff
path: root/README.DOS
diff options
context:
space:
mode:
authorJulian Seward <jseward@acm.org>1997-08-29 22:13:13 +0200
committerJulian Seward <jseward@acm.org>1997-08-29 22:13:13 +0200
commit1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37 (patch)
tree7320c524e6eca96193adda97d2cdb5d76d57920a /README.DOS
parent33d134030248633ffa7d60c0a35a783c46da034b (diff)
downloadbzip2-0.1pl2.tar.gz
bzip2-0.1pl2.tar.bz2
bzip2-0.1pl2.zip
bzip2-0.1pl2bzip2-0.1pl2
Diffstat (limited to '')
-rw-r--r--README.DOS26
1 files changed, 11 insertions, 15 deletions
diff --git a/README.DOS b/README.DOS
index d522b81..048de8c 100644
--- a/README.DOS
+++ b/README.DOS
@@ -1,20 +1,16 @@
1 1
2Windows 95 & Windows NT users: 2As of today (3 March 1998) I've removed the
3Win95/NT executables from this distribution, sorry.
3 4
41. There's a pre-built executable, bzip2.exe, which 5You can still get an executable from
5 should work. You don't need to compile anything. 6http://www.muraroa.demon.co.uk, or (as a last
6 You can run the `test.bat' batch file to check 7resort) by mailing me at jseward@acm.org.
7 the executable is working ok, if you want.
8 8
92. The control-C signal catcher seems pretty dodgy 9The reason for this change of packaging is that it
10 under Windows, at least for the executable supplied. 10makes it easier for me to fix problems with specific
11 When it catches a control-C, bzip2 tries to delete 11executables if they are not included in the main
12 its output file, so you don't get left with a half- 12distribution.
13 baked file. But this sometimes seems to fail
14 under Windows. Caveat Emptor! I think I am doing
15 something not-quite-right in the signal catching.
16 Windows-&-C gurus got any suggestions?
17 13
18 Control-C handling all seems to work fine under Unix. 14J
19 15
207 Aug 97 16