diff options
author | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-27 13:27:29 +0000 |
---|---|---|
committer | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-27 13:27:29 +0000 |
commit | ea0cacfbdc30340907df69a161f547f1c28e81c6 (patch) | |
tree | db23bd286c16500f21b40531a54a1561f3507d84 /libstdc++ | |
parent | 5f87920de3f0c4537fce1d01cde74bde2529913f (diff) | |
download | gcc-ea0cacfbdc30340907df69a161f547f1c28e81c6.tar.gz |
Fixed some old ChangeLog entries I wrote before becoming aware of the GNU
coding standards.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++/stl/ChangeLog | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index ef3a76203d6..f74df384bf5 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -109,7 +109,7 @@ Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr> 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br> - * Makefile.in (HEADERS): Install bitset + * Makefile.in (HEADERS): Install bitset. 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> @@ -429,7 +429,7 @@ Tue Sep 9 19:47:07 1997 Jason Merrill <jason@yorick.cygnus.com> Wed Aug 27 00:04:33 1997 Alexandre Oliva (oliva@dcc.unicamp.br) - * Makefile.in: create correct multiple links to + * Makefile.in: Create correct multiple links to shared libstdc++. Tue Aug 26 12:24:01 1997 H.J. Lu (hjl@gnu.ai.mit.edu) diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog index b02adc33134..1595bd2d8e1 100644 --- a/libstdc++/stl/ChangeLog +++ b/libstdc++/stl/ChangeLog @@ -18,9 +18,9 @@ Sun Apr 11 23:48:30 1999 Jeffrey A Law (law@cygnus.com) 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br> - * bitset: explicitly convert basic_string<...>::npos to size_t in - default argument to constructor, to avoid parse error at `>' - (__STL_EXPLICIT_FUNCTION_TMPL_ARGS): replace #if with #ifdef + * bitset: Explicitly convert basic_string<...>::npos to size_t in + default argument to constructor, to avoid parse error at `>'. + (__STL_EXPLICIT_FUNCTION_TMPL_ARGS): Replace #if with #ifdef. 1998-11-01 Mark Mitchell <mark@markmitchell.com> |