summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-05-07 23:08:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-05-07 23:08:43 (GMT)
commit8a15407fcc66e89fab893e964d8ad44fd98f55b7 (patch)
tree9196af59e8bbe589a5f619c14bbd050da1e769ae /ChangeLog
parent1b5ae0d580bc997899052269bd9bf5a351ce2254 (diff)
downloadtcl-8a15407fcc66e89fab893e964d8ad44fd98f55b7.zip
tcl-8a15407fcc66e89fab893e964d8ad44fd98f55b7.tar.gz
tcl-8a15407fcc66e89fab893e964d8ad44fd98f55b7.tar.bz2
Convert TclGetLoadedPackages to use Tcl_Obj API for result generation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e143a3..beb227c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-07 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclLoad.c (TclGetLoadedPackages): Convert to use Tcl_Obj API
+ for result generation.
+
2011-05-07 Miguel Sofer <msofer@users.sf.net>
* generic/tclInt.h: fix USE_TCLALLOC so that it can be enabled
@@ -23,7 +28,7 @@
* generic/tclListObj.c: of a boolean var, where the caller can be told
* generic/tclParse.c: whether or not the parsed list element was
* generic/tclUtil.c: enclosed in braces. In practice, no callers
- really care about that. What the callers really want to know is
+ really care about that. What the callers really want to know is
whether the list element value exists as a literal substring of the
string being parsed, or whether a call to TclCopyAndCollpase() is
needed to produce the list element value. Now the final argument
@@ -61,7 +66,7 @@
* generic/tclStrToD.c:
* generic/tclUtf.c:
* unix/tclUnixFile.c:
-
+
* generic/tclStringObj.c: Improved reaction to out of memory.
2011-04-27 Don Porter <dgp@users.sourceforge.net>