Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,10 @@ +2010-01-23 John W. Eaton <jwe@octave.org> + + * Makefile.am (LIBOCTAVE_C_SOURCES): Remove oct-getopt.c from the list. + (LIBOCTAVE_CXX_SOURCES): Remove prog-args.c from the list. + (INCS): Remove prog-args.h and oct-getopt.h from the list. + * prog-args.cc, prog-args.h, oct-getopt.c, oct-getopt.h: Delete. + 2010-01-22 John W. Eaton <jwe@octave.org> * prog-args.h, prog-args.cc (prog_args::get_option,