Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 10195:b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 23 Jan 2010 12:42:48 -0500 |
parents | fc95c80058d8 |
children | 4d433bd2d4dc |
comparison
equal
deleted
inserted
replaced
10194:d4f813c3f5ed | 10195:b49d47b637b7 |
---|---|
1 2010-01-23 John W. Eaton <jwe@octave.org> | |
2 | |
3 * Makefile.am (LIBOCTAVE_C_SOURCES): Remove oct-getopt.c from the list. | |
4 (LIBOCTAVE_CXX_SOURCES): Remove prog-args.c from the list. | |
5 (INCS): Remove prog-args.h and oct-getopt.h from the list. | |
6 * prog-args.cc, prog-args.h, oct-getopt.c, oct-getopt.h: Delete. | |
7 | |
1 2010-01-22 John W. Eaton <jwe@octave.org> | 8 2010-01-22 John W. Eaton <jwe@octave.org> |
2 | 9 |
3 * prog-args.h, prog-args.cc (prog_args::get_option, | 10 * prog-args.h, prog-args.cc (prog_args::get_option, |
4 prog_args::option_argument, prog_args::option_index): | 11 prog_args::option_argument, prog_args::option_index): |
5 Don't declare const. | 12 Don't declare const. |