summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-04-06 23:14:08 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-04-06 23:14:08 (GMT)
commit6d043366e408d9c7434a567048ab86ba9b452790 (patch)
tree0830b9cf515b316e05bbebde6d603f175f856269 /ChangeLog
parentb80daf1c9480cf551e21ac7661392ed5b0b621ff (diff)
downloadtcl-6d043366e408d9c7434a567048ab86ba9b452790.zip
tcl-6d043366e408d9c7434a567048ab86ba9b452790.tar.gz
tcl-6d043366e408d9c7434a567048ab86ba9b452790.tar.bz2
2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* unix/mkLinks: Updated to incorporate the changes below. * doc/StringObj.3: Added 'Tcl_AttemptSetObjLength' to the NAME section. [Bug #414435]. * doc/Alloc.3: Added both 'Tcl_AttemptAlloc' and 'Tcl_AttemptRealloc' to the NAME section. [Bug #414435]. * doc/Utf.3: Added both 'Tcl_UniCharCaseMatch' and 'Tcl_UniCharNcasecmp' to the NAME section. [Bug #414435].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6eae95..999dffc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * unix/mkLinks: Updated to incorporate the changes below.
+
+ * doc/StringObj.3: Added 'Tcl_AttemptSetObjLength' to the NAME
+ section. [Bug #414435].
+
+ * doc/Alloc.3: Added both 'Tcl_AttemptAlloc' and
+ 'Tcl_AttemptRealloc' to the NAME section. [Bug #414435].
+
+ * doc/Utf.3: Added both 'Tcl_UniCharCaseMatch' and
+ 'Tcl_UniCharNcasecmp' to the NAME section. [Bug #414435].
+
2001-04-06 Don Porter <dgp@users.sourceforge.net>
* library/init.tcl: