Mercurial > hg > octave-nkf
graph
-
describe additional arguments in sqp() documentation string release-3-0-xFri, 10 Oct 2008 11:10:44 +0200, by Ivan Sutoris
-
deconv.m: Fix row/col orientation & length of output release-3-0-xFri, 03 Oct 2008 14:56:33 +0200, by Ben Abbott
-
conv.m: Correct row/col orientation of output release-3-0-xFri, 03 Oct 2008 14:55:13 +0200, by Ben Abbott
-
Added tag release-3-0-3 for changeset 152a68291b66 release-3-0-xFri, 03 Oct 2008 10:21:51 +0200, by Jaroslav Hajek
-
add missing return in Array<T>::delete_elements_2 release-3-0-xMon, 29 Sep 2008 07:57:57 +0200, by Jaroslav Hajek
-
Increase pcre's match_limit for difficult regexps release-3-0-xMon, 29 Sep 2008 07:22:04 +0200, by Thomas Weber
-
load-path.cc (load_path::do_initialize): look for OCTAVE_PATH in the environment, not OCTAVE_LOADPATH release-3-0-xMon, 29 Sep 2008 07:21:47 +0200, by John W. Eaton
-
clear breakpoints is function found to be out of date release-3-0-xWed, 24 Sep 2008 14:08:58 +0200, by David Bateman
-
container.txi: fix cross reference in struct docs release-3-0-xWed, 24 Sep 2008 09:00:33 +0200, by Francesco Potorti
-
change is_square to issquare in is_stabilizable.m release-3-0-xMon, 22 Sep 2008 19:41:08 +0200, by Brett Stewart
-
clear index before throwing error in Array indexed assignment functions release-3-0-xSun, 21 Sep 2008 08:21:52 +0200, by John W. Eaton
-
fix blkdiag to not rely on Matlab-incompatible behaviour release-3-0-xSun, 21 Sep 2008 08:21:52 +0200, by Jaroslav Hajek
-
make null assignment more Matlab-compatible release-3-0-xSun, 21 Sep 2008 08:21:52 +0200, by Jaroslav Hajek
-
Special case single type conacation in Fcat. Rework cell2mat to take advantage. Cut trailing singletons in cat release-3-0-xFri, 19 Sep 2008 23:21:15 +0200, by David Bateman
-
partially sync Matrix::expm and ComplexMatrix::expm with development repo release-3-0-xFri, 19 Sep 2008 11:29:51 +0200, by Jaroslav Hajek
-
again, fix the diabolic line in randp.cc release-3-0-xWed, 17 Sep 2008 07:39:22 +0200, by Jaroslav Hajek
-
fix integer exponentiation with negative exponent release-3-0-xMon, 15 Sep 2008 08:11:18 +0200, by Jaroslav Hajek
-
First sentence of a doc string should read like a command release-3-0-xMon, 15 Sep 2008 08:10:42 +0200, by Thomas Weber
-
octave.cc (octave_main): make all command-line arguments available to startup scripts release-3-0-xMon, 15 Sep 2008 08:06:54 +0200, by John W. Eaton
-
load-path.cc (load_path::initialize): include separator when appending sys_path release-3-0-xTue, 20 May 2008 16:49:02 -0400, by Kim Hansen
-
Add explanationation of initializing the interpreter in a standalone program release-3-0-xTue, 09 Sep 2008 13:43:42 -0400, by David Bateman
-
typo in comma separated lists chapter release-3-0-xTue, 09 Sep 2008 12:38:11 -0400, by Thomas Weber
-
Treat PCRE lookbehind operators in a manner that is approximately correct release-3-0-xTue, 09 Sep 2008 12:36:53 -0400, by David Bateman
-
add colorbar docstring to the manual release-3-0-xMon, 08 Sep 2008 15:21:44 -0400, by John W. Eaton
-
ls-oct-ascii.{h,cc} (extract_keyword): accept \r as line ending character release-3-0-xMon, 08 Sep 2008 12:45:53 -0400, by John W. Eaton
-
Handle zero values of n in binornd correctly release-3-0-xMon, 08 Sep 2008 10:49:46 -0400, by Mark van Rossum
-
make glpk return NA values for unfeasible problems release-3-0-xWed, 27 Aug 2008 09:59:55 -0400, by Jaroslav Hajek
-
hold.m: if hold is applied to a figure, set state for all child axes objects release-3-0-xTue, 26 Aug 2008 18:05:13 -0400, by John W. Eaton
-
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values release-3-0-xThu, 21 Aug 2008 15:28:58 -0400, by John W. Eaton
-
avoid problematic subfunction call in an anonymous function release-3-0-xWed, 20 Aug 2008 11:01:24 -0400, by Jaroslav Hajek
-
Allow X/Y to be unequal vectors in contourf release-3-0-xSun, 27 Jul 2008 02:29:36 +0200, by David Bateman
-
Extend explanation of randn's return value release-3-0-xSun, 18 May 2008 22:40:28 +0200, by Thomas Weber
-
Clarify help of the shading function release-3-0-xSun, 27 Jul 2008 22:38:08 +0200, by David Bateman
-
Calrify OuterPosition property in manual release-3-0-xSun, 27 Jul 2008 02:08:55 +0200, by David Bateman
-
Fix for meshed surfaces with more than one oobject per plot release-3-0-xWed, 20 Aug 2008 10:59:27 -0400, by David Bateman
-
Add a search for Contents.m files to the help function release-3-0-xTue, 19 Aug 2008 16:15:52 -0400, by David Bateman
-
check for obsolete built-in variable assignment at first execution rather than parse time release-3-0-xTue, 19 Aug 2008 14:09:24 -0400, by Jaroslav Hajek
-
fix default_save_options parsing and allow mixing options with other arguments. release-3-0-xTue, 19 Aug 2008 13:50:15 -0400, by Jaroslav Hajek
-
parse.y (Feval): Return value produced by evaluating CATCH string release-3-0-xTue, 19 Aug 2008 13:47:03 -0400, by John W. Eaton
-
Added tag release-3-0-2 for changeset 928193724f3b release-3-0-xTue, 19 Aug 2008 18:42:27 +0000, by Jaroslav Hajek
-
octave_struct::subsref: don't resize for simple x(idx) case release-3-0-xTue, 12 Aug 2008 13:20:27 -0400, by John W. Eaton
-
initialization check for correct NaN sign release-3-0-xTue, 12 Aug 2008 10:54:31 -0400, by Jaroslav Hajek
-
oct-env.cc (octave_env::instance_ok): fix type in error message release-3-0-xMon, 04 Aug 2008 22:32:47 -0400, by John W. Eaton
-
run-octave.in: use sed to append : to path elements release-3-0-xMon, 04 Aug 2008 22:15:34 -0400, by John W. Eaton
-
aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found release-3-0-xMon, 04 Aug 2008 14:33:38 -0400, by John W. Eaton
-
Makefile.in (header-msg): Mention GNU Make; update GCC version info release-3-0-xMon, 04 Aug 2008 14:27:36 -0400, by John W. Eaton
-
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters release-3-0-xMon, 04 Aug 2008 10:59:46 -0400, by John W. Eaton
-
fix incorrect axis location properties release-3-0-xFri, 01 Aug 2008 09:11:14 +0200, by Francesco Potorti
-
lasterr, lasterror: unwind-protect error_state release-3-0-xMon, 28 Jul 2008 14:34:54 -0400, by John W. Eaton
-
allow empty matrix by cell (or struct) concatentation release-3-0-xMon, 21 Jul 2008 16:06:57 -0400, by John W. Eaton
-
octMakefile.in (DISTFILES): add "missing" to the list release-3-0-xThu, 31 Jul 2008 05:53:02 -0400, by John W. Eaton
-
correct fputs to fprintf in __go_draw_axes__.m release-3-0-xThu, 05 Jun 2008 20:42:14 +0200, by Jaroslav Hajek
-
octMakefile.in (DIRS_TO_MAKE): finish previous change release-3-0-xThu, 10 Jul 2008 10:57:55 -0400, by John W. Eaton
-
octMakefile.in (DIRS_TO_MAKE): update list release-3-0-xThu, 10 Jul 2008 10:54:19 -0400, by John W. Eaton
-
add missing include in MatrixType.h release-3-0-xFri, 20 Jun 2008 09:34:55 +0200, by Jaroslav Hajek
-
make regexp(...,'once') matlab compatible release-3-0-xWed, 18 Jun 2008 21:00:06 +0200, by Jaroslav Hajek
-
rat.m: handle arrays and all-integer inputs release-3-0-xWed, 11 Jun 2008 14:21:06 -0400, by John W. Eaton
-
mexproto.h: fix mxCreateLogicalScalar decl release-3-0-xTue, 10 Jun 2008 13:43:54 -0400, by John W. Eaton
-
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ; release-3-0-xWed, 21 May 2008 12:26:57 +0200, by kimhanse
-
Treat integer types for mod/rem correctly release-3-0-xMon, 18 Feb 2008 18:08:29 +0100, by David Bateman
-
Also ignore other constants in Finline release-3-0-xTue, 06 May 2008 13:15:43 -0400, by David Bateman
-
Treat bool as a scalar in the bit functions release-3-0-xTue, 06 May 2008 06:20:36 -0400, by David Bateman
-
struct2cell: handle structure arrays properly release-3-0-xTue, 06 May 2008 03:23:12 -0400, by John W. Eaton
-
Alias setenv to putenv. Allow single arg to putenv release-3-0-xMon, 05 May 2008 11:20:53 -0400, by David Bateman
-
Load the default inputrc when calling read_readline_init_file() release-3-0-xMon, 05 May 2008 03:12:04 -0400, by Rafael Laboissiere
-
ov-fcn-handle.cc (Ffunctions): fix structure assignment release-3-0-xSun, 04 May 2008 23:48:49 -0400, by John W. Eaton
-
Set archprefix for -local and -global options to pkg release-3-0-xTue, 29 Apr 2008 03:37:06 -0400, by David Bateman
-
lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite release-3-0-xThu, 24 Apr 2008 15:44:05 -0400, by Michael Goffioul
-
__qp__.cc: avoid bounds error when removing constraint from active set release-3-0-xWed, 23 Apr 2008 16:51:55 -0400, by John W. Eaton
-
Added tag release-3-0-1 for changeset 57504aa0461e release-3-0-xWed, 23 Apr 2008 16:50:12 -0400, by John W. Eaton
-
idx-vector.cc: fix for-loop condition release-3-0-xMon, 21 Apr 2008 11:48:13 -0400, by John W. Eaton
-
Try to get the colorbar position right for manual aspect ratios as well release-3-0-xMon, 21 Apr 2008 11:03:39 -0400, by David Bateman
-
octave_stream::read: allow single data type specification but return double release-3-0-xSun, 20 Apr 2008 09:04:47 -0400, by John W. Eaton
-
disp: produce sq-string unless arg is a dq-string release-3-0-xFri, 18 Apr 2008 12:01:53 -0400, by John W. Eaton
-
Delete idx in Sparse<T> and Array<T> operator = release-3-0-xWed, 16 Apr 2008 23:33:36 +0200, by David Bateman
-
__gnuplot_version__: use newline at end of message release-3-0-xWed, 16 Apr 2008 15:15:26 -0400, by John W. Eaton
-
Display a (hopefully) informative error message if gnuplot isn't found release-3-0-xWed, 16 Apr 2008 14:19:59 -0400, by sh
-
view: get values from current axes if nargin == 0 release-3-0-xTue, 15 Apr 2008 16:30:52 -0400, by John W. Eaton
-
octave_scan_1: fix reading of hex numbers release-3-0-xMon, 14 Apr 2008 13:27:21 -0400, by Jaroslav Hajek
-
fread, fwrite: allow SKIP arg to be omitted release-3-0-xMon, 14 Apr 2008 13:13:25 -0400, by John W. Eaton