changeset 8229:1bf51192fa1d

imported patch rundemos
author John W. Eaton <jwe@octave.org>
date Thu, 16 Oct 2008 13:28:43 -0400
parents 53dbbd331498
children 2ce2aef722c3
files scripts/ChangeLog scripts/testfun/rundemos.m src/ChangeLog src/utils.cc
diffstat 4 files changed, 162 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-16  John W. Eaton  <jwe@octave.org>
+
+	* testfun/rundemos.m: New function.
+
 2008-10-16  Ben Abbott <bpabbott@mac.com>
 
 	* plot/contourf.m: Correct order of patch object handles.
new file mode 100644
--- /dev/null
+++ b/scripts/testfun/rundemos.m
@@ -0,0 +1,69 @@
+## Copyright (C) 2008 John W. Eaton
+##
+## This file is part of Octave.
+##
+## Octave is free software; you can redistribute it and/or modify it
+## under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 3 of the License, or (at
+## your option) any later version.
+##
+## Octave is distributed in the hope that it will be useful, but