Tcl Source Code

Changes On Branch tclPlatformEngine
Login

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

Changes In Branch tclPlatformEngine Excluding Merge-Ins

This is equivalent to a diff from 021e073bf0 to c0f8a3d729

2016-01-29
13:35
Implement TIP #440: Add engine to tcl_platform Array check-in: 797fd8bdc2 user: jan.nijtmans tags: trunk
2016-01-19
17:48
Update comment with TIP number. Closed-Leaf check-in: c0f8a3d729 user: mistachkin tags: tip-440, tclPlatformEngine
2016-01-18
10:16
Put the file location information that Tcl has into the disassembled code. Important for tclquadcode... check-in: 7547bd6702 user: dkf tags: trunk
2016-01-15
00:39
Add docs and tests. check-in: 767fb963f3 user: mistachkin tags: tip-440, tclPlatformEngine
2016-01-14
23:55
Add the tcl_platform(engine) element, TIP to be written. check-in: 1d66076dc4 user: mistachkin tags: tip-440, tclPlatformEngine
2016-01-09
23:02
Merge trunk. Update documentation check-in: 2b101690e0 user: jan.nijtmans tags: zipfs
2016-01-08
14:48
merge trunk check-in: efa992a355 user: dgp tags: bug-593baa032c
2016-01-07
11:33
Fix [f01d74dc8c]: DEFAULT_COPY_BLOCK_SIZE has incorrect value check-in: 021e073bf0 user: jan.nijtmans tags: trunk
2016-01-06
11:15
Fix win32 mingw 32-bit build, bug was introduced by [c397433be321e6d9] (wrong zlib1.dll was copied) check-in: fae4d82205 user: jan.nijtmans tags: trunk

Changes to doc/tclvars.n.

Changes to generic/tclBasic.c.

Changes to tests/platform.test.

Changes to tests/safe.test.