summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-17Fixed parser bug concerning octal numbers in single quotes.Michael Meskes
2002-06-12Applied Lee Kindness' patch to fix one of memory allocation with floating poi...Michael Meskes
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-20 - Fixed some parser bugs.Michael Meskes
2002-05-19 - Fixed reduce/reduce conflict in parser.Michael Meskes
2002-04-28 - Synced yet again.Michael Meskes
2002-04-22Synced preproc.y and keywords.c.Michael Meskes
2002-04-21Include stdio.h and stdlib.h for completeness.Thomas G. Lockhart
2002-04-20Add missing include.Peter Eisentraut
2002-04-16Fixed typo in preproc/type.hMichael Meskes
2002-04-14- Synced preproc.y with gram.yMichael Meskes
2002-04-05When a macro is replaced by the preprocessor, pgc.l reaches a end ofBruce Momjian
2002-03-24Indenting #if commands is not portable, is it?Tom Lane
2002-03-21Fix minor syntax error.Tom Lane
2002-03-21Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes
2002-03-20Just one more test case.Michael Meskes
2002-03-19Add missing trailing semicolons to ecpg rules.Bruce Momjian
2002-03-15Manually clean up indenting of ecpg lex/yacc files, OK'ed by MichaelBruce Momjian
2002-03-11Changed the version numbers, but did not commit the Makefiles.Michael Meskes
2002-03-10Fixed two bugs in define command in pgc.lMichael Meskes
2002-03-10Disable brackets in multi-statement rules, as discussed.Bruce Momjian
2002-03-06Synced parser with backend.Michael Meskes
2002-03-06Change made to elog:Bruce Momjian
2002-02-23Add -Wno-error to CFLAGS, so the rest of the tree can compile withPeter Eisentraut
2002-02-15Remove warning about automatic inclusion of sqlca.Peter Eisentraut
2002-01-23Added patch to temporarily disable locale for descriptors too (Christof)Michael Meskes
2002-01-18Accept subsequent commits. This should have been just a warning anyway. IMichael Meskes
2002-01-14Ensure that ecpg/test is cleaned by higher-level 'make clean'.Tom Lane
2002-01-13 - Fixed variable handling for struct members.Michael Meskes
2002-01-11Added Christof's fixes.Michael Meskes
2002-01-10Include sqlca.h automatically.Michael Meskes
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2002-01-09Fix include paths for case of VPATH build.Tom Lane
2002-01-08Fix copy-and-paste mistake exposed by gcc warning.Tom Lane
2002-01-08Revert last change (CFLAGS+=-g). Probably was a mistake...Peter Eisentraut
2002-01-08Remove shift/reduce conflicts introduced by last change.Tom Lane
2002-01-08Fixed array pointers, no longer using void * in arithmetics.Michael Meskes
2002-01-07Fixed parser to accept initializing expressions starting with "(".Michael Meskes
2002-01-07Editorial reviewPeter Eisentraut
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
2001-12-10committed the missing filesMichael Meskes
2001-12-09Fixed several bugs concerning indicators and added error messages instead of ...Michael Meskes
2001-12-08Fix ecpg to allow pointer to structs.Michael Meskes
2001-12-06 - Removed debug message from preproc.y.Michael Meskes
2001-12-05 - Fixed variable handling in AT statement.Michael Meskes
2001-12-04 Fixed dumping of structs without indicators.Michael Meskes
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-21// -> /* */, per Tatsuo.Bruce Momjian
2001-11-16Once again, Michael has overwritten someone else's patch ...Tom Lane