log

age author description
Fri, 30 Nov 2012 08:05:35 -0800 Rik NEWS: erfinv and erfcinv do not accept complex inputs.
Tue, 20 Nov 2012 00:25:31 +0100 Juan Pablo Carbajal error_ids: explanations of standard Octave: erorr ids
Thu, 29 Nov 2012 23:39:21 -0500 Mike Miller Add isguirunning function to query whether the GUI is running
Thu, 25 Oct 2012 14:06:35 -0700 Corbin Champion Change .m files to use tempdir instead of P_tmpdir (patch #7875)
Thu, 29 Nov 2012 23:10:51 -0500 Mike Miller Fix regexp escaping of arguments to ls
Thu, 29 Nov 2012 09:39:37 -0800 Rik NEWS: Correct typo in changeset ea2788117ee3.
Thu, 29 Nov 2012 09:37:33 -0800 Rik NEWS: Add notice about extending error functions to accept complex inputs.
Thu, 29 Nov 2012 10:40:32 -0500 Jordi Gutiérrez Hermoso maint: merge in Faddeeva functions and relatives
Tue, 27 Nov 2012 23:39:54 -0500 Steven G. Johnson Add complex erf,erfc,erfcx,erfi,dawson routines from Faddeeva package.
Wed, 28 Nov 2012 14:05:20 -0500 Jordi Gutiérrez Hermoso maint: merge into default Carnë's changes
Wed, 28 Nov 2012 14:04:56 -0500 Jordi Gutiérrez Hermoso maint: merge together Carn̈́ë's changes
Wed, 28 Nov 2012 06:01:09 +0100 Carnë Draug maint: merge default into image-overhaul head, specially changeset 806ea52. Resolving many conflicts and fixing bugs related to correctly indexing on image class (float vs integer have different offset)
Thu, 15 Nov 2012 18:17:47 +0000 Carnë Draug rgb2ind: great speedup increase creating indexed image (changeset 89c8d8f made a proper indexed image that used less memory but was much slower to create)
Mon, 12 Nov 2012 05:32:02 +0000 Carnë Draug gray2ind: return indexed image as integer for matlab compatibility
Mon, 12 Nov 2012 05:25:37 +0000 Carnë Draug gray2ind: also accept binary images and default n to 2 in such cases
Mon, 12 Nov 2012 04:53:42 +0000 Carnë Draug ind2sub ind2gray: merge common code in private function, expanding fix for images when integers, input check, and expansion of colormap to ind2gray.
Mon, 12 Nov 2012 04:21:52 +0000 Carnë Draug ind2rgb: correction for indexes when image is uint class. Added tests block.
Sun, 11 Nov 2012 04:48:36 +0000 Carnë Draug rgb2ind: find unique RGB values for indexed image and scale colormap for correct range
Thu, 15 Nov 2012 23:02:11 +0000 Carnë Draug powerset: always return a cell array, even when set is empty. Augmented documentation and new tests.
Wed, 28 Nov 2012 09:15:59 -0800 Rik maint: Merge stable to default to pick up fix for bug #37787.
Wed, 28 Nov 2012 09:13:56 -0800 Rik Fix Info index for language statements (bug #37787) stable
Tue, 27 Nov 2012 16:38:13 -0800 Rik Overhaul m-files in image directory to provide better support for images stored as integers.
Mon, 26 Nov 2012 12:09:09 -0500 Jordi Gutiérrez Hermoso merge in qterminal's history
Mon, 26 Nov 2012 12:07:51 -0500 Jordi Gutiérrez Hermoso maint: move everything under libgui/qterminal
Mon, 13 Aug 2012 08:34:31 -0400 Mike Miller Fix error in setting the terminal cursor shape
Sun, 05 Aug 2012 10:15:09 +0100 Michael Goffioul Include config.h when it exists and is specified.
Sat, 28 Jul 2012 08:43:35 -0400 Jen Stewart fixed cursor position
Sat, 21 Jul 2012 01:36:45 -0400 Jacob Dawid Added support for changing the cursor.
Fri, 20 Jul 2012 16:35:17 -0400 Jacob Dawid Inserted msleep to reduce cpu usage on grabbing data from stdin.
Fri, 20 Jul 2012 11:55:56 -0400 Jacob Dawid Cursor is now blinking in the terminal.
Fri, 20 Jul 2012 09:37:44 -0400 Jacob Dawid Changed cursor to underline cursor.
Wed, 18 Jul 2012 15:29:06 -0400 Jacob Dawid Removed restriction on maximum terminal size.
Mon, 02 Jul 2012 07:33:23 +0200 Jacob Dawid Added patches from Michael Goffioul.
Fri, 08 Jun 2012 18:12:41 +0200 Jacob Dawid Set terminal to fixed width, renamed some variables.
Sat, 02 Jun 2012 16:33:49 +0200 Jacob Dawid Fix for building on MacOS.
Mon, 28 May 2012 02:14:59 +0200 Jacob Dawid Added copy&paste context menu in the unix implementation.
Sun, 27 May 2012 23:38:57 +0200 Jacob Dawid Added patched for Cygwin build from Marco Atzeri.
Wed, 02 May 2012 21:36:45 +0200 Jacob Dawid Removed DESTDIR declaration in pro files.
Wed, 02 May 2012 21:35:34 +0200 Jacob Dawid Added patch that allows for changing the terminal font.
Wed, 02 May 2012 21:34:38 +0200 Jacob Dawid Applied patch for compiling with mingw.
Wed, 02 May 2012 21:33:09 +0200 Jacob Dawid Applied patch for building under ArchLinux.
Thu, 02 Feb 2012 17:33:59 +0000 Michael Goffioul Add msvc-specific qmake bits.
Thu, 02 Feb 2012 15:01:22 +0000 Michael Goffioul Enable compilation on Win32-native platform.
Tue, 31 Jan 2012 15:36:05 +0100 Jacob Dawid Added missing file.
Tue, 31 Jan 2012 12:36:33 +0100 Jacob Dawid Corrections for windows code.
Tue, 31 Jan 2012 12:12:00 +0100 Jacob Dawid Cleanup.
Tue, 31 Jan 2012 11:14:38 +0100 Jacob Dawid Added QTerminalInteface class.
Tue, 31 Jan 2012 00:16:26 +0100 Jacob Dawid Terminal is now black on white.
Mon, 30 Jan 2012 23:56:34 +0100 Jacob Dawid Added sendText method again.
Mon, 30 Jan 2012 12:55:31 +0100 Jacob Dawid Fix for MacOS.
Mon, 30 Jan 2012 12:25:49 +0100 Jacob Dawid Fixed error in .pro.
Mon, 30 Jan 2012 12:03:12 +0100 Jacob Dawid Removed INCLUDEPATH.
Mon, 30 Jan 2012 11:42:26 +0100 Jacob Dawid Corrected INCLUDEPATH.
Mon, 30 Jan 2012 11:23:13 +0100 Jacob Dawid Added files of QConsole.
Mon, 30 Jan 2012 02:18:59 +0100 Jacob Dawid Fixed bug with redrawing the terminal when widget is being shown.
Mon, 30 Jan 2012 01:09:16 +0100 Jacob Dawid Fixed bug with ECHOCTL.
Fri, 27 Jan 2012 23:44:07 +0100 Jacob Dawid Renamed SessionView in TerminalView and correct proxy focus for QTerminal.
Fri, 27 Jan 2012 23:28:55 +0100 Jacob Dawid Renamed SessionModel in TerminalModel.
Fri, 27 Jan 2012 23:21:08 +0100 Jacob Dawid Removed unused code.
Wed, 25 Jan 2012 02:21:43 +0100 Jacob Dawid removed obsolete code.
Wed, 25 Jan 2012 02:01:10 +0100 Jacob Dawid Made receive blocking queued.
Wed, 25 Jan 2012 01:53:46 +0100 Jacob Dawid Removed code that forked a process. Instead, connected pty directly to parent process.
Tue, 24 Jan 2012 23:18:40 +0100 Jacob Dawid Fixed K3Process as it does not fork a new process and sets up communication right as it should.
Tue, 24 Jan 2012 22:12:04 +0100 Jacob Dawid Fixed bug with creating multiple ptys.
Tue, 24 Jan 2012 21:26:45 +0100 Jacob Dawid Using KPty to open a pty.
Tue, 24 Jan 2012 00:41:31 +0100 Jacob Dawid Intermediate commit.
Tue, 24 Jan 2012 00:36:01 +0100 Jacob Dawid Renamed classes.
Tue, 24 Jan 2012 00:26:22 +0100 Jacob Dawid Removed Konsole namespaces.
Mon, 23 Jan 2012 22:52:43 +0100 Jacob Dawid Set minimum size for terminal.
Mon, 23 Jan 2012 22:27:05 +0100 Jacob Dawid Intermediate commit.
Mon, 23 Jan 2012 14:34:02 +0100 Jacob Dawid Changed color scheme.
Mon, 23 Jan 2012 14:15:27 +0100 Jacob Dawid Simplified code.
Mon, 23 Jan 2012 12:53:14 +0100 Jacob Dawid Removed CVS directory.
Mon, 23 Jan 2012 12:50:17 +0100 Jacob Dawid Compiles again.
Mon, 23 Jan 2012 12:31:32 +0100 Jacob Dawid Removed useless files, renamed files appropriately.
Mon, 23 Jan 2012 12:25:07 +0100 Jacob Dawid Removed cmake support and pyqt support as well as CVS support.
Mon, 23 Jan 2012 12:22:13 +0100 Jacob Dawid Forked from QTermWidget.
Mon, 26 Nov 2012 11:54:46 -0500 Jordi Gutiérrez Hermoso maint: remove qterminal subrepo
Sun, 25 Nov 2012 15:16:07 +0100 Torsten enable entering a new directory in the current directory combobox
Fri, 23 Nov 2012 15:29:13 -0500 John W. Eaton include Octave Forge java package in core Octave
Fri, 23 Nov 2012 11:43:49 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Fri, 23 Nov 2012 11:42:13 -0500 Jordi Gutiérrez Hermoso maint: add a new test for Fsum corresponding to cset e9d842dcfc91
Fri, 23 Nov 2012 11:31:31 -0500 Jordi Gutiérrez Hermoso doc: fix description of k in triu/tril (bug #37796) stable
Wed, 21 Nov 2012 15:29:54 -0500 Jordi Gutiérrez Hermoso *data.cc (Fsum): allow string arguments for Matlab compatibility
Wed, 21 Nov 2012 15:28:46 -0500 Jordi Gutiérrez Hermoso doc: Small fixes to traditional/Octave:matlab-incompatible
Wed, 21 Nov 2012 20:58:07 +0100 Erik Kjellson importdata.m: Correction for non-numeric data and added test for complex numbers.
Wed, 21 Nov 2012 11:32:35 -0500 Jordi Gutiérrez Hermoso doc: cross-reference Octave:matlab-incompatible to --braindead and --traditional
Wed, 21 Nov 2012 07:54:35 -0500 Ronald van der Meer For gnuplot use %g formatting for ticklabels.
Tue, 20 Nov 2012 19:23:34 -0500 Ronald van der Meer Preserve minor ticks when ticklabels are specified (gnuplot only).
Tue, 20 Nov 2012 16:17:01 -0500 Jordi Gutiérrez Hermoso doc: Update struct documentation to match new indexing rules
Tue, 20 Nov 2012 13:24:51 -0500 John W. Eaton warn instead of throwing an error for invalid structure field names
Thu, 15 Nov 2012 13:07:24 -0500 Jordi Gutiérrez Hermoso check for allowed struct field names in subsref and subsasgn
Mon, 12 Nov 2012 17:44:03 +0100 Carlo de Falco Use texinfo syntax in default m-file template.
Mon, 12 Nov 2012 08:09:43 -0500 Dmitri A. Sergatskov Add correct typo ghostscript_binary -> ghostscript.binary. stable
Sun, 11 Nov 2012 14:38:14 -0500 Ben Abbott Add "gswin64c.exe" to the list of possible ghostscript command line programs stable
Mon, 12 Nov 2012 08:09:43 -0500 Dmitri A. Sergatskov Add correct typo ghostscript_binary -> ghostscript.binary.
Sun, 11 Nov 2012 14:38:14 -0500 Ben Abbott Add "gswin64c.exe" to the list of possible ghostscript command line programs
Sat, 13 Oct 2012 23:36:37 -0500 Daniel J Sebald Delete dynamic objects in the main_window destructor for proper cleanup. (bug #37234)
Fri, 09 Nov 2012 20:29:21 -0700 Max Brister The silent_functions flag no longer modifies the parse tree
Mon, 05 Nov 2012 14:50:54 -0800 Rik warning_ids.m: Add 2 missing warning IDs to documentation.
Mon, 05 Nov 2012 09:44:57 -0800 Rik quadgk.m: Clean up input error reporting.
Sun, 04 Nov 2012 21:11:33 -0700 Max Brister Stop JIT on interrupt
Sun, 04 Nov 2012 20:09:23 -0700 Max Brister Fix block labeling in JIT debug output
Mon, 05 Nov 2012 01:48:23 +0000 Michael Goffioul Use CRUFT_DLL when compiling liboctave.
Mon, 05 Nov 2012 01:48:16 +0000 Michael Goffioul Fix cruft.def location and usage.
Mon, 05 Nov 2012 01:48:09 +0000 Michael Goffioul Remove OCTINTERP_API decorator for fully inlined classes.
Mon, 05 Nov 2012 01:48:03 +0000 Michael Goffioul Add missing OCTINTTERP_API decorator.
Mon, 05 Nov 2012 01:47:56 +0000 Michael Goffioul Use octave_env instead of setenv.
Mon, 05 Nov 2012 01:47:49 +0000 Michael Goffioul Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Sun, 04 Nov 2012 16:28:56 -0700 Max Brister Make Vdebug_on_interrupt not be static
Sun, 04 Nov 2012 16:09:06 -0700 Max Brister jit-ir.h: Fix typo in comment
Sun, 04 Nov 2012 16:04:30 -0700 Max Brister pt-jit.cc (tree_jit::enabled): Do not jit if Vdebug_on_interrupt or Vdebug_on_error
Sun, 04 Nov 2012 15:38:48 -0700 Max Brister Correctly handle break/continue for some corner cases in JIT
Sun, 04 Nov 2012 11:23:38 -0600 Daniel J Sebald Add object name for main tool bar so that Qt does not complain at exit (bug #37498)
Sun, 04 Nov 2012 15:47:38 +0100 Torsten update of default-qt-settings
Sat, 27 Oct 2012 20:44:57 -0500 Daniel J Sebald Remove unused parameter 'shortWindowTitle' from gui/ide default settings file.
Sat, 03 Nov 2012 12:12:06 +0100 Torsten merge in change of terminal icon
Mon, 29 Oct 2012 07:02:52 +0100 Torsten terminal window with octave logo as icon when floating
Sat, 03 Nov 2012 08:58:57 +0100 Torsten merge in fix for bug #37637
Sat, 27 Oct 2012 11:20:31 +0200 Torsten fix indication of terminal widget visibility in window menu
Sat, 03 Nov 2012 06:51:48 +0100 Torsten backout changeset 5649e84ea3ce (see discussion on patch #7867)
Fri, 02 Nov 2012 16:52:56 -0600 Max Brister Correct multiplication complex multiplication with NaN in JIT
Fri, 02 Nov 2012 14:32:22 -0600 Max Brister Disable JIT when breakpoints are present
Sat, 20 Oct 2012 11:36:09 +0100 Richard Crozier GUI: add toolbar to editor when undocked
Fri, 02 Nov 2012 15:19:05 -0400 Jordi Gutiérrez Hermoso maint: merge in Juan Pablo's changes
Fri, 02 Nov 2012 15:18:49 -0400 Jordi Gutiérrez Hermoso quadgk.m: cleanup unwind_protect cruft
Sun, 28 Oct 2012 07:36:13 +0100 Juan Pablo Carbajal quadgk.m: adding id to warnings and errors. switching divide-by-zero warning off locally.
Thu, 01 Nov 2012 19:59:47 -0700 Rik doc: Update docstring for dbtype().
Thu, 01 Nov 2012 15:01:20 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of default to classdef classdef
Thu, 01 Nov 2012 11:54:08 -0700 Rik maint: Shorten long line to less than 80 characters in checkin d20cbfec6df7.
Thu, 01 Nov 2012 11:42:21 -0700 Rik Fix off-by-1 error when executing 'dbstep N'
Wed, 31 Oct 2012 20:46:17 -0700 Rik doc: Add seealso links between debug_on_XXX functions (bug #37576) stable
Tue, 30 Oct 2012 22:14:05 -0700 Max Brister Fix saved struct with function handle fails to load (bug #33857)
Tue, 30 Oct 2012 22:10:26 -0700 Rik Don't report '-struct' as an unrecognized option to save().
Tue, 30 Oct 2012 11:38:02 -0700 Rik maint: Periodic merge of stable to default.
Tue, 30 Oct 2012 11:35:19 -0700 Rik legend.m: Fix segmentation fault when deleting legend where plot has already been removed (Bug #37640) stable
Tue, 30 Oct 2012 10:24:34 -0700 Rik doc: Workaround text overlap in pdf documentation caused by bug in Texinfo.
Tue, 30 Oct 2012 08:16:30 -0700 Rik Print an error message if save() called with unrecognized option (bug #37502)
Sun, 28 Oct 2012 21:48:02 -0700 Rik area.m: Add demos and redo docstring.
Sat, 27 Oct 2012 18:53:51 -0700 Rik test: Add demos for bar.m and barh.m
Fri, 26 Oct 2012 10:46:17 -0400 Jordi Gutiérrez Hermoso perms.m: make it work for string arguments
Thu, 25 Oct 2012 17:04:25 -0400 Jordi Gutiérrez Hermoso Close bad file rename
Thu, 25 Oct 2012 17:02:26 -0400 Juan Pablo Carbajal maint: Rename unimplemented.m to __unimplemented__.m.
Thu, 25 Oct 2012 12:37:02 -0700 Juan Pablo Carbajal maint: Rename unimplemented.m to __unimplemented__.m.
Wed, 24 Oct 2012 21:28:31 +0200 Erik Kjellson importdata.m: Added tests and made small corrections.
Tue, 23 Oct 2012 23:09:33 +0200 Juan Pablo Carbajal (desktop) print_usage.m: Adding error identifiers.
Wed, 24 Oct 2012 10:46:06 -0700 Rik unimplemented.m: Add docstring for internal function.
Tue, 23 Oct 2012 13:37:15 -0700 Rik importdata.m: 3X speedup by using str2double rather than num2str.
Tue, 23 Oct 2012 15:41:27 -0400 Jordi Gutiérrez Hermoso Merge in Erik's changes
Tue, 23 Oct 2012 15:41:09 -0400 Jordi Gutiérrez Hermoso importdata.m: style fixes
Tue, 23 Oct 2012 20:39:16 +0200 Erik Kjellson importdata: Speeded up the import by a factor 2.
Tue, 23 Oct 2012 10:01:34 -0400 Jordi Gutiérrez Hermoso Merge in Torsten's changes
Sat, 20 Oct 2012 17:43:35 +0200 Torsten make a floating widget behave like a normal window (bug #37190)
Sun, 21 Oct 2012 23:18:31 +0200 Philip Nienhuis importdata.m: properly fall back to unimplemented.m & allow spreadheet I/O
Sun, 21 Oct 2012 22:23:59 +0200 Philip Nienhuis unimplemented.m: add sections for/drop functions in octave-forge
Fri, 19 Oct 2012 17:11:55 -0400 Jordi Gutiérrez Hermoso fix copyright header in importdata
Fri, 19 Oct 2012 15:14:24 -0400 Jordi Gutiérrez Hermoso unimplemented.m: remove importdata
Fri, 19 Oct 2012 15:09:45 -0400 Jordi Gutiérrez Hermoso Incorporate importdata.m into Octave sources
Fri, 19 Oct 2012 13:56:22 -0400 Erik Kjellson importdata: new function
Fri, 19 Oct 2012 08:57:10 -0700 Rik maint: Periodic merge of stable to default.
Fri, 19 Oct 2012 08:46:06 -0700 Rik doc: Replace 'on-line' with modern 'online' in documentation and messages. stable
Fri, 19 Oct 2012 08:34:06 -0700 Rik doc: Use now standard 'online' rather than 'on-line' in man page. stable
Fri, 19 Oct 2012 08:11:39 -0700 Rik Correct big-endian/little-endian reversal in typecast documentation. stable
Wed, 17 Oct 2012 20:13:19 -0700 Rik Fix backslash handling in regexp pattern (Bug #37092)
Wed, 17 Oct 2012 15:56:33 -0700 Rik doc: Add documentation about new command-line options available.
Wed, 17 Oct 2012 08:57:42 -0700 Rik doc: Update docstrings for enable_jit_debugging and enable_jit_compiler.
Wed, 17 Oct 2012 11:51:35 -0400 John W. Eaton maint: periodic merge of stable to default
Wed, 17 Oct 2012 11:49:29 -0400 John W. Eaton Added tag rc-3-6-4-0 for changeset 2e8eb9ac43a5 stable
Wed, 17 Oct 2012 10:05:44 -0400 John W. Eaton 3.6.4-rc0 release candidate stable rc-3-6-4-0
Wed, 17 Oct 2012 10:46:15 -0400 John W. Eaton increase tolerance for svds test stable
Tue, 16 Oct 2012 14:17:00 -0700 Rik doc: Update docstring form rmfield() and add another %!test.
Tue, 16 Oct 2012 14:03:57 -0700 Rik unimplemented.m: Remove gco and fminsearch from list of missing functions.
Tue, 16 Oct 2012 12:50:13 -0700 Rik doc: Add seealso links between uigetfile, uiputfile, uigetdir.
Tue, 16 Oct 2012 12:37:43 -0700 Rik Fix loading of empty structures from .mat files (bug #37087).
Mon, 15 Oct 2012 21:44:52 -0400 Mike Miller Fix wavread to support truncated files (bug #37532)
Mon, 15 Oct 2012 21:02:42 -0400 Mike Miller Fix wavwrite to accept a row vector input (bug #37540)
Mon, 15 Oct 2012 19:07:11 -0400 Mike Miller Allow missing_function_hook to fail silently
Mon, 15 Oct 2012 13:16:58 -0400 Jordi Gutiérrez Hermoso Merge in Richard's changes
Mon, 15 Oct 2012 09:44:30 +0100 Richard Crozier add ability to edit multiple files (bug #37573)
Mon, 15 Oct 2012 08:50:29 -0700 Rik maint: Merge stable to default to pick up documentation fix for warning ids.
Mon, 15 Oct 2012 07:18:31 -0700 Rik Document form of warning IDs is NAMESPACE:WARNING-NAME (bug #37559) stable
Mon, 15 Oct 2012 08:40:01 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Mon, 15 Oct 2012 08:34:33 -0400 Jordi Gutiérrez Hermoso build: Fix pcre/pcre.h #include stable
Sun, 14 Oct 2012 20:54:53 -0700 Rik test: Modify strsplit test suite to match new mapper function behavior (bug #37535).
Sun, 14 Oct 2012 20:18:22 -0700 Rik Improve demo() to warn when an input function does not exist.
Sun, 14 Oct 2012 20:15:58 -0700 Ben Abbott Add missing DisplayName and EraseMode properties to hggroups (bug #37442)
Sun, 14 Oct 2012 09:01:34 -0700 Rik rgbplot.m: Tweak docstring.
Sat, 13 Oct 2012 21:53:21 +0200 Carnë Draug rgbplot: return graphics handle if requested
Fri, 12 Oct 2012 17:12:53 -0700 Rik iscolormap.m: Eliminate unnecessary ismatrix() test in code.
Fri, 12 Oct 2012 23:11:08 +0200 Carnë Draug rgbplot.m, cmpermute.m, cmunique.m, ind2rgb.m, imwrite.m: use core iscolormap function
Fri, 12 Oct 2012 23:08:55 +0200 Carnë Draug iscolormap: more tests
Fri, 12 Oct 2012 22:38:20 +0200 Carnë Draug iscolormap: new function for image
Fri, 12 Oct 2012 11:46:06 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Fri, 12 Oct 2012 11:42:25 -0400 Jordi Gutiérrez Hermoso Merge in Mike's changes stable
Sat, 06 Oct 2012 11:23:55 -0400 Mike Miller Avoid inefficient seeks in gzfilebuf (bug #37509) stable
Thu, 11 Oct 2012 09:26:14 +0200 Carlo de Falco Fix incorrect behaviour of eps () for matrix input (bug #37539).
Thu, 11 Oct 2012 20:02:34 -0700 Rik doc: Clarify that exist (name, "file") also includes directories (bug #37512).
Thu, 11 Oct 2012 19:13:29 -0700 Rik build: Build FLTK-associated DOCSTRINGS even when HAVE_FLTK is 0 (bug #37541).
Thu, 11 Oct 2012 16:06:46 -0700 Rik __init_fltk__.cc: Correct function name in gui_mode error message.
Thu, 11 Oct 2012 13:07:29 -0700 Rik maint: Relace tab with spaces that snuck in to cset bd947371c2c9.
Thu, 11 Oct 2012 12:13:28 -0700 Rik Export doc-cache in distribution tarball (bug #37542)
Thu, 11 Oct 2012 14:16:10 -0400 John W. Eaton don't register fltk toolkit if compiling without FLTK (bug #37541)
Thu, 11 Oct 2012 12:59:49 -0400 John W. Eaton make mapper names match enum values in octave_base_value class
Thu, 11 Oct 2012 12:56:56 -0400 John W. Eaton make numeric mapper functions throw error for char args (bug #37535)
Thu, 11 Oct 2012 08:54:08 +0200 Carlo de Falco Fix typo in docstring for 'sign'.
Wed, 10 Oct 2012 11:44:09 -0700 Rik maint: Periodic merge of stable to default.
Wed, 10 Oct 2012 11:31:41 -0700 Rik Fix legend and subplot interaction (bug #37499) stable
Mon, 08 Oct 2012 08:01:07 -0400 Mike Miller Update broken or inconsistent project and wiki urls stable
Fri, 05 Oct 2012 13:11:12 -0700 Rik build: Fix Makefile warning about redefinition of PHONY target
Fri, 05 Oct 2012 10:49:59 -0700 Rik Fix compilation when JIT is enabled.
Fri, 05 Oct 2012 12:27:55 -0400 Jordi Gutiérrez Hermoso silence some compilation warnings
Fri, 05 Oct 2012 10:14:55 -0400 Jordi Gutiérrez Hermoso error out when attempting sparse minimum solution and CXSparse is unavailable
Fri, 05 Oct 2012 08:40:29 -0400 Stefan Husmann build: do not install DOCSTRINGS when configuring with --disable-docs
Fri, 05 Oct 2012 08:28:59 -0400 Jordi Gutiérrez Hermoso reformat interesting comment
Fri, 05 Oct 2012 08:27:56 -0400 Jordi Gutiérrez Hermoso remove useless initialize_pathsearch function
Thu, 04 Oct 2012 11:04:34 -0700 Rik Backout changeset afc002de3ade until final built-in docstrings file format chosen.
Thu, 04 Oct 2012 10:20:59 -0400 John W. Eaton improve sign and signbit docs
Thu, 04 Oct 2012 09:48:07 -0400 John W. Eaton provide signbit mapper for real values
Wed, 03 Oct 2012 09:41:14 -0700 Rik Don't filter out Texinfo comments in built-in docstrings file.
Wed, 03 Oct 2012 11:09:10 -0400 John W. Eaton * contributors.in: Include Panxto Diribarne in the list.
Wed, 03 Oct 2012 11:06:48 -0400 Pantxo hide baseline when bar group is made invisible
Wed, 03 Oct 2012 10:52:48 -0400 Pantxo if bar is given basevalue property, use it
Wed, 03 Oct 2012 10:43:41 -0400 John W. Eaton ensure $(octetcdir) exists when installing built-in-docstrings file
Wed, 03 Oct 2012 03:16:48 -0400 John W. Eaton * variables.cc (bind_internal_variable): Tag with GCC_ATTR_DEPRECATED.
Wed, 03 Oct 2012 03:10:45 -0400 John W. Eaton call Ffoo functions instead of setting Vfoo directly.
Wed, 03 Oct 2012 03:07:22 -0400 John W. Eaton set Venable_jit_debugging and Venable_jit_compiler variables directly from command line options
Wed, 03 Oct 2012 02:51:04 -0400 John W. Eaton set Vdoc_cache_file and Vtexi_macros_file variables directly from command line options
Wed, 03 Oct 2012 02:43:32 -0400 John W. Eaton don't use bind_internal_variable when handling -x option
Wed, 03 Oct 2012 02:38:53 -0400 John W. Eaton elimnate call to bind_internal_variable when handling -H option
Wed, 03 Oct 2012 02:32:26 -0400 John W. Eaton eliminate calls to bind_internal_variable when setting --traditional options
Wed, 03 Oct 2012 02:23:38 -0400 John W. Eaton * octave.cc (info_program, info_file): Delete unused static variables.
Wed, 03 Oct 2012 02:17:28 -0400 John W. Eaton set Vinfo_file and Vinfo_program variables directly from command line options
Wed, 03 Oct 2012 02:06:35 -0400 John W. Eaton * octave.cc (long_opts): Use --no-jit-compiler to match docs.
Tue, 02 Oct 2012 17:20:59 -0400 John W. Eaton remove FAQ from sources
Tue, 02 Oct 2012 15:53:23 -0400 John W. Eaton initialize docstrings for built-in functions from file
Mon, 01 Oct 2012 18:32:31 -0400 John W. Eaton eliminate some deprecated function warnings
Mon, 01 Oct 2012 18:32:12 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Mon, 01 Oct 2012 22:16:18 +0200 Torsten save and restore the list of recently visited directories