Tcl Source Code

Changes On Branch dah-proc-arg-upvar
Login

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

Changes In Branch dah-proc-arg-upvar Excluding Merge-Ins

This is equivalent to a diff from 088e1f413e to af8005b8b2

2016-12-18
15:39
More comments, fix bug where numArgs should be argCt Leaf check-in: af8005b8b2 user: dah tags: dah-proc-arg-upvar
15:04
More tests, frame lookup tweak and attempt to take advantage of a branch prediction. check-in: e3c53025a8 user: dah tags: dah-proc-arg-upvar
2016-12-02
14:52
Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. (now without edit-error... check-in: eac13870dc user: jan.nijtmans tags: trunk
13:50
Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places.

Moved to feature bra... check-in: e3ba334a42 user: jan.nijtmans tags: jn-wide-printf

2016-12-01
22:07
[507d9b9651a3c903] Possible implementation of auto-upvar for procedures. check-in: 6e39d87cbc user: dkf tags: dah-proc-arg-upvar
20:13
Reports from NSF that command epoch bumping isn't properly timed. http://paste.tclers.tk/4030 Since ... check-in: d3f2f88f49 user: dgp tags: dgp-cmd-epoch
17:25
So long as we register only one, we can have multiple Tcl_ObjTypes with the same name. This smooths... check-in: 088e1f413e user: dgp tags: trunk
13:20
Created a new "proper bytearray" Tcl_ObjType so we can use bytearrays as bytearrays without all this... check-in: 3ef69dfebe user: dgp tags: trunk

Changes to generic/tclInt.h.

Changes to generic/tclProc.c.

Changes to tests/oo.test.

Changes to tests/proc.test.