| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * doc/glob.n: Fixed documentation ambiguity regarding the handling | andreas_kupries | 2010-09-02 | 1 | -0/+3 |
|
|
* | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the | andreas_kupries | 2010-09-02 | 1 | -0/+6 |
|
|
* | * library/safe.tcl (::safe::AliasGlob): Moved the command | andreas_kupries | 2010-09-02 | 1 | -0/+6 |
|
|
* | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -0/+8 |
|
|
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining par... | nijtmans | 2010-08-31 | 1 | -0/+1 |
|
|
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -0/+12 |
|
|
* | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 1 | -0/+6 |
|
|
* | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -0/+9 |
|
|
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. | nijtmans | 2010-08-30 | 1 | -0/+1 |
|
|
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. | nijtmans | 2010-08-30 | 1 | -0/+5 |
|
|
* | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 1 | -0/+12 |
|
|
* | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array | dkf | 2010-08-29 | 1 | -23/+28 |
|
|
* | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | hobbs | 2010-08-27 | 1 | -0/+4 |
|
|
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): | hobbs | 2010-08-27 | 1 | -0/+8 |
|
|
* | [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile f... | nijtmans | 2010-08-25 | 1 | -0/+3 |
|
|
* | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called. | nijtmans | 2010-08-24 | 1 | -0/+6 |
|
|
* | * library/tzdata/Africa/Cairo: | Kevin B Kenny | 2010-08-23 | 1 | -0/+5 |
|
|
* | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -0/+18 |
|
|
* | * doc/linsert.n: [Bug 3045123]: Make description of what is actually | dkf | 2010-08-21 | 1 | -1/+6 |
|
|
* | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: | nijtmans | 2010-08-21 | 1 | -0/+9 |
|
|
* | Fix definition of Tcl_MethodType | nijtmans | 2010-08-20 | 1 | -0/+4 |
|
|
* | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) | dkf | 2010-08-19 | 1 | -6/+13 |
|
|
* | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re... | nijtmans | 2010-08-19 | 1 | -0/+7 |
|
|
* | * generic/tclBasic.c: New redesign of [tailcall]: find | Miguel Sofer | 2010-08-18 | 1 | -3/+8 |
|
|
* | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of | Miguel Sofer | 2010-08-18 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -0/+9 |
|
|
* | * library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] to | dkf | 2010-08-18 | 1 | -0/+5 |
|
|
* | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the | dkf | 2010-08-15 | 1 | -39/+44 |
|
|
* | [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry | nijtmans | 2010-08-14 | 1 | -0/+2 |
|
|
* | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -1/+9 |
|
|
* | Remove mslu completely, see Feature Req #2819611 | nijtmans | 2010-08-14 | 1 | -0/+4 |
|
|
* | * unix/ldAix: remove ancient (pre-4.2) AIX support | hobbs | 2010-08-12 | 1 | -1/+10 |
|
|
* | added test for yieldTo | Miguel Sofer | 2010-08-11 | 1 | -2/+4 |
|
|
* | * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta | Miguel Sofer | 2010-08-11 | 1 | -0/+4 |
|
|
* | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be | hobbs | 2010-08-10 | 1 | -0/+5 |
|
|
* | * changes: Updates for 8.6b2 release. | dgp | 2010-08-09 | 1 | -0/+4 |
|
|
* | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: | hobbs | 2010-08-04 | 1 | -0/+6 |
|
|
* | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an | hobbs | 2010-08-04 | 1 | -0/+5 |
|
|
* | * unix/tclUnixFCmd.c: adjust license header as per | hobbs | 2010-08-04 | 1 | -0/+3 |
|
|
* | fix DFARs note for number-adjusted rights clause | hobbs | 2010-08-04 | 1 | -0/+2 |
|
|
* | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -0/+5 |
|
|
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules support | hobbs | 2010-08-04 | 1 | -0/+4 |
|
|
* | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting | andreas_kupries | 2010-08-04 | 1 | -2/+6 |
|
|