cvs commit: apache-devsite index.html mailing-lists.html

1998-06-19 Thread coar
coar98/06/19 08:26:56 Modified:.index.html mailing-lists.html Log: Add apache-announce to the list and do some HTML cleanup. Revision ChangesPath 1.23 +57 -66apache-devsite/index.html Index: index.html

cvs commit: apache-1.3/src/main util.c

1998-06-19 Thread coar
coar98/06/19 14:02:44 Modified:src CHANGES src/ap Makefile.tmpl src/include ap.h httpd.h src/main util.c Removed: src/ap ap_strings.c Log: Move ap_escape_quotes(), with its use of pools, out of libap

cvs commit: apache-1.3/src/support Makefile.tmpl suexec.c

1998-06-20 Thread coar
coar98/06/20 04:07:39 Modified:src/support Makefile.tmpl suexec.c Log: Let's not be unnecessarily cryptic in our logs; it interferes with debugging problems and doesn't really protect anything. Revision ChangesPath 1.23 +1 -1 apac

cvs commit: apache-1.3/src/os/win32 os.h

1998-06-20 Thread coar
coar98/06/20 04:20:40 Modified:src CHANGES src/include conf.h src/modules/standard mod_autoindex.c src/os/win32 os.h Log: Whoops, IndexIgnore has the same issues on OS/2 case-aware filesystems as on Win32. Add a

cvs commit: apache-1.3/src/main fnmatch.c

1998-06-20 Thread coar
coar98/06/20 06:12:36 Modified:src/main fnmatch.c Log: Sincethis has been modified for Apache, modify it some more (cosmetically) to meet our style guide. Revision ChangesPath 1.10 +50 -36apache-1.3/src/main/fnmatch.c Index: fnmatch.c

cvs commit: apache-1.3 INSTALL

1998-06-23 Thread coar
coar98/06/22 21:21:56 Modified:.INSTALL Log: Fix typographical errors. Submitted by: Jonathan Leffler <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.32 +2 -2 apache-1.3/INSTALL Index: I

cvs commit: apache-1.3/src/main util_script.c

1998-06-23 Thread coar
coar98/06/23 16:14:08 Modified:src/main util_script.c Log: Provide for warning of non-executable file in a script directory. Submitted by: W G Stoddard <[EMAIL PROTECTED]> Reviewed by: Brian Behlendorf, Ken Coar Revision ChangesPath 1.119

cvs commit: apache-1.3/src CHANGES

1998-06-23 Thread coar
coar98/06/23 16:41:13 Modified:src CHANGES Log: Bill's fix for non-executable script files on Win32. Submitted by: W G Stoddard <[EMAIL PROTECTED]> Revision ChangesPath 1.930 +5 -2 apache-1.3/src/CHANGES Ind

cvs commit: apache-site in_the_news.html

1998-06-24 Thread coar
coar98/06/24 03:56:49 Modified:.in_the_news.html Log: Yerk. I don't think they're based in the U.S. Deep South.. Revision ChangesPath 1.37 +1 -1 apache-site/in_the_news.html Index: in_the

cvs commit: apache-site/info in_the_news_1997.html

1998-06-25 Thread coar
coar98/06/25 08:29:01 Modified:.awards.html in_the_news.html info in_the_news_1997.html Log: Add a 1997 in-the-news reference, and make the 1998 ones comply a *little* better with standard reference and citation syntax. Oh, and

cvs commit: apache-1.3/src/main fnmatch.c

1998-06-28 Thread coar
coar98/06/28 07:43:19 Modified:src CHANGES src/include fnmatch.h src/main fnmatch.c Log: ap_fnmatch() only did case-exact matching. With the addition of the FNM_CASE_BLIND flag bit, it can now be told to ignore case

cvs commit: apache-site/dist HEADER.html

1998-06-29 Thread coar
coar98/06/29 06:30:35 Modified:dist HEADER.html Log: Hopefully shut up the clamour until we've got a Win32 binary. Revision ChangesPath 1.2 +5 -0 apache-site/dist/HEADER.html Index: HEADER

cvs commit: apache-1.3/src/main fnmatch.c

1998-06-30 Thread coar
coar98/06/29 19:11:36 Modified:src/main fnmatch.c Log: Logic error.. resulted in case-blind byte-for-byte matches not. Revision ChangesPath 1.12 +7 -4 apache-1.3/src/main/fnmatch.c Index: fnmatch.c

cvs commit: apache-1.3/src/main fnmatch.c

1998-06-30 Thread coar
coar98/06/30 03:56:17 Modified:src/main fnmatch.c Log: Change toupper()s to tolower() as used elsewhere in the code. Revision ChangesPath 1.13 +4 -4 apache-1.3/src/main/fnmatch.c Index: fnmatch.c

cvs commit: apache-1.3/src/main http_core.c

1998-07-03 Thread coar
coar98/07/03 09:47:30 Modified:src/main http_core.c Log: Cosmetic style-guide cleanup. I'm about halfway through, but chickened out when I saw how much had already accumulated.. No thirty. Revision ChangesPath 1.206 +796 -467 apach

cvs commit: apache-1.3/src/main http_core.c

1998-07-03 Thread coar
coar98/07/03 13:06:02 Modified:src CHANGES src/main http_core.c Log: Fix parsing; "GET" and "get" are distinct methods. Revision ChangesPath 1.944 +3 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/htdocs/manual/mod core.html

1998-07-03 Thread coar
coar98/07/03 13:12:35 Modified:htdocs/manual sections.html htdocs/manual/mod core.html Log: Clarify some sectional concerns. Submitted by: Lars Eilebrecht <[EMAIL PROTECTED]>, Ken Coar Revision ChangesPath 1.8 +34 -7 apac

cvs commit: apache-1.3/src/main http_core.c

1998-07-03 Thread coar
coar98/07/03 15:15:57 Modified:src/main http_core.c Log: More cosmetic cleanups.. There's still more to do, but I'm kinda tired. Maybe I will and maybe I won't.. Revision ChangesPath 1.208 +264 -187 apache-1.3/src/main/http_co

cvs commit: apache-1.3/htdocs/manual upgrading_to_1_3.html

1998-07-04 Thread coar
coar98/07/04 07:59:57 Modified:htdocs/manual upgrading_to_1_3.html Log: Add a note about the new case-sensitivity of . Revision ChangesPath 1.26 +19 -0 apache-1.3/htdocs/manual/upgrading_to_1_3.html Index: upgrading_to_1_3.html

cvs commit: apache-1.3/htdocs/manual upgrading_to_1_3.html

1998-07-04 Thread coar
coar98/07/04 08:10:51 Modified:htdocs/manual upgrading_to_1_3.html Log: Add a note about the change to REMOTE_HOST (making it compliant with the erstwhile CGI specification). PR: 2546 Revision ChangesPath 1.27 +12 -0 apache-1.3

cvs commit: apache-site in_the_news.html

1998-07-04 Thread coar
coar98/07/04 12:32:07 Modified:.in_the_news.html Log: Another pieces of the ZD circular filing system.. but the words are a little different. Revision ChangesPath 1.40 +4 -0 apache-site/in_the_news.html Index: in_the_news.html

cvs commit: apache-1.3/htdocs/manual/misc compat_notes.html

1998-07-04 Thread coar
coar98/07/04 14:38:11 Modified:htdocs/manual/misc compat_notes.html Log: Add a note about the case-sensitivity of as pointed out by Dean. Revision ChangesPath 1.22 +13 -3 apache-1.3/htdocs/manual/misc/compat_notes.html Index

cvs commit: apache-1.3/src/support suexec.c

1998-07-07 Thread coar
coar98/07/07 16:19:24 Modified:src CHANGES src/support suexec.c Log: Put back the bits that aren't controversial. :-) Revision ChangesPath 1.950 +2 -0 apache-1.3/src/CHANGES Index: CH

cvs commit: apache-1.3/conf magic

1998-07-09 Thread coar
coar98/07/09 04:24:56 Modified:src CHANGES conf magic Log: Add the " Reviewed by: Ken Coar Revision ChangesPath 1.955 +4 -0 apache-1.3/src/CHANGES Index: CH

cvs commit: apache-1.3/htdocs/manual/misc FAQ.html

1998-07-10 Thread coar
coar98/07/09 17:25:36 Modified:htdocs/manual/misc FAQ.html Log: Add a note to the FAQ about increasing file descriptor limits [sic] on Win95. Does this have any effect on WinNT? Submitted by: "The Smiths" <[EMAIL PROTECTED]> Review

cvs commit: apache-1.3/src/modules/standard mod_setenvif.c

1998-07-10 Thread coar
coar98/07/09 17:54:18 Modified:src/modules/standard mod_setenvif.c Log: Yes, I know this is style-guide/indent stuff, but I'm tracking down a possible bug and want to have a clean basis for any changes. I.e., I'm not just being capricious..

cvs commit: apache-1.3/src/modules/standard mod_setenvif.c

1998-07-10 Thread coar
coar98/07/10 05:58:56 Modified:src CHANGES src/modules/standard mod_setenvif.c Log: Make mod_setenvif work like mod_rewrite - namely, let it use "^$" to match missing fields. Revision ChangesPath 1.957 +3 -0 apac

cvs commit: apache-1.3/htdocs/manual/mod mod_mime.html

1998-07-10 Thread coar
coar98/07/10 06:33:10 Modified:htdocs/manual/mod mod_mime.html Log: Add a missing 'Override' clause. PR: 2582 Submitted by: Andrew Gillespie <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.22 +4 -0

cvs commit: apache-2.0 STATUS

1998-07-12 Thread coar
coar98/07/12 11:48:20 Modified:.STATUS Log: Another issue for future work.. Revision ChangesPath 1.40 +4 -0 apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apache-1.3/conf srm.conf-dist srm.conf-dist-win

1998-07-15 Thread coar
coar98/07/15 07:50:29 Modified:conf srm.conf-dist srm.conf-dist-win Log: Add explicit TypesConfig directives so people changing their default directory structure won't get bitten by not finding references to 'conf' in the .conf-dist*

cvs commit: apache-site/info apache_books.html

1998-07-15 Thread coar
coar98/07/15 13:06:26 Modified:info apache_books.html Log: Gah! I have no idea from where IDG got that stuff. Since my experience indicates getting it changed is unlikely, I'm pointing the link at Amazon - where at least they fix things w

cvs commit: apache-1.3 STATUS

1998-07-20 Thread coar
coar98/07/20 16:38:35 Modified:.STATUS Log: Some 80-col cleanups and votes. Revision ChangesPath 1.445 +27 -20apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/main http_core.c

1998-07-23 Thread coar
coar98/07/23 03:46:25 Modified:src/main http_core.c Log: Add a comment explaining the initially astonishing use of '!=' in what otherwise looks like it should be a string comparison. Revision ChangesPath 1.213 +9 -3 apache-1.

cvs commit: apache-1.3/src/modules/standard mod_rewrite.c mod_rewrite.h

1998-07-23 Thread coar
coar98/07/23 04:34:02 Modified:src/modules/standard mod_rewrite.c mod_rewrite.h Log: Add some capability for setting the Vary response field when mod_rewrite makes changes based upon request fields. This is by no means a complete treatment of the problem

cvs commit: apache-1.3/src CHANGES

1998-07-23 Thread coar
coar98/07/23 06:45:45 Modified:src CHANGES Log: I always forget this.. PR: 1644 Revision ChangesPath 1.978 +3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS

cvs commit: apache-site/websrc cvsweb.cgi

1998-07-24 Thread coar
coar98/07/23 17:53:21 Modified:websrc cvsweb.cgi Log: Changed to look for *exactly* 77 '=' characters alone on a line for the empirical RCS division mark. We were getting hosed by strings of '==' in the CVS log text. Revision C

cvs commit: apache-site bugdb.cgi

1998-07-27 Thread coar
coar98/07/27 15:39:26 Modified:.bugdb.cgi Log: Change the default search state from "open" to "any". Revision ChangesPath 1.32 +2 -1 apache-site/bugdb.cgi

cvs commit: apache-1.3/src/support suexec.c

1998-07-01 Thread coar
coar98/07/01 03:34:21 Modified:src/support suexec.c Log: Redo the 'too few arguments' error reporting in a way that doesn't do excessive unsafe string copying (which Marc pointed out was a flaw in the last edit). Revision Changes

cvs commit: apache-devsite bugdb-policies.html index.html

1998-08-03 Thread coar
coar98/08/03 07:48:28 Modified:.index.html Added: .bugdb-policies.html Log: Add a rough draft of 'how to edit PRs,' and point to it. Revision ChangesPath 1.24 +6 -2 apache-devsite/index.html Index:

cvs commit: apache-site bugdb.cgi

1998-08-04 Thread coar
coar98/08/03 20:48:31 Modified:.bugdb.cgi Log: Add some more minimal niceties, like PR counts. Revision ChangesPath 1.34 +16 -8 apache-site/bugdb.cgi Index: bugdb.cgi

cvs commit: apache-2.0/docs api-middle.txt

1998-08-04 Thread coar
coar98/08/04 05:29:39 Added: docs api-middle.txt Log: Add Simon Spero's thoughts about the API and the 'middle end'. Revision ChangesPath 1.1 apache-2.0/docs/api-middle.txt Index:

cvs commit: apache-1.3/src/main Makefile.tmpl fnmatch.c

1998-08-04 Thread coar
coar98/08/04 06:32:21 Modified:src/ap Makefile.tmpl src/main Makefile.tmpl Removed: src/main fnmatch.c Log: Move the httpd-neutral ap_fnmatch() stuff out of main and into libap. Revision ChangesPath 1.28 +4 -1 apache-1.3

cvs commit: apache-1.3/src/main util.c

1998-08-05 Thread coar
coar98/08/04 18:36:42 Modified:src CHANGES src/main util.c Log: ap_cfg_getline() was wont to remove leading and trailing whitespace and compressing multiple tabs and spaces to a single space. The former two are fine, but the last really

cvs commit: apache-1.3/src/ap ap.dsp ap.mak

1998-08-05 Thread coar
coar98/08/05 15:15:08 Modified:src ApacheCore.dsp ApacheCore.mak src/ap ap.dsp ap.mak Log: Update the ApacheCore.{dsp,mak} and ap/ap.{dsp,mak} files due to the move of fnmatch.c.. (1st time I've done this, hope it

cvs commit: apache-1.3/src/main util.c

1998-08-06 Thread coar
coar98/08/05 18:09:31 Modified:src/main util.c Log: There's no point in going further back than the starting point we just reset.. Revision ChangesPath 1.129 +1 -1 apache-1.3/src/main/util.c Index: u

cvs commit: apache-1.3/src/modules/standard mod_speling.c

1998-08-06 Thread coar
coar98/08/05 19:38:11 Modified:src/modules/standard mod_speling.c Log: Stylistic cleanup, since I think I may be doing some work in here soon. If this breaks any outstanding mods anyone has.. well, mod_speling??? Revision ChangesPath 1.22 +98 -53

cvs commit: apache-1.3/src CHANGES

1998-08-06 Thread coar
coar98/08/06 16:32:03 Modified:htdocs/manual/mod mod_speling.html src/modules/standard mod_speling.c src CHANGES Log: Allow CheckSpelling to be used anywhere, not just at the server level. Revision ChangesPath 1.9

cvs commit: apache-devsite bugdb-policies.html

1998-08-07 Thread coar
coar98/08/07 02:16:51 Modified:.bugdb-policies.html Log: Downsize the typeface inside the tables for better readability and printability. Reviewed by: Ralf Engelschall Revision ChangesPath 1.2 +159 -143 apache-devsite/bugdb

cvs commit: apache-1.3/src CHANGES

1998-08-10 Thread coar
coar98/08/09 17:10:20 Modified:src CHANGES Log: Correct spelling of mod_spelling in update notice.. Submitted by: "Singly Bertrand de (X1995)" <[EMAIL PROTECTED]> Revision ChangesPath 1.1014+1 -1 apache-1.3/src/CHANGES

cvs commit: apache-1.3/conf srm.conf-dist srm.conf-dist-win

1998-08-30 Thread coar
coar98/08/29 19:51:42 Modified:conf srm.conf-dist srm.conf-dist-win Log: Protect .htaccess files by default. PR: 2795 Revision ChangesPath 1.24 +12 -0 apache-1.3/conf/srm.conf-dist Index: srm.conf-dist

cvs commit: apache-1.3/conf srm.conf-dist srm.conf-dist-win

1998-08-30 Thread coar
coar98/08/30 11:09:08 Modified:conf srm.conf-dist srm.conf-dist-win Log: D'oh! Brain-fart; use rather than . Revision ChangesPath 1.25 +2 -2 apache-1.3/conf/srm.conf-dist Index: srm.conf

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-08-31 Thread coar
coar98/08/30 18:18:55 Modified:htdocs/manual new_features_1_3.html upgrading_to_1_3.html htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Clean up mod_autoindex's storage o

cvs commit: apache-site bugdb.cgi

1998-08-01 Thread coar
coar98/08/01 02:45:58 Modified:.bugdb.cgi Log: For large summaries, the rendering of the page needed to wait until the entire page was received; for slow links this was a pain. So, as Paul suggested, the output is now broken up into 100-row tables

cvs commit: apache-devsite mailing-lists.html

1998-09-02 Thread coar
coar98/09/02 09:09:42 Modified:.mailing-lists.html Log: Add a pointer to the modules registry and distribution list to the mailing-list page. Revision ChangesPath 1.5 +14 -0 apache-devsite/mailing-lists.html Index: mailing

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-09-02 Thread coar
coar98/09/02 14:04:43 Modified:htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Update the filname column width-sizing piece of mod_autoindex so that it's customisable with a NameL

cvs commit: apache-1.3/src/main http_config.c

1998-09-03 Thread coar
coar98/09/03 11:01:44 Modified:src/main http_config.c Log: If any sort of error is encountered in .htaccess file processing, make the details available to any ErrorDocument scripts that might field the error. Revision ChangesPath 1.126 +4 -0

cvs commit: apache-1.3/src/modules/standard mod_cgi.c

1998-09-03 Thread coar
coar98/09/03 15:40:43 Modified:src CHANGES src/main util_script.c src/modules/standard mod_cgi.c Log: Put an explanation of *why* the "500 Server Error" condition occurred during CGI processing into the *ERROR_NOTES

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-04 Thread coar
coar98/09/04 13:17:47 Modified:src/os/win32 util_win32.c Log: Fix Win32 problems with , , and . PR: 2915, 2953 Submitted by: Ken Parzygnat <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.23 +47 -17apac

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-04 Thread coar
coar98/09/04 13:30:57 Modified:src/os/win32 util_win32.c Log: Just some cosmetic cleanup, fixing some loong lines. Revision ChangesPath 1.24 +27 -20apache-1.3/src/os/win32/util_win32.c Index: util_win32.c

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-04 Thread coar
coar98/09/04 14:20:42 Modified:src/os/win32 util_win32.c Log: A rash of stylistic cleanup. (Good thing Dean doesn't do Win32 ;-) Revision ChangesPath 1.25 +104 -81 apache-1.3/src/os/win32/util_win32.c Index: util_wi

cvs commit: apache-1.3/src/main http_core.c

1998-09-09 Thread coar
coar98/09/09 05:34:37 Modified:src/main http_core.c Log: Add another case of providing 'why' info through *ERROR_NOTES: the default handler's 'file not found' report. Revision ChangesPath 1.227 +12 -6 apache-1.3/src/ma

cvs commit: apache-site bugdb.cgi

1998-09-09 Thread coar
coar98/09/09 05:42:21 Modified:.bugdb.cgi Log: I'm tired of people replying to 'PR is stale' messages without Ccing the bugdb. If they don't, and their reply doesn't go in, and we subsequently close the PR, hard cheese for

cvs commit: apache-site bugdb.cgi

1998-09-09 Thread coar
coar98/09/09 05:53:57 Modified:.bugdb.cgi Log: Argh. Revision ChangesPath 1.36 +1 -1 apache-site/bugdb.cgi Index: bugdb.cgi === RCS file: /export/home/cvs/apache-site

cvs commit: apache-1.3 STATUS

1998-09-09 Thread coar
coar98/09/09 07:08:05 Modified:.STATUS Log: Add a note about patch for *ERROR_NOTES default needing votes. Revision ChangesPath 1.462 +8 -2 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/main http_core.c

1998-09-09 Thread coar
coar98/09/09 15:05:32 Modified:src CHANGES src/main http_core.c Log: The Include directive added during the 1.3 beta cycle was only valid in the server config files outside and containers. Ease that restriction a bit and allow

cvs commit: apache-1.3/htdocs/manual/mod mod_cgi.html

1998-09-13 Thread coar
coar98/09/13 03:03:58 Modified:htdocs/manual/mod mod_cgi.html Log: Fix 'resource config' to be 'server config.' PR: 2997 Revision ChangesPath 1.17 +3 -3 apache-1.3/htdocs/manual/mod/mod_cgi.html

cvs commit: apache-1.3/htdocs/manual/mod core.html mod_actions.html mod_alias.html mod_auth_dbm.html mod_autoindex.html mod_expires.html mod_include.html mod_mime.html mod_negotiation.html mod_rewrite.html

1998-09-17 Thread coar
coar98/09/17 05:06:43 Modified:htdocs/manual content-negotiation.html htdocs/manual/mod core.html mod_actions.html mod_alias.html mod_auth_dbm.html mod_autoindex.html mod_expires.html mod_include.html mod_mime.html

cvs commit: apache-1.3/htdocs/manual/vhosts host.html name-based.html

1998-09-17 Thread coar
coar98/09/17 05:33:12 Modified:htdocs/manual content-negotiation.html install.html new_features_1_1.html new_features_1_2.html sourcereorg.html upgrading_to_1_3.html windows.html htdocs/manual/misc FAQ.html

cvs commit: apache-1.3/htdocs/manual/vhosts details.html examples.html host.html

1998-09-17 Thread coar
coar98/09/17 07:15:03 Modified:htdocs/manual content-negotiation.html custom-error.html dso.html ebcdic.html install.html invoking.html new_features_1_3.html sourcereorg.html upgrading_to_1_3.html windows.html

cvs commit: apache-1.3/htdocs/manual/vhosts details.html host.html virtual-host.html

1998-09-17 Thread coar
coar98/09/17 07:52:04 Modified:htdocs/manual suexec.html upgrading_to_1_3.html htdocs/manual/misc howto.html htdocs/manual/vhosts details.html host.html virtual-host.html Log: Some more consistency (cgi -> CGI) fi

cvs commit: apache-1.3/src/main http_log.c

1998-09-18 Thread coar
coar98/09/17 21:29:08 Modified:.STATUS src CHANGES src/main http_log.c Log: In ap_log_rerror(), set the "error-notes" special entry in r->notes to the error message, unless it's already set to something

cvs commit: apache-1.3/src/modules/standard mod_speling.c

1998-09-19 Thread coar
coar98/09/19 05:16:39 Modified:src/modules/standard mod_speling.c Log: When CheckSpelling was made .htaccess-ible, I forgot to correctly update the checking of the directive setting in the actual spellcheck code. Submitted by: Ryan Bloom <[EM

cvs commit: apache-1.3 STATUS

1998-09-19 Thread coar
coar98/09/19 08:29:10 Modified:.STATUS Log: Okey on RH 4.2 Linux. Revision ChangesPath 1.478 +7 -3 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/modules/standard mod_cgi.c

1998-09-21 Thread coar
coar98/09/21 14:09:52 Modified:src/main http_config.c http_core.c util_script.c src/modules/standard mod_cgi.c Log: Now that *ERROR_NOTES is set by ap_log_rerror(), remove some cases that manually set it to the same string after the call

cvs commit: apache-site/dist .htaccess

1998-09-22 Thread coar
coar98/09/22 08:14:21 Modified:dist .htaccess Log: Autosize the filename column; we've got some long ones here. Revision ChangesPath 1.8 +1 -0 apache-site/dist/.htaccess Index: .hta

cvs commit: apache-site/dist .htaccess

1998-09-22 Thread coar
coar98/09/22 08:16:48 Modified:dist .htaccess Log: Aw, crap. www.apache.org is running a not-too-recent version of 1.3.2-dev.. too old for the IndexOptions change. Uncomment this when it gets updated. Revision ChangesPath 1.9 +1 -1

cvs commit: apache-1.3 STATUS

1998-09-22 Thread coar
coar98/09/22 11:26:53 Modified:.STATUS Log: The change from __EMX__ to OS2 as the #define name has already happened. Revision ChangesPath 1.488 +0 -2 apache-1.3/STATUS Index: STATUS

cvs commit: apache-site/dist .htaccess

1998-09-22 Thread coar
coar98/09/22 11:52:31 Modified:dist .htaccess Log: Okey, www.apache.org's up to the latest HEAD, so we can enable the long file names. Also clean up some of the AddDescription lines. (Thanks, Brian! :-) Revision ChangesPath 1.10 +

cvs commit: apache-site/dist .htaccess

1998-09-23 Thread coar
coar98/09/23 04:20:14 Modified:dist .htaccess Log: Put the 1.3.1 descriptions back in, since they're inherited by the subdirectories. Revision ChangesPath 1.13 +3 -0 apache-site/dist/.htaccess Index: .hta

cvs commit: apache-site/dist .htaccess

1998-09-23 Thread coar
coar98/09/23 04:25:14 Modified:dist .htaccess Log: Rename the Win32 installer binary as Paul requested. (Good sense, although I wish we'd settle on a consistent naming scheme for these.) Revision ChangesPath 1.14 +1 -1 apache

cvs commit: apache-site bug_report.html security_report.html

1998-09-23 Thread coar
coar98/09/23 08:42:42 Modified:.bug_report.html security_report.html Log: The CERT points to our bug-report page, so make it clear how to let us know about security issues. Revision ChangesPath 1.19 +8 -5 apache-site/bug_report.html

cvs commit: apache-site ABOUT_APACHE.html

1998-09-24 Thread coar
coar98/09/24 03:06:41 Modified:.ABOUT_APACHE.html Log: Remove a redundancy and correct my address. Submitted by: Andrew Wilson <[EMAIL PROTECTED]> Revision ChangesPath 1.22 +1 -5 apache-site/ABOUT_APACHE.html Index: ABOUT_APACH

cvs commit: apache-site/contributors index.html

1998-09-24 Thread coar
coar98/09/24 03:11:01 Modified:contributors index.html Log: More address corrections. Revision ChangesPath 1.52 +4 -4 apache-site/contributors/index.html Index: index.html

cvs commit: apache-1.3 ABOUT_APACHE

1998-09-24 Thread coar
coar98/09/24 03:32:09 Modified:.ABOUT_APACHE Log: {Sigh} Another one.. Revision ChangesPath 1.21 +4 -3 apache-1.3/ABOUT_APACHE Index: ABOUT_APACHE === RCS file: /export

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-09-24 Thread coar
coar98/09/24 03:41:56 Modified:src/modules/standard mod_autoindex.c Log: Oops. Logical NOT used instead of bitwise. Submitted by: Ben Yoshino <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.92 +1 -1 apache-1.3/src/m

cvs commit: apache-1.3/htdocs/manual/mod mod_autoindex.html

1998-09-24 Thread coar
coar98/09/24 08:27:53 Modified:htdocs/manual/mod mod_autoindex.html Log: Correct name for IndexOptions keyword. PR: 3066 Revision ChangesPath 1.24 +2 -2 apache-1.3/htdocs/manual/mod/mod_autoindex.html Index: mod_autoindex.html

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-09-24 Thread coar
coar98/09/24 08:53:41 Modified:src/modules/standard mod_autoindex.c Log: mod_autoindex wasn't inheriting options from parent directories properly; the use of any other mod_autoindex directives in a .htaccess that didn't also include IndexOptions

cvs commit: apache-1.3 STATUS

1998-09-24 Thread coar
coar98/09/24 14:40:18 Modified:.STATUS Log: New patch available to deal with the error-notes nastiness. Anyone else notice taz mail being slow to-day? Revision ChangesPath 1.490 +9 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3 STATUS

1998-09-24 Thread coar
coar98/09/24 14:44:52 Modified:.STATUS Log: Wow, that was fast. :-) Revision ChangesPath 1.491 +1 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3 STATUS

1998-09-24 Thread coar
coar98/09/24 15:01:09 Modified:.STATUS Log: Round 2 of the error-notes fix biz. Probably the last for to-night.. Revision ChangesPath 1.492 +5 -4 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/main http_log.c http_protocol.c

1998-09-25 Thread coar
coar98/09/25 05:27:06 Modified:.STATUS src/main http_log.c http_protocol.c Log: Put back the default server status pages, with no inclusion of error-notes, except for HTTP_INTERNAL_SERVER_ERROR, LENGTH_REQUIRED, and HTTP_BAD_REQUEST

cvs commit: apache-1.3 STATUS

1998-09-25 Thread coar
coar98/09/25 12:33:39 Modified:.STATUS Log: Add notice of an available patch for +/- keywords on IndexOptions. Revision ChangesPath 1.494 +4 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-2.0 STATUS

1998-09-25 Thread coar
coar98/09/25 12:45:01 Modified:.STATUS Log: Add another item for 2.0, that Great White Hope for Whirled Peas. Revision ChangesPath 1.41 +7 -1 apache-2.0/STATUS Index: STATUS

cvs commit: apache-1.3/htdocs/manual/misc FAQ.html

1998-09-27 Thread coar
coar98/09/27 10:36:13 Modified:htdocs/manual/misc FAQ.html Log: Add the AIX compiler bug to the FAQ. PR: 2312, 2534, 2664, 2853, 3042 Revision ChangesPath 1.130 +50 -21apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache-devsite bugdb-policies.html

1998-09-28 Thread coar
coar98/09/28 07:49:47 Modified:.bugdb-policies.html Log: Add descriptions of the various editing fields and how to use them. Revision ChangesPath 1.3 +186 -6apache-devsite/bugdb-policies.html Index: bugdb-policies.html

cvs commit: apache-1.3 README.configure

1998-09-28 Thread coar
coar98/09/28 08:46:40 Modified:.README.configure Log: Correct some hyphen/underbar confusions. PR: 3075 Submitted by: Ryan Bloom <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.14 +8 -8 apac

cvs commit: apache-1.3 INSTALL

1998-09-28 Thread coar
coar98/09/28 12:28:02 Modified:.INSTALL Log: Correct typo in mod_autoindex's name. PR: 3092 Submitted by: Hakan Lindholm <[EMAIL PROTECTED]> Revision ChangesPath 1.43 +1 -1 apache-1.3/INSTALL Ind

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-09-28 Thread coar
coar98/09/28 15:32:13 Modified:.STATUS htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: There appear to be no dissenters (other than for brand-new and incompatible

cvs commit: apache-1.3/src/modules/standard mod_speling.c

1998-09-29 Thread coar
coar98/09/29 08:13:19 Modified:src/modules/standard mod_speling.c Log: Make the list of spelling-correction variants available to ErrorDocument 300 processing through the use of the new envariable *VARIANTS. The format of the envariable value is

cvs commit: apache-1.3/src CHANGES

1998-09-29 Thread coar
coar98/09/29 08:17:04 Modified:src CHANGES Log: Oy, forgot to update CHANGES again.. Revision ChangesPath 1.1084+4 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file

<    1   2   3   4   5   6   7   >