summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-3/+3
|\
| * New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-3/+3
* | Replaced another couple of 'double' declarations with 'volatile Kevin B Kenny2011-04-021-2/+4
|\ \ | |/
| * Replaced another couple of 'double' declarations with 'volatile Kevin B Kenny2011-04-021-2/+4
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+2
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+0
| * * doc/tclvars.n:Kevin B Kenny2011-01-151-7/+23
| * Whitespace, and fix broken backport of ilimi* initialization.andreas_kupries2010-12-011-66/+66
| * * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):Kevin B Kenny2010-12-011-4/+11
| * * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-320/+2495
| * [Bug #3005233] fix for build on OpenBSD vaxnijtmans2010-05-211-6/+8
| * * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-071-4/+5
| * * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-1/+17
| * * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-011-1/+20
* | Removed code that suppressed zeroes in a context where zeroes cannot appear.Kevin B Kenny2011-01-151-6/+1
* | * doc/tclvars.n:Kevin B Kenny2011-01-151-6/+26
* | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery isdkf2010-12-071-1115/+1127
* | silence gcc warning when using -Wwrite-stringsnijtmans2010-12-031-2/+7
* | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):Kevin B Kenny2010-12-011-4/+11
* | fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-011-2/+2
* | added missing casts that MSVC complained about and deleted unused variableKevin B Kenny2010-11-291-5/+5
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-298/+2474
* | [Bug #3005233] fix for build on OpenBSD vaxnijtmans2010-05-211-3/+5
* | Fix [Bug 2996549]: Failure in expr.test on Win32nijtmans2010-05-171-3/+7
* | CONSTify various useful internal functionsnijtmans2010-05-031-6/+6
* | If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-8/+3
* | * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallestKevin B Kenny2010-04-021-5/+3
* | Code Audit results:dkf2010-03-051-18/+18
* | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-8/+8
* | * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-071-4/+5
* | * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-1/+17
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-4/+4
* | Generate errorcodes for more cases.dkf2009-01-081-3/+5
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-101-3/+9
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-011-1/+20
|/
* * generic/tclStrToD.c: Resolve identifier conflict over "pow10"dgp2008-03-131-9/+9
* merge stable branch onto HEADdgp2007-12-131-1/+1
* More minor cleanupdkf2007-11-181-111/+124
* * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-231-19/+29
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-9/+9
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+4
* various "const" additions, in line with TIP #27nijtmans2007-02-201-8/+8
* TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-2/+2
* * generic/regc_locale.c (cclass):das2006-07-201-7/+7
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-26/+3
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-261-1/+17
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-191-2/+65
* * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigitdgp2006-03-211-1/+2