Tcl Source Code

Check-in [e247a8da3a]
Login

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

Overview
Comment:Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functions are actually macro's translating to Tcl_EvalObjEx(), those stub entries don't serve any purpose any more.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e247a8da3ad1dfb3f60c4f634ef7e265875d61c150e2444b2489854df07d6595
User & Date: jan.nijtmans 2017-12-01 11:03:43.548
Context
2017-12-01
13:53
merge core-8-branch. Various cleanup: unused structure names, unused #defines. Change some "epoch"-r... check-in: 6af217e68c user: jan.nijtmans tags: trunk
11:55
TIP 488: Remove tcl_precision check-in: f4efe03192 user: jan.nijtmans tags: tip-488
11:03
Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functions are actually macro'... check-in: e247a8da3a user: jan.nijtmans tags: trunk
10:38
Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Porter for bringing this t... check-in: ec1f14bb50 user: jan.nijtmans tags: core-8-branch
2017-11-30
17:29
merge 8.7 check-in: f625f52639 user: dgp tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tcl.decls.
Changes to generic/tclBasic.c.
Changes to generic/tclDecls.h.
Changes to generic/tclStubInit.c.