summaryrefslogtreecommitdiff
path: root/src/lextest
AgeCommit message (Collapse)Author
2000-01-16Removed lextest, because lex'ed files are now in the distribution.Peter Eisentraut
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1998-04-06Hi,Bruce Momjian
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
1997-09-08Lex/yacc source cleanup like indent.Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-06-25lextest cleanup.Bruce Momjian
1997-06-02Allow for EOF or \0 as input() return from lex.Bruce Momjian
1997-05-21Add SRCDIR to lextestBruce Momjian
1997-05-20Fix for lextest return value.Bruce Momjian
1997-05-19Add Makefile.global to lextest makefile.Bruce Momjian
1997-05-16Modify lextest and GNUmakefile so that if the test does fail, theMarc G. Fournier
make doesn't proceed
1997-05-16Have Make process exit if lextest failsMarc G. Fournier
1997-05-14Remove README.flex and make lextest point to INSTALL.Bruce Momjian
1997-05-14lextest Makefile cleanupBruce Momjian
1997-05-14Add test for flex bug as part of make, and point them to README.flex.Bruce Momjian