Mercurial > hg > octave-nkf
graph
-
doc: Update wording on using TeX interpreter in plotting. stableWed, 18 Jun 2014 13:23:52 -0700, by Rik
-
setdiff.m: Orient output (row/column) the same as Matlab (bug #42577).Wed, 18 Jun 2014 13:03:27 -0700, by Rik
-
doc: Clarify order of evaluation of compound assignment expressions stableTue, 17 Jun 2014 23:38:49 -0400, by Mike Miller
-
Use button value 1 for mouse button keypress 1063 (Bug #42489) stableTue, 17 Jun 2014 12:04:18 -0400, by John Donoghue
-
center the community news window on the screen not on the desktop (bug #42567) gui-releaseTue, 17 Jun 2014 20:51:05 +0200, by Torsten
-
make sure a new and still unnamed file is saved when run from the editor gui-releaseMon, 16 Jun 2014 20:41:19 +0200, by Torsten
-
save a new file before trying to run it from the editor (bug #42571) gui-releaseMon, 16 Jun 2014 20:30:28 +0200, by Torsten
-
Correctly return 0 for empty matrices (bug #42563). stableMon, 16 Jun 2014 09:03:51 -0700, by pantxo
-
Allow loading mat5 files generated from R and Python (bug #42562). stableMon, 16 Jun 2014 08:55:17 -0700, by Rik
-
propose function name as file name when saving a new file (bug #42568) gui-releaseMon, 16 Jun 2014 17:40:53 +0200, by Torsten
-
auto completion offers builtins and file functions for octave (bug #41371) gui-releaseMon, 16 Jun 2014 12:11:21 +0200, by Torsten
-
maint: Merge Stefan's changesets onto default after verification.Sat, 14 Jun 2014 13:24:46 -0700, by Rik
-
fix xticklabel with minor grid (bug #38139, bug #40256) stableWed, 09 Apr 2014 10:23:11 +0200, by Stefan Mahr
-
mkoctfile.in.cc: fix return value if subprocess fails (bug #42549).Fri, 13 Jun 2014 11:28:03 +0200, by Andreas Weber
-
lex.ll: Remove unused function strip_trailing_whitespace.Fri, 13 Jun 2014 08:21:28 -0700, by Rik
-
fix unintentionally leaving the debug mode (bug #42309) gui-releaseThu, 12 Jun 2014 19:48:50 +0200, by Torsten
-
Fix bug when hggroup used with primitive graphic object (bug #42532).Tue, 10 Jun 2014 14:03:09 -0700, by Rik
-
only show directories in search directory dialog activated from files browser stableTue, 10 Jun 2014 22:55:27 +0200, by Torsten
-
Correctly render unclosed contour of a patch object.Tue, 10 Jun 2014 09:08:33 -0700, by Rik
-
doc: Periodic spellcheck of documentation.Mon, 09 Jun 2014 11:19:23 -0700, by Rik
-
doc: Periodic grammarcheck of documentation.Mon, 09 Jun 2014 11:03:17 -0700, by Rik
-
Promote isvector, isrow, iscolumn, issquare to C++ versions (bug #42454).Sun, 08 Jun 2014 22:29:44 -0700, by Rik
-
Convert isscalar from an m-file to a built-in function (bug #42422).Sun, 08 Jun 2014 18:43:36 -0400, by Jason Alan Palmer
-
doc: Replace "non-zero" with "nonzero" to match existing usage.Sun, 08 Jun 2014 17:59:59 -0700, by Rik
-
maint: Periodic merge of gui-release to default.Sun, 08 Jun 2014 16:36:54 -0700, by Rik
-
doc: Update documentation of sparse functions including seealso links. stableSun, 08 Jun 2014 16:32:12 -0700, by Rik
-
Added tag rc-3-8-2-1 for changeset 492c56149535 stableFri, 06 Jun 2014 12:29:53 -0400, by John W. Eaton
-
maint: Periodic merge of gui-release to default.Fri, 06 Jun 2014 09:43:54 -0400, by John W. Eaton
-
maint: Periodic merge of stable to gui-release. gui-releaseFri, 06 Jun 2014 09:43:11 -0400, by John W. Eaton
-
doc: Remove confusing extra 'summation' argument example to sparse(). stableWed, 04 Jun 2014 22:09:08 -0700, by Rik
-
NEWS: Update with important changes for 4.2 release.Wed, 04 Jun 2014 21:26:07 -0700, by Rik
-
load files in private directories from private functions (bug #42500)Wed, 04 Jun 2014 17:16:03 -0400, by John W. Eaton
-
Fix jit testsSun, 16 Mar 2014 23:33:49 +0100, by Stefan Mahr
-
cleanup of tic and ticlabel codeTue, 18 Mar 2014 20:59:04 +0100, by Stefan Mahr
-
remove unneeded ticklabel conversionsSun, 02 Mar 2014 02:29:52 +0100, by Stefan Mahr
-
fix xticklabel with minor grid (bug #38139, bug #40256)Wed, 09 Apr 2014 10:23:11 +0200, by Stefan Mahr
-
pr-output.cc: Clean up unused parameter compilation warning.Wed, 04 Jun 2014 08:29:01 -0700, by Rik
-
textscan.m: properly process "emptyvalue" (bug #42343).Tue, 13 May 2014 22:02:44 +0200, by Philip Nienhuis
-
issymmetric.m: Don't use final ';' in %!assert statement.Tue, 03 Jun 2014 22:11:01 -0700, by Rik
-
Made issymmetric (issymmetric.m) work for logical matrices (Bug #42485)Mon, 02 Jun 2014 01:24:52 -0600, by David Spies
-
Fix incorrect sparse matrix example code in oct-file chapter (bug #41799). stableTue, 03 Jun 2014 14:42:00 -0700, by Rik
-
Add missing newline to error message from mkoctfile.Tue, 03 Jun 2014 09:07:02 -0700, by Rik
-
nchoosek.m: nchoosek(N,0) now returns [](1x0) when N is a vector (bug #41890).Tue, 18 Mar 2014 16:42:45 -0300, by Pedro Angelo
-
maint: Periodic merge of gui-release to default.Mon, 02 Jun 2014 11:17:59 -0700, by Rik
-
Fix compilation warning about use of '&' versus '&&' in find.cc. gui-releaseMon, 02 Jun 2014 11:04:55 -0700, by Rik
-
Mark internal sparse matrix implementation of atan2 as deprecated. gui-releaseMon, 02 Jun 2014 10:05:25 -0700, by Rik
-
Fix binmap for sparse-scalar or scalar-sparse operations (bug #40813). stableSun, 01 Jun 2014 21:41:58 -0700, by Rik
-
Fix infinite loop and segfault for atan2, fmod, hypot (bug #40813). stableSun, 01 Jun 2014 15:42:17 +0200, by Stefan Mahr
-
edit.m: Remove keyboard() statement left from debugging cset 0728f7b6b1a2.Sun, 01 Jun 2014 17:33:53 -0700, by Rik
-
Add tests for empty value and correct alphanumerical value comparision of isequal (bug #42408).Fri, 23 May 2014 16:28:37 +0200, by Kai T. Ohlhus
-
Make isequal matlab compatible when comparing char to numeric (bug #42408).Tue, 27 May 2014 14:15:08 -0700, by Rik