diff options
author | hobbs <hobbs> | 2000-11-03 21:23:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-11-03 21:23:25 (GMT) |
commit | 6d53093ff7010ba43b5064e0967efca26bbfdaf7 (patch) | |
tree | ead378226f5954612bd50b235e09cb8d6c866be8 /ChangeLog | |
parent | 6ad77ab1b4cf1373427365beb9b285cc2e336dbd (diff) | |
download | tcl-6d53093ff7010ba43b5064e0967efca26bbfdaf7.zip tcl-6d53093ff7010ba43b5064e0967efca26bbfdaf7.tar.gz tcl-6d53093ff7010ba43b5064e0967efca26bbfdaf7.tar.bz2 |
* tools/tcl.wse.in: updated for unversioning of library dirs
* unix/Makefile.in (install-libraries, dist):
* win/makefile.vc (install-libraries):
* win/Makefile.in (install-libraries): updated to install
unversioned library directories into versioned directories.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2000-11-03 Jeff Hobbs <hobbs@ajubasolutions.com> + * unix/Makefile.in (install-libraries, dist): + * win/makefile.vc (install-libraries): + * win/Makefile.in (install-libraries): updated to install + unversioned library directories into versioned directories. + + * tools/tcl.wse.in: updated for unversioning of library dirs + + * unix/mkLinks: updated mkLinks with latest doc updates + + * doc/Tcl_Main.3: added docs for Tcl_SetMainLoop + * generic/tclStubInit.c: * generic/tclDecls.h: * generic/tcl.decls: added Tcl_SetMainLoop proc that allows people |