aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/pgc.l
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Lots of doc corrections.Robert Haas2012-04-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quotedMichael Meskes2010-12-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
* ECPG only copied #include statements instead of processing them according toMichael Meskes2010-03-21
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to ru...Michael Meskes2009-09-15
* Message style reviewPeter Eisentraut2009-01-23
* Update copyright for 2009.Bruce Momjian2009-01-01
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Synced parser.Michael Meskes2008-05-20
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-17
* Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes2008-02-15
* Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes2008-02-14
* *** empty log message ***Michael Meskes2008-02-14
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* Fixed lexer to correctly parse C quotes.Michael Meskes2008-01-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Synced parser and keyword list.Michael Meskes2007-09-04
* Fixed bug in Informix define handling.Michael Meskes2007-08-29
* More cleaning up and removed some duplicates.Michael Meskes2007-08-22
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-18
* ynced parser and keyword list.Michael Meskes2006-08-02
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Added just another test case.Michael Meskes2006-02-08
* Added C bit fields to ecpg parserMichael Meskes2006-02-04
* In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian2006-02-04
* More spacing cleanups.Bruce Momjian2006-02-02
* More alignment improvements.Bruce Momjian2006-02-01
* Make pgc.l source code alignment consistent.Bruce Momjian2006-02-01
* Also synced the ecpg lexer with the backend lexer.Michael Meskes2005-10-05
* Add \x hex support to ecpg strings. This just passes them to the backend.Bruce Momjian2005-06-16
* Fixed bug in parsing of #line statement in declare section.Michael Meskes2005-02-02