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

Re: svn commit: rev 4288 - in trunk: . build

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-08 04:23:42 CET

For those who were confused by Brane's log message for 4288, note that
he had accidentally re-used an old message. He later fixed it so it
now reads:

   Final tweak to libtool detection; version 1.4.3 is now required
   when creating source tarballs, so that they will build on
   Solaris. 1.4 is still the base requirement for developer builds on
   other systems.

   * build/buildcheck.sh: Accept option --release, which changes the
     required libtool version from 1.4 to 1.4.3 on all systems.

   * autogen.sh: More general option parsing. Pass the --release
     option, if supplied, on to buildcheck.sh.

   * dist.sh: Always invoke autogen with the --release option.

   * INSTALL: Change the note about the required libtool version again.

-Karl

brane@tigris.org writes:
> New Revision: 4288
>
> Modified:
> trunk/INSTALL
> trunk/autogen.sh
> trunk/build/buildcheck.sh
> trunk/dist.sh
> Log:
> Use the (recently added) apr_filepath_encoding function to derermine
> if conversion to or from UTF-8 is necessary when calling APR file
> functions, and to see if we can use the Unicode functions to find the
> config directory name on Windows. This fixes part of issue 872.
>
> [in subversion/libsvn_subr]
> * io.c (get_path_encoding): New function. Determines if APR's internal path
> encoding is UTF-8.
> (path_from_utf8, path_from_utf8_stringbuf, path_to_utf8): New functions.
> Replace (almost all) uses of svn_utf_cstring_from_utf8,
> svn_utf_cstring_from_utf8_stringbuf and svn_utf_cstring_to_utf8,
> respectively, relying on knowledge about APR's internal encoding to
> decide whether the svn_utf_* calls are necessary.
>
> * config_impl.h (svn_config__win_config_path): Prototype changed.
> * config_file.c: Adjust for this change.
> * config_win.c (svn_config__win_config_path): Reimplement to return the
> config path encoded in UTF-8. Use the Unicode functions where possible.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 8 05:08:19 2003

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.