summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-11-28 17:58:35 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-11-28 17:58:35 (GMT)
commit90daebad86c36a4a83ff0831078e6f8351d9e9e6 (patch)
treecc2fca491a21d7bf88511ee275a12ed085b676a7 /ChangeLog
parente87036076007b0251db8cec91216cec265d24cdb (diff)
downloadtcl-90daebad86c36a4a83ff0831078e6f8351d9e9e6.zip
tcl-90daebad86c36a4a83ff0831078e6f8351d9e9e6.tar.gz
tcl-90daebad86c36a4a83ff0831078e6f8351d9e9e6.tar.bz2
* NOTES: New file. Read here about the new modularization macros,
interdependencies, implications, etc. * static.sizes.html: New file. Report on the cuts achieved so far. Regarding the object files only the files which did change in size are reported. Usage of the MODULAR_TCL macro currently cuts about 17 % of the code (measured using strip'ped object files and libraries). * Changed files so far .. [cut, see changelog for full list] * Working on modularization of the tcl core. *************************** **** mod-8-3-4-branch **** ***************************
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8984f22..e082178 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2001-11-28 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * NOTES: New file. Read here about the new modularization macros,
+ interdependencies, implications, etc.
+
+ * static.sizes.html: New file. Report on the cuts achieved so
+ far. Regarding the object files only the files which did change
+ in size are reported. Usage of the MODULAR_TCL macro currently
+ cuts about 17 % of the code (measured using strip'ped object
+ files and libraries).
+
+ * Changed files so far
+ * tcl.decls
+ * tcl.h
+ * tclBasic.c
+ * tclCmdAH.c
+ * tclCmdMZ.c
+ * tclEncoding.c
+ * tclEvent.c
+ * tclFCmd.c
+ * tclFileName.c
+ * tclIO.c
+ * tclIOCmd.c
+ * tclIOGT.c
+ * tclIOUtil.c
+ * tclInt.decls
+ * tclInterp.c
+ * tclLoad.c
+ * tclLoadNone.c
+ * tclMain.c
+ * tclPipe.c
+ * tclStubInit.c
+ * tclUtil.c
+ * genStubs.tcl
+ * tclLoadAout.c
+ * tclLoadDl.c
+ * tclLoadDld.c
+ * tclLoadDyld.c
+ * tclLoadNext.c
+ * tclLoadOSF.c
+ * tclLoadShl.c
+ * tclUnixChan.c
+ * tclUnixFCmd.c
+ * tclUnixFile.c
+ * tclUnixInit.c
+ * tclUnixNotfy.c
+ * tclUnixPipe.c
+ * tclUnixSock.c
+
+ * Working on modularization of the tcl core.
+
+ ***************************
+ **** mod-8-3-4-branch ****
+ ***************************
+
2001-11-20 Kevin B. Kenny <kennykb@users.sourceforge.net>
* generic/tclCmdMZ.c (Tcl_TimeObjCmd) Added extra parentheses to a