| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -0/+10 |
|
|
* | Update for VS10 | nijtmans | 2010-10-11 | 1 | -0/+1 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 1 | -0/+10 |
|
|
* | fix wrong date in Changelog entry | Miguel Sofer | 2010-10-09 | 1 | -1/+1 |
|
|
* | * generic/tclExecute.c: fix overallocation of exec stack in TEBC | Miguel Sofer | 2010-10-09 | 1 | -0/+5 |
|
|
* | On Windows, use gai_strerrorA | nijtmans | 2010-10-07 | 1 | -0/+4 |
|
|
* | * tests/winPipe.test: Test hygiene with makeFile and removeFile. | dgp | 2010-10-06 | 1 | -0/+2 |
|
|
* | * generic/tclCompile.c: Prevent writing to the intrep fields of a | dgp | 2010-10-06 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation | dkf | 2010-10-02 | 1 | -116/+119 |
|
|
* | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -0/+10 |
|
|
* | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -0/+9 |
|
|
* | tclMain.c: make compilable with -DUNICODE as well | nijtmans | 2010-09-29 | 1 | -0/+1 |
|
|
* | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 1 | -6/+11 |
|
|
* | reverting faulty commit | Miguel Sofer | 2010-09-28 | 1 | -5/+0 |
|
|
* | * generic/tclExecute.c: remove TEBCreturn() callback, the job can | Miguel Sofer | 2010-09-28 | 1 | -2/+7 |
|
|
* | Implement TIP#162 | rmax | 2010-09-28 | 1 | -0/+30 |
|
|
* | missed ChangeLog entry | Miguel Sofer | 2010-09-27 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -0/+14 |
|
|
* | * generic/tclVar.c: use the macro HasLocalVars everywhere | Miguel Sofer | 2010-09-27 | 1 | -0/+4 |
|
|
* | * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid code | Miguel Sofer | 2010-09-26 | 1 | -0/+6 |
|
|
* | * tests/stringComp.test: improved string test coverage | hobbs | 2010-09-25 | 1 | -0/+8 |
|
|
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -0/+7 |
|
|
* | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 1 | -0/+6 |
|
|
* | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -0/+7 |
|
|
* | Make compilable with -DUNICODE (not actived yet) | nijtmans | 2010-09-23 | 1 | -0/+5 |
|
|
* | * generic/tclExecute: one more DECACHE_STACK_INFO() missing; this | Miguel Sofer | 2010-09-22 | 1 | -0/+3 |
|
|
* | * tests/execute.test: added execute-10.3 for [Bug 3072640]. The | Miguel Sofer | 2010-09-22 | 1 | -0/+3 |
|
|
* | * generic/tclExecute: protect all possible writes to ::errorInfo | Miguel Sofer | 2010-09-22 | 1 | -0/+8 |
|
|
* | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M... | nijtmans | 2010-09-22 | 1 | -0/+5 |
|
|
* | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 1 | -0/+10 |
|
|
* | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix | nijtmans | 2010-09-21 | 1 | -0/+2 |
|
|
* | Fix declaration after statement. | nijtmans | 2010-09-21 | 1 | -0/+6 |
|
|
* | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_split | nijtmans | 2010-09-20 | 1 | -0/+6 |
|
|
* | * doc/file.n (file readlink): [Bug 3070580]: Typofix. | dkf | 2010-09-18 | 1 | -5/+9 |
|
|
* | [Bug 3069278]: breakage on head Windows triggered | nijtmans | 2010-09-18 | 1 | -0/+6 |
|
|
* | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all | hobbs | 2010-09-16 | 1 | -0/+3 |
|
|
* | * unix/Makefile.in: do not pass current build env vars when using | hobbs | 2010-09-16 | 1 | -0/+5 |
|
|
* | Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ... | nijtmans | 2010-09-16 | 1 | -0/+7 |
|
|
* | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make | dkf | 2010-09-15 | 1 | -12/+18 |
|
|
* | * unix/Makefile.in: Revise `make dist` target to tolerate the | dgp | 2010-09-15 | 1 | -0/+5 |
|
|
* | [Patch 3034251] backport ttkGenStubs.tcl | nijtmans | 2010-09-15 | 1 | -0/+10 |
|
|
* | Allow all Win2000+ API entries in Tcl | nijtmans | 2010-09-14 | 1 | -0/+6 |
|
|
* | Add scspec feature from ttkGenStubs.tcl | nijtmans | 2010-09-13 | 1 | -0/+2 |
|
|
* | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -0/+9 |
|
|
* | Partly revert yesterday's change, to make it work on VC++ 6.0 again. | nijtmans | 2010-09-10 | 1 | -0/+5 |
|
|
* | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's | dkf | 2010-09-10 | 1 | -11/+16 |
|
|
* | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 1 | -0/+13 |
|
|
* | * win/tclWinChan.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -0/+6 |
|
|
* | * doc/tm.n: Added underscore to the set of characters accepted in | andreas_kupries | 2010-09-08 | 1 | -0/+6 |
|
|
* | Start producing HTML out for Thread package. Consequent bugfixes: | dkf | 2010-09-03 | 1 | -25/+36 |
|
|