summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-04-051-3/+16
|\
| * Plug memleak when [scan] raises an error.dgp2018-04-051-3/+16
* | Merge 8.7jan.nijtmans2018-03-011-2/+2
|\ \ | |/
| * We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt.dgp2018-03-011-2/+2
* | Merge 8.7jan.nijtmans2018-02-271-1/+1
|\ \ | |/
| * Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim...jan.nijtmans2018-02-271-1/+1
* | merge core-8-branchjan.nijtmans2018-02-141-8/+13
|\ \ | |/
| * merge 8.7dgp2018-02-141-2/+2
| |\
| * \ merge 8.7jan.nijtmans2017-12-061-2/+10
| |\ \
| * \ \ Rebase to trunkjan.nijtmans2017-09-081-8/+13
| |\ \ \
| | * \ \ merge trunkjan.nijtmans2017-06-121-33/+33
| | |\ \ \
* | | \ \ \ merge core-8-branchjan.nijtmans2018-02-061-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-2/+2
| | |_|_|/ | |/| | |
* | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-1/+1
|/ / / /
* | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-1/+1
* | | | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as...jan.nijtmans2017-11-091-2/+10
|/ / /
* | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharS...jan.nijtmans2017-09-011-2/+2
* | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
| |/ |/|
* | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-33/+33
* | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid.dgp2017-04-121-13/+8
|/
* Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-8/+13
* Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-2/+2
* [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-0/+6
|\
| * [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-0/+6
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-23/+32
* | Minor tinkering with style.dkf2011-04-041-3/+7
* | Better error-message in case of errors related to setting a variablejan.nijtmans2011-04-041-4/+4
* | More generation of error codes (namespace creation, path normalization,dkf2011-04-031-0/+11
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-7/+6
* | 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-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-4/+6
| | * Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011...dkf2004-08-191-10/+5
| * | * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-2/+2
* | | Code Audit results:dkf2010-03-051-9/+5
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-5/+5
* | | * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-1/+5
* | | * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-10/+10
* | | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-101-1/+6
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-5/+5
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-4/+4
* | * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-221-25/+8
* | * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-251-1/+2
* | 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-191-7/+7
* | * generic/tclInt.h: Revised TclParseNumber interface to enabledgp2005-11-121-21/+29
* | ANSIfy (though only partially - function decls only - for tclExecute.c)dkf2005-11-021-43/+49