Rewrote the command line parser using argp.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 8 Nov 2008 03:44:56 +0000 (12:44 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 8 Nov 2008 03:44:56 +0000 (12:44 +0900)
commitfe76b9c2c49a0dd33aad5dfe3f03a056e6f96c21
tree65e77d45e043b4c8854654f791b1a5827781dfa3
parent47e6024280cbc95dbfa637009091cc8404c84fb0
Rewrote the command line parser using argp.

Reimplemented the command line parser using argp.
Removed some unimplemented options and added the ability
for the gui to open system or portable files whose names
are specified on the command line.
16 files changed:
Smake
doc/invoking.texi
src/ui/automake.mk
src/ui/command-line.c [new file with mode: 0644]
src/ui/command-line.h [new file with mode: 0644]
src/ui/gui/main.c
src/ui/gui/psppire.c
src/ui/gui/psppire.h
src/ui/source-init-opts.c [new file with mode: 0644]
src/ui/source-init-opts.h [new file with mode: 0644]
src/ui/terminal/automake.mk
src/ui/terminal/command-line.c [deleted file]
src/ui/terminal/command-line.h [deleted file]
src/ui/terminal/main.c
src/ui/terminal/terminal-opts.c [new file with mode: 0644]
src/ui/terminal/terminal-opts.h [new file with mode: 0644]