From: Vlad S. <ser...@us...> - 2005-04-02 20:29:54
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25568 Modified Files: ChangeLog Log Message: modified uuencode/decode to support string buffers any size and be compatible with GNU uuencode, i.e. wrapping lines to be 60 chars Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** ChangeLog 28 Mar 2005 17:02:06 -0000 1.32 --- ChangeLog 2 Apr 2005 20:29:46 -0000 1.33 *************** *** 1,2 **** --- 1,9 ---- + 2005-04-02 Vlad Seryakov <ser...@us...> + + * nsd/tclmisc.c: + * nsd/uuencode.c: modified uuencode/decode to support + string buffers any size and be compatible with GNU uuencode, + i.e. wrapping lines to be 60 chars. + 2005-03-28 Vlad Seryakov <ser...@us...> |