[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs commit: apr/threadproc/win32 proc.c

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-29 00:04:23 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.