dougm 02/05/24 10:59:13 Modified: . Changes todo api.txt missing_old_features.txt Log: Apache::Util updates Revision Changes Path 1.13 +2 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Changes 24 May 2002 02:47:01 -0000 1.12 +++ Changes 24 May 2002 17:59:13 -0000 1.13 @@ -10,6 +10,8 @@ =item 1.99_02-dev +complete Apache::Util 1.x compat + added Apache::MPM_IS_THREADED constant added compat function for Apache::Constants::SERVER_VERSION 1.21 +10 -6 modperl-2.0/todo/api.txt Index: api.txt =================================================================== RCS file: /home/cvs/modperl-2.0/todo/api.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- api.txt 29 Jan 2002 05:41:59 -0000 1.20 +++ api.txt 24 May 2002 17:59:13 -0000 1.21 @@ -31,13 +31,17 @@ time) Apache::Util::* -not very usable at the moment. -also need to default to current pool (pconf at startup, r->pool at -request time) -missing: size_string() -missing: validate_password() (now lives in APR) -enhancements: consider jeff baker's more robust implementation of +escape_path() - (was escape_uri) can be changed in apache not to require a +pool + +size_string() - can we use apr_strfsize ? + +escape_html() - consider jeff baker's more robust implementation of my_escape_html(), which should probably be made in apache-2.0 itself + +ht_time() - now requires a pool, temporarily renamed format_time for +1.x ht_time compat. should we just leave as is or see if ht_time can +be changed to not require a pool? Apache->define: exists as Apache::exists_config_define, which should stay, 1.18 +0 -2 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt =================================================================== RCS file: /home/cvs/modperl-2.0/todo/missing_old_features.txt,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- missing_old_features.txt 21 Jan 2002 08:40:54 -0000 1.17 +++ missing_old_features.txt 24 May 2002 17:59:13 -0000 1.18 @@ -42,8 +42,6 @@ - Apache::ModuleConfig -- Apache::Util - - see also: xs/maps/apache_functions.map addon modules: