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

Re: [PATCH] Fix non-portable use of filehandles in Perl bindings (was: [PATCH] Fix warnings in the Windows build of the Perl bindings)

From: David James <james82_at_gmail.com>
Date: 2005-08-29 21:13:49 CEST

On 8/29/05, David James <james82@gmail.com> wrote:
> Good catch! I've upgraded the Perl bindings to use _get_os_fhandle on
> Win32. I believe this construct is more portable -- the python
> bindings use this technique. A new patch is attached.
>
> portable_filehandles_patch.txt:
> [[[
>
> Fix non-portable use of filehandles in the Perl bindings.
>
> * swig/perl/libsvn_swig_perl/swigutil_pl.c
> (svn_swig_pl_make_file): On Win32, use _get_os_fhandle to convert
> Perl file numbers into Windows file handles.
>
> ]]]
>
> missing_svn_time_header_patch.txt:
> [[[
>
> * swig/include/svn_global.swg:
> Include svn_time.h, so that the return type of svn_parse_date will
> be defined.
>
> ]]]

Oops -- my original pprtable filehandles patch was missing an #ifdef.
See attached file, portable_filehandles_patch_v2.txt, for an updated
version.

Cheers,

David

-- 
David James -- http://www.cs.toronto.edu/~james



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Aug 29 21:15:11 2005

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.