# HG changeset patch # User dbateman # Date 1181749207 0 # Node ID 3b4a5f838de7888fd09e0e1da18146fd0511ad86 # Parent c729dcb215c66b340838133d423a45120b159de8 [project @ 2007-06-13 15:38:21 by dbateman] diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-06-12 David Bateman + + * interpreter/numbers.txi: Document that 64-bit arithmetic is + not possible. + 2007-06-12 David Bateman * interpreter/interp.txi: Split into two section and document diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2007-06-12 David Bateman + + * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m + and interpn.m. + 2007-06-12 David Bateman * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in diff --git a/scripts/general/Makefile.in b/scripts/general/Makefile.in --- a/scripts/general/Makefile.in +++ b/scripts/general/Makefile.in @@ -20,13 +20,13 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -SOURCES = __isequal__.m arrayfun.m bicubic.m bitcmp.m bitget.m \ +SOURCES = __isequal__.m __splinen__.m arrayfun.m bicubic.m bitcmp.m bitget.m \ bitset.m blkdiag.m cart2pol.m cart2sph.m cell2mat.m circshift.m \ common_size.m cplxpair.m cumtrapz.m deal.m diff.m flipdim.m \ fliplr.m flipud.m gradient.m ind2sub.m int2str.m interp1.m \ - interp2.m interpft.m is_duplicate_entry.m isa.m isdefinite.m \ - isdir.m isequal.m isequalwithequalnans.m isscalar.m issquare.m \ - issymmetric.m isvector.m logical.m logspace.m lookup.m mod.m \ + interp2.m interp3.m interpn.m interpft.m is_duplicate_entry.m isa.m \ + isdefinite.m isdir.m isequal.m isequalwithequalnans.m isscalar.m \ + issquare.m issymmetric.m isvector.m logical.m logspace.m lookup.m mod.m \ nargchk.m nextpow2.m nthroot.m num2str.m perror.m pol2cart.m \ polyarea.m postpad.m prepad.m quadl.m randperm.m rem.m \ repmat.m rot90.m rotdim.m shift.m shiftdim.m sortrows.m \