log

age author description
Wed, 20 Aug 2008 11:01:24 -0400 Jaroslav Hajek avoid problematic subfunction call in an anonymous function release-3-0-x
Sun, 27 Jul 2008 02:29:36 +0200 David Bateman Allow X/Y to be unequal vectors in contourf release-3-0-x
Sun, 18 May 2008 22:40:28 +0200 Thomas Weber Extend explanation of randn's return value release-3-0-x
Sun, 27 Jul 2008 02:23:42 +0200 David Bateman Document contourf release-3-0-x
Sun, 27 Jul 2008 22:38:08 +0200 David Bateman Clarify help of the shading function release-3-0-x
Sun, 27 Jul 2008 02:08:55 +0200 David Bateman Calrify OuterPosition property in manual release-3-0-x
Wed, 20 Aug 2008 10:59:27 -0400 David Bateman Fix for meshed surfaces with more than one oobject per plot release-3-0-x
Tue, 19 Aug 2008 16:15:52 -0400 David Bateman Add a search for Contents.m files to the help function release-3-0-x
Tue, 19 Aug 2008 14:19:14 -0400 John W. Eaton fix typo in last commit release-3-0-x
Tue, 19 Aug 2008 14:09:24 -0400 Jaroslav Hajek check for obsolete built-in variable assignment at first execution rather than parse time release-3-0-x
Tue, 19 Aug 2008 13:59:30 -0400 Jaroslav Hajek fix invalid memory read in glpk release-3-0-x
Tue, 19 Aug 2008 13:52:18 -0400 David Bateman Doc fix for ranks release-3-0-x
Tue, 19 Aug 2008 13:50:15 -0400 Jaroslav Hajek fix default_save_options parsing and allow mixing options with other arguments. release-3-0-x
Tue, 19 Aug 2008 13:47:03 -0400 John W. Eaton parse.y (Feval): Return value produced by evaluating CATCH string release-3-0-x
Tue, 19 Aug 2008 18:42:27 +0000 Jaroslav Hajek Added tag release-3-0-2 for changeset 928193724f3b release-3-0-x
Tue, 19 Aug 2008 17:46:01 +0000 Jaroslav Hajek version 3.0.2 release-3-0-x
Tue, 19 Aug 2008 14:49:13 +0000 Jaroslav Hajek fix typo in randp test release-3-0-x
Tue, 12 Aug 2008 13:20:27 -0400 John W. Eaton octave_struct::subsref: don't resize for simple x(idx) case release-3-0-x
Tue, 12 Aug 2008 10:54:31 -0400 Jaroslav Hajek initialization check for correct NaN sign release-3-0-x
Fri, 08 Aug 2008 09:58:42 +0200 Jaroslav Hajek strtok: replace cstrcat->strcat release-3-0-x
Fri, 08 Aug 2008 09:47:57 +0200 Tatsuro MATSUOKA fix failing test for randp release-3-0-x
Mon, 04 Aug 2008 22:32:47 -0400 John W. Eaton oct-env.cc (octave_env::instance_ok): fix type in error message release-3-0-x
Mon, 04 Aug 2008 22:15:34 -0400 John W. Eaton run-octave.in: use sed to append : to path elements release-3-0-x
Mon, 04 Aug 2008 14:33:38 -0400 John W. Eaton aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found release-3-0-x
Mon, 04 Aug 2008 14:27:36 -0400 John W. Eaton Makefile.in (header-msg): Mention GNU Make; update GCC version info release-3-0-x
Mon, 04 Aug 2008 10:59:46 -0400 John W. Eaton strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters release-3-0-x
Fri, 01 Aug 2008 09:11:14 +0200 Francesco Potorti fix incorrect axis location properties release-3-0-x
Mon, 28 Jul 2008 14:34:54 -0400 John W. Eaton lasterr, lasterror: unwind-protect error_state release-3-0-x
Mon, 21 Jul 2008 16:06:57 -0400 John W. Eaton allow empty matrix by cell (or struct) concatentation release-3-0-x
Thu, 24 Jul 2008 13:03:36 -0400 John W. Eaton Fmkdir: improve compatibility release-3-0-x
Thu, 31 Jul 2008 05:53:02 -0400 John W. Eaton octMakefile.in (DISTFILES): add "missing" to the list release-3-0-x
Thu, 05 Jun 2008 20:42:14 +0200 Jaroslav Hajek correct fputs to fprintf in __go_draw_axes__.m release-3-0-x
Thu, 10 Jul 2008 10:57:55 -0400 John W. Eaton octMakefile.in (DIRS_TO_MAKE): finish previous change release-3-0-x
Thu, 10 Jul 2008 10:54:19 -0400 John W. Eaton octMakefile.in (DIRS_TO_MAKE): update list release-3-0-x
Wed, 25 Jun 2008 12:46:32 +0200 David Bateman Frats fix for nargin==0 release-3-0-x
Fri, 20 Jun 2008 09:34:55 +0200 Jaroslav Hajek add missing include in MatrixType.h release-3-0-x
Wed, 18 Jun 2008 21:00:06 +0200 Jaroslav Hajek make regexp(...,'once') matlab compatible release-3-0-x
Wed, 11 Jun 2008 14:21:06 -0400 John W. Eaton rat.m: handle arrays and all-integer inputs release-3-0-x
Tue, 10 Jun 2008 13:43:54 -0400 John W. Eaton mexproto.h: fix mxCreateLogicalScalar decl release-3-0-x
Fri, 01 Feb 2008 06:34:12 +0000 jwe [project @ 2008-02-01 06:32:06 by jwe] release-3-0-x
Tue, 03 Jun 2008 07:16:58 +0200 Jaroslav Hajek trivial fix option in Fload release-3-0-x
Mon, 02 Jun 2008 11:18:58 -0400 John W. Eaton mod: delete bogus test release-3-0-x
Thu, 22 May 2008 22:00:26 +0200 Jaroslav Hajek [mq]: cellstr release-3-0-x
Wed, 21 May 2008 12:26:57 +0200 kimhanse strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ; release-3-0-x
Mon, 02 Jun 2008 09:50:09 -0400 John W. Eaton use ischar instead of isstr release-3-0-x
Mon, 18 Feb 2008 18:08:29 +0100 David Bateman Treat integer types for mod/rem correctly release-3-0-x
Wed, 14 May 2008 18:03:58 +0200 David Bateman Typo DPBCON -> DGBCON release-3-0-x
Tue, 13 May 2008 17:45:35 +0200 David Bateman all false logical indexing fix release-3-0-x
Thu, 07 Feb 2008 15:58:37 -0500 John W. Eaton fix any(int) bug release-3-0-x
Tue, 06 May 2008 13:15:43 -0400 David Bateman Also ignore other constants in Finline release-3-0-x
Tue, 06 May 2008 06:20:36 -0400 David Bateman Treat bool as a scalar in the bit functions release-3-0-x
Tue, 06 May 2008 03:23:12 -0400 John W. Eaton struct2cell: handle structure arrays properly release-3-0-x
Mon, 05 May 2008 11:20:53 -0400 David Bateman Alias setenv to putenv. Allow single arg to putenv release-3-0-x
Mon, 05 May 2008 03:12:04 -0400 Rafael Laboissiere Load the default inputrc when calling read_readline_init_file() release-3-0-x
Sun, 04 May 2008 23:48:49 -0400 John W. Eaton ov-fcn-handle.cc (Ffunctions): fix structure assignment release-3-0-x
Tue, 29 Apr 2008 03:37:06 -0400 David Bateman Set archprefix for -local and -global options to pkg release-3-0-x
Tue, 29 Apr 2008 02:10:04 -0400 jstickel updated help for tcdf and tinv release-3-0-x
Thu, 24 Apr 2008 15:44:05 -0400 Michael Goffioul lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite release-3-0-x
Wed, 23 Apr 2008 16:51:55 -0400 John W. Eaton __qp__.cc: avoid bounds error when removing constraint from active set release-3-0-x
Wed, 23 Apr 2008 16:50:12 -0400 John W. Eaton Added tag release-3-0-1 for changeset 57504aa0461e release-3-0-x
Wed, 23 Apr 2008 16:50:05 -0400 John W. Eaton version 3.0.1 release-3-0-x
Mon, 21 Apr 2008 11:48:13 -0400 John W. Eaton idx-vector.cc: fix for-loop condition release-3-0-x
Mon, 21 Apr 2008 11:03:39 -0400 David Bateman Try to get the colorbar position right for manual aspect ratios as well release-3-0-x
Mon, 21 Apr 2008 03:03:40 -0400 John W. Eaton update copyright dates release-3-0-x
Sun, 20 Apr 2008 09:04:47 -0400 John W. Eaton octave_stream::read: allow single data type specification but return double release-3-0-x
Fri, 18 Apr 2008 12:01:53 -0400 John W. Eaton disp: produce sq-string unless arg is a dq-string release-3-0-x
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator = release-3-0-x
Wed, 16 Apr 2008 15:15:26 -0400 John W. Eaton __gnuplot_version__: use newline at end of message release-3-0-x
Wed, 16 Apr 2008 14:19:59 -0400 sh Display a (hopefully) informative error message if gnuplot isn't found release-3-0-x
Tue, 15 Apr 2008 16:30:52 -0400 John W. Eaton view: get values from current axes if nargin == 0 release-3-0-x
Mon, 14 Apr 2008 13:43:15 -0400 John W. Eaton doc fix release-3-0-x
Mon, 14 Apr 2008 13:27:21 -0400 Jaroslav Hajek octave_scan_1: fix reading of hex numbers release-3-0-x
Mon, 14 Apr 2008 13:13:25 -0400 John W. Eaton fread, fwrite: allow SKIP arg to be omitted release-3-0-x
Wed, 09 Apr 2008 13:31:42 -0400 John W. Eaton changeset: 7800:9828eda04f24 release-3-0-x
Wed, 09 Apr 2008 13:26:25 -0400 Michael Goffioul Fix various tests under Win32. release-3-0-x
Wed, 09 Apr 2008 13:13:18 -0400 Michael Goffioul Fix stat'ing root pathnames ('\' or '/') under Win32. release-3-0-x
Wed, 09 Apr 2008 13:05:10 -0400 John W. Eaton don't embed newline in warning messages in deprecated functions (part 2) release-3-0-x
Wed, 09 Apr 2008 12:57:36 -0400 John W. Eaton don't embed newline in warning messages in deprecated functions release-3-0-x
Wed, 09 Apr 2008 12:40:54 -0400 David Bateman Don't allow the use of lists in assert.m release-3-0-x
Wed, 09 Apr 2008 12:39:26 -0400 Rafael Laboissiere Drop the Encoding key release-3-0-x
Thu, 03 Apr 2008 14:19:59 +0200 Jaroslav Hajek increase testqr tolerance in test/test_linalg.m release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Fri, 04 Apr 2008 15:57:31 -0400 John W. Eaton make_constant: handle escape sequences in dq-strings release-3-0-x
Fri, 04 Apr 2008 14:27:06 -0400 John W. Eaton use * instead of 1 for assumed-size fortran arrays release-3-0-x
Fri, 04 Apr 2008 10:19:30 -0400 David Bateman Add warning to rest of deprecated functions release-3-0-x
Fri, 04 Apr 2008 10:17:33 -0400 John W. Eaton note version when functions were deprecated release-3-0-x
Thu, 03 Apr 2008 22:23:22 -0400 John W. Eaton lo-sysdep.cc: include windows.h if windows and not cygwin release-3-0-x
Thu, 03 Apr 2008 22:20:04 -0400 Rafael Laboissiere Drop .LO macros from manpages release-3-0-x
Thu, 03 Apr 2008 22:12:05 -0400 Tatsuro Matsuoka update README.Cygwin release-3-0-x
Thu, 03 Apr 2008 21:41:27 -0400 David Bateman Conditionally set 'set pm3d implicit' release-3-0-x
Thu, 03 Apr 2008 14:09:49 -0400 John W. Eaton make_constant: stash original text for strings release-3-0-x
Thu, 03 Apr 2008 13:13:48 -0400 John W. Eaton octave_fcn_handle::subsref: don't call next_subsref release-3-0-x
Thu, 03 Apr 2008 10:24:18 -0400 Jaroslav Hajek fix to enable compiling with Intel C++ release-3-0-x
Wed, 02 Apr 2008 16:17:06 -0400 John W. Eaton scripts/plot/Makefile.in (SOURCES): Add __plt2sv__.m and __plt2vs__.m release-3-0-x
Wed, 02 Apr 2008 16:12:51 -0400 John W. Eaton scripts/general/Makefile.in (SOURCES): Add runlength.m release-3-0-x
Wed, 02 Apr 2008 13:34:43 -0400 John W. Eaton new tickdir and tickdirmode axes properties release-3-0-x
Tue, 01 Apr 2008 16:03:44 -0400 Richard Bovey handle negative column values in sortrows release-3-0-x
Mon, 31 Mar 2008 22:13:32 -0400 David Bateman Fix spurious tics for plotyy with gnuplot backend release-3-0-x
Mon, 31 Mar 2008 16:11:00 -0400 Ben Abbott run.m: fix check for file existence release-3-0-x
Fri, 28 Mar 2008 14:52:55 -0400 weber Fix tempdir's documention string to point at tempdir release-3-0-x
Fri, 28 Mar 2008 14:50:52 -0400 Jaroslav Hajek trivial fix to del2 release-3-0-x
Thu, 27 Mar 2008 22:26:43 -0400 John W. Eaton rename minmax.cc to max.cc release-3-0-x
Thu, 27 Mar 2008 13:26:44 -0400 John W. Eaton __axis_label__: use name of caller in error message release-3-0-x
Wed, 26 Mar 2008 23:03:56 -0400 John W. Eaton ismember: correctly size idx output for empty args release-3-0-x
Wed, 26 Mar 2008 15:41:59 -0400 David Bateman refactor Array::assignN dimensioning code for empty initial matrices release-3-0-x
Tue, 25 Mar 2008 16:18:42 -0400 David Bateman Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite release-3-0-x
Mon, 24 Mar 2008 18:27:20 -0400 Thomas Weber Allow installation of already extracted packages release-3-0-x
Mon, 24 Mar 2008 18:25:09 -0400 Michael Goffioul pkg.m: adapt to changes in isspace for cell arrays of strings. release-3-0-x
Mon, 24 Mar 2008 18:24:11 -0400 John W. Eaton pkg.m style fixes release-3-0-x
Mon, 24 Mar 2008 18:23:35 -0400 carlo added describe command to pkg release-3-0-x
Mon, 24 Mar 2008 12:06:52 -0400 Ben Abbott variables.cc (exist): Clarify help. release-3-0-x
Sun, 23 Mar 2008 11:22:58 -0400 David Bateman Add integer el_div and el_ldiv operators to the binops that were missing them release-3-0-x
Fri, 21 Mar 2008 14:16:41 +0100 David Bateman minor doc patch release-3-0-x
Thu, 20 Mar 2008 12:13:03 -0400 David Bateman Avoid infinite loop in circshift for infinite matrices release-3-0-x
Thu, 20 Mar 2008 12:12:43 -0400 David Bateman Ensure k is an integer scalar in rotdim release-3-0-x
Wed, 19 Mar 2008 16:28:23 -0400 John W. Eaton Emil Lucretiu release-3-0-x
Wed, 19 Mar 2008 15:42:14 -0400 godfrey Correct typos in __go_draw_axes__.m and update Manual release-3-0-x
Wed, 19 Mar 2008 15:31:21 -0400 David Bateman micro patch of indexing bug release-3-0-x
Wed, 19 Mar 2008 15:02:46 -0400 David Bateman Fix for mode.m NDArrays and row vectors release-3-0-x
Wed, 19 Mar 2008 14:13:37 -0400 David Bateman Fix for array indexing if original matrix is empty release-3-0-x
Wed, 19 Mar 2008 13:12:29 -0400 Jaroslav Hajek doc fix for exp distribution functions release-3-0-x
Tue, 18 Mar 2008 20:47:40 -0400 David Bateman Chop trailing singletons in min/max functions release-3-0-x
Tue, 18 Mar 2008 16:21:34 -0400 John W. Eaton partial specialization for octave_int_fit_to_range release-3-0-x
Tue, 18 Mar 2008 15:39:43 -0400 David Bateman shortened empty indexing fix release-3-0-x
Tue, 18 Mar 2008 14:46:41 -0400 John W. Eaton compatible handling of NaN -> int conversions release-3-0-x
Tue, 18 Mar 2008 14:06:42 -0400 Rafael Laboissiere Escape "-" signs that mean the "minus" character release-3-0-x
Tue, 18 Mar 2008 14:01:28 -0400 John W. Eaton remove <> from the manual release-3-0-x
Tue, 18 Mar 2008 13:44:06 -0400 Michael D. Godfrey __go_draw_axes__: use correct symbol codes release-3-0-x
Fri, 14 Mar 2008 08:02:18 -0400 kai Bug fix, set splot user style to default release-3-0-x
Wed, 12 Mar 2008 15:05:00 +0100 David Bateman Fix griddata3 and add test code release-3-0-x
Wed, 12 Mar 2008 01:05:55 -0400 John W. Eaton one more xGELSD workspace fix release-3-0-x
Tue, 11 Mar 2008 23:38:00 -0400 John W. Eaton _go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction release-3-0-x
Tue, 11 Mar 2008 23:33:47 -0400 John W. Eaton graphcs.cc, graphics.h.in: new property, linewidth release-3-0-x
Tue, 11 Mar 2008 23:13:04 -0400 John W. Eaton __go_draw_axes__: use strcmpi for text properties; use get for hidden properties release-3-0-x
Tue, 11 Mar 2008 22:33:02 -0400 kai Improvements for surface plots release-3-0-x
Wed, 27 Feb 2008 22:36:23 +0100 kai If FaceColor is none don't use pm3d mode and set linestyle correctly. release-3-0-x
Tue, 11 Mar 2008 22:22:50 -0400 John W. Eaton handle axes linewidth property release-3-0-x
Tue, 11 Mar 2008 22:07:27 -0400 John W. Eaton __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction release-3-0-x
Tue, 11 Mar 2008 11:08:43 -0400 David Bateman run-octave.in: fix typo release-3-0-x
Tue, 11 Mar 2008 10:49:33 -0400 John W. Eaton handle possible error from EIG release-3-0-x
Mon, 10 Mar 2008 23:18:47 -0400 John W. Eaton mex.cc: arg to mxCreateLogicalScalar is now mxLogical release-3-0-x
Mon, 10 Mar 2008 13:10:46 -0400 John W. Eaton define mxLogical as unsigned char instead of int release-3-0-x
Fri, 07 Mar 2008 20:21:48 -0500 John W. Eaton logical indexing compatibility fixes release-3-0-x
Fri, 07 Mar 2008 06:25:19 -0500 John W. Eaton set axes layer property to "top" release-3-0-x
Thu, 06 Mar 2008 14:27:45 -0500 John W. Eaton ChangeLog fix release-3-0-x
Thu, 06 Mar 2008 13:46:16 -0500 David Bateman Document positive definite behavior of matrix_type release-3-0-x
Thu, 06 Mar 2008 13:42:08 -0500 John W. Eaton hist: avoid temps; allow matrix args when number of bins > 30 release-3-0-x
Thu, 06 Mar 2008 04:50:58 -0500 John W. Eaton markersize compatibility changes release-3-0-x
Thu, 06 Mar 2008 04:04:04 -0500 John W. Eaton markersize compatibility changes release-3-0-x
Thu, 06 Mar 2008 02:06:17 -0500 John W. Eaton remove obsolete tests release-3-0-x
Thu, 06 Mar 2008 01:58:38 -0500 Alexander Barth __lin_interpn__.cc: handle decreasing coordinate values release-3-0-x
Wed, 05 Mar 2008 04:58:54 -0500 Sebastien Loisel Apply a scaling factor to leading zero removal in roots.m release-3-0-x
Mon, 03 Mar 2008 20:00:17 -0500 David Bateman Treat repeated indices in the sparse assignments release-3-0-x
Mon, 03 Mar 2008 02:22:03 -0500 Jaroslav Hajek more xGELSD workspace fixes release-3-0-x
Fri, 29 Feb 2008 04:09:03 -0500 John W. Eaton print.m: handle gif and jpg devices release-3-0-x
Mon, 14 Jan 2008 19:50:10 +0000 jwe use Helvetica, not helvetica; don't downcase user-supplied font names release-3-0-x
Wed, 27 Feb 2008 22:47:58 -0500 John W. Eaton oct-stream.cc (do_read): stop reading if seek fails release-3-0-x
Tue, 26 Feb 2008 20:30:46 -0500 John W. Eaton oct-rand.cc: fix typo release-3-0-x
Tue, 26 Feb 2008 18:46:14 -0500 John W. Eaton oct-rand.cc (get_dist_id): initialize retval release-3-0-x
Tue, 26 Feb 2008 05:30:39 -0500 John W. Eaton save state separately for each MT random number generator release-3-0-x
Tue, 26 Feb 2008 02:51:32 -0500 John W. Eaton avoid another xGELSD workspace query bug release-3-0-x
Mon, 25 Feb 2008 03:56:33 -0500 Ryan Hinton unpack.m: pass "-f -" to tar release-3-0-x
Fri, 22 Feb 2008 13:47:38 -0500 John W. Eaton fullfile: improve handling of args ending with filesep release-3-0-x
Fri, 22 Feb 2008 04:02:37 -0500 John W. Eaton __stepimp__: don't call subplot for single plot release-3-0-x
Thu, 21 Feb 2008 04:34:43 -0500 John W. Eaton ignore errors installing octave.desktop file release-3-0-x
Thu, 21 Feb 2008 04:30:27 -0500 John W. Eaton imshow.m: use axis ("image") release-3-0-x
Thu, 21 Feb 2008 03:59:42 -0500 John W. Eaton fsolve: detect nonsquare systems release-3-0-x
Thu, 21 Feb 2008 03:05:27 -0500 John W. Eaton fsolve: detect nonsquare systems release-3-0-x
Wed, 20 Feb 2008 14:56:28 -0500 John W. Eaton detect cellstr args in strcat release-3-0-x
Fri, 15 Feb 2008 19:54:25 -0500 John W. Eaton another small xGELSD workspace fix release-3-0-x
Fri, 15 Feb 2008 18:55:45 -0500 John W. Eaton more xGELSD workspace fixes release-3-0-x
Fri, 15 Feb 2008 16:50:16 -0500 Timo Lindfors handle ties in kruskal_wallis_test release-3-0-x
Fri, 15 Feb 2008 16:37:32 -0500 John W. Eaton new norm arg for cond release-3-0-x
Fri, 15 Feb 2008 15:39:36 -0500 John W. Eaton don't special case SH_LD for FreeBSD and OpenBSD release-3-0-x
Tue, 12 Feb 2008 23:52:49 -0500 John W. Eaton add Jason Riedy to contributors file release-3-0-x
Tue, 12 Feb 2008 23:44:14 -0500 John W. Eaton ilaenv --> xilaenv release-3-0-x
Tue, 12 Feb 2008 22:45:12 -0500 John W. Eaton ilaenv --> xilaenv release-3-0-x
Tue, 12 Feb 2008 22:44:57 -0500 John W. Eaton ilaenv --> xilaenv release-3-0-x
Tue, 12 Feb 2008 22:43:50 -0500 John W. Eaton fix missing line continuation in BEGIN_CHAR_CLASS_CONVERSION macro release-3-0-x
Tue, 12 Feb 2008 22:42:28 -0500 John W. Eaton undo rest of botched sort patch release-3-0-x
Tue, 12 Feb 2008 21:13:17 -0500 John W. Eaton ilaenv --> xilaenv release-3-0-x
Tue, 12 Feb 2008 21:04:34 -0500 Jason Riedy fix workspace size calculation for xGELSD release-3-0-x
Tue, 12 Feb 2008 16:32:24 -0500 Kostas Poulios Fixes for quiver3 release-3-0-x
Tue, 12 Feb 2008 16:23:25 -0500 John W. Eaton changelog fix release-3-0-x
Tue, 12 Feb 2008 13:00:45 +0100 David Bateman Allow cast to treat the logical types release-3-0-x
Tue, 12 Feb 2008 16:19:50 -0500 David Bateman Fix colorbar with contours release-3-0-x
Tue, 12 Feb 2008 16:09:13 -0500 David Bateman Implement cdatamapping and respect to to allow correct image/imagesc rendering release-3-0-x
Tue, 12 Feb 2008 03:27:41 -0500 John W. Eaton fix for loop iteration limit bug with ranges release-3-0-x
Fri, 08 Feb 2008 03:43:53 -0500 John W. Eaton limit data read to data chunk in wavread.m release-3-0-x
Fri, 08 Feb 2008 03:29:12 -0500 John W. Eaton fix struct resizing bug release-3-0-x
Thu, 07 Feb 2008 22:42:11 -0500 John W. Eaton make sort work for ranges release-3-0-x
Sat, 02 Feb 2008 18:13:44 +0000 jwe [3-0-0-branch @ 2008-02-02 18:13:44 by jwe] release-3-0-x
Wed, 30 Jan 2008 21:00:04 +0000 jwe [3-0-0-branch @ 2008-01-30 21:00:04 by jwe] release-3-0-x
Wed, 30 Jan 2008 09:12:03 +0000 jwe [3-0-0-branch @ 2008-01-30 09:12:03 by jwe] release-3-0-x
Wed, 30 Jan 2008 08:14:56 +0000 jwe [3-0-0-branch @ 2008-01-30 08:14:55 by jwe] release-3-0-x
Wed, 30 Jan 2008 07:57:49 +0000 jwe [3-0-0-branch @ 2008-01-30 07:57:48 by jwe] release-3-0-x
Wed, 30 Jan 2008 07:44:18 +0000 jwe [3-0-0-branch @ 2008-01-30 07:44:17 by jwe] release-3-0-x
Mon, 28 Jan 2008 19:40:41 +0000 jwe [3-0-0-branch @ 2008-01-28 19:38:13 by jwe] release-3-0-x
Mon, 28 Jan 2008 09:13:19 +0000 jwe [3-0-0-branch @ 2008-01-28 09:13:19 by jwe] release-3-0-x
Fri, 25 Jan 2008 18:56:11 +0000 jwe [3-0-0-branch @ 2008-01-25 18:56:11 by jwe] release-3-0-x
Fri, 25 Jan 2008 07:19:33 +0000 jwe [3-0-0-branch @ 2008-01-25 07:19:33 by jwe] release-3-0-x
Fri, 25 Jan 2008 01:21:42 +0000 jwe [3-0-0-branch @ 2008-01-25 01:21:42 by jwe] release-3-0-x
Thu, 24 Jan 2008 07:39:33 +0000 jwe [3-0-0-branch @ 2008-01-24 07:39:32 by jwe] release-3-0-x
Tue, 22 Jan 2008 19:30:30 +0000 jwe [3-0-0-branch @ 2008-01-22 19:30:30 by jwe] release-3-0-x
Fri, 18 Jan 2008 05:47:56 +0000 jwe [3-0-0-branch @ 2008-01-18 05:47:55 by jwe] release-3-0-x
Thu, 17 Jan 2008 21:55:48 +0000 jwe [3-0-0-branch @ 2008-01-17 21:55:48 by jwe] release-3-0-x
Wed, 16 Jan 2008 19:27:15 +0000 jwe [3-0-0-branch @ 2008-01-16 19:27:14 by jwe] release-3-0-x
Tue, 15 Jan 2008 00:49:28 +0000 jwe [3-0-0-branch @ 2008-01-15 00:49:27 by jwe] release-3-0-x
Mon, 14 Jan 2008 19:50:16 +0000 jwe [3-0-0-branch @ 2008-01-14 19:50:16 by jwe] release-3-0-x
Fri, 11 Jan 2008 02:58:58 +0000 jwe [3-0-0-branch @ 2008-01-11 02:58:58 by jwe] release-3-0-x
Fri, 11 Jan 2008 02:39:46 +0000 jwe [3-0-0-branch @ 2008-01-11 02:39:45 by jwe] release-3-0-x
Thu, 10 Jan 2008 19:28:30 +0000 jwe [3-0-0-branch @ 2008-01-10 19:28:30 by jwe] release-3-0-x
Wed, 09 Jan 2008 20:27:33 +0000 jwe [3-0-0-branch @ 2008-01-09 20:27:33 by jwe] release-3-0-x
Wed, 09 Jan 2008 17:23:39 +0000 jwe [3-0-0-branch @ 2008-01-09 17:23:39 by jwe] release-3-0-x
Mon, 07 Jan 2008 19:31:51 +0000 jwe [3-0-0-branch @ 2008-01-07 19:31:51 by jwe] release-3-0-x
Mon, 07 Jan 2008 18:54:22 +0000 jwe [3-0-0-branch @ 2008-01-07 18:54:22 by jwe] release-3-0-x
Mon, 07 Jan 2008 18:04:06 +0000 jwe [3-0-0-branch @ 2008-01-07 18:04:06 by jwe] release-3-0-x
Fri, 04 Jan 2008 21:49:30 +0000 jwe [3-0-0-branch @ 2008-01-04 21:49:29 by jwe] release-3-0-x
Fri, 04 Jan 2008 20:26:33 +0000 jwe [3-0-0-branch @ 2008-01-04 20:26:32 by jwe] release-3-0-x
Thu, 03 Jan 2008 23:05:33 +0000 jwe [3-0-0-branch @ 2008-01-03 23:05:32 by jwe] release-3-0-x
Wed, 02 Jan 2008 07:42:13 +0000 jwe [3-0-0-branch @ 2008-01-02 07:42:12 by jwe] release-3-0-x
Sat, 29 Dec 2007 00:30:31 +0000 jwe [3-0-0-branch @ 2007-12-29 00:30:31 by jwe] release-3-0-x
Fri, 28 Dec 2007 21:04:11 +0000 tailor Tailorization release-3-0-x
Fri, 21 Jan 2011 20:22:42 +0100 Konstantinos Poulios fixing color mismatch between axis and axis label
Fri, 21 Jan 2011 13:15:38 -0500 Jordi GutiƩrrez Hermoso set clim to [0,1] so that scaled cdatamapping works as intended.
Fri, 21 Jan 2011 11:05:21 -0500 John W. Eaton avoid apparent bug in ATLAS versions of CHERK/ZHERK
Thu, 20 Jan 2011 21:29:14 -0800 Rik Prevent doubled quotes around @table items in Info.
Thu, 20 Jan 2011 20:31:42 -0800 Rik Mark scripts as coming from 'scripts/' directory in Texinfo '@c func location' comments.
Thu, 20 Jan 2011 20:19:29 -0800 Rik Use non-breaking spaces between certain adjectives and their nouns in docstrings.
Thu, 20 Jan 2011 19:34:54 -0800 Rik Update README for documentation scripts.
Thu, 20 Jan 2011 19:33:32 -0800 Rik Use @nospell macro on certain words in docstrings.
Thu, 20 Jan 2011 18:43:39 -0500 John W. Eaton style fixes for warning and error messages in source files
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:51:13 -0500 John W. Eaton style fixes for warning and error messages in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 17:21:27 -0500 John W. Eaton untabify source files
Thu, 20 Jan 2011 17:07:26 -0500 Pascal Dupuis Another round of initialising members in the constructor initialisation list
Thu, 20 Jan 2011 20:31:30 +0100 Kai Habel Fixes for ui file functions, bug#32190
Thu, 20 Jan 2011 10:47:43 -0800 Rik More updates to top-level README documentation files ahead of 3.4 release.