| Commit message (Expand) | Author | Age | Files | Lines |
* | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 11 | -41/+369 |
|
|
* | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation | dkf | 2010-10-20 | 4 | -27/+46 |
|
|
* | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that | dkf | 2010-10-19 | 4 | -7/+40 |
|
|
* | * generic/tclZlib.c: Purge code that wrote to the object returned by | dkf | 2010-10-19 | 2 | -52/+62 |
|
|
* | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-18 | 4 | -21/+32 |
|
|
* | Document [info errorstack] faithfully. | ferrieux | 2010-10-17 | 1 | -0/+4 |
|
|
* | Document [info errostack] faithfully. | ferrieux | 2010-10-17 | 1 | -4/+14 |
|
|
* | * generic/tclExecute.c (ReleaseDictIterator): Factored out the release | dkf | 2010-10-16 | 2 | -41/+75 |
|
|
* | [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest Unicod... | nijtmans | 2010-10-15 | 4 | -974/+1009 |
|
|
* | remove outdated comment | dgp | 2010-10-13 | 1 | -7/+1 |
|
|
* | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where | dgp | 2010-10-13 | 3 | -7/+12 |
|
|
* | tclWinThrd.h: (removed) because it is just empty en used nowhere | nijtmans | 2010-10-13 | 3 | -25/+5 |
|
|
* | Generate proper const qualifiers for tclUniData.c | nijtmans | 2010-10-12 | 3 | -8/+10 |
|
|
* | Spacing and comments: let uniClass.tcl generation match better the current (h... | nijtmans | 2010-10-12 | 3 | -18/+15 |
|
|
* | * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak and | rmax | 2010-10-12 | 2 | -16/+11 |
|
|
* | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 9 | -233/+197 |
|
|
* | Update for VS10 | nijtmans | 2010-10-11 | 2 | -2/+5 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 8 | -416/+174 |
|
|
* | 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 | 2 | -4/+11 |
|
|
* | On Windows, use gai_strerrorA | nijtmans | 2010-10-07 | 2 | -1/+11 |
|
|
* | * tests/winPipe.test: Test hygiene with makeFile and removeFile. | dgp | 2010-10-06 | 2 | -11/+18 |
|
|
* | * generic/tclCompile.c: Prevent writing to the intrep fields of a | dgp | 2010-10-06 | 3 | -4/+33 |
|
|
* | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation | dkf | 2010-10-02 | 3 | -118/+150 |
|
|
* | Add function-header comments. | dkf | 2010-10-02 | 1 | -13/+38 |
|
|
* | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 5 | -113/+154 |
|
|
* | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 13 | -67/+87 |
|
|
* | tclMain.c: make compilable with -DUNICODE as well | nijtmans | 2010-09-29 | 2 | -24/+73 |
|
|
* | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 3 | -4879/+13786 |
|
|
* | reverting faulty commit | Miguel Sofer | 2010-09-28 | 2 | -17/+31 |
|
|
* | * generic/tclExecute.c: remove TEBCreturn() callback, the job can | Miguel Sofer | 2010-09-28 | 2 | -33/+19 |
|
|
* | Implement TIP#162 | rmax | 2010-09-28 | 3 | -0/+468 |
|
|
* | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 15 | -14117/+5972 |
|
|
* | fix error with --enable-symbols=compile | Miguel Sofer | 2010-09-27 | 1 | -9/+9 |
|
|
* | missed ChangeLog entry | Miguel Sofer | 2010-09-27 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 13 | -772/+497 |
|
|
* | * generic/tclVar.c: use the macro HasLocalVars everywhere | Miguel Sofer | 2010-09-27 | 2 | -4/+7 |
|
|
* | * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid code | Miguel Sofer | 2010-09-26 | 2 | -51/+16 |
|
|
* | * tests/stringComp.test: improved string test coverage | hobbs | 2010-09-25 | 3 | -264/+232 |
|
|
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 2 | -1/+54 |
|
|
* | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 4 | -5/+15 |
|
|
* | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 4 | -3/+13 |
|
|
* | Make compilable with -DUNICODE (not actived yet) | nijtmans | 2010-09-23 | 3 | -115/+130 |
|
|
* | * generic/tclExecute: one more DECACHE_STACK_INFO() missing; this | Miguel Sofer | 2010-09-22 | 2 | -2/+5 |
|
|
* | * tests/execute.test: added execute-10.3 for [Bug 3072640]. The | Miguel Sofer | 2010-09-22 | 2 | -1/+25 |
|
|
* | * generic/tclExecute: protect all possible writes to ::errorInfo | Miguel Sofer | 2010-09-22 | 2 | -2/+52 |
|
|
* | Improved readability of tcl+pkgs builds and tests | dgp | 2010-09-22 | 1 | -7/+9 |
|
|
* | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M... | nijtmans | 2010-09-22 | 3 | -2/+7 |
|
|
* | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 7 | -43/+50 |
|
|
* | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix | nijtmans | 2010-09-21 | 3 | -17/+11 |
|
|