From: Stephen D. <sd...@us...> - 2005-12-11 03:33:39
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25667 Modified Files: ChangeLog Log Message: * nsd/httptime.c: * tests/hs_httptime.test: Use snprintf to format the date to ensure the English week and month names are always used, no matter which locale is in effect. (Bug# 1340755) Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.253 retrieving revision 1.254 diff -C2 -d -r1.253 -r1.254 *** ChangeLog 11 Dec 2005 03:17:25 -0000 1.253 --- ChangeLog 11 Dec 2005 03:33:30 -0000 1.254 *************** *** 4,7 **** --- 4,12 ---- * tests/ns_httptime.test: Add tests for ns_parsehttptime. + * nsd/httptime.c: + * tests/hs_httptime.test: Use snprintf to format the date to ensure the + English week and month names are always used, no matter which + locale is in effect. (Bug# 1340755) + 2005-12-05 Stephen Deasey <sd...@gr...> |