cvs commit: apache-2.0/src/modules/standard mod_cgi.c

1999-10-25 Thread bjh
bjh 99/10/25 05:45:39 Modified:src/modules/standard mod_cgi.c Log: Make args to CGIs work. Revision ChangesPath 1.15 +6 -6 apache-2.0/src/modules/standard/mod_cgi.c Index: mod_cgi.c ===

cvs commit: apache-2.0/src/lib/apr/network_io/beos Makefile.in

1999-10-25 Thread dreid
dreid 99/10/25 06:21:16 Modified:src/lib/apr/network_io/beos Makefile.in Log: Well having added the file guess I should really include it! Revision ChangesPath 1.4 +2 -1 apache-2.0/src/lib/apr/network_io/beos/Makefile.in Index: Makefile.in

cvs commit: apache-site/mirrors index.html mirrors.check mirrors.list

1999-10-25 Thread pier
pier99/10/25 12:03:40 Modified:mirrors index.html mirrors.check mirrors.list Log: Added new Italian mirror site: http://www.navigando.net/mirror/apache WebMaser: Cristiano Caruso [EMAIL PROTECTED] Revision ChangesPath 1.75 +2 -0

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-10-25 Thread manoj
manoj 99/10/25 14:00:33 Modified:src/os/unix iol_socket.c Log: We didn't zero out nbytes in one case of error; fix that. Revision ChangesPath 1.7 +1 -0 apache-2.0/src/os/unix/iol_socket.c Index: iol_socket.c

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-10-25 Thread manoj
manoj 99/10/25 14:01:09 Modified:src/os/unix iol_socket.c Log: Fix a misspelling in a comment Revision ChangesPath 1.8 +1 -1 apache-2.0/src/os/unix/iol_socket.c Index: iol_socket.c ===

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

1999-10-25 Thread manoj
manoj 99/10/25 14:12:42 Modified:src/main buff.c Log: The first layer of buff changes to abandon errno. Now .*_with_errors and doerror are errno independant, but export the old errno-using interface. Revision ChangesPath 1.12 +54 -49

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

1999-10-25 Thread manoj
manoj 99/10/25 15:04:08 Modified:src/main buff.c Log: large_write now doesn't use errno internally, but exports an errnoish interface. Revision ChangesPath 1.13 +34 -24apache-2.0/src/main/buff.c Index: buff.c