Tcl Source Code

Timeline
Login

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

50 ancestors of 2c9afbf91174b73d

2016-02-17
11:03
[5f71353740] Support the "weekdays" unit in [clock add] check-in: 2c9afbf911 user: gahr tags: tip-444
2016-02-11
09:31
Fix a few more very minor formatting glitches. check-in: dbf033509e user: dkf tags: trunk
09:27
Fix minor formatting glitch check-in: fc972f5e83 user: dkf tags: trunk
2016-02-05
16:31
Tweaking some comments for clarity. check-in: 376b72b78b user: dkf tags: trunk
14:36
Clean up the handling of buffer limit exceeding when flushing a zlib transform. check-in: 273e645082 user: dkf tags: trunk
2016-02-04
21:05
[cf74deb33c] Plug memleaks in class teardown. check-in: 4bb95ffc51 user: dgp tags: trunk
2016-02-03
15:29
[25842c161] Prevent zero-length compress actions in [zlib] streaming API. check-in: c1aff52ef3 user: dkf tags: trunk
2016-01-29
13:35
Implement TIP #440: Add engine to tcl_platform Array check-in: 797fd8bdc2 user: jan.nijtmans tags: trunk
09:46
Fix gcc'ism. Not all compilers can substract two void pointers. check-in: 5e13217e77 user: jan.nijtmans tags: trunk
2016-01-24
16:52
Fix "make test" broken by previous commit check-in: 3bf140c0df user: jan.nijtmans tags: trunk
2016-01-23
19:46
add a test to insure that callbacks run at the correct C-stack depth while unwinding the NRE stack. check-in: 159e5ab27b user: msofer tags: trunk
2016-01-22
10:38
Eliminate useless variable assignment. check-in: f381242421 user: jan.nijtmans tags: trunk
10:27
Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thanks to Gustaf Neumann. No... check-in: 01f95b9116 user: jan.nijtmans tags: core-8-5-branch
2016-01-21
13:15
merge-mark check-in: ae06b5381c user: jan.nijtmans tags: trunk
13:11
Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf Neumann. All harmless, ... check-in: 49a45d782e user: jan.nijtmans tags: core-8-5-branch
2016-01-19
17:48
Update comment with TIP number. Closed-Leaf check-in: c0f8a3d729 user: mistachkin tags: tip-440, tclPlatformEngine
13:08
[593baa032c] Stop segfault in class destruction with active namespace. check-in: b59cda3924 user: dgp tags: trunk
13:06
merge trunk Closed-Leaf check-in: 6ffb1dd1d6 user: dgp tags: bug-593baa032c
2016-01-18
15:00
One more Tcl_GlobalEval() usage. check-in: e33dedc1e1 user: jan.nijtmans tags: trunk
14:32
Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecated functions. check-in: 1bfaa8fd18 user: jan.nijtmans tags: trunk
12:19
Make function TclDisassembleByteCodeObj() static, since it is only used in a single source file. check-in: fbaa89db16 user: jan.nijtmans tags: trunk
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-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
2016-01-01
17:46
Document the Tcl_CancelEval function correctly. It was missing its second argument, making using it ... check-in: cf573224a6 user: dkf tags: trunk
2015-12-22
19:50
[593baa032c] Additional fix for the mixinSubs list. check-in: 13d2b84536 user: dgp tags: bug-593baa032c
18:27
[593baa032c] Possible fix (with test) for segfault in superclass teardown. check-in: 9a6b136330 user: dgp tags: bug-593baa032c
2015-12-21
10:27
Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types like re_void any more. No... check-in: 83897e067a user: jan.nijtmans tags: trunk
2015-12-15
13:19
Remove unused static function definition check-in: c5394a312b user: jan.nijtmans tags: trunk
11:13
make some MODULE_SCOPE symbols static check-in: 3c36ca4be3 user: jan.nijtmans tags: trunk
10:33
Eliminate AuxDataType table: since this table only contains 4 constant entries, it is overkill to us... check-in: ae32969212 user: jan.nijtmans tags: trunk
2015-12-12
11:54
Issue the correct auxType when compiling [array set]. check-in: 4ba93f8156 user: dkf tags: trunk
2015-12-11
10:18
Fix [c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 38e14f6cc3 user: jan.nijtmans tags: trunk
10:13
Fix [c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 0201d51279 user: jan.nijtmans tags: core-8-5-branch
2015-12-02
11:30
Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works... check-in: 6b5e1dd52c user: jan.nijtmans tags: trunk
11:02
Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works... check-in: 99d1b1e43c user: jan.nijtmans tags: core-8-5-branch
2015-11-30
18:24
[32c5740a4d] Have Tcl_ListObjReplace() try to use realloc() for growing when it can do so. check-in: a467b03d94 user: dgp tags: trunk
2015-11-26
12:01
On cygwin, install libtcl8.6.dll.a in the {prefix}/lib directory. On win32, don't create empty {pref... check-in: 687b1c51e7 user: jan.nijtmans tags: trunk
11:46
On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. On win32, don't create empty {pre... check-in: e6f04b2957 user: jan.nijtmans tags: core-8-5-branch
2015-11-24
15:09
Fix comments at the top of the *.decls files, which are not correct any more for a long long time check-in: cd9bab60a6 user: jan.nijtmans tags: trunk
15:05
Fix comments at the top of the *.decls files, which are not correct any more for a long long time. check-in: 6806cf0510 user: jan.nijtmans tags: core-8-5-branch
09:00
Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from "novem", will be needed any... check-in: b8172944cb user: jan.nijtmans tags: trunk
2015-11-22
21:02
Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NRE asserts by default. A... check-in: 54583ab6ca user: jan.nijtmans tags: trunk
2015-11-21
22:22
[3d96b7076e] Prevent crashes when destroying an object's class inside a method call. check-in: 3a5e60f35a user: dkf tags: trunk
2015-11-20
16:59
Tcl_ListObjReplace() early out when > LIST_MAX attempted. check-in: cc23ca23e0 user: dgp tags: trunk
16:58
[3293874] Simplified fix (not backport). Also detect >LIST_MAX early. check-in: a2c1ec0241 user: dgp tags: core-8-5-branch
16:42
[40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: fe18292f8d user: dgp tags: trunk
15:47
[40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: 0ff70f4013 user: dgp tags: core-8-5-branch