summaryrefslogtreecommitdiffstats
path: root/generic/tclPreserve.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-12-081-2/+2
|\
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-2/+2
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | merge 8.7dgp2020-03-171-1/+0
|\ \ | |/
| * TIP 569 - remove lint commentsdgp2020-03-171-1/+0
| |
* | Merge 8.7jan.nijtmans2020-02-281-4/+4
|\ \ | |/
| * Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-4/+4
| |
* | code/doc cleanupjan.nijtmans2018-09-281-5/+5
| |
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-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.nijtmans2017-12-011-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.nijtmans2017-03-201-1/+1
| | | | not used any more.
* More internal use of size_t in stead of int.jan.nijtmans2016-11-211-4/+4
|
* Revert refcount changes that were not cosmetic.dgp2015-07-021-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.nijtmans2015-07-021-3/+2
|
* platform portable type matching in debug printsdgp2011-07-121-6/+6
|
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-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 linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * finalize Tcl_Preserve after exit handlersKevin B Kenny2005-06-241-13/+4
| | |
| | * * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-161-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,nijtmans2011-01-181-3/+3
| | | | | | | | | | | | discovered thanks to [Bug 3159920]
* | | Don't miss 64-bit address bits in panic message.nijtmans2011-01-251-3/+3
| | |
* | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-3/+3
| | | | | | | | | | | | discovered thanks to [Bug 3159920]
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵dkf2009-01-091-10/+9
| | | | | | | | | | | | etc.)
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-3/+3
|/ /
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-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]dkf2006-08-101-2/+2
| |
* | ANSIfydkf2005-11-071-21/+21
| |
* | Getting more systematic about styledkf2005-07-241-130/+142
| |
* | cleanup Tcl_Preserve after exit handlersKevin B Kenny2005-06-241-13/+4
| |
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-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 nothobbs2003-07-161-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 trunkstanton1999-04-161-2/+215
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+277