Mercurial > hg > octave-lyh
graph
-
doc: Remove trailing characters after @seealso macro in version.m (bug #39307).Sat, 22 Jun 2013 10:28:21 -0700, by Rik
-
legend.m: Tweak code for Octave coding conventions.Sat, 22 Jun 2013 10:26:47 -0700, by Rik
-
Partially undo the changeset 8fce0ed4894a as sparse specialized version of is_empty can be used in all cases.Sat, 22 Jun 2013 15:13:53 +0200, by David Bateman
-
When indexing scalars stored as sparse matrices, convert to an array, index and then resparsify (bug #37774)Sat, 22 Jun 2013 12:00:39 +0200, by David Bateman
-
Remove "key", "keybox", "keypos", and "keyreverse" from the list of axes props.Sat, 22 Jun 2013 15:35:19 +0800, by Ben Abbott
-
Avoid changing the fontsize of a legend's text strings when printing.Sat, 22 Jun 2013 15:24:00 +0800, by Ben Abbott
-
Fix problems with changeset 286904321282.Sat, 22 Jun 2013 13:38:03 +0800, by Ben Abbott
-
Use unmodified axes "position" and "outerposition" properties for legend().Sat, 22 Jun 2013 11:18:56 +0800, by Ben Abbott
-
make stand-alone windows from dock widgets when floating (bug #38785)Fri, 21 Jun 2013 22:40:53 +0200, by Torsten
-
add Jordi's tips on hg extensions to the manualFri, 21 Jun 2013 20:50:55 +0200, by Torsten
-
Rename "position" variable to "location" in legend.mFri, 21 Jun 2013 23:33:17 +0800, by Ben Abbott
-
When no keys are specified and defaults are populated, set have_labels = true.Fri, 21 Jun 2013 22:20:41 +0800, by Ben Abbott
-
GUI: enable clipboard content detection for terminal window context menuThu, 20 Jun 2013 22:04:58 -0400, by John Donoghue
-
Rename cmdline option --jit-debugging to --jit-debug.Thu, 20 Jun 2013 20:18:28 -0700, by Rik
-
doc: Use Texinfo @url command consistently throughout documentation.Thu, 20 Jun 2013 19:32:59 -0700, by Rik
-
doc: Use the serial comma in Contributors chapter.Thu, 20 Jun 2013 19:14:55 -0700, by Rik
-
doc: Update some spacing in the Tips & Standards chapter.Thu, 20 Jun 2013 18:12:17 -0700, by Rik
-
doc: Update docstrings in oct-parse.in.yy.Thu, 20 Jun 2013 17:48:12 -0700, by Rik
-
correctly parse expressions like pi+1 (bug #39301)Thu, 20 Jun 2013 18:21:48 -0400, by John W. Eaton
-
__fltk_ginput__.m: Restructure and clean up code.Thu, 20 Jun 2013 14:32:20 -0700, by Rik
-
__gnuplot_ginput__.m: Correctly stop early if <RETURN> key pressed (bug #32178).Thu, 20 Jun 2013 12:54:59 -0700, by Rik
-
Return button information for ginput when using FLTK (bug #32178)Thu, 20 Jun 2013 10:55:45 -0700, by Rik
-
use better method to determine whether we are using flex and bisonThu, 20 Jun 2013 10:23:25 -0400, by John W. Eaton
-
always set at_beginning_of_statement when recognizing keywords (bug #38758)Wed, 19 Jun 2013 22:11:46 -0400, by John W. Eaton
-
return true for is_single_type and false for is_double_type in octave_float_complex_diag_matrixThu, 20 Jun 2013 03:39:53 +0200, by David Bateman
-
Use complex_array_value in ov-cx-mat.cc(default_numeric_demotion_function) (bug #39254)Thu, 20 Jun 2013 03:28:10 +0200, by David Bateman
-
Restore dassl tolerance after running %! tests (bug #36137).Wed, 19 Jun 2013 18:04:19 -0700, by Rik
-
Specialize is_empty and numel methods for sparse matrices (debian bug #706376)Thu, 20 Jun 2013 02:17:25 +0200, by David Bateman
-
ndgrid.m: Fix Matlab incompatibility with null inputs (bug #38685).Wed, 19 Jun 2013 16:51:30 -0700, by Rik
-
accumdim.m: Add %!tests for function.Wed, 19 Jun 2013 14:01:14 -0700, by Rik
-
accumdim.m: fix bug and allow 6 arguments (bug #38770)Thu, 18 Apr 2013 11:59:56 -0400, by Corey Thomasson
-
fplot.m: Fix bug when FN is a constant function (bug #39287)Wed, 19 Jun 2013 11:56:06 -0700, by Rik
-
Add -W command line option to disable window system (bug #38937)Wed, 19 Jun 2013 11:36:42 -0700, by Rik
-
dec2base.m: treat logical as double for compatibility with ML (bug #38815).Sun, 28 Apr 2013 22:12:20 +0200, by Pantxo Diribarne
-
Fix seealso HTML links when using Texinfo 4.X (bug #38862).Tue, 18 Jun 2013 20:35:12 -0700, by Rik
-
doc: Improve documentation for command debugger.Tue, 18 Jun 2013 17:58:00 -0700, by Rik
-
doc: clarify docstring regarding null input to error() (bug #39271).Tue, 18 Jun 2013 11:10:57 -0700, by Rik
-
@ftp/cd.m: Fix docstring.Tue, 18 Jun 2013 06:47:25 -0400, by John W. Eaton
-
copyright notice fixesTue, 18 Jun 2013 06:39:12 -0400, by John W. Eaton
-
* importdata.m: Don't use sprintf to format error messages.Tue, 18 Jun 2013 06:39:11 -0400, by John W. Eaton
-
avoid backquote in error messages, some uses in doc stringsTue, 18 Jun 2013 06:39:01 -0400, by John W. Eaton
-
roots.m: Fix bug when input is all zeros (bug #38855)Mon, 17 Jun 2013 18:00:59 -0700, by Rik
-
@ftp/cd.m: implement return of working directoryMon, 17 Jun 2013 23:19:12 +0100, by Carnë Draug
-
strjoin.m: delimiter can include escape sequences (matlab compatibility)Sun, 16 Jun 2013 12:07:19 +0200, by Stefan Mahr
-
Add Show home directory to files window popdown.Sat, 15 Jun 2013 17:40:14 -0400, by John Donoghue
-
* strjoin.m: improve speed of joining long stringsTue, 04 Jun 2013 19:40:13 +0200, by Stefan Mahr
-
Fix typo introduced in b7667fcb9fbc (cstrtrim does not exist).Fri, 14 Jun 2013 17:33:05 +0100, by Carnë Draug
-
maint: update config.in.h in .hgignoreThu, 13 Jun 2013 11:56:09 -0400, by Jordi Gutiérrez Hermoso
-
restore final summary to end of make messagesWed, 12 Jun 2013 15:22:49 -0400, by John W. Eaton
-
update editor tab titles due to changed settings regarding the modifed stateWed, 12 Jun 2013 20:11:34 +0200, by Torsten
-
avoid looking at previous token that doesn't exist (bug #39180)Wed, 12 Jun 2013 11:19:53 -0400, by John W. Eaton
-
tag symbols in indexed assignments as variables (bug #39240)Wed, 12 Jun 2013 10:50:29 -0400, by John W. Eaton
-
eliminate unnecessary normalisation of view vector in surfl (bug #39241)Wed, 12 Jun 2013 10:03:50 -0400, by Andreas Weber
-
exit gracefully after executing code from --evalWed, 12 Jun 2013 09:58:28 -0400, by John W. Eaton
-
Update copies consistent subset of {x,y,z}data to children of the stairs hggoup.Wed, 12 Jun 2013 20:25:36 +0800, by Ben Abbott
-
Update copies consistent subset of {x,y,z}data to children of the stem hggoup.Wed, 12 Jun 2013 20:06:18 +0800, by Ben Abbott
-
add format option to ticklabel (bug #34906)Tue, 11 Jun 2013 21:16:41 +0800, by Stefan Mahr
-
Variation of color option layouts with columns packed to the leftTue, 11 Jun 2013 14:02:41 -0500, by Daniel J Sebald
-
Make spacing similar for color option layoutsTue, 11 Jun 2013 12:51:30 -0500, by Daniel J Sebald
-
Reduce the spacing for the "Terminal Colors" under Terminal tab.Tue, 11 Jun 2013 15:09:13 +0800, by Ben Abbott