lars99/09/18 09:24:01
Modified:.related_projects.html
Log:
This should point to Brian Harvard's OS/2 pages.
Revision ChangesPath
1.41 +1 -1 apache-site/related_projects.html
Index: related_projects.html
[EMAIL PROTECTED] wrote:
>
> bjh 99/09/18 03:57:08
>
> Modified:src/main util.c
> Log:
> Configuration files are text files so open them in text mode.
>
> Some OS/2 (and probably DOS & Windows) text editors like to put Ctrl-Z EOF
> markers at the end of the files they edit.
ben 99/09/18 04:48:17
Modified:src/lib/apr/include apr_network_io.h
src/lib/apr/network_io/unix sockets.c
src/main listen.c
Log:
Make ap_getipaddr threadsafe.
Revision ChangesPath
1.6 +1 -1 apache-2.0/src/lib/apr/include/apr_ne
bjh 99/09/18 03:57:08
Modified:src/main util.c
Log:
Configuration files are text files so open them in text mode.
Some OS/2 (and probably DOS & Windows) text editors like to put Ctrl-Z EOF
markers at the end of the files they edit. Opening the config files in text
mode p