log

age author description
Mon, 12 Dec 2016 16:48:24 -0500 John D cross-tools: enable std=c++11 for default cross g++ CXXFLAGS (Bug #49822)
Mon, 12 Dec 2016 06:49:54 -0800 Rik Fix plotting of constant functions with ezplot (bug #49766).
Sun, 11 Dec 2016 20:33:24 -0800 Rik Add Octave-only query mode for format command to find status.
Sat, 10 Dec 2016 11:36:50 -0500 John W. Eaton maint: Periodic merge of stable to default.
Sat, 10 Dec 2016 11:35:23 -0500 John W. Eaton don't require semicolon between property list elements (bug #49819) stable
Fri, 09 Dec 2016 13:23:50 -0800 Rik Fall back to Octave's regular display method for class objects without a display method. stable
Fri, 09 Dec 2016 15:34:48 -0500 John W. Eaton maint: Periodic merge of stable to default.
Fri, 09 Dec 2016 12:29:27 -0800 Rik hdl2struct.m: Recode for performance.
Fri, 09 Dec 2016 14:03:32 -0500 John W. Eaton exit with non-zero status if parsing or evaluation of --eval code fails stable
Fri, 09 Dec 2016 09:12:22 -0800 Rik display.m: Correctly display output for non-class objects (bug #49753, bug #49794). stable
Thu, 08 Dec 2016 15:22:58 -0800 Rik maint: Fix up more for loops with range operators in liboctave.
Thu, 08 Dec 2016 14:50:52 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/parse-tree
Thu, 08 Dec 2016 06:55:30 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/octave-value.
Tue, 06 Dec 2016 13:43:16 -0800 Rik Don't run publish.tst unless OSMESA or gnuplot are available (bug #49767). stable
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Tue, 06 Dec 2016 10:44:20 -0500 John W. Eaton define octave_f77_int_type in octave-config.h (bug #49776)
Tue, 06 Dec 2016 09:59:56 -0500 John W. Eaton style fixes for mkoctfile.cc
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Mon, 05 Dec 2016 21:04:07 -0500 John W. Eaton avoid conversion warnings in time -> double functions
Mon, 05 Dec 2016 18:09:08 -0500 John W. Eaton use simple class instead of std::set
Mon, 05 Dec 2016 13:04:12 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/corefcn.
Sat, 03 Dec 2016 07:37:54 -0500 John W. Eaton avoid some double to float conversion warnings
Sat, 03 Dec 2016 07:12:10 -0500 John W. Eaton eliminate use of OCTAVE_QUIT macro in C++ sources
Fri, 02 Dec 2016 13:49:53 -0500 John W. Eaton avoid double -> float -> double type conversion
Fri, 02 Dec 2016 14:35:57 -0500 John W. Eaton eliminate size limit for token cache; provide destructor for class
Fri, 02 Dec 2016 14:16:43 -0500 John W. Eaton Backed out changeset d5b58e234c37
Fri, 02 Dec 2016 14:52:09 +0100 Kai T. Ohlhus lex.h: Remove wrapper class "token_cache" for std::deque.
Fri, 02 Dec 2016 02:44:29 -0800 Rik maint: use initializer of char array for octave_popen tmode.
Thu, 01 Dec 2016 13:33:51 -0800 Rik doc: Update Introduction chapter to use newest version of diary() Texinfo.
Thu, 01 Dec 2016 04:42:28 -0800 Rik maint: Periodic merge of stable to default.
Thu, 01 Dec 2016 04:41:57 -0800 Rik doc: Rewrite parts of Introduction chapter. stable
Wed, 30 Nov 2016 16:24:29 -0800 Rik doc: Add missing change from cset 5e111d533c99 stable
Wed, 30 Nov 2016 16:22:47 -0800 Rik doc: Rewrite docstrings for sub2ind and ind2sub. stable
Tue, 29 Nov 2016 16:46:35 -0800 Rik Return 0 for special case of scalar Inf input to inverse (bug #49690).
Tue, 29 Nov 2016 16:07:05 -0500 John W. Eaton don't pass two dimensions to column vector resize method
Tue, 29 Nov 2016 14:30:51 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave Vector classes
Tue, 29 Nov 2016 10:33:06 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave Quad and lu classes
Tue, 29 Nov 2016 08:14:05 -0800 Rik doc: Small fixes to docstrings (bug #49733). stable
Tue, 29 Nov 2016 00:37:20 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave schur class
Tue, 29 Nov 2016 01:00:15 -0500 John W. Eaton * f77-fcn.h (to_f77_int): New inline function.
Tue, 29 Nov 2016 00:32:35 -0500 John W. Eaton provide separate typedefs for octave_idx_type and octave_f77_int_type
Tue, 29 Nov 2016 00:20:23 -0500 John W. Eaton use typedefs instead of macros for F77 types
Tue, 29 Nov 2016 00:17:01 -0500 John W. Eaton * lo-mappers.h (arg (float)): Cast M_PI result to float.
Mon, 28 Nov 2016 22:36:36 -0500 John W. Eaton use Fortran data types for Fortran function pointer typedefs
Fri, 18 Nov 2016 16:55:20 +0100 Pantxo Diribarne Make axes corners join in printout (bug #39643)
Mon, 28 Nov 2016 12:20:27 -0800 Rik Return null "" status when querying a bad FID with fopen (bug #49695).
Mon, 28 Nov 2016 09:03:28 -0800 Rik Code cleanup for cset 96228c17a66a.
Mon, 28 Nov 2016 09:48:46 -0500 John W. Eaton maint: Update gnulib subrepo to latest changes.
Mon, 28 Nov 2016 11:29:08 +0100 Pantxo Diribarne isprop.m: don't error out when object is not a graphics handle (bug #49722)
Sun, 27 Nov 2016 20:09:04 -0800 Rik maint: merge away accidental extra head.
Thu, 24 Nov 2016 09:16:54 -0800 Rik __marching_cube__.m: Use more Octave coding conventions in function.
Fri, 25 Nov 2016 19:25:45 +0100 Markus Mützel Add input checking for double_property and handle_property (task #11311)
Thu, 24 Nov 2016 09:00:20 -0800 Rik normest.m: Overhaul function.
Thu, 24 Nov 2016 08:52:01 -0800 Rik normest1.m: Overhaul function.
Thu, 24 Nov 2016 08:13:24 -0800 Rik maint: Periodic merge of stable to default.
Thu, 24 Nov 2016 08:09:54 -0800 Rik doc: Update documentation for norm, normest, normest1, condest. stable
Thu, 24 Nov 2016 07:16:17 -0800 Rik condest.m: Overhaul function.
Thu, 24 Nov 2016 07:11:57 -0800 Rik maint: Periodic merge of stable to default.
Thu, 24 Nov 2016 07:11:23 -0800 Rik doc: Update docstring for condest. stable