log

age author description
Fri, 28 Dec 2012 22:35:05 -0700 Max Brister Array-jit.cc: Be more conservative on header inclusion
Fri, 28 Dec 2012 12:21:11 -0800 Rik build: Use $host_os variable to clarify configure.ac
Fri, 28 Dec 2012 21:08:26 +0100 Torsten gui: smaller minimal size of the command widget (bug #37038)
Fri, 28 Dec 2012 15:39:46 +0100 Torsten editor: when opening an open file, bring its tab (even with short title) on top
Fri, 28 Dec 2012 15:01:08 +0100 Torsten editor: add list of recently used files to the file menu
Thu, 27 Dec 2012 23:04:46 -0800 Rik ov-java.cc: Replace instances of comma operator for code clarity.
Thu, 27 Dec 2012 21:43:35 -0800 Rik Silence compilation warning in ov-java.h.
Thu, 27 Dec 2012 19:58:09 -0800 Rik configure.ac: Move tests for programs necessary to build Octave close to top of file.
Thu, 27 Dec 2012 16:09:55 -0800 Rik configure.ac: Remove unused EXTERN_CFLAGS, EXTERN_CXXFLAGS variables
Fri, 28 Dec 2012 00:11:41 +0100 Philip Nienhuis strread: make warning mesage more tractable
Thu, 27 Dec 2012 13:15:12 -0800 Rik configure.ac: Remove unnecessary double quotes in test expression.
Thu, 27 Dec 2012 15:01:22 +0100 Torsten correctly displaying ranges and strings in the workspace view
Wed, 26 Dec 2012 12:56:38 -0800 Rik build: Check that system has math defines such as M_PI.
Wed, 26 Dec 2012 11:25:12 -0800 Rik randpoisson.c: Use Octave spacing convention on function calls.
Wed, 26 Dec 2012 11:14:46 -0800 Rik build: Check for isascii() before using it.
Tue, 25 Dec 2012 22:15:02 +0100 Torsten editor: prevent reloaded file from being added twice to the file watcher
Sun, 23 Dec 2012 14:33:48 -0600 Daniel J Sebald Redo portions of file editor to use more signals/slots rather than casting.
Tue, 25 Dec 2012 19:41:12 +0000 Carnë Draug doc: small fixes for impordata
Tue, 25 Dec 2012 10:59:37 -0800 Rik configure.ac: Avoid non-portable sh technique of double-quoted, backtick expressions.
Mon, 24 Dec 2012 18:58:11 -0500 Ben Abbott Enable dashed-lines for many of Gnuplot's terminals.
Mon, 24 Dec 2012 18:49:37 -0500 Ben Abbott Fix assertions with "observed" and "expected" out of order.
Sun, 23 Dec 2012 19:03:38 -0500 Michael Goffioul Re-instate classdef bootstrapping. classdef
Sun, 23 Dec 2012 19:02:26 -0500 Michael Goffioul Add visit_funcall method to JIT tree walker. classdef
Sun, 23 Dec 2012 17:43:06 -0500 Michael Goffioul Move classdef related source files to correct location. classdef
Sun, 23 Dec 2012 13:19:40 -0500 Michael Goffioul maint: periodic merge of default to classef classdef
Sun, 23 Dec 2012 13:17:51 -0500 Michael Goffioul Fix incorrect shell double-quoting syntax.
Sun, 23 Dec 2012 13:00:02 -0500 Michael Goffioul maint: periodic merge of default to classdef classdef
Sun, 23 Dec 2012 03:16:33 +0000 Michael Goffioul Replace JAVAPKG_API with OCTINTERP_API
Sun, 23 Dec 2012 03:16:08 +0000 Michael Goffioul Fix JAVA detection for MSVC and support white space in Java path.
Fri, 21 Dec 2012 16:17:13 -0500 John W. Eaton maint: merge away extra head on default branch
Fri, 21 Dec 2012 16:11:33 -0500 John W. Eaton periodic merge of stable to default
Fri, 21 Dec 2012 16:05:26 -0500 John W. Eaton Remove doc-cache file in maintainer-clean target, not distclean stable
Thu, 11 Oct 2012 12:13:28 -0700 Rik Export doc-cache in distribution tarball (bug #37542) stable
Tue, 04 Dec 2012 13:52:51 -0500 John W. Eaton USe pkg-config for freetype2 configure check. stable
Thu, 07 Jun 2012 11:08:30 -0700 Rik maint: Use Octave 2-space indent for helper Perl scripts. stable
Wed, 16 May 2012 17:24:59 -0700 Rik maint: Rename mygethelp function to gethelp in scripts/mkdoc.pl stable
Thu, 10 May 2012 16:58:41 -0700 Rik doc: Use Perl to create DOCSTRINGS in scripts directory. stable
Tue, 08 May 2012 21:03:42 -0700 Rik doc: Produce .texi from .txi files using Perl rather than C++. stable
Fri, 21 Dec 2012 22:12:29 +0100 Philip Nienhuis javamem.m: adapt to 'boxing' Java doubles
Fri, 21 Dec 2012 22:09:51 +0100 Philip Nienhuis ov-java.cc: tests added for javaObject and javaMethod
Fri, 21 Dec 2012 10:18:38 -0800 Rik Return correct value for ischar() predicate test on octave_java objects.
Thu, 20 Dec 2012 14:54:12 -0500 John W. Eaton allow history commands to take numeric arguments
Thu, 20 Dec 2012 08:12:55 -0800 Rik Add conversion for Octave integer and single classes to Java int and float classes.
Wed, 19 Dec 2012 17:18:54 -0800 Rik Short-circuit out of Java box code as soon as valid class has been found.
Wed, 19 Dec 2012 17:02:55 -0800 Rik Add autoconversion of Java numeric types (byte, short, integer, long, float) to Octave double.
Wed, 19 Dec 2012 09:36:08 -0800 Rik Fix segfault with clear -regexp (bug #37924)
Wed, 19 Dec 2012 10:55:44 -0500 Jordi Gutiérrez Hermoso main: periodic merge of stable to default
Wed, 19 Dec 2012 10:47:11 -0500 Jordi Gutiérrez Hermoso Fix argument passing to history() command
Tue, 18 Dec 2012 11:54:57 -0800 Rik Don't box return values from javaObject. Always return a Java object.
Tue, 18 Dec 2012 11:39:24 -0800 Rik Add autoconversion between java.lang.Character class and Octave string class.
Tue, 18 Dec 2012 14:29:15 -0500 Jordi Gutiérrez Hermoso Return history as a cell string when called with an output argument (bug #37947)
Tue, 18 Dec 2012 10:29:51 -0800 Rik Implement octave_value function class_name() for class "octave_java"
Tue, 18 Dec 2012 08:21:29 -0800 Rik ov-class.cc: Fix compilation when HAVE_JAVA is false.
Mon, 17 Dec 2012 16:52:10 -0800 Rik Modify class() to return Java class name, not type name "octave_java".
Mon, 17 Dec 2012 16:44:41 -0800 Rik Add typeinfo %!tests for onCleanup and octave_java types.
Mon, 17 Dec 2012 16:43:02 -0800 Rik doc: Change function type to "Function File".
Mon, 17 Dec 2012 14:59:41 -0800 Rik isa.m: Match docstring variable names and function prototype names.
Mon, 17 Dec 2012 13:32:33 -0800 Rik Add command-line completion for method names of Java object.
Mon, 17 Dec 2012 10:23:43 -0800 Rik doc: Re-organize and improve Java Interface documentation.
Mon, 17 Dec 2012 10:16:08 -0800 Rik build: Move usejava.m from scripts/miscellaneous to scripts/java directory.