ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/Changes
(Generate patch)

Comparing Convert-UUlib/Changes (file contents):
Revision 1.3 by root, Tue Jun 12 03:20:44 2001 UTC vs.
Revision 1.12 by root, Mon Aug 19 23:25:33 2002 UTC

1Revision history for Perl extension Convert::UUlib. 1Revision history for Perl extension Convert::UUlib.
2 2
3unix/uufnflt - filenamefilters 30.213 Sat Jul 27 21:16:30 CEST 2002
4Changes - his changes into uulib? 4 - fixed another buffer overflow, also added a santity check to fgets.
5 5
60.2 60.212 Sat Apr 6 03:52:13 CEST 2002
7 - fix yEnc decoding support.
8 - new option OPT_DOTDOT, that makes uulib unescape dot-escaping.
9 - increased linelength to 1195.
10
110.211 Fri Apr 5 23:56:46 CEST 2002
12 - *sigh*. new version of uulib, new braindamaged buffer overflows.
13 I would not use this code in a virus-scanner, despite my efforts
14 to fix uulib. Diffs like "line length 256 => 300" should have
15 alerted me...
16
170.21 Sun Mar 31 22:06:05 CEST 2002
18 - bumped uulib from 0.5.15 to 0.5.17 (adds some yEnc support, YENC_ENCODED).
19 - source-renamed FP_*-symbols to _FP_* again, but still define them
20 to be FP_* in the object file.
21 - new callback: SetFileNameCallback (actually documented ;)
22
230.201 Sun Sep 16 03:43:38 CEST 2001
24 - fixed another segfault-bug in uulib, thanks to Lars Hecking who
25 provides all the test files ;)
26
270.2 Thu Jun 14 18:42:49 CEST 2001
7 - Frank Pilhofer is NOT dead! He is a live, kicking, and fixing 28 - Frank Pilhofer is NOT dead! He is alive, kicking, and fixing
8 bugs in uulib now! Since his uulib and mine diverged quite 29 bugs in uulib now! Since his uulib and mine diverged quite
9 a bit I am still in the process of merging his bugfixes 30 a bit I am still in the process of merging his bugfixes
10 into my version. So be aware that this might introduce new 31 into my version. So be aware that this might introduce new
11 instabilities... 32 instabilities...
12 - merged uulib-0.5.15 33 - merged uulib-0.5.15
13 - optimize decode_file to not copy the file contents when a rename 34 - optimize decode_file to not copy the file contents when a rename
14 succeeds (TMPDIR same disk as destination). 35 succeeds (TMPDIR same disk as destination).
36 - updated documentation.
15 37
160.111 Fri May 4 22:29:09 CEST 2001 380.111 Fri May 4 22:29:09 CEST 2001
17 - heuristic to decode microsoft-rfc822-headers (microsoft uses 39 - heuristic to decode microsoft-rfc822-headers (microsoft uses
18 '\' as path seperator which is also the rfc822 quote character. 40 '\' as path seperator which is also the rfc822 quote character.
19 of course they could have quoted it, but it's microsoft, so 41 of course they could have quoted it, but it's microsoft, so

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines