Author: wrowe
Date: Sat Jan 12 10:58:35 2008
New Revision: 611460
URL: http://svn.apache.org/viewvc?rev=611460&view=rev
Log:
repos/asf/incubator/stdcxx -> repos/asf/stdcxx
for migration to top level project.
Modified:
stdcxx/trunk/bin/genxviews
stdcxx/trunk/bin/xbuildgen
stdcxx/trunk/bin/xcomp.awk
stdcxx/trunk/doc/stdlibref/codecvt.html
Modified: stdcxx/trunk/bin/genxviews
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/bin/genxviews?rev=611460&r1=611459&r2=611460&view=diff
==============================================================================
--- stdcxx/trunk/bin/genxviews (original)
+++ stdcxx/trunk/bin/genxviews Sat Jan 12 10:58:35 2008
@@ -28,7 +28,7 @@
myrev=${myrev%' $'} # strip trailing text
# form the URL to this version of the script in the repository
-myurl='$HeadURL:
https://svn.apache.org/repos/asf/incubator/stdcxx/trunk/bin/genxviews $'
+myurl='$HeadURL: https://svn.apache.org/repos/asf/stdcxx/trunk/bin/genxviews $'
myurl=${myurl#'$HeadURL: '} # strip leading text
myurl=${myurl##*asf/} # strip svn prefix
myurl=${myurl%' $'} # strip trailing text
Modified: stdcxx/trunk/bin/xbuildgen
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/bin/xbuildgen?rev=611460&r1=611459&r2=611460&view=diff
==============================================================================
--- stdcxx/trunk/bin/xbuildgen (original)
+++ stdcxx/trunk/bin/xbuildgen Sat Jan 12 10:58:35 2008
@@ -84,7 +84,7 @@
readonly revurl="$viewvc?view=rev&rev"
# URL to the trunk of the source repository
-readonly svnpath="$viewvc/incubator/stdcxx/trunk"
+readonly svnpath="$viewvc/stdcxx/trunk"
# expected failures
readonly xfailfile=$HOME/stdcxx/etc/config/xfail.txt
@@ -1195,7 +1195,7 @@
if [ $components_in_rows -ne 0 ]; then
# retrieve the revision log
# revlog="`svn log -r $revno \
- # http://svn.apache.org/repos/asf/incubator/stdcxx`"
+ # http://svn.apache.org/repos/asf/stdcxx`"
# trim the suffix from fname, including the revision number
# and the build type
Modified: stdcxx/trunk/bin/xcomp.awk
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/bin/xcomp.awk?rev=611460&r1=611459&r2=611460&view=diff
==============================================================================
--- stdcxx/trunk/bin/xcomp.awk (original)
+++ stdcxx/trunk/bin/xcomp.awk Sat Jan 12 10:58:35 2008
@@ -125,7 +125,7 @@
buildmodes ["15s"] = "archive, debug, reentrant"
buildmodes ["15S"] = "archive, debug, reentrant, wide"
- svnpath="http://svn.apache.org/viewvc/incubator/stdcxx/trunk"
+ svnpath="http://svn.apache.org/viewvc/stdcxx/trunk"
# regular expression to match a name (e.g., compiler or OS)
re_name = "[A-Za-z][A-Za-z_0-9]*"
Modified: stdcxx/trunk/doc/stdlibref/codecvt.html
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/doc/stdlibref/codecvt.html?rev=611460&r1=611459&r2=611460&view=diff
==============================================================================
--- stdcxx/trunk/doc/stdlibref/codecvt.html (original)
+++ stdcxx/trunk/doc/stdlibref/codecvt.html Sat Jan 12 10:58:35 2008
@@ -310,7 +310,7 @@
<LI><P CLASS="LIST"><SAMP>(from <= end)</SAMP> is well-defined and true.
</P></LI>
</UL>
<UL>
-<P>Note that this function does not behave similarly to the C Standard Library
function <SAMP>mbsrtowcs()</SAMP>. See the <SAMP><A
HREF="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/examples/manual/mbsrtowcs.cpp">mbsrtowcs.cpp</A></SAMP>
example program for an implementation of this function using the
<SAMP>codecvt</SAMP> facet.</P>
+<P>Note that this function does not behave similarly to the C Standard Library
function <SAMP>mbsrtowcs()</SAMP>. See the <SAMP><A
HREF="http://svn.apache.org/repos/asf/stdcxx/trunk/examples/manual/mbsrtowcs.cpp">mbsrtowcs.cpp</A></SAMP>
example program for an implementation of this function using the
<SAMP>codecvt</SAMP> facet.</P>
</UL>
<A NAME="idx487"></A><PRE>