diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 8 | ||||
| -rw-r--r-- | libstdc++-v3/doc/xml/manual/codecvt.xml | 4 | ||||
| -rw-r--r-- | libstdc++-v3/doc/xml/manual/ctype.xml | 4 | ||||
| -rw-r--r-- | libstdc++-v3/doc/xml/manual/locale.xml | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f662f54..4add39a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2009-10-05 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/codecvt.xml: Refer to The Open Group Base + Specifications, Issue 6 (IEEE Std. 1003.1-2004). + Update link to bogus site with reference to unix.org. + * doc/xml/manual/ctype.xml: Ditto. + * doc/xml/manual/locale.xml: Ditto. + 2009-10-09 Paolo Carlini <paolo.carlini@oracle.com> * include/parallel/numeric (__adjacent_difference_switch): Fix typo. diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml index 0b731f0..a5a5589 100644 --- a/libstdc++-v3/doc/xml/manual/codecvt.xml +++ b/libstdc++-v3/doc/xml/manual/codecvt.xml @@ -600,7 +600,7 @@ codecvt usage. <biblioentry> <title> - System Interface Definitions, Issue 6 (IEEE Std. 1003.1-200x) + The Open Group Base Specifications, Issue 6 (IEEE Std. 1003.1-2004) </title> <copyright> @@ -610,7 +610,7 @@ codecvt usage. </copyright> <biblioid> - <ulink url="http://www.opennc.org/austin/docreg.html"> + <ulink url="http://www.unix.org/version3/ieee_std.html"> </ulink> </biblioid> diff --git a/libstdc++-v3/doc/xml/manual/ctype.xml b/libstdc++-v3/doc/xml/manual/ctype.xml index 955dea90b..9a0a7ce 100644 --- a/libstdc++-v3/doc/xml/manual/ctype.xml +++ b/libstdc++-v3/doc/xml/manual/ctype.xml @@ -182,7 +182,7 @@ characters. <biblioentry> <title> - System Interface Definitions, Issue 6 (IEEE Std. 1003.1-200x) + The Open Group Base Specifications, Issue 6 (IEEE Std. 1003.1-2004) </title> <copyright> @@ -192,7 +192,7 @@ characters. </copyright> <biblioid> - <ulink url="http://www.opennc.org/austin/docreg.html"> + <ulink url="http://www.unix.org/version3/ieee_std.html"> </ulink> </biblioid> diff --git a/libstdc++-v3/doc/xml/manual/locale.xml b/libstdc++-v3/doc/xml/manual/locale.xml index 893e471..faf5e93 100644 --- a/libstdc++-v3/doc/xml/manual/locale.xml +++ b/libstdc++-v3/doc/xml/manual/locale.xml @@ -575,7 +575,7 @@ global locale" (emphasis Paolo), that is: <biblioentry> <title> - System Interface Definitions, Issue 6 (IEEE Std. 1003.1-200x) + The Open Group Base Specifications, Issue 6 (IEEE Std. 1003.1-2004) </title> <copyright> @@ -585,7 +585,7 @@ global locale" (emphasis Paolo), that is: </copyright> <biblioid> - <ulink url="http://www.opennc.org/austin/docreg.html"> + <ulink url="http://www.unix.org/version3/ieee_std.html"> </ulink> </biblioid> |
