summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-02-19 16:43:25 (GMT)
committerdas <das>2003-02-19 16:43:25 (GMT)
commitfb48f14fb28f2dd0b1633560091087d54f10dc1e (patch)
tree6fe21a65fd94d4bd6843d30414e5e3041829cb32 /ChangeLog
parent2f11046286a55314b942213dfb6f2fad4fdb837e (diff)
downloadtcl-fb48f14fb28f2dd0b1633560091087d54f10dc1e.zip
tcl-fb48f14fb28f2dd0b1633560091087d54f10dc1e.tar.gz
tcl-fb48f14fb28f2dd0b1633560091087d54f10dc1e.tar.bz2
* generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect
of always invalidating unicode rep (if the obj has a string rep). Added hasUnicode flag to String struct, allows decoupling of validity of unicode rep from buffer size allocated to it (improves memory allocation efficiency). [Bugs #686782, #671138, #635200] * macosx/Tcl.pbproj/project.pbxproj: * macosx/Makefile: reworked embedded build to no longer require relinking but to use install_name_tool instead to change the install_names for embedded frameworks. * macosx/Tcl.pbproj/project.pbxproj: preserve mod dates when running 'make install' to build framework (avoids bogus rebuilds of dependent frameworks because tcl headers appear changed). * tests/ioCmd.test (iocmd-1.8): fix failure when system encoding is utf-8: use iso8859-1 encoding explicitly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f881ab4..71f8d45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2003-02-19 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect
+ of always invalidating unicode rep (if the obj has a string rep).
+ Added hasUnicode flag to String struct, allows decoupling of
+ validity of unicode rep from buffer size allocated to it (improves
+ memory allocation efficiency). [Bugs #686782, #671138, #635200]
+
+ * macosx/Tcl.pbproj/project.pbxproj:
+ * macosx/Makefile: reworked embedded build to no longer require
+ relinking but to use install_name_tool instead to change the
+ install_names for embedded frameworks.
+
+ * macosx/Tcl.pbproj/project.pbxproj: preserve mod dates when
+ running 'make install' to build framework (avoids bogus rebuilds
+ of dependent frameworks because tcl headers appear changed).
+
+ * tests/ioCmd.test (iocmd-1.8): fix failure when system encoding
+ is utf-8: use iso8859-1 encoding explicitly.
+
2003-02-18 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c (TclCompileExprWords): remove unused