diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:25:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:25:13 (GMT) |
commit | cea4bab1e44789d1caa0e2edecd71b5bfcdac1df (patch) | |
tree | 552d54a344e1dbf00e51a3744a6e7bd7664e822c /ChangeLog | |
parent | 4910cd294dec3c7b5faaf00b4ddbea754d14779a (diff) | |
download | tcl-cea4bab1e44789d1caa0e2edecd71b5bfcdac1df.zip tcl-cea4bab1e44789d1caa0e2edecd71b5bfcdac1df.tar.gz tcl-cea4bab1e44789d1caa0e2edecd71b5bfcdac1df.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
users of the stubs interfaces. [Bug 1819422]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ * 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 - libtclstub.a. This tightens up the rules for users of the stubs - interfaces. [Bug 1819422] + * win/Makefile.in: libtclstub.a. This tightens up the rules for + users of the stubs interfaces. [Bug 1819422] * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: |