Tcl Source Code

Timeline
Login

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

112 check-ins using file changes version a16a1a78cd

2012-11-05
16:57
Disable bytecompile of [tailcall] until it gets some repair. As is, it hopelessly bogs down debug-e... check-in: 681260c3fd user: dgp tags: trunk
15:33
merge main dev branch check-in: bd2cb80131 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
15:28
merge main dev branch check-in: 3b9b1bfb43 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
15:17
merge trunk check-in: 1fc3f2cbaf user: dkf tags: dkf-bytecode-8.6-main
14:55
Added bytecode compilation of many Tcl commands, merged from development branch. check-in: 8e20d1a93f user: dkf tags: trunk
14:42
TIP #413 check-in: 1763fa9dc9 user: jan.nijtmans tags: trunk, potential incompatibility
14:34
Added compilation of [array exists], [array set] and [array unset]. Fixed a whole bunch of issues wi... check-in: 7c61073736 user: dkf tags: merge-to-trunk, dkf-bytecode-8.6-main
2012-11-04
16:57
fix Tcl_FSFileAttrStrings doc check-in: 78a8bf7285 user: jan.nijtmans tags: trunk
2012-11-03
20:21
Added compilation of [string last] and improved the compilation of [string range]. This in turn enab... check-in: 75cbbc5cf0 user: dkf tags: dkf-bytecode-8.6-main
12:48
Added compilation of [info object isa object] (i.e., object verification). check-in: 4d5db00353 user: dkf tags: dkf-bytecode-8.6-main
2012-11-02
20:39
reorder to preserve main BC development branch sequence better check-in: ef6191e5a7 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
20:25
merge dkf-compile-misc-info check-in: f0a7031a74 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
18:13
Added more TclOO introspection bytecodes ([info object class], [info object namespace]). Also moved ... check-in: 294a3d3bb9 user: dkf tags: dkf-bytecode-8.6-main
16:50
Work on compilation of [string is]. Hit some problem edge cases with differences in strictness of ed... check-in: dd27dc1543 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2012-11-01
20:40
Working towards a BCCed [next]. This version almost works, except for a problem with restorin... check-in: 6344562868 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
18:06
Added compilation of [tailcall]. Not a particularly efficient compilation though; it does not detect... check-in: 2968fdc5d5 user: dkf tags: dkf-bytecode-8.6-main
16:47
Added compilation of [dict create] and [dict merge]. check-in: b8eaa3a98a user: dkf tags: dkf-bytecode-8.6-main
2012-10-31
13:09
Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 check-in: 2afb21274b user: jan.nijtmans tags: trunk
2012-10-30
22:16
Added [dict exists] compilation; implementation is 95% shared with [dict get]. check-in: 6859d16fe4 user: dkf tags: dkf-bytecode-8.6-main
20:59
Some corrections and performance tweaks check-in: b6871e5b80 user: dkf tags: dkf-bytecode-8.6-main
18:20
Compilation of [string first] and [string range] (with constant indices). check-in: e756e9bdac user: dkf tags: dkf-bytecode-8.6-main
12:39
Added compilation of [regsub] (in the simplest, most restricted case). check-in: d2d9a5c8de user: dkf tags: dkf-bytecode-8.6-main
2012-10-29
21:35
Added compilation of simplest practical case of [string map]. check-in: b1a427318b user: dkf tags: dkf-bytecode-8.6-main
17:16
Minor: correct a comment check-in: e10490c739 user: dkf tags: dkf-bytecode-8.6-main
17:15
Compiler for some of the simpler cases of [format]. check-in: 07728408e3 user: dkf tags: dkf-bytecode-8.6-main
12:03
merge trunk check-in: 4b0388c65f user: dkf tags: dkf-bytecode-8.6-main
12:03
Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help. check-in: dfc7ee7e95 user: dkf tags: dkf-bytecode-8.6-main
11:02
Compilation of [info commands] in the case of a fully-qualified literal name. check-in: 71f464d707 user: dkf tags: dkf-bytecode-8.6-main
2012-10-28
18:58
fix INST_YIELD so that it works Closed-Leaf check-in: ce774f1a5a user: mig tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main
16:01
Added [self namespace] to bytecoded command set. check-in: 6f1282e0b7 user: dkf tags: dkf-bytecode-8.6-main
2012-10-26
13:13
Working towards a BCCed [yield]; this doesn't work right now. check-in: af49d8d62b user: dkf tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main
07:32
Compile [namespace which -command]; big performance saving in some contexts. check-in: a8d554940e user: dkf tags: dkf-bytecode-8.6-main
2012-10-25
09:56
Added compilation of [namespace code] (except for gnarly edge cases). check-in: a761d4846d user: dkf tags: dkf-bytecode-8.6-main
2012-10-24
21:22
syntax improvement: expect options before the filename

start at documentation

check-in: 7bc615df40 user: jan.nijtmans tags: frq-3579001
13:08
experimental implementation of FRQ-3579001 check-in: 0895bccd51 user: jan.nijtmans tags: frq-3579001
11:28
make tclTest.c compilable against version 2 filesystems check-in: 69687a01db user: jan.nijtmans tags: trunk
09:52
merge trunk check-in: a141b7be02 user: dkf tags: dkf-bytecode-8.6-main
09:50
Added compilation of [dict unset]; the bytecode needed already existed anyway. check-in: 673065682d user: dkf tags: trunk
08:19
minor correction to index line check-in: aedd95e0ee user: dkf tags: trunk
2012-10-23
22:07
unbreak Mac OSX build check-in: 38faf636a9 user: jan.nijtmans tags: trunk
21:52
merge trunk Closed-Leaf check-in: e01dd5837a user: jan.nijtmans tags: tip-318-update
21:50
Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are availab... check-in: 4d417791c9 user: jan.nijtmans tags: trunk
2012-10-19
14:17
yet another small introspector: [self] check-in: 7d0c06ec95 user: dkf tags: dkf-bytecode-8.6-main
08:48
merge trunk check-in: 73270ca4da user: dkf tags: dkf-bytecode-8.6-main
2012-10-18
17:38
* generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels are properly set, fix bug discove... check-in: ad2663e692 user: mig tags: trunk
2012-10-17
13:52
merge trunk check-in: 818f3a1c03 user: dkf tags: dkf-bytecode-8.6-main
2012-10-16
14:25
Remove two characters, zero width non-joiner (U+200c) and zero width joiner (U+200d), which were fin... check-in: d02f58c491 user: jan.nijtmans tags: tip-318-update
13:58
doc fix check-in: 594e7e2747 user: jan.nijtmans tags: tip-318-update
13:44
merge trunk check-in: ea6ac35e9b user: dkf tags: dkf-http-cookies
13:44
merge trunk check-in: 4d4bfd540c user: dkf tags: tip-318-update
13:14
Implementation of TIP #405. check-in: 24849c713c user: dkf tags: trunk
13:06
merge trunk Closed-Leaf check-in: 1196fa3726 user: dkf tags: tip-405-impl-td
13:04
Implementation of TIP #400. check-in: b6e98440db user: dkf tags: trunk
12:50
merge trunk Closed-Leaf check-in: 006482c0ff user: dkf tags: tip-400-impl
2012-10-14
19:02
Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's source code. check-in: 6d7a7b3eb9 user: jan.nijtmans tags: trunk
2012-10-13
20:29
Bug 3576509: tcl::Bgerror crashes with invalid arguments check-in: 70a5908228 user: jan.nijtmans tags: trunk
2012-10-12
13:18
separating out the IDNA handling code check-in: 62de51204b user: dkf tags: dkf-http-cookies
2012-10-10
14:49
reorganize the code so that the IDNA procs live with the punycode procs; correct some misleading (an... check-in: 90c381007e user: dkf tags: dkf-http-cookies
2012-10-09
01:55
and remove the two characters from string trim as well check-in: 999841323f user: jan.nijtmans tags: tip-318-update
01:48
merge trunk

Dont include U+0082 and U+0083 in the Tcl space set

check-in: 227a4f0b70 user: jan.nijtmans tags: tip-318-update
2012-10-06
06:13
[Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. check-in: ffd92c638b user: jan.nijtmans tags: trunk
2012-10-05
16:37
3574819 Increase test robustness by creating files in fresh directory to reduce trouble with any exi... check-in: 03878f7b0c user: dgp tags: trunk
14:54
...and all the compilation and tests now work/pass check-in: d075bd7bcd user: dkf tags: tip-405-impl-td
13:05
compilation code adjusted check-in: 726ad3d776 user: dkf tags: tip-405-impl-td
08:55
adjusted non-compiled implementation of [dict map] to match TIP check-in: 609bef1013 user: dkf tags: tip-405-impl-td
08:17
tuning up the documentation check-in: 2e8391a42d user: dkf tags: tip-405-impl-td
07:56
merge trunk check-in: 299bf364c3 user: dkf tags: tip-405-impl-td
2012-10-04
10:31
merge trunk check-in: ba7cb4e081 user: dkf tags: dkf-http-cookies
08:25
merge trunk check-in: 81346a2dc2 user: dkf tags: tip-400-impl
08:24
clean up some of the code to remove warnings and uselessly-settable things check-in: 27db6ec7f9 user: dkf tags: tip-400-impl
2012-10-03
15:39
When checking for std channels being closed, compare the channel state, not the channel itself so th... check-in: 986eb391ad user: dgp tags: trunk
09:38
documented new C API; corrected type signature of no-zlib fallback function check-in: dac22bcb59 user: dkf tags: tip-400-impl
08:11
merge trunk check-in: 46dc221942 user: dkf tags: tip-400-impl
2012-10-02
16:08
Fix for core bug yet to be named/numbered. Closed-Leaf check-in: ba0663c73f user: dgp tags: dgp-stackedstdchan
2012-09-26
21:02
Workaround for [socket -server foo -myaddr localhost 0] failure on OSX. check-in: 3989ecbba9 user: max tags: trunk
12:32
update documentation check-in: 2e479f5fee user: jan.nijtmans tags: tip-318-update
12:00
Merge trunk check-in: b2aae08f2d user: jan.nijtmans tags: tip-389-impl
2012-09-23
20:29
eliminate unnecessary TEXT() macros check-in: c155794425 user: jan.nijtmans tags: trunk
16:48
tip 318 update check-in: f09c1bc377 user: jan.nijtmans tags: tip-318-update
2012-09-21
09:27
new Tcl_UniCharIsWhitespace function Closed-Leaf check-in: 7a11f2ec28 user: jan.nijtmans tags: tip-318-update
2012-09-20
22:24
merge trunk

add some more related space characters

check-in: 7d7bea41b7 user: jan.nijtmans tags: tip-318-update
21:43
New import libraries for zlib 1.2.7, usable for all win32/win64 compilers check-in: 5b46cb3197 user: jan.nijtmans tags: trunk
21:18
[Frq 3527238]: Full unicode support for dde. Dde version is now 1.4.0b2. check-in: 9cf41d70ab user: jan.nijtmans tags: trunk, potential incompatibility
2012-09-19
22:57
merge trunk check-in: 598b8f1670 user: dkf tags: dkf-http-cookies
14:50
merge trunk

change dde version to 1.4.0b2

Closed-Leaf check-in: 82e045469a user: jan.nijtmans tags: frq-3527238
12:33
Let "nmakehlp -V" start searching digits after the found match (suggested by Harald Oehlmann) check-in: 8be494c5ee user: jan.nijtmans tags: trunk
09:50
Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP 330 and 336). check-in: d35c303e78 user: jan.nijtmans tags: trunk
2012-09-18
20:44
merge release branch check-in: 29624cf67f user: dgp tags: trunk
10:15
Fix the bugs in the punycode decoder check-in: bb4d24d885 user: dkf tags: dkf-http-cookies
07:21
add next line (U+0085), zero width space (U+200b) and zero width no-break space (U+feff) to the defa... check-in: e2bad6f20a user: jan.nijtmans tags: tip-318-update
2012-09-17
14:44
adapt to 8.6 environment properly; still some bugs... check-in: fa6e3d18fd user: dkf tags: dkf-http-cookies
12:56
Tag Tcl 8.6b3 for release. Closed-Leaf check-in: 4b47cb33d0 user: dgp tags: core-8-6-b3, core-8-6-b3-rc
12:26
merge trunk check-in: 328958e0e1 user: dgp tags: core-8-6-b3-rc
10:50
eliminate compiler warning in previous commit check-in: 81b322475b user: jan.nijtmans tags: trunk
2012-09-16
15:51
Nicer style test. check-in: 5a15cd0ee2 user: stwo tags: trunk
2012-09-14
18:20
Mistaken cleanup command. check-in: d614733809 user: dgp tags: trunk
18:15
Missing test cleanup. check-in: ac320d5dc6 user: dgp tags: trunk
14:59
3555001 Safer stale config fix. check-in: 405473ca60 user: dgp tags: core-8-6-b3-rc
07:44
merge trunk check-in: 1b812be6a3 user: dkf tags: dkf-http-cookies
2012-09-13
16:19
Safer stale config fix for review. Closed-Leaf check-in: 4a50977539 user: dgp tags: bug-3555001
15:55
merge trunk check-in: f6bdb60091 user: dgp tags: core-8-6-b3-rc
15:54
autoconf-2.59 check-in: 47f0dca723 user: dgp tags: trunk
15:34
First draft of tcl/pkgs/README bundling instructions. check-in: 172f8899ef user: dgp tags: core-8-6-b3-rc
14:17
Revert committed debugging configuration. check-in: 4594e269cc user: dgp tags: core-8-6-b3-rc
14:08
merge trunk check-in: e5ba23a0a1 user: dgp tags: core-8-6-b3-rc
13:09
Fix msgcat-0.7 when running tests outside of the build tree (part of Bug #3549770) check-in: 973091ef75 user: jan.nijtmans tags: trunk
12:37
merge trunk check-in: b052731c8b user: dgp tags: core-8-6-b3-rc
12:34
3566106 Solaris9/x86 support. Thanks Dagobert and others. check-in: a017a9202a user: dgp tags: trunk
11:32
Update TIP #318 implementation to conform to the Unicode 6.2 space characters

To be discussed on ...

check-in: 31ec38cd41 user: jan.nijtmans tags: tip-318-update
09:02
3549770 fix filesystem-7.1.x tests: loaddll constraint setup and path for filesystem-7.1.1 check-in: d3bb61ba3c user: twylite tags: trunk
2012-09-12
19:15
merge trunk check-in: 2a7a5a7b0e user: dgp tags: core-8-6-b3-rc
19:11
finish the TIP 404 implementation. check-in: 0d4581c31d user: dgp tags: trunk