Mercurial > hg > octave-nkf
graph
-
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
-
Fix stat'ing root pathnames ('\' or '/') under Win32. release-3-0-xWed, 09 Apr 2008 13:13:18 -0400, by Michael Goffioul
-
don't embed newline in warning messages in deprecated functions (part 2) release-3-0-xWed, 09 Apr 2008 13:05:10 -0400, by John W. Eaton
-
don't embed newline in warning messages in deprecated functions release-3-0-xWed, 09 Apr 2008 12:57:36 -0400, by John W. Eaton
-
Don't allow the use of lists in assert.m release-3-0-xWed, 09 Apr 2008 12:40:54 -0400, by David Bateman
-
increase testqr tolerance in test/test_linalg.m release-3-0-xThu, 03 Apr 2008 14:19:59 +0200, by Jaroslav Hajek