summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * generic/tclClock.c: Removed some dead code.dgp2005-10-191-202/+1
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-107/+127
* | Systematizing the formattingdkf2005-07-211-478/+493
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-2/+2
* | * generic/tclBasic.c:dgp2004-10-061-6/+5
* | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011...dkf2004-08-191-10/+5
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-13/+13
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-5/+1
|/
* Added clarification comment.dkf2002-02-251-1/+4
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-24/+99
* * generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree beinghobbs2002-02-081-2/+4
* * tests/scan.test:hobbs2002-02-071-1/+8
* * generic/tclCmdAH.c (Tcl_FormatObjCmd):hobbs2001-09-201-6/+11
* * docs/scan.n:hobbs2000-12-101-3/+3
* * tests/scan.test:hobbs1999-11-301-1/+7
* * generic/tclProc.c: corrected error reporting for default casehobbs1999-11-191-9/+32
* removed // comments (IBM's AIX compiler complained)hobbs1999-10-291-4/+1
* * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it onlyhobbs1999-10-291-28/+103