Timeline
Not logged in

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

11 check-ins using file generic/tclCompile.h version d1e5f321b7

2013-02-22
19:17
merge trunk check-in: fe0d62b5d5 user: dgp tags: dgp-refactor
15:01
Convert the JumpList stack to storage in a BrodnikArray. check-in: f9fa79b99b user: dgp tags: dgp-refactor
2013-02-21
14:49
Revise [namespace export] to not call Tcl_Export(). This still isn't as nice as one would hope. Wha... check-in: 2cd5f5a56f user: dgp tags: dgp-refactor
13:04
merge trunk check-in: 04f150ae38 user: dgp tags: dgp-refactor
2013-02-20
15:04
merge trunk check-in: 1684a55b42 user: dgp tags: dgp-refactor
2013-02-19
19:08
Store the export pattern list of a Namespace in a Tcl list. Don't use a BrodnikArray. Tcl list is b... check-in: 6e3269c313 user: dgp tags: dgp-refactor
17:11
Refactor so all refs to exportArrayPtr field are in tclNamesp.c check-in: f65e7b0320 user: dgp tags: dgp-refactor
15:47
Revise Append and Detach ops on BrodnikArray to work with pointers. This makes more data copying opt... check-in: 9215a31935 user: dgp tags: dgp-refactor
13:22
merge trunk check-in: 358258bd5f user: dgp tags: dgp-refactor
2013-02-15
21:09
Re-implement TclLog2() as call to TclMSB(). Fix RequirePrecision comments. check-in: f96c55017d user: dgp tags: dgp-refactor
20:27
Replace the JumpFixupArray with a BrodnikArray of JumpFixup. check-in: affdb3a496 user: dgp tags: dgp-refactor