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

Re: svn commit: r1480406 - in /subversion/trunk: ./ subversion/include/ subversion/include/private/ subversion/libsvn_subr/ subversion/libsvn_subr/utf8proc/ subversion/tests/ subversion/tests/libsvn_subr/

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Tue, 14 May 2013 06:04:25 +0300

Joe Swatosh wrote on Mon, May 13, 2013 at 18:53:35 -0700:
> Is SIZE_MAX c89? Should it be APR_SIZE_MAX in utf8proc.h (along with
> including svn_dep_compat.h)?

subversion/libsvn_subr/utf8proc/utf8proc.h is a vendor branch. So
perhaps we should make sure to include a header file that does
#ifndef SIZE_MAX \n #define SIZE_MAX APR_SIZE_MAX \n #endif
before including subversion/libsvn_subr/utf8proc/utf8proc.h ?

Daniel

> --
> Joe
>
> On Wed, May 8, 2013 at 11:56 AM, <brane_at_apache.org> wrote:
> > Author: brane
> > Date: Wed May 8 18:56:18 2013
> > New Revision: 1480406
> >
> > URL: http://svn.apache.org/r1480406
> > Log:
> > Reintegrate wc-collate-path branch to trunk.
> >
> > * subversion/libsvn_subr/sqlite.c: Protect changes related to working copy
> > database functionality with #ifdef SVN_UNICODE_NORMALIZATION_FIXES.
> >
> > Added:
> > subversion/trunk/subversion/libsvn_subr/utf8proc/
> > - copied from r1480384, subversion/branches/wc-collate-path/subversion/libsvn_subr/utf8proc/
> > subversion/trunk/subversion/libsvn_subr/utf8proc.c
> > - copied unchanged from r1480384, subversion/branches/wc-collate-path/subversion/libsvn_subr/utf8proc.c
> > subversion/trunk/subversion/tests/diacritical.txt
> > - copied unchanged from r1480384, subversion/branches/wc-collate-path/subversion/tests/diacritical.txt
> > Modified:
> > subversion/trunk/build.conf
> > subversion/trunk/subversion/include/private/svn_utf_private.h
> > subversion/trunk/subversion/include/svn_error_codes.h
> > subversion/trunk/subversion/libsvn_subr/sqlite.c
> > subversion/trunk/subversion/tests/libsvn_subr/utf-test.c
Received on 2013-05-14 05:05:12 CEST

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.