Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-16 | Removed lextest, because lex'ed files are now in the distribution. | Peter Eisentraut | |
1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian | |
1998-04-06 | Hi, | 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-08 | Lex/yacc source cleanup like indent. | Bruce Momjian | |
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1997-08-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian | |
1997-06-25 | lextest cleanup. | Bruce Momjian | |
1997-06-02 | Allow for EOF or \0 as input() return from lex. | Bruce Momjian | |
1997-05-21 | Add SRCDIR to lextest | Bruce Momjian | |
1997-05-20 | Fix for lextest return value. | Bruce Momjian | |
1997-05-19 | Add Makefile.global to lextest makefile. | Bruce Momjian | |
1997-05-16 | Modify lextest and GNUmakefile so that if the test does fail, the | Marc G. Fournier | |
make doesn't proceed | |||
1997-05-16 | Have Make process exit if lextest fails | Marc G. Fournier | |
1997-05-14 | Remove README.flex and make lextest point to INSTALL. | Bruce Momjian | |
1997-05-14 | lextest Makefile cleanup | Bruce Momjian | |
1997-05-14 | Add test for flex bug as part of make, and point them to README.flex. | Bruce Momjian | |