Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix [tcl-Bug 2502365] Building of head on HPUX is | nijtmans | 2009-02-10 | 1 | -0/+6 |
| | | | | broken when using the native CC. | ||||
* | Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, | dgp | 2009-02-10 | 1 | -0/+2 |
| | | | | which is only called when objPtr->bytes is NULL. | ||||
* | Simplify Tcl_SetObjLength by removing unreachable code. | dgp | 2009-02-10 | 1 | -0/+1 |
| | |||||
* | Simplify SetStringFromAny() by removing unreachable and duplicate code. | dgp | 2009-02-10 | 1 | -0/+1 |
| | |||||
* | * generic/tclObj.c (Tcl_GetString): Added comments and validity | dgp | 2009-02-10 | 1 | -0/+4 |
| | | | | | | checks following the call to an UpdateStringProc. Simplify Tcl_AttemptSetObjLength by removing unreachable code. | ||||
* | Convert all Tcl_InvalidateStringRep() calls into macros. | dgp | 2009-02-10 | 1 | -0/+1 |
| | |||||
* | * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. | dgp | 2009-02-10 | 1 | -1/+2 |
| | | | | Restrict AppendUtfToUtfRep to non-negative length appends. | ||||
* | * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. | dgp | 2009-02-10 | 1 | -0/+4 |
| | |||||
* | formatting | dgp | 2009-02-10 | 1 | -3/+4 |
| | |||||
* | fix [Bug 2555129] const compiler | nijtmans | 2009-02-09 | 1 | -0/+4 |
| | | | | warning (as error) in tclCompile.c | ||||
* | Improve error messages. [Bug 2573172] | dkf | 2009-02-07 | 1 | -0/+7 |
| | |||||
* | Fix for [Bug 2544618] | Joe Mistachkin | 2009-02-06 | 1 | -0/+7 |
| | |||||
* | Simplify the implementation of some commands now that the underlying string | dkf | 2009-02-05 | 1 | -2/+6 |
| | | | | API knows more about bytearrays. | ||||
* | Fix [Bug 2568434] | dkf | 2009-02-05 | 1 | -0/+3 |
| | |||||
* | More/better/cleaner handling of the bytearray special casing for string ops. | dkf | 2009-02-05 | 1 | -3/+5 |
| | |||||
* | Improve efficiency of Tcl_AppendObjToObj's bytearray handling. | dkf | 2009-02-05 | 1 | -0/+7 |
| | |||||
* | * generic/tclStringObj.c: Added overflow protections to the | dgp | 2009-02-04 | 1 | -0/+4 |
| | | | | | AppendUtfToUtfRep routine to either avoid invalid arguments and crashes, or to replace them with controlled panics. [Bug 2561794] | ||||
* | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the | dgp | 2009-02-04 | 1 | -0/+5 |
| | | | | length of the result of [string repeat]. [Bug 2561746] | ||||
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -0/+7 |
| | | | | | - some internal const decorations - spacing | ||||
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -0/+15 |
| | | | | | - some internal const decorations - spacing | ||||
* | Fix for [Bug 2558422] though this area is still a mess. | dkf | 2009-02-03 | 1 | -7/+12 |
| | |||||
* | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of | dgp | 2009-02-03 | 1 | -0/+4 |
| | | | | | Tcl_SetUnicodeObj() to panic on a shared object. [Bug 2561488]. Also factored out common code to reduce duplication. | ||||
* | * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. | dgp | 2009-02-03 | 1 | -0/+4 |
| | |||||
* | * generic/tclInterp.c: Reverted the conversion of [interp] into an | dgp | 2009-02-02 | 1 | -0/+7 |
| | | | | | | | | * tests/interp.test: ensemble. Such conversion is not necessary * tests/nre.test: (or even all that helpful) in the NRE-enabling of [interp invokehidden], and it has other implications -- including significant forkage of the 8.5 and 8.6 implementations -- that are better off avoided if there's no gain. | ||||
* | * generic/tclStringObj.c (STRING_NOMEM): Add missing cast of | dgp | 2009-02-02 | 1 | -0/+3 |
| | | | | NULL to (char *) that upsets some compilers. [Bug 2494093]. | ||||
* | * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Added | dgp | 2009-02-02 | 1 | -0/+7 |
| | | | | | | protections against callers asking for negative lengths. It is likely when this happens that an integer overflow is to blame. [Bug 2553906]. | ||||
* | Revert unreleased improvements to pkgs/itcl . | dgp | 2009-02-02 | 1 | -1/+0 |
| | |||||
* | no message | davygrvy | 2009-02-01 | 1 | -0/+2 |
| | |||||
* | no message | davygrvy | 2009-02-01 | 1 | -0/+4 |
| | |||||
* | Added another example. [Bug 1216074] | dkf | 2009-01-30 | 1 | -0/+2 |
| | |||||
* | Added example. | dkf | 2009-01-30 | 1 | -0/+4 |
| | |||||
* | Fix [Bug 2006888] | dkf | 2009-01-29 | 1 | -0/+4 |
| | |||||
* | * generic/tclInterp.c: Convert the [interp] command into a | dgp | 2009-01-29 | 1 | -2/+3 |
| | | | | | | * tests/interp.test: [namespace ensemble]. Work in progress * tests/nre.test: to NRE-enable the [interp invokehidden] subcommand. | ||||
* | Fix [Bug 2519474] | dkf | 2009-01-29 | 1 | -0/+3 |
| | |||||
* | Fix [Bug 2537839] | dkf | 2009-01-29 | 1 | -0/+5 |
| | |||||
* | * generic/tclInterp.c: Convert the [interp] command into a | dgp | 2009-01-29 | 1 | -0/+6 |
| | | | | | [namespace ensemble]. Work in progress to NRE-enable the [interp invokehidden] subcommand. | ||||
* | Fix [Bug 2529117] | dkf | 2009-01-29 | 1 | -0/+6 |
| | |||||
* | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where | dkf | 2009-01-28 | 1 | -1/+12 |
| | | | | only the objProc case was handled and not the nreProc case. | ||||
* | Fix [Bug 2531577] | dkf | 2009-01-27 | 1 | -7/+13 |
| | |||||
* | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit ↵ | ferrieux | 2009-01-27 | 1 | -0/+6 |
| | | | | handlers" for similar late process-wide cleanups. | ||||
* | Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). | ferrieux | 2009-01-26 | 1 | -0/+5 |
| | |||||
* | Fix [Bug 2536400] | dkf | 2009-01-26 | 1 | -0/+5 |
| | |||||
* | Added a note that 'zlib push' is reversed by 'chan pop'. | dkf | 2009-01-24 | 1 | -31/+33 |
| | |||||
* | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -0/+13 |
| | | | | | {unix win} in *.decls is equivalent to {generic} tclGetDate.y, tclDate.c: single internal const decoration | ||||
* | typo | dgp | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 1 | -0/+6 |
| | | | | * unix/configure: Autoconf 2.59 | ||||
* | * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. | andreas_kupries | 2009-01-22 | 1 | -0/+8 |
| | | | | | | | * generic/tclIORTrans.c (ReflectClose): Closing a channel may supply NULL for the 'interp'. Test for finalization needs to be different, and one place has to pull the interp out of the channel instead. | ||||
* | * generic/tclStringObj.c: New fix for [Bug 2494093] replaces the | dgp | 2009-01-21 | 1 | -0/+5 |
| | | | | flawed attempt committed 2009-01-09. | ||||
* | Patch 907924 | Kevin B Kenny | 2009-01-20 | 1 | -0/+10 |
| | |||||
* | no message | davygrvy | 2009-01-19 | 1 | -1/+4 |
| |