Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|\ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | merge 8.7 | dgp | 2020-03-17 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -4/+4 |
| | | |||||
* | | code/doc cleanup | jan.nijtmans | 2018-09-28 | 1 | -5/+5 |
| | | |||||
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -7/+7 |
| | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | ||||
* | | merge core-8-branch. Various cleanup: unused structure names, unused ↵ | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
|/ | | | | #defines. Change some "epoch"-related fields from int to size_t. Nothing functional. | ||||
* | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are ↵ | jan.nijtmans | 2017-03-20 | 1 | -1/+1 |
| | | | | not used any more. | ||||
* | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -4/+4 |
| | |||||
* | Revert refcount changes that were not cosmetic. | dgp | 2015-07-02 | 1 | -2/+2 |
| | | | | | | Changing equality testing to inequality testing does more than make code prettier or clearer. It makes it less strict, and thus more tolerant of other bugs elsewhere. Such changes deserve separate consideration at least, not breezy entry in an otherwise "code cleanup" commit. | ||||
* | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -3/+2 |
| | |||||
* | platform portable type matching in debug prints | dgp | 2011-07-12 | 1 | -6/+6 |
| | |||||
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -11/+9 |
| | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | finalize Tcl_Preserve after exit handlers | Kevin B Kenny | 2005-06-24 | 1 | -13/+4 |
| | | | |||||
| | * | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | * generic/tclUtil.c: assume that ckfree == free, as that is not * generic/tclResult.c: always true. [Bug 756791] (fuller) | ||||
| * | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -3/+3 |
| | | | | | | | | | | | | discovered thanks to [Bug 3159920] | ||||
* | | | Don't miss 64-bit address bits in panic message. | nijtmans | 2011-01-25 | 1 | -3/+3 |
| | | | |||||
* | | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -3/+3 |
| | | | | | | | | | | | | discovered thanks to [Bug 3159920] | ||||
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 1 | -10/+9 |
| | | | | | | | | | | | | etc.) | ||||
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -3/+3 |
|/ / | |||||
* | | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -17/+5 |
| | | | | | | | | | | | | | | | | | | * generic/tclLiteral.c: * generic/tclNamesp.c: * generic/tclParse.c: * generic/tclPreserve.c: * generic/tclStringObj.c: * generic/tclUtil.c: | ||||
* | | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -2/+2 |
| | | |||||
* | | ANSIfy | dkf | 2005-11-07 | 1 | -21/+21 |
| | | |||||
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -130/+142 |
| | | |||||
* | | cleanup Tcl_Preserve after exit handlers | Kevin B Kenny | 2005-06-24 | 1 | -13/+4 |
| | | |||||
* | | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -9/+9 |
| | | | | | | | | | | | | | | to 'Tcl_Panic' (the function). The #define of panic in tcl.h clearly states it is deprecated in the comments. [Patch 865264] | ||||
* | | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -5/+3 |
|/ | | | | | * generic/tclUtil.c: assume that ckfree == free, as that is not * generic/tclResult.c: always true. [Bug 756791] (fuller) | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -2/+215 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+277 |