summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-05-30 11:39:37 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-05-30 11:39:37 (GMT)
commit95b74f4a398bd17b59c6dcb20becb853726f17d8 (patch)
tree5236f230aa13e6a1e0b239cd8ab1ddfa519a9e54 /ChangeLog
parent233a3120d1c5478eb709979b6ae3e9f899208b71 (diff)
downloadtcl-95b74f4a398bd17b59c6dcb20becb853726f17d8.zip
tcl-95b74f4a398bd17b59c6dcb20becb853726f17d8.tar.gz
tcl-95b74f4a398bd17b59c6dcb20becb853726f17d8.tar.bz2
Correcting the date in two entries
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index f8f0506..fe95153 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-05-30 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclBasic.c (Tcl_GetMathFuncInfo,Tcl_ListMathFuncs):
+ * generic/tclCmdIL.c (Tcl_InfoObjCmd,InfoFunctionsCmd):
+ * generic/tcl.decls (generic table, positions 435+436):
+ * tests/info.test:
+ * doc/CrtMathFnc.3:
+ * doc/info.n: Changes due to TIP #15 "Functions to List and Detail
+ Math Functions"
+
2001-05-28 Jeff Hobbs <jeffh@ActiveState.com>
* library/init.tcl (unknown): removed errant " in error message
@@ -20,7 +30,7 @@
* tools/uniParse.tcl: corrected filename output and GetDelta macro
to use 'info' as param (was 'infO')
-2001-05-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+2001-05-26 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclVar.c (tclArraySearchType,SetArraySearchObj,
ParseSearchId): Added code to speed up array searching by reducing
@@ -33,16 +43,6 @@
TclInitObjSubsystem to be with the bulk of the rest.
[Patch 424851] Committed by Miguel Sofer <mig@utdt.edu>
-2001-05-24 Donal K. Fellows <fellowsd@cs.man.ac.uk>
-
- * generic/tclBasic.c (Tcl_GetMathFuncInfo,Tcl_ListMathFuncs):
- * generic/tclCmdIL.c (Tcl_InfoObjCmd,InfoFunctionsCmd):
- * generic/tcl.decls (generic table, positions 435+436):
- * tests/info.test:
- * doc/CrtMathFnc.3:
- * doc/info.n: Changes due to TIP #15 "Functions to List and Detail
- Math Functions"
-
2001-05-23 Jeff Hobbs <jeffh@ActiveState.com>
* tests/io.test: changed io-52.[9-11] to not be platform sensitive