diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:27:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:27:24 (GMT) |
commit | f4e73527836ef586247d16d1d93742e37025284f (patch) | |
tree | 4592a015b3a045eee137aa848dbc1f42bff7149d /ChangeLog | |
parent | cea4bab1e44789d1caa0e2edecd71b5bfcdac1df (diff) | |
download | tcl-f4e73527836ef586247d16d1d93742e37025284f.zip tcl-f4e73527836ef586247d16d1d93742e37025284f.tar.gz tcl-f4e73527836ef586247d16d1d93742e37025284f.tar.bz2 |
* generic/tclBasic.c: Revised stubs-generation tool and interp
* tools/genStubs.tcl: creation so that "tclStubsPtr" is not present
* unix/Makefile.in: in libtcl.so, but is present only in
* win/Makefile.in: libtclstub.a. This tightens up the rules for
* win/makefile.bc: users of the stubs interfaces. [Bug 1819422]
* win/makefile.vc:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ * tools/genStubs.tcl: creation so that "tclStubsPtr" is not present * unix/Makefile.in: in libtcl.so, but is present only in * win/Makefile.in: libtclstub.a. This tightens up the rules for - users of the stubs interfaces. [Bug 1819422] + * win/makefile.bc: users of the stubs interfaces. [Bug 1819422] + * win/makefile.vc: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: |