cvs commit: apache-1.3/src/support httpd.exp

1999-08-10 Thread stoddard
stoddard99/08/10 07:50:44 Modified:src/support httpd.exp Log: Add a couple of missed exports. Revision ChangesPath 1.25 +3 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp === RCS

cvs commit: apache-1.3/src/support httpd.exp

1999-08-02 Thread rasmus
rasmus 99/08/02 10:29:14 Modified:src/support httpd.exp Log: In order for DSO modules to be able to use the bundled XML functions on AIX they need to be listed here. Revision ChangesPath 1.24 +34 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp

Re: cvs commit: apache-1.3/src/support httpd.exp

1999-07-29 Thread Dmitry Khrustalev
+API_EXPORT(void) ap_table_merge_unique_token(table *t, const char *key, +const char *val); +API_EXPORT(void) ap_table_mergen_unique_token(table *t, const char *key, + const char *val); Well, n

Re: cvs commit: apache-1.3/src/support httpd.exp

1999-07-29 Thread Dirk-Willem van Gulik
Good stuff. And a usefull extra function in the API as well. Dw On 28 Jul 1999 [EMAIL PROTECTED] wrote: coar99/07/28 10:37:22 Modified:.STATUS src CHANGES src/include alloc.h src/main alloc.c

cvs commit: apache-1.3/src/support httpd.exp

1999-07-28 Thread coar
coar99/07/28 10:37:22 Modified:.STATUS src CHANGES src/include alloc.h src/main alloc.c src/modules/standard mod_headers.c mod_negotiation.c mod_rewrite.c src/support

cvs commit: apache-1.3/src/support httpd.exp

1999-06-16 Thread rasmus
rasmus 99/06/16 14:27:22 Modified:.Makefile.tmpl src/support httpd.exp Log: Fix broken AIX shared module build. The httpd.exp file was not up to date. Also install the httpd.exp file on a 'make install' to allow apxs builds against it on AIX. apxs is

cvs commit: apache-1.3/src/support httpd.exp

1999-05-25 Thread bjh
bjh 99/05/25 08:24:02 Modified:src ApacheCoreOS2.def src/include ap_compat.h src/main util.c src/support httpd.exp Log: Force regerror() to be linked into the core so DSOs can use the core's regex library. regerror() is needed

cvs commit: apache-1.3/src/support httpd.exp

1999-05-04 Thread coar
coar99/05/04 12:02:10 Modified:src/support httpd.exp Log: Add a definition so that mod_perl can be built/linked as a DSO on AIX. Submitted by: Paul Reder [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.18 +1 -0

cvs commit: apache-1.3/src/support httpd.exp

1999-03-07 Thread fielding
fielding99/03/07 07:05:37 Modified:.STATUS htdocs/manual/misc API.html src ApacheCore.def CHANGES src/include ap_mmn.h http_request.h httpd.h src/main http_request.c src/support httpd.exp Log:

cvs commit: apache-1.3/src/support httpd.exp

1999-01-29 Thread coar
coar99/01/29 06:28:57 Modified:src ApacheCore.def src/include ap_mmn.h src/support httpd.exp Log: Whoops; forgot to add the new ap_MD5Encode() function.. Revision ChangesPath 1.8 +1 -0 apache-1.3/src/ApacheCore.def

cvs commit: apache-1.3/src/support httpd.exp

1999-01-28 Thread coar
coar99/01/28 08:12:34 Modified:src ApacheCore.def src/support httpd.exp Log: Add the new ap_find_opaque_token() function to the export lists. (Oops.) Revision ChangesPath 1.7 +1 -0 apache-1.3/src/ApacheCore.def

cvs commit: apache-1.3/src/support httpd.exp

1999-01-05 Thread fielding
fielding99/01/05 00:17:38 Modified:.STATUS src ApacheCore.def CHANGES src/include ap_mmn.h httpd.h src/main http_request.c util.c src/os/win32 util_win32.c src/support httpd.exp Log:

cvs commit: apache-1.3/src/support httpd.exp

1999-01-03 Thread fielding
fielding99/01/03 04:04:41 Modified:src ApacheCore.def CHANGES src/include alloc.h ap_mmn.h src/main alloc.c src/modules/standard mod_negotiation.c src/support httpd.exp Log: Major overhaul of mod_negotiation.c, part 2.

cvs commit: apache-1.3/src/support httpd.exp

1998-12-29 Thread fielding
fielding98/12/29 01:46:19 Modified:.STATUS src ApacheCore.def CHANGES src/include ap_mmn.h http_protocol.h httpd.h src/main http_protocol.c http_request.c src/modules/standard mod_negotiation.c

cvs commit: apache-1.3/src/support httpd.exp

1998-12-15 Thread coar
coar98/12/15 13:57:29 Modified:src/support httpd.exp Log: Add an item needed for AIX.. Submitted by: Shane Owenby [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.7 +1 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp

cvs commit: apache-1.3/src/support httpd.exp

1998-09-01 Thread stoddard
stoddard98/09/01 13:21:15 Modified:src/support httpd.exp Log: Add symbols to symbol export list. Revision ChangesPath 1.5 +3 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp === RCS

cvs commit: apache-1.3/src/support httpd.exp

1998-06-10 Thread rse
rse 98/06/10 05:40:27 Modified:src/support httpd.exp Log: Make sure the AIX build doesn't fail for 1.3.1 because of Dean's recent changes to the function set. Revision ChangesPath 1.4 +1 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp

cvs commit: apache-1.3/src/support httpd.exp

1998-06-05 Thread rse
rse 98/06/05 10:33:50 Modified:src CHANGES src/support httpd.exp Log: Fix symbol export list (src/support/httpd.exp) after recent API changes in the child spawning area. Submitted by: Jens-Uwe Mager [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall

cvs commit: apache-1.3/src/support httpd.exp

1998-05-22 Thread rse
rse 98/05/21 23:58:28 Modified:src CHANGES src/support httpd.exp Log: Fix src/support/httpd.exp because of recent changes. AIX still worked fine, but better to have this list in a correct state. Revision ChangesPath 1.860 +6 -0

cvs commit: apache-1.3/src/support httpd.exp

1998-04-28 Thread rse
rse 98/04/28 01:42:13 Modified:.STATUS INSTALL src CHANGES Configure README.DSO src/modules/standard mod_so.c src/os/unix os.c Added: src/os/unix os-aix-dso.c src/support httpd.exp Log: After the