log

age author description
Sun, 02 Sep 2012 17:41:43 -0700 Rik build: Remove unnecessary -I includes from AM_CPPFLAGS.
Sun, 02 Sep 2012 15:57:56 -0700 Rik build: Place ranlib build rules in ranlib directory's module.mk.
Sun, 02 Sep 2012 15:45:42 -0700 Rik doc: Add new words to spellchecking dictionary.
Sun, 02 Sep 2012 15:08:50 -0700 Rik Fix typo in install.txi and in documentation spellcheck dictionary
Sun, 02 Sep 2012 22:39:56 +0200 Torsten provide buttons for the settings dialog (bug #36981)
Sat, 01 Sep 2012 11:50:12 -0400 John W. Eaton use absolute file name to find mk-ops.awk
Sat, 01 Sep 2012 10:46:45 -0400 John W. Eaton additional changes for merger of libcruft with liboctave
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.
Thu, 30 Aug 2012 20:29:37 -0700 Rik Fix which() reporting incorrect directory for functions in libinterp.
Thu, 30 Aug 2012 20:22:19 -0700 Rik maint: Update Makefile.am comments to refer to Octave (program) rather than octave (command).
Thu, 30 Aug 2012 18:52:02 -0700 Rik Use angle brackets for #include <config.h> for consistency.
Thu, 30 Aug 2012 17:18:50 -0700 Rik Serialize texi2dvi and texi2pdf commands with Makefile rule
Thu, 30 Aug 2012 16:47:36 -0700 Rik Restore ability to build HTML version of documentation.
Thu, 30 Aug 2012 17:28:08 -0400 Torsten provide correct name of info file for the doc viewer (bug #37229)
Thu, 30 Aug 2012 16:57:24 -0400 John W. Eaton don't overload meaning of info in Sparse Cholesky factorization functions
Thu, 30 Aug 2012 20:52:40 +0200 Philip Nienhuis bug #37023 (wrong reading of lines starting and/or ending with whitespace)
Thu, 30 Aug 2012 12:05:04 -0400 John W. Eaton install default values before initializing interpreter (bug #37161)
Thu, 30 Aug 2012 15:53:07 +0100 Michael Goffioul Include oct-base64.h in C++ source file to activate OCTAVE_API decorator.
Thu, 30 Aug 2012 15:53:01 +0100 Michael Goffioul Export more symbols from liboctinterp.
Thu, 30 Aug 2012 15:52:56 +0100 Michael Goffioul Add missing return value in JIT code.
Thu, 30 Aug 2012 15:52:50 +0100 Michael Goffioul Use -DOCTINTERP_DLL when compiling convenience libaries in libinterp.
Thu, 30 Aug 2012 15:52:44 +0100 Michael Goffioul Fix compilation under Windows with GUI and LLVM enabled.
Thu, 30 Aug 2012 08:47:33 +0100 Michael Goffioul refresh gnulib
Wed, 29 Aug 2012 18:09:43 -0700 Rik Remove serialization constraint on building pdf and dvi documentation.
Wed, 29 Aug 2012 19:02:20 -0400 John W. Eaton avoid function defined but not used warning
Wed, 29 Aug 2012 17:09:13 -0400 Jordi GutiƩrrez Hermoso doc: Remove invalid call from scatter.m
Wed, 29 Aug 2012 16:43:25 -0400 John W. Eaton move base64 encode and decode functionality to liboctave
Wed, 29 Aug 2012 16:31:39 -0400 Jordi GutiƩrrez Hermoso Don't define SparseCholError if there is no Suitesparse (bug #37134)
Wed, 29 Aug 2012 10:17:36 -0700 Rik Cache texi2XXX intermediate results for faster builds.
Wed, 29 Aug 2012 09:17:26 -0400 Mike Miller Update path to default settings file in source tree
Tue, 28 Aug 2012 21:26:04 -0400 Mike Miller build: Fix and combine dependencies of documentation
Tue, 28 Aug 2012 21:07:21 -0400 John W. Eaton specify separate build dirs for texi2dvi and texi2pdf commands
Tue, 28 Aug 2012 16:20:43 -0700 Rik gco.m: Don't create figure if it doesn't already exist (Bug #37211)
Tue, 28 Aug 2012 17:12:37 -0600 Max Brister pt-jit.cc (jit_infer::do_construct_ir): Correct extraious phi removal
Tue, 28 Aug 2012 11:00:53 -0400 John W. Eaton attempt to display location of out of memory errors in interpreted code
Tue, 28 Aug 2012 09:42:48 -0400 John W. Eaton build octave and octave-cli when building compiled octave-config and mkoctfile
Mon, 27 Aug 2012 18:06:48 -0400 John W. Eaton fix library name for octave_config
Sun, 26 Aug 2012 22:17:43 -0700 Rik Validate conv2 inputs are 2-D matrices (Bug #37200)
Sun, 26 Aug 2012 21:41:28 -0700 Rik Add mwSignedIndex type for better mex compatibility with Matlab (bug #37133)
Sun, 26 Aug 2012 20:06:19 -0600 Max Brister dot.cc: Segfault with integers (bug #37199)
Sun, 26 Aug 2012 16:17:02 -0400 John W. Eaton avoid confusing --disable-foo (default is yes) configure help messages
Sun, 26 Aug 2012 13:49:41 -0600 Max Brister configure.ac: Clarify help text on --disable-gui
Tue, 17 Apr 2012 21:24:20 -0600 Max Brister Disallow new variables in nested functions (bug #36271)
Sat, 25 Aug 2012 16:16:20 -0600 Max Brister Use correct context when saving anonymous functions (bug #35876)
Sat, 25 Aug 2012 15:52:45 -0600 Max Brister pt-jit.cc (jit_info::compile): Fix compile error with OCTAVE_JIT_DEBUG defined
Sat, 25 Aug 2012 15:43:19 -0600 Max Brister pt-jit.cc (jit_convert::visit_simple_for_command): Fix block order
Sat, 25 Aug 2012 14:16:30 -0600 Max Brister jit-ir.h (jit_phi_incomming::jit_phi_incomming): Remove extraneous parent initialization
Sat, 25 Aug 2012 14:04:38 -0600 Max Brister jit-ir.h (jit_use::stash_value): Explicitly specify parent template types
Sat, 25 Aug 2012 13:36:48 -0600 Max Brister pt-jit.cc (jit_convert::get_variable): Add type bound
Sat, 25 Aug 2012 13:11:34 -0500 Max Brister configure.ac: Improve LLVM configure check and warning (bug #37050)
Fri, 24 Aug 2012 15:50:14 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Fri, 24 Aug 2012 14:46:55 -0400 John W. Eaton also return help text as a string when nargin = 0 (bug #37183)
Fri, 24 Aug 2012 11:45:50 -0400 John W. Eaton fix compilation problem if wait macros are undefined
Thu, 23 Aug 2012 19:07:34 -0400 John W. Eaton correctly handle multiple --path command line arguments
Thu, 23 Aug 2012 17:53:42 -0400 John W. Eaton perform fewer actions before starting GUI
Thu, 23 Aug 2012 15:08:19 -0400 John W. Eaton include --force-gui and --no-gui options in --help output
Thu, 23 Aug 2012 10:52:52 -0700 Rik polyeig.m: Use @code, not @var, macro to silence warnings from texinfo.
Thu, 23 Aug 2012 12:18:08 -0400 John W. Eaton avoid C-style cast warnings from GCC for wait-related macros
Thu, 23 Aug 2012 12:13:59 -0400 John W. Eaton use std::numeric_limits<T>::epsilon in C++ code
Thu, 23 Aug 2012 10:09:41 -0500 Melvin Robinson Correct small typo in jit-typeinfo.cc