log

age author description
Thu, 28 Apr 2016 16:44:38 -0400 John W. Eaton simplify rules for building DOCSTRING files (bug #47745)
Thu, 28 Apr 2016 12:12:21 -0700 Rik legend.m: Check handle is valid before delete (partial fix bug #47699).
Tue, 12 Apr 2016 21:29:01 +1000 Lachlan Andrew dbstop: Fix confusion when breakpoints are changed by the GUI (bug #47675)
Thu, 14 Apr 2016 15:27:45 +1000 Lachlan Andrew Remove duplicate menu actions after replacing <unnamed> edit tab (bug #47692).
Wed, 27 Apr 2016 17:17:00 -0400 John W. Eaton * ops.h, op-int.h: Style fixes.
Wed, 27 Apr 2016 17:02:06 -0400 John W. Eaton * ops.h (CATOP_NONCONFORMANT): Delete unused macro.
Wed, 27 Apr 2016 16:13:40 -0400 John W. Eaton eliminate some macros for operator definitions
Wed, 27 Apr 2016 09:31:39 -0400 John W. Eaton split doc/module.mk into separate files for subdirectories
Tue, 26 Apr 2016 11:16:04 -0700 Rik Fix dbstop BIST tests on Windows platforms.
Mon, 25 Apr 2016 08:07:36 -0700 Rik maint: Periodic merge of stable to default.
Mon, 25 Apr 2016 08:04:18 -0700 Pantxo Diribarne Fix autoscale affecting legend axes objects (bug #47765). stable
Sun, 24 Apr 2016 23:15:57 +1000 Lachlan Andrew Replace deprecated call to length () of a string_vector (bug #47773).
Thu, 21 Apr 2016 20:19:47 -0700 Rik Restore rotate capability for FLTK toolkit (bug #47698).
Thu, 21 Apr 2016 16:35:54 -0400 John W. Eaton maint: merge stable to default.
Wed, 20 Apr 2016 15:00:56 -0400 John W. Eaton Added tag release-4-0-2 for changeset acaf1e137c5e stable
Wed, 20 Apr 2016 15:00:37 -0400 John W. Eaton Version 4.0.2 released. stable release-4-0-2
Wed, 20 Apr 2016 15:54:37 -0700 Rik More cleanup associated with removing Java dialog boxes (cset b5d9b95d1e1a).
Wed, 20 Apr 2016 15:29:35 -0700 Mike Miller * parser.tst: Add BIST tests for 64-bit integer literal support (bug #47690)
Wed, 20 Apr 2016 10:58:29 +0200 mmuetzel Handle large hex and binary integer input (bug #47690)
Wed, 20 Apr 2016 11:06:03 -0700 Mike Miller Backed out changeset dcf8922b724b
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Wed, 20 Apr 2016 09:19:06 +0200 Kai T. Ohlhus octave.texi: clean up unnecessary comments.
Tue, 19 Apr 2016 14:17:31 -0700 Mike Miller build: generate HG-ID even if hg is not installed
Tue, 19 Apr 2016 15:27:19 +0200 Kai T. Ohlhus Removing Java dialog boxes.
Tue, 19 Apr 2016 12:30:18 +0200 Kai T. Ohlhus scripts/plot/draw/hist.m: suppress output from test.
Sun, 10 Apr 2016 10:22:18 +1000 Lachlan Andrew Allow dbstop @class/method with forward slash on Windows (bug #47575).
Sat, 16 Apr 2016 19:15:37 +0100 Carnë Draug hist: reduce memory usage by avoiding conversion to double (bug #47707)
Thu, 14 Apr 2016 12:51:43 -0700 Rik copyobj.m: Allow input vectors for horig or hparent (bug #47694).
Tue, 12 Apr 2016 21:05:50 +1000 Rik Clean up BIST tests for textscan.
Sun, 10 Apr 2016 23:00:07 +0100 Carnë Draug pkg: remove support for autoload (automatically loading package at start).
Thu, 14 Apr 2016 10:27:07 +1000 Lachlan Andrew Fix regression preventing "dbstop <line>" in debug mode (bug #47621)
Sun, 10 Apr 2016 19:49:50 +1000 Lachlan Andrew textscan: eliminate ReturnOnError="continue" mode (bug #47538)
Tue, 12 Apr 2016 21:05:50 +1000 Lachlan Andrew textscan: Leave file read position correct at exit (bug #47671)
Wed, 13 Apr 2016 14:50:32 -0700 Rik maint: Periodic merge of stable to default.
Wed, 13 Apr 2016 14:49:34 -0700 Rik configure.ac: Remove AC_CHECK_FUNC for pipe now that gnulib::pipe used. stable
Wed, 13 Apr 2016 14:01:39 -0700 Rik Fix hang when querying dbstack (bug #47605).
Wed, 13 Apr 2016 19:23:21 +0100 Carnë Draug pkg: add comments explaining valid character set for version string.
Tue, 12 Apr 2016 19:11:27 +0100 Carnë Draug pkg: add support for [a-z.+-~] characters on package version number string.
Tue, 12 Apr 2016 17:46:20 +0100 Carnë Draug pkg: remove excessive number of private function files.
Tue, 12 Apr 2016 10:36:36 -0400 John W. Eaton finish previous change to octave_env::set_program_name
Tue, 12 Apr 2016 10:10:07 -0400 John W. Eaton eliminate leak in ListDialog class (bug #47372)
Tue, 12 Apr 2016 12:58:48 +0100 Carnë Draug maint: merge stable to default.
Tue, 12 Apr 2016 12:42:05 +0100 Carnë Draug doc: fix on manual the syntax to empty elements from cell array. stable
Tue, 12 Apr 2016 00:17:49 -0400 John W. Eaton avoid passing temp string to ::set_program_name (bug #47372)
Mon, 11 Apr 2016 14:39:02 -0400 John W. Eaton use namespace instead of struct with static members for system call wrappers
Mon, 11 Apr 2016 13:53:17 -0400 John W. Eaton store hg id info in libgui and main exe and check for consistency (bug #45659)
Mon, 11 Apr 2016 12:16:19 -0400 John W. Eaton store liboctave and liboctinterp hg ids separately
Mon, 11 Apr 2016 11:38:46 -0400 John W. Eaton * build-info.h: Style fix.
Mon, 11 Apr 2016 11:36:27 -0400 John W. Eaton don't store build time in source file (bug #45659)
Mon, 11 Apr 2016 10:53:18 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 11 Apr 2016 10:45:17 +0200 mmuetzel Add fftwf_version (bug #45659)
Sun, 10 Apr 2016 20:45:01 -0700 Rik maint: Remove extra space between end of statement and semicolon.
Sun, 10 Apr 2016 20:18:22 -0700 Rik version.m: Use more Octave coding standards.
Sun, 10 Apr 2016 15:33:43 -0400 mmuetzel more updates for version function
Sun, 10 Apr 2016 09:49:12 -0700 Rik ode23.m, ode45.m: More reformatting of demos to Octave coding standards.
Sat, 09 Apr 2016 18:58:28 -0400 John W. Eaton revise method of handling hg id for build info
Fri, 08 Apr 2016 21:41:18 +0200 mmuetzel Add more info to version.m and store build info in the binary (bug #45659)
Sat, 09 Apr 2016 06:36:53 +0200 Carlo de Falco Add demos to ode23 and ode45
Fri, 08 Apr 2016 16:51:05 -0400 John W. Eaton maint: Merge stable with default.
Mon, 04 Apr 2016 14:49:23 -0400 John W. Eaton * octave.texi: Set document encoding to UTF-8. stable
Thu, 07 Apr 2016 15:55:10 -0700 Rik Restore tilde expansion for dlmread lost in fe5ed6d7fb10.
Wed, 06 Apr 2016 17:11:01 -0400 John W. Eaton * dlmread.cc (Fdlmread): Search loadpath for file (bug #47628).
Wed, 06 Apr 2016 12:52:40 -0700 Mike Miller maint: merge stable to default.
Wed, 06 Apr 2016 12:51:00 -0700 Mike Miller Enable the pipe function on Windows (bug #47614) stable
Wed, 06 Apr 2016 10:54:31 -0400 John W. Eaton eliminate memory leaks from classdef parse tree (bug #47372)
Mon, 04 Apr 2016 14:50:01 -0400 John W. Eaton * doc/module.mk: Distribute src and "generated" octave.css files.
Mon, 04 Apr 2016 14:49:23 -0400 John W. Eaton * octave.texi: Set document encoding to UTF-8.
Sun, 03 Apr 2016 00:47:21 +0200 Philip Nienhuis zip.m: fix error when zipping files with backslash paths on Windows (bug #47609)
Mon, 04 Apr 2016 09:00:22 -0700 Rik symbfact.cc: Overhaul dldfcn.
Sun, 03 Apr 2016 18:09:56 -0700 Rik Fix memory leak using cholmod library (bug #47372).
Sat, 02 Apr 2016 15:23:56 -0700 Mike Miller Use integer output formatting for logicals (bug #47607)
Fri, 01 Apr 2016 21:20:23 -0700 Rik zip.m: Fix zipping into directory with spaces.
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Fri, 01 Apr 2016 14:56:52 -0700 Rik doc: Document that logical negation is written with a space ("! A").
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Fri, 01 Apr 2016 14:14:11 -0700 Rik maint: Use built-in warning from errwarn.h rather than calling warning_with_id.
Fri, 01 Apr 2016 14:06:45 -0700 Rik maint: Rename luinc.cc to __luinc__.cc to reflect file contents.
Fri, 01 Apr 2016 13:56:09 -0700 Rik maint: Clean up BIST tests so they don't produce warnings.
Fri, 01 Apr 2016 12:57:49 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Apr 2016 12:04:04 -0400 John W. Eaton avoid mulitple definitions of static function-scope vars (bug #47372) stable
Thu, 31 Mar 2016 16:13:48 -0400 John W. Eaton * Array-sym.cc: Delete obsolete file. stable
Thu, 31 Mar 2016 14:12:13 -0700 Rik unpack.m: Use more specific regexp to prevent accidental hits.
Thu, 31 Mar 2016 12:46:59 -0700 Rik Stricter input validation for rundemos, runtests.
Thu, 31 Mar 2016 08:57:06 -0700 Rik system.tst: Remove tests of deprecated functions sleep, usleep.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Wed, 30 Mar 2016 21:35:51 -0700 Rik maint: Eliminate Britishicisms in the code.
Wed, 30 Mar 2016 17:28:43 -0700 Mike Miller textscan: Fix bug in exponent parsing
Sat, 26 Mar 2016 19:46:49 +1100 Lachlan Andrew Reappropriate <unnamed> editor tab when opening a new file (bug #47529)
Wed, 30 Mar 2016 16:57:21 -0700 Mike Miller Use icon basename in octave.desktop for standards compliance (bug #47577)
Wed, 30 Mar 2016 15:34:05 -0700 Rik viridis.m: Clean up code to more closely follow other colormaps.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Tue, 29 Mar 2016 21:13:22 -0700 Rik __ezplot__.m: Remove code deprecated and commented out in v3.8.
Tue, 29 Mar 2016 21:10:16 -0700 Rik Use stricter input validation for ezplot N, DOM inputs (bug #46952).
Tue, 29 Mar 2016 08:16:09 -0700 Rik maint: Merge stable to default.
Tue, 29 Mar 2016 07:42:23 -0700 Rik Initialize variable to stop unstable results for lgamma (bug #47524). stable
Tue, 29 Mar 2016 07:39:38 -0700 Rik Add comment clarifying why omp_get_num_threads is called in sysdep.cc.
Mon, 28 Mar 2016 22:56:18 -0400 John W. Eaton maint: merge stable to default.
Mon, 28 Mar 2016 22:53:27 -0400 John W. Eaton Backed out changeset f80b46f7d3d8
Mon, 28 Mar 2016 22:00:43 -0400 John W. Eaton call openmp function at initialization (bug #47372) stable
Mon, 28 Mar 2016 17:16:37 -0700 Rik Force linking in libgomp if OpenMP enabled (bug #41699, bug #47372).
Mon, 28 Mar 2016 20:00:37 +1100 Lachlan Andrew textscan: Use correct delimiters for file buffering (bug #47539)
Sat, 26 Mar 2016 18:14:31 +1100 Lachlan Andrew Accept escape sequences in single quoted strings for "delimiter" (bug #47539)
Sun, 14 Feb 2016 10:12:30 +1100 Lachlan Andrew Enable seekg and tellg on octave_stream (bug #47517)
Mon, 28 Mar 2016 08:58:10 -0700 Rik doc: Remove unecessary whitespace and end of docstrings.
Sun, 27 Mar 2016 21:34:08 -0700 Rik doc: grammarcheck and spellcheck new textscan docstring.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Sun, 27 Mar 2016 15:15:24 -0700 Rik doc: Correct typos in lu documentation.
Sun, 27 Mar 2016 10:22:43 -0700 Mike Miller maint: Update gnulib subrepo.
Mon, 22 Feb 2016 13:18:02 +1100 Lachlan Andrew Draw updates to GUI at end of GUI callback function (bug #47216)
Fri, 26 Feb 2016 09:52:43 +1100 Lachlan Andrew Record correct line number with "until" command (bug #43249)
Thu, 24 Mar 2016 18:56:33 +0100 mmuetzel Allow mixed structures and prop/val pairs in call to set (bug #47526)
Thu, 24 Mar 2016 13:35:40 +1100 Lachlan Andrew Make median preserve discrete types (bug #47515).
Fri, 25 Mar 2016 16:37:52 -0700 Rik gl2ps-print.cc: Fix compiling whet --without-opengl used.
Fri, 25 Mar 2016 14:37:37 -0700 Mike Miller textscan: Use error-checking value extractors for simpler parameter parsing
Fri, 25 Mar 2016 13:25:30 -0700 Rik doc: Add more suggestions to Contribution Guidelines.
Fri, 25 Mar 2016 17:05:34 -0400 John W. Eaton maint: merge stable to default.
Fri, 25 Mar 2016 16:58:01 -0400 John W. Eaton macros.texi: Colorized links for PDF files with Texinfo 6.x. stable
Fri, 25 Mar 2016 11:22:58 -0700 Rik Cast NULL pointer to char, rather than void, when using execl.
Fri, 25 Mar 2016 10:32:33 -0700 Rik zip.m: Restore processing of wildcards partially lost in cset 50255c612915.
Tue, 22 Mar 2016 20:39:16 +1100 Lachlan Andrew Textscan returns emptyVal for rows with literal but no conversion (bug #47458)
Thu, 24 Mar 2016 22:31:25 -0700 Rik doc: Remove Function Category from documentation about function descriptions.
Thu, 24 Mar 2016 15:45:11 -0700 Rik doc: Don't create end-of-sentence period with "etc." in Texinfo.
Thu, 24 Mar 2016 15:23:51 -0700 Rik doc_cache_create.m: Tweak docstring, improve performance.
Tue, 22 Mar 2016 23:14:20 -0700 Mike Miller Faddeeva.cc: Use liboctave definitions for inf, nan, isinf, and isnan
Tue, 22 Mar 2016 15:17:18 -0700 Rik Raise an error if writes to pipe fail (bug #47381).
Tue, 22 Mar 2016 14:36:15 -0700 Rik Deprecate unused C++ functions oct_file_in_path, mex_file_in_path.
Tue, 22 Mar 2016 14:25:35 -0700 Rik Fix zip, gzip, bzip2 to allow names with spaces (bug #47232).
Sat, 19 Mar 2016 14:29:55 -0400 bpabbott Include curly braces when adding weight to strings for gnuplot (bug #46037).
Tue, 22 Mar 2016 18:03:03 +0000 Carnë Draug ribbon: support specifying X as vector to be repeated for each column in Y.
Tue, 22 Mar 2016 17:57:28 +0000 Carnë Draug ribbon: do not make a special case out of single column Y.
Tue, 22 Mar 2016 17:22:00 +0000 Carnë Draug doc: shorten repmat one-line description so it appears in "lookfor repeat".
Tue, 22 Mar 2016 09:26:44 -0700 Mike Miller Fix configuration conditions in oct-fftw.cc
Mon, 21 Mar 2016 23:55:38 +0000 Carnë Draug pkg install: drop INSTALLDIR and stop calling configure with --prefix.
Mon, 21 Mar 2016 00:02:43 +0000 Carnë Draug pkg build: complete rewrite of the logic behind binary packages.
Mon, 21 Mar 2016 22:37:34 -0400 John W. Eaton avoid possible memory leak related to ostringstream objects
Mon, 21 Mar 2016 22:23:13 -0400 John W. Eaton maint: merge stable to default.
Mon, 21 Mar 2016 22:20:22 -0400 John W. Eaton Added tag release-4-0-1 for changeset 5162cdfb56d8 stable
Mon, 21 Mar 2016 15:35:08 -0400 John W. Eaton Version 4.0.1 released. stable release-4-0-1
Mon, 21 Mar 2016 15:56:51 -0700 Mike Miller * configure.ac: Correct typo of "gnuplot" in warning message
Mon, 21 Mar 2016 15:54:53 -0700 Mike Miller maint: Fix configure warning messages on missing OpenGL graphics support
Mon, 21 Mar 2016 15:01:12 -0700 Mike Miller Fix failing tests when building with --without-opengl
Sun, 20 Mar 2016 21:39:49 +0000 Carnë Draug pkg: support PKG_ADD file in inst/.
Fri, 29 May 2015 00:25:46 +0100 Carnë Draug doc: doxygen documentation for dim_vector::ndims and dim_vector::length.
Sat, 19 Mar 2016 19:43:55 +0000 Carnë Draug inputParser.m: add failing test due to bug in the parser (bug #44779)
Sat, 19 Mar 2016 14:22:14 -0400 John W. Eaton improve compatibility of textscan for character arrays
Sat, 19 Mar 2016 14:12:10 -0400 John W. Eaton avoid some duplicate code in file-io functions
Sat, 19 Mar 2016 18:05:44 +0000 Carnë Draug inputParser.m: uncomment failing test and use %!xtest instead.
Sat, 19 Mar 2016 13:48:34 -0400 John W. Eaton new function __textscan__
Sat, 19 Mar 2016 12:19:06 -0400 John W. Eaton integrate textscan more completely with octave_stream class
Sat, 19 Mar 2016 11:21:45 -0400 John W. Eaton move textscan class to oct-stream.cc and textscan function to file-io.cc
Sat, 19 Mar 2016 09:20:05 -0400 John W. Eaton more style fixes for textscan
Sat, 19 Mar 2016 08:53:24 -0400 John W. Eaton more style fixes for textscan
Sat, 19 Mar 2016 08:20:53 -0400 Ben Abbott Change variable name to avoid bug in doxygen v1.8.
Fri, 18 Mar 2016 23:35:10 -0700 Mike Miller textscan: Compare pointers or sizes rather than their arithmetic difference
Fri, 18 Mar 2016 23:08:18 -0700 Mike Miller textscan: Use empty () rather than 'length () == 0' on strings
Fri, 18 Mar 2016 22:37:52 -0700 Mike Miller textscan: Prefer std::string local variables to char arrays
Fri, 18 Mar 2016 20:33:52 -0700 Mike Miller textscan.h: Delete unused member function textscan::get_field
Fri, 18 Mar 2016 20:29:15 -0700 Mike Miller textscan: Prefer using std::string to char *
Fri, 18 Mar 2016 19:58:37 -0700 Lachlan Andrew textscan: Don't pad columns with ReturnOnError = 1
Fri, 18 Mar 2016 17:38:38 -0700 Mike Miller textscan: Avoid buffer out-of-bounds errors in delimited_stream
Fri, 18 Mar 2016 16:53:40 -0700 Mike Miller * textscan.h, textscan.cc: More style fixes
Fri, 18 Mar 2016 16:36:40 -0700 Mike Miller textscan: Use references rather than pointers to stream objects
Fri, 18 Mar 2016 22:52:28 +0000 Carnë Draug imformats: return empty instead of error if there's no support for image IO.
Fri, 18 Mar 2016 17:52:30 -0400 John W. Eaton move textscan constructor out of header file
Fri, 18 Mar 2016 17:39:37 -0400 John W. Eaton * textscan.cc: Use std::istream::traits_type::eof () instead of EOF.
Fri, 18 Mar 2016 17:35:21 -0400 John W. Eaton avoid signed/unsigned comparison warnings introduced in previous change
Fri, 18 Mar 2016 17:22:34 -0400 John W. Eaton use std::deque instead of Array to hold textscan format elements
Fri, 18 Mar 2016 16:52:28 -0400 John W. Eaton make delimited_stream, textscan_format_elt, and textscan_format_list private
Fri, 18 Mar 2016 20:22:15 +0100 Philip Nienhuis NEWS: announce improved textscan function
Fri, 18 Mar 2016 11:27:15 -0700 Mike Miller octave-gui: Set TERM unconditionally to Octave's expected terminal type (bug #47449)
Fri, 18 Mar 2016 11:03:58 -0700 Mike Miller build: Use gnulib module std-gnu11 to enable C11 and C++11 features
Fri, 18 Mar 2016 11:01:02 -0700 Mike Miller Backed out changeset 0cf6c08cb252 for enabling C11 and C++11 features
Fri, 18 Mar 2016 13:37:33 -0400 John W. Eaton maint: Update gnulib subrepo.
Fri, 18 Mar 2016 13:27:56 -0400 John W. Eaton * libinterp/template-inst/Array-sym.cc: Delete unused file.
Fri, 18 Mar 2016 13:10:19 -0400 John W. Eaton make printf and scanf format element and list objects private
Fri, 18 Mar 2016 12:25:23 -0400 John W. Eaton delete unnecessary template Array instantiation file
Fri, 18 Mar 2016 12:11:15 -0400 John W. Eaton use std::deque instead of Array to hold scanf and printf format elements
Fri, 18 Mar 2016 08:35:58 -0700 Mike Miller * textscan.h: Add required #includes for types used in header
Fri, 18 Mar 2016 10:45:24 -0400 John W. Eaton * textscan.h, textscan.cc: Rename dstr class to delimited_stream.
Fri, 18 Mar 2016 12:18:45 +0100 Philip Nienhuis textscan.cc: adapt 3 FAILing tests for Matlab compatibility
Fri, 18 Mar 2016 09:33:43 +0100 Kai T. Ohlhus textscan.cc: avoid integer constants, raising compile time issues,
Thu, 17 Mar 2016 23:37:13 -0700 Mike Miller * Array-util.cc (freeze): Fix out-of-bound indexing (bug #47423)
Thu, 17 Mar 2016 18:31:47 -0400 John W. Eaton * textscan.cc: More style fixes.
Thu, 17 Mar 2016 18:04:22 -0400 John W. Eaton * textscan.h, textscan.cc: More style fixes.
Thu, 17 Mar 2016 17:46:56 -0400 John W. Eaton * textscan.h, textscan.cc: More style fixes.
Thu, 17 Mar 2016 15:21:02 -0700 Mike Miller fileattrib: Fix failing BIST test when P_tmpdir has trailing slash
Thu, 17 Mar 2016 17:15:45 -0400 John W. Eaton * textscan.h, textscan.cc: Style fixes.
Thu, 17 Mar 2016 14:12:29 -0700 Mike Miller textscan: Don't #include builtin-defun-decls.h
Thu, 17 Mar 2016 16:09:21 -0400 John W. Eaton avoid out of bounds indexed assignment in textscan
Tue, 15 Mar 2016 19:36:52 +1100 Lachlan Andrew initial implementation of textscan in C++
Thu, 17 Mar 2016 12:06:30 -0700 Mike Miller psi: avoid error about ambiguous call to log
Thu, 17 Mar 2016 13:43:21 -0400 John W. Eaton * test.m: Omit details about known test failures (bug #47444).
Tue, 15 Mar 2016 13:46:22 +0100 mmuetzel Don't enable opengl lighting when no light object is present (bug #42006)
Wed, 16 Mar 2016 20:52:55 -0700 Mike Miller Fix failing BIST tests on big-endian systems
Wed, 16 Mar 2016 16:09:03 -0700 Mike Miller tempname: Fix failing BIST test when P_tmpdir has trailing slash
Wed, 16 Mar 2016 15:12:59 -0700 Mike Miller system.tst: Fix failing BIST test if /dev/core does not exist on UNIX system
Wed, 16 Mar 2016 20:22:17 -0700 Mike Miller powerset.m: Fix for big-endian systems
Wed, 16 Mar 2016 00:17:10 -0400 Rik maint: merge stable to default.
Tue, 15 Mar 2016 19:02:08 +1100 Lachlan Andrew Allow strsplit to use '+' as a delimiter (bug #47403). stable
Tue, 15 Mar 2016 15:41:59 -0400 John W. Eaton don't install headers from libinterp/operators directory (bug #41027)
Tue, 15 Mar 2016 14:58:19 -0400 John W. Eaton eliminate configuration macros from oct-fftw.h (bug #41027)
Mon, 14 Mar 2016 23:22:32 -0400 John W. Eaton eliminate unused configuration variable SHLLINKEXT
Mon, 14 Mar 2016 23:12:57 -0400 John W. Eaton * oct-locbuf.h: Style fix.
Mon, 14 Mar 2016 23:12:22 -0400 John W. Eaton avoid possible memory leak in idx_vector_rep constructor (bug #47372)
Mon, 14 Mar 2016 23:10:53 -0400 John W. Eaton avoid possible memory leak with fftw wisdom (bug #47372)
Mon, 14 Mar 2016 13:06:59 -0700 Mike Miller build: Fix C11 compliance detection to work with clang
Sun, 13 Mar 2016 08:46:59 -0700 Rik Ask glpk to free all resources used after solving problem.
Sun, 13 Mar 2016 07:34:27 -0700 Rik lo-utils.cc: Add note about inevitable memory leak from using putenv.
Fri, 11 Mar 2016 17:12:17 -0800 Rik Alter BIST tests stop emitting warnings during runtests invocation.
Sat, 12 Mar 2016 00:16:18 -0500 John W. Eaton * Makefile.am (Makefile): Don't depend on check-subst-vars.
Fri, 11 Mar 2016 15:41:39 -0500 John W. Eaton ensure that substituted config vars are not changed on make command line
Fri, 11 Mar 2016 15:39:52 -0500 John W. Eaton avoid some address-sanitizer leak warnings (bug #47372)
Fri, 11 Mar 2016 10:39:08 -0800 Mike Miller * main-window.cc: include QTimer header file
Fri, 11 Mar 2016 10:25:11 -0800 Rik build: Correct typo in ranlib/module.mk causing failing distclean.
Fri, 11 Mar 2016 09:30:22 -0800 Rik octave_config_info.m: Add possible replacement functions to docstring.
Fri, 11 Mar 2016 08:37:20 -0800 Rik doc: Add missing ')' in some docstrings.
Thu, 10 Mar 2016 20:26:45 -0800 Rik common.mk: Add comment that SHLLINKEXT variable may be unnececssary.
Thu, 10 Mar 2016 19:00:37 -0500 John W. Eaton deprecate octave_config_info
Thu, 10 Mar 2016 16:29:38 -0500 John Donoghue * configure.ac: remove spaces from LIBEXT assign
Thu, 10 Mar 2016 15:45:22 -0500 John W. Eaton maint: merge stable to default
Thu, 10 Mar 2016 15:38:31 -0500 John W. Eaton Added tag rc-4-0-1-4 for changeset 2b66f30a0de7 stable
Thu, 10 Mar 2016 15:38:12 -0500 John W. Eaton maint: Bump version number for 4.0.1-rc4. stable rc-4-0-1-4
Thu, 10 Mar 2016 15:01:44 -0500 John W. Eaton bump liboctave, libinterp, and libgui version numbers for release stable
Thu, 10 Mar 2016 12:11:17 -0800 Mike Miller Prevent race conditions in GUI and interpreter initialization (bug #47326)
Wed, 09 Mar 2016 20:05:27 -0500 Ben Abbott Correct typo introduced by changeset 21c3641422e0.
Tue, 08 Mar 2016 21:31:53 -0500 Ben Abbott Consistent linestyles for gnuplot terminals (Bug # 46886).
Wed, 09 Mar 2016 16:12:41 -0800 Mike Miller Prevent GUI from running without readline (bug #47371)
Wed, 09 Mar 2016 12:45:16 -0800 Rik maint: Merge stable to default.
Mon, 28 Dec 2015 08:40:05 -0800 Marco Caliari svds.m: Special handling for case of sigma=0 (bug #46683). stable
Wed, 09 Mar 2016 13:25:16 -0500 John W. Eaton * build-env.in.cc: Eliminate SONAME_FLAGS.
Wed, 09 Mar 2016 13:17:48 -0500 John W. Eaton don't substitute SONAME_FLAGS
Wed, 09 Mar 2016 13:14:35 -0500 John W. Eaton expand MKOCTFILE variables in configure script
Wed, 09 Mar 2016 09:55:32 -0800 Rik Fix out-of-bounds memory access in ichol, ilu (bug #46449).
Tue, 08 Mar 2016 13:52:03 -0800 Rik Only show Octave executable files in list of @class methods (bug #46416).
Tue, 08 Mar 2016 12:59:25 -0500 John W. Eaton catch exceptions in PKG_ADD files at startup (bug #47346)
Tue, 08 Mar 2016 12:14:15 -0500 John W. Eaton Backed out changeset 74a676d5ce09
Tue, 08 Mar 2016 06:19:57 -0500 John W. Eaton use safe_source_file for PKG_ADD and PKG_DEL files (bug #47346)
Mon, 07 Mar 2016 20:01:37 -0500 John W. Eaton provide Make rule for recreating generated configuration shell scripts