summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-08-02 13:03:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-08-02 13:03:46 (GMT)
commit9b243d8861a7ba96ab64928edc9795beb02a4997 (patch)
tree9ef3ff93e52517d40aa719be4a9fcb282bf74aa5 /ChangeLog
parentcaf9f82c8c57615ac532064b2eb0c7649ea7eb40 (diff)
downloadtcl-9b243d8861a7ba96ab64928edc9795beb02a4997.zip
tcl-9b243d8861a7ba96ab64928edc9795beb02a4997.tar.gz
tcl-9b243d8861a7ba96ab64928edc9795beb02a4997.tar.bz2
Added *unsupported* command to report an object's representation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d3f768..352fd5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-08-02 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclObj.c (Tcl_RepresentationCmd): Added an unsupported
+ command for reporting the representation of an object. Result string
+ is deliberately a bit obstructive so that people are not encouraged to
+ make code that depends on it; it's a debugging tool only!
+
* unix/tclUnixFCmd.c (GetOwnerAttribute, SetOwnerAttribute)
(GetGroupAttribute, SetGroupAttribute): [Bug 1942222]: Stop calling
* unix/tclUnixFile.c (TclpGetUserHome): endpwent() and endgrent();