Convert-UUlib
view release on metacpan or search on metacpan
doc/HISTORY view on Meta::CPAN
only include the documentation the reader really needs
- Win version includes a new version of the Launcher, compiled with the
new encoding routines, and also remembering its screen position and size
- Oops, the Netscape repair code was partially broken and needed some repair
itself.
- xxdecoding was broken because of over-tolerant uudecoding
- uudecoding was broken because of over-tolerant uudecoding :(
0.4.15 (20.01.1996)
--------
- Implemented my own version of fgets() that allows to transparently read
lines terminated either with LF (Unix), CRLF (DOS) or CR (Mac). Sadly,
it's slower than the original.
- in previous versions, I have very much relaxed the checking for uudecoded
lines (valid_data()). Now I only allow the less strong code (meaning,
allow the data look more weird, more off the specs) if I'm sure it actually
_is_ uuencoded data. This should work in all cases because it was usually
only the last line with was "erroneous"
- included option '-b' to let part numbers in [] take precedence over ()
this only affects the kind of brackets uudeview looks to find a part
number _first_
( run in 0.245 second using v1.01-cache-2.11-cpan-0a6323c29d9 )