aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jw@kayari.org>2002-08-14 17:29:19 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-08-14 17:29:19 +0000
commit5b5b9d3c1b3eb8f6ede89acbd4af44ee644d2a86 (patch)
treeebe4bab4874de1bfbe4f105e9635b7ded285ba64 /libstdc++-v3/ChangeLog
parent4b2a711e5db62237dcea16fe126df4d1374edbd0 (diff)
2002-08-14 Jonathan Wakely <jw@kayari.org>
* docs/html/22_locale/messages.html: Use HTML entities for punctuation. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@56300 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0a948ea0a17..9fa76a9fa61 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-14 Jonathan Wakely <jw@kayari.org>
+
+ * docs/html/22_locale/messages.html: Use HTML entities for
+ punctuation.
+
2002-08-13 Jonathan Wakely <jw@kayari.org>
Phil Edwards <pme@gcc.gnu.org>