Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge core-8-6-branch | jan.nijtmans | 2017-07-03 | 1 | -26/+26 |
|\ | |||||
| * | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. | jan.nijtmans | 2017-07-03 | 1 | -26/+26 |
| | | |||||
* | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 1 | -1/+16 |
|\ \ | |||||
| * \ | Merge core-8-6-branch. | jan.nijtmans | 2017-06-15 | 1 | -1/+2 |
| |\ \ | | |/ | | | | | | | Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’ not handled in switch [-Wswitch] switch (acceptState) { | ||||
| * | | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 1 | -1/+15 |
| |\ \ | |||||
| | * | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 1 | -1/+15 |
| | | | | |||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
| |/ | |||||
* | | In comments and documentation, distinguish between __int64 (a Microsoft ↵ | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
|\ \ | |/ | | | | | 64-bit integer type) and int64_t (C99 equivalent) | ||||
| * | In comments and documentation, distinguish between __int64 (a Microsoft ↵ | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
| | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent) | ||||
* | | 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 ↵ | jan.nijtmans | 2017-02-08 | 1 | -10/+17 |
|/ | | | | | | generate the string representation if we know already beforehand that the parsing will fail. Use TCL_NO_DEPRECATED in stead of KILL_OCTAL for removing the (deprecated un-prefixed) octal support. Adapt test-cases, so they work without octal support as well. | ||||
* | [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 ↵ | dgp | 2015-06-24 | 1 | -8/+30 |
| | | | | | | | | values is rounded to even. | ||||
* | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵ | Kevin B Kenny | 2015-06-20 | 1 | -8/+31 |
| | | | | | | | | values is rounded to even. | ||||
* | | 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 ↵ | jan.nijtmans | 2013-04-23 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication. Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG | ||||
* | | 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 |
|\ \ | |/ | | | [scan Inf %g] is portable; remove constraint. | ||||
| * | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 1 | -0/+3 |
| | | | | | | [scan Inf %g] is portable; remove constraint. | ||||
| * | [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 |
| | | | | | | | | * generic/tclStrToD.c: Plug another memory leak. [Bug 3386975] | ||||
* | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -3/+2 |
|\ \ | |/ | | | conversion. [Bug 3386975] | ||||
| * | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -3/+2 |
| | | | | | | conversion. [Bug 3386975] | ||||
* | | 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 |
|\ \ | |/ | | | Use to replace calls to isspace() and their /* INTL */ risk. | ||||
| * | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -3/+3 |
| | | | | | | Use to replace calls to isspace() and their /* INTL */ risk. | ||||
* | | Replaced another couple of 'double' declarations with 'volatile | Kevin B Kenny | 2011-04-02 | 1 | -2/+4 |
|\ \ | |/ | | | | | double' to work around misrounding issues in mingw-gcc 3.4.5. | ||||
| * | Replaced another couple of 'double' declarations with 'volatile | Kevin B Kenny | 2011-04-02 | 1 | -2/+4 |
| | | | | | | | | double' to work around misrounding issues in mingw-gcc 3.4.5. | ||||
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+2 |
| | | | | | | 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 lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -3/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -7/+23 |
| | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475] | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | Added meaningless initialization of 'i', 'ilim' and 'ilim1' to silence warnings from the C compiler about possible use of uninitialized variables, Added a panic to the 'switch' that assigns them, to assert that the 'default' case is impossible. [Bug 3124675] |