Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file generic/regcustom.h version 197b7849d4

2017-11-16
22:32
remove test code check-in: 98ee6f28a0 user: aspect tags: bug-1224888
12:48
readlink() does not null-terminate its result check-in: 4c78e13050 user: aspect tags: bug-1224888
2016-12-24
23:00
Add test var-13.2 to check that unsetting an array element terminates an array search. This behavio... check-in: e1e9542624 user: andy tags: array-search-unset
2016-09-08
12:43
merge 8.6.4 check-in: 67a149d080 user: dgp tags: dgp-literal-reform
12:36
merge 8.6.3 check-in: 5e598c8a3e user: dgp tags: dgp-literal-reform
12:28
merge 8.6.2 check-in: 8765b86e00 user: dgp tags: dgp-literal-reform
12:22
merge 8.6.1 check-in: 65981cfc14 user: dgp tags: dgp-literal-reform
2016-06-16
16:14
Correct the patch. check-in: 333574afba user: dgp tags: bug-16828b3744
15:25
Merge ec51e0603e. Segfaults again. check-in: 68fccd6611 user: dgp tags: bug-16828b3744
15:19
Merge up to a197e6853e. Still works. Next checkin restarts the segfaults. check-in: 3938bee11d user: dgp tags: bug-16828b3744
14:48
Merge up to the 8.6.0 release. check-in: a255cc8f0b user: dgp tags: bug-16828b3744
2016-04-19
20:35
Fork of Tcl used in the "Little" project. http://www.mcvoy.com/lm/little/index.html check-in: 69b737f5a1 user: dgp tags: little
2016-01-31
00:20
Minor clean-ups (e.g. turn back const -> CONST, as common in 8.5 branch) Closed-Leaf check-in: 6425d8cf43 user: jan.nijtmans tags: 8.5-with-8.6-regexp
2016-01-20
18:07
merge check-in: 6871526357 user: msofer tags: mig-opt2-tmp
03:21
fix warnings at -O2 check-in: 2399d89260 user: msofer tags: mig-opt2
2016-01-18
06:27
making some functions NOINLINE (full implementation when the macro shortcuts do not apply) check-in: b5a4260d5f user: msofer tags: mig-opt2-tmp
06:12
introduce macros NRE_JUMP and NRE_NEXT to abstract the NRE mechanism, previous to introducing an alt... check-in: ea7d514026 user: msofer tags: mig-opt2-tmp
2016-01-16
11:17
elim stray refs to removed macro check-in: e3b25c6b3c user: msofer tags: mig-opt2
10:30
remove empty macro check-in: 1faa6f11f2 user: msofer tags: mig-opt2
10:17
TODO; removed old NRE_callback memory model check-in: 2e5c2388ed user: msofer tags: mig-opt2
02:52
TODO check-in: af567261ef user: msofer tags: mig-opt2
2016-01-14
03:46
remove tips #280 and #348 check-in: 2dc35ab4a6 user: msofer tags: mig-opt2
03:44
TODO Closed-Leaf check-in: 540aebde6c user: msofer tags: mig-opt2-tmp
03:37
remove callback in for/while, was required for tip 280 check-in: 62d0f684a5 user: msofer tags: mig-opt2-tmp
2016-01-12
23:46
fixing the last bug: command compiler returning TCL_ERROR and bailing out check-in: 6962035205 user: msofer tags: mig-opt2-tmp
21:09
re-enable optimisation, accidentally disabled check-in: b55113ad7a user: msofer tags: mig-opt2-tmp
21:07
fix off-by-one error check-in: 4380f23d29 user: msofer tags: mig-opt2-tmp
21:06
fix comment check-in: 9174125163 user: msofer tags: mig-opt2-tmp
12:20
fix expr-old.test errors check-in: 2648db35c4 user: msofer tags: mig-opt2-tmp
02:11
small bug fix check-in: c4d364ef3b user: msofer tags: mig-opt2-tmp
2016-01-11
22:40
fixing a few bugs check-in: 23f0616b7a user: msofer tags: mig-opt2-tmp
17:59
still some errors, but now valgrind-clean check-in: 4e6d502d25 user: msofer tags: mig-opt2-tmp
00:49
no-280 branch, it still has many errors check-in: ede41c1946 user: msofer tags: mig-opt2-tmp
2015-12-21
11:09
fix handling of string interface - segfault that did not happen under varlgrind or gdb (?) check-in: 40e8a44dbc user: msofer tags: mig-opt2
10:41
plugging leaks, valgrind happy check-in: ce23f68317 user: msofer tags: mig-opt2
10:03
Undo more Android-specific changes, which don't form part of Zipfs, as further preparation for Zipfs... check-in: 1836eee8f2 user: jan.nijtmans tags: zipfs
09:31
Start of "zipfs" branch, meant for keeping track of the proposed changes for a new TIP. Remove some ... check-in: f454ea8e02 user: jan.nijtmans tags: zipfs
09:16
Put back the stub entries for TclpGetDate/TclpLocaltime/TclpGmtime. Although those functions are dea... check-in: 2805b1a08c user: jan.nijtmans tags: androwish
2015-12-20
19:48
remove interp->result and all supporting code; remove other deprecated apis check-in: 0f3e580e52 user: msofer tags: mig-opt2
2015-12-18
15:41
Make symbols which are deprecated MODULE_SCOPE, if the flag TCL_NO_DEPRECATED is specified check-in: 1ca3bdd080 user: jan.nijtmans tags: tip-439, semver
12:54
removed [case] check-in: 2b2aec4e7a user: msofer tags: mig-opt2
12:39
upstream androwish change check-in: 786f147e7a user: jan.nijtmans tags: androwish
12:38
adding a TODO list check-in: 684250e0ae user: msofer tags: mig-opt2
12:28
merge trunk check-in: 6def89fffa user: msofer tags: mig-opt2
12:22
merge trunk check-in: 1b3e5ac271 user: msofer tags: mig-opt2
2015-12-17
15:23
Minor tweaks on ZIPFS_IN_TCL check-in: f4690c201b user: jan.nijtmans tags: androwish
12:04
minor tweaks for MSVC check-in: 5c6069be75 user: jan.nijtmans tags: androwish
2015-12-16
15:18
remove unnecessary Tclzipfs defines in tclStubInit.c check-in: 85fa957291 user: jan.nijtmans tags: androwish
13:37
No need for more than tcl.h in zipfs.h check-in: 3421ac5d9b user: jan.nijtmans tags: androwish
13:26
Remove zipfs symbols from stub table. Those symbols should be exported as-is, without using the stub... check-in: 9bac0a5731 user: jan.nijtmans tags: androwish
13:21
merge trunk check-in: fe902d33b2 user: jan.nijtmans tags: androwish
2015-12-15
15:16
Different solution to the tailcall impact on -errorinfo. Leaf check-in: 8b9329b30e user: dgp tags: dgp-tailcall-errorinfo-alt
14:40
Suppress additions to the -errorinfo from a tailcall-invoked command. Leaf check-in: 523734993c user: dgp tags: dgp-tailcall-errorinfo
13:22
Merge trunk. Fix configure scripts: dot should be part of TCL_PATCH_LEVEL check-in: 63b129366e user: jan.nijtmans tags: tip-439, semver
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
09:31
Merge trunk. Upstream zipfs change check-in: a4e8495e3b user: jan.nijtmans tags: androwish
2015-12-12
20:02
remove support for obsolete 8.4 bytecodes check-in: 65e9ef3d6c user: msofer tags: mig-opt2
19:45
remove trampoline bounces: invoke commands directly from tebc check-in: aafed8fdb6 user: msofer tags: mig-opt2
15:18
incorporate limit checks into TclInterpReady check-in: 9e4402076e user: msofer tags: mig-opt2
14:57
removing useless trampoline bounces in cmd dispatch; added comments to README.opt2 check-in: 2115f0cd8d user: msofer tags: mig-opt2
11:54
Issue the correct auxType when compiling [array set]. check-in: 4ba93f8156 user: dkf tags: trunk
2015-12-11
22:56
Merge trunk. Upstream androwish changes check-in: 62263368e1 user: jan.nijtmans tags: androwish
22:27
merge trunk check-in: 066ad731b4 user: msofer tags: empty-bodies
21:51
transforming the NRE stack from a linked list to a real stack check-in: f7809e02ac user: msofer tags: mig-opt2
21:42
code reordering, no func changes Leaf check-in: 2bdd045a21 user: msofer tags: mig-nre-mods
21:21
fix segfault on invokhidden - faulty adaptation at last merge check-in: e5736a79d1 user: msofer tags: mig-nre-mods
15:55
transforming the NRE stack from a linked list to a real stack; incomplete check-in: bf2e0e30c5 user: msofer tags: mig-nre-mods
13:37
merge drh-micro-optimization check-in: c525cb589a user: msofer tags: mig-opt2
13:23
merge trunk check-in: 02b4fa0e2e user: msofer tags: drh-micro-optimization
13:17
merge trunk check-in: b1772595c6 user: msofer tags: mig-opt2
10:18
Fix [c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 38e14f6cc3 user: jan.nijtmans tags: trunk
09:29
Bug in tclPkg.c, use semantic version in more places., but don't use "+" syntax yet. check-in: 547de1eb85 user: jan.nijtmans tags: tip-439, semver
08:51
revert some unintentional changes check-in: a33f7202a8 user: jan.nijtmans tags: tip-439, semver
08:43
Experiments with Semantic Versioning in Tcl. (Don't look!) check-in: 32379be1ed user: jan.nijtmans tags: tip-439, semver
2015-12-09
18:15
comments check-in: 1ca12b8ba9 user: msofer tags: mig-opt2
18:08
new branch for experimental mods check-in: 21276302ce user: msofer tags: mig-opt2
10:20
Merge trunk. Upstream zipfs change check-in: 8bd037c973 user: jan.nijtmans tags: androwish
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
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
07:37
merge trunk check-in: 8fd9093772 user: jan.nijtmans tags: androwish
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
2015-11-25
21:07
merge trunk check-in: 463fcfbc88 user: jan.nijtmans tags: androwish
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
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:03
Merge trunk check-in: c04ab9a276 user: jan.nijtmans tags: drh-micro-optimization
21:02
Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NRE asserts by default. A... check-in: 54583ab6ca user: jan.nijtmans tags: trunk
16:06
merge trunk check-in: 4b32a88752 user: jan.nijtmans tags: androwish
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
12:43
REVIEW: avoid doing the full TEBC dance for empty bodies check-in: 68801e59cb user: msofer tags: empty-bodies
2015-11-20
16:59
Tcl_ListObjReplace() early out when > LIST_MAX attempted. check-in: cc23ca23e0 user: dgp tags: trunk
16:42
[40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: fe18292f8d user: dgp tags: trunk
2015-11-18
08:53
Merge trunk check-in: 49ac7413f0 user: jan.nijtmans tags: androwish
2015-11-17
17:01
Spanish translation of example corrected check-in: 6e11288d6a user: oehhar tags: trunk
2015-11-16
10:55
Fix --enable-symbols build on Cygwin. Reported by François Vogel check-in: bd5464f13d user: jan.nijtmans tags: trunk
2015-11-14
21:37
merge trunk check-in: 162ccba25d user: jan.nijtmans tags: androwish
2015-11-13
08:42
Fix 34eb6911af, taken over from SQLite: Fix uses ... check-in: 2ae64b3400 user: jan.nijtmans tags: trunk
2015-11-11
20:25
*** ABANDONED - see branch mig-opt2 ***

simplify, avoid using PATHS before init, (partial) soluti... Closed-Leaf check-in: 89be6a5ae0 user: msofer tags: mig-optimize

16:09
Patches by Christian Werner, supporting TCL_UTF_MAX=6 on Windows. Doesn't work yet, but it's a start... Closed-Leaf check-in: 6306082702 user: jan.nijtmans tags: werner-utf_max=6
09:56
Remove unused calculation of the result set size from TclCreateSocketAddress() check-in: 9252ca9944 user: max tags: trunk
2015-11-10
16:34
[261a8a79f0] Integer overflow leads to segfault. check-in: a03fee273c user: dgp tags: trunk
04:33
new optimizer (give up on moving bytecodes on this branch); there is still a problem evidenced when ... check-in: 496d4b3780 user: msofer tags: mig-optimize
2015-11-05
16:44
merge trunk check-in: 623a8ff73b user: msofer tags: mig-optimize
16:38
restore safety measure (stupidly disabled in 7cce33b) check-in: 4ceb5c2ba8 user: msofer tags: mig-optimize
01:48
merge trunk; partial while hunting for a merge bug - updated to 2015-05-18 check-in: 26f9bf8072 user: msofer tags: mig-optimize
2015-11-04
23:22
clearer code in compacter; allocate NEW on the heap to avoid blowing the stack check-in: 9d75e548b4 user: msofer tags: mig-optimize
2015-11-03
13:13
better handle out-of-memory conditions in ZIP filesystem hard-wire initial encoding on Android to UT... check-in: 5057cf8f6e user: jan.nijtmans tags: androwish
2015-11-01
22:04
Merge trunk. Added comments in ZIP filesystem (no functional changes) check-in: 85da42b3eb user: jan.nijtmans tags: androwish
2015-10-28
21:15
make genstubs check-in: 65e6468f5d user: dkf tags: trunk
21:15
Expose some of the TclBN operations through the internal API, so clients of the bignum code don't ne... check-in: a92c7695c6 user: dkf tags: trunk
09:04
merge trunk check-in: 8d6b22d79d user: jan.nijtmans tags: androwish
2015-10-27
23:16
Merge tzdata2015g from ietf check-in: 1fb5035d65 user: venkat tags: trunk
22:09
Chisel 1% from the TclOO object creation μbenchmark. check-in: 7bb78032e9 user: dkf tags: drh-micro-optimization
2015-10-26
07:23
merge trunk check-in: 87457454c8 user: dkf tags: core_zip_vfs
07:22
Added some TclOO microbenches. check-in: d71aaf008e user: dkf tags: drh-micro-optimization
04:02
Merged with trunk, fixes to allow builds outside of the tcl/unix|win directory check-in: 8ac6e104b9 user: hypnotoad tags: core_zip_vfs
2015-10-25
22:59
merge trunk check-in: 95e73bf9ea user: jan.nijtmans tags: androwish
22:47
re-generate "configure", both for unix and win check-in: 896624cfd4 user: jan.nijtmans tags: trunk
21:25
merge trunk check-in: 474e240358 user: dkf tags: drh-micro-optimization
21:23
Higher-level microoptimizations for [clock format]. check-in: fc7f47d84c user: dkf tags: drh-micro-optimization
20:14
Merge trunk check-in: 2b2578b68d user: jan.nijtmans tags: androwish
19:41
Remove use of HAVE_USLEEP. It isn't use anywhere any more check-in: fc1ece2983 user: jan.nijtmans tags: trunk
18:13
Avoid isnan call to make double-using code faster. check-in: 36a49ddb3f user: pspjuth tags: drh-micro-optimization
10:57
Allow tuning of the number of iterations in the micro-opt loops. check-in: 2b59399d38 user: dkf tags: drh-micro-optimization
00:57
Added drh's analysis wrapper script so that we don't need to keep private copies. check-in: 2f4be1fbdc user: dkf tags: drh-micro-optimization
00:20
Added another micro-opt case: [clock]. check-in: 5fced0dfc8 user: dkf tags: drh-micro-optimization
2015-10-24
21:52
(by drh) micro-opt of INST_LOAD_SCALAR1 (the hottest instruction) in the non-varLink (most frequent)... check-in: d054a5c345 user: msofer tags: drh-micro-optimization
19:00
merge trunk check-in: 5f38830914 user: dkf tags: drh-micro-optimization
19:00
Added one of the micro-opt test cases. check-in: c60a364c43 user: dkf tags: drh-micro-optimization
18:59
Make the async-interrupt tests work more reliably. check-in: a921e888d6 user: dkf tags: drh-micro-optimization
16:02
A more lenient test; different platforms are more diverse in their correct output. check-in: 918f81d2fe user: dkf tags: trunk
07:43
Bring back regexp to what it was in latest release. This is the correct fix for the problem noted by... check-in: 6bad37c04c user: jan.nijtmans tags: trunk
02:37
merge changes from pspjuth that optimize conversion from unichar to utf and add optimized versions f... check-in: e99a79a326 user: kbk tags: drh-micro-optimization
2015-10-23
22:46
merge trunk check-in: 501e1a7d69 user: dkf tags: drh-micro-optimization
22:44
Mend problems with [platform::identify] formatting. check-in: dd419aacf2 user: dkf tags: trunk
21:52
Knock perhaps 1% off execution time: guard on TclAsyncReady more efficient when decrementing to zero... check-in: a9b4bf802b user: dkf tags: drh-micro-optimization
14:59
merge mark check-in: 1b40769a10 user: dgp tags: trunk
12:52
Make test clock-67.4 time zone independent. Bug [4a0c163d24] check-in: 3fdcaf2b64 user: oehhar tags: trunk
08:52
merge trunk check-in: 180d7786fc user: jan.nijtmans tags: androwish
08:13
Merge trunk check-in: d68de1f600 user: jan.nijtmans tags: androwish
08:12
Change "clock scan/format -format %x -locale current" output on msgcat locale change. Bug [4a0c163d2... check-in: 5855bdf4a8 user: oehhar tags: trunk
08:08
New test for clock scan, test numbering corrected Closed-Leaf check-in: 6c5184f499 user: oehhar tags: bug-4a0c163d24
2015-10-22
14:07
fix typo in micro-optimization TclpInitThreadAlloc check-in: 1b71628a42 user: kbk tags: drh-micro-optimization
01:00
Turn off NRE asserts by default. About a 5% speedup on [clock format]. check-in: 812a81812e user: dkf tags: drh-micro-optimization
2015-10-21
23:30
Micro-optimization: remove double checked lock from TclGetAllocCache in favour of initialization in ... check-in: fdbf64dc50 user: kbk tags: drh-micro-optimization
20:30
Change "clock format -format %x -locale current" output on msgcat locale change [4a0c163d24] check-in: e5bf4e6084 user: oehhar tags: bug-4a0c163d24
20:18
Further cleanup and enhancements. Closed-Leaf check-in: e53cd46a2a user: mistachkin tags: tip-435, bug-57945b574a
19:47
Add macro magic for non-threaded builds. check-in: 36666aee4c user: mistachkin tags: tip-435, bug-57945b574a
19:11
Add experimental Tcl_SetMutexWaitProc public API. check-in: 74d995560a user: mistachkin tags: tip-435, bug-57945b574a
17:02
Merge updates from trunk. check-in: 6e776b8e33 user: mistachkin tags: tip-435, bug-57945b574a
14:10
[1080042][8f245009b0] Big bundle of regexp engine fixes and improvements contributed from Tom Lane o... check-in: 497b93405b user: dgp tags: trunk
2015-10-19
14:07
[154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace. check-in: 2327af6915 user: dkf tags: trunk
13:52
typo in comment. Eliminate unnecessary end-of-line spacing. check-in: a3acef607b user: jan.nijtmans tags: trunk
2015-10-18
10:48
merge trunk check-in: 3b64aa38e6 user: jan.nijtmans tags: androwish
10:34
Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details, see [ba44e415a0]: Use ... check-in: ebfd1b23cb user: jan.nijtmans tags: trunk
2015-10-17
07:21
Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive event handling in Andr... Closed-Leaf check-in: 934cfb547e user: jan.nijtmans tags: bug-ba44e415a0
2015-10-14
19:04
Merge trunk check-in: 673129da3d user: jan.nijtmans tags: androwish
2015-10-12
11:29
Various build fixes, when using Cygwin shell in combination with native MinGW compiler. Contributed ... check-in: 19e0bd474e user: jan.nijtmans tags: trunk
2015-10-10
12:38
merge-mark check-in: 6e5bffab10 user: jan.nijtmans tags: trunk
2015-10-09
19:11
merge trunk check-in: 4cc09d6a51 user: jan.nijtmans tags: androwish
14:41
Make autoconf > 2.59 work warning-free check-in: 014ebbcf3c user: jan.nijtmans tags: trunk
13:18
Tcl/OpenBSD/Sparc needs -fPIC. check-in: 4e04900d36 user: stwo tags: trunk
2015-10-08
14:41
Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as appropriate, as already do... check-in: efcf56ba11 user: jan.nijtmans tags: trunk
2015-10-07
13:34
Fix [8587cb648c445f7]: clock default format incorrect check-in: dac4147f72 user: jan.nijtmans tags: trunk
13:14
Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da2... check-in: 5034c136a8 user: jan.nijtmans tags: trunk
09:00
merge trunk check-in: c1a52531aa user: jan.nijtmans tags: tip-389-impl
08:40
Fix surrogate handling in PrintSourceToObj(), differenciating for TCL_UTF_MAX = 6 (androwish) and T... check-in: 7f398eb5b4 user: jan.nijtmans tags: trunk
07:23
merge trunk check-in: 2abe926465 user: jan.nijtmans tags: androwish
2015-10-06
14:49
Fix [b42a851475]: file normalize ~user returns wrong directory on Windows check-in: 481cc1a100 user: jan.nijtmans tags: trunk
10:50
merge trunk check-in: 231c2f1237 user: jan.nijtmans tags: androwish
09:36
Revise content of generate win/tclConfig.sh: Make sure that all entries use windows paths with forwa... check-in: 7491c25e44 user: jan.nijtmans tags: trunk
08:21
Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result. check-in: 7302585809 user: jan.nijtmans tags: trunk
2015-10-05
09:26
Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes.... check-in: 7f273c5ec7 user: jan.nijtmans tags: trunk
2015-10-04
10:20
Eliminate unnessessary end-of-line spacing. No functional change. check-in: 7caaf52e89 user: jan.nijtmans tags: trunk
09:42
merge trunk check-in: 0c13cf11bf user: jan.nijtmans tags: androwish
2015-10-01
11:18
Fix signed<->unsigned compare gcc compiler warning. check-in: d89f5f9792 user: jan.nijtmans tags: trunk
2015-09-30
13:57
merge trunk check-in: c23e2e76a6 user: jan.nijtmans tags: androwish
13:45
Mutch simpler solution to [219866c1e9]: In stead of filtering out version information from the strin... check-in: c11c32ad31 user: jan.nijtmans tags: trunk
12:59
Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows check-in: faf762a211 user: jan.nijtmans tags: trunk
11:12
Don't limit Universal runtime support VisualStudio version 14 only, future versions will probably ha... check-in: 27dc46e5cb user: jan.nijtmans tags: trunk
08:29
Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version nu... check-in: 46ff66412d user: jan.nijtmans tags: trunk
2015-09-29
21:20
merge trunk check-in: 2aa90f5782 user: jan.nijtmans tags: androwish
07:48
Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14 check-in: c2355bf4d3 user: jan.nijtmans tags: trunk
2015-09-28
11:13
Align comment. Remove some end-of-line spacing. No functional changes. check-in: fad573cac2 user: jan.nijtmans tags: trunk
10:58
Don't use mutex retry mechanism on Android. (problems ???) check-in: 218071d627 user: jan.nijtmans tags: androwish
2015-09-27
12:59
merge trunk check-in: bd170ad572 user: jan.nijtmans tags: androwish
2015-09-25
16:43
Backout failed attempt to fix [32ae34e63a]. check-in: 33902c18c2 user: dgp tags: trunk
2015-09-24
14:43
Minor simplification and correct TCL_NORETURN decoration check-in: 002c5f56ee user: jan.nijtmans tags: rfe-854941, tip-596
14:14
Merge latest TIP #414 implementation (branch initsubsystems). check-in: 8cde9e363d user: jan.nijtmans tags: rfe-854941, tip-596
13:48
merge trunk check-in: 69fcfc124a user: jan.nijtmans tags: initsubsystems
11:06
Fix [5d170b5ca5]: checkin 9f8b7bea5344f1b0 broke netbsd's t... check-in: 6da7c01325 user: jan.nijtmans tags: trunk
10:03
merge trunk Closed-Leaf check-in: b65985a504 user: jan.nijtmans tags: bug-5d170b5ca5
10:01
merge-mark (almost, just a few cosmetic changes) check-in: 0b3d2ed4aa user: jan.nijtmans tags: trunk
2015-09-23
17:29
Update tests to new ReflectWatch() behavior. check-in: 58d7a51a76 user: dgp tags: trunk
17:15
[e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). check-in: 59229a9240 user: dgp tags: trunk
16:58
[32ae34e63a] Prevent segfaults and data corruption when CopyData() is called recursively. Mark new t... check-in: 7ecd0b8c8d user: dgp tags: trunk
12:19
Merge trunk check-in: d58c269d4e user: jan.nijtmans tags: bug-5d170b5ca5
11:35
merge trunk check-in: 35db3f7afb user: jan.nijtmans tags: androwish
10:29
Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp. As a side-effect, this is as ... check-in: 4a27b0487a user: jan.nijtmans tags: trunk