| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 1 | -1/+15 |
|
|
* | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
|\ |
|
| * | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
|
|
* | | Fix for Ticket [71c0878b71] + test cases | avl | 2017-03-05 | 1 | -1/+1 |
|
|
* | | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to gener... | jan.nijtmans | 2017-02-08 | 1 | -10/+17 |
|/ |
|
* | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. | dgp | 2016-10-12 | 1 | -1/+1 |
|
|
* | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+9 |
|\ |
|
| * | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+6 |
|
|
| * | RefineApproximation() leaked twoMv and twoMd in one of its exits. | dgp | 2016-01-28 | 1 | -0/+2 |
|
|
* | | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -99/+99 |
|
|
* | | Plug leak of two mp_ints. | dgp | 2015-07-02 | 1 | -0/+2 |
|
|
* | | Silence compiler warning. | dgp | 2015-06-24 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Make sure that an input lying precisely 1/2 ULP between two floating point va... | dgp | 2015-06-24 | 1 | -8/+30 |
|
|
* | | Make sure that an input lying precisely 1/2 ULP between two floating point va... | Kevin B Kenny | 2015-06-20 | 1 | -8/+31 |
|
|
* | | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 1 | -0/+0 |
|\ \
| |/ |
|
| * | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 1 | -0/+0 |
|
|
* | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 |
|
|
* | | unused static array wtens | jan.nijtmans | 2011-09-06 | 1 | -9/+0 |
|\ \
| |/ |
|
| * | unused static array wtens | jan.nijtmans | 2011-09-06 | 1 | -10/+0 |
|
|
* | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). | dgp | 2011-09-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 1 | -0/+3 |
|
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|
|
* | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 1 | -0/+3 |
|
|
* | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -3/+2 |
|
|
* | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -4/+2 |
|
|
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -10/+48 |
|\ \
| |/ |
|
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -10/+48 |
|
|
* | | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 1 | -1/+1 |
|
|
* | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -3/+3 |
|
|
* | | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 1 | -2/+4 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+2 |
|
|
* | | 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 | -3/+0 |
|
|
| * | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -7/+23 |
|
|
| * | Whitespace, and fix broken backport of ilimi* initialization. | andreas_kupries | 2010-12-01 | 1 | -66/+66 |
|
|
| * | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): | Kevin B Kenny | 2010-12-01 | 1 | -4/+11 |
|
|
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -320/+2495 |
|
|
| * | [Bug #3005233] fix for build on OpenBSD vax | nijtmans | 2010-05-21 | 1 | -6/+8 |
|
|
| * | * generic/tclStrToD.c: Correct conditional compile directives to | dgp | 2009-12-07 | 1 | -4/+5 |
|
|
| * | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -1/+17 |
|
|
| * | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -1/+20 |
|
|
* | | Removed code that suppressed zeroes in a context where zeroes cannot appear. | Kevin B Kenny | 2011-01-15 | 1 | -6/+1 |
|
|
* | | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -6/+26 |
|
|