cvs commit: apache-1.3/src/modules/standard mod_so.c

1999-03-01 Thread dgaudet
dgaudet 99/03/01 07:37:54 Modified:src/modules/standard mod_so.c Log: missing fixer_upper comment Submitted by: John Bley [EMAIL PROTECTED] Revision ChangesPath 1.31 +1 -0 apache-1.3/src/modules/standard/mod_so.c Index: mod_so.c

cvs commit: apache-1.3/src/modules/standard mod_so.c

1999-01-01 Thread rse
rse 99/01/01 14:32:17 Modified:src CHANGES src/modules/standard mod_so.c Log: Finally back-out one part of my old patch Roy comitted some time ago. Roy didn't know that I've already withdrawn this part, so don't blame him. The problem is that the

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-04-14 Thread rse
rse 98/04/14 03:58:24 Modified:src/helpers find-dbm-lib src/modules/standard mod_so.c Log: Make verbose messages of Configure step more consistent Revision ChangesPath 1.5 +1 -1 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-25 Thread rse
rse 98/03/25 01:44:49 Modified:.STATUS src CHANGES src/modules/standard mod_so.c Log: Make shared object loading work again (now that -DHIDE is the default). Distributed modules are loaded with AP_name_module and custom modules are

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-25 Thread rse
rse 98/03/25 04:57:43 Modified:src/modules/standard mod_so.c Log: Another hint where to find information about building shared objects for the various platforms. Revision ChangesPath 1.16 +4 -0 apache-1.3/src/modules/standard/mod_so.c Index: mod_so.c

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-23 Thread rse
rse 98/03/23 07:44:16 Modified:src/modules/standard mod_so.c Log: if apache+HIDE module+!HIDE then no chance at all, because dlopen() cannot implicitly resolve apache's XXX symbols for module because they are named AP_XXX else if apache+!HIDE module+HIDE

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-13 Thread Ralf S. Engelschall
rse 98/03/13 05:28:21 Modified:src/include hide.h src/main alloc.c http_core.c http_main.c http_config.c src/modules/standard mod_so.c Log: Shrink list of global symbols by making more stuff static which currently is global without need.

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-10 Thread Ralf S. Engelschall
rse 98/03/10 00:52:59 Modified:.STATUS src CHANGES src/modules/standard mod_so.c Log: Enhance Shared Object Loading (II) -- mod_so now keeps track itself of which modules are actually loaded and

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-09 Thread Ralf S. Engelschall
rse 98/03/09 03:35:42 Modified:src/modules/standard mod_so.c Log: Cosmetics and completion of module structure Revision ChangesPath 1.6 +5 -2 apache-1.3/src/modules/standard/mod_so.c Index: mod_so.c

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-02-06 Thread pcs
pcs 98/02/06 10:16:46 Modified:src/modules/standard mod_so.c Log: Make LoadModule and LoadFile work correctly across restarts (i.e. by unloading the loaded modules/files, then reloading when the config file is read again). Add longer commentary about how to use the

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-02-04 Thread pcs
pcs 98/02/04 02:22:18 Modified:src/modules/standard mod_so.c Log: Now tries to find the appropriate library for dynamic loading during Configure. Looks for -ldl if dlopen() isn't already available. Revision ChangesPath 1.2 +22 -0