Tcl Source Code

Check-in [1d94413d32]
Login

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

Overview
Comment:remove unneccessary duplication
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-5-branch
Files: files | file ages | folders
SHA1: 1d94413d321856147f872ce54693d352a8b07481
User & Date: jan.nijtmans 2013-03-27 10:48:00
Context
2013-03-27
14:06
Add dummy (undocumented) TclCanceled function in stub table (not exported as symbol or macro), which... check-in: 6a9ee3273c user: jan.nijtmans tags: core-8-5-branch
10:49
merge-mark check-in: 8da6d71781 user: jan.nijtmans tags: trunk
10:48
remove unneccessary duplication check-in: 1d94413d32 user: jan.nijtmans tags: core-8-5-branch
2013-03-22
23:05
Update to tzdata2013b check-in: 15d1b83223 user: venkat tags: core-8-5-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tcl.decls.

2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
export {
    const char *Tcl_PkgInitStubsCheck(Tcl_Interp *interp, const char *version,
	int exact)
}
export {
    void Tcl_GetMemoryInfo(Tcl_DString *dsPtr)
}
export {
    const char *Tcl_InitStubs(Tcl_Interp *interp, const char *version,
	int exact)
}
export {
    const char *TclTomMathInitializeStubs(Tcl_Interp *interp,
	const char *version, int epoch, int revision)
}

# Global variables that need to be exported from the tcl shared library.

export {
    TclStubs *tclStubsPtr                       (fool checkstubs)
}
export {







<
<
<
<
<
<
<
<







2167
2168
2169
2170
2171
2172
2173








2174
2175
2176
2177
2178
2179
2180
export {
    const char *Tcl_PkgInitStubsCheck(Tcl_Interp *interp, const char *version,
	int exact)
}
export {
    void Tcl_GetMemoryInfo(Tcl_DString *dsPtr)
}









# Global variables that need to be exported from the tcl shared library.

export {
    TclStubs *tclStubsPtr                       (fool checkstubs)
}
export {