wrowe 00/10/12 12:45:58
Modified:src/main util.c
src/include httpd.h
Log:
Modify ap_make_dirstr_prefix, platforms with HAVE_DRIVE_LETTERS or NETWARE
can request 0 elements, returning the '/' root.
[William Rowe, Tim Costello] from 1.3, with documentation
slive 00/10/12 11:18:15
Modified:htdocs/manual/mod index.html index-bytype.html
Removed: htdocs/manual/mod mod_browser.html mod_cookies.html
mod_dld.html mod_dll.html mod_log_common.html
Log:
Clean up obsolete modules.
Revision ChangesPath
wrowe 00/10/11 23:14:31
Modified:src/include ap_config.h
src/lib/apr/include apr.h.in apr.hw
Log:
I hope this clarifies. Greg is absolutely correct, there is no need for
any modules symbol other than AP_MODULE_DECLARE_DATA, since module .h
files containing
slive 00/10/11 20:22:16
Removed: htdocs/manual new_features_1_0.html new_features_1_1.html
new_features_1_2.html new_features_1_3.html
Log:
We're going with "legacy free" 2.0 docs. No references to the
1.x series except in the upgrading/new features docs.
Joshua Slive wrote:
>
> Can anyone tell me what is the correct way to delete files in CVS?
>
> There are a ton of obsolete files in the Apache 2.0 docs that should
> go in the trash.
cvs remove -f file.name
Rich
--
Author: Apache Server Unleashed - www.apacheunleashed.com
Come See Me At Apache
Can anyone tell me what is the correct way to delete files in CVS?
There are a ton of obsolete files in the Apache 2.0 docs that should
go in the trash.
Joshua.
slive 00/10/11 17:19:38
Modified:htdocs/manual index.html new_features_2_0.html
Added: htdocs/manual upgrading.html
Log:
Just a scratch of a start of an upgrading doc. It would help if people
note any changes here that will affect end-user configuration.
Revision C