cvs commit: modperl-docs/src/api/mod_perl-2.0 - New directory

2001-10-02 Thread stas
stas01/10/02 07:56:59 modperl-docs/src/api/mod_perl-2.0 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/api/mod_perl-2.0/APR - New directory

2001-10-02 Thread stas
stas01/10/02 07:57:14 modperl-docs/src/api/mod_perl-2.0/APR - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/api/mod_perl-2.0/Apache - New directory

2001-10-02 Thread stas
stas01/10/02 07:57:14 modperl-docs/src/api/mod_perl-2.0/Apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/api/mod_perl-2.0/APR Table.pod

2001-10-02 Thread stas
stas01/10/02 07:59:18 Added: src/api/mod_perl-2.0/APR Table.pod Log: - starting APR/Table.pod - documenting APR::Table methods Revision ChangesPath 1.1 modperl-docs/src/api/mod_perl-2.0/APR/Table.pod Index: Table.pod

cvs commit: modperl-docs/src/api/mod_perl-2.0/Apache compat.pod

2001-10-02 Thread stas
stas01/10/02 07:59:57 Added: src/api/mod_perl-2.0/Apache compat.pod Log: - starting Apache/compat.pod - documenting header_in|out Revision ChangesPath 1.1 modperl-docs/src/api/mod_perl-2.0/Apache/compat.pod Index: compat.pod

cvs commit: modperl-docs/src/api/mod_perl-2.0/Apache RequestRec.pod

2001-10-02 Thread stas
stas01/10/02 08:00:46 Added: src/api/mod_perl-2.0/Apache RequestRec.pod Log: - starting Apache::RequestRec - document dir_config() Revision ChangesPath 1.1 modperl-docs/src/api/mod_perl-2.0/Apache/RequestRec.pod Index: RequestRec.pod

cvs commit: modperl-docs/src/api README

2001-10-02 Thread stas
stas01/10/02 08:26:29 Added: src/api README Log: document the explanation of what goes where in the API docs structure Revision ChangesPath 1.1 modperl-docs/src/api/README Index: README

cvs commit: modperl-docs/src/devel/modperl_style modperl_style.pod

2001-10-02 Thread stas
stas01/10/02 08:27:02 Modified:src/devel/modperl_style modperl_style.pod Log: style fix Revision ChangesPath 1.3 +1 -1 modperl-docs/src/devel/modperl_style/modperl_style.pod Index: modperl_style.pod

cvs commit: modperl-docs/src/api/mod_perl-2.0 Makefile.PL

2001-10-04 Thread stas
stas01/10/04 03:53:20 Added: src/api/mod_perl-2.0 Makefile.PL Log: - add the mod_perl-2.0 API docs Makefile.PL - modperl-2.0's Makefile.PL will automatically locate and install its API docs now. Revision ChangesPath 1.1 modperl-docs/sr

cvs commit: modperl-docs/src/api/mod_perl-2.0 .cvsignore

2001-10-04 Thread stas
stas01/10/04 04:05:14 Added: src/api/mod_perl-2.0 .cvsignore Log: ignore file Revision ChangesPath 1.1 modperl-docs/src/api/mod_perl-2.0/.cvsignore Index: .cvsignore

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-10-05 Thread stas
stas01/10/04 20:51:47 Modified:src/devel/writing_tests writing_tests.pod Log: - merging comments from clayton cottingham Revision ChangesPath 1.9 +18 -2 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-10-06 Thread stas
stas01/10/06 07:03:21 Modified:src/devel/writing_tests writing_tests.pod Log: - improving the structure of the document, moving sections around - improving the 'How to Setup Testing Environment' section - fixing lots of error in the rest of the doc - adding a &

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-10-07 Thread stas
stas01/10/07 06:05:07 Modified:src/devel/writing_tests writing_tests.pod Log: - merging corrections from Gary Benson Revision ChangesPath 1.11 +8 -10 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-10-07 Thread stas
stas01/10/07 06:52:20 Modified:src/devel/writing_tests writing_tests.pod Log: - adding "Developing Test Response Handlers in C" section by Gary Benson Revision ChangesPath 1.12 +98 -2 modperl-docs/src/devel/writing_tests/writing_tests.pod

cvs commit: modperl-docs/src/api/mod_perl-2.0/Apache ServerUtil.pod RequestRec.pod

2001-10-10 Thread stas
stas01/10/09 22:06:36 Modified:src/api/mod_perl-2.0/Apache RequestRec.pod Added: src/api/mod_perl-2.0/Apache ServerUtil.pod Log: - documenting $r->server() and Apache->server() methods Revision ChangesPath 1.2 +15 -4 modperl-docs/src/api/mo

cvs commit: modperl-docs/src/user/coding - New directory

2001-10-10 Thread stas
stas01/10/09 22:23:03 modperl-docs/src/user/coding - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/user/coding coding.pod

2001-10-10 Thread stas
stas01/10/09 22:23:53 Added: src/user/coding coding.pod Log: - starting "Coding with and for mod_perl" chapter - documenting exit()'s behavior Revision ChangesPath 1.1 modperl-docs/src/user/coding/coding.pod In

cvs commit: modperl-docs/src/user/coding coding.pod

2001-10-10 Thread stas
stas01/10/09 22:26:27 Modified:src/user/coding coding.pod Log: - the exact overriding of exit Revision ChangesPath 1.2 +6 -2 modperl-docs/src/user/coding/coding.pod Index: coding.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-10-20 Thread stas
stas01/10/20 03:48:33 Modified:src/devel/writing_tests writing_tests.pod Log: - mostly rewriting the "how to write tests" section - various fixes in the other sections - starting the debug section Revision ChangesPath 1.13 +451 -101 modperl-docs

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-10-22 Thread stas
stas01/10/21 23:35:48 Modified:src/devel/writing_tests writing_tests.pod Log: - document the reasons for autoconfig magic in test handlers Revision ChangesPath 1.14 +24 -0 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/devel/porting_from_1.x - New directory

2001-10-22 Thread stas
stas01/10/21 23:48:02 modperl-docs/src/devel/porting_from_1.x - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/devel/porting_from_1.x porting_from_1.x.pod

2001-10-22 Thread stas
stas01/10/21 23:50:14 Added: src/devel/porting_from_1.x porting_from_1.x.pod Log: - starting the doc explaining how to port modules from 1.x to 2.x Revision ChangesPath 1.1 modperl-docs/src/devel/porting_from_1.x/porting_from_1.x.pod Index

cvs commit: modperl-docs/src/api/mod_perl-2.0/APR Table.pod

2001-10-22 Thread stas
stas01/10/22 08:47:17 Modified:src/api/mod_perl-2.0/APR Table.pod Log: - tie interface documenation Submitted by: gozer Revision ChangesPath 1.2 +19 -3 modperl-docs/src/api/mod_perl-2.0/APR/Table.pod Index: Table.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-10-23 Thread stas
stas01/10/22 20:15:56 Modified:src/devel/writing_tests writing_tests.pod Log: - add a new section: "Skipping Numerous Tests" Revision ChangesPath 1.15 +46 -0 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing

cvs commit: modperl-docs/src/api/mod_perl-2.0/APR Table.pod

2001-10-25 Thread stas
stas01/10/25 04:32:42 Modified:src/api/mod_perl-2.0/APR Table.pod Log: - do() method documentation Submitted by: gozer Revision ChangesPath 1.3 +22 -2 modperl-docs/src/api/mod_perl-2.0/APR/Table.pod Index: Table.pod

cvs commit: modperl-docs/src/api - New directory

2001-10-02 Thread stas
stas01/10/02 07:56:38 modperl-docs/src/api - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-11-12 Thread stas
stas01/11/11 20:39:02 Modified:src/devel/writing_tests writing_tests.pod Log: - document skip_unless - document run a range of sub-tests - fix -run option usage - add Apache::Reload example Revision ChangesPath 1.17 +110 -30 modperl-docs/src/devel

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-11-12 Thread stas
stas01/11/11 20:47:33 Modified:src/devel/writing_tests writing_tests.pod Log: use # in debug prints Revision ChangesPath 1.18 +11 -11modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/api/ModPerl-Registry - New directory

2001-11-13 Thread stas
stas01/11/12 20:35:41 modperl-docs/src/api/ModPerl-Registry - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/api/ModPerl-Registry/ModPerl - New directory

2001-11-13 Thread stas
stas01/11/12 20:35:51 modperl-docs/src/api/ModPerl-Registry/ModPerl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/api/ModPerl-Registry/ModPerl RegistryLoader.pod

2001-11-13 Thread stas
stas01/11/12 20:36:21 Added: src/api/ModPerl-Registry/ModPerl RegistryLoader.pod Log: - document RegistryLoader's API Revision ChangesPath 1.1 modperl-docs/src/api/ModPerl-Registry/ModPerl/RegistryLoader.pod Index: RegistryLoade

cvs commit: modperl-docs/src/api/ModPerl-Registry/ModPerl PerlRun.pod Registry.pod RegistryBB.pod RegistryCooker.pod RegistryNG.pod

2001-11-13 Thread stas
stas01/11/12 20:50:58 Added: src/api/ModPerl-Registry/ModPerl PerlRun.pod Registry.pod RegistryBB.pod RegistryCooker.pod RegistryNG.pod Log: add placeholders for API docs on ModPerl-Registry Revision ChangesPath 1.1 modperl

cvs commit: modperl-docs/src/devel/modperl_style modperl_style.pod

2001-11-14 Thread stas
stas01/11/13 19:41:35 Modified:src/devel/modperl_style modperl_style.pod Log: - Add the vim settings for the right tab/indent (by Tim Henigan) Revision ChangesPath 1.5 +28 -16modperl-docs/src/devel/modperl_style/modperl_style.pod Index

cvs commit: modperl-docs/src/api/mod_perl-2.0/Apache RequestRec.pod ServerUtil.pod

2001-11-14 Thread stas
stas01/11/14 00:50:00 Modified:src/api/mod_perl-2.0/Apache RequestRec.pod ServerUtil.pod Log: - document Apache::server_root_relative - fix $s->dir_config Revision ChangesPath 1.3 +4 -4 modperl-docs/src/api/mod_perl-2.0/Apache/RequestRec.pod In

cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

2001-11-15 Thread stas
stas01/11/15 08:31:56 Modified:src/devel/core_explained core_explained.pod Log: - starting to work on the core guide Revision ChangesPath 1.5 +115 -23 modperl-docs/src/devel/core_explained/core_explained.pod Index: core_explained.pod

cvs commit: modperl-docs/src/api/mod_perl-2.0/Apache ServerUtil.pod

2001-11-20 Thread stas
stas01/11/19 18:35:07 Modified:src/api/mod_perl-2.0/Apache ServerUtil.pod Log: - adjust the doc for server_root_relative - document the server_root constant - split the API doc into constants, functions and methods sections. Revision ChangesPath 1.3 +36 -20

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-11-20 Thread stas
stas01/11/19 20:12:48 Modified:src/devel/writing_tests writing_tests.pod Log: - start using t_debug() function in tests Revision ChangesPath 1.19 +10 -7 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/user/install install.pod

2001-11-21 Thread stas
stas01/11/20 20:39:15 Modified:src/user/install install.pod Log: - rebuild trick Revision ChangesPath 1.5 +9 -0 modperl-docs/src/user/install/install.pod Index: install.pod === RCS

cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

2001-11-21 Thread stas
stas01/11/20 20:39:52 Modified:src/devel/core_explained core_explained.pod Log: - partial covering of the maps files Revision ChangesPath 1.6 +180 -44 modperl-docs/src/devel/core_explained/core_explained.pod Index: core_explained.pod

cvs commit: modperl-docs/src/user/install install.pod

2001-11-22 Thread stas
stas01/11/21 19:46:09 Modified:src/user/install install.pod Log: '-e rebuild' reads better than '-erebuild' Submitted by: dougm Revision ChangesPath 1.6 +1 -1 modperl-docs/src/user/install/install.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-11-22 Thread stas
stas01/11/21 22:17:47 Modified:src/devel/writing_tests writing_tests.pod Log: - documenting .in conf files creation Revision ChangesPath 1.20 +89 -0 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

2001-11-22 Thread stas
stas01/11/22 07:43:58 Modified:src/devel/core_explained core_explained.pod Log: xs_generate is running from Makefile.PL only if MP_GENERATE_XS=1 Revision ChangesPath 1.7 +4 -3 modperl-docs/src/devel/core_explained/core_explained.pod Index

cvs commit: modperl-docs/src/user/compat - New directory

2001-11-26 Thread stas
stas01/11/25 19:28:00 modperl-docs/src/user/compat - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/user/compat compat.pod

2001-11-26 Thread stas
stas01/11/25 19:28:46 Added: src/user/compat compat.pod Log: - start documenting 1.x vs 2.x compatibility issues Revision ChangesPath 1.1 modperl-docs/src/user/compat/compat.pod Index: compat.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-11-28 Thread stas
stas01/11/27 18:22:52 Modified:src/devel/writing_tests writing_tests.pod Log: - add the valid configuration tokens location Revision ChangesPath 1.21 +3 -36 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-11-28 Thread stas
stas01/11/27 18:37:31 Modified:src/devel/writing_tests writing_tests.pod Log: a typo Revision ChangesPath 1.22 +2 -2 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

2001-11-29 Thread stas
stas01/11/29 08:26:32 Modified:src/devel/core_explained core_explained.pod Log: - document the BOOT= directive in the map file Revision ChangesPath 1.8 +36 -3 modperl-docs/src/devel/core_explained/core_explained.pod Index: core_explained.pod

cvs commit: modperl-docs/src/world/templates choosing.pod

2001-11-12 Thread stas
stas01/11/11 18:44:41 Modified:src/devel/core_explained core_explained.pod src/devel/modperl_style modperl_style.pod src/devel/porting_from_1.x porting_from_1.x.pod src/devel/writing_tests writing_tests.pod src/user/coding

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-12-05 Thread stas
stas01/12/05 00:10:37 Modified:src/devel/writing_tests writing_tests.pod Log: - document the stressing run option Revision ChangesPath 1.23 +81 -4 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/user/compat compat.pod

2001-12-14 Thread stas
stas01/12/13 20:56:17 Modified:src/user/compat compat.pod Log: Apache->gensym now lives in compat Revision ChangesPath 1.2 +15 -0 modperl-docs/src/user/compat/compat.pod Index: compat.

cvs commit: modperl-docs/src/user/config - New directory

2001-12-18 Thread stas
stas01/12/17 18:52:59 modperl-docs/src/user/config - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/user/config config.pod

2001-12-18 Thread stas
stas01/12/17 18:59:44 Added: src/user/config config.pod Log: - starting config doc. - documenting how to retrieve server startup options. Revision ChangesPath 1.1 modperl-docs/src/user/config/config.pod Index: config.pod

cvs commit: modperl-docs/src/user/compat compat.pod

2001-12-21 Thread stas
stas01/12/21 06:58:43 Modified:src/user/compat compat.pod Log: - mention a need to build modperl with MP_COMPAT_1X=1 to gain compat level of 1x Revision ChangesPath 1.3 +2 -1 modperl-docs/src/user/compat/compat.pod Index: compat.pod

cvs commit: modperl-docs/src/user/compat compat.pod

2001-12-21 Thread stas
stas01/12/21 07:24:35 Modified:src/user/compat compat.pod Log: - document the Configuration Directives that have changed in 2.x Revision ChangesPath 1.4 +69 -5 modperl-docs/src/user/compat/compat.pod Index: compat.pod

cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

2001-12-21 Thread stas
stas01/12/21 08:54:20 Modified:src/devel/core_explained core_explained.pod Log: - add a writeup on MP_INLINE vs C Macros vs Normal Functions Revision ChangesPath 1.10 +138 -0modperl-docs/src/devel/core_explained/core_explained.pod Index

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-12-24 Thread stas
stas01/12/23 21:47:46 Modified:src/devel/writing_tests writing_tests.pod Log: - update the docs for skip_unless Revision ChangesPath 1.24 +28 -8 modperl-docs/src/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/devel/writing_tests writing_tests.pod

2001-12-24 Thread stas
stas01/12/24 11:30:25 Modified:src/devel/writing_tests writing_tests.pod Log: document how to: - start multiple servers - use multiple user agents - hit the same interpreter Revision ChangesPath 1.25 +133 -0modperl-docs/src/devel/writing_tests

cvs commit: modperl-docs/admin doc_template.pod

2001-12-25 Thread stas
stas01/12/24 21:23:22 Modified:admindoc_template.pod Log: - correct the doc template Revision ChangesPath 1.2 +11 -3 modperl-docs/admin/doc_template.pod Index: doc_template.pod

cvs commit: modperl-docs/admin style.pod

2001-12-25 Thread stas
stas01/12/24 21:23:41 Modified:adminstyle.pod Log: - suggest using example.com/localhost in examples Revision ChangesPath 1.2 +14 -3 modperl-docs/admin/style.pod Index: style.pod

cvs commit: modperl-docs/src/api/mod_perl-2.0/APR PerlIO.pod

2001-12-25 Thread stas
stas01/12/24 23:37:33 Added: src/api/mod_perl-2.0/APR PerlIO.pod Log: - start APR::PerlIO docs Revision ChangesPath 1.1 modperl-docs/src/api/mod_perl-2.0/APR/PerlIO.pod Index: PerlIO.pod

cvs commit: modperl-docs/src/docs/2.0/api/mod_perl-2.0 Makefile.PL

2001-12-25 Thread stas
stas01/12/25 04:44:49 Modified:.Makefile.PL src/docs/2.0/api/mod_perl-2.0 Makefile.PL Log: - api docs location's path change adjustments s|docs/src/api|docs/api| Revision ChangesPath 1.56 +1 -1 modperl-2.0/Makefile.PL

cvs commit: modperl-docs/src/docs/2.0/devel/writing_tests writing_tests.pod

2001-12-27 Thread stas
stas01/12/26 20:57:44 Modified:src/docs/2.0/devel/writing_tests writing_tests.pod Log: - document Apache::TestSmoke functionality Revision ChangesPath 1.26 +184 -9 modperl-docs/src/docs/2.0/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/docs/2.0/devel/writing_tests writing_tests.pod

2001-12-27 Thread stas
stas01/12/26 21:08:42 Modified:src/docs/2.0/devel/writing_tests writing_tests.pod Log: - document special configuration files Revision ChangesPath 1.27 +30 -5 modperl-docs/src/docs/2.0/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/docs/2.0/devel/writing_tests writing_tests.pod

2001-12-27 Thread stas
stas01/12/26 23:04:35 Modified:src/docs/2.0/devel/writing_tests writing_tests.pod Log: - port README to extensively document Request Generation and Response Options, + runtime confguration options Revision ChangesPath 1.28 +213 -14 modperl-docs/src/docs/2.0

cvs commit: modperl-docs/admin style.pod

2001-12-27 Thread stas
stas01/12/26 23:32:42 Modified:adminstyle.pod Log: - minor adjustments Revision ChangesPath 1.3 +12 -12modperl-docs/admin/style.pod Index: style.pod === RCS file: /home/cvs/modperl

cvs commit: modperl-docs/src/docs/2.0/devel/writing_tests writing_tests.pod

2001-12-27 Thread stas
stas01/12/26 23:33:03 Modified:src/docs/2.0/devel/writing_tests writing_tests.pod Log: - cleanups and re-shuffles Revision ChangesPath 1.29 +123 -123 modperl-docs/src/docs/2.0/devel/writing_tests/writing_tests.pod Index: writing_tests.pod

cvs commit: modperl-docs/src/docs/2.0/devel/perf_sizeof - New directory

2001-12-27 Thread stas
stas01/12/27 00:16:56 modperl-docs/src/docs/2.0/devel/perf_sizeof - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/docs/2.0/devel/perf_sizeof perf_sizeof.pod

2001-12-27 Thread stas
stas01/12/27 00:17:41 Added: src/docs/2.0/devel/perf_sizeof perf_sizeof.pod Log: - moved from pod/modperl_sizeof.pod Revision ChangesPath 1.1 modperl-docs/src/docs/2.0/devel/perf_sizeof/perf_sizeof.pod Index: perf_sizeof.pod

cvs commit: modperl-docs/src/docs/2.0/devel/perf_sizeof perf_sizeof.pod

2001-12-27 Thread stas
stas01/12/27 00:22:25 Modified:src/docs/2.0/devel/perf_sizeof perf_sizeof.pod Log: - adjust indentation Revision ChangesPath 1.2 +122 -121 modperl-docs/src/docs/2.0/devel/perf_sizeof/perf_sizeof.pod Index: perf_sizeof.pod

cvs commit: modperl-docs/src/docs/2.0/devel/help - New directory

2001-12-27 Thread stas
stas01/12/27 01:21:47 modperl-docs/src/docs/2.0/devel/help - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/docs/2.0/devel/help help.pod

2001-12-27 Thread stas
stas01/12/27 01:22:19 Added: src/docs/2.0/devel/help help.pod Log: - starting the developers help doc Revision ChangesPath 1.1 modperl-docs/src/docs/2.0/devel/help/help.pod Index: help.pod

cvs commit: modperl-docs/src/docs/2.0/devel/writing_tests writing_tests.pod

2001-12-27 Thread stas
stas01/12/27 03:11:13 Modified:src/docs/2.0/devel/writing_tests writing_tests.pod Log: - completing the porting of 'make test' docs from modperl_dev.pod Revision ChangesPath 1.30 +170 -89 modperl-docs/src/docs/2.0/devel/writing_tests/writing

cvs commit: modperl-docs/src/docs/2.0/devel/testing - New directory

2001-12-27 Thread stas
stas01/12/27 03:13:50 modperl-docs/src/docs/2.0/devel/testing - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/docs/2.0/devel/testing testing.pod

2001-12-27 Thread stas
stas01/12/27 03:15:04 Added: src/docs/2.0/devel/testing testing.pod Removed: src/docs/2.0/devel/writing_tests writing_tests.pod Log: moving writing_tests to testing, since now the doc is covering more than just writing tests. Revision ChangesPath 1.1

cvs commit: modperl-docs/src/docs/2.0/devel/help help.pod

2001-12-27 Thread stas
stas01/12/27 03:30:45 Modified:src/docs/2.0/devel/help help.pod Log: more useful URLs and help info Revision ChangesPath 1.2 +27 -0 modperl-docs/src/docs/2.0/devel/help/help.pod Index: help.pod

cvs commit: modperl-docs/src/docs/2.0/user/compat compat.pod

2001-12-27 Thread stas
stas01/12/27 03:35:22 Modified:src/docs/2.0/user/compat compat.pod Log: how to run the 1.x registry (ported from modperl_dev.pod) Revision ChangesPath 1.5 +19 -0 modperl-docs/src/docs/2.0/user/compat/compat.pod Index: compat.pod

cvs commit: modperl-docs/src/docs/2.0/devel/debug_c - New directory

2001-12-27 Thread stas
stas01/12/27 03:40:37 modperl-docs/src/docs/2.0/devel/debug_c - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/docs/2.0/devel/debug_perl - New directory

2001-12-27 Thread stas
stas01/12/27 03:40:37 modperl-docs/src/docs/2.0/devel/debug_perl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/docs/2.0/devel/debug_perl debug_perl.pod

2001-12-27 Thread stas
stas01/12/27 03:41:58 Added: src/docs/2.0/devel/debug_c debug_c.pod src/docs/2.0/devel/debug_perl debug_perl.pod Log: - porting c debug parts from the guide - porting gdb debug notes from modperl_dev.pod - starting an empty perl debug doc Revision

cvs commit: modperl-docs/src/docs/2.0/user/install install.pod

2001-12-27 Thread stas
stas01/12/27 03:51:54 Modified:src/docs/2.0/user/config config.pod src/docs/2.0/user/install install.pod Log: config and install sections moved from pod/modperl_dev.pod into corresponding documents Revision ChangesPath 1.2 +214 -1modperl

cvs commit: modperl-docs/src/docs/2.0/user/overview - New directory

2001-12-27 Thread stas
stas01/12/27 04:01:19 modperl-docs/src/docs/2.0/user/overview - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/docs/2.0/user/design - New directory

2001-12-27 Thread stas
stas01/12/27 04:01:19 modperl-docs/src/docs/2.0/user/design - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/src/docs/2.0/devel/debug_perl debug_perl.pod

2001-12-27 Thread stas
stas01/12/27 04:07:53 Modified:src/docs/2.0/devel/porting_from_1.x porting_from_1.x.pod src/docs/2.0/devel/debug_perl debug_perl.pod Log: - tidy up Revision ChangesPath 1.3 +6 -3 modperl-docs/src/docs/2.0/devel/porting_from_1.x

cvs commit: modperl-docs/src/docs/2.0/devel/help help.pod

2001-12-31 Thread stas
stas01/12/31 02:33:02 Modified:src/docs/2.0/devel/help help.pod Log: s|build/bugreport.pl|t/REPORT| Revision ChangesPath 1.3 +1 -1 modperl-docs/src/docs/2.0/devel/help/help.pod Index: help.pod

cvs commit: modperl-docs/src/docs/2.0/devel/core_explained core_explained.pod

2001-12-31 Thread stas
stas01/12/31 04:13:51 Modified:src/docs/2.0/devel/core_explained core_explained.pod Log: - add notes on how to import new constants and enums from ap/apr Revision ChangesPath 1.11 +28 -0 modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod

cvs commit: modperl-docs/src/docs/2.0/devel/core_explained core_explained.pod

2001-12-31 Thread stas
stas01/12/31 05:19:00 Modified:src/docs/2.0/devel/core_explained core_explained.pod Log: - complete the example of adding simple enum/const Revision ChangesPath 1.12 +27 -2 modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod Index

cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

2001-12-04 Thread stas
stas01/12/03 22:37:14 Modified:src/devel/core_explained core_explained.pod Log: explain what's in src/modules/perl + how to add new .c/.h files there Revision ChangesPath 1.9 +15 -0 modperl-docs/src/devel/core_explained/core_explained.pod

cvs commit: modperl-docs/src/docs/2.0/world/templates choosing.pod

2002-01-02 Thread stas
stas02/01/02 01:35:02 Modified:src/docs/2.0/api/mod_perl-2.0/Apache compat.pod src/docs/2.0/devel/testing testing.pod src/docs/2.0/world/templates choosing.pod Log: - escape [><] chars Revision ChangesPath 1.2 +2 -2 m

cvs commit: modperl-docs/src/docs/2.0/api/mod_perl-2.0/APR PerlIO.pod Table.pod

2002-01-02 Thread stas
stas02/01/02 03:14:22 Modified:src/docs/2.0/api/mod_perl-2.0/APR PerlIO.pod Table.pod Log: - cannot have formatting chars in the NAME section, problems with rendered HTMl Revision ChangesPath 1.2 +2 -2 modperl-docs/src/docs/2.0/api/mod_perl-2.0/APR

cvs commit: modperl-docs/src/docs/2.0/devel/core_explained core_explained.pod

2002-01-03 Thread stas
stas02/01/02 23:21:04 Modified:src/docs/2.0/devel/core_explained core_explained.pod Log: - a typo fix Revision ChangesPath 1.13 +1 -1 modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod Index: core_explained.pod

cvs commit: modperl-docs/src/docs/2.0/devel/modperl_style modperl_style.pod

2002-01-03 Thread stas
stas02/01/03 04:56:32 Modified:src/docs/2.0/devel/modperl_style modperl_style.pod Log: - minor style fixes Revision ChangesPath 1.6 +4 -4 modperl-docs/src/docs/2.0/devel/modperl_style/modperl_style.pod Index: modperl_style.pod

cvs commit: modperl-docs/lib - New directory

2002-01-05 Thread stas
stas02/01/05 10:50:31 modperl-docs/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/lib/DocSet - New directory

2002-01-05 Thread stas
stas02/01/05 10:50:36 modperl-docs/lib/DocSet - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/lib/DocSet/Doc - New directory

2002-01-05 Thread stas
stas02/01/05 10:50:44 modperl-docs/lib/DocSet/Doc - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/lib/DocSet/DocSet - New directory

2002-01-05 Thread stas
stas02/01/05 10:50:44 modperl-docs/lib/DocSet/DocSet - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/lib/DocSet/Source - New directory

2002-01-05 Thread stas
stas02/01/05 10:50:45 modperl-docs/lib/DocSet/Source - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/lib/DocSet/Template - New directory

2002-01-05 Thread stas
stas02/01/05 10:50:45 modperl-docs/lib/DocSet/Template - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/lib/DocSet/Template/Plugin - New directory

2002-01-05 Thread stas
stas02/01/05 10:51:17 modperl-docs/lib/DocSet/Template/Plugin - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: modperl-docs/lib/DocSet/Template/Plugin NavigateCache.pm

2002-01-05 Thread stas
stas02/01/05 10:51:59 Added: lib DocSet.pm lib/DocSet 5005compat.pm Cache.pm Config.pm Doc.pm DocSet.pm NavigateCache.pm RunTime.pm Util.pm lib/DocSet/Doc HTML2HTML.pm POD2HTML.pm Text2HTML.pm lib/DocSet

cvs commit: modperl-docs/src/about - New directory

2002-01-05 Thread stas
stas02/01/05 11:05:12 modperl-docs/src/about - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   8   9   10   >