And he's off!...
> gstein 02/01/28 13:58:16
> Modified: include apr_thread_proc.h
> threadproc/beos proc.c
> threadproc/netware proc.c
> threadproc/os2 proc.c
> threadproc/unix proc.c
> threadproc/win32 proc.c
> Log:
> Add a couple new command types to process creation:
>
> APR_PROGRAM_ENV: start the program using the caller's environment
> APR_PROGRAM_PATH: search PATH for the program, use caller's env
>
> (the normal APR_PROGRAM isolates the env and does not use PATH)
>
> The BeOS, OS/2, and Win32 implementations are incomplete. These two
> new forms just default back to APR_PROGRAM for now. (although BeOS
> doesn't even distinguish between APR_SHELLCMD and APR_PROGRAM!)
>
> On Unix and Netware, these map into execv() and execvp() calls.
>
> Also clarified some doc for the enums in apr_thread_proc.h a bit.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:00 2006