1
2
3
4
5
6
7
8
9
10
|
2008-03-19 Jeff Hobbs <[email protected]>
* tls.c (Tls_Clean, ImportObjCmd): Fix cleanup mem leak [Bug 1414045]
2008-03-19 Pat Thoyts <[email protected]>
* win/Makefile.vc Updated the nmake build files with MSVC9 support
* win/rules.vc: and fixed to run the test-suite properly.
* win/nmakehlp.c:
* tls.tcl (tls::initlib): Corrected namespace handling.
|
>
|
1
2
3
4
5
6
7
8
9
10
11
|
2008-03-19 Jeff Hobbs <[email protected]>
* tls.c (Tls_Clean, ImportObjCmd): Fix cleanup mem leak [Bug 1414045]
Use better Eval APIs, cleaner Tcl_Obj-handling.
2008-03-19 Pat Thoyts <[email protected]>
* win/Makefile.vc Updated the nmake build files with MSVC9 support
* win/rules.vc: and fixed to run the test-suite properly.
* win/nmakehlp.c:
* tls.tcl (tls::initlib): Corrected namespace handling.
|