summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhershey <hershey@noemail.net>1999-06-15 01:16:21 (GMT)
committerhershey <hershey@noemail.net>1999-06-15 01:16:21 (GMT)
commitf9e20884dff3c1c1767909ff8a8072274482521a (patch)
treedc505f5e222817db5fe70f5b9eb5d01607656d12 /ChangeLog
parent2fcd88772c5c063d0e625047f98dd6eb579e31f0 (diff)
downloadtcl-f9e20884dff3c1c1767909ff8a8072274482521a.zip
tcl-f9e20884dff3c1c1767909ff8a8072274482521a.tar.gz
tcl-f9e20884dff3c1c1767909ff8a8072274482521a.tar.bz2
Merged String and Unicode object types. Added new functions to
the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated. FossilOrigin-Name: 23b23af342a570dab211294eff79a331869224c5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20ce77a..bed88a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1999-06-14 Melissa Hirschl <hershey@matisse.scriptics.com>
+
+ * doc/StringObj.3
+ * test/stringObj.test
+ * unix/Makefile.in
+ * win/Makefile.in
+ * win/makefile.vc
+ * generic/tclStringObj.c:
+ Merged String and Unicode object types. Added new functions to
+ the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj,
+ Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange,
+ Tcl_AppendUnicodeToObj.
+
1999-06-09 <stanton@scriptics.com>
* generic/tclUnicodeObj.c: Lots of cleanup and simplification.