summaryrefslogtreecommitdiffstats
path: root/generic/tclHistory.c
Commit message (Expand)AuthorAgeFilesLines
* Make some tests select an encoding profile instead of relying on the default.pooryorick2023-05-041-3/+2
* merge 8.7dgp2023-05-041-2/+3
|\
| * merge 8.6dgp2023-05-041-2/+3
| |\
| | * Remove mention of Tcl_GlobalEval() from comment.dgp2023-05-041-2/+3
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-2/+2
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-1/+1
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | | Merge 8.7jan.nijtmans2022-10-211-1/+1
|\ \ \ | |/ /
* | | 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
* | | merge 8.7dgp2020-03-061-2/+1
|\ \ \ | |/ /
| * | moredgp2020-03-061-2/+1
* | | Merge 8.7jan.nijtmans2020-02-281-4/+5
|\ \ \ | |/ /
| * | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+2
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-151-1/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-3/+3
* | | | Merge 8.7jan.nijtmans2019-08-151-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-2/+2
| |/ /
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
* | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-301-7/+0
|/ /
* | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to gener...jan.nijtmans2017-02-081-3/+2
|/
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-2/+2
|\
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-4/+4
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* | | Minor optimization for Tcl_RecordAndEvalObjdkf2009-12-291-13/+73
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/ /
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+3
* | * generic/tclCompile.c:Miguel Sofer2006-09-301-15/+30
* | Style update and ANSI function definitions.dkf2005-10-181-28/+34
* | * generic/tclBasic.c:dgp2004-10-061-3/+2
* | TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-1/+9
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
|/
* * Updated APIs in generic/tclHistory.c according to the guidelinesdgp2002-01-161-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-18/+8
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+155