geoff 2003/08/29 07:31:00
Modified: xs/maps apr_functions.map
xs/tables/current/Apache FunctionTable.pm
Log:
more apr sync - this should be the end of them
Submitted by: geoff
Revision Changes Path
1.56 +2 -4 modperl-2.0/xs/maps/apr_functions.map
Index: apr_functions.map
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- apr_functions.map 29 Aug 2003 13:44:45 -0000 1.55
+++ apr_functions.map 29 Aug 2003 14:30:59 -0000 1.56
@@ -19,8 +19,6 @@
apr_rfc822_date
apr_strftime
apr_time_exp_gmt_get
- apr_explode_localtime
- apr_explode_time
apr_time_ansi_put
apr_time_exp_get
apr_time_exp_gmt
@@ -311,7 +309,7 @@
apr_collapse_spaces
-apr_cpystrn
apr_fnmatch
- apr_is_fnmatch
+ apr_fnmatch_test
-apr_psprintf
-apr_pstrcat
-apr_pstrcatv
@@ -465,7 +463,7 @@
MODULE=APR::Signal
-apr_signal
#not available on all platforms
-!apr_signal_get_description
+!apr_signal_description_get
-apr_signal_init
-apr_setup_signal_thread
!apr_signal_thread
1.47 +0 -52 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
Index: FunctionTable.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- FunctionTable.pm 29 Aug 2003 13:44:45 -0000 1.46
+++ FunctionTable.pm 29 Aug 2003 14:31:00 -0000 1.47
@@ -7314,38 +7314,6 @@
},
{
'return_type' => 'apr_status_t',
- 'name' => 'apr_explode_localtime',
- 'args' => [
- {
- 'type' => 'apr_time_exp_t *',
- 'name' => 'result'
- },
- {
- 'type' => 'apr_time_t',
- 'name' => 'input'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_explode_time',
- 'args' => [
- {
- 'type' => 'apr_time_exp_t *',
- 'name' => 'result'
- },
- {
- 'type' => 'apr_time_t',
- 'name' => 'input'
- },
- {
- 'type' => 'apr_int32_t',
- 'name' => 'offs'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
'name' => 'apr_file_append',
'args' => [
{
@@ -8791,16 +8759,6 @@
]
},
{
- 'return_type' => 'int',
- 'name' => 'apr_is_fnmatch',
- 'args' => [
- {
- 'type' => 'const char *',
- 'name' => 'pattern'
- }
- ]
- },
- {
'return_type' => 'char *',
'name' => 'apr_itoa',
'args' => [
@@ -11484,16 +11442,6 @@
{
'return_type' => 'const char *',
'name' => 'apr_signal_description_get',
- 'args' => [
- {
- 'type' => 'int',
- 'name' => 'signum'
- }
- ]
- },
- {
- 'return_type' => 'const char *',
- 'name' => 'apr_signal_get_description',
'args' => [
{
'type' => 'int',