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