summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2002-09-02Fix breakage introduced by evidently-completely-untested snprintf patch.Tom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-21Fixed some minor typos.Michael Meskes
2002-07-21Re-Committed old file.Michael Meskes
2002-07-20Synced parser yet again.Michael Meskes
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-07-01Commit old versions into main branch again.Michael Meskes
2002-06-30Committing parser changes. Note, however, that the development bison seems ot...Michael Meskes
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