hobbs added stwo to the Extended Tcl (TclX) project.
2012-05-16 14:45:25 PDT in Extended Tcl (TclX)
I'm not even sure what I was thinking here anymore. I would say that it shouldn't recognize '-' at all, because it's really just about representing an uplevel level, and we have relative (1, 2, 3) and absolute #. Oh wait, that's for passing to the idebug commands only. e.g. '-1 v' might give us the vars in the previous scope. In fact, it looks like that bit of level magic code never worked.
2012-03-06 19:17:01 PST in TkCon: Enhanced T...
Can you describe the context here a bit more? I'm not sure if this is a tkcon error, or more of a Tk limitation.
2012-03-06 19:04:54 PST in TkCon: Enhanced T...
Fixed in cvs rev 1.113.
2012-03-06 19:02:47 PST in TkCon: Enhanced T...
hobbs committed patchset 141 of module tkcon to the TkCon: Enhanced Tk Console CVS repository, changing 2 files.
2012-03-06 19:02:21 PST in TkCon: Enhanced T...
The issue is that there were tests to the contrary for append. The effect of traces is that I suspect a strong risk of existing code compatibility by changing 'append', whereas the lappend change obviously was noticed, but the direction it shifted (to lose the bytecode read trace) was considered the less offensive direction.
2012-01-25 18:17:07 PST in Tcl
Did you test on both BE and LE machines?.
2012-01-14 10:30:06 PST in Tcl
I believe you are only having an issue with your mingw installation, as I've not seen that error myself. It's pretty clear that if you don't have DWORD_PTR defined, then your mingw is not 64-bit ready. Please make sure you have the latest working mingw.
2012-01-04 07:14:08 PST in Tcl
Pushing to Haertel - latest calendar binding changes have issues.
2011-12-12 08:38:08 PST in tcllib
hobbs added zoro2 to the TclVfs project.
2011-11-30 20:38:11 PST in TclVfs