summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc().dgp@users.sourceforge.net2015-07-291-1/+3
* Fix some gcc compiler warnings (probably cygwin-only)nijtmans@users.sourceforge.net2014-12-081-3/+3
* Limit isalpha(.) calls in the expr parser to only apply to known ASCIIdgp@users.sourceforge.net2014-12-041-3/+4
* Stop using isalnum(.). Its results are not portable. Replace with ourdgp@users.sourceforge.net2014-12-041-5/+10
* Same issue in expr parser also tested and fixed.dgp@users.sourceforge.net2014-11-261-20/+12
* Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...nijtmans@users.sourceforge.net2013-01-311-1/+1
* make some more internal tables constnijtmans@users.sourceforge.net2012-04-181-1/+1
|\
| * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp@users.sourceforge.net2011-03-061-2/+2
* | missing 'break'dgp@users.sourceforge.net2011-09-071-0/+1
* | Tidiness, comments, and tests.dgp@users.sourceforge.net2011-09-071-5/+28
* | Don't extend numbers with non-alphanumeric characters into barewords.dgp@users.sourceforge.net2011-09-061-0/+6
* | 3401704 New patch to enable nancy(), influence(), 99bottles().dgp@users.sourceforge.net2011-09-061-43/+38
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * style revisions to latest commitdgp@users.sourceforge.net2008-04-171-2/+2
| * * generic/tclCompExpr.c (CompileMathFuncCall): Addedandreask@activestate.com2008-04-171-1/+2
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreask@activestate.com2006-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 thedgp@users.sourceforge.net2005-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
* | * generic/tclCompExpr.c (ParseExpr): Plug memory leak in errordgp@users.sourceforge.net2008-02-281-3/+3
* | More stray trailing ","s.jenglish@flightlab.com2008-02-261-2/+2
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp@users.sourceforge.net2008-01-231-18/+6
* | * generic/tclCompExpr.c: Revision to preserve parsed intrepsdgp@users.sourceforge.net2008-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 HEADdgp@users.sourceforge.net2007-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 leadingdgp@users.sourceforge.net2007-10-151-1/+24
* | * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()dgp@users.sourceforge.net2007-08-281-63/+55
* | * generic/tclBasic.c: Used unions to better clarify overloading ofdgp@users.sourceforge.net2007-08-281-9/+7
* | typodas2007-08-271-2/+3
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp@users.sourceforge.net2007-08-271-23/+5
* | * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp@users.sourceforge.net2007-08-271-4/+1
* | * generic/tclCompExpr.c: Force numeric and boolean literalsdgp@users.sourceforge.net2007-08-271-7/+26
* | * generic/tclCompExpr.c: Register literals found in expressionsdgp@users.sourceforge.net2007-08-241-5/+29
* | * generic/tclCompExpr.c: Suppress the attempt to convert todgp@users.sourceforge.net2007-08-231-2/+2
* | Missing init in ParseExpr().dgp@users.sourceforge.net2007-08-221-1/+2
* | * generic/tclCompExpr.c: Added a "constant" field to the OpNodedgp@users.sourceforge.net2007-08-161-90/+296
* | comment correctionsdgp@users.sourceforge.net2007-08-141-8/+7
* | Then reorder code todgp@users.sourceforge.net2007-08-101-219/+174
* | * generic/tclCompExpr.c: Revise CompileExprTree() to use thedgp@users.sourceforge.net2007-08-101-65/+117
* | * tests/parseExpr.test: Update source file name of expr parser code.dgp@users.sourceforge.net2007-08-061-262/+285
* | * generic/tclCompExpr.c: Removed unused arguments and variables.dgp@users.sourceforge.net2007-07-181-43/+25
* | typodgp@users.sourceforge.net2007-07-171-2/+2
* | * generic/tclCompExpr.c (ParseExpr): While adding comments todgp@users.sourceforge.net2007-07-171-202/+251
* | * generic/tclCompExpr.c: More commentary.dgp@users.sourceforge.net2007-07-161-6/+27