Re: cvs commit: httpd-2.0/modules/experimental mod_charset_lite.c

2003-12-16 Thread William A. Rowe, Jr.
At 03:57 PM 12/15/2003, Bill Stoddard wrote: [EMAIL PROTECTED] wrote: martin 2003/12/15 06:24:31 Revision ChangesPath 1.67 +70 -0 httpd-2.0/modules/experimental/mod_charset_lite.c +#if #system(bs2000) This syntax causes a compile failure on Windows. Of course - it is

Re: cvs commit: httpd-2.0/modules/experimental mod_charset_lite.c

2003-12-16 Thread Bill Stoddard
William A. Rowe, Jr. wrote: At 03:57 PM 12/15/2003, Bill Stoddard wrote: [EMAIL PROTECTED] wrote: martin 2003/12/15 06:24:31 Revision ChangesPath 1.67 +70 -0 httpd-2.0/modules/experimental/mod_charset_lite.c +#if #system(bs2000) This syntax causes a compile failure on

Re: cvs commit: httpd-2.0/modules/experimental mod_charset_lite.c

2003-12-15 Thread Joe Orton
On Mon, Dec 15, 2003 at 02:24:31PM -, [EMAIL PROTECTED] wrote: ... diff -u -u -r1.66 -r1.67 --- mod_charset_lite.c 7 Nov 2003 01:01:27 - 1.66 +++ mod_charset_lite.c 15 Dec 2003 14:24:31 - 1.67 @@ -307,7 +307,16 @@ mime type

Re: cvs commit: httpd-2.0/modules/experimental mod_charset_lite.c

2003-12-15 Thread Brad Nicholes
-1 Please use some other #define. This won't build with Metrowerks on NetWare. Brad Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com [EMAIL PROTECTED] Monday, December 15, 2003 8:18:05 AM On Mon, Dec 15, 2003 at

Re: cvs commit: httpd-2.0/modules/experimental mod_charset_lite.c

2003-12-15 Thread Bill Stoddard
[EMAIL PROTECTED] wrote: martin 2003/12/15 06:24:31 Modified:modules/experimental mod_charset_lite.c Log: Flame bait: mod_charset_lite would decide in the mime checker phase whether a conversion was required, and would stick with that decision, even if a later handler (like CGI

Re: cvs commit: httpd-2.0/modules/experimental mod_charset_lite.c

2001-08-30 Thread Jeff Trawick
Ryan Bloom [EMAIL PROTECTED] writes: On Thursday 30 August 2001 06:53, Jeff Trawick wrote: I think you're saying that beyond core (whose config I was looking at), any other modules (e.g., mime) might add a charset filter too based on their own directives. And if this is the case, then