Tcl Source Code

Timeline
Login

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

50 descendants of bd1fb54305b2f19c

2013-11-16
21:06
Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. check-in: 04b08d7303 user: jan.nijtmans tags: trunk
20:33
Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max. check-in: b34eced180 user: jan.nijtmans tags: trunk
2013-11-15
16:13
Don't leak getaddrinfo() results check-in: a94b14f5b4 user: max tags: trunk
2013-11-14
10:25
merge trunk check-in: bfd0e7d5aa user: dkf tags: dkf-bytecode-8.6-main
2013-11-13
22:18
merge trunk check-in: 7a9fe7d77b user: jan.nijtmans tags: novem
2013-11-12
15:47
Grammar check... check-in: 709893c659 user: dkf tags: trunk
15:43
[528717] Slight rewording to clarify what the evaluation steps are. check-in: c0264cc2d3 user: dkf tags: trunk
13:12
socket-14.6 only makes sense where both, IPv4 and IPv6 are supported. check-in: f644fb5a9f user: max tags: trunk
11:45
Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a pending [socket -async]. check-in: 80ca9fe746 user: max tags: trunk
2013-11-08
15:06
rebase TIP #414 implementation check-in: 43d9b69489 user: jan.nijtmans tags: initsubsystems
14:57
rebase TIP 425 implementation check-in: 4743eeb5a6 user: jan.nijtmans tags: win-console-panic
14:38
Merge trunk (order of man.macros inclusion). Simplify TCLAPI definition: Since there are extern "C" ... check-in: 8d35d71882 user: jan.nijtmans tags: novem
2013-11-05
12:39
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. check-in: 92ff51d4b5 user: jan.nijtmans tags: trunk
2013-11-04
10:26
merge trunk check-in: deea906ab7 user: jan.nijtmans tags: novem
10:13
Put extern "C" guards around all stub table struct definitions, so it is usable for C++ compilers as... check-in: af0f607ada user: jan.nijtmans tags: trunk
2013-10-31
11:44
Windows dll's should be executable. check-in: e81e8058f8 user: jan.nijtmans tags: trunk
2013-10-29
20:08
merge trunk check-in: e73a6a8458 user: dkf tags: dkf-bytecode-8.6-main
20:07
Now do [string toupper], [string tolower] and [string totitle]. Only handles the no-indices case; th... check-in: 993ffd1993 user: dkf tags: dkf-bytecode-8.6-main
13:25
merge trunk check-in: e494959ae2 user: jan.nijtmans tags: novem
08:17
Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec on HP-UX check-in: 6ba84ab753 user: jan.nijtmans tags: trunk
2013-10-28
10:57
Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-pres... check-in: ee8c73bbd4 user: jan.nijtmans tags: trunk
09:23
[01b77111e5]: Small fixes relating to this bug. In particular, the package name mapping was not bein... check-in: bfb7a5375f user: dkf tags: trunk
2013-10-27
12:55
merge trunk check-in: 48fc2421d2 user: jan.nijtmans tags: novem
11:20
This sucks less. Still too slow. check-in: c48189ab92 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main
11:09
Bytecoded [join]; works, but performance sucks. check-in: 762822ef8e user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main
08:32
merge trunk check-in: 68b0fc16b1 user: dkf tags: dkf-bytecode-8.6-main
08:28
[53a917d6c9]: Correction to macro for determining how to deprecate things. Thanks to Raphael Kubo da... check-in: 28b5fd6723 user: dkf tags: trunk
2013-10-26
09:41
Take advantage of new concatenation opcode. check-in: cae643cc09 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
08:27
merge check-in: fb05981397 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
08:25
General [concat] compilation. check-in: 280e05bb11 user: dkf tags: dkf-bytecode-8.6-main
07:50
Change name of instruction to make way for future changes. check-in: 5c6f835158 user: dkf tags: dkf-bytecode-8.6-main
2013-10-25
13:08
Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8 check-in: 9294544d51 user: jan.nijtmans tags: trunk
2013-10-24
07:21
First step in compiling [concat]: the trivial cases. check-in: f703b807c4 user: dkf tags: dkf-bytecode-8.6-main
2013-10-23
15:34
Report pc value when VERIFY fails. Closed-Leaf check-in: 0bcb0be962 user: dgp tags: dgp-stack-depth-tester
15:34
merge trunk check-in: 82ea7da5a4 user: dgp tags: dkf/asm-crash-20131022
15:32
silence compiler warning check-in: 7a099f617d user: dgp tags: trunk
14:58
Avoid stack verificaton steps in macros when called by assembler. It uses them differently. Also s... check-in: 013678a14e user: dgp tags: dgp-stack-depth-tester
08:34
merge fix check-in: 68928bc3ed user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
08:33
Stack depth calculation correction. check-in: 88fafcb106 user: dkf tags: dkf-bytecode-8.6-main
08:18
Possible compilation of [eval]. check-in: 7ccc8e0189 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main
2013-10-22
20:11
Merge assemble revert. check-in: dccf6099ce user: dgp tags: dgp-stack-depth-tester
18:58
[3556215]: Made scan match [format] better in what it accepts as a format string, by allowing uppe... check-in: 815e766d3e user: dkf tags: trunk
17:37
merge trunk check-in: 604c3c8c38 user: dgp tags: dgp-stack-depth-tester
17:36
merge fixes from trunk check-in: 11b31eb3dd user: dkf tags: dkf-bytecode-8.6-main
17:34
Fix for assemble.test; problem was a total assumption failure caused by way that the assembler works... check-in: 24a4e407ea user: dkf tags: dkf/asm-crash-20131022
14:29
Fix problems in for.test check-in: da8d84083c user: dkf tags: trunk
09:18
corrected trace printing check-in: 86f4eacb97 user: dkf tags: dkf-bytecode-8.6-main
2013-10-21
14:35
silence compiler warnings check-in: 14351c91dd user: dgp tags: trunk
2013-10-20
18:44
merge trunk check-in: cddba18029 user: dkf tags: dkf-bytecode-8.6-main
18:15
[2835313] Ensure correct stack balance when break and continue exceptions are about: the hard cases ... check-in: 582877d8ab user: dkf tags: trunk
18:11
And the last bits that need fixing; the code is still less efficient than desired but should now not... Closed-Leaf check-in: bd1fb54305 user: dkf tags: dkf-loop-exception-range-work