Re: [PATCH] Caseless sorting for mod_autoindex

2002-02-05 Thread Rodent of Unusual Size
"William A. Rowe, Jr." wrote: > > Forewarned that > > > o abc > > o Abc > > o Bcd > > o bcd > > o xyz > > o Xyz > > is equally possible with this patch, it doesn't sort by case at all. Fixed in the version of the patch I'll be committing. If strcasecmp() returns equality, pass on to strcmp()

Re: [PATCH] Caseless sorting for mod_autoindex

2002-02-04 Thread William A. Rowe, Jr.
controlled by the query string. A C=0/C=1[default] would be nice here :) Bill - Original Message - From: "Rodent of Unusual Size" <[EMAIL PROTECTED]> To: "Apache Developers" <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 12:56 PM Subject: [PATCH] Cas

[PATCH] Caseless sorting for mod_autoindex

2002-02-04 Thread Rodent of Unusual Size
This got sent to me privately a long time ago, but got lost in the maze of twisty little passages that is my mail. It's against 1.3, but if approved I'll bring it forward to 2.0. I've reworked the original patch from Tullio Andreatta to apply against HEAD. The patch adds the IgnoreCase keyword t