| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, | andreas_kupries | 2010-03-30 | 1 | -59/+98 |
|
|
* | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder | dgp | 2010-03-30 | 1 | -2/+2 |
|
|
* | [Bug 2979399] uninitialized value troubles | nijtmans | 2010-03-30 | 1 | -28/+5 |
|
|
* | [FRQ 2974744]: share exception codes (ObjType?): | nijtmans | 2010-03-30 | 2 | -51/+53 |
|
|
* | * generic/tclStringObj.c: Fix array overrun in test format-1.12 | dgp | 2010-03-29 | 1 | -2/+2 |
|
|
* | [Freq 2974744] share exception codes (ObjType?) | nijtmans | 2010-03-27 | 4 | -43/+60 |
|
|
* | [Bug 2976508] tcl HEAD fails on HP-UX | nijtmans | 2010-03-26 | 1 | -2/+3 |
|
|
* | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -1/+23 |
|
|
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 2 | -3/+136 |
|
|
* | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the | dkf | 2010-03-24 | 1 | -5/+31 |
|
|
* | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing | dgp | 2010-03-23 | 1 | -24/+29 |
|
|
* | Make error message in "try" implementation | nijtmans | 2010-03-23 | 2 | -11/+13 |
|
|
* | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer | dgp | 2010-03-22 | 1 | -6/+11 |
|
|
* | Missed a spot. | dkf | 2010-03-20 | 1 | -2/+2 |
|
|
* | regen | dkf | 2010-03-20 | 2 | -10/+23 |
|
|
* | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. | dkf | 2010-03-20 | 4 | -48/+65 |
|
|
* | Compile the [throw] command. | dkf | 2010-03-19 | 3 | -4/+117 |
|
|
* | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] | dgp | 2010-03-18 | 2 | -3/+107 |
|
|
* | Fix silly error in bytecode generation for [try]. | dkf | 2010-03-18 | 1 | -1/+3 |
|
|
* | [Bug 2971921]: Corrected jump so that it doesn't skip into the middle | dkf | 2010-03-18 | 1 | -33/+40 |
|
|
* | * generic/tclIORTrans.c (ReflectInput, ReflectOutput, | andreas_kupries | 2010-03-17 | 2 | -21/+65 |
|
|
* | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 2 | -58/+58 |
|
|
* | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -6/+27 |
|
|
* | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 2 | -8/+11 |
|
|
* | remove presence of tclTomMathStubsPtr in tclStubLib.c | nijtmans | 2010-03-06 | 2 | -5/+6 |
|
|
* | Quell a warning in Kevin Kenny's build environment | dkf | 2010-03-05 | 1 | -2/+3 |
|
|
* | Fix [Bug 2964425]. | dkf | 2010-03-05 | 1 | -3/+1 |
|
|
* | [Patch 2961556]: Change TclOO to use the same style of function typedefs as | dkf | 2010-03-05 | 6 | -42/+43 |
|
|
* | Code Audit results: | dkf | 2010-03-05 | 32 | -463/+490 |
|
|
* | Remove unused variable | dkf | 2010-03-05 | 1 | -2/+1 |
|
|
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. | dkf | 2010-03-04 | 3 | -12/+34 |
|
|
* | 3 unnecessary MODULE_SCOPE symbols | nijtmans | 2010-03-04 | 2 | -9/+1 |
|
|
* | Split tommath stub lib source file | nijtmans | 2010-03-04 | 2 | -51/+97 |
|
|
* | Use a less hacky way of using a char as a hash key | dkf | 2010-03-02 | 1 | -3/+3 |
|
|
* | Improve error message for corner case in ::prefix | ferrieux | 2010-03-01 | 1 | -2/+2 |
|
|
* | fix [AT 86258]: special-casing of empty tables when generating error messages... | ferrieux | 2010-03-01 | 1 | -11/+15 |
|
|
* | Oops! [Bug 2960852] | dkf | 2010-02-28 | 1 | -9/+12 |
|
|
* | More additions of {TCL LOOKUP} error-code generation to various subcommands of | dkf | 2010-02-28 | 1 | -1/+9 |
|
|
* | Fix Bug #2959713: Link error with gcc 4.1 | nijtmans | 2010-02-28 | 1 | -1/+2 |
|
|
* | Only look for the needle when it fits in the haystack. [Bug 2960021] | dkf | 2010-02-27 | 1 | -3/+13 |
|
|
* | * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the | dkf | 2010-02-27 | 1 | -34/+70 |
|
|
* | Split tclCompCmds.c into two pieces to improve developer sanity. | dkf | 2010-02-26 | 2 | -3541/+3874 |
|
|
* | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 7 | -110/+119 |
|
|
* | Convert many multi-line macros to use the best-practice do-while(0) form | dkf | 2010-02-25 | 1 | -151/+183 |
|
|
* | Correct silly error with missing semicolons | dkf | 2010-02-25 | 1 | -3/+3 |
|
|
* | Fix some nasties with handling duplicate keys in list->dict->list conversions. | dkf | 2010-02-24 | 2 | -4/+14 |
|
|
* | Reduce ifdef-fery and size of activation record. More variables shared across | dkf | 2010-02-24 | 1 | -603/+449 |
|
|
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 24 | -427/+465 |
|
|
* | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 20 | -137/+137 |
|
|
* | * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a | andreas_kupries | 2010-02-22 | 1 | -3/+22 |
|
|