| Commit message (Expand) | Author | Age | Files | Lines |
* | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
|
|
* | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -33/+33 |
|
|
* | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 1 | -13/+8 |
|
|
* | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d... | jan.nijtmans | 2017-04-05 | 1 | -8/+13 |
|
|
* | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of... | jan.nijtmans | 2015-06-24 | 1 | -2/+2 |
|
|
* | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -0/+6 |
|\ |
|
| * | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -0/+6 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -23/+32 |
|
|
* | | Minor tinkering with style. | dkf | 2011-04-04 | 1 | -3/+7 |
|
|
* | | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -4/+4 |
|
|
* | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -0/+11 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -7/+6 |
|
|
* | | 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/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -4/+6 |
|
|
| | * | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011... | dkf | 2004-08-19 | 1 | -10/+5 |
|
|
| * | | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -2/+2 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -9/+5 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -5/+5 |
|
|
* | | | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -1/+5 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -2/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -10/+10 |
|
|
* | | | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 1 | -1/+6 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
* | | | 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 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -4/+4 |
|
|
* | | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. | dgp | 2007-06-22 | 1 | -25/+8 |
|
|
* | | * doc/DoubleObj.3: More doc updates for TIP 237. | dgp | 2006-04-25 | 1 | -1/+2 |
|
|
* | | 2005-12-19 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-19 | 1 | -7/+7 |
|
|
* | | * generic/tclInt.h: Revised TclParseNumber interface to enable | dgp | 2005-11-12 | 1 | -21/+29 |
|
|
* | | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -43/+49 |
|
|
* | | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -202/+1 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -107/+127 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -478/+493 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -6/+5 |
|
|
* | | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011... | dkf | 2004-08-19 | 1 | -10/+5 |
|
|
* | | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -13/+13 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -5/+1 |
|/ |
|
* | Added clarification comment. | dkf | 2002-02-25 | 1 | -1/+4 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -24/+99 |
|
|
* | * generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree being | hobbs | 2002-02-08 | 1 | -2/+4 |
|
|
* | * tests/scan.test: | hobbs | 2002-02-07 | 1 | -1/+8 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): | hobbs | 2001-09-20 | 1 | -6/+11 |
|
|
* | * docs/scan.n: | hobbs | 2000-12-10 | 1 | -3/+3 |
|
|
* | * tests/scan.test: | hobbs | 1999-11-30 | 1 | -1/+7 |
|
|
* | * generic/tclProc.c: corrected error reporting for default case | hobbs | 1999-11-19 | 1 | -9/+32 |
|
|
* | removed // comments (IBM's AIX compiler complained) | hobbs | 1999-10-29 | 1 | -4/+1 |
|
|