Re: Next release of apr?

2003-01-07 Thread Kevin Pilch-Bisson
their latest snapshots against HEAD of apr. Are you aware of the fact that there is already a free bsd port of subversion maintained by Garrett Rooney [EMAIL PROTECTED]? -- ~ Kevin Pilch-Bissonhttp://www.pilch

Re: APR_TMP_DIRECTORY

2002-12-04 Thread Kevin Pilch-Bisson
on where certain system folders live. -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

Re: pipe hanging on win32

2002-10-01 Thread Kevin Pilch-Bisson
Quoting [EMAIL PROTECTED]: Quoting Kevin Pilch-Bisson [EMAIL PROTECTED]: I've attached a short example of what I am trying to do on in svn for the benefit of any apr folks who may be able to look at this. Basically I'm calling the run_pre_revprop_change_hook(), and it's hanging

Re: NSLinkEditErrorHandlers....

2002-04-13 Thread Kevin Pilch-Bisson
. -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

[PATCH] Look for apr in /usr/local/apache2

2002-04-12 Thread Kevin Pilch-Bisson
; then apu_found=yes apu_config=$lookdir/bin/apu-config -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention

Re: [PATCH] Look for apr in /usr/local/apache2

2002-04-12 Thread Kevin Pilch-Bisson
On Fri, Apr 12, 2002 at 12:46:19AM -0400, Kevin Pilch-Bisson wrote: Not committing, as I can't put it into APR, This would have made more sense if I had actually cross posted to the subversion dev list, which keeps a copy of these files that I could have committed

Re: cvs commit: apr/network_io/unix sa_common.c sockets.c

2002-03-28 Thread Kevin Pilch-Bisson
On Thu, Mar 28, 2002 at 06:17:02PM -, [EMAIL PROTECTED] wrote: prototypes for the new function -- apr_set_sockaddr_vars() -- Wouldn't apr_sockaddr_vars_set be a more consistent name for the function? -- ~ Kevin Pilch

find_apu.m4 needs to be smarter about installed locations.

2002-02-13 Thread Kevin Pilch-Bisson
a --with-apr-util=/usr/local to subversion's configure script). -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded

Re: [PATCH] APR turn off readonly/executable, add apr_file_attrs_get

2002-02-03 Thread Kevin Pilch-Bisson
or 1. And the rest below... -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

Re: cvs commit: apr Makefile.in

2001-12-11 Thread Kevin Pilch-Bisson
it is actually required but not performed on AIX? Just a thought from someone who doesn't know much about libtool. -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix

umasks, apr_file_perms_set and APR_OS_DEFAULT

2001-11-22 Thread Kevin Pilch-Bisson
apr_file_perms_set to set file permissions to the users default preference? -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention

Re: umasks, apr_file_perms_set and APR_OS_DEFAULT

2001-11-22 Thread Kevin Pilch-Bisson
On Thu, Nov 22, 2001 at 02:48:15PM -0500, Kevin Pilch-Bisson wrote: Hi All, I'm a developer on the subversion project, and one of the things I'm trying to do is make the files in the .svn administrative directory read-only. In order to do that I have to play around with permissions

Re: [PATCH] Re: cvs commit: apr/threadproc/unix proc.c

2001-10-16 Thread Kevin Pilch-Bisson
/ Born in Roswell... married an alien... -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

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

2001-10-13 Thread Kevin Pilch-Bisson
what the process chose to exit with. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien... -- ~ Kevin Pilch

[Patch] simplify apr_proc_wait_all_procs, and normalize exitcode.

2001-09-21 Thread Kevin Pilch-Bisson
Here is a patch which makes the unix version of apr_proc_wait_all_procs a simple wrapper around apr_proc_wait, and which extracts the exit code from the status returned by waitpid. -- ~ Kevin Pilch-Bissonhttp

[Patch] again

2001-09-21 Thread Kevin Pilch-Bisson
Here it is again with NULL checking. -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

apr_proc_wait status codes.

2001-09-20 Thread Kevin Pilch-Bisson
. Meanwhile my linux waitpid man page says that the status code must be acessed using WIFEXITED, WEXITSTATUS, etc macros. Perhaps we also need some APR_PROC_STATUS macros? -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net

Re: apr_proc_wait status codes.

2001-09-20 Thread Kevin Pilch-Bisson
, as long as it is possible. Bill - Original Message - From: Bill Tutt [EMAIL PROTECTED] To: 'Kevin Pilch-Bisson' [EMAIL PROTECTED]; dev@apr.apache.org Sent: Thursday, September 20, 2001 1:26 PM Subject: RE: apr_proc_wait status codes. That would seem to make lots of sense

Re: apr_proc_wait status codes.

2001-09-20 Thread Kevin Pilch-Bisson
only be valid under APR_CHILD_DONE. Ryan -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

Re: problem with mod_webapp

2001-06-29 Thread Kevin Pilch-Bisson
. -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

Re: apr_realpath

2001-03-15 Thread Kevin Pilch-Bisson
On Wed, Mar 14, 2001 at 03:29:49PM -0600, William A. Rowe, Jr. wrote: From: Kevin Pilch-Bisson [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 3:08 PM Would there be a way to convert an incomplete path to a complete path? (change drive to c:, getpwd, append foo, in the above

Re: apr_realpath

2001-03-14 Thread Kevin Pilch-Bisson
__cplusplus } Have fun with this :) -- ~ Kevin Pilch-Bissonhttp://www.pilch-bisson.net Historically speaking, the presences of wheels in Unix has never precluded their reinvention. - Larry Wall

Re: apr_realpath

2001-03-14 Thread Kevin Pilch-Bisson
On Wed, Mar 14, 2001 at 09:38:21AM -0600, William A. Rowe, Jr. wrote: From: Kevin Pilch-Bisson [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 7:48 AM Attachment Huge favor, if you would, look into why all your posts are going in as text file attachments? At least they appear so

Re: apr_realpath

2001-03-14 Thread Kevin Pilch-Bisson
On Wed, Mar 14, 2001 at 12:34:39PM -0600, [EMAIL PROTECTED] wrote: Kevin Pilch-Bisson [EMAIL PROTECTED] writes: Sorry, I think it has to do with the way mutt handles pgp signing messages. I'm not going to sign this one, so hopefully it won't do so. Offhand, which pathetic win32 client

Re: cvs commit: apr/file_io/unix dir.c

2001-02-13 Thread Kevin Pilch-Bisson
Pilch-Bisson [EMAIL PROTECTED] http://www.pilch-bisson.net PGP Public Key At http://pgp.pilch-bisson.net pgp40EhAJHBTB.pgp Description: PGP signature

Feature request realpath(3) wrapper

2001-02-12 Thread Kevin Pilch-Bisson
). I have no idea about BeOS. Is this something that anyone on the APR team would like to implement in a nice portable fashion? -- Kevin Pilch-Bisson [EMAIL PROTECTED] http://www.pilch-bisson.net PGP Public Key At http://pgp.pilch-bisson.net pgp7E9PDwZvgp.pgp

Re: apr_ function prefixes

2001-02-07 Thread Kevin Pilch-Bisson
On Tue, Feb 06, 2001 at 03:05:30PM -0800, Greg Stein wrote: On Tue, Feb 06, 2001 at 09:38:16AM -0500, Kevin Pilch-Bisson wrote: ... +1 for this, but only if it is done soon. As Ryan said recently, APR is approaching the Beta stage, so API's shouldn't change much. However, I think

Re: apr_ function prefixes

2001-02-06 Thread Kevin Pilch-Bisson
is approaching the Beta stage, so API's shouldn't change much. However, I think this is a useful change. -- Kevin Pilch-Bisson [EMAIL PROTECTED] http://www.pilch-bisson.net PGP Public Key At http://pgp.pilch-bisson.net pgpzCYvtYe3Rx.pgp Description: PGP signature

Two small patches

2001-01-23 Thread Kevin Pilch-Bisson
*retent; ret = readdir_r(thedir-dirstruct, thedir-entry, retent); -- Kevin Pilch-Bisson [EMAIL PROTECTED] http://www.pilch-bisson.net pgpEVh3yB3E2a.pgp Description: PGP signature

Another patch for configure.in

2001-01-23 Thread Kevin Pilch-Bisson
) - LIBTOOL_LIBS=$abs_srcdir/shmem/unix/mm/libmm.la + LIBTOOL_LIBS=$abs_builddir/shmem/unix/mm/libmm.la elif test $ac_cv_enable_shmem = file; then sharedmem=1 filebased_shm=1 -- Kevin Pilch-Bisson [EMAIL PROTECTED] http://www.pilch-bisson.net pgpVaUIGrEmRB.pgp