# HG changeset patch # User jwe # Date 1110915226 0 # Node ID eaa9fe7ddbf32b704c0a70f4662bd0d4c6a29a63 # Parent 0c85be7371392a7e8630edfce498c246abcdf486 [project @ 2005-03-15 19:33:46 by jwe] diff -r 0c85be737139 -r eaa9fe7ddbf3 src/ChangeLog --- a/src/ChangeLog Tue Mar 15 19:13:53 2005 +0000 +++ b/src/ChangeLog Tue Mar 15 19:33:46 2005 +0000 @@ -3,6 +3,8 @@ * version.h (OCTAVE_API_VERSION): Now 2.9.0. (OCTAVE_API_VERSION): Now api-v14. + * Makefile.in (INCLUDES): Delete sparse-ops.h from the list. + * cellfun.cc: New function from Octave-forge. Adapt to Octave coding standards. * Makefile.in (DLD_XSRC): Add it to the list. diff -r 0c85be737139 -r eaa9fe7ddbf3 src/Makefile.in --- a/src/Makefile.in Tue Mar 15 19:13:53 2005 +0000 +++ b/src/Makefile.in Tue Mar 15 19:33:46 2005 +0000 @@ -98,7 +98,7 @@ oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ parse.h pr-output.h procstream.h sighandlers.h siglist.h \ - sparse-ops.h sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \ + sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \ token.h toplev.h unwind-prot.h utils.h variables.h version.h \ xdiv.h xpow.h \ $(OV_INCLUDES) \