Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
37 check-ins using file generic/tclExecute.c version 10faaf2baa
|
2015-06-30
| ||
| 14:32 | "mcpackagelocale present" is more elegant check-in: 03d030c1c2 user: oehhar tags: trunk | |
|
2015-06-29
| ||
| 21:44 | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) check-in: 392ff6199d user: oehhar tags: trunk | |
| 21:26 | Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfig Closed-Leaf check-in: 4c6197ca80 user: oehhar tags: msgcat_dyn_locale, tip-412 | |
| 12:08 | merge tests Leaf check-in: a6e2e5b9f5 user: aspect tags: aspect-lreplace-cleanup | |
| 12:08 | lreplace test battery check-in: 0586ceac09 user: aspect tags: aspect-lreplace-cleanup | |
| 12:06 | test cases for 0f2c6bc9a Leaf check-in: 107f4f9bdc user: aspect tags: aspect-lreplace-tests-1 | |
| 11:44 | test cases for b820489dec Leaf check-in: 355706aa97 user: aspect tags: aspect-lreplace-tests | |
| 11:22 | allow lreplace to append check-in: 0f2c6bc9a8 user: aspect tags: aspect-lreplace-cleanup | |
| 11:12 | fix inverted empty list test in replaceRange case check-in: b820489dec user: aspect tags: aspect-lreplace-cleanup | |
| 11:08 | tidy up lreplace bytecode generation; fall back to interpreted for more cases check-in: 0c4a83c31e user: aspect tags: aspect-lreplace-cleanup | |
|
2015-06-28
| ||
| 01:55 | Merge tzdata2015e from ietf.org check-in: 1615793e80 user: venkat tags: trunk | |
|
2015-06-26
| ||
| 15:16 | Tests for mcexists and mcloadedlocales check-in: 9806884e41 user: oehhar tags: msgcat_dyn_locale | |
| 13:41 | Manpage, callback fail calls bgerror, clean catalog on packagelocale unset check-in: 4b0540150e user: oehhar tags: msgcat_dyn_locale | |
|
2015-06-25
| ||
| 08:05 | revert unintended change of .settings/org.eclipse.core.resources.prefs in previous commit check-in: 65f10f89cc user: jan.nijtmans tags: trunk | |
| 08:02 | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specif... check-in: 63b06948ef user: jan.nijtmans tags: trunk | |
|
2015-06-24
| ||
| 14:28 | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of int for more internal ... check-in: d5dd89b5a0 user: jan.nijtmans tags: trunk | |
| 13:56 | Silence compiler warning. check-in: 127a366b73 user: dgp tags: trunk | |
|
2015-06-23
| ||
| 21:47 | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout, so make sure only win3... check-in: b4820171ca user: jan.nijtmans tags: trunk | |
| 20:32 | Member field which should not have been const, because it is dynamically allocated. Some end-of-line... check-in: e6a8b4df5b user: jan.nijtmans tags: trunk | |
| 13:04 | If the file system changes when "cwd" changes, force a filesystem refresh on path objects. Needed fo... check-in: 48beab9ffd user: jan.nijtmans tags: trunk | |
|
2015-06-22
| ||
| 12:40 | Merge trunk check-in: a8834249fb user: oehhar tags: msgcat_dyn_locale | |
|
2015-06-21
| ||
| 22:29 | Branch for androwish, as help to keep track on which android-specific changes could be included into... check-in: fe175c2a4e user: jan.nijtmans tags: androwish | |
|
2015-06-20
| ||
| 20:44 | Make sure that an input lying precisely 1/2 ULP between two floating point values is rounded to even... check-in: 4a7785cdf1 user: kbk tags: trunk | |
|
2015-06-19
| ||
| 15:35 | Remove lines of code made obsolete by earlier changes. check-in: 83de1a781f user: dgp tags: trunk | |
|
2015-06-18
| ||
| 17:33 | [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests. check-in: 210979790b user: dgp tags: trunk | |
| 12:54 | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0 check-in: fa3f257039 user: jan.nijtmans tags: trunk | |
|
2015-06-17
| ||
| 20:32 | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. check-in: bc5d1d75a1 user: mistachkin tags: bug-57945b574a-without-stub | |
|
2015-06-16
| ||
| 15:24 | Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFinalize(). This does not... check-in: c2af0457ba user: jan.nijtmans tags: bug-57945b574a-without-stub | |
| 08:41 | Fix [e770d92d76]: Add support for higher baud rates in Tcl check-in: 186588751d user: jan.nijtmans tags: trunk | |
|
2015-06-11
| ||
| 02:47 | Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ticket [478c446889]. check-in: 513c7ae3fc user: mistachkin tags: trunk | |
|
2015-06-08
| ||
| 20:56 | The unit for usleep() is microseconds, not milliseconds. check-in: 68decd512b user: mistachkin tags: bug-57945b574a | |
| 17:19 | Stop documentation lie about command rename traces and comment lie about what's done with them in Tc... check-in: 0f3b6ef172 user: dgp tags: trunk | |
|
2015-06-05
| ||
| 19:59 | Merge thread test typo fixes from trunk. check-in: dfd36a52c7 user: mistachkin tags: bug-57945b574a | |
| 19:58 | Fix typo in three thread tests. check-in: afbc4d55a7 user: mistachkin tags: trunk | |
| 19:56 | Add stress test. check-in: 20b8b27291 user: mistachkin tags: bug-57945b574a | |
|
2015-06-04
| ||
| 20:49 | Merge updates from trunk. check-in: e7851134ad user: mistachkin tags: bug-57945b574a | |
|
2015-06-03
| ||
| 19:08 | [268b23df11] Revised patch to create phony source string when the original script does not actually ... check-in: a4746159a2 user: dgp tags: trunk | |