Tcl Source Code

Check-in [786146633c]
Login

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

Overview
Comment:removed leftover from failed attempt to unify stub tables.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 786146633cef4c7db2063d93ee3c0d4cbccf4072
User & Date: jan.nijtmans 2012-09-07 21:01:14
Context
2012-09-10
13:24
fix running package-tests on Windows, correct TCLSH_PROG in this case check-in: fe48e50258 user: jan.nijtmans tags: trunk
2012-09-07
21:58
Experiment: MSVC build now links with 64-bit zlib1.dll Closed-Leaf check-in: a63c381a6f user: jan.nijtmans tags: msvc-with-64bit-zlib1.dll
21:01
removed leftover from failed attempt to unify stub tables. check-in: 786146633c user: jan.nijtmans tags: trunk
2012-09-05
09:47
Minor clarification of description; all traces use a command prefix for their callbacks. check-in: cc90448ff2 user: dkf tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tclStubInit.c.

165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
    if (!winTCharEncoding) {
	winTCharEncoding = Tcl_GetEncoding(0, "unicode");
    }
    return Tcl_ExternalToUtfDString(winTCharEncoding,
	    string, len, dsPtr);
}

#define TclMacOSXGetFileAttribute (int (*) (Tcl_Interp *,  \
		int, Tcl_Obj *, Tcl_Obj **)) TclpCreateProcess
#define TclMacOSXMatchType (int (*) (Tcl_Interp *, const char *, \
		const char *, Tcl_StatBuf *, Tcl_GlobTypeData *)) TclpMakeFile
#define TclMacOSXNotifierAddRunLoopMode (void (*) (const void *)) TclpOpenFile
#define TclpLocaltime_unix (struct tm *(*) (const time_t *)) TclGetAndDetachPids
#define TclpGmtime_unix (struct tm *(*) (const time_t *)) TclpCloseFile

#else /* UNIX and MAC */
#   define TclpLocaltime_unix TclpLocaltime
#   define TclpGmtime_unix TclpGmtime
#endif

/*
 * WARNING: The contents of this file is automatically generated by the







<
<
<
<
<
<
<
<







165
166
167
168
169
170
171








172
173
174
175
176
177
178
    if (!winTCharEncoding) {
	winTCharEncoding = Tcl_GetEncoding(0, "unicode");
    }
    return Tcl_ExternalToUtfDString(winTCharEncoding,
	    string, len, dsPtr);
}









#else /* UNIX and MAC */
#   define TclpLocaltime_unix TclpLocaltime
#   define TclpGmtime_unix TclpGmtime
#endif

/*
 * WARNING: The contents of this file is automatically generated by the