| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is | dkf | 2010-12-07 | 1 | -1115/+1127 |
|
|
* | | silence gcc warning when using -Wwrite-strings | nijtmans | 2010-12-03 | 1 | -2/+7 |
|
|
* | | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): | Kevin B Kenny | 2010-12-01 | 1 | -4/+11 |
|
|
* | | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -2/+2 |
|
|
* | | added missing casts that MSVC complained about and deleted unused variable | Kevin B Kenny | 2010-11-29 | 1 | -5/+5 |
|
|
* | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 1 | -298/+2474 |
|
|
* | | [Bug #3005233] fix for build on OpenBSD vax | nijtmans | 2010-05-21 | 1 | -3/+5 |
|
|
* | | Fix [Bug 2996549]: Failure in expr.test on Win32 | nijtmans | 2010-05-17 | 1 | -3/+7 |
|
|
* | | CONSTify various useful internal functions | nijtmans | 2010-05-03 | 1 | -6/+6 |
|
|
* | | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -8/+3 |
|
|
* | | * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest | Kevin B Kenny | 2010-04-02 | 1 | -5/+3 |
|
|
* | | Code Audit results: | dkf | 2010-03-05 | 1 | -18/+18 |
|
|
* | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -8/+8 |
|
|
* | | * generic/tclStrToD.c: Correct conditional compile directives to | dgp | 2009-12-07 | 1 | -4/+5 |
|
|
* | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -1/+17 |
|
|
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -4/+4 |
|
|
* | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -3/+5 |
|
|
* | | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 1 | -3/+9 |
|
|
* | | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -1/+20 |
|/ |
|
* | * generic/tclStrToD.c: Resolve identifier conflict over "pow10" | dgp | 2008-03-13 | 1 | -9/+9 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | More minor cleanup | dkf | 2007-11-18 | 1 | -111/+124 |
|
|
* | * generic/tclEnv.c (ReplaceString): Clear memory correctly when | Kevin B Kenny | 2007-04-23 | 1 | -19/+29 |
|
|
* | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -9/+9 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -2/+4 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -8/+8 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -2/+2 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -2/+2 |
|
|
* | * generic/regc_locale.c (cclass): | das | 2006-07-20 | 1 | -7/+7 |
|
|