Tcl Source Code

Check-in [84a600d5af]
Login

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

Overview
Comment: * generic/tclParseExpr.c: 'struct ParseInfo'. * generic/tclLink.c: 'struct Link'. * generic/tclEncoding.c: 'struct Encoding', and 'struct EscapeEncodingData'. * generic/tclCmdIL.c: 'struct SortInfo'. * generic/tclIO.h: 'struct ChannelState'. * generic/tclRegexp.h: 'struct TclRegexp'. * generic/tclCompile.h: 'struct CompileEnv', and 'struct ByteCode'. * generic/tclInt.h: 'struct Var', 'struct ByteCodeStats', and 'struct Interp'. Reordered fields in various structures for better usage of memory (less padding).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | mod-8-3-4-branch
Files: files | file ages | folders
SHA1: 84a600d5af2e7ef4b57096e32caafabf58221b96
User & Date: andreas_kupries 2002-11-05 22:56:01.000
Context
2002-11-07
18:50
reduce TCL_RESULT_SIZE from 200 to 20 check-in: e3d499ae23 user: hobbs tags: mod-8-3-4-branch
2002-11-05
22:56
* generic/tclParseExpr.c: 'struct ParseInfo'. * generic/tclLink.c: 'struct Link'. * generic/tclE... check-in: 84a600d5af user: andreas_kupries tags: mod-8-3-4-branch
01:49
* generic/tclObj.c (TclInitObjSubsystem, Tcl_DbIsShared): enable shared object reporting in EvalSt... check-in: 0de8f7a087 user: hobbs tags: mod-8-3-4-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ChangeLog.
Changes to generic/tclCmdIL.c.
Changes to generic/tclCompile.h.
Changes to generic/tclEncoding.c.
Changes to generic/tclIO.h.
Changes to generic/tclInt.h.
Changes to generic/tclLink.c.
Changes to generic/tclParseExpr.c.
Changes to generic/tclRegexp.h.