Re: cvs commit: apr/include apr_lib.h

2001-02-12 Thread Greg Stein
On Sun, Feb 11, 2001 at 11:31:04PM -, [EMAIL PROTECTED] wrote: wrowe 01/02/11 15:31:04 Modified:.CHANGES passwd apr_getpass.c include apr_lib.h Log: result(?) What result? Stop mauling the size_t arg and overwrite the

Re: cvs commit: apr/passwd apr_getpass.c

2001-02-12 Thread Greg Stein
On Sun, Feb 11, 2001 at 11:35:07PM -, [EMAIL PROTECTED] wrote: ... --- apr_getpass.c 2001/02/11 23:32:11 1.12 +++ apr_getpass.c 2001/02/11 23:35:07 1.13 @@ -215,12 +215,10 @@ APR_DECLARE(apr_status_t) apr_password_get(const char *prompt, char *pwbuf, size_t *bufsiz)

Feature request realpath(3) wrapper

2001-02-12 Thread Kevin Pilch-Bisson
Hi All, In doing some work for Subversion, I came accross a need to convert relative pathnames to absolute pathnames. Now realpath works under Linux, but I am told it is broken under some versions of Solaris (although it works for 2.5), and doesn't exist under win32(although there is _fullpath).

Re: Feature request realpath(3) wrapper

2001-02-12 Thread rbb
Hm This could be very interesting. Let's throw this into the STATUS file, and see who picks it up. I believe this will also be handled by Will Rowe's canonical filename stuff, but I would need him to reply to be absolutely sure. Ryan On Mon, 12 Feb 2001, Kevin Pilch-Bisson wrote:

Re: Poliicy proposal.

2001-02-12 Thread rbb
On Mon, 12 Feb 2001, Ben Hyde wrote: Those tags should be in a format like APACHE_2_0 or SUBVERSION_X_Y. I find this weird. Library providers are not supposed to know such things about thier clients. It's the job the clients to record what version of the library they are dependent

Re: Poliicy proposal.

2001-02-12 Thread Ben Hyde
[EMAIL PROTECTED] wrote: On Mon, 12 Feb 2001, Ben Hyde wrote: APACHE_2_0 or SUBVERSION_X_Y. I find this weird still The problem I am trying to solve, hear hear as easy as possible. it's weird for tags in apr to named after user's projects. kept a copy of the tree in

Re: Feature request realpath(3) wrapper

2001-02-12 Thread William A. Rowe, Jr.
In the works :-)

Re: Poliicy proposal.

2001-02-12 Thread Daniel Rall
Ben Hyde [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: On Mon, 12 Feb 2001, Ben Hyde wrote: APACHE_2_0 or SUBVERSION_X_Y. I find this weird still [...] as easy as possible. it's weird for tags in apr to named after user's projects. [...] meanwhile the apr using

Re: Feature request realpath(3) wrapper

2001-02-12 Thread Sam TH
On Mon, Feb 12, 2001 at 01:38:10PM -0500, Kevin Pilch-Bisson wrote: Hi All, In doing some work for Subversion, I came accross a need to convert relative pathnames to absolute pathnames. Now realpath works under Linux, but I am told it is broken under some versions of Solaris (although it

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

2001-02-12 Thread Jeff Trawick
William A. Rowe, Jr. [EMAIL PROTECTED] writes: trawick 01/02/12 12:55:34 Modified:file_io/unix dir.c Log: OS/390 has _POSIX_PATH_MAX but not PATH_MAX (did I hear a little bird say APR_PATH_MAX?) Yes... the 'right' fix would be good here. This should be pretty

Re: Poliicy proposal.

2001-02-12 Thread Greg Stein
On Mon, Feb 12, 2001 at 01:04:16PM -0800, Daniel Rall wrote: Ben Hyde [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: On Mon, 12 Feb 2001, Ben Hyde wrote: APACHE_2_0 or SUBVERSION_X_Y. I find this weird still [...] as easy as possible. it's weird for tags

Re: cvs commit: apr/dso/os390 Makefile.in dso.c

2001-02-12 Thread Greg Stein
Actually, the correct solution is for somebody to hit up every one of those Makefile.in and remove the INCLUDES line. That stuff can all go into rules.mk.in. Cheers, -g On Mon, Feb 12, 2001 at 08:46:01PM -, [EMAIL PROTECTED] wrote: trawick 01/02/12 12:46:00 Modified:dso/os390

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

2001-02-12 Thread William A. Rowe, Jr.
From: Jeff Trawick [EMAIL PROTECTED] Sent: Monday, February 12, 2001 3:42 PM apr.hw: Move this code from include/arch/win32/fileio.h to apr.hw but also add any needed includes (what are they?): #if APR_HAS_UNICODE_FS /* An arbitrary size that is digestable. True max is a bit less than