log

age author description
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.