summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-04-06 19:59:48 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-04-06 19:59:48 (GMT)
commitabb21bd3a6f2e9dd7cf5b131519cde734507e075 (patch)
tree134ce33ff5118f9bc35859a038214c05186e98b4 /ChangeLog
parent0acf99fc0c30894bc2055dd0c2fe1ca163c8aea0 (diff)
downloadtcl-abb21bd3a6f2e9dd7cf5b131519cde734507e075.zip
tcl-abb21bd3a6f2e9dd7cf5b131519cde734507e075.tar.gz
tcl-abb21bd3a6f2e9dd7cf5b131519cde734507e075.tar.bz2
Repair missing bits in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 14 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index f6514da..c38f615 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,10 +62,21 @@
2010-04-02 Kevin B. Kenny <kennykb@acm.org>
TIP #357 IMPLEMENTATION
+ TIP #362 IMPLEMENTATION
+
+ * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest
+ floating point number until it is actually used. (This change avoids a
+ bogus syslog message regarding a 'floating point software assist
+ fault' on SGI systems.)
+
+ * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of bugs
+ * tests/registry.test: resulting from the recent commits of
+ * win/tclWinReg.c: changes in support of the referenced
+ TIP.
- * generic/tcl.decls: First round of changes to export
- * generic/tclDecls.h: Tcl_LoadFile, Tcl_FindSymbol, and
- * generic/tclIOUtil.c: Tcl_FSUnloadFile to the public API.
+ * generic/tcl.decls: [TIP #357]: First round of changes
+ * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol,
+ * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API.
* generic/tclInt.h:
* generic/tclLoad.c:
* generic/tclLoadNone.c:
@@ -81,16 +92,6 @@
* unix/tclUnixPipe.c:
* win/Makefile.in:
* win/tclWinLoad.c:
-
- * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest
- floating point number until it is actually used. (This change avoids a
- bogus syslog message regarding a 'floating point software assist
- fault' on SGI systems.)
-
- * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of bugs
- * tests/registry.test: resulting from the recent commits of
- * win/tclWinReg.c: changes in support of the referenced
- TIP.
2010-03-31 Donal K. Fellows <dkf@users.sf.net>