log

age author description
Fri, 02 Jan 2015 16:39:29 -0500 John W. Eaton * NEWS: Mention new audio functions.
Fri, 02 Jan 2015 13:09:27 -0500 John W. Eaton various style fixes for audio code
Fri, 02 Jan 2015 12:07:48 -0500 John W. Eaton use 0 instead of NULL
Fri, 02 Jan 2015 12:05:14 -0500 John W. Eaton avoid more warnings in audio code
Fri, 02 Jan 2015 11:42:04 -0500 John W. Eaton doc fixes for audio functions
Fri, 02 Jan 2015 02:18:51 -0500 John W. Eaton * audiodevinfo.cc: Use "||" and "&&", not "or" and "and".
Fri, 02 Jan 2015 02:16:18 -0500 John W. Eaton * audiodevinfo.cc: Avoid warnings about comparision operations.
Fri, 02 Jan 2015 02:04:40 -0500 John W. Eaton use C++ style casts in audio code
Fri, 02 Jan 2015 00:59:08 -0500 John W. Eaton eliminate unused variable and parameter warnings
Fri, 02 Jan 2015 00:47:25 -0500 John W. Eaton don't include oct.h in Octave source files
Fri, 02 Jan 2015 00:40:35 -0500 John W. Eaton merge audio source files
Wed, 31 Dec 2014 15:38:13 -0500 John W. Eaton fix audioplayer tests
Wed, 31 Dec 2014 14:59:42 -0500 John W. Eaton maint: Merge default to temporary audio-gsoc branch.
Wed, 31 Dec 2014 14:56:52 -0500 John W. Eaton style fixes for audioplayer and audiorecorder .m files
Wed, 31 Dec 2014 13:45:45 -0500 John W. Eaton fix docstring style in .m files
Thu, 03 Oct 2013 09:50:01 -0400 Mike Miller Fix texinfo docstring syntax for all audio functions
Thu, 03 Oct 2013 08:33:46 -0400 Mike Miller Add missing texinfo docstrings to all audio functions
Thu, 03 Oct 2013 07:52:58 -0400 Mike Miller Apply Octave coding style to audio project additions
Wed, 02 Oct 2013 00:14:09 -0400 Mike Miller configure.ac: Add --without-portaudio and --without-sndfile options
Tue, 01 Oct 2013 23:42:43 -0400 Mike Miller Include config.h in audio project source files
Tue, 01 Oct 2013 23:36:37 -0400 Mike Miller Add Octave copyright header block to audio project files
Mon, 23 Sep 2013 15:04:27 +0300 Vytautas Jančauskas maint: removed audiodevinfo.txi, audiofile.txi, audiorecorder.txi and audioplayer.txi files because they are no longer needed
Fri, 20 Sep 2013 01:37:43 +0300 Vytautas Jančauskas change docstrings in audio defundld cc files to work with new texinfo
Fri, 20 Sep 2013 00:51:21 +0300 Vytautas Jančauskas change @audiorecorder method docstrings to work with new texinfo
Fri, 20 Sep 2013 00:46:16 +0300 Vytautas Jančauskas fix audioplayer docstrings to work with new texinfo
Fri, 20 Sep 2013 00:37:06 +0300 Vytautas Jančauskas doc: included docstrings for audioinfo, audioread and audiowrite in audio.txi
Fri, 20 Sep 2013 00:34:30 +0300 Vytautas Jančauskas doc: included all docstrings for the @audioplayer class in audio.txi as well as added additional explanations for the functionality
Thu, 19 Sep 2013 15:43:23 +0300 Vytautas Jančauskas doc: add docstrings for audio file utilities, audiodevinfo, audioplayer and audiorecorder
Thu, 19 Sep 2013 15:23:59 +0300 Vytautas Jančauskas fix audioinfo crashing when no arguments are given
Thu, 19 Sep 2013 15:18:25 +0300 Vytautas Jančauskas fix some missing semicolons and add some conditional compilation constructs to audio functions
Thu, 19 Sep 2013 15:13:48 +0300 Vytautas Jančauskas audio documentation content and building changes
Wed, 18 Sep 2013 00:17:04 +0300 Vytautas Jančauskas maint: removed module.mk files from @audioplayer and @audiorecorder folders
Wed, 18 Sep 2013 00:16:28 +0300 Vytautas Jančauskas maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Tue, 17 Sep 2013 23:29:07 +0300 Vytautas Jančauskas added module.mk to scripts/audiorecorder
Tue, 17 Sep 2013 23:09:58 +0300 Vytautas Jančauskas added module.mk file to scripts/@audioplayer
Tue, 17 Sep 2013 20:58:35 +0300 Vytautas Jančauskas doc: short descriptions in audiodevinfo.txi and audiofile.txi for the functions
Tue, 17 Sep 2013 20:53:11 +0300 Vytautas Jančauskas audio functionality documentation
Mon, 16 Sep 2013 16:46:44 +0300 Vytautas Jančauskas let audiodevinfo be built even when PortAudio is not present
Mon, 16 Sep 2013 16:38:51 +0300 Vytautas Jančauskas let audiodevinfo be built even when PortAudio is not present
Mon, 16 Sep 2013 16:26:29 +0300 Vytautas Jančauskas allow __player_audioplayer__ to build even when PortAudio is not present
Thu, 12 Sep 2013 19:07:04 +0300 Vytautas Jančauskas added __recorder_audiorecorder__ file for wrapping recorder_class functionality
Thu, 12 Sep 2013 19:02:25 +0300 Vytautas Jančauskas include player_class.cc and recorder_class.cc in __player_audioplayer__.cc
Thu, 12 Sep 2013 01:08:38 +0300 Vytautas Jančauskas build __player_audioplayer__
Wed, 11 Sep 2013 22:46:02 +0300 Vytautas Jančauskas concatenated audioplayer wrapper code
Wed, 11 Sep 2013 22:40:18 +0300 Vytautas Jančauskas New files - @audiorecorder and @audioplayer classes
Wed, 11 Sep 2013 22:38:04 +0300 Vytautas Jančauskas Fix includes in player and recorder class files, add instructions to build them
Wed, 11 Sep 2013 22:08:20 +0300 Vytautas Jančauskas New files for audio playback and recording
Wed, 11 Sep 2013 22:05:47 +0300 Vytautas Jančauskas Fix audiodevinfo, audioinfo, audioread and audiowrite build process
Wed, 11 Sep 2013 21:32:14 +0300 Vytautas Jančauskas Fix octave header includes in audiodevinfo
Wed, 11 Sep 2013 21:26:52 +0300 Vytautas Jančauskas Build audiodevinfo
Wed, 11 Sep 2013 21:25:30 +0300 Vytautas Jančauskas check for PortAudio
Wed, 11 Sep 2013 20:42:15 +0300 Vytautas Jančauskas audiodevinfo.cc: new file
Wed, 11 Sep 2013 19:53:17 +0300 Vytautas Jančauskas compile audio file utilities even when sndfile is not present
Wed, 11 Sep 2013 19:14:50 +0300 Vytautas Jančauskas Added checks for sndfile in configure.ac
Tue, 10 Sep 2013 16:27:17 +0300 Vytautas Jančauskas configure.ac: fix a typo where magick flags were used instead of sndfile ones
Tue, 10 Sep 2013 15:47:33 +0300 Vytautas Jančauskas configure.ac: fix a typo
Tue, 10 Sep 2013 15:45:48 +0300 Vytautas Jančauskas update configure.ac to build and configure sndfile audio file utilities
Tue, 10 Sep 2013 14:08:46 +0300 Vytautas Jančauskas Fix includes in audioread, audiowrite and audioinfo
Tue, 10 Sep 2013 11:50:55 +0300 Vytautas Jančauskas Added libsndfile based audio file utilities to the source tree
Fri, 02 Jan 2015 18:47:29 +0100 Torsten check existence of uncompressed or compressed info files for doc viewer gui-release
Fri, 02 Jan 2015 09:38:06 -0800 Rik Add documentation about when to use newplot (bug #40289).
Fri, 02 Jan 2015 08:53:17 -0800 Rik Fix compile warning about comment at end of line in cset d8fd3842a507.
Thu, 01 Jan 2015 10:01:18 -0500 John Donoghue Use gnulib gen_tempname to create temporary names (Bug #43872).
Wed, 31 Dec 2014 15:57:37 -0500 John W. Eaton avoid shadowed variable warnings from GCC
Thu, 01 Jan 2015 18:52:35 -0800 Rik maint: Periodic merge of gui-release to default.
Thu, 01 Jan 2015 18:51:50 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Thu, 01 Jan 2015 18:47:36 -0800 Andreas Weber Prevent segfault when video card has insufficient OpenGL support (bug #41747). stable
Thu, 01 Jan 2015 19:36:53 +0100 Andreas Weber Show canvas if figure was created with visible off (bug #41895)
Wed, 31 Dec 2014 15:52:06 -0800 Rik doc: Add puts as a safe alternative to display a string with bare '%' chars (bug #42345).
Wed, 31 Dec 2014 10:40:18 -0800 Rik Allow empty comma-separated lists in cell { } constructor (bug #43113).
Tue, 30 Dec 2014 20:41:00 -0800 Rik maint: Periodic merge of gui-release to default.
Tue, 30 Dec 2014 13:27:49 -0800 Rik Don't distribute mxarray.h in tarball (bug #43805). gui-release
Tue, 30 Dec 2014 20:34:55 -0800 Rik Add \ast, \deg symbols to gnuplot TeX interpreter.
Tue, 30 Dec 2014 14:04:53 -0800 Rik Don't distribute mxarray.h in tarball (bug #43805).
Tue, 30 Dec 2014 16:17:21 -0500 John W. Eaton don't skip solution of singular upper/lower triangular systems
Tue, 30 Dec 2014 22:02:56 +0100 Torsten open doc browser for keywords correctly (bug #41110) gui-release
Tue, 30 Dec 2014 11:33:33 -0500 John W. Eaton do a better job of preserving warning state when running tests
Fri, 19 Sep 2014 18:24:05 +0200 Massimiliano Fasi fmindbnd.m: Check input range is low to high (bug #43219).
Tue, 30 Dec 2014 08:31:51 -0800 Rik Document Matlab incompatibility in printf functions and bare '%' char (bug #42345).
Tue, 30 Dec 2014 15:38:57 +0100 Torsten fix positioning issues of editor find dialog (bug #43174) gui-release
Tue, 30 Dec 2014 08:24:14 +0100 Torsten command window buffer size configurable on windows (bug #41474) gui-release
Mon, 29 Dec 2014 23:05:25 -0500 John W. Eaton fix handling of options struct passed to warning function (bug #36393)
Mon, 29 Dec 2014 18:07:54 -0800 Rik Fix line color when using plot3 (bug #39585, bug #36926).
Mon, 29 Dec 2014 13:52:42 +0100 Torsten make sure the console window gets active custom style at beginning gui-release
Mon, 29 Dec 2014 11:13:40 +0100 Andreas Weber meansq.m: Fix texinfo copy&paste error from std to meansq stable
Sun, 28 Dec 2014 06:58:09 -0800 Rik Add extra docs about the performance benefits of operator functions (bug #36439).
Fri, 26 Dec 2014 14:35:46 -0500 John W. Eaton compute condition number when solving triangular systems (bug #43875)
Sat, 27 Dec 2014 19:32:42 +0100 Torsten values of variables in workspace view copyable (bug #43674) gui-release
Sat, 27 Dec 2014 13:13:48 +0100 Torsten * workspace-model.cc: prevent doubly emitted signal on data update gui-release
Sat, 27 Dec 2014 13:08:19 +0100 Torsten fix errors when building octave for windows (regression from d93293218966) gui-release
Fri, 26 Dec 2014 09:10:38 +0100 Torsten hiding horizontal scroll bar in editor when not needed (bug #41592) gui-release
Thu, 25 Dec 2014 15:48:43 +0100 Torsten fix access to already removed editor window at exit gui-release
Tue, 23 Dec 2014 10:30:26 -0500 John Donoghue Check if tempfile name exists when changing path of temporary file name (Bug #43872)
Thu, 25 Dec 2014 08:31:31 +0100 Torsten cleanup of focus function in gui editor gui-release
Wed, 24 Dec 2014 15:07:31 +0100 Torsten switching between edit and main shortcuts depending on active dock widget now gui-release
Wed, 24 Dec 2014 13:58:00 +0100 Torsten fix regression from 476032040df9 (endless loop while looking for active widget) gui-release
Tue, 23 Dec 2014 15:43:48 -0800 Rik Fix using '@' character in gnuplot text strings (bug #35363).
Tue, 23 Dec 2014 16:29:02 +0100 Torsten custom style of dock widget title bars depending on focus (bug #43837) gui-release
Tue, 23 Dec 2014 15:04:00 +0100 Torsten determining the active dock from focus changes in the gui gui-release
Sun, 21 Dec 2014 19:50:40 -0500 John W. Eaton don't print stack trace on errors if error_state is -2
Sun, 21 Dec 2014 21:00:51 -0800 Rik Fix tempname so it prioritizes user input dir rather than TMPDIR (bug #43844).
Sun, 21 Dec 2014 19:52:41 -0800 Rik Fix error message when using trisurf w/gnuplot (bug #43447).
Sun, 21 Dec 2014 19:47:16 -0800 Rik doc: Align columns in @multitable in datestr.m docstring.
Tue, 16 Dec 2014 17:25:47 +0100 Juan Pablo Carbajal Fix ploting 1D images with gnuplot (bug #43836).
Sun, 21 Dec 2014 17:38:14 -0500 John W. Eaton fix problem with changeset e354372e20f2 (bug #43855)
Sun, 21 Dec 2014 17:49:28 -0500 John W. Eaton emit stack trace immediately at point of error
Sun, 21 Dec 2014 08:09:28 -0800 Rik datestr.m: Clean up use of []/"" and single/double quotes (bug #43841).
Sun, 21 Dec 2014 01:00:01 -0500 John W. Eaton allow sparse arrays to be indexed by N-d arrays (bug #43855)
Sat, 20 Dec 2014 20:07:50 -0800 Rik Overhaul max/min functions (fixes bug #43712).
Sat, 20 Dec 2014 17:26:53 +0100 Torsten allow to cancel exiting if editor tabs are modified and exit is requested in gui gui-release
Thu, 18 Dec 2014 10:50:09 -0500 John W. Eaton use warning IDs for all warnings in liboctave
Thu, 18 Dec 2014 07:57:58 -0500 John W. Eaton eliminate extra warning about finding minimum norm solution
Wed, 17 Dec 2014 21:56:17 -0500 John W. Eaton consistent messages and IDs for singular matrix warnings
Tue, 16 Dec 2014 15:50:37 -0800 Rik genpropdoc.m: Use two spaces after period at start of sentence.
Tue, 16 Dec 2014 15:39:07 -0800 Rik doc: Periodic spellcheck of documentation.
Tue, 16 Dec 2014 15:36:27 -0800 Rik doc: Periodic grammarcheck of documentation.
Tue, 16 Dec 2014 12:07:32 -0800 Rik A few more instances of stricter input validation for strings (bug #42651).
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Mon, 15 Dec 2014 22:16:25 -0800 Rik test.m: Avoid num-to-str warning.
Mon, 15 Dec 2014 21:01:45 -0800 Rik maint: Periodic merge of gui-release to default.
Mon, 15 Dec 2014 20:59:21 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Sun, 14 Dec 2014 21:14:36 -0800 Rik Restore warning Octave:num-to-str missing since 3.2.4 (bug #43814). stable
Sat, 13 Dec 2014 18:41:03 -0800 Rik Fix up documentation for new disable_[range,diagonal_matrix,permutation_matrix] fcns.
Fri, 12 Dec 2014 17:20:00 -0800 Rik build: Don't install mxarray.in.h (bug #43805). gui-release
Thu, 11 Dec 2014 14:28:43 +0100 Kai T. Ohlhus scripts/general/module.mk: new entry for nargchk.m and alphabetized. (bug #43798)
Thu, 11 Dec 2014 00:15:03 +0100 Kai T. Ohlhus Remove single line makro INSTANTIATE_ARRAY_SORT.
Mon, 08 Dec 2014 12:59:47 -0500 John W. Eaton allow ranges to be disabled
Mon, 08 Dec 2014 10:18:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Mon, 08 Dec 2014 10:15:54 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Mon, 08 Dec 2014 10:14:00 -0500 John W. Eaton allow disabling of permutation and diagonal matrices
Sat, 06 Dec 2014 22:26:32 -0800 Rik Avoid duplicate error message when concatenating cell arrays with dim mismatch.
Thu, 09 Oct 2014 20:01:09 +0200 Markus Bergholz Allow stem to plot logical values (bug #43391).
Sat, 06 Dec 2014 13:21:52 -0800 Rik Fix gnuplot plotting of tick marks when values are very large (bug #43531).
Sat, 06 Dec 2014 07:42:18 -0800 Rik Issue error if load file format cannot be determined (bug #43575). stable
Fri, 05 Dec 2014 22:17:09 -0800 Rik Change strfind to return empty array for empty pattern for compatibility (bug #43649).
Fri, 05 Dec 2014 15:09:48 -0800 Rik doc: Add missing closing parenthesis in tempname docstring.
Fri, 05 Dec 2014 12:36:06 -0800 Nir Krakauer datevec.m: Fix negative number outputs with integer (non-float) inputs (bug #43753). stable
Fri, 05 Dec 2014 11:07:36 -0800 Nir Krakauer interp1.m: Fix shape of output matrix when there are extrapolated values (bug #43745). stable
Fri, 05 Dec 2014 10:54:32 -0800 Rik Use emptyset symbol rather than circled division slash in Tex interpreter for '\0'.
Fri, 05 Dec 2014 13:08:36 +0100 Kai T. Ohlhus replace oct-mem.h inline indirections by standard function calls.
Thu, 04 Dec 2014 16:22:26 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 04 Dec 2014 16:06:31 -0500 John W. Eaton avoid printing debug location in cmd window when using GUI to step gui-release
Thu, 04 Dec 2014 15:56:49 -0500 John W. Eaton provide access to the readline variable rl_erase_empty_line gui-release
Tue, 02 Dec 2014 10:05:03 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 02 Dec 2014 10:00:48 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 02 Dec 2014 09:56:50 -0500 John W. Eaton use gnulib:: namespace for log, logf, localtime, and gmtime gui-release
Tue, 02 Dec 2014 09:55:12 -0500 John W. Eaton avoid shadowed variable warning gui-release
Tue, 02 Dec 2014 11:43:13 +0100 Edmund Grimley Evans mkoctfile.in.cc: Fix infinite loop of mkoctfile -M (Bug #43640) stable
Tue, 02 Dec 2014 11:31:02 +0100 Andreas Weber __fltk_ginput__.m: Fix freeze upon double-click (Bug #43664) stable
Thu, 27 Nov 2014 21:49:55 +0100 Pantxo Diribarne quiver: fix initialization error when called with zeros (bug #43686)
Sat, 29 Nov 2014 21:54:51 -0500 Doug Stewart lscov.m: increase test tolerance so that they pass (bug #43118)
Sun, 30 Nov 2014 23:23:14 -0500 John W. Eaton improve reporting for __run_test_suite__ (bug #43732) stable
Fri, 28 Nov 2014 10:23:03 -0800 Rik maint: Periodic merge of gui-release to default.
Fri, 28 Nov 2014 08:22:51 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Fri, 28 Nov 2014 08:21:57 -0800 Rik Remove unused FC variable from build system. gui-release
Fri, 28 Nov 2014 07:55:46 -0800 Rik findobj.m: Allow -depth argument anywhere in input arg list (bug #43136).
Thu, 27 Nov 2014 18:54:22 -0800 Rik build: Don't build with g77. gui-release
Thu, 27 Nov 2014 21:07:03 +0100 Andreas Weber pr-output.cc: Fix overflow in rational_approx (bug #43367..43369) stable
Tue, 25 Nov 2014 12:45:36 -0500 John Donoghue uiputfile: add extension to file name (Bug #43687) gui-release
Tue, 25 Nov 2014 09:56:52 -0500 John Donoghue uigetfile should select existing files only (Bug #43688) gui-release
Tue, 25 Nov 2014 23:14:24 +0100 Torsten fix double clicks into the borders of floating dock widgets (bug #43662) gui-release
Tue, 25 Nov 2014 15:33:22 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 25 Nov 2014 15:32:58 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Thu, 20 Nov 2014 15:48:35 -0500 John W. Eaton improve Matlab compatibility for gamma function (bug #43551) stable
Tue, 25 Nov 2014 12:27:29 -0800 Rik qmr.m: Add missing "@end enumerate" in docstring.
Tue, 25 Nov 2014 08:36:46 -0800 Rik build: Remove unused TEXINFO_LIBNAME definitions from Makefiles.
Tue, 25 Nov 2014 16:15:01 +0100 Nathan Podlich New function qmr (patch #8569).
Mon, 24 Nov 2014 22:17:48 -0800 Rik configure.ac: Remove redundant check for GXX_VERSION. Raise required version to 4.1.
Mon, 24 Nov 2014 16:37:36 -0800 Rik maint: Periodic merge of gui-release to default.
Sun, 23 Nov 2014 16:35:11 -0800 Rik configure.ac: Check qhull warning message style to match all other libs. gui-release
Sun, 23 Nov 2014 16:22:40 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Sun, 23 Nov 2014 15:15:02 -0800 Rik configure.ac: Respect without-z and without-qrupdate options when config.cache exists. stable
Sun, 23 Nov 2014 13:13:35 +0100 Torsten provide an editor lexer for text or unknown files (bug #43572) gui-release
Sat, 22 Nov 2014 21:05:53 -0800 Rik __patch__.m: Fix incorrect concatenation of input args (bug #43670). stable
Sat, 22 Nov 2014 20:20:13 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 22 Nov 2014 20:19:23 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Sat, 22 Nov 2014 20:17:58 -0800 Rik configure.ac: Fix handling of --without-fftw3[f] options. stable
Sat, 22 Nov 2014 15:54:49 -0500 Michael Goffioul Check return value of classdef set-method's (bug #43598)
Sat, 22 Nov 2014 12:35:08 -0800 Rik Replace instances of deprecated Array constructor in FFTPACK-related code.
Sat, 22 Nov 2014 10:49:54 -0800 Rik kron.cc: Use column vector in undeprecated Array constructor (cset 1f4455ff2329).
Sat, 22 Nov 2014 00:06:51 +0100 Kai T. Ohlhus CMatrix.cc: Use undeprecated Array constructor (bug #43646).
Fri, 21 Nov 2014 10:09:35 -0800 Rik Swap row vector for column vector in cset d47e50953abc.
Fri, 21 Nov 2014 09:49:35 -0800 Rik build: Fix unused variable warnings when building with --without-qrupdate.
Fri, 21 Nov 2014 11:48:06 +0100 Philipp Kutin Fix compilation of four of the six liboctave/numeric/*QR.cc (bug #43646).
Thu, 20 Nov 2014 08:51:41 -0800 Rik savepath.m: Fix failing BIST test
Thu, 20 Nov 2014 08:08:35 -0800 Rik Overhaul savepath.m, pathdef.m, matlabroot.m.
Wed, 19 Nov 2014 10:43:55 -0800 Rik doc: Fix backslash not showing in error/warning docs due to escape processing. stable
Fri, 14 Nov 2014 22:35:19 +0100 Andreas Weber oct-stream.cc::read: Fix calculation of nc when EOF gets hit (bug #43517) stable
Thu, 13 Nov 2014 07:02:33 +0100 Torsten use indentation width for the editor from the settings (bug #43592) gui-release
Tue, 18 Nov 2014 12:13:06 +0000 Carnë Draug spparms.cc: deprecate option "defaults" in favour of "default" (bug #43602)
Thu, 13 Nov 2014 22:10:20 +0100 Marco Vitetta spparms.cc: accept "default" as argument instead of "defaults" (bug #43602)
Tue, 11 Nov 2014 12:31:36 +0100 Kai T. Ohlhus Remove deprecated methods in liboctave.
Wed, 12 Nov 2014 20:04:52 -0800 Rik maint: Periodic merge of gui-release to default.
Mon, 23 Jun 2014 18:46:32 +0200 Julien Bect Reduce profiling overhead using inlining and templates. gui-release
Mon, 10 Nov 2014 12:37:04 +0000 Carnë Draug Remove liboctave methods and classes deprecated for longer than 3 years.
Sat, 08 Nov 2014 16:45:13 +0100 Torsten button order in dialog for creating a non-existing file (bug #43537) gui-release
Thu, 06 Nov 2014 18:50:25 +0100 Torsten provide option for using tabs for indentations in the editor gui-release
Tue, 11 Nov 2014 21:35:12 +0100 Pantxo Diribarne Adapt genpropdoc.m to changes in cset 68db8396c378 (bug #43502)
Fri, 31 Oct 2014 20:44:21 +0100 Pantxo Diribarne Make "image ()" use the default image cdata
Tue, 11 Nov 2014 20:42:34 +0100 Pantxo Diribarne Make dellistener work again with 3 arguments (bug #43580)
Mon, 10 Nov 2014 23:11:20 +0000 Carnë Draug liboctave: confirm that matrices constructors are limited to 2 dimensions.
Fri, 07 Nov 2014 10:41:18 +0000 Carnë Draug Replace some duplicated code and count on methods implemented on base classes.
Fri, 07 Nov 2014 08:15:55 +0000 Carnë Draug Change inheritance tree so that <T>Matrix inherit from <T>NDArray.
Mon, 03 Nov 2014 22:18:29 +0000 Carnë Draug Remove redundant methods now that Matrices inherit from NDArrays.
Fri, 24 Oct 2014 01:31:53 +0100 Carnë Draug Change charMatrix to subclass charNDArray rather than be another Array<char>.
Mon, 20 Oct 2014 01:34:52 +0100 Carnë Draug Change boolMatrix to subclass boolNDArray rather than be another Array<bool>.
Mon, 10 Nov 2014 16:43:39 +0100 Kai T. Ohlhus Faddeeva.cc: Fix compilation warnings.
Mon, 10 Nov 2014 17:03:54 +0100 Kai T. Ohlhus __ichol__.cc: Removed unused variables causing compilation warnings.
Thu, 06 Nov 2014 21:10:04 +0000 Carnë Draug New functions im2frame and frame2im.
Wed, 05 Nov 2014 12:45:44 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 30 Oct 2014 15:20:42 -0400 John W. Eaton * zoom.m: Improve documentation. New demo.
Wed, 17 Sep 2014 16:28:41 -0400 John W. Eaton command_editor: provide access to rl_set_screen_size gui-release
Wed, 05 Nov 2014 08:05:31 -0800 Rik doc: Add Mike Sander to contributors list.
Tue, 04 Feb 2014 21:49:45 -0500 Mike Sander Remove interactive ftp functions from list of functions missing BIST tests.
Fri, 14 Mar 2014 02:04:09 -0400 Pooja Rao Add BIST tests for subspace, t_test, z_test.
Tue, 04 Nov 2014 20:18:15 -0800 Rik doc.m: Add support for info files in bzip format (bug #43526).
Wed, 17 Sep 2014 16:36:41 -0400 John W. Eaton command_editor: provide access to rl_prefer_env_winsize gui-release
Thu, 30 Oct 2014 13:38:02 -0400 John W. Eaton horizontal scrollbar for GUI terminal on Windows systems gui-release
Thu, 09 Oct 2014 19:20:56 -0400 John W. Eaton preserve text on Windows terminal resize (bug #41893; patch #8532) gui-release
Mon, 03 Nov 2014 22:40:45 -0800 Rik maint: Periodic merge of gui-release to default.
Mon, 03 Nov 2014 22:39:49 -0800 Rik build: Update m4 macros to their latest versions (bug #43517). gui-release
Mon, 03 Nov 2014 22:08:27 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Mon, 03 Nov 2014 22:07:27 -0800 Rik doc: Add note about compiling arpack with 64-bit integers when using --enable-64 (bug #43031). stable
Sun, 02 Nov 2014 22:07:11 -0800 Rik doc: Add new spelling exceptions to Octave's private dictionary.
Sun, 02 Nov 2014 19:06:40 +0100 Andreas Weber __init_fltk__.cc: Allow selection of axes from whole plot area
Sat, 01 Nov 2014 17:24:23 -0700 Nir Krakauer doc: Update documentation for ilu, ichol.
Thu, 30 Oct 2014 17:49:58 -0700 Nir Krakauer interp1.m: Add new methods "previous" and "next" (bug #43377).
Sat, 11 Oct 2014 16:01:28 +0200 Philip Nienhuis importdata.m: better regexp pattern to assess delimiter (bug #43393) stable
Wed, 29 Oct 2014 08:21:24 -0700 Rik nthroot.m: Fix division by zero warning when input x is 0 (bug #43492).
Tue, 28 Oct 2014 13:45:32 -0700 Rik test.m: Eliminate needless use of feof().
Tue, 28 Oct 2014 13:15:49 -0700 Rik maint: Periodic merge of gui-release to default.
Tue, 28 Oct 2014 12:06:52 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Tue, 30 Sep 2014 00:26:10 -0500 Daniel J Sebald Change a bitwise OR to a logical OR in Range.h. stable
Tue, 28 Oct 2014 13:58:01 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 28 Oct 2014 13:57:26 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 28 Oct 2014 13:36:01 -0400 John W. Eaton fix error with command parsing (bug #43470) gui-release
Mon, 27 Oct 2014 09:30:46 -0700 Rik Allow setting horizontal vector of "ydata" in bar plots (bug #43468). stable
Tue, 07 Oct 2014 21:11:17 +0200 Markus Bergholz rat.m: Remove unnecessary blank line at start of output (bug #43374).
Sat, 18 Oct 2014 13:52:31 -0400 Andy Weber run.m: Return to the intial directory, unless the pwd is changed (Bug #43426).
Thu, 23 Oct 2014 17:12:58 -0400 John W. Eaton limit specific CPPFLAGS variables to specific convenience libs (bug #38928)