| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flag | jan.nijtmans | 2022-10-07 | 1 | -4/+22 |
|\ |
|
| * | Update doc | jan.nijtmans | 2022-05-10 | 1 | -3/+3 |
|
|
| * | Merge 8.7. Update doc | jan.nijtmans | 2022-05-10 | 1 | -4/+4 |
| |\
| |/
|/| |
|
| * | re-structure, add more examples | jan.nijtmans | 2022-04-29 | 1 | -2/+7 |
|
|
| * | Merge 8.7 | jan.nijtmans | 2022-04-20 | 1 | -2/+2 |
| |\
| |/
|/| |
|
| * | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signatures | jan.nijtmans | 2022-04-15 | 1 | -2/+2 |
|
|
| * | Better errpr-handling | jan.nijtmans | 2022-03-31 | 1 | -2/+2 |
|
|
| * | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flag | jan.nijtmans | 2022-02-22 | 1 | -3/+20 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-04-20 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist... | jan.nijtmans | 2022-04-20 | 1 | -3/+3 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -2/+2 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|
|
* | | Correctly distinguish between internalrep.longValue (in case of boolean) and ... | jan.nijtmans | 2018-02-22 | 1 | -1/+1 |
|
|
* | | small code review: resolve conversion warnings (possible loss of data, signed... | sebres | 2018-02-09 | 1 | -1/+1 |
|
|
* | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -1/+1 |
|/ |
|
* | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | jan.nijtmans | 2013-02-04 | 1 | -1/+1 |
|
|
* | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 1 | -0/+2 |
|\ |
|
| * | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 1 | -0/+3 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not | dgp | 2005-04-20 | 1 | -2/+6 |
|
|
| * | | * generic/tclGet.c: Corrected out of date comments. | dgp | 2008-07-08 | 1 | -7/+9 |
|
|
* | | | * generic/tclGet.c: Corrected out of date comments and removed | dgp | 2008-07-08 | 1 | -50/+7 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -5/+5 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet* | hobbs | 2007-11-12 | 1 | -3/+3 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -3/+3 |
|
|
* | | ANSIfy | dkf | 2005-11-07 | 1 | -18/+17 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -37/+43 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -25/+25 |
|
|
* | | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 1 | -2/+5 |
|
|
* | | * generic/tclGet.c: Radical code simplification. Converted | dgp | 2005-04-21 | 1 | -63/+24 |
|
|
* | | * doc/GetInt.3: Convert argument "string" to "str" to agree with code. | dgp | 2005-04-21 | 1 | -157/+49 |
|
|
* | | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not | dgp | 2005-04-20 | 1 | -2/+6 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -3/+2 |
|/ |
|
* | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset | hobbs | 2002-11-19 | 1 | -9/+19 |
|
|
* | * Updated APIs in generic/tclGet.c | dgp | 2001-09-25 | 1 | -7/+9 |
|
|
* | * generic/tclGet.c (Tcl_GetDouble): Added additional conditions to | ericm | 2000-03-31 | 1 | -2/+3 |
|
|
* | * tests/expr-old.test: | hobbs | 1999-12-04 | 1 | -1/+3 |
|
|
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 1 | -5/+5 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -34/+26 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+328 |
|
|