log

age author description
Wed, 27 Feb 2013 15:40:49 -0500 John W. Eaton rename yyerror to bison_error and make it a member of octave_parser class
Wed, 27 Feb 2013 14:51:21 -0500 Jordi Gutiérrez Hermoso Merge in Julien's changes
Tue, 26 Feb 2013 12:06:45 +0100 Julien Bect Modify pt-mat.cc to solve a problem related to vertcat/horzcat overloading.
Wed, 27 Feb 2013 13:09:33 -0500 John W. Eaton move a function and data member from lexical_feedback to octave_parser
Wed, 27 Feb 2013 13:07:38 -0500 John W. Eaton execute parser using member function of octave_parser class
Wed, 27 Feb 2013 09:26:26 -0800 Rik build: Shorten long doc node title to prevent error in creating tar archive.
Wed, 27 Feb 2013 11:14:44 -0500 John W. Eaton don't declare octave_parser member functions static
Tue, 26 Feb 2013 20:33:47 -0800 Rik build: remove obsolet macros from common.mk
Tue, 26 Feb 2013 21:04:40 -0500 John W. Eaton move static parser helper functions to octave_parser class
Tue, 26 Feb 2013 20:10:00 -0500 John W. Eaton new class for parser state
Tue, 26 Feb 2013 16:52:33 -0800 Rik build: check for grep in configure and then use it in build process.
Tue, 26 Feb 2013 15:22:12 -0800 Rik build: Eliminate 2 unused variable warnings when not compiling with JIT.
Tue, 26 Feb 2013 16:15:12 -0500 John W. Eaton localize use of yyleng with lexical_feedback member function
Tue, 26 Feb 2013 16:03:00 -0500 John W. Eaton localize use of yy_fatal_error with lexical_feedback member function
Tue, 26 Feb 2013 15:39:56 -0500 John W. Eaton localize use of yytext with lexical_feedback member function
Tue, 26 Feb 2013 15:23:27 -0500 John W. Eaton avoid using unwind_protect::run
Tue, 26 Feb 2013 15:13:43 -0500 John W. Eaton localize use of yylval.tok_val in lexical_feedback member functions
Tue, 26 Feb 2013 14:31:34 -0500 John W. Eaton allow xunput to be called without buffer argument
Tue, 26 Feb 2013 13:24:41 -0500 John W. Eaton move more lexer helper functions to lexical_feedback class
Tue, 26 Feb 2013 12:43:36 -0500 John W. Eaton maint: move function definition in lex.ll
Tue, 26 Feb 2013 12:43:15 -0500 John W. Eaton move reset_parser lexer helper function to lexical_feedback class
Tue, 26 Feb 2013 12:26:02 -0500 John W. Eaton maint: move function definition in lex.ll
Tue, 26 Feb 2013 12:24:54 -0500 John W. Eaton move octave_read lexer helper function to lexical_feedback class
Tue, 26 Feb 2013 12:01:54 -0500 John W. Eaton maint: reorder class definitions in lex.ll
Tue, 26 Feb 2013 11:50:41 -0500 John W. Eaton move more static lexer helper functions to lexical_feedback class
Tue, 26 Feb 2013 11:47:59 -0500 John W. Eaton maint: move class definition in lex.ll
Tue, 26 Feb 2013 11:23:04 -0500 John W. Eaton store pointer to current lexer in flex_stream_reader object
Tue, 26 Feb 2013 10:58:33 -0500 John W. Eaton cleanup lexical_feedback objects
Tue, 26 Feb 2013 02:52:48 -0500 John W. Eaton * lex.ll: Reorder function definitions.
Tue, 26 Feb 2013 02:40:32 -0500 John W. Eaton move static lexer helper functions to lexical_feedback class
Tue, 26 Feb 2013 02:34:13 -0500 John W. Eaton return yyparse status from octave_parse_input
Tue, 26 Feb 2013 01:34:11 -0500 John W. Eaton move token stack to lexical_feedback class
Tue, 26 Feb 2013 01:10:08 -0500 John W. Eaton use pointer for global lexical_feedback structure
Tue, 26 Feb 2013 00:45:43 -0500 John W. Eaton new entry point for parser
Mon, 25 Feb 2013 21:01:36 -0800 Rik Update gnuplot plotting scripts for faster or more modern synta
Mon, 25 Feb 2013 23:49:43 -0500 John W. Eaton give name to anonymous enum
Mon, 25 Feb 2013 23:48:32 -0500 John W. Eaton use enum for values returned by eat_continuation and eat_whitespace
Mon, 25 Feb 2013 21:59:40 -0500 John W. Eaton move block_comment_nesting_level to lexical_feedback_class
Mon, 25 Feb 2013 21:54:15 -0500 John W. Eaton move nesting_level to lexical_feedback class
Mon, 25 Feb 2013 21:30:51 -0500 John W. Eaton move input_line_number and current_input_column to lexical_feedback class
Mon, 25 Feb 2013 20:26:52 -0500 John W. Eaton move global parser_end_of_input variable to lexical_feedback class
Mon, 25 Feb 2013 20:06:44 -0500 John W. Eaton provide copy contructor and operator = for lexical_feedback class.
Mon, 25 Feb 2013 19:45:46 -0500 John W. Eaton reorder data members in lexical_feedback class
Mon, 25 Feb 2013 14:22:54 -0800 Rik Backout changeset 238e499c5fea (locale support in scanf)
Mon, 25 Feb 2013 01:04:15 -0500 John W. Eaton move octave_read to lex.ll
Mon, 25 Feb 2013 00:45:35 -0500 John W. Eaton improve end of file handling for lexer input
Sun, 24 Feb 2013 20:38:33 -0800 Rik Fix additional warning associated with Texinfo 5.0 (bug #38392)
Sun, 24 Feb 2013 07:25:56 -0800 Rik Fix warning when using "termoption dashed" with gnuplot 4.2.X (bug #38370)
Sun, 24 Feb 2013 07:16:22 -0800 Rik doc: Fix warnings associated with Texinfo 5.0 (bug #38392)
Sat, 23 Feb 2013 12:55:16 +0100 Julien Bect Add to test/classes/module.mk new files from changeset e603ce23f20c
Sat, 23 Feb 2013 10:08:56 -0500 John W. Eaton avoid gcc warning about int to char conversion
Fri, 22 Feb 2013 19:01:10 -0500 John W. Eaton pass lvalue_list to more subsref calls (bug #38374)
Fri, 22 Feb 2013 11:22:21 -0500 John W. Eaton use true/false for NO_OCT_FILE_STRIP configuration variable
Thu, 21 Feb 2013 15:18:02 -0500 John W. Eaton Added tag release-3-6-4 for changeset b29b10fbb744 stable
Thu, 21 Feb 2013 15:17:54 -0500 John W. Eaton Version 3.6.4 released. stable release-3-6-4
Thu, 21 Feb 2013 22:31:13 -0800 Rik maint: backout accidental check-in 979ebfdd240d.
Thu, 21 Feb 2013 16:19:58 +0100 Julien Bect plotmatrix.m: Fix bug when number of columns in 2 inputs differs (bug #38368)
Thu, 21 Feb 2013 17:51:43 -0800 Rik [mq]: stemleaf
Thu, 21 Feb 2013 15:14:35 -0500 John W. Eaton override automake .yy.cc rule (bug #36407) stable
Sat, 09 Feb 2013 13:56:33 -0500 Michael Godfrey stemleaf.m: Correct signbit test to use != 0 (bug #38291).
Thu, 21 Feb 2013 15:31:35 +0000 Michael Goffioul Mark sysdep_init/sysdep_cleanup for export.
Thu, 21 Feb 2013 15:26:07 +0000 Michael Goffioul refresh gnulib-hg repo
Thu, 21 Feb 2013 00:08:26 -0500 Mike Miller Reverse logic of libcurl feature test result
Thu, 21 Feb 2013 00:02:53 -0500 Mike Miller Fix typo in changeset dc39c1d84c5b
Wed, 20 Feb 2013 22:51:31 -0500 Mike Miller Restore default floating point state after calling Java
Wed, 20 Feb 2013 19:29:41 -0500 John W. Eaton provide some undocumented matlab behavior for linspace (bug #38151)
Wed, 20 Feb 2013 16:11:47 -0800 Rik newplot.m: Return handle to created axes for Matlab compatibility (Bug #38146)
Sat, 16 Feb 2013 22:06:59 -0500 Michael Godfrey Make signbit return logical 0 or 1 (bug #38291)
Wed, 20 Feb 2013 14:58:39 -0800 Rik Fix saving binary matrices with up to 2^31 elements (Bug #38326).
Wed, 20 Feb 2013 16:37:02 -0500 Jordi Gutiérrez Hermoso Fix bounds-checking in diagonal matrices (bug #38357)
Wed, 20 Feb 2013 11:36:36 -0500 Jordi Gutiérrez Hermoso Merge in Julien's changes
Wed, 20 Feb 2013 11:36:13 -0500 Jordi Gutiérrez Hermoso Whitespace cleanup
Tue, 29 Jan 2013 17:55:53 +0100 Julien Bect Fix and improve functions related to class precedence (bug #38290)
Sun, 17 Feb 2013 21:17:46 +0100 Torsten gui: fix updating history and workspace widget for mxe-octave
Sat, 16 Feb 2013 22:21:13 -0500 John W. Eaton use yes/no instead of true/false in confgure scripts
Sat, 16 Feb 2013 19:00:08 -0500 John W. Eaton maint: periodic merge of stable to default
Sat, 16 Feb 2013 18:58:58 -0500 John W. Eaton maint: merge away extra head on default
Sat, 16 Feb 2013 18:51:29 -0500 John W. Eaton maint: merge away extra head on stable stable
Mon, 11 Feb 2013 16:26:08 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 11 Feb 2013 16:23:14 -0500 John W. Eaton Added tag rc-3-6-4-2 for changeset cc5a7d1233f3 stable
Mon, 11 Feb 2013 16:22:26 -0500 John W. Eaton bump version for 3.6.4-rc2 stable rc-3-6-4-2
Mon, 11 Feb 2013 16:22:19 -0500 John W. Eaton * sqp.m: Relax tolerance in test. stable
Thu, 14 Feb 2013 21:11:46 +0100 Philip Nienhuis textscan.m: catch wrong headerlines values, tests added
Thu, 14 Feb 2013 21:09:45 +0100 Philip Nienhuis textread.m, textscan.m: catch wrong headerlines values, tests added
Wed, 13 Feb 2013 21:53:39 -0800 Rik binopdf.m: Ensure Matlab compatibility for boundary values (bug #38292).
Wed, 06 Feb 2013 21:45:04 +0000 Richard Crozier Created common octave_dock_widget class
Wed, 13 Feb 2013 21:28:30 -0800 Rik build: remove *-tst files with distclean rule.
Wed, 13 Feb 2013 13:11:59 -0800 Rik maint: Periodic merge of stable to default.
Wed, 13 Feb 2013 12:45:31 -0800 Rik Fix building when --disable-docs argument given. stable
Tue, 12 Feb 2013 08:13:46 -0800 Rik doc: Add seealso links between input, yes_or_no, kbhit.
Tue, 12 Feb 2013 07:43:59 -0800 Rik doc: Update history() docstring.
Mon, 11 Feb 2013 21:39:04 -0800 Rik Fix off-by-1 error in history list when running 'edit_history'.
Mon, 11 Feb 2013 15:45:26 -0500 Michael Goffioul periodic merge of default to classdef. classdef
Mon, 11 Feb 2013 15:24:56 -0500 Michael Goffioul Fix classdef tests. classdef
Mon, 11 Feb 2013 15:20:00 -0500 Michael Goffioul Implement indirect method call: fun(obj, ...). classdef
Mon, 11 Feb 2013 13:28:04 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 11 Feb 2013 13:26:44 -0500 Stefan Mahr fix ErrorHandler in cellfun (bug #38256) stable
Mon, 11 Feb 2013 13:17:10 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 11 Feb 2013 13:13:19 -0500 John W. Eaton maint: merge away extra head on default branch
Mon, 11 Feb 2013 13:11:09 -0500 John W. Eaton Backed out changeset 0ab55e17a47b stable
Mon, 11 Feb 2013 13:06:34 -0500 John W. Eaton Added tag ss-3-7-2 for changeset 23a7661e529a
Mon, 11 Feb 2013 13:01:35 -0500 John W. Eaton Added tag ss-3-7-2 for changeset 23a7661e529a stable
Sat, 09 Feb 2013 16:08:33 -0500 John W. Eaton * edit.m: Undo string escape sequences on values used in sprintf formats. stable
Mon, 11 Feb 2013 12:24:07 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 11 Feb 2013 11:46:38 -0500 John W. Eaton update to new gnulib revision for unistd patch stable
Mon, 11 Feb 2013 11:31:45 -0500 Jordi Gutiérrez Hermoso Undo accidental unrelated changein dd583c258cf9
Mon, 11 Feb 2013 11:30:14 -0500 Jordi Gutiérrez Hermoso Fix trivial typo in run-octave.in comment
Sat, 09 Feb 2013 16:13:55 -0500 John W. Eaton bump version number to 3.7.2+
Sun, 10 Feb 2013 00:59:23 -0500 John W. Eaton Added tag ss-3-7-2 for changeset faefa1bea8dd
Sun, 10 Feb 2013 00:59:19 -0500 John W. Eaton snapshot version 3.7.2 ss-3-7-2
Sun, 10 Feb 2013 00:58:51 -0500 John W. Eaton update to new version of gnulib
Sat, 09 Feb 2013 22:38:19 -0500 John W. Eaton distribute build-aux/find-files-with-tests.sh
Sat, 09 Feb 2013 21:35:55 -0500 John W. Eaton rename all test files in the test directory from test_X.m to X.tst
Sat, 09 Feb 2013 20:05:40 -0500 John W. Eaton fix file names
Sat, 09 Feb 2013 19:54:05 -0500 John W. Eaton * test/Makefile.am: Use stamp file for bc-overload-tests.
Sat, 09 Feb 2013 21:20:47 -0500 Ben Abbott backout 1e35b64ac31a
Sat, 09 Feb 2013 16:08:33 -0500 John W. Eaton * edit.m: Undo string escape sequences on values used in sprintf formats.
Sat, 09 Feb 2013 07:14:39 -0800 Rik Change default history size to 1000.
Sat, 09 Feb 2013 09:48:48 -0500 John W. Eaton fix rules for generated test files
Fri, 08 Feb 2013 21:52:09 -0500 John W. Eaton missing file for commit 5b2126a8c84f
Fri, 08 Feb 2013 17:37:14 -0800 Rik Fix off-by-1 error in run_history when called with no arguments.
Fri, 08 Feb 2013 15:46:45 -0800 Rik Prevent extra newline in history list when --no-line-editing option used.
Fri, 08 Feb 2013 18:27:35 -0500 Ben Abbott Pad binary data to gnuplot with a space
Fri, 08 Feb 2013 16:53:14 -0500 John W. Eaton install tests and functions to run them
Fri, 08 Feb 2013 16:05:04 +0100 Torsten gui: clearer message box with cancel button when closing an unsaved editor file
Fri, 08 Feb 2013 10:55:39 +0100 Torsten gui: new handling when an editor file is deleted or renamed (bug #38282)
Thu, 07 Feb 2013 17:21:10 -0800 Rik Plug memory leak in edit_history.
Thu, 07 Feb 2013 16:46:01 -0800 Rik Plug memory leak in kbhit().
Thu, 07 Feb 2013 15:35:08 -0800 Rik test_classes.m: Use Octave coding conventions.
Thu, 07 Feb 2013 22:01:09 +0100 Rafael Laboissiere Fix typo in the documentation of function fsolve
Thu, 07 Feb 2013 12:26:50 -0500 John W. Eaton don't abort configure if makeinfo is missing
Thu, 07 Feb 2013 11:58:46 -0500 John W. Eaton initial large file support for 32-bit systems
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