forked from UweOhse/lrzsz
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
1,594 additions
and
1,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Chuck Forsberg: original rz and sz programs (Public domain version) | ||
Matt Porter <[email protected]>: Modification for versions 0.10 und 0.11 | ||
[email protected]: Modifications for version 0.12a | ||
Uwe Ohse <[email protected]>: Modifications for 0.12b und 0.12.1 | ||
Uwe Ohse <[email protected]>: Modifications for 0.12b und 0.12.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,41 @@ | ||
1998-06-15 Uwe Ohse <[email protected]> | ||
|
||
* src/rbsb.c (io_mode), case 1: | ||
disable IEXTEN, from Usman Muzaffar <[email protected]>. | ||
|
||
1998-06-15 Uwe Ohse <[email protected]> | ||
|
||
* src/lsz.c: Transfering 0 byte files with Zmodem made lsz crash. | ||
|
||
1998-06-03 Uwe Ohse <[email protected]> | ||
|
||
* update to automake-1.4, autoconf-2.13. | ||
|
||
* configure.in: | ||
- version number set to 0.12.21 | ||
- Threw out explicit AC_LINK_FILES statement in configure.in. | ||
|
||
1998-03-21 Uwe Ohse <[email protected]> | ||
* configure.in, aclocal.m4: check for socklen_t. | ||
* check.lrzsz: threw out tcp inband checks. | ||
* src/lrz.c: threw out tcp inband stuff (--tcp). The only | ||
user doesn't need it anymore. | ||
changed static SEGMENTS buffer to dynamic allocation. | ||
make some global variables static. | ||
* src/lsz.c: threw out tcp inband stuff (--tcp). The only | ||
user doesn't need it anymore. | ||
allocate receive-buffer dynamically. | ||
* src/tcp.c: change a size_t to socklen_t. | ||
* zm.c: prototype for zsendline_s. | ||
|
||
1998-02-06 Uwe Ohse <[email protected]> | ||
|
||
* debian/* | ||
* Makefile.am: | ||
* configure.in: | ||
removed support for debian, on mail from | ||
Josip Rodin <[email protected]>. | ||
|
||
1998-12-29 Uwe Ohse <[email protected]> | ||
|
||
* src/lrz.c: removed stpcpy call. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,13 +42,12 @@ To install: | |
to install the programs and manual pages under the traditional | ||
names (sz, sz.1 instead of lsz, lsz.1). | ||
2) make | ||
(please contact [email protected] if there are any problems. Sorry, | ||
for the moment i only have access to linux machines) | ||
(please contact [email protected] if there are any problems.) | ||
3) make check | ||
will perform a selftest, sending some files in the distribution | ||
through a nimed pipe. | ||
through a named pipe. | ||
("make vcheck" will do the same as "make check" does, but prints | ||
a progres report) | ||
a progress report) | ||
4) please read COMPATABILITY | ||
5) make install | ||
if everything is ok. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.