From: Vlad S. <ser...@us...> - 2005-04-27 20:54:36
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19412 Modified Files: ChangeLog Log Message: updated ns_uudecode to return possibly binary decoded data in the Tcl_Obj result instead of string result Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** ChangeLog 27 Apr 2005 05:55:25 -0000 1.62 --- ChangeLog 27 Apr 2005 20:54:27 -0000 1.63 *************** *** 1,2 **** --- 1,7 ---- + 2005-04-27 Vlad Seryakov <ser...@us...> + + nsd/tclmisc.c: updated ns_uudecode to return possibly binary decoded data + in the Tcl_Obj result instead of string result + 2005-04-26 Stephen Deasey <sd...@us...> |