cvs commit: apache-apr/apr/threadproc/unix proc.c procsup.c thread.c threadcancel.c threadpriv.c

1999-07-30 Thread rbb
rbb 99/07/30 11:53:45 Modified:apr/threadproc/unix proc.c procsup.c thread.c threadcancel.c threadpriv.c Log: The final APR doc commit :) Revision ChangesPath 1.21 +103 -0apache-apr/apr/threadproc/unix/proc.c Index: proc.c =

cvs commit: apache-apr/apr/threadproc/unix proc.c

1999-06-16 Thread rbb
rbb 99/06/16 12:30:20 Modified:apr/threadproc/unix proc.c Log: Adding a few new functions so things compile on *nix systems again. I'll be adding the rest of the function for these in the next few days. Revision ChangesPath 1.17 +6 -0 apache-apr/apr/threa

cvs commit: apache-apr/apr/threadproc/unix proc.c

1999-05-20 Thread rbb
rbb 99/05/20 12:05:08 Modified:apr/file_io/unix dir.c open.c pipe.c apr/threadproc/unix proc.c Log: Removing the remaining evil free() left over from the original malloc implementation. Revision ChangesPath 1.7 +1 -1 apache-apr/apr/file_io/

cvs commit: apache-apr/apr/threadproc/unix proc.c

1999-05-07 Thread rbb
rbb 99/05/07 11:17:50 Modified:apr/threadproc/unix proc.c Log: Just changing one malloc call to an apr_palloc call. Revision ChangesPath 1.6 +1 -1 apache-apr/apr/threadproc/unix/proc.c Index: proc.c ===

cvs commit: apache-apr/apr/threadproc/unix proc.c

1999-04-23 Thread rbb
rbb 99/04/23 13:16:05 Modified:apr/test testproc.c apr/threadproc/unix proc.c Log: More testing for process control. Arguments for programs passed to create_process aren't working yet, so this test program isn't portable. I am hoping to fix this problem later