# HG changeset patch # User jwe # Date 1179848170 0 # Node ID 673686daec87488cc710364b6a85bce0cfdaf5d8 # Parent f92a2b56fd70f98e2537f033e8b667a7dd255b8c [project @ 2007-05-22 15:36:09 by jwe] diff -r f92a2b56fd70 -r 673686daec87 ChangeLog --- a/ChangeLog Tue May 22 08:07:33 2007 +0000 +++ b/ChangeLog Tue May 22 15:36:10 2007 +0000 @@ -1,3 +1,7 @@ +2007-05-22 Thomas Weber + + * NEWS.2, README.MSVC, WWW/NEWS-2.html: Fix typos. + 2007-05-16 David Bateman * PROJECTS: Update. diff -r f92a2b56fd70 -r 673686daec87 NEWS.2 --- a/NEWS.2 Tue May 22 08:07:33 2007 +0000 +++ b/NEWS.2 Tue May 22 15:36:10 2007 +0000 @@ -1008,7 +1008,7 @@ the list of directories to search when executing subprograms. Its initial value is taken from the environment variable OCTAVE_EXEC_PATH (if it exists) or PATH, but that value can be - overridden by the the command line argument --exec-path PATH, or + overridden by the command line argument --exec-path PATH, or by setting the value of EXEC_PATH in a startup script. If the EXEC_PATH begins (ends) with a colon, the directories $OCTAVE_HOME/lib/octave/VERSION/exec/ARCH and $OCTAVE_HOME/bin are diff -r f92a2b56fd70 -r 673686daec87 README.MSVC --- a/README.MSVC Tue May 22 08:07:33 2007 +0000 +++ b/README.MSVC Tue May 22 15:36:10 2007 +0000 @@ -63,7 +63,7 @@ Grab the newer one and simply uncompress it in the root directory of the MSYS installation directory. -If you are building from CVS, you will need the the following +If you are building from CVS, you will need the following additional tools that are not part of the MSYS packages bison flex gperf diff -r f92a2b56fd70 -r 673686daec87 WWW/NEWS-2.html --- a/WWW/NEWS-2.html Tue May 22 08:07:33 2007 +0000 +++ b/WWW/NEWS-2.html Tue May 22 15:36:10 2007 +0000 @@ -953,7 +953,7 @@ the list of directories to search when executing subprograms. Its initial value is taken from the environment variable OCTAVE_EXEC_PATH (if it exists) or PATH, but that value can be - overridden by the the command line argument --exec-path PATH, or + overridden by the command line argument --exec-path PATH, or by setting the value of EXEC_PATH in a startup script. If the EXEC_PATH begins (ends) with a colon, the directories $OCTAVE_HOME/lib/octave/VERSION/exec/ARCH and $OCTAVE_HOME/bin are diff -r f92a2b56fd70 -r 673686daec87 doc/ChangeLog --- a/doc/ChangeLog Tue May 22 08:07:33 2007 +0000 +++ b/doc/ChangeLog Tue May 22 15:36:10 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-22 Thomas Weber + + * faq/Octave-FAQ.texi, interpreter/basics.txi, + refcard/refcard.tex: Fix typos. + 2007-05-22 John W. Eaton * interpreter/Makefile.in (DISTFILES): Add mkcontrib.awk to the list. diff -r f92a2b56fd70 -r 673686daec87 doc/faq/Octave-FAQ.texi --- a/doc/faq/Octave-FAQ.texi Tue May 22 08:07:33 2007 +0000 +++ b/doc/faq/Octave-FAQ.texi Tue May 22 15:36:10 2007 +0000 @@ -429,7 +429,7 @@ To subscribe to the list, go to @url{www.octave.org/archive.html} and follow the link to the subscription page for the list. -@strong{Please do not} send requests to be added or removed from the the +@strong{Please do not} send requests to be added or removed from the mailing list, or other administrative trivia to the list itself. An archive of old postings to the help-octave mailing list is maintained @@ -943,7 +943,7 @@ @item Comments in octave can be marked with "#". This allows POSIX systems to have the first line as "#! octave -q" and mark the script -itself executable. @sc{Matlab} doesn't have this feature due the the +itself executable. @sc{Matlab} doesn't have this feature due to the absence of comments starting with "#" @item diff -r f92a2b56fd70 -r 673686daec87 doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi Tue May 22 08:07:33 2007 +0000 +++ b/doc/interpreter/basics.txi Tue May 22 15:36:10 2007 +0000 @@ -98,7 +98,7 @@ Specify the name of the info file to use. The value of @var{filename} specified on the command line will override any value of @code{OCTAVE_INFO_FILE} found in the environment, but not any commands -in the system or user startup files that use the the @code{info_file} +in the system or user startup files that use the @code{info_file} function. @item --info-program @var{program} diff -r f92a2b56fd70 -r 673686daec87 doc/refcard/refcard.tex --- a/doc/refcard/refcard.tex Tue May 22 08:07:33 2007 +0000 +++ b/doc/refcard/refcard.tex Tue May 22 15:36:10 2007 +0000 @@ -426,7 +426,7 @@ \sec Command-Line Cursor Motion; C-b&move back one character\cr C-f&move forward one character\cr -C-a&move the the start of the line\cr +C-a&move to the start of the line\cr C-e&move to the end of the line\cr M-f&move forward a word\cr M-b&move backward a word\cr diff -r f92a2b56fd70 -r 673686daec87 scripts/ChangeLog --- a/scripts/ChangeLog Tue May 22 08:07:33 2007 +0000 +++ b/scripts/ChangeLog Tue May 22 15:36:10 2007 +0000 @@ -1,3 +1,9 @@ +2007-05-22 Thomas Weber + + * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, + image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, + signal/freqz.m: Fix typos. + 2007-05-21 David Bateman * pkg/pkg.m: Add rebuild target, and -local, -global option to @@ -7226,7 +7232,7 @@ * image/Makefile.in: Don't build or install octtoppm. * image/saveimage.m: Rewrite to avoid using octoppm and pbm - routines so that people who don't have the the pbm stuff installed + routines so that people who don't have the pbm stuff installed can still use this function. Mon Oct 2 05:10:44 1995 John Eaton diff -r f92a2b56fd70 -r 673686daec87 scripts/control/system/is_stabilizable.m --- a/scripts/control/system/is_stabilizable.m Tue May 22 08:07:33 2007 +0000 +++ b/scripts/control/system/is_stabilizable.m Tue May 22 15:36:10 2007 +0000 @@ -21,7 +21,7 @@ ## @deftypefn {Function File} {@var{retval} =} is_stabilizable (@var{sys}, @var{tol}) ## @deftypefnx {Function File} {@var{retval} =} is_stabilizable (@var{a}, @var{b}, @var{tol}, @var{dflg}) ## Logical check for system stabilizability (i.e., all unstable modes are controllable). -## Returns 1 if the system is stabilizable, 0 if the the system is not stabilizable, -1 +## Returns 1 if the system is stabilizable, 0 if the system is not stabilizable, -1 ## if the system has non stabilizable modes at the imaginary axis (unit circle for ## discrete-time systems. ## diff -r f92a2b56fd70 -r 673686daec87 scripts/general/bicubic.m --- a/scripts/general/bicubic.m Tue May 22 08:07:33 2007 +0000 +++ b/scripts/general/bicubic.m Tue May 22 15:36:10 2007 +0000 @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{zi}=} bicubic (@var{x}, @var{y}, @var{z}, @var{xi}, @var{yi}) ## -## Return a matrix @var{zi} corresponding to the the bicubic +## Return a matrix @var{zi} corresponding to the bicubic ## interpolations at @var{xi} and @var{yi} of the data supplied ## as @var{x}, @var{y} and @var{z}. ## diff -r f92a2b56fd70 -r 673686daec87 scripts/image/ind2gray.m --- a/scripts/image/ind2gray.m Tue May 22 08:07:33 2007 +0000 +++ b/scripts/image/ind2gray.m Tue May 22 15:36:10 2007 +0000 @@ -42,7 +42,7 @@ ## Convert colormap to intensity values (the first column of the ## result of the call to rgb2ntsc) and then replace indices in ## the input matrix with indexed values in the output matrix (indexed - ## values are the result of indexing the the intensity values by the + ## values are the result of indexing the intensity values by the ## elements of X(:)). Y = reshape (((rgb2ntsc (map))(:,1))(X(:)), rows, cols); diff -r f92a2b56fd70 -r 673686daec87 scripts/image/saveimage.m --- a/scripts/image/saveimage.m Tue May 22 08:07:33 2007 +0000 +++ b/scripts/image/saveimage.m Tue May 22 15:36:10 2007 +0000 @@ -59,7 +59,7 @@ ## Adapted-By: jwe ## Rewritten by jwe to avoid using octoppm and pbm routines so that -## people who don't have the the pbm stuff installed can still use this +## people who don't have the pbm stuff installed can still use this ## function. ## ## The conversion to PostScript is based on pnmtops.c, which is part of diff -r f92a2b56fd70 -r 673686daec87 scripts/plot/box.m --- a/scripts/plot/box.m Tue May 22 08:07:33 2007 +0000 +++ b/scripts/plot/box.m Tue May 22 15:36:10 2007 +0000 @@ -22,7 +22,7 @@ ## @deftypefnx {Function File} {} grid (@var{h}, @dots{}) ## Control the display of a border around the plot. ## The argument may be either @code{"on"} or @code{"off"}. If it is -## omitted, the the current box state is toggled. +## omitted, the current box state is toggled. ## @seealso{grid} ## @end deftypefn diff -r f92a2b56fd70 -r 673686daec87 scripts/plot/grid.m --- a/scripts/plot/grid.m Tue May 22 08:07:33 2007 +0000 +++ b/scripts/plot/grid.m Tue May 22 15:36:10 2007 +0000 @@ -22,7 +22,7 @@ ## @deftypefnx {Function File} {} grid ("minor", @var{arg2}) ## Force the display of a grid on the plot. ## The argument may be either @code{"on"} or @code{"off"}. If it is -## omitted, the the current grid state is toggled. +## omitted, the current grid state is toggled. ## ## If @var{arg} is @code{"minor"} then the minor grid is toggled. When ## using a minor grid a second argument @var{arg2} is allowed, which can diff -r f92a2b56fd70 -r 673686daec87 scripts/signal/freqz.m --- a/scripts/signal/freqz.m Tue May 22 08:07:33 2007 +0000 +++ b/scripts/signal/freqz.m Tue May 22 15:36:10 2007 +0000 @@ -128,7 +128,7 @@ elseif (strcmp (region, "whole")) f = Fs * (0:n-1)' / n; ## polyval(fliplr(P),exp(jw)) is O(p n) and fft(x) is O(n log(n)), - ## where p is the order of the the polynomial P. For small p it + ## where p is the order of the polynomial P. For small p it ## would be faster to use polyval but in practice the overhead for ## polyval is much higher and the little bit of time saved isn't ## worth the extra code. diff -r f92a2b56fd70 -r 673686daec87 src/ChangeLog --- a/src/ChangeLog Tue May 22 08:07:33 2007 +0000 +++ b/src/ChangeLog Tue May 22 15:36:10 2007 +0000 @@ -1,3 +1,12 @@ +2007-05-22 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.12. + +2007-05-22 Thomas Weber + + * debug.cc, error.cc, load-save.cc, oct-hist.cc, sighandlers.cc, + symtab.cc: Fix typos. + 2007-05-22 John W. Eaton * version.h (OCTAVE_VERSION): Now 2.9.11+. diff -r f92a2b56fd70 -r 673686daec87 src/debug.cc --- a/src/debug.cc Tue May 22 08:07:33 2007 +0000 +++ b/src/debug.cc Tue May 22 15:36:10 2007 +0000 @@ -189,7 +189,7 @@ String representing the function name. When already in debug\n\ mode this should be left out and only the line should be given.\n\ @item line\n\ -Line where you would like to remove the the breakpoint. Multiple\n\ +Line where you would like to remove the breakpoint. Multiple\n\ lines might be given as seperate arguments or as a vector.\n\ @end table\n\ No checking is done to make sure that the line you requested is really\n\ diff -r f92a2b56fd70 -r 673686daec87 src/error.cc --- a/src/error.cc Tue May 22 08:07:33 2007 +0000 +++ b/src/error.cc Tue May 22 15:36:10 2007 +0000 @@ -1040,7 +1040,7 @@ @deftypefnx {Built-in Function} {} warning (\"off\", @var{id})\n\ @deftypefnx {Built-in Function} {} warning (\"error\", @var{id})\n\ @deftypefnx {Built-in Function} {} warning (\"query\", @var{id})\n\ -Set or query the the state of a particular warning using the identifier\n\ +Set or query the state of a particular warning using the identifier\n\ @var{id}. If the identifier is omitted, a value of @samp{\"all\"} is\n\ assumed. If you set the state of a warning to @samp{\"error\"}, the\n\ warning named by @var{id} is handled as if it were an error instead.\n\ diff -r f92a2b56fd70 -r 673686daec87 src/load-save.cc --- a/src/load-save.cc Tue May 22 08:07:33 2007 +0000 +++ b/src/load-save.cc Tue May 22 15:36:10 2007 +0000 @@ -1760,7 +1760,7 @@ @deftypefn {Built-in Function} {@var{val} =} crash_dumps_octave_core ()\n\ @deftypefnx {Built-in Function} {@var{old_val} =} crash_dumps_octave_core (@var{new_val})\n\ Query or set the internal variable that controls whether Octave tries\n\ -to save all current variables the the file \"octave-core\" if it\n\ +to save all current variables to the file \"octave-core\" if it\n\ crashes or receives a hangup, terminate or similar signal.\n\ @seealso{octave_core_file_limit, octave_core_file_name, octave_core_file_options}\n\ @end deftypefn") diff -r f92a2b56fd70 -r 673686daec87 src/oct-hist.cc --- a/src/oct-hist.cc Tue May 22 08:07:33 2007 +0000 +++ b/src/oct-hist.cc Tue May 22 15:36:10 2007 +0000 @@ -719,7 +719,7 @@ "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{val} =} history_timestamp_format_string ()\n\ @deftypefnx {Built-in Function} {@var{old_val} =} history_timestamp_format_string (@var{new_val})\n\ -Query or set the internal variable that specifies the the format string\n\ +Query or set the internal variable that specifies the format string\n\ for the comment line that is written to the history file when Octave\n\ exits. The format string is passed to @code{strftime}. The default\n\ value is\n\ diff -r f92a2b56fd70 -r 673686daec87 src/sighandlers.cc --- a/src/sighandlers.cc Tue May 22 08:07:33 2007 +0000 +++ b/src/sighandlers.cc Tue May 22 15:36:10 2007 +0000 @@ -1007,7 +1007,7 @@ @deftypefn {Built-in Function} {@var{val} =} sighup_dumps_octave_core ()\n\ @deftypefnx {Built-in Function} {@var{old_val} =} sighup_dumps_octave_core (@var{new_val})\n\ Query or set the internal variable that controls whether Octave tries\n\ -to save all current variables the the file \"octave-core\" if it receives\n\ +to save all current variables to the file \"octave-core\" if it receives\n\ a hangup signal.\n\ @end deftypefn") { @@ -1019,7 +1019,7 @@ @deftypefn {Built-in Function} {@var{val} =} sigterm_dumps_octave_core ()\n\ @deftypefnx {Built-in Function} {@var{old_val} =} sigterm_dumps_octave_core (@var{new_val})\n\ Query or set the internal variable that controls whether Octave tries\n\ -to save all current variables the the file \"octave-core\" if it receives\n\ +to save all current variables to the file \"octave-core\" if it receives\n\ a terminate signal.\n\ @end deftypefn") { diff -r f92a2b56fd70 -r 673686daec87 src/symtab.cc --- a/src/symtab.cc Tue May 22 08:07:33 2007 +0000 +++ b/src/symtab.cc Tue May 22 15:36:10 2007 +0000 @@ -450,7 +450,7 @@ return first_param_space; } -// Calculate how much space needs to be reserved for the the +// Calculate how much space needs to be reserved for the // dimensions string. For example, // // mat is a 12x3 matrix diff -r f92a2b56fd70 -r 673686daec87 src/version.h --- a/src/version.h Tue May 22 08:07:33 2007 +0000 +++ b/src/version.h Tue May 22 15:36:10 2007 +0000 @@ -25,7 +25,7 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.11+" +#define OCTAVE_VERSION "2.9.12" #define OCTAVE_API_VERSION "api-v24"