comparison ChangeLog @ 8221:06094fa570a3

Add some documentation for the OOP code of Octave
author David Bateman <dbateman@free.fr>
date Wed, 15 Oct 2008 20:35:22 +0100
parents 69c5cce38c29
children 53202d60086f
comparison
equal deleted inserted replaced
8220:4e05ba66ead2 8221:06094fa570a3
1 2008-10-15 David Bateman <dbateman@free.fr>
2
3 * examples/polynomial/display.m, examples/polynomial/double.m,
4 examples/polynomial/end.m, examples/polynomial/get.m,
5 examples/polynomial/mtimes.m, examples/polynomial/plot.m,
6 examples/polynomial/polynomial.m,
7 examples/polynomial/polynomial_superiorto.m,
8 examples/polynomial/polyval.m, examples/polynomial/set.m,
9 examples/polynomial/subsasgn.m, examples/polynomial/subsref.m:
10 New example files for a sample OOP class.
11 * examples/polynomial/Makefile.in: Add a makefile for this new
12 directory
13 * examples/Makefile.in: Reference the new subdirectory here.
14 * configure.in: Add the new makefile to AC_CONFIG_FILES.
15
1 2008-10-01 Jaroslav Hajek <highegg@gmail.com> 16 2008-10-01 Jaroslav Hajek <highegg@gmail.com>
2 17
3 * configure.in: Check for sizeof (long double) and randl. 18 * configure.in: Check for sizeof (long double) and randl.
4 19
5 2008-09-30 Jaroslav Hajek <highegg@gmail.com> 20 2008-09-30 Jaroslav Hajek <highegg@gmail.com>