changeset 6716:3b4a5f838de7

[project @ 2007-06-13 15:38:21 by dbateman]
author dbateman
date Wed, 13 Jun 2007 15:40:07 +0000
parents c729dcb215c6
children b319df52ba87
files doc/ChangeLog scripts/ChangeLog scripts/general/Makefile.in
diffstat 3 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Jun 13 11:06:47 2007 +0000
+++ b/doc/ChangeLog	Wed Jun 13 15:40:07 2007 +0000
@@ -1,3 +1,8 @@
+2007-06-12  David Bateman  <dbateman@free.fr>
+
+	* interpreter/numbers.txi: Document that 64-bit arithmetic is
+	not possible.
+
 2007-06-12  David Bateman  <dbateman@free.fr>
 
 	* interpreter/interp.txi: Split into two section and document
--- a/scripts/ChangeLog	Wed Jun 13 11:06:47 2007 +0000
+++ b/scripts/ChangeLog	Wed Jun 13 15:40:07 2007 +0000
@@ -1,3 +1,8 @@
+2007-06-12  David Bateman  <dbateman@free.fr>
+
+	* general/Makefile.in (SOURCES): Include __spline__.m, interp3.m
+	and interpn.m.
+
 2007-06-12  David Bateman  <dbateman@free.fr>
 
 	* pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in
--- a/scripts/general/Makefile.in	Wed Jun 13 11:06:47 2007 +0000
+++ b/scripts/general/Makefile.in	Wed Jun 13 15:40:07 2007 +0000
@@ -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 \