Tcl Source Code

Timeline
Login

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

50 check-ins occurring around a939eb0d1c1c995b.

2012-05-21
11:31
TIP #106: Add Encoding Abilities to the [dde] Command check-in: caff0b1e87 user: jan.nijtmans tags: trunk
2012-05-20
20:46
Add test showing both loss of bytes and empty-fileevent frenzy. check-in: 1897b2023d user: ferrieux tags: bug-3525907
07:58
* generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut the amount of hackiness in cl...
check-in: 5855f07bc4 user: dkf tags: trunk
2012-05-18
00:01
typofix check-in: 79f43c880f user: dkf tags: tip-400-impl
2012-05-17
21:47
Brought bugfix branch uptodate with head development. check-in: c003b262df user: andreask tags: bug-3525907
21:45
Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of timed events, and added co... check-in: 5ffc93920d user: andreask tags: bug-3525907
17:26
merge trunk check-in: 22b8f68842 user: dkf tags: tip-400-impl
17:20
Cancel the timeout timers! If this isn't done, lingering timers from early tests can trigger false... check-in: ba6087ec84 user: dgp tags: trunk
16:43
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected resulting indexes from -indexvar...
check-in: 0fb04d2cdf user: dkf tags: trunk, potential incompatibility
16:40
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected resulting indexes from -indexvar...
check-in: 384267c223 user: dkf tags: core-8-5-branch, potential incompatibility
15:01
[Bug 3527618]: Stabilize tests that use [info frame 0] check-in: 7b16456f75 user: dkf tags: trunk
14:44
[Bug 2964715]: fixes to globbing in safe interpreters check-in: fe7ec23cbd user: dkf tags: trunk
14:14
[Bug 2964715]: fixes to globbing in safe interpreters check-in: f94f9185d7 user: dkf tags: core-8-5-branch
10:27
minor: ChangeLog formatting fixes check-in: ea85222359 user: dkf tags: trunk
2012-05-16
23:23
[Bug 3525462]: Document what relational operators really do with string args. check-in: b16c8afdda user: dkf tags: trunk
23:19
[Bug 3525462]: Document what relational operators really do with string args. check-in: 1fcb9d63fa user: dkf tags: core-8-5-branch
23:16
[Bug 3525462]: Document what relational operators really do with string args. check-in: 0fa648d69e user: dkf tags: core-8-4-branch
14:11
[Bug 3445787]: Improve the compatibility of safe interpreters' version of 'file' with that of unsafe... check-in: 35240baf0f user: dkf tags: trunk
09:29
FRQ 3527238: first experiment implementing CF_UNICODETEXT for dde check-in: ba88b2a19d user: jan.nijtmans tags: frq-3527238
2012-05-15
05:18
revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleReso... check-in: 0b3f9702e0 user: jan.nijtmans tags: trunk
04:54
Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleReso... check-in: 4fa183b80c user: jan.nijtmans tags: core-8-5-branch
2012-05-14
22:26
revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleR... check-in: c107c4a344 user: jan.nijtmans tags: core-8-4-branch
2012-05-13
14:53
Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: 7e5a842ffb user: jan.nijtmans tags: trunk
14:50
Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: d18e27ccd9 user: jan.nijtmans tags: core-8-5-branch
14:46
Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: a939eb0d1c user: jan.nijtmans tags: core-8-4-branch
11:04
merge trunk check-in: b939500e30 user: dkf tags: tip-400-impl
2012-05-11
12:50
fix handling of closing '\0' for -binary data update dde version to 1.4.0 Closed-Leaf check-in: 5199131175 user: jan.nijtmans tags: tip-106-impl
2012-05-10
22:01
merge trunk check-in: 965fe4924b user: jan.nijtmans tags: tip-106-impl
21:57
first shot at internationalization of dde check-in: d36a06647e user: jan.nijtmans tags: trunk
21:48
[Bug 473946]: special characters not correctly sent check-in: 1aee402b1b user: jan.nijtmans tags: trunk
21:43
[Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ./configure, to avoid s... check-in: de38d43a1e user: ferrieux tags: trunk
20:44
[Bug 473946]: special characters not correctly sent check-in: 8a869dadb3 user: jan.nijtmans tags: core-8-5-branch
20:38
[Bug 473946]: special characters not correctly sen check-in: 98d6eb2b34 user: jan.nijtmans tags: core-8-4-branch
09:22
updated C API to be more focused on supporting just some operations check-in: edb281b2f7 user: dkf tags: tip-400-impl
2012-05-09
22:28
Undone part of change [32d93a8414], keeping [chan postevent] synchronous for owner == handler. check-in: 360eb75e01 user: andreask tags: trunk
19:18
Increase version to 1.2.5 Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl... Closed-Leaf check-in: 7bb9d6699f user: jan.nijtmans tags: bug-473946
19:09
* generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the test case. Modified [chan post... check-in: 32d93a8414 user: andreask tags: trunk
19:03
* tests/ioCmd.test [Bug 3522560]: Added a test which crashes the core if it were not disabled as ... check-in: 92b2807753 user: andreask tags: trunk
08:47
[Bug 473946]: special characters not correctly sent check-in: 18027385fd user: jan.nijtmans tags: bug-473946
2012-05-08
15:23
merge trunk check-in: abf7628aac user: dgp tags: dgp-refactor
09:26
another bug: [dde eval -async -binary] didn't work check-in: 1a74749c0d user: jan.nijtmans tags: tip-106-impl
09:07
fix test-cases winDde 5.1 and 5.3 check-in: e200c4594c user: jan.nijtmans tags: tip-106-impl
2012-05-07
18:40
merge trunk check-in: 3653a449db user: dgp tags: dgp-pkg-migration
16:36
Properly close nonblocking channels even when not flushing them. check-in: a219ffee40 user: ferrieux tags: trunk
09:29
merge trunk check-in: ac9bcc3eb6 user: dkf tags: tip-400-impl
08:27
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pla... check-in: 93f80efb6e user: jan.nijtmans tags: trunk
08:21
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pla... check-in: d87557d5c3 user: jan.nijtmans tags: core-8-5-branch
07:50
proposal from jmphilippe check-in: 6036f72024 user: jan.nijtmans tags: bug-473946
06:33
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pl... check-in: 1a117d1880 user: jan.nijtmans tags: core-8-4-branch
2012-05-06
17:33
merge trunk check-in: 4126f879b2 user: dkf tags: tip-106-impl