summaryrefslogtreecommitdiff
path: root/Source/Preprocessor/expr.c
Commit message (Expand)AuthorAgeFilesLines
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* ISO C comments fixWilliam S Fulton2022-08-041-1/+1
* Fix spaceship operator bugs, document, add testsOlly Betts2022-07-271-0/+7
* Add comments to clarify how #define gets wrappedOlly Betts2022-07-271-0/+5
* Merge branch 'cpp-testing'Olly Betts2022-07-271-1/+6
|\
| * Support binary integer literals in the preprocessorOlly Betts2022-07-261-1/+6
* | Fix operator precedence in preprocessor expressionsOlly Betts2022-07-261-10/+10
|/
* Resolve -Wstrict-prototypes warnings with clang-15Olly Betts2022-06-301-3/+3
* Eliminate calls to abort()Olly Betts2022-03-061-1/+1
* Emit preprocessor expr error for unary + on stringOlly Betts2022-02-241-5/+13
* Clean up preprocessor expression evaluation codeOlly Betts2022-02-241-16/+34
* Fix a preprocessor expression evaluation bugOlly Betts2022-02-231-0/+1
* Improve error message when preprocessor expressions result in a floating poin...William S Fulton2018-01-151-0/+4
* Fix floating point division by zero in preprocessor expressions.William S Fulton2018-01-151-4/+14
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* const char * correctness fixes (in C code)William S Fulton2012-11-261-2/+2
* Warning fixes using clangWilliam S Fulton2012-04-291-3/+3
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* Fix memory leak in SWIG's parser (based on patch from RussellOlly Betts2008-03-171-1/+0
* API cleanup. Scanner interfaceDave Beazley2007-01-121-12/+12
* Changed Header to IdDave Beazley2006-12-051-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-90/+91
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-7/+5
* fix many/many memory leaksMarcelo Matus2005-11-301-0/+7
* Bill Clarke preprocessor fix for dynamic_cast.cpptest failure on SolarisWilliam S Fulton2004-09-141-21/+59
* Fixed bug in preprocessor expression evaluator. (backslash).Dave Beazley2004-01-151-3/+16
* Moved non static function declarations from source files into header filesWilliam S Fulton2003-12-281-0/+1
* The great mergeDave Beazley2002-11-301-93/+135
* (Preprocessor_expr_init): Use `void' arg instead of empty list.Thien-Thi Nguyen2000-05-111-19/+19
* Major cleanup of commentsDave Beazley2000-01-201-30/+26
* RenaminingDave Beazley2000-01-181-78/+78
* Corrected the versionDave Beazley2000-01-121-3/+17
* Added cvstagsDave Beazley2000-01-121-0/+2
* First checkinDave Beazley2000-01-111-0/+325