Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "mig-no280"
|
2013-05-07
| ||
| 18:08 | merge trunk Closed-Leaf check-in: 53d0e4fb5c user: mig tags: mig-no280 | |
| 11:38 | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. On Cygwin64 this doesn't work,... check-in: 76f6a1495e user: jan.nijtmans tags: trunk | |
|
2013-03-20
| ||
| 14:10 | merge trunk check-in: 5a5d0ec834 user: mig tags: mig-no280 | |
| 13:41 | Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: d2de88281c user: jan.nijtmans tags: trunk | |
|
2013-03-05
| ||
| 23:44 | merge trunk check-in: 9b6195c25c user: mig tags: mig-no280 | |
| 22:13 | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. check-in: b98f550ddf user: dgp tags: trunk | |
|
2013-02-28
| ||
| 13:03 | merge trunk check-in: b357321c05 user: mig tags: mig-no280 | |
| 08:29 | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. check-in: 03b46ac836 user: jan.nijtmans tags: trunk | |
|
2013-02-24
| ||
| 12:17 | merge trunk check-in: 8738bbd988 user: mig tags: mig-no280 | |
|
2013-02-23
| ||
| 20:00 | Bug [3599194]: compat/fake-rfc2553.c is broken check-in: 3f470535de user: jan.nijtmans tags: trunk | |
|
2013-02-22
| ||
| 13:40 | revert unnecessary invalidate string rep check-in: 91133d74f9 user: mig tags: mig-no280 | |
| 13:25 | merge trunk check-in: db7dc35588 user: mig tags: mig-no280 | |
| 13:24 | clear the string rep of bcSrcPtr if it was generated by a trace check-in: 977246ec27 user: mig tags: mig-no280 | |
|
2013-02-21
| ||
| 03:24 | 3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: a2b4b773d4 user: dgp tags: trunk | |
|
2013-02-15
| ||
| 14:41 | merge trunk check-in: 7978262fd5 user: mig tags: mig-no280 | |
| 13:01 | Eliminate last use of Tcl_SetResult (except the use in the Test suite) Fix depreciation message in t... check-in: 5624da85e3 user: jan.nijtmans tags: trunk | |
|
2013-02-10
| ||
| 17:33 | merge trunk check-in: 635340f79c user: mig tags: mig-no280 | |
| 13:26 | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> check-in: 4ef9e63656 user: jan.nijtmans tags: trunk | |
|
2013-02-08
| ||
| 11:48 | merge trunk check-in: 9af350fd79 user: mig tags: mig-no280 | |
| 09:23 | [3603804]: Improve example to actually be capable of throwing the trapped errors check-in: 2ac1c24629 user: dkf tags: trunk | |
|
2013-02-01
| ||
| 09:46 | merge trunk check-in: 1d3d013041 user: mig tags: mig-no280 | |
| 09:32 | back out 418e8da - removal of one trampoline bounce check-in: a984ce0d62 user: mig tags: mig-no280 | |
|
2013-01-31
| ||
| 21:41 | restore memdebug, accidentally broken check-in: cf31c15308 user: mig tags: mig-no280 | |
| 13:50 | Bug [3598282]: Stop using installData.tcl to install the timezone files. check-in: 70995bd619 user: stwo tags: trunk | |
|
2013-01-30
| ||
| 20:11 | merge trunk check-in: 49cb04bef0 user: mig tags: mig-no280 | |
| 19:27 | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting the version to avoid issues w... check-in: cc69dcd0b5 user: andreask tags: trunk | |
|
2013-01-29
| ||
| 09:26 | merge removal of one trampoline bounce in 'mig-retest' check-in: 418e8da991 user: mig tags: mig-no280 | |
| 09:24 | Remove one trampoline bounce in EvalObjv. Leaf check-in: 6201c0ec53 user: mig tags: mig-retest | |
|
2013-01-28
| ||
| 20:52 | merge trunk check-in: 9bba578a45 user: mig tags: mig-no280 | |
| 15:16 | Improve code generation for some ensemble subcommands in cases where full compilation is impossible ... check-in: c8a255c3f3 user: dkf tags: trunk | |
|
2013-01-25
| ||
| 18:48 | merge trunk check-in: 11c27b3886 user: mig tags: mig-no280 | |
| 18:47 | remove unused code check-in: a55a37a15b user: mig tags: trunk | |
| 13:18 | merge trunk check-in: 9a6483315f user: mig tags: mig-no280 | |
| 13:07 | Another memory leak, and one Tcl_Free -> ckfree check-in: 248353f6a6 user: jan.nijtmans tags: trunk | |
|
2013-01-23
| ||
| 13:57 | fix leak (not present in trunk) check-in: 8419c6aaa5 user: mig tags: mig-no280 | |
|
2013-01-21
| ||
| 18:27 | remove tip348: errorstack check-in: 68ed8e9957 user: mig tags: mig-no280 | |
| 18:20 | remove stray tip280 remains check-in: de246d2083 user: mig tags: mig-no280 | |
| 18:17 | merge trunk, keep no280 "pure" check-in: cd71689178 user: mig tags: mig-no280 | |
| 13:51 | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so extensions using this (like... check-in: 84256abd0c user: jan.nijtmans tags: trunk | |
|
2013-01-19
| ||
| 04:02 | isolate the compiler/engine subsystem - preparing to move them out of generic and permit plugging in... Closed-Leaf check-in: 563e43ef46 user: mig tags: mig-no280-mistake | |
|
2013-01-18
| ||
| 17:13 | merge no280, empty Leaf check-in: 20a97c9cf6 user: mig tags: mig-strip-brutal | |
| 17:11 | remove stray tip280 remains Closed-Leaf check-in: 0e374a646e user: mig tags: mig-no280 | |
|
2013-01-17
| ||
| 15:46 | merge check-in: 22a269a657 user: mig tags: mig-strip-brutal | |
| 15:35 | merge trunk check-in: 236305ce7d user: mig tags: mig-no280 | |
| 15:13 | COMPILE_DEBUG big: fix bug in stack verification for {*} check-in: 187e70fc60 user: mig tags: trunk | |
|
2013-01-15
| ||
| 23:08 | TEBC is almost gone, down to 44 insts mostly for math. No commands are compiled, all (including [set... check-in: da8004af56 user: mig tags: mig-strip-brutal | |
| 19:46 | merge trunk check-in: ece0938d6c user: mig tags: mig-no280 | |
| 19:37 | peephole INST_START_CMD before entering the big switch in tebc check-in: 832a1994c7 user: mig tags: trunk | |
|
2013-01-14
| ||
| 20:01 | fake merge: sync check-in: 1b1677cb97 user: mig tags: mig-strip-brutal | |
| 19:42 | merge trunk check-in: f0d9025358 user: mig tags: mig-no280 | |