Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclCmdAH.c: Further revisions to produce the routines | dgp | 2006-11-02 | 5 | -108/+26 |
| | | | | | | * generic/tclInt.h: TclFormat() and TclAppendFormatToObj() that * generic/tclNamesp.c: accept (objc, objv) arguments rather than * generic/tclStringObj.c: any varargs stuff. | ||||
* | Silence compiler grumbles. | dkf | 2006-11-02 | 5 | -49/+51 |
| | |||||
* | Fixed non-robustness error when opening subshell pipes when the current ↵ | dkf | 2006-11-02 | 2 | -12/+15 |
| | | | | | | directory has a space in the name | ||||
* | Fix some comments, make selected if/while bodies clearer by inserting comments. | dkf | 2006-11-02 | 1 | -9/+11 |
| | |||||
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 20 | -97/+110 |
| | | | | | | | | | | | | | | | | | | | | | * generic/tclCkalloc.c: TclObjPrintf() routines to panic when unable * generic/tclCmdAH.c: to complete their formatting operations, rather * generic/tclCmdIL.c: than report an error message. This means an * generic/tclCmdMZ.c: interp argument for error message recording is * generic/tclDictObj.c: no longer needed, further simplifying the * generic/tclExecute.c: interface for callers. * generic/tclIORChan.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclMain.c: * generic/tclNamesp.c: * generic/tclParseExpr.c: * generic/tclPkg.c: * generic/tclProc.c: * generic/tclStringObj.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/tclUnixFCmd.c: | ||||
* | Reverted tclEncoding.c commits that caused crashes and failures all over | dgp | 2006-11-02 | 2 | -125/+129 |
| | | | | the place. | ||||
* | Make better use of the core's internal macros. | dkf | 2006-11-02 | 1 | -89/+96 |
| | |||||
* | Removed unnecessary casts and reworked some loops for more clarity. | dkf | 2006-11-02 | 2 | -41/+30 |
| | |||||
* | Clean up uses of cast NULLs. | dkf | 2006-11-02 | 2 | -22/+24 |
| | |||||
* | Added explanations, cleaned up whitespace. | dkf | 2006-11-02 | 2 | -12/+32 |
| | |||||
* | Indentation policing | dkf | 2006-11-02 | 1 | -20/+24 |
| | |||||
* | More trivial formatting stuff | dkf | 2006-11-02 | 1 | -17/+22 |
| | |||||
* | Remove confusing line break | dkf | 2006-11-02 | 1 | -3/+2 |
| | |||||
* | Whitespace policing | dkf | 2006-11-02 | 1 | -9/+8 |
| | |||||
* | Rewrote comments in TEOVI for clarity and usefulness. | dkf | 2006-11-02 | 2 | -50/+97 |
| | | | | Switched to using TclStackAlloc for unknown handler scratch space. | ||||
* | fix warning | das | 2006-10-31 | 1 | -2/+1 |
| | |||||
* | * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so | das | 2006-10-31 | 3 | -3/+15 |
| | | | | | | | that tclPort.h can once again be included without tclInt.h. * generic/tclEnv.c (Darwin): mark _environ symbol as unexported even when MODULE_SCOPE != __private_extern__. | ||||
* | Updated version of http package | patthoyts | 2006-10-31 | 1 | -6/+6 |
| | |||||
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 20 | -195/+212 |
| | | | | | | | | | | | | | | | | | | | | | * generic/tclCkalloc.c: TclObjPrintf, TclFormatObj, and * generic/tclCmdAH.c: TclFormatToErrorInfo to a new set of * generic/tclCmdIL.c: routines TclAppendPrintfToObj, * generic/tclCmdMZ.c: TclAppendFormatToObj, TclObjPrintf, and * generic/tclDictObj.c: TclObjFormat, with the intent of making * generic/tclExecute.c: the latter list, plus TclAppendLimitedToObj * generic/tclIORChan.c: and TclAppendObjToErrorInfo, public via * generic/tclIOUtil.c: a revised TIP 270. * generic/tclInt.h: * generic/tclMain.c: * generic/tclNamesp.c: * generic/tclParseExpr.c: * generic/tclPkg.c: * generic/tclProc.c: * generic/tclStringObj.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/tclUnixFCmd.c: | ||||
* | * generic/tclBasic.c: | Miguel Sofer | 2006-10-31 | 5 | -13/+17 |
| | | | | | | | | * generic/tcl.h: * generic/tclInterp.c: * generic/tclNamesp.c: removing the flag bit TCL_EVAL_NOREWRITE, the last remnant of the callObjc/v fiasco. It is not needed, as it is now always set and checked or'ed with TCL_EVAL_INVOKE. | ||||
* | Fix for bug #1582769 - options conflict with VC2003. | patthoyts | 2006-10-31 | 2 | -1/+12 |
| | |||||
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 8 | -109/+85 |
| | | | | structure. | ||||
* | * tools/tcltk-man2html.tcl (option-toc): handle any kind of | hobbs | 2006-10-31 | 2 | -1/+6 |
| | | | | options defined toc section (needed for ttk docs) | ||||
* | boo - last commit did not compile :( | Miguel Sofer | 2006-10-31 | 1 | -2/+2 |
| | |||||
* | * generic/tclBasic.c (TEOVI): insured that the interp's callObjc/v | Miguel Sofer | 2006-10-31 | 2 | -4/+20 |
| | | | | | fields are restored after traces run, as they be spoiled. This was causing a segfault in tcllib's profiler tests. | ||||
* | * generic/tclExecute.c (INST_MOD): Corrected improper testing of | dgp | 2006-10-30 | 3 | -4/+23 |
| | | | | | * tests/expr.test: the sign of bignums when applying Tcl's division rules. Thanks to Peter Spjuth. [Bug 1585704] | ||||
* | D'oh! Updated the wrong thing. | dkf | 2006-10-30 | 1 | -13/+15 |
| | |||||
* | Add missing initialization. | dkf | 2006-10-30 | 1 | -1/+2 |
| | |||||
* | Formatting police | dkf | 2006-10-30 | 1 | -232/+227 |
| | |||||
* | * generic/tclNamesp.c (EnsembleImplementationCmd): | Miguel Sofer | 2006-10-29 | 3 | -3/+27 |
| | | | | | * tests/namespace.test (47.7-8): reverted a wrong "optimisation" that completely broke snit; added two tests. | ||||
* | Minor style consistency cleanup | dkf | 2006-10-28 | 1 | -39/+39 |
| | |||||
* | Added some explanatory comments. | dkf | 2006-10-28 | 1 | -10/+14 |
| | |||||
* | Added note about test update | dkf | 2006-10-28 | 1 | -0/+2 |
| | |||||
* | Regen | dkf | 2006-10-28 | 2 | -2/+17 |
| | |||||
* | Insert of calling point in middle of procedure code. Also cleaned up how | dkf | 2006-10-28 | 5 | -156/+260 |
| | | | | [apply] terms generate stack trace info. | ||||
* | Improved Changelog entry for commit dated 2006-10-23 | Miguel Sofer | 2006-10-28 | 1 | -6/+7 |
| | |||||
* | Make a comment look nicer. :-) | dkf | 2006-10-28 | 1 | -3/+3 |
| | |||||
* | Added missing type to declaration | dkf | 2006-10-27 | 1 | -2/+2 |
| | |||||
* | Cleaning up of various bits in tclVar.c to make code clearer to understand. | dkf | 2006-10-27 | 2 | -39/+45 |
| | |||||
* | Regen | dkf | 2006-10-27 | 2 | -2/+14 |
| | |||||
* | Allow extensions that use the internal stubs to set a namespace path. | dkf | 2006-10-27 | 3 | -9/+13 |
| | |||||
* | Add field to CallFrame for holding object call frame data. | dkf | 2006-10-27 | 3 | -4/+18 |
| | |||||
* | Regen | dkf | 2006-10-27 | 1 | -3/+3 |
| | |||||
* | Fixed a spot where CONSTness had been forgotten. | dkf | 2006-10-27 | 3 | -7/+13 |
| | |||||
* | * generic/tclProc.c (SetLambdaFromAny): minor change, eliminate | Miguel Sofer | 2006-10-27 | 2 | -3/+6 |
| | | | | redundant call to Tcl_GetString (thanks aku). | ||||
* | doh, missing ChangeLog entry | Miguel Sofer | 2006-10-26 | 1 | -0/+6 |
| | |||||
* | * generic/tclInterp.c (ApplyObjCmd):a | Miguel Sofer | 2006-10-26 | 2 | -6/+7 |
| | | | | | * generic/tclNamesp.c (EnsembleImplementationCmd): replaced ckalloc (heap) with TclStackAlloc (execution stack). | ||||
* | * tests/info.test (info-9.11-12): tests for [Bug 1577492] | Miguel Sofer | 2006-10-24 | 3 | -3/+59 |
| | | | | * tests/apply.test (apply-4.3-5): tests for [Bug 1574835] | ||||
* | * generic/tclProc.c (ObjInterpProcEx): disable itcl hacks for | Miguel Sofer | 2006-10-24 | 2 | -8/+14 |
| | | | | | calls from ApplyObjCmd (islambda==1), as they mess apply's error messages [Bug 1583266] | ||||
* | * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by | Miguel Sofer | 2006-10-24 | 3 | -16/+44 |
| | | | | | | using the ensemble rewrite engine, [Bug 1574835]. * generic/tclInterp.c (AliasObjCmd): previous commit missed usage of TCL_EVAL_NOREWRITE for aliases. |