[mod-xhtml-neg-cvs] mod_xhtml_neg mod_xhtml_neg.c,1.37,1.38
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-11 00:11:01
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16112 Modified Files: mod_xhtml_neg.c Log Message: Doxygen update. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** mod_xhtml_neg.c 10 Apr 2004 23:44:06 -0000 1.37 --- mod_xhtml_neg.c 10 Apr 2004 23:57:26 -0000 1.38 *************** *** 87,90 **** --- 87,91 ---- * 0.92 Pick up the AddDefaultCharset directive from the Apache core \n * 0.93 Use a better hash function for ETag uniqueness \n + * 0.94 Parse q-values correctly irrespective of system locale \n * * @directive *************** *** 501,505 **** * on the locale (argh). * ! * However, RFC 2616 states: * 3.9 Quality Values * --- 502,506 ---- * on the locale (argh). * ! * However, RFC 2616 states: \n * 3.9 Quality Values * |