Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-29 | Re-add getopt.c for MSWin psql. | Bruce Momjian | |
2002-10-29 | Re-add getopt.c. | Bruce Momjian | |
2002-07-15 | Remove utils/getopt.c file, not needed, it only allowed "--flag" | Bruce Momjian | |
warnings, and we now look for getopt_long in libgetopt.a. | |||
2001-11-26 | Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. | Bruce Momjian | |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | |
initdb/regression tests pass. | |||
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
1999-05-25 | pgindent run over code. | Bruce Momjian | |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian | |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian | |
1998-08-27 | From: Magnus Hagander <mha@edu.sollentuna.se> | Marc G. Fournier | |
Ok. Here is a patch to make psql work on Win32 (as a console mode application, of course). It requires getopt.c to be in src/utils - works fine with the FreeBSD version of it. Also, the file win32.mak should go into src/bin/psql. |