cvs commit: apache-2.0/src/lib/apr/locks/unix intraproc.c

1999-10-12 Thread rbb
rbb 99/10/12 12:21:11 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix some locking problems in the original pthreads locking code. Some of this was me being overly cautious. Some of it was me being careless. :) Revision ChangesPath 1.6 +2 -7 apach

cvs commit: apache-2.0/src/lib/apr/locks/unix intraproc.c

1999-10-12 Thread rbb
rbb 99/10/12 06:09:31 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix some bugs in my last commit, and a few of the bugs I didn't notice when I went through the original patch. Whoops. Revision ChangesPath 1.5 +4 -5 apache-2.0/src/lib/apr/locks/unix

cvs commit: apache-2.0/src/lib/apr/locks/unix intraproc.c

1999-10-12 Thread rbb
rbb 99/10/12 05:55:12 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix some bugs introduced yesterday. Most pthreads functions (at least the mutex ones) return 0 for success and an error value on error, just like APR. This change allows us to take advantage of this fact

cvs commit: apache-2.0/src/lib/apr/locks/unix intraproc.c

1999-10-12 Thread manoj
manoj 99/10/11 22:54:02 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix compilation warnings, and probably some bugs in the process. Revision ChangesPath 1.2 +9 -7 apache-2.0/src/lib/apr/locks/unix/intraproc.c Index: intraproc.c ==