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
Mon, 14 Jan 2013 20:26:36 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 14 Jan 2013 20:24:32 -0500 John W. Eaton * pkg/pkg.m: Get it right this time. stable
Mon, 14 Jan 2013 20:11:21 -0500 John W. Eaton * pkg.m (configure_make): Finish previous change. stable
Mon, 14 Jan 2013 13:21:21 -0800 Rik doc: Update mkoctfile man page with newest list of configuration variables. stable
Mon, 14 Jan 2013 16:05:47 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 14 Jan 2013 15:07:04 -0500 John W. Eaton use mkoctfile, not octave_config_info to get default pkg compiler tools stable
Mon, 14 Jan 2013 14:59:01 -0500 John W. Eaton use mkoctfile, not octave_config_info to get default pkg compiler tools
Mon, 14 Jan 2013 13:47:32 -0500 Jordi Gutiérrez Hermoso remove unnecessary "typename" keywords classdef
Mon, 14 Jan 2013 13:35:09 -0500 Jordi Gutiérrez Hermoso Check for sparse before diagonal class in kron (bug #38082)
Sun, 13 Jan 2013 21:57:02 +0100 Pantxo Diribarne struct2hdl.m: send error when the requested object type is not implemented.
Sun, 13 Jan 2013 20:37:52 -0800 Rik doc: Add Kyle Guinn to list of contributors
Sun, 13 Jan 2013 11:29:50 -0800 Rik maint: Periodic merge of stable to default.
Sat, 12 Jan 2013 00:58:19 -0600 Kyle Guinn configure.ac: Fix CAMD/COLAMD/CCOLAMD/CXSparse include search directories stable
Sun, 13 Jan 2013 13:20:31 -0500 Ben Abbott Add basic tests for classdef classdef
Sat, 12 Jan 2013 22:41:37 -0500 Michael Goffioul Report correct size for object of classdef objects. classdef
Sat, 12 Jan 2013 13:36:15 -0500 Michael Goffioul periodic merge of default to classdef classdef
Sat, 12 Jan 2013 12:02:29 -0500 John W. Eaton maint: remove duplicate lines introduced by merge from stable
Sat, 12 Jan 2013 07:36:14 -0800 Rik maint: Periodic merge of stable to default.
Fri, 11 Jan 2013 22:19:46 -0500 John W. Eaton strip cross tool prefix from CC, CXX, etc. definitions used in mkoctfile stable
Fri, 11 Jan 2013 22:12:39 -0500 John W. Eaton * lo-cutils.h: Include sys/types.h. stable
Fri, 11 Jan 2013 22:12:12 -0500 John W. Eaton * lo-cutils.h: Move sys/types include statement outside of extern C block.
Fri, 11 Jan 2013 22:06:39 -0500 John W. Eaton strip cross tool prefix from CC, CXX, etc. definitions used in mkoctfile
Fri, 11 Jan 2013 22:06:35 -0500 John W. Eaton * lo-cutils.h: Include sys/types.h.
Fri, 11 Jan 2013 23:48:38 +0100 Torsten gui: updated and renamed translation files, added belarusian from Mihas Varantsou
Fri, 11 Jan 2013 16:27:22 -0500 Ben Abbott ov-classdef.h: Include class-key when declaring a friend classdef
Fri, 11 Jan 2013 09:46:23 -0800 Rik configure.ac: Clarify warning about disabling static AND shared libraries.
Fri, 11 Jan 2013 09:43:30 -0800 Rik maint: merge stable to default. Do not pick up stable-only changeset 59128350e011.
Fri, 11 Jan 2013 11:12:29 -0500 Ben Abbott Fix typo from changeset 15904:7c469bffc599 in stable stable
Thu, 10 Jan 2013 20:59:28 +0100 Torsten gui: locale back to en_US.UTF-8 for correct character repres. in file dialogs
Thu, 10 Jan 2013 10:47:17 -0500 John W. Eaton * etc/HACKING: Update with new gnulib info.
Thu, 10 Jan 2013 10:28:43 -0500 John W. Eaton use hook functions for gnulib's bootrap script instead of our wrapper script
Wed, 09 Jan 2013 13:46:10 -0500 Ben Abbott Fix typo from 18d1bd2596bf (LFLAGS -> LDFLAGS)
Wed, 09 Jan 2013 10:17:58 -0500 Ben Abbott Sneak the MacOS X "-framework JavaVM" into mkoctfile via LDFLAGS
Tue, 08 Jan 2013 17:16:02 -0500 John W. Eaton maint: periodic merge of stable to default
Tue, 08 Jan 2013 17:04:52 -0500 John W. Eaton * src/Makefile.am: Fix bungled merge. stable
Tue, 08 Jan 2013 15:59:47 -0500 Jordi Gutiérrez Hermoso Makefile.am: close automake conditional stable
Tue, 08 Jan 2013 21:35:12 +0100 Torsten gui: reorganized handling of different icons for dock widgets
Tue, 08 Jan 2013 12:34:30 -0500 Michael Goffioul Initial support for object array semantic. classdef
Sun, 06 Jan 2013 21:52:29 -0800 Rik doc: Change object type of dbwhere, dbstack to "Command" in docstring.
Sun, 06 Jan 2013 22:22:13 -0500 Michael Goffioul More flexible refcount to account for owned back-references. classdef
Sun, 06 Jan 2013 15:45:28 -0500 Michael Goffioul Add object counting to cdef_class. classdef
Sun, 06 Jan 2013 12:19:16 -0500 Michael Goffioul Use strong reference between objects and their class. classdef
Sun, 06 Jan 2013 21:59:11 +0000 Carnë Draug doc: add while and do-until example to help text (bug #7915)
Sat, 05 Jan 2013 18:40:49 -0800 Rik maint: Merge stable to default to pick up Perl doc-building fix.
Sat, 05 Jan 2013 18:39:18 -0800 Rik munge-texi.pl: Strip EOL character(s) in a platform-agnostic way. stable
Sat, 05 Jan 2013 19:58:22 -0500 John W. Eaton maint: merge stable to default
Fri, 18 May 2012 10:48:43 -0700 Rik build: Use Perl to create DOCSTRINGS in src/ directory. stable
Sat, 05 Jan 2013 19:46:44 -0500 John W. Eaton Added tag rc-3-6-4-1 for changeset 858cbf6fc2ec stable
Sat, 05 Jan 2013 19:46:27 -0500 John W. Eaton Bump version for 3.6.4-rc1 stable rc-3-6-4-1
Sat, 05 Jan 2013 21:30:01 +0100 Torsten gui: new error message when saving a file as one already opened in the editor
Sat, 05 Jan 2013 08:35:09 +0100 Torsten gui: set locale to C before starting the interpreter
Fri, 04 Jan 2013 14:14:41 -0800 Rik perms.m: Match documentation variable names to function variable names.
Fri, 04 Jan 2013 11:41:08 -0800 Rik Document that break and continue statements work for do-until loops.
Fri, 04 Jan 2013 14:29:13 -0500 Michael Goffioul Add metaclass function. classdef
Thu, 03 Jan 2013 21:01:11 -0500 Michael Goffioul Implement full object construction and superclass references. classdef
Thu, 03 Jan 2013 21:01:07 -0500 Michael Goffioul Force classdef name to match filename. classdef
Thu, 03 Jan 2013 17:40:43 -0500 John W. Eaton eliminate some compiler warnings for GUI code
Thu, 03 Jan 2013 12:35:10 -0700 Max Brister Do not use vectorized llvm commands for complex numbers
Thu, 03 Jan 2013 14:29:18 -0500 John W. Eaton maint: update gnulib subrepo stable
Thu, 03 Jan 2013 13:36:55 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stdefault to classdef classdef