Tcl Source Code

Check-in [adb44e19f5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove the stub function definitions. Change stub macros to use just the name of the function without any parameters (to be able to get the address of a function).

Changed passing of tclStubsPtr to the interp (during Tcl_CreateInterp) to pass &tclStubs to avoid problems with duplicate symbols on Solaris.

Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-1-branch-old
Files: files | file ages | folders
SHA1: adb44e19f531e8fe66b4a1ac661b9bb9f007a473
User & Date: redman 1999-03-30 01:55:49.000
Context
1999-03-30
02:29
Remove the stubs functions, corrected the stub .obj file set. check-in: b436652040 user: redman tags: core-8-1-branch-old
01:55
Remove the stub function definitions. Change stub macros to use just the name of the function witho... check-in: adb44e19f5 user: redman tags: core-8-1-branch-old
1999-03-27
23:25
Fixed Bug IDs 1517, 1520, 1579. check-in: 14c1af0b4d user: redman tags: core-8-1-branch-old
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tcl.h.
Changes to generic/tclBasic.c.
Changes to generic/tclDecls.h.
Changes to generic/tclIntDecls.h.
Changes to generic/tclIntPlatDecls.h.
Deleted generic/tclIntPlatStubs.c.
Deleted generic/tclIntStubs.c.
Changes to generic/tclPlatDecls.h.
Deleted generic/tclPlatStubs.c.
Deleted generic/tclStubs.c.
Changes to tools/genStubs.tcl.
Changes to unix/Makefile.in.
Changes to unix/tclUnixPort.h.