comparison scripts/ChangeLog @ 9880:7f77e5081e83

Add ftp objects
author David Bateman <dbateman@free.fr>
date Sat, 28 Nov 2009 11:44:57 +0100
parents cac3b4e5035b
children 1506a17832c9
comparison
equal deleted inserted replaced
9879:034677ab6865 9880:7f77e5081e83
1 2009-11-27 David Bateman <dbateman@free.fr>
2
3 * @ftp/ascii.m, @ftp/binary.m, @ftp/cd.m, @ftp/close.m,
4 @ftp/delete.m, @ftp/dir.m, @ftp/display.m, @ftp/ftp.m,
5 @ftp/loadobj.m, @ftp/mget.m, @ftp/mkdir.m, @ftp/module.mk,
6 @ftp/mput.m, @ftp/rename.m, @ftp/rmdir.m, @ftp/saveobj.m: New files
7 * Makefile.am: Add the @ftp to the build.
8
1 2009-11-26 Jaroslav Hajek <highegg@gmail.com> 9 2009-11-26 Jaroslav Hajek <highegg@gmail.com>
2 10
3 * linear-algebra/cross.m: Avoid doing indexing twice. 11 * linear-algebra/cross.m: Avoid doing indexing twice.
4 12
5 2009-11-26 Jaroslav Hajek <highegg@gmail.com> 13 2009-11-26 Jaroslav Hajek <highegg@gmail.com>
6 14
7 * linear-algebra/normest.m: Randomize initial vector. 15 * linear-algebra/normest.m: Randomize initial vector.
8 16
9 2009-11-26 Jaroslav Hajek <highegg@gmail.com> 17 2009-11-26 Jaroslav Hajek <highegg@gmail.com>