[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/include apr_file_info.h apr_file_io.h

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-02-01 05:45:16 CET

On Thu, Jan 31, 2002 at 08:35:32PM -0800, Aaron Bannert wrote:
> On Fri, Feb 01, 2002 at 01:40:39AM -0000, gstein@apache.org wrote:
> > gstein 02/01/31 17:40:39
> >
> > Modified: . libapr.dsp
> > file_io/unix Makefile.in filestat.c
> > file_io/win32 filestat.c
> > include apr_file_info.h apr_file_io.h
> > Log:
> > Add apr_file_copy() and apr_file_append() functions. These are written
> > in terms of APR itself, so each platform just uses the one function. A
> > future improvement would use CopyFile(Ex) on Windows and sendfile() on
> > sendfile-capable systems.
> >
> > Also add apr_file_attrs_set() for setting file attributes in a logical
> > fashion, rather than based on (Posix) permission bits. This is not
> > (yet) implemented for Windows, and still needs a way to turn *off* the
> > readonly and executable modes.
> >
> > Submitted by: Philip Martin <philip@codematters.co.uk>
>
> I think you forgot to add the copy.c files from your tree, perhaps?

I just added a version of copy.c that Philip submitted to dev@svn to
the APR repository.

Should be okay now. -- justin

---------------------------------------------------------------------
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:02 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.