diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-31 14:43:35 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-31 14:43:35 (GMT) |
commit | 53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49 (patch) | |
tree | 6c96fbd692f683a13fbe376d5e0fb3f7aec3a3b5 /ChangeLog | |
parent | 8b4bd2bb9a913d76dbb65ca98921a537bce251fd (diff) | |
download | tcl-53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49.zip tcl-53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49.tar.gz tcl-53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49.tar.bz2 |
Dumped tclNRE.h's contents into tclInt.h. The file is now empty and
unrefernced everywhere but in macosx/Tcl.xcodeproj/project.pbxproj: some
knowledgeable maintainer please remove tclNRE.h after making sure it
doesn't break the build on macosx
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2008-07-30 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c: Moved the few remaining defs from + * generic/tclDictObj.c: tclNRE.h to tclInt.h, eliminated + * generic/tclExecute.c: inclusion of tclNRE.h everywhere. + * generic/tclInt.h: + * generic/tclInterp.c: The file remains empty; I did not + * generic/tclNRE.h: remove it from CVS as it is referenced + * generic/tclNamesp.c: in macosx/Tcl.xcodeproj/project.pbxproj + * generic/tclOOBasic.c: and I fear to break the build on macosx. + * generic/tclOOInt.h: As soon as that is fixed, the file can + * generic/tclProc.c: be removed. + * generic/tclTest.c: + * unix/Makefile.in: + +2008-07-30 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c: Improved tailcalls. * generic/tclCompile.h: * generic/tclExecute.c: |