log

age author description
Thu, 07 Feb 2013 11:58:40 -0500 John W. Eaton * cellfun.cc: Style fixes.
Thu, 07 Feb 2013 11:47:12 +0100 Stefan Mahr fix typo to make 'make dist' work
Wed, 06 Feb 2013 13:03:47 -0500 Michael Godfrey Add stemleaf and printd to the manual
Wed, 06 Feb 2013 11:16:55 -0500 Jordi Gutiérrez Hermoso Merge in Michael's changes
Wed, 06 Feb 2013 11:16:37 -0500 Jordi Gutiérrez Hermoso Style fixes on printd.m and stemleaf.m
Tue, 05 Feb 2013 19:56:29 -0500 Michael Godfrey provide stemleaf.m and printd.m
Wed, 06 Feb 2013 10:36:38 -0500 Jordi Gutiérrez Hermoso Merge in Juan Pablo's changes
Tue, 05 Feb 2013 10:55:45 +0100 Juan Pablo Carbajal arrayfun: adding IDs to error messages in accordance with error_ids.
Tue, 05 Feb 2013 10:56:46 -0500 Ben Abbott Fix legend bugs (#38263, #38265).
Wed, 06 Feb 2013 09:54:16 -0500 Ben Abbott Fix texenhanced regression.
Tue, 05 Feb 2013 16:57:51 +0100 Stefan Mahr fix ErrorHandler in cellfun (bug #38256)
Tue, 05 Feb 2013 15:42:52 +0100 Carlo de Falco add files missing in previous changeset.
Tue, 05 Feb 2013 09:39:33 +0100 Carlo de Falco add a test for bug #38236
Mon, 04 Feb 2013 23:53:51 +0000 Carnë Draug doc: what happens when two objects have same precedence
Mon, 04 Feb 2013 17:07:15 -0500 John W. Eaton use octave_local_buffer for temporary arrays in quadcc
Mon, 04 Feb 2013 11:10:14 -0800 Rik quadcc.cc: Use heap instead of stack for large temporary variables.
Sat, 02 Feb 2013 15:30:53 -0800 Rik Temporary fix for stack overflows with quadcc
Sat, 02 Feb 2013 13:21:44 +0100 Torsten gui: show menu with recently used editor files also in file menu of main window
Sat, 02 Feb 2013 09:17:26 +0100 Torsten gui: switch to console when running an editor file or a command from history
Fri, 01 Feb 2013 16:35:41 -0500 Jordi Gutiérrez Hermoso Merge in Júlio's changes
Wed, 30 Jan 2013 17:02:21 -0300 Júlio Hoffimann Check if history edition was successful, abort operation on failure.
Thu, 31 Jan 2013 00:46:29 -0600 Daniel J Sebald Add access to documentation and to online html page via Help menu
Thu, 31 Jan 2013 19:28:23 +0100 Torsten gui: initialize search text in the find dialog with selected text in editor file
Tue, 29 Jan 2013 18:24:16 +0100 Torsten gui: prevent error messages at start-up (regression from changeset 6c0fce0632a4)
Mon, 28 Jan 2013 21:56:01 -0500 Michael Goffioul Abstract the meta-protocol layer to use it for other meta objects. classdef
Sun, 27 Jan 2013 12:29:00 +0100 Julien Bect Added tests for the legacy class system.
Sun, 27 Jan 2013 18:44:53 -0600 Daniel J Sebald Add full-length-name tool tip to editor file tab when name is not full length.
Mon, 28 Jan 2013 18:57:36 +0100 Torsten gui: complete changeset 6c0fce0632a4 with #ifdef HAVE_QSCINTILLA for editor
Sun, 27 Jan 2013 22:22:19 +0100 Torsten gui: cleanup some string constants for translations
Sun, 27 Jan 2013 15:50:49 +0100 Torsten gui: correct tab title for new editor file if short title setting is selected
Sat, 26 Jan 2013 20:33:46 +0100 Torsten gui: set keyboard focus when switching between dock widgets (bug #36957)
Thu, 24 Jan 2013 17:13:15 -0500 Jordi Gutiérrez Hermoso Update description of qterminal directory
Thu, 24 Jan 2013 17:12:43 -0500 Jordi Gutiérrez Hermoso maint: whitespace cleanup
Thu, 24 Jan 2013 17:05:30 -0500 Jordi Gutiérrez Hermoso Always give inline functions a default argument (bug #38164)
Tue, 22 Jan 2013 23:47:29 -0500 Mike Miller * octave-main-thread.cc: Include <clocale> for setlocale.
Tue, 22 Jan 2013 23:06:03 -0500 John W. Eaton maint: periodic merge of stable to default
Sun, 08 Jul 2012 11:43:30 -0700 Rik maint: Allow scatter demo to be run under Octave or Matlab for plot comparisons stable
Tue, 19 Jun 2012 19:00:55 -0400 John Hunt Fix scatter() for filled markers using gnuplot. stable
Sat, 19 Jan 2013 16:21:55 +0100 Torsten gui: selectable language in settings dialog
Sat, 19 Jan 2013 16:21:46 +0100 Torsten gui: install translation files into $(datadir)/octave/$(version)/locale
Mon, 21 Jan 2013 16:11:01 -0500 Mike Miller Use C-style comments in C code.
Mon, 21 Jan 2013 01:58:07 -0500 Mike Miller build: Improve detection of FFTW multi-threading
Sun, 20 Jan 2013 23:03:17 -0500 Michael Goffioul Move property/method access check down to cdef_property/cdef_method classes. classdef
Sun, 20 Jan 2013 14:50:04 -0500 Ben Abbott Add classdef tests for method changing the size of a property. classdef
Fri, 18 Jan 2013 16:48:12 -0500 John W. Eaton maint: periodic merge of stable to default
Fri, 18 Jan 2013 16:42:05 -0500 John W. Eaton use packages.octave.org instead of sourceforge in pkg.m stable
Fri, 18 Jan 2013 11:33:42 -0800 Rik Backed out changeset e9f6c773332c. Need different solution for long line lengths.
Thu, 17 Jan 2013 14:59:16 -0800 Rik Fix build exceeding shell input line length.
Thu, 17 Jan 2013 18:11:48 -0500 Ben Abbott Add classdef tests for static methods and constant properties. classdef
Thu, 17 Jan 2013 17:23:58 -0500 Ben Abbott Rename classdef test class foo_payment to foo_value_class classdef
Mon, 14 Jan 2013 21:01:49 +0100 Andreas Weber added FFTW multithreaded library support
Tue, 15 Jan 2013 21:11:33 -0500 Ben Abbott Add tests to test_classdef.m classdef
Tue, 15 Jan 2013 20:53:04 -0500 Michael Goffioul Check constructor access. classdef
Tue, 15 Jan 2013 19:52:18 -0500 Ben Abbott Fix bug in test/classdef/foo_payment.m. classdef
Tue, 15 Jan 2013 19:36:31 -0500 Michael Goffioul Support calling static methods and getting constant properties. classdef
Tue, 15 Jan 2013 17:01:13 -0500 Michael Goffioul Support constructor call with no indexing syntax. classdef
Tue, 15 Jan 2013 17:01:10 -0500 Michael Goffioul Re-engineer tree_expression postfix handling to make it more flexible. classdef
Tue, 15 Jan 2013 14:50:43 -0500 Ben Abbott Fix typos and mistakes from changeset dd4258398a59. classdef
Mon, 14 Jan 2013 22:56:54 -0500 Ben Abbott Include classdef tests in Makefile.am classdef
Mon, 14 Jan 2013 21:52:11 -0500 Ben Abbott Move tests for classdef from test/classes. classdef