summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/pgc.l
Commit message (Expand)AuthorAgeFilesLines
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-1/+1
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-081-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* More improvement to comment parsing in ecpg.Michael Meskes2013-11-251-2/+6
* Distinguish between C and SQL mode for C-style comments.Michael Meskes2013-11-241-12/+27
* ecpg: Split off mmfatal() from mmerror()Peter Eisentraut2013-11-191-21/+21
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-9/+9
* Close file to no leak file descriptor memory. Found by Coverity.Michael Meskes2013-09-081-0/+1
* Clean up references to SQL92Peter Eisentraut2013-04-201-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-2/+2
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-011-61/+61
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-251-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quotedMichael Meskes2010-12-231-0/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-22/+22
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Change the notation for calling functions with named parameters fromTom Lane2010-05-301-1/+5
* ECPG only copied #include statements instead of processing them according toMichael Meskes2010-03-211-5/+34
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-261-4/+19
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to ru...Michael Meskes2009-09-151-2/+2
* Message style reviewPeter Eisentraut2009-01-231-23/+23
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-291-8/+52
* Synced parser.Michael Meskes2008-05-201-2/+2
* Add localization support to ecpg.Peter Eisentraut2008-05-161-24/+24
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-091-1/+2
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-171-2/+35
* Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes2008-02-151-35/+2
* Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes2008-02-141-3/+3
* *** empty log message ***Michael Meskes2008-02-141-3/+3
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-151-2/+1
* Fixed lexer to correctly parse C quotes.Michael Meskes2008-01-111-35/+19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Synced parser and keyword list.Michael Meskes2007-09-041-2/+2
* Fixed bug in Informix define handling.Michael Meskes2007-08-291-3/+36
* More cleaning up and removed some duplicates.Michael Meskes2007-08-221-62/+34
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-141-17/+26
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-171-2/+46
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-4/+23
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-181-23/+23
* ynced parser and keyword list.Michael Meskes2006-08-021-3/+52
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-16/+23
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-17/+30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2