summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-1/+1
* Generate errorCode information on failure to parse expressions.dkf2011-03-171-67/+103
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-7/+9
* MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-4/+2
* Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-1/+1
* 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
| | * style revisions to latest commitdgp2008-04-171-2/+2
| | * * generic/tclCompExpr.c (CompileMathFuncCall): Addedandreas_kupries2008-04-171-1/+2
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+6
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+3
| | * * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-4/+2
| * | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-22/+22
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All backport...nijtmans2010-01-061-2/+2
* | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-3/+3
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-2/+4
* | | * generic/tclCompExpr.c: Slight change in the literal sharingMiguel Sofer2010-04-291-2/+2
* | | Code Audit results:dkf2010-03-051-9/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-27/+23
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-1/+4
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-349/+387
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
|/ /
* | * generic/tclCompExpr.c (ParseExpr): Plug memory leak in errordgp2008-02-281-3/+3
* | More stray trailing ","s.jenglish2008-02-261-2/+2
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-231-18/+6
* | * generic/tclCompExpr.c: Revision to preserve parsed intrepsdgp2008-01-171-5/+42
* | * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-161-3/+4
* | * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]Miguel Sofer2008-01-161-40/+21
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the defMiguel Sofer2008-01-151-5/+4
* | 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-5/+6
* | * generic/tclCompExpr.c: Moved a misplaced declaration that blockedKevin B Kenny2007-10-171-2/+3
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-1/+24
* | * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()dgp2007-08-281-63/+55
* | * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-281-9/+7
* | typodas2007-08-271-2/+3
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-271-23/+5
* | * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-271-4/+1
* | * generic/tclCompExpr.c: Force numeric and boolean literalsdgp2007-08-271-7/+26
* | * generic/tclCompExpr.c: Register literals found in expressionsdgp2007-08-241-5/+29
* | * generic/tclCompExpr.c: Suppress the attempt to convert todgp2007-08-231-2/+2
* | Missing init in ParseExpr().dgp2007-08-221-1/+2
* | * generic/tclCompExpr.c: Added a "constant" field to the OpNodedgp2007-08-161-90/+296
* | comment correctionsdgp2007-08-141-8/+7
* | Then reorder code todgp2007-08-101-219/+174
* | * generic/tclCompExpr.c: Revise CompileExprTree() to use thedgp2007-08-101-65/+117
* | * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-061-262/+285