mirror of
https://github.com/stephenenelson/convert-binhex.git
synced 2024-11-25 21:33:51 +00:00
Moved change log to "Changes" file
This commit is contained in:
parent
342a14633f
commit
f22d20e98c
23
Changes
Normal file
23
Changes
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
* Version 1.118
|
||||||
|
|
||||||
|
- Ready to go public (with Paul's version, patched for native Mac support)!
|
||||||
|
- Warnings have been suppressed in a few places where undefined values
|
||||||
|
appear.
|
||||||
|
|
||||||
|
* Version 1.115
|
||||||
|
|
||||||
|
- Fixed another bug in comp2bin, related to the MARK falling on a
|
||||||
|
boundary between inputs. Added testing code.
|
||||||
|
|
||||||
|
* Version 1.114:
|
||||||
|
|
||||||
|
- Added BIN-to-HEX conversion. Eh. It's a start.
|
||||||
|
- Also, a lot of documentation additions and cleanups.
|
||||||
|
- Some methods were also renamed.
|
||||||
|
|
||||||
|
* Version 1.103:
|
||||||
|
- Fixed bug in decompression (wasn't saving last character).
|
||||||
|
- Fixed "NoComment" bug.
|
||||||
|
|
||||||
|
* Version 1.102:
|
||||||
|
- Initial release.
|
@ -1652,43 +1652,10 @@ a non-Mac system, you probably want to do this to the data:
|
|||||||
foreach ($HQX->read_data) { s/\r/\n/g; print }
|
foreach ($HQX->read_data) { s/\r/\n/g; print }
|
||||||
|
|
||||||
|
|
||||||
=head1 CHANGE LOG
|
|
||||||
|
|
||||||
Current version: $Id: BinHex.pm,v 1.119 1997/06/28 05:12:42 eryq Exp $
|
|
||||||
|
|
||||||
=over 4
|
|
||||||
|
|
||||||
=item Version 1.118
|
|
||||||
|
|
||||||
Ready to go public (with Paul's version, patched for native Mac support)!
|
|
||||||
Warnings have been suppressed in a few places where undefined values
|
|
||||||
appear.
|
|
||||||
|
|
||||||
=item Version 1.115
|
|
||||||
|
|
||||||
Fixed another bug in comp2bin, related to the MARK falling on a
|
|
||||||
boundary between inputs. Added testing code.
|
|
||||||
|
|
||||||
=item Version 1.114
|
|
||||||
|
|
||||||
Added BIN-to-HEX conversion. Eh. It's a start.
|
|
||||||
Also, a lot of documentation additions and cleanups.
|
|
||||||
Some methods were also renamed.
|
|
||||||
|
|
||||||
=item Version 1.103
|
|
||||||
|
|
||||||
Fixed bug in decompression (wasn't saving last character).
|
|
||||||
Fixed "NoComment" bug.
|
|
||||||
|
|
||||||
=item Version 1.102
|
|
||||||
|
|
||||||
Initial release.
|
|
||||||
|
|
||||||
=back
|
|
||||||
|
|
||||||
|
|
||||||
=head1 AUTHOR AND CREDITS
|
=head1 AUTHOR AND CREDITS
|
||||||
|
|
||||||
|
Maintained by Stephen Nelson <stephenenelson@mac.com>
|
||||||
|
|
||||||
Written by Eryq, F<http://www.enteract.com/~eryq> / F<eryq@enteract.com>
|
Written by Eryq, F<http://www.enteract.com/~eryq> / F<eryq@enteract.com>
|
||||||
|
|
||||||
Support for native-Mac conversion, I<plus> invaluable contributions in
|
Support for native-Mac conversion, I<plus> invaluable contributions in
|
||||||
|
Loading…
Reference in New Issue
Block a user