Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 10148:deba43069023
don't install oct-glob.h
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 20 Jan 2010 13:03:10 -0500 |
parents | adc0143e9419 |
children | 3778ea95adea |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,12 @@ +2010-01-20 John W. Eaton <jwe@octave.org> + + * Makefile.am (PRIVATE_INCS): New variable. List oct-glob.h + here instead of in INCS. + (liboctave_la_SOURCES): Include $(PRIVATE_INCS) in the list. + + * glob-match.cc (glob_match::match, glob_match::glob): Now const. + Move definitions here from glob-match.h. + 2010-01-20 Jaroslav Hajek <highegg@gmail.com> * mx-inlines.cc (mx_inline_any_r, mx_inline_all_r): New helper