diff options
author | nijtmans <nijtmans> | 2009-11-18 23:46:05 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-18 23:46:05 (GMT) |
commit | 5eff1a7b7ac12342c892b0c4e3f867dededec5cf (patch) | |
tree | 6938875528242df851eab59fa720c1395ee0f934 /ChangeLog | |
parent | b57c08b7e2ccf91e1096b30f2170d2f603f59e0c (diff) | |
download | tcl-5eff1a7b7ac12342c892b0c4e3f867dededec5cf.zip tcl-5eff1a7b7ac12342c892b0c4e3f867dededec5cf.tar.gz tcl-5eff1a7b7ac12342c892b0c4e3f867dededec5cf.tar.bz2 |
Fix [Bug 2883850]: pkgIndex.tcl doesn't
get created with static Tcl build
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2009-11-19 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.h Make all internal initialization + * generic/tclTest.c routines MODULE_SCOPE + * generic/tclTestObj.c + * generic/tclTestProcBodyObj.c + * generic/tclThreadTest.c + * unix/Makefile.in Fix [Bug 2883850]: pkgIndex.tcl doesn't + * unix/tclAppInit.c get created with static Tcl build + * unix/tclXtTest.c + * unix/tclXtNotify.c + * unix/tclUnixTest.c + * win/Makefile.in + * win/tcl.m4 + * win/configure (regenerated) + * win/tclWinDde.c Always compile with Stubs. + * win/tclWinReg.c + * win/tclWinTest.c + 2009-11-18 Jan Nijtmans <nijtmans@users.sf.net> * doc/CrtChannel.3 Fix [Bug 2849797]: channel name inconsistencies |