Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
34 check-ins using file win/Makefile.in version f96f6b8950
|
2013-02-04
| ||
| 18:14 | undo mistaken bits Closed-Leaf check-in: 7aed734c2c user: dgp tags: mig-review | |
| 16:51 | Corrections to refcount housekeeping analysis. check-in: bbd77bec11 user: dgp tags: mig-review | |
|
2013-01-08
| ||
| 10:17 | [Bug 3092089]: [file normalize] can remove path components. [Bug 3587096] win vista/7: "can't find i... check-in: 55b5e89e13 user: jan.nijtmans tags: core-8-5-branch | |
| 08:44 | new attempt for better fix Closed-Leaf check-in: 4fad40532f user: jan.nijtmans tags: bug-3092089 | |
|
2013-01-07
| ||
| 11:16 | Extend the public stub table with dummy NULL entries, up to the size of the Tcl 8.6 stub tables. Th... check-in: 8f90660f49 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-05
| ||
| 00:33 | adjust stub library version number check-in: 84e3fcb1ea user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-03
| ||
| 14:00 | speling ficks check-in: 0087436727 user: dgp tags: core-8-5-branch | |
| 11:40 | suggested fix for Bug 3092089: [file normalize] can remove path component, and for Bug 3587096: sta... check-in: c74b286bfa user: jan.nijtmans tags: bug-3092089 | |
| 09:29 | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements too early check-in: 93213f3e6d user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-02
| ||
| 19:27 | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc to allow MEM_DEBUG to ... check-in: eac08e625f user: mig tags: core-8-5-branch | |
| 14:30 | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. Marked some string sub... check-in: 06271b0e07 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-29
| ||
| 09:16 | restore refcounts as they were before the Tcl_ListObjReplace call, in the error situation. In Tcl9, ... check-in: b7ca02496d user: jan.nijtmans tags: core-8-5-branch | |
| 00:06 | For Tcl9, do a real Tcl_DecrRefCount Closed-Leaf check-in: 450c192395 user: jan.nijtmans tags: bug-3598580 | |
|
2012-12-27
| ||
| 20:54 | restore old refcounts in TCL_ERROR case. check-in: d5147fc677 user: jan.nijtmans tags: bug-3598580 | |
| 14:57 | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early check-in: 6d560f6812 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-26
| ||
| 10:07 | proposed fix for Bug 3598300 check-in: dcbf22ad99 user: jan.nijtmans tags: bug-3598300 | |
| 09:55 | eliminate dependancy of compat/*.h on tcl.h check-in: 5e21e8284c user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-25
| ||
| 12:09 | proposed fix for Bug 3598300 Closed-Leaf check-in: 02a51cbb69 user: jan.nijtmans tags: bug-3598300 | |
|
2012-12-21
| ||
| 08:36 | Make pkgb.so loadable in Tcl 8.4 as well. Eliminate unnessarcy static HasStubSupport() and isDigit(... check-in: 4355f3d4c8 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-14
| ||
| 17:47 | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c check-in: bf3373269c user: dgp tags: mig-review | |
|
2012-12-13
| ||
| 16:16 | Restore clarity to macro test. check-in: 66b3be3b10 user: dgp tags: core-8-5-branch | |
| 15:59 | 3595576 Tests/fix for mem corruption: [catch] fails to store options in a var. check-in: 747bcd52c1 user: dgp tags: core-8-5-branch | |
| 12:09 | Changelog entry, and change macro variable to not conflict with possible outside variable names check-in: 398f13f7ab user: jan.nijtmans tags: core-8-5-branch | |
| 11:00 | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. check-in: 4658460021 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-12
| ||
| 16:25 | merge 8.5 Leaf check-in: 50ac3ee7c3 user: dgp tags: griffin-numlevels | |
|
2012-12-10
| ||
| 14:15 | Restore the initialization of tclStubsPtr from the "Tcl" package clientData so that we don't close o... check-in: 7c62a0d57c user: dgp tags: core-8-5-branch | |
|
2012-12-09
| ||
| 23:41 | Create new branch named "je-tty-cleanup" Closed-Leaf check-in: 2f4ee7f8a2 user: joe tags: je-tty-cleanup | |
|
2012-12-07
| ||
| 21:30 | only set tclStubsPtr when all version checks pass check-in: abc5f976ff user: jan.nijtmans tags: core-8-5-branch | |
| 18:07 | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). check-in: b9b41a3719 user: dgp tags: core-8-5-branch | |
| 12:37 | merge core-8-5-branch. eliminate more deprecated calls Closed-Leaf check-in: dd65aee247 user: jan.nijtmans tags: better-deprecation-85 | |
| 09:53 | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in... check-in: d3a1afc2a4 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-06
| ||
| 21:03 | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. check-in: a3ba72e837 user: dgp tags: core-8-5-branch | |
| 15:44 | merge trunk check-in: 307f1ec368 user: jan.nijtmans tags: better-deprecation-85 | |
|
2012-12-03
| ||
| 19:19 | Disable the legacy configuration setting from $::argv only when a setting call to [configure] is mad... check-in: d456675973 user: dgp tags: core-8-5-branch | |