bjh 99/11/27 07:06:22
Modified:src/os/os2 os.c
Log:
Ooops, missed this. Needs string.h to prevent warnings.
Revision ChangesPath
1.5 +1 -0 apache-1.3/src/os/os2/os.c
Index: os.c
===
RC
bjh 99/11/27 06:52:36
Modified:src/os/os2 os.c
Log:
Add an important piece of information to the error message when a module
fails to load, the name of the dll that caused the problem. This can be
different from the module dll if it depends on another dll and that
other dll
bjh 99/05/06 22:49:47
Modified:src/os/os2 os.c os.h util_os2.c
Log:
Provide system error messages instead of just OS/2 error codes for dynamic
linking errors. I don't particularly like using static char buffers like
this but ap_os_dso_error() doesn't take a pool.
Revisio
bjh 99/05/04 04:21:17
Modified:src CHANGES Configure Makefile.tmpl
src/main http_config.c http_main.c
src/modules/proxy .cvsignore Makefile.tmpl
src/modules/standard .cvsignore mod_so.c
src/os/os2 os.c os.h
Added: