cvs commit: apache-apr/include apr_errno.h apr_file_io.h

1999-05-25 Thread rbb
rbb 99/05/24 20:14:20 Modified:apr/file_io/unix dir.c fileacc.c filedup.c open.c pipe.c readwrite.c apr/misc/unix start.c apr/test testfile.c testthread.c include apr_errno.h apr_file_io.h Log: Tracked down a

cvs commit: apache-apr/include apr_general.h

1999-05-25 Thread rbb
rbb 99/05/24 20:22:08 Modified:apr/misc/unix start.c apr/test testfile.c testthread.c include apr_general.h Log: Update misc library to always return a status code. Also updated some of the test files. Revision ChangesPath 1.4

cvs commit: apache-apr STATUS

1999-05-25 Thread manoj
manoj 99/05/24 22:49:28 Modified:.STATUS Log: oh well... Revision ChangesPath 1.25 +8 -1 apache-apr/STATUS Index: STATUS === RCS file: /home/cvs/apache-apr/STATUS,v retrieving

cvs commit: apache-1.3/src/lib/expat - New directory

1999-05-25 Thread gstein
gstein 99/05/25 02:50:57 apache-1.3/src/lib/expat - New directory

cvs commit: apache-1.3/src/lib/expat MPL-1_0.html Makefile.tmpl asciitab.h expat.html gplelect.html hashtable.c hashtable.h iasciitab.h latin1tab.h nametab.h utf8tab.h xmlparse.c xmlparse.h xmlrole.c xmlrole.h xmltok.c xmltok.h xmltok_impl.c xmltok_impl.h

1999-05-25 Thread gstein
gstein 99/05/25 03:03:39 Added: src/lib/expat MPL-1_0.html Makefile.tmpl asciitab.h expat.html gplelect.html hashtable.c hashtable.h iasciitab.h latin1tab.h nametab.h utf8tab.h xmlparse.c xmlparse.h xmlrole.c

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

1999-05-25 Thread gstein
gstein 99/05/25 03:15:07 Modified:src Configuration.tmpl Configure Makefile.tmpl src/main http_main.c Log: Add RULE_EXPAT. Add src/lib/ handling. Revision ChangesPath 1.113 +7 -0 apache-1.3/src/Configuration.tmpl Index:

cvs commit: apache-1.3/src CHANGES

1999-05-25 Thread gstein
gstein 99/05/25 03:23:17 Modified:.STATUS src CHANGES Log: Manoj would have a good comment for this, but I'm lame. Revision ChangesPath 1.692 +7 -13 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src Configuration.tmpl

1999-05-25 Thread rse
rse 99/05/25 04:28:40 Modified:src Configuration.tmpl Log: typo Revision ChangesPath 1.114 +1 -1 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl === RCS file:

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

1999-05-25 Thread rse
rse 99/05/25 04:49:49 Modified:src/main http_main.c Log: Give EGCS a prototype to make it happy. Keep in mind that static doesn't work here (causes a new warning) because the stuff isn't used anywhere, of course. Revision ChangesPath 1.439 +2 -1

cvs commit: apache-1.3/src Configure

1999-05-25 Thread jim
jim 99/05/25 05:24:45 Modified:src Configure Log: be consistant (and anal) ;) Revision ChangesPath 1.350 +3 -3 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src/support httpd.exp

1999-05-25 Thread bjh
bjh 99/05/25 08:24:02 Modified:src ApacheCoreOS2.def src/include ap_compat.h src/main util.c src/support httpd.exp Log: Force regerror() to be linked into the core so DSOs can use the core's regex library. regerror() is needed

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

1999-05-25 Thread bjh
bjh 99/05/25 08:32:55 Modified:src/main alloc.c Log: In OS/2 process spawning, move calls to change pipe handle inheritance to the correct places so they only get called for the pipes that have actually created. Revision ChangesPath 1.113 +3 -4

cvs commit: apache-apr/include apr_errno.h apr_network_io.h apr_thread_proc.h apr_time.h

1999-05-25 Thread rbb
rbb 99/05/25 10:04:15 Modified:apr/network_io/unix poll.c sendrecv.c sockets.c sockopt.c apr/test client.c server.c testproc.c testsock.c testthread.c testtime.c apr/threadproc/unix proc.c signals.c thread.c threadcancel.c