log

age author description
Thu, 07 Apr 2011 21:14:33 +0200 Jacob Dawid Added menubar, octave terminals can be added dynamically. Removed behaviour of maximizing at startup.
Thu, 07 Apr 2011 15:11:14 +0200 Jacob Dawid Added folders.
Thu, 07 Apr 2011 15:09:28 +0200 Jacob Dawid Added folders and removed Makefile.
Thu, 07 Apr 2011 15:05:14 +0200 Jacob Dawid Corrected pro file.
Thu, 07 Apr 2011 15:00:54 +0200 Jacob Dawid Changed project structure.
Thu, 07 Apr 2011 14:54:00 +0200 Jacob Dawid Renamed some files.
Thu, 07 Apr 2011 14:19:15 +0200 Jacob Dawid Cleaned up code widely.
Thu, 07 Apr 2011 12:51:31 +0200 Jacob Dawid Renamed terminal class.
Thu, 07 Apr 2011 12:40:49 +0200 Jacob Dawid Refactored code in QTerminalWidgetand made comments Doxygen-frienly.
Thu, 07 Apr 2011 12:32:15 +0200 Jacob Dawid Refactored code in QTerminalWidget.
Thu, 07 Apr 2011 12:17:53 +0200 Jacob Dawid Rename qtermwidget to QTerminalWidget
Thu, 07 Apr 2011 12:12:13 +0200 Jacob Dawid Moved files, modified README.
Thu, 07 Apr 2011 12:05:35 +0200 Jacob Dawid Removed ol pro file.
Thu, 07 Apr 2011 12:05:04 +0200 Jacob Dawid Added qtermwidget files.
Thu, 07 Apr 2011 12:04:40 +0200 Jacob Dawid Integrated qtermwidget into Quint.
Thu, 07 Apr 2011 11:16:46 +0200 Jacob Dawid Removed old code.
Thu, 07 Apr 2011 11:16:17 +0200 Jacob Dawid Removed old code.
Thu, 07 Apr 2011 11:15:19 +0200 Jacob Dawid Removed piped terminal windows.
Thu, 07 Apr 2011 11:01:55 +0200 Jacob Dawid Fixed some bugs on resizing.
Thu, 07 Apr 2011 10:55:33 +0200 Jacob Dawid Loading octave on startup.
Thu, 07 Apr 2011 10:45:46 +0200 Jacob Dawid Added terminal window title.
Thu, 07 Apr 2011 10:44:04 +0200 Jacob Dawid Terminal relaunches on exit.
Thu, 07 Apr 2011 10:28:41 +0200 Jacob Dawid Removed temp files.
Thu, 07 Apr 2011 10:26:05 +0200 Jacob Dawid Integrated qtermwidget terminal emulation.
Wed, 06 Apr 2011 19:52:12 +0200 Jacob Dawid Prevented the command line to lose focus when pressing tab.
Wed, 06 Apr 2011 17:00:49 +0200 Jacob Dawid Added some syntax highlighting.
Wed, 06 Apr 2011 16:39:39 +0200 Jacob Dawid Added comments.
Wed, 06 Apr 2011 16:16:17 +0200 Jacob Dawid Extended pending request skeleton to support other types of requests.
Wed, 06 Apr 2011 15:04:19 +0200 Jacob Dawid Imaginary numbers are rendered correctly.
Wed, 06 Apr 2011 14:01:09 +0200 Jacob Dawid Readded info request at startup.
Wed, 06 Apr 2011 13:59:10 +0200 Jacob Dawid Adding pending requests.
Tue, 05 Apr 2011 22:07:39 +0200 Jacob Dawid Added history to terminal.
Tue, 05 Apr 2011 21:23:08 +0200 Jacob Dawid Add copyright information.
Tue, 05 Apr 2011 21:10:20 +0200 Jacob Dawid Removed unused code.
Tue, 05 Apr 2011 21:08:18 +0200 Jacob Dawid Subclassed line edit to prepare for extended functionality.
Tue, 05 Apr 2011 20:45:27 +0200 Jacob Dawid Refactored code, split clients into their own threads.
Tue, 05 Apr 2011 20:09:40 +0200 Jacob Dawid Errors are now passed through correctly, interactive mode enforced.
Tue, 05 Apr 2011 18:03:17 +0200 Jacob Dawid Octaves output is being highlighted now.
Tue, 05 Apr 2011 17:15:01 +0200 Jacob Dawid Octave restarts when process exits.
Tue, 05 Apr 2011 08:42:28 +0200 Jacob Dawid Changed menu to toolbar.
Tue, 05 Apr 2011 00:12:18 +0200 Jacob Dawid Initial commit.
Wed, 12 Oct 2011 12:18:27 -0400 John W. Eaton handle class objects in num2cell
Wed, 12 Oct 2011 09:06:58 -0700 Rik gdbinit: Add documentation for macros. Add alias for new show_octave_dbstack command.
Wed, 12 Oct 2011 11:18:12 -0400 John W. Eaton axes: only update the currentaxes property of the parent figure if the axes object is visible
Wed, 12 Oct 2011 10:38:21 -0400 John W. Eaton show_octave_dbstack: new convenience function for debugging
Wed, 12 Oct 2011 10:55:45 +0100 Michael Goffioul Only add default menus for FLTK toolkit.
Tue, 11 Oct 2011 22:02:39 -0400 John W. Eaton make handles with their handlevisibility property set to "callback" visible in callback functions
Tue, 11 Oct 2011 21:55:21 -0400 John W. Eaton don't execute graphics handle callback functions recursively
Tue, 11 Oct 2011 18:08:44 -0400 Ben Abbott Allow the axis box to be turned off for the gnuplot backend.
Tue, 11 Oct 2011 23:07:48 +0100 Michael Goffioul Export base_property::set.
Tue, 11 Oct 2011 13:18:40 -0700 Rik strchr.m: Tune switching between algorithms. Add error messages to input validation.
Tue, 11 Oct 2011 16:15:35 -0400 John W. Eaton ishold: don't create axes if none exists
Tue, 11 Oct 2011 12:46:24 -0700 Rik strjust.m: Tweak code for performance. Add more input validation and tests.
Tue, 11 Oct 2011 10:53:24 -0400 John W. Eaton allow warnings about missing glyphs to be disabled
Tue, 11 Oct 2011 10:35:28 -0400 John W. Eaton fix clf docstring typo from previous change
Mon, 10 Oct 2011 21:04:22 -0700 Rik str2num.m: Simplify and speed up code by using indexing.
Mon, 10 Oct 2011 18:55:12 -0700 Rik mat2str.m: Tune function for Matlab compatability and speed.
Mon, 10 Oct 2011 21:39:16 -0400 John W. Eaton clf: return figure handle
Mon, 10 Oct 2011 17:31:21 -0700 Rik isstrprop.m: Put input validation first and add a few more tests.
Mon, 10 Oct 2011 15:08:48 -0400 John W. Eaton regexprep: only return cell array if first arg is cell array
Mon, 10 Oct 2011 15:01:56 -0400 John W. Eaton handle "split" option for regexp
Mon, 10 Oct 2011 11:12:34 -0700 Rik dec2base.m: Code tweaks for slightly better performance.
Mon, 10 Oct 2011 08:22:25 -0400 Ben Abbott Fix regression introduced by e9f6a6edec42.
Mon, 10 Oct 2011 10:27:12 +0100 Michael Goffioul Add __object__ property to uimenu.
Sun, 09 Oct 2011 12:58:59 -0700 Rik strtrunc.m: Add input validation and tests for length argument n.
Sun, 09 Oct 2011 07:25:07 -0700 Rik Add %!endfunction block keyword to test.m
Sat, 08 Oct 2011 20:14:35 -0700 Rik strtrunc.m: Fix errors in strread, textscan introduced by changeset 86d18a3cc911
Sat, 08 Oct 2011 19:58:29 -0700 Rik substr.m: Fix failing %!test for 0 length.
Sat, 08 Oct 2011 18:54:53 -0700 Rik strtrunc.m: Add %!test accidentally deleted in changeset 29a4d3b4211e
Sat, 08 Oct 2011 18:48:42 -0700 Rik strtrunc.m: Add support and %!test for char arrays as cellstr elements
Sat, 08 Oct 2011 20:33:50 -0400 Ben Abbott Fix reversion introduced by changeset 86d18a3cc911.
Sat, 08 Oct 2011 17:34:15 -0400 Ben Abbott Improvements to patch() and fix for bugs reported in #34417.
Sat, 08 Oct 2011 12:37:34 -0700 Rik strtrunc.m: Recode for 28X speedup for cellstr inputs
Sat, 08 Oct 2011 11:08:50 -0700 Rik substr.m: Expand function to accept negative values for length argument.
Fri, 07 Oct 2011 20:24:33 -0700 Rik shift.m: Add validation tests for dimension argument
Fri, 07 Oct 2011 20:21:09 -0700 Rik conv.m: Simplify algorithm and add more input validation and tests
Fri, 07 Oct 2011 22:16:07 -0400 John W. Eaton make concatenation of class objects work
Fri, 07 Oct 2011 23:04:38 -0400 John W. Eaton fix input validation for sortrows
Fri, 07 Oct 2011 23:03:36 -0400 John W. Eaton eliminate incorrect tests for shift
Fri, 07 Oct 2011 17:44:31 -0700 Rik sortrows.m: Improve input validation and add more tests.
Fri, 07 Oct 2011 16:44:47 -0700 Rik shift.m: Fix typo in %!error tests
Fri, 07 Oct 2011 14:18:18 -0700 Rik Expand index,rindex functions to accept char array inputs
Fri, 07 Oct 2011 08:53:04 -0700 Rik logspace.m: Simplify function by using default values for arguments
Fri, 07 Oct 2011 08:39:00 -0700 Rik rot90.m: Simplify function by using mod() rather than rem()
Fri, 07 Oct 2011 08:28:00 -0700 Rik Use common code idiom x == fix (x) to detect integers
Thu, 06 Oct 2011 23:39:14 +0100 Michael Goffioul Create scripts/prefs/ directory if it does not exist.
Thu, 06 Oct 2011 23:39:05 +0100 Michael Goffioul Add uicontrol and uipanel m-scripts.
Thu, 06 Oct 2011 14:57:15 -0700 Rik speed.m: Overhaul code to fix broken demos and tests (Bug #34234, Bug #31815)
Thu, 06 Oct 2011 14:24:38 -0700 Rik Fix test for tilde_expand() on MinGW (Bug #33862)
Thu, 06 Oct 2011 16:44:18 +0100 Michael Goffioul Add support for full asynchronous graphics toolkit running in a separate
Wed, 05 Oct 2011 16:46:16 -0700 Rik doc: Use @key{} macro in ginput() documentation
Wed, 05 Oct 2011 13:10:10 -0700 Rik Use common code idiom for checking whether a double value is an integer.
Wed, 05 Oct 2011 12:00:31 -0700 Rik shift.m: Clean up code and add more tests
Wed, 05 Oct 2011 11:43:05 -0700 Rik circshift.m: Recode to do away with some for loops.
Wed, 05 Oct 2011 08:52:35 -0700 Rik speed.m: Further fixes for 2 speed tests (Bug #34234)
Tue, 04 Oct 2011 22:06:09 -0700 Rik pkg.m: Display verbose output immediately rather than buffering it.
Tue, 04 Oct 2011 21:49:53 -0700 Rik speed.m: Fix 2 intermittently failing tests (Bug #34234)
Tue, 04 Oct 2011 20:29:48 -0400 John W. Eaton fix declaration of do_load in load-save.h
Tue, 04 Oct 2011 13:17:25 -0400 John W. Eaton use correct macro to indentify MinGW
Tue, 04 Oct 2011 10:20:24 -0400 John W. Eaton return stream error message in scanf functions and document behavior
Tue, 04 Oct 2011 09:57:29 -0400 John W. Eaton use correct macros to identify Cygwin and MinGW
Mon, 03 Oct 2011 15:05:00 -0400 John W. Eaton avoid apparent compiler optimization problem on Cygwin and MinGW systems (bug #34210)
Mon, 03 Oct 2011 11:01:10 -0700 Rik maint: periodic merge of stable to default.
Mon, 03 Oct 2011 12:48:15 -0400 John W. Eaton fix typo in changeset edc5ec6e949b
Mon, 03 Oct 2011 11:03:40 -0400 John W. Eaton improve memory use for the pager and diary streams (bug #34431)
Mon, 03 Oct 2011 03:11:58 -0500 Jordi Gutiérrez Hermoso Use more templates in MSparse operators. Death to macros! ☠
Mon, 03 Oct 2011 00:15:00 -0500 Jordi Gutiérrez Hermoso Eliminate duplicate code for op+= and op-= for MSparse
Sun, 02 Oct 2011 20:13:33 +0200 Kai Habel Add tests for meshgrid and ndgrid.
Fri, 30 Sep 2011 22:21:26 -0400 John W. Eaton update NEWS
Fri, 30 Sep 2011 22:15:47 -0400 John W. Eaton new functions for Matlab compatibility
Fri, 30 Sep 2011 14:40:33 -0400 John W. Eaton fix bug with parsing cell array lists
Fri, 30 Sep 2011 09:57:10 -0700 Rik Allow gtext() to have multi-line text strings (Bug #33232)
Fri, 30 Sep 2011 09:20:08 -0700 Rik Correct typo in input validation of polynomial functions (Bug #33252)
Fri, 30 Sep 2011 11:35:20 -0400 John W. Eaton update bootstrap to latest gnulib version
Wed, 28 Sep 2011 09:14:45 -0700 Rik Properly process 'cdata' property for patches (Bug #34417).
Thu, 29 Sep 2011 17:44:32 -0500 Jordi Gutiérrez Hermoso Use a hash map to store permutations in randperm's truncated Knuth shuffle
Thu, 29 Sep 2011 17:03:35 -0500 Jordi Gutiérrez Hermoso Fix version numbers in NEWS stable
Thu, 29 Sep 2011 17:29:30 -0400 Ben Abbott Revert unintended part of changeset e0ef7a3f35d9.
Thu, 29 Sep 2011 17:04:00 -0400 Ben Abbott Fix bug introduced by 105c72254967.
Thu, 29 Sep 2011 13:42:30 -0400 John W. Eaton 3.4.3 release candidate 0 stable
Thu, 29 Sep 2011 14:16:58 -0400 John W. Eaton use opt_sep instead of literal '\n' in parser rules for classdef
Thu, 29 Sep 2011 14:11:39 -0400 John W. Eaton accept enumeration keyword
Thu, 29 Sep 2011 10:06:02 -0700 Rik Validate inputs to line() to prevent corrupting graphic toolkit (Bug #32345) stable
Thu, 29 Sep 2011 12:31:39 +0200 Kai Habel Set clim correctly for patch objects:
Thu, 29 Sep 2011 03:35:58 -0400 John W. Eaton additional parfor changes
Thu, 29 Sep 2011 02:50:53 -0400 John W. Eaton parfor keyword and infrastructure, but handle parfor as normal for loop for now
Wed, 28 Sep 2011 23:24:12 -0500 Jordi Gutiérrez Hermoso Explain a bit more the src/ directory in HACKING file stable
Wed, 28 Sep 2011 21:46:39 -0400 John W. Eaton getappdata: return empty matrix for nonexistent property names
Wed, 28 Sep 2011 17:01:04 -0400 John W. Eaton avoid gnuplot error when figure name includes " characters
Wed, 28 Sep 2011 16:45:21 -0400 John W. Eaton improve default indexing for objects
Wed, 28 Sep 2011 10:57:18 -0500 Jordi Gutiérrez Hermoso Use correct function name in error message in sprandsym
Wed, 28 Sep 2011 09:47:33 -0500 Jordi Gutiérrez Hermoso Initialise history before executing startup files (bug #32900)
Tue, 27 Sep 2011 12:49:20 -0400 John W. Eaton fix thinko in previous change to __line__.m
Tue, 27 Sep 2011 03:22:48 -0400 John W. Eaton fix parsing of anonymous functions inside cell array lists.
Tue, 27 Sep 2011 02:06:41 -0400 John W. Eaton allow radio values for graphics properaties to be abbreviated
Tue, 27 Sep 2011 02:06:25 -0400 John W. Eaton allow line function to accept matrix arguments
Mon, 26 Sep 2011 15:25:17 -0400 John W. Eaton improve compatibility of arrayfun for nargout = 0 case
Mon, 26 Sep 2011 11:43:20 -0700 Rik fftshift.m: Better explain operation in docstring (Bug #33581). stable
Mon, 26 Sep 2011 11:19:41 -0700 Rik __getlegenddata__.m: Fix bad subscript index error (Bug #33774). stable
Mon, 26 Sep 2011 13:09:02 -0400 John W. Eaton maint: style fixes for cellfun
Mon, 26 Sep 2011 13:08:42 -0400 John W. Eaton fix nargout handling for functions called by cellfun
Sun, 25 Sep 2011 22:33:47 -0400 John W. Eaton maint: improve readability of cellfun
Sun, 25 Sep 2011 22:03:45 -0700 Rik Allow logical inputs to ismember() (Bug #33531).
Sun, 25 Sep 2011 20:50:36 -0400 John W. Eaton maint: regexp.cc style fixes
Sun, 25 Sep 2011 20:15:26 -0400 John W. Eaton eliminate DO_SIMPLE_FOR_LOOP_ONCE macro definition too
Sun, 25 Sep 2011 20:12:19 -0400 John W. Eaton eliminate DO_SIMPLE_FOR_LOOP_ONCE macro
Sun, 25 Sep 2011 16:58:02 -0700 Rik Add support for additional argument "real" to schur() (Bug #34012). stable
Sun, 25 Sep 2011 19:41:15 -0400 John W. Eaton avoid output in test
Sun, 25 Sep 2011 19:44:04 -0400 John W. Eaton fix warnings for uninitialized variables
Sun, 25 Sep 2011 16:24:07 -0700 Rik errorbar plots can now accept a legend key (Bug #33580). stable
Sun, 25 Sep 2011 16:40:57 -0500 Jordi Gutiérrez Hermoso Avoid overflow in sprandsym
Sun, 25 Sep 2011 16:52:23 -0400 John W. Eaton fix warnings for unused but set variables and shadowed variables
Sun, 25 Sep 2011 15:06:10 -0400 John W. Eaton fix warnings for unused but set variables
Sun, 25 Sep 2011 14:25:23 -0400 John W. Eaton fix warnings for unused but set variables
Sun, 25 Sep 2011 13:48:09 -0400 Ben Abbott Improvements to plotyy.
Sun, 25 Sep 2011 19:11:02 +0200 Kai Habel Add tests for scripts/plot
Sun, 25 Sep 2011 11:55:39 -0400 Ben Abbott Allow an nd-array of handles when calling isprop.m.
Sun, 25 Sep 2011 02:35:55 -0500 Jordi Gutiérrez Hermoso Fix offbyones and typos in sprandsym.m
Sun, 25 Sep 2011 01:42:37 -0500 Jordi Gutiérrez Hermoso Various minor stylistic improvements to sprandsym.m
Sat, 24 Sep 2011 17:31:19 -0400 Ben Abbott src/graphics.cc: Consistent log-scale axis tick labels.
Sat, 24 Sep 2011 17:27:53 -0400 John W. Eaton return get(h) as a struct array when h is a vector of handles
Sat, 24 Sep 2011 15:39:19 -0400 Ben Abbott Use "-10^{%T}" format for negative values in log scale plots.
Sat, 24 Sep 2011 13:06:24 -0500 Jordi Gutiérrez Hermoso Simplify a computation in sprandsym
Sat, 24 Sep 2011 11:04:24 -0500 Jordi Gutiérrez Hermoso Reword sqp's docstring stable
Sat, 24 Sep 2011 10:38:19 -0400 John W. Eaton sqp: provide warnings for QP subproblem failures
Sat, 24 Sep 2011 03:46:36 -0500 Jordi Gutiérrez Hermoso Completely new implementation of sprandsym
Fri, 23 Sep 2011 22:18:05 +0200 Kai Habel Add tests for scripts/plot
Fri, 23 Sep 2011 15:03:29 -0400 John W. Eaton voronoin: accept options as a cell array of character strings
Fri, 23 Sep 2011 13:11:36 -0500 Jordi Gutiérrez Hermoso Fix the copyright and docstring of __sprand_impl__
Fri, 23 Sep 2011 12:24:14 -0500 Jordi Gutiérrez Hermoso Update tests for profile.m
Fri, 23 Sep 2011 10:18:03 -0500 Jordi Gutiérrez Hermoso Add missing path in sparse/module.mk
Fri, 23 Sep 2011 09:51:20 -0400 John W. Eaton missing file for changeset 968e89b45bbf
Fri, 23 Sep 2011 02:41:54 -0500 Jordi Gutiérrez Hermoso Update example in sparse.txi to use new calling form of randperm
Fri, 23 Sep 2011 02:40:05 -0500 Jordi Gutiérrez Hermoso Refactor sprandn/sprand code, move common code to common function (bug #34352)
Wed, 21 Sep 2011 21:37:12 -0500 Jordi Gutiérrez Hermoso Simplify code in sprand and use two-arg form of randperm for precise density
Thu, 22 Sep 2011 18:08:26 -0400 John W. Eaton document profexplore and include it in the list of files to distribute
Mon, 19 Sep 2011 16:45:31 -0400 John W. Eaton allow sscanf to accept character arrays with more than one row
Thu, 22 Sep 2011 17:08:49 -0400 John W. Eaton also look to parent classes for overloaded functions called through handles
Thu, 22 Sep 2011 16:44:54 -0400 John W. Eaton move tests for classes into subdirectories
Thu, 22 Sep 2011 16:01:28 -0500 Jordi Gutiérrez Hermoso Put @seealso in profiler functions' docstrings.
Thu, 22 Sep 2011 15:37:29 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Thu, 22 Sep 2011 21:52:40 +0200 Daniel Kraft New function 'profexplore' for interactive hierarchical profile exploration.
Thu, 22 Sep 2011 20:51:30 +0200 Daniel Kraft Add field for total time to hierarchical profile.
Thu, 22 Sep 2011 15:38:25 -0400 John W. Eaton Omit $top_srcdir/test directory tree from Octave's path in run-octave script
Wed, 21 Sep 2011 21:08:57 -0500 Jordi Gutiérrez Hermoso Implement second randperm argument for compatibility with Matlab
Wed, 21 Sep 2011 20:23:59 -0400 Ben Abbott Add tolerances to binopdf and tpdf tests.
Tue, 20 Sep 2011 22:01:00 -0700 Rik regexptranslate.m: Correctly escape *all* regular expression special characters.
Tue, 20 Sep 2011 21:19:56 -0700 Rik optimset.m: When called with 1 output argument, return a struct with all possible options initialized to [].
Tue, 20 Sep 2011 19:42:13 -0700 Rik onenormest.m: Initialize random number generator in tests to guarantee reliable passage.
Tue, 20 Sep 2011 17:18:18 -0700 Rik tpdf.m: Add eps to assert tests for passage on Mac OS
Tue, 20 Sep 2011 16:42:37 -0700 Rik mat2str.m: Use more modern code syntax for function
Tue, 20 Sep 2011 16:18:14 -0700 Rik blanks.m: Validate input is non-negative.
Tue, 20 Sep 2011 16:08:53 -0700 Rik str2num.m: Use more modern code practices
Tue, 20 Sep 2011 15:51:20 -0700 Rik findstr.m: Use more modern code practices in function.
Tue, 20 Sep 2011 15:41:35 -0400 John W. Eaton maint: use specific endif, endfor tokens instead of simple end
Tue, 20 Sep 2011 15:38:24 -0400 John W. Eaton maint: periodic merge of stable to default
Tue, 20 Sep 2011 15:33:10 -0400 John W. Eaton maint: use specific endif, endfor tokens instead of simple end stable
Tue, 20 Sep 2011 15:28:46 -0400 John W. Eaton maint: periodic merge of stable to default
Tue, 20 Sep 2011 12:25:02 -0700 Rik doc: Quiet Texinfo warning in accumarray.m stable
Tue, 20 Sep 2011 12:13:13 -0700 Rik Overhaul of statistical distribution functions
Tue, 20 Sep 2011 14:02:59 -0500 Jordi Gutiérrez Hermoso Fix incorrect newline in weekday.m (bug #34347) stable
Tue, 20 Sep 2011 11:41:59 -0700 Rik bincoeff.m: 15% speed improvement and better input validation
Tue, 20 Sep 2011 13:32:01 -0400 John W. Eaton doc: tweak log guidelines in contrib.txi stable
Mon, 19 Sep 2011 18:03:43 -0700 Rik Allow cellstr inputs for dec2* conversion functions.
Mon, 19 Sep 2011 20:01:43 -0500 Jordi Gutiérrez Hermoso Update guidelines on how to write commit messages and changelogs stable
Mon, 19 Sep 2011 20:18:47 -0400 Ben Abbott Fix bug #34015. Allow for sequential images. stable
Mon, 19 Sep 2011 17:15:07 -0700 Rik Allow cellstr inputs to *2dec conversion functions (Bug #34147).
Mon, 19 Sep 2011 22:52:47 +0100 Carnë Draug python: new function to invoke python scripts from octave code
Mon, 19 Sep 2011 09:37:52 -0700 Rik deblank.m: Modified to accept nested cellstr arrays (Bug #34123)
Mon, 19 Sep 2011 08:15:30 -0400 Ben Abbott scripts/general/interpn.m: fix(m)==m is faster than round(m)==m stable
Mon, 19 Sep 2011 00:56:05 -0500 Jordi Gutiérrez Hermoso Define missing real double -> float complex assignment operators stable
Sun, 18 Sep 2011 21:08:46 -0700 Rik strtrim.m: Rename function inside .m file to match filename.
Sun, 18 Sep 2011 20:13:56 -0700 Rik strtrim.m: Allow operation on nested cellstr arrays (Bug #34123).
Sun, 18 Sep 2011 17:09:39 -0700 Rik __makeinfo__.m: Correct error string for third argument.
Sun, 18 Sep 2011 15:55:54 -0400 Ben Abbott Fix bug #34282. Fill holes in contours with the background colour stable
Sun, 18 Sep 2011 13:11:04 -0400 Ben Abbott Fix bug #33204. Use latex markeup for log tick labels. stable
Sun, 18 Sep 2011 11:05:12 -0400 Marco Caliari Fix bug #33606. stable
Sat, 17 Sep 2011 22:07:41 -0500 Jordi Gutiérrez Hermoso maint: Periodic merge of stable to default
Sat, 17 Sep 2011 21:55:38 -0500 Jordi Gutiérrez Hermoso Improve accumarray's docstring: one more example, mention vals can be scalar stable
Sat, 17 Sep 2011 21:43:01 -0400 Ben Abbott Fix bug #30295. stable
Sat, 17 Sep 2011 16:02:28 -0400 Ben Abbott scripts/general/interp3.m: Fix bug #30295. stable
Sat, 17 Sep 2011 15:14:08 -0400 Ben Abbott scripts/general/interp2.m: Fix bug #30295. stable
Fri, 16 Sep 2011 18:14:50 -0400 Ben Abbott Update sources for gl2ps.
Fri, 16 Sep 2011 15:42:06 -0400 John W. Eaton look for methods before constructors
Fri, 16 Sep 2011 21:04:30 +0200 Kai Habel Fix bug for complex input for gradient (#34292)
Fri, 16 Sep 2011 07:57:33 -0400 Ben Abbott Backout last gl2ps update in changeset 7b4ec6f841a2.
Thu, 15 Sep 2011 22:03:58 -0400 John W. Eaton fix vertical concatenation involving cell arrays
Thu, 15 Sep 2011 17:55:36 -0400 Ben Abbott gnuplot support for log plots with only negative data. Bug #34232.
Thu, 15 Sep 2011 17:25:21 -0400 John W. Eaton improve compatibility of concatenation (bug #33966)
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Thu, 15 Sep 2011 12:02:54 -0400 John W. Eaton maint: move test_string.m tests to source files
Thu, 15 Sep 2011 05:11:46 -0500 Jordi Gutiérrez Hermoso Enable BSX in-place for missing assignment operators
Wed, 14 Sep 2011 23:25:33 -0500 Jordi Gutiérrez Hermoso Mention roundb in round's docstring stable
Wed, 14 Sep 2011 19:59:24 -0400 Ben Abbott plot/text.m: Improve matlab compatibility of demos.
Wed, 14 Sep 2011 21:03:39 +0200 Kai Habel Tests added for scripts/plot
Wed, 14 Sep 2011 13:50:33 -0400 John W. Eaton char: return empty string if called with no arguments
Tue, 13 Sep 2011 14:06:43 -0400 John W. Eaton maint: use gnulib opendir and closedir modules
Tue, 13 Sep 2011 10:12:25 -0500 Jordi Gutiérrez Hermoso Fix the names of some OCTAVE_CONF variables in mkoctfile.in
Mon, 12 Sep 2011 18:53:05 -0400 Ben Abbott Support log scale plots with all negative data.
Sun, 11 Sep 2011 15:05:05 -0400 Ben Abbott plot/axis.m: Partial fix for Bug #34232.
Sun, 11 Sep 2011 14:04:43 -0500 Jordi Gutiérrez Hermoso maint: Periodic merge of stable to default
Sun, 11 Sep 2011 14:18:20 -0400 Ben Abbott src/pr-output.cc: Test "format compact"
Sun, 11 Sep 2011 12:38:23 -0500 Jordi Gutiérrez Hermoso Add test f for bug #34266 stable
Sun, 11 Sep 2011 12:37:51 -0500 Jordi Gutiérrez Hermoso Update residue.m's docstring to more modern form, all calling forms on top stable
Sun, 11 Sep 2011 12:34:24 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Fri, 09 Sep 2011 20:14:53 +0200 Daniel Kraft Show row/column for anonymous functions in the profiler
Sun, 11 Sep 2011 18:48:06 +0200 Kai Habel Don't use explicit figure number for tests to avoid interference with any figures opened by user.
Sun, 11 Sep 2011 18:24:58 +0200 Kai Habel Add further tests for scripts/plot.
Sun, 11 Sep 2011 11:40:22 +0200 Carlo de Falco more fixes to __makeinfo__
Sat, 10 Sep 2011 12:08:15 +0200 Carlo de Falco Add back the third input parameter to __makeinfo__
Fri, 09 Sep 2011 11:15:41 -0700 Rik __makeinfo__.m: Remove unused third input argument.
Fri, 09 Sep 2011 18:46:51 +0200 Carlo de Falco Fix input check in __makeinfo__
Thu, 08 Sep 2011 10:38:49 -0500 Jordi Gutiérrez Hermoso Improve blkdiag for sparse matrices
Thu, 08 Sep 2011 14:20:43 -0400 John W. Eaton computer: accept "arch" argument
Thu, 08 Sep 2011 17:32:03 +0200 Kai Habel Avoid touching default values.
Thu, 08 Sep 2011 15:43:40 +0200 Kai Habel Allow surface and patch to be called w/o arguments. Adding and fixing tests.
Wed, 07 Sep 2011 18:48:00 -0500 Jordi Gutiérrez Hermoso Exclude /gnulib/ from Emacs' C++ mode for .h files
Wed, 07 Sep 2011 18:12:26 -0500 Jordi Gutiérrez Hermoso Fix warning about signed/unsigned comparison
Tue, 06 Sep 2011 21:15:16 -0500 Jordi Gutiérrez Hermoso Remove all blank lines with "format compact"
Wed, 07 Sep 2011 20:13:18 +0200 Kai Habel Various fixes for tests in scripts/plot
Wed, 07 Sep 2011 09:38:38 -0400 John W. Eaton Add Júlio Hoffimann Mendes to contributors.in
Tue, 06 Sep 2011 20:11:59 -0400 Ben Abbott src/graphics.cc: Fix mistake in changeset c7512d0d52e8. stable
Tue, 06 Sep 2011 18:01:04 -0400 John W. Eaton don't allow computed axis limits to be empty (bug #)
Tue, 06 Sep 2011 14:58:44 -0400 Júlio Hoffimann maint: fix compilation problem with g++ -std=c++0x option
Tue, 06 Sep 2011 14:30:39 -0400 Ben Abbott src/graphics.cc: Ensure tick separation is in factors of 10 for log plots. stable
Tue, 06 Sep 2011 12:48:40 -0500 Jordi Gutiérrez Hermoso Make .h files open in c++-mode in Emacs; make sure gnu style is set for C mode
Tue, 06 Sep 2011 17:14:09 +0200 Carlo de Falco Remove console output in graphics demos.
Tue, 06 Sep 2011 15:38:32 +0200 Carlo de Falco Add tests and demos for log-scale plotting functions
Mon, 05 Sep 2011 10:35:09 -0500 Jordi Gutiérrez Hermoso Change the PRINT_ND_ARRAY macro into a templated function
Mon, 05 Sep 2011 08:27:48 -0500 Jordi Gutiérrez Hermoso ov.cc: Remove ancient, useless commented-out code
Mon, 05 Sep 2011 08:26:42 -0500 Jordi Gutiérrez Hermoso Add 6 tests for ov.cc
Mon, 05 Sep 2011 06:49:49 -0500 Jordi Gutiérrez Hermoso Add Roman Belov to contributors.in
Sun, 04 Sep 2011 16:46:16 -0700 Rik logm.m: Return real matrix when all eigenvalues are real (Bug #32121). stable
Sun, 04 Sep 2011 16:46:16 -0700 Rik logm.m: Return real matrix when all eigenvalues are real (Bug #32121).
Sun, 04 Sep 2011 21:58:42 +0200 Kai Habel Tests for scripts/plot
Sun, 04 Sep 2011 01:43:30 -0400 John W. Eaton tests for typeinfo function
Sun, 04 Sep 2011 01:19:09 -0400 John W. Eaton new tests for utils.cc
Sat, 03 Sep 2011 19:41:47 -0400 Ben Abbott Fix tolerance for mappers.cc test on MacOS.
Sat, 03 Sep 2011 16:26:20 -0700 Rik codesprint: Tests for fftfilt()
Sun, 04 Sep 2011 01:21:43 +0200 Carlo de Falco maint: style fixes in iterative linear solvers
Sat, 03 Sep 2011 18:46:09 -0400 John W. Eaton codesprint: demos for semilogx, semilogy, and loglog
Sat, 03 Sep 2011 18:28:58 -0400 John W. Eaton codesprint: demos for title
Sat, 03 Sep 2011 18:25:38 -0400 Ben Abbott codesprint: Fix tolerance for qz.cc tests.
Sat, 03 Sep 2011 15:23:47 -0700 Rik codesprint: Add demo block to gplot.m
Sat, 03 Sep 2011 15:23:18 -0700 Rik codesprint: Add demo block for spy.m
Sat, 03 Sep 2011 17:15:14 -0500 Jordi Gutiérrez Hermoso codesprint: Fix typo
Sat, 03 Sep 2011 17:13:27 -0500 Andriy Shinkarchuck codesprint: 7 tests for duplication_matrix.m
Sat, 03 Sep 2011 17:27:15 -0400 John W. Eaton codesprint: demos for xlim, ylim, and zlim
Sat, 03 Sep 2011 17:25:50 -0400 John W. Eaton codesprint: mark datetick as tested.
Sat, 03 Sep 2011 14:23:36 -0700 Rik symtab.cc: Fix compile error accidentally introduced.
Sat, 03 Sep 2011 14:18:57 -0700 Rik codesprint: Tests for spparms()
Sat, 03 Sep 2011 16:11:03 -0500 Jordi Gutiérrez Hermoso codesprint: Fix tolerance for pinv test
Sat, 03 Sep 2011 13:43:13 -0700 Rik codesprint: Tests for ignore_function_time_stamp() in symtab.cc
Sat, 03 Sep 2011 16:32:44 -0400 John W. Eaton maint: style fixes for cgs
Sat, 03 Sep 2011 16:25:48 -0400 John W. Eaton codesprint: avoid crash after running tests
Sat, 03 Sep 2011 13:20:28 -0700 Rik codesprint: Add test for onCleanup()
Sat, 03 Sep 2011 15:03:21 -0500 Jordi Gutiérrez Hermoso codesprint: Add 3 tests for qz.cc
Sat, 03 Sep 2011 21:51:26 +0200 Carlo de Falco Move bicg.m to scripts/sparse for uniformity
Sat, 03 Sep 2011 12:44:15 -0700 Rik codesprint: Add tests for tempdir
Sat, 03 Sep 2011 12:43:38 -0700 Rik codesprint: No tests needed for alias of tmpnam function.
Sat, 03 Sep 2011 14:37:38 -0500 Jordi Gutiérrez Hermoso codesprint: Fix building of docs for new bicg functions
Sat, 03 Sep 2011 15:24:44 -0400 John W. Eaton codesprint: recognize "fail" as a test in fntests.m
Sat, 03 Sep 2011 14:09:51 -0500 Andriy Shinkarchuck codesprint: 9 tests for bartlett.m
Sat, 03 Sep 2011 12:07:05 -0700 Rik codesprint: Add 1 input validation test for gen_doc_cache()
Sat, 03 Sep 2011 12:02:19 -0700 Rik codesprint: Tests for fail.m
Sat, 03 Sep 2011 14:57:12 -0400 John W. Eaton codepsprint: tests for testfun functions
Sat, 03 Sep 2011 11:29:24 -0700 Rik codesprint: Add input validation and tests for sprandsym.m
Sat, 03 Sep 2011 20:18:50 +0200 Carlo de Falco codesprint: Allow passing a function handle for the coefficient matrix in cgs
Sat, 03 Sep 2011 13:12:50 -0500 Andriy Shinkarchuck codesprint: 9 tests for bartlett.m
Sat, 03 Sep 2011 20:06:30 +0200 Carlo de Falco Make bicgstab interface more compatible
Sat, 03 Sep 2011 13:44:26 -0400 John W. Eaton codesprint: tests for treelayout
Sat, 03 Sep 2011 12:40:21 -0500 Andriy Shinkarchuck codesprint: 9 tests for hamming.m
Sat, 03 Sep 2011 10:25:25 -0700 Rik codesprint: Write input validation and tests for sprandn.m
Sat, 03 Sep 2011 13:24:01 -0400 John W. Eaton codesprint: tests for inpolygon
Sat, 03 Sep 2011 13:15:02 -0400 John W. Eaton codesprint: tests or profshow
Sat, 03 Sep 2011 12:23:35 -0500 Andriy Shinkarchuck codesprint: 9 tests for hanning.m
Sat, 03 Sep 2011 10:14:46 -0700 Rik codesprint: Tests for sprand.m
Sat, 03 Sep 2011 13:11:53 -0400 John W. Eaton codesprint: tests for profile.m
Sat, 03 Sep 2011 12:59:45 -0400 John W. Eaton allow profile ('info') to work if no profiling data is available
Sat, 03 Sep 2011 18:48:56 +0200 Carlo de Falco Add 3 tests to ppjumps
Sat, 03 Sep 2011 09:42:31 -0700 Rik codesprint: Add tests for spconvert.m
Sat, 03 Sep 2011 09:18:11 -0700 Rik fntests.m: Remove statement about demos from "No Tests" message
Sat, 03 Sep 2011 18:40:46 +0400 Roman Belov codesprint: linear algebra tests: cross, housh, planerot, qzhess, rref
Sat, 03 Sep 2011 18:01:46 +0200 Carlo de Falco codesprint: Add a test to orth.m
Sat, 03 Sep 2011 11:52:46 -0400 John W. Eaton codesprint: argument checking tests for celldisp
Sat, 03 Sep 2011 17:44:20 +0200 Carlo de Falco codesprint: Add tests to polygcd
Sat, 03 Sep 2011 08:32:58 -0700 Rik codesprint: Turn off test warning for various internal helper functions
Sat, 03 Sep 2011 08:25:52 -0700 Rik fntests.m: No longer count file with demos as being tested
Sat, 03 Sep 2011 10:09:50 -0500 Jordi Gutiérrez Hermoso codesprint: 8 tests for pinv.cc
Sat, 03 Sep 2011 07:58:26 -0700 Rik codesprint: Single input validation test for beep.m
Fri, 02 Sep 2011 21:48:41 +0100 Michael Goffioul Mark profiler class and data for export.
Fri, 02 Sep 2011 21:43:10 +0100 Michael Goffioul Make more symbols for export. stable
Fri, 02 Sep 2011 21:37:29 +0100 Michael Goffioul Add LAPACK_LIBS to link command. stable
Fri, 02 Sep 2011 13:27:17 -0400 Matthias Jüschke plot/private/__axis_limits__.m: Check lower axis limit come first. stable
Thu, 01 Sep 2011 20:27:21 -0500 Jordi Gutiérrez Hermoso Initialise vecout variable and return permutation matrices instead of sparse matrices (bug #34185)
Thu, 01 Sep 2011 14:36:31 -0700 Rik doc: Improve strnum() docstring stable
Thu, 01 Sep 2011 12:18:09 -0400 Ben Abbott doc/interpreter/stmt.txi: Correct typo. Bug #34187. stable
Thu, 01 Sep 2011 11:19:52 -0400 Ben Abbott plotyy.m: Always restore current axes when done. stable
Wed, 31 Aug 2011 18:04:47 -0500 Jordi Gutiérrez Hermoso Remove an unneeded explicit instantiation
Wed, 31 Aug 2011 18:19:17 -0400 Ben Abbott Fix for bug #34158. stable
Tue, 30 Aug 2011 18:36:06 -0500 Jordi Gutiérrez Hermoso Make operators do smarter sparse conversions on permutation matrices.
Tue, 30 Aug 2011 14:37:25 -0400 John W. Eaton maint: periodic merge of stable to default
Tue, 30 Aug 2011 14:34:20 -0400 John W. Eaton doc: fix typo in ndims doc string stable
Mon, 29 Aug 2011 13:07:22 -0400 John W. Eaton prevent optimization functions from setting ans in workspace at startup
Mon, 29 Aug 2011 09:14:11 -0700 Rik maint: Fix 2 compiler warnings
Mon, 29 Aug 2011 11:56:42 -0400 John W. Eaton maint: remove remaining references to RLD_FLAG
Mon, 29 Aug 2011 11:49:30 -0400 John W. Eaton maint: more linking tweaks
Mon, 29 Aug 2011 10:53:07 -0400 John W. Eaton maint: split fields correctly in config-module.awk script
Sun, 28 Aug 2011 11:27:40 -0400 John W. Eaton maint: ensure we always link with local libtool libraries
Mon, 29 Aug 2011 09:24:54 +0200 Carlo de Falco Add an implementation of the biconjugate gradient iterative method
Mon, 29 Aug 2011 09:15:43 +0200 Carlo de Falco Fix ambigous call to int pow (int, unsigned int&) stable
Sun, 28 Aug 2011 20:30:41 -0700 Rik doc: Fix warnings and errors in Texinfo required for building docs on stable branch. stable
Sun, 28 Aug 2011 21:17:55 -0400 Ben Abbott __print_parse_opts__.m: Properly convert from cm to pts (bug #34152). stable
Sat, 27 Aug 2011 13:37:31 -0500 Jordi Gutiérrez Hermoso doc: Add cross references to "status of variables" in sections for predicates stable
Sat, 27 Aug 2011 11:28:48 -0400 John W. Eaton maint: let libtool deal with setting -rpath linker option
Sat, 27 Aug 2011 11:23:17 -0400 John W. Eaton maint: fix typo in previous libcruft/Makefile.am change
Sat, 27 Aug 2011 10:09:53 -0400 John W. Eaton maint: merge main development branches
Fri, 26 Aug 2011 21:59:44 -0500 Jordi Gutiérrez Hermoso Add tests for automatic bsxfun
Fri, 26 Aug 2011 21:57:23 -0500 Jordi Gutiérrez Hermoso Implement a few missing automatic bsxfun power operators
Fri, 26 Aug 2011 17:14:26 -0400 John W. Eaton maint: add missing files for changeset edc5ec6e949b
Fri, 26 Aug 2011 15:36:14 -0400 John W. Eaton maint: allow --enable-static --disable-dl to work again
Fri, 26 Aug 2011 09:33:52 -0400 John W. Eaton maint: fix botched tests in test_io.m
Thu, 25 Aug 2011 09:51:27 -0700 Rik quadl.m: Fix integration with large error tolerances (Bug #33792)
Thu, 25 Aug 2011 07:53:48 -0400 Ben Abbott dMatrix.cc: Increase tolerance for another test which fails on MinGW. stable
Thu, 25 Aug 2011 04:07:11 -0500 Jordi Gutiérrez Hermoso Implement automatic bsxfun almost everywhere now except sparse matrices.
Wed, 24 Aug 2011 23:12:28 -0500 Jordi Gutiérrez Hermoso Enable automatic bsxfun for power operators
Wed, 24 Aug 2011 23:06:59 -0500 Jordi Gutiérrez Hermoso Make bsxfun automatic for most binary operators.
Wed, 24 Aug 2011 14:25:42 -0400 John W. Eaton use unwind_protect to ensure wavread closes file.
Wed, 24 Aug 2011 14:07:47 -0400 John W. Eaton update contributors.in
Wed, 24 Aug 2011 14:06:14 -0400 Hannes Müller wavread: allow files with incomplete final samples
Wed, 24 Aug 2011 12:24:41 -0400 Ben Abbott dMatrix.cc: Increase tolerance for tests which fail on MinGW. stable
Tue, 23 Aug 2011 20:58:54 -0400 Marco atzeri dMatrix.cc: Fix tests introduced by changeset f217edac2c71. Declare variables stable
Wed, 24 Aug 2011 12:22:42 -0400 John W. Eaton maint: periodic merge of stable to default
Wed, 24 Aug 2011 12:19:00 -0400 John W. Eaton sscanf: correctly set output position when reading stops at end of string stable
Wed, 24 Aug 2011 12:19:00 -0400 John W. Eaton sscanf: correctly set output position when reading stops at end of string
Wed, 24 Aug 2011 12:13:11 -0400 John W. Eaton fix scanf problem with reading I (bug #33722)
Wed, 24 Aug 2011 11:32:18 -0400 Pascal Dupuis fix scanf problem with reading I (bug #33722) stable
Wed, 24 Aug 2011 11:20:26 -0400 John W. Eaton doc: update sscanf doc string to match current behavior stable
Tue, 23 Aug 2011 20:58:54 -0400 Marco atzeri dMatrix.cc: Fix tests introduced by changeset f217edac2c71. Declare variables
Tue, 23 Aug 2011 20:13:52 -0400 Ben Abbott README.MacOS: Update and add detail for building the developers sources using
Tue, 23 Aug 2011 17:11:31 -0400 John W. Eaton properly save and restore command history file name in history command (bug #32524)
Tue, 23 Aug 2011 17:08:51 -0400 John W. Eaton eliminate duplication of internal variables controlling command history
Tue, 23 Aug 2011 14:00:02 -0500 Jordi Gutiérrez Hermoso Announce in NEWS that we now have a profiler
Mon, 22 Aug 2011 21:23:28 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 22 Aug 2011 21:20:42 -0400 John W. Eaton fix dimension check for A'\B (bug #33997) stable
Mon, 22 Aug 2011 20:30:14 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 22 Aug 2011 20:27:27 -0400 John W. Eaton correctly resize scanf output for %c formats (bug #34037) stable
Wed, 13 Jul 2011 17:53:05 -0700 Rik urlwrite.cc: Remove obsolete #include curl/types.h (Bug #33697). stable
Mon, 22 Aug 2011 17:24:44 -0400 Ben Abbott polyval.m: Return zeros when polynomial is empty (ML Compatibility).
Sun, 21 Aug 2011 21:44:39 -0700 Rik doc: State that required input is cellstr, not cell, for strtrim and deblank (Bug #34038)
Fri, 19 Aug 2011 12:39:55 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Fri, 19 Aug 2011 12:39:45 -0500 Jordi Gutiérrez Hermoso Proofread profiler documentation
Fri, 19 Aug 2011 16:40:07 +0200 Daniel Kraft Add an example profiler session to the manual.
Fri, 19 Aug 2011 16:39:09 +0200 Daniel Kraft Add index into FunctionTable to profshow output table.
Thu, 18 Aug 2011 18:43:58 +0200 Daniel Kraft Document the profiler functions.
Thu, 18 Aug 2011 22:23:16 -0700 Rik deblank.m, strtrim.m: Correctly validate cellstr inputs (Bug #34038)
Tue, 16 Aug 2011 22:19:56 -0700 Rik doc: Correct Texinfo overfull hbox instances.
Tue, 16 Aug 2011 10:03:33 -0700 Rik doc: Correct various Texinfo warnings about incorrect use of macros.
Tue, 16 Aug 2011 04:01:08 -0500 Jordi Gutiérrez Hermoso bsxfun.cc: Expand cryptic bsxfun acronym in docstring and explain it a bit more
Mon, 15 Aug 2011 19:43:57 -0400 Ben Abbott text.m: Improve logic and error checking. Modify demo.
Mon, 15 Aug 2011 18:48:16 -0400 Ben Abbott Update sources for gl2ps.
Mon, 15 Aug 2011 17:35:30 -0400 Vanya Sergeev Native multi-line text alignment.
Mon, 15 Aug 2011 20:55:58 +0200 Kai Habel Apply bug fix for figure name from V. Sergeev (bug #34001)
Mon, 15 Aug 2011 11:32:21 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 15 Aug 2011 11:30:23 -0400 John W. Eaton undo previous unintended change to oct-stream.cc stable
Mon, 15 Aug 2011 10:24:09 -0400 Ben Abbott allow multi-line string property for text objects using cell arrays or char matrices
Mon, 15 Aug 2011 10:05:28 -0400 John W. Eaton new string_vector::join method
Sun, 14 Aug 2011 21:17:12 -0500 Jordi Gutiérrez Hermoso Return better error codes from curl, even if connection is successful
Sun, 14 Aug 2011 12:41:20 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Fri, 12 Aug 2011 12:27:56 +0200 Daniel Kraft Make hierarchical profile available via profile('info').
Fri, 12 Aug 2011 12:21:48 +0200 Daniel Kraft Use macro to start profiler blocks.
Sun, 14 Aug 2011 12:31:14 -0400 John W. Eaton new text_label_property graphics property type
Fri, 12 Aug 2011 14:16:34 -0400 John W. Eaton maint: periodic merge of stable to default
Fri, 12 Aug 2011 14:05:48 -0400 John W. Eaton maint: fix missing line continuation in src/Makefile.am stable
Thu, 11 Aug 2011 21:12:56 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Thu, 11 Aug 2011 21:12:15 -0500 Jordi Gutiérrez Hermoso Style fixes on profiler internal functions
Thu, 11 Aug 2011 17:55:23 +0200 Daniel Kraft Collect hierarchical data profile.
Thu, 11 Aug 2011 19:50:57 -0500 Orion Poplawski __xzip__: Fix regression about moving compressed files (bug #33993) stable
Thu, 11 Aug 2011 17:17:25 -0500 Jordi Gutiérrez Hermoso cellfun: Fix a regression for function handles to overloaded functions
Thu, 11 Aug 2011 14:05:46 -0500 Jordi Gutiérrez Hermoso oop.txi: Fix incorrect names for power and mpower operators stable
Thu, 11 Aug 2011 12:49:11 -0500 Jordi Gutiérrez Hermoso tar.m: Fix validation of inputs (bug #33988) stable
Thu, 11 Aug 2011 02:41:36 -0500 Jordi Gutiérrez Hermoso cellfun.cc (cellfun): Small optimisation for function handles to built-ins
Thu, 11 Aug 2011 02:39:31 -0500 Jordi Gutiérrez Hermoso Backed out changeset 982d59e27565
Thu, 11 Aug 2011 02:34:42 -0500 Jordi Gutiérrez Hermoso cellfun.cc (cellfun): Small optimisation for function handles to built-ins
Thu, 11 Aug 2011 01:46:06 -0500 Jordi Gutiérrez Hermoso octave-parse.yy (feval): Update docstring to refer to function handles. stable
Wed, 10 Aug 2011 19:11:02 -0400 Ben Abbott str2num.m: Add second output indicating state of the conversion. stable
Wed, 10 Aug 2011 19:03:26 -0400 Ben Abbott Fix incorrect documentation for cs-lists from cell arrays.
Wed, 10 Aug 2011 10:52:41 -0400 John W. Eaton improve logic of octave_stream::seek funtion
Tue, 09 Aug 2011 23:23:59 -0400 John W. Eaton maint: periodic merge of stable to default
Tue, 09 Aug 2011 22:16:06 -0400 John W. Eaton use gnulib::fseek and gnulib::fopen stable
Tue, 09 Aug 2011 07:42:10 -0700 Philip Nienhuis strread.m: %Ns conversion format now honors user specified width (Bug #33950).
Mon, 08 Aug 2011 21:31:55 -0700 Rik maint: Periodic merge of stable to default.
Mon, 08 Aug 2011 21:30:36 -0700 Rik svds.m: Revert cset 12934:5d79384e3a1d. Use 42 for random number initialization. stable
Mon, 08 Aug 2011 11:19:09 -0700 Rik strmatch.m: Trim search pattern of spaces and nulls.
Mon, 08 Aug 2011 12:14:41 -0400 John W. Eaton accept but discard sign when reading NA and NaN values
Sun, 07 Aug 2011 09:59:39 -0700 Rik maint: periodic merge of stable to default
Sun, 07 Aug 2011 09:58:14 -0700 Rik svds.m: Use initialization seed of 43 to have working tests on Cygwin platform. stable
Sun, 07 Aug 2011 09:55:19 -0700 Rik strmatch.m: Revamp function for better speed and Matlab compatibility.
Sat, 06 Aug 2011 18:31:28 -0700 Rik doc: Document numel option to cellfun. Use fewer function handles in examples.
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Fri, 05 Aug 2011 20:36:10 -0700 Rik mode.m: Eliminate cellfun usage in assert tests
Fri, 05 Aug 2011 20:22:40 -0700 Rik untabify.m: Place input validation first. Simplify assert tests.
Fri, 05 Aug 2011 18:52:40 -0400 John W. Eaton maint: periodic merge of stable to default
Fri, 05 Aug 2011 18:50:43 -0400 John W. Eaton maint: undo part of previous gnulib changes stable
Fri, 05 Aug 2011 12:35:29 -0500 Jordi Gutiérrez Hermoso Fix brain-o in sqrtm test
Fri, 05 Aug 2011 10:01:18 -0700 Rik deblank.m: Speed up 15x on cellstr inputs. Restrict input to strings or cellstrings.
Fri, 05 Aug 2011 10:58:43 -0500 Jordi Gutiérrez Hermoso Clarify what indices can be for numel stable
Fri, 05 Aug 2011 10:58:14 -0500 Jordi Gutiérrez Hermoso Fix incorrect example output for concatenating cs-lists from cells stable
Thu, 04 Aug 2011 23:35:13 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Thu, 04 Aug 2011 23:08:20 -0500 Jordi Gutiérrez Hermoso Style fixes on comments about profiling operators
Fri, 29 Jul 2011 17:51:39 +0200 Daniel Kraft Extend profiling support to operators.
Thu, 04 Aug 2011 10:56:31 -0400 John W. Eaton periodic merge of stable to default
Thu, 04 Aug 2011 10:39:37 -0400 John W. Eaton use gnulib:: qualifiers for more stdio functions stable
Thu, 04 Aug 2011 00:42:31 -0500 Jordi Gutiérrez Hermoso Change test on sqrtm.cc to use any when checking for NaN
Wed, 03 Aug 2011 19:54:37 -0400 Ben Abbott textscan: Fix multiple accesses, bug #33876.
Wed, 03 Aug 2011 15:38:59 -0700 Rik strsplit.m: Allow any scalar input for strip_empty option,
Wed, 03 Aug 2011 15:05:28 -0700 Philip Nienhuis More compatibility improvements for textscan and strread
Wed, 03 Aug 2011 13:57:54 -0400 John W. Eaton periodic merge of stable to default
Wed, 03 Aug 2011 13:56:53 -0400 John W. Eaton use gnulib:: qualifiers for more stdio functions stable
Wed, 03 Aug 2011 13:04:27 -0400 John W. Eaton make completion work for command-line functions
Wed, 03 Aug 2011 16:28:21 +0200 Konstantinos Poulios avoid possible infinite recursion in autopositioning of labels and titles
Wed, 03 Aug 2011 09:45:16 +0200 Andreas Weber doc: Change references to removed loadimage->imread and deprecated saveimage->imwrite
Tue, 02 Aug 2011 17:40:44 -0700 Andreas Weber doc: Remove reference to spqr in qr documentation (Bug #33922)
Tue, 02 Aug 2011 15:51:04 -0400 John W. Eaton allow debugging when input is not coming from a tty
Tue, 02 Aug 2011 11:40:27 -0500 Jordi Gutiérrez Hermoso Return empty matrix if the argument to orth is empty (bug #33301)
Tue, 02 Aug 2011 10:50:11 -0500 Jordi Gutiérrez Hermoso Let rand accept negative dimensions (bug #33301)
Mon, 01 Aug 2011 01:18:51 +0300 Andriy Shinkarchuck unwrap.m: Fix incorrect behavior when unwrapping gaps larger then 2*pi with tests for it (Bug #33883)
Sun, 31 Jul 2011 20:15:09 +0200 Kai Habel __init_fltk__.cc: show canvas only, when figure is visible (bug #33321)
Fri, 29 Jul 2011 17:03:12 -0400 John W. Eaton maint: style fixes for sqrtm
Fri, 29 Jul 2011 11:32:38 -0500 Fabian Deutsch Add a PulseAudio backend to playaudio
Fri, 29 Jul 2011 02:31:14 -0500 Jordi Gutiérrez Hermoso Backout 12897:503865c2e542
Thu, 28 Jul 2011 12:00:43 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 28 Jul 2011 11:59:38 -0400 John W. Eaton maint: include fclose and stdio in bootstrap.conf module list stable
Wed, 27 Jul 2011 18:47:13 -0500 Jordi Gutiérrez Hermoso strfns.cc: Return empty string in strvcat if called sans arguments (bug #33533)
Wed, 27 Jul 2011 16:05:32 -0700 Rik Correctly allow single string input form of fopen() (Bug #33535). stable
Wed, 27 Jul 2011 15:40:06 -0700 Rik Allow Matlab-style syntax for load command (Bug #33527).
Wed, 27 Jul 2011 11:49:15 -0700 Rik maint: Rollback changeset 67bf9b30f3f9. stable
Wed, 27 Jul 2011 11:21:21 -0700 Marco Caliari legendre.m: Allow ND-array inputs (Bug #33526). stable
Wed, 27 Jul 2011 09:38:39 -0700 Rik Error when given non-string input to tolower, toupper, toascii (Bug #33537). stable
Tue, 26 Jul 2011 22:24:32 -0700 Philip Nienhuis strread.m, textscan.m: More Matlab compatability