| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf)... | ferrieux | 2010-05-19 | 1 | -0/+6 |
|
|
* | Don't use arrays of length 1, just use a single element then, it makes code m... | nijtmans | 2010-05-19 | 1 | -0/+6 |
|
|
* | Fix [Bug 2996549]: Failure in expr.test on Win32 | nijtmans | 2010-05-17 | 1 | -0/+4 |
|
|
* | * generic/tclCmdIL.c (TclInfoFrame): Change this code to use | dkf | 2010-05-17 | 1 | -38/+47 |
|
|
* | oops, no unicode characters in ChangeLog ... | nijtmans | 2010-05-12 | 1 | -2/+2 |
|
|
* | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -1/+1 |
|
|
* | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -0/+11 |
|
|
* | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. | andreas_kupries | 2010-05-07 | 1 | -0/+7 |
|
|
* | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-05 | 1 | -0/+4 |
|
|
* | TCHAR-related fixes, making those files compile fine when TCHAR != char | nijtmans | 2010-05-04 | 1 | -0/+6 |
|
|
* | CONSTify various useful internal functions | nijtmans | 2010-05-03 | 1 | -0/+17 |
|
|
* | Add pkg, *.dll to the ignore list | nijtmans | 2010-05-03 | 1 | -0/+1 |
|
|
* | For MINGW/CYGWIN, use GetCommandLineA explicitely | nijtmans | 2010-05-03 | 1 | -0/+1 |
|
|
* | Use "tclIO.h" and "tclTomMathDecls.h" everywhere | nijtmans | 2010-05-03 | 1 | -0/+8 |
|
|
* | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish | dgp | 2010-04-30 | 1 | -0/+8 |
|
|
* | * generic/tclBinary.c (TclAppendBytesToByteArray): Add comments | dgp | 2010-04-30 | 1 | -0/+12 |
|
|
* | * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armour | dkf | 2010-04-30 | 1 | -0/+3 |
|
|
* | Fix the problems I introduced inadvertently: | dkf | 2010-04-30 | 1 | -0/+9 |
|
|
* | * tests/coroutine.test: testing coroutine arguments after [yield]: | Miguel Sofer | 2010-04-30 | 1 | -0/+5 |
|
|
* | * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter | dkf | 2010-04-30 | 1 | -0/+3 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization | dkf | 2010-04-30 | 1 | -0/+4 |
|
|
* | * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) | dkf | 2010-04-30 | 1 | -9/+16 |
|
|
* | Unnecessary TCL_STORAGE_CLASS re-definition. | nijtmans | 2010-04-30 | 1 | -0/+6 |
|
|
* | forgot the Changelog entry | Miguel Sofer | 2010-04-29 | 1 | -0/+7 |
|
|
* | Typo | andreas_kupries | 2010-04-29 | 1 | -1/+1 |
|
|
* | * library/platform/platform.tcl: Another stab at getting the /lib, | andreas_kupries | 2010-04-29 | 1 | -0/+7 |
|
|
* | * library/tzdata/Antarctica/Macquarie:
| Kevin B Kenny | 2010-04-29 | 1 | -0/+21 |
|
|
* | typo | dkf | 2010-04-29 | 1 | -5/+0 |
|
|
* | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make | dkf | 2010-04-29 | 1 | -25/+36 |
|
|
* | credit Lars_H for [yieldm]'s idea | Miguel Sofer | 2010-04-29 | 1 | -2/+2 |
|
|
* | Include "tcl.h", not <tcl.h>, | nijtmans | 2010-04-29 | 1 | -0/+8 |
|
|
* | Remove unused @MAN2TCLFLAGS@ | nijtmans | 2010-04-28 | 1 | -0/+14 |
|
|
* | * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that | dkf | 2010-04-28 | 1 | -1/+15 |
|
|
* | Code reordering to slightly shorten generated object code. | dkf | 2010-04-27 | 1 | -16/+21 |
|
|
* | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -0/+13 |
|
|
* | [Bug 2992292]: tclIOUtil.c assignment type mismatch compiler warning | nijtmans | 2010-04-27 | 1 | -0/+5 |
|
|
* | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the | Kevin B Kenny | 2010-04-26 | 1 | -0/+6 |
|
|
* | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast | dkf | 2010-04-26 | 1 | -0/+4 |
|
|
* | typofix | dkf | 2010-04-26 | 1 | -13/+13 |
|
|
* | * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef | dkf | 2010-04-26 | 1 | -6/+13 |
|
|
* | * generic/tclBasic.c: add unsupported [yieldm] command. | Miguel Sofer | 2010-04-25 | 1 | -1/+6 |
|
|
* | * generic/tclBasic.test: modify api of TclSpliceTailcall() | Miguel Sofer | 2010-04-24 | 1 | -0/+7 |
|
|
* | Fix [Bug #2991415] tclport.h #included before limits.h | nijtmans | 2010-04-23 | 1 | -0/+4 |
|
|
* | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -0/+14 |
|
|
* | Upgrade to zlib 1.2.5 | nijtmans | 2010-04-20 | 1 | -0/+1 |
|
|
* | Use function prototypes from the FS API. | nijtmans | 2010-04-20 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): Improve commenting and | dkf | 2010-04-19 | 1 | -0/+5 |
|
|
* | * doc/unset.n: [Bug 2988940]: Fix typo. | dkf | 2010-04-18 | 1 | -3/+7 |
|
|
* | Move inclusion of <tchar.h> from tclPlatDecls.h | nijtmans | 2010-04-15 | 1 | -0/+7 |
|
|
* | * doc/try.n: [Bug 2987551]: Fix typo. | dkf | 2010-04-15 | 1 | -8/+12 |
|
|