cvs commit: apache-site related_projects.html

1999-09-18 Thread lars
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

Re: cvs commit: apache-1.3/src/main util.c

1999-09-18 Thread Ben Laurie
[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.

cvs commit: apache-2.0/src/main listen.c

1999-09-18 Thread ben
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

cvs commit: apache-1.3/src/main util.c

1999-09-18 Thread bjh
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