diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f0024acf3c63..96f3921985c8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2003-06-24 Benjamin Kosnik
-The Standard C++ Library v3, or libstc++-2.90.x, follows an open development model. Active contributors are assigned maintainer-ship responsibility, and given write access to the CVS repository. First time submitors and all other potential contributors should follow this procedure:
+ The Standard C++ Library v3, follows an open development
+model. Active contributors are assigned maintainer-ship
+responsibility, and given write access to the CVS repository. First
+time contributors should follow this procedure:
How to contribute
-
@@ -33,9 +35,8 @@ and their web-site is right
buy the standard on-line.)
-
Historically, the libstdc++ assignment form added the following question: +
+ +[Which Belgian comic book character is better, Tintin or
+Asterix, and why?]
+
++While not strictly necessary, humoring the maintainers and answering +this question would be appreciated. +
+ ++For more information about getting a copyright assignment, please see + Legal Issues +
+ ++Please contact Benjamin Kosnik if you are confused about the assignment or have general -licensing questions. +licensing questions. When requesting an assignment form from assign@gnu.org, please cc +the above libstdc++ maintainer so that progress can be monitored.
@@ -82,7 +103,7 @@ response from the maintainers) it would have all of these pieces:+ A number of class abstractions for performance counters, and + reporting functions including: +
+@@ -476,7 +488,7 @@ make check-target-libstdc++-v3 RUNTESTFLAGS="--target_board=arm-sim"
In addition, there are some testing options that are mostly of interest to library maintainers and system integrators. As such, these tests may not work on all cpu and host combinations, and must - be executed in the libbuilddir directory. These options + be executed in the libbuilddir/testsuite directory. These options include, but are not necessarily limited to, the following:
@@ -508,7 +520,17 @@ make check-target-libstdc++-v3 RUNTESTFLAGS="--target_board=arm-sim"make check-abi
The library ABI can be tested. This involves testing the shared - library against an ABI-defining previous version.
+ library against an ABI-defining previous version. + ++ make check-performance+
This rule runs through the testsuite_files_performance + test cases and collects information for performance analysis and + can be used to spot performance regressions. Various timing + information is collected, as well as number of hard page faults, + and memory used. This is not run by default, and the implementation + is in flux. +
We are interested in any strange failures of the