log

age author description
Fri, 17 Jan 2014 21:42:18 -0800 Rik gzip.m: Re-write %!test not to depend on external system diff command.
Fri, 17 Jan 2014 18:32:00 -0800 Rik Fix bug #40666 on Windows platforms with low resolution timers.
Fri, 17 Jan 2014 19:51:22 -0500 John Donoghue Set codec when loading/saving files in editor (Bug #41226) gui-release
Thu, 16 Jan 2014 19:12:36 +0000 Carnë Draug Fix input parsing for imageIO functions and make imread accept URL (bug #41234)
Fri, 17 Jan 2014 19:09:42 +0000 Carnë Draug imformats.m: add test for updating a format with invalid struct.
Thu, 16 Jan 2014 22:33:48 -0800 Rik Make "edgecolor"="flat" for patch objects compatible with Matlab.
Thu, 16 Jan 2014 21:44:07 -0800 Rik Change diagonal of FaceColor interpolation for patch objects to match Matlab.
Thu, 16 Jan 2014 23:04:58 +0100 Torsten fix duplicate of settings string gui-release
Thu, 16 Jan 2014 16:26:56 -0500 Jordi Gutiérrez Hermoso Ensure anti-aliasing in fltk plots (patch #8259) gui-release
Thu, 16 Jan 2014 17:54:59 +0000 Carnë Draug image/imformats.m: be case insensitive about file extension.
Thu, 16 Jan 2014 10:21:02 -0800 Rik cast.m: Improve documentation.
Wed, 15 Jan 2014 17:21:53 -0800 Rik fminbnd.m: Correctly handle certain functions with odd discontinuities (bug #36923)
Wed, 15 Jan 2014 15:28:50 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 15 Jan 2014 15:23:46 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 15 Jan 2014 15:22:03 -0500 John W. Eaton avoid startup crash if curl library is not available (bug #41067) stable
Tue, 14 Jan 2014 22:13:12 -0500 Mike Miller HACKING: Refer to install.txi for the full dependency list (bug #41233) stable
Tue, 14 Jan 2014 21:56:09 -0500 Mike Miller doc: Document missing build tools and external packages (bug #41233) stable
Tue, 14 Jan 2014 14:50:21 -0800 Rik what.m: 3X performance boost. Don't display @fname as class unless it is a directory.
Tue, 14 Jan 2014 23:23:50 +0100 Torsten fix missing translations (bug #41200) gui-release
Tue, 14 Jan 2014 13:47:20 -0800 Rik Clear all var, functions, globals when clearing classes (bug #41229)
Tue, 14 Jan 2014 22:51:43 +0100 Torsten max. width of editor tabs limited and configurable gui-release
Tue, 14 Jan 2014 13:19:58 -0800 Rik maint: merge gui-release -> default.
Tue, 14 Jan 2014 13:17:55 -0800 Rik maint: merge stable -> gui-release. gui-release
Tue, 14 Jan 2014 13:10:17 -0800 John W. Eaton Sparse.cc: Fix C++ function ambiguity (bug #41145).
Wed, 08 Jan 2014 14:42:56 +0100 Lasse Schuirmann jit-typeinfo.cc: Fix C++ function ambiguity (bug #41145). stable
Tue, 14 Jan 2014 12:38:25 -0800 Rik Fix native MinGW builds with spaces in JAVA_HOME (bug #41024). stable
Tue, 14 Jan 2014 20:56:57 +0100 Torsten warn when saving or executing a file with spaces in its name (bug #41136) gui-release
Tue, 14 Jan 2014 11:27:20 -0800 Lasse Schuirmann Fix building JIT with 64-bit indexing (bug #41163). stable
Tue, 14 Jan 2014 10:05:03 -0800 Rik configure.ac: Respect --with-java-includedir argument (bug #41230) stable
Tue, 14 Jan 2014 09:52:03 -0800 Rik build: Don't build JIT by default (bug #41213) stable
Mon, 13 Jan 2014 20:21:15 -0500 John Donoghue Set terminal palette background color (Bug #41206) gui-release
Mon, 13 Jan 2014 10:49:22 -0800 Rik maint: Merge gui-release -> stable.
Mon, 13 Jan 2014 10:48:49 -0800 Rik maint: Merge stable -> gui-release. gui-release
Mon, 13 Jan 2014 10:48:05 -0800 John W. Eaton Fix pretty printing with debug prompt (bug #41204). gui-release
Sun, 12 Jan 2014 18:18:47 -0800 Rik Don't echo scripts not executed from the cmd line when using 'echo on'(bug #41202) gui-release
Mon, 13 Jan 2014 08:10:00 -0800 Kyle Guinn configure.ac: Add AMD_CPPFLAGS to UMFPACK tests (bug #41209). stable
Sun, 12 Jan 2014 17:55:29 -0500 Mike Miller Fix build failure on Unix systems without PATH_MAX (bug #41212) stable
Sun, 12 Jan 2014 17:51:47 -0500 Mike Miller Detect and use appropriate terminal attribute functions (bug #41212) stable
Sun, 12 Jan 2014 15:54:44 -0500 Michael Goffioul Initial implementation for classdef methods in separate files.
Sun, 12 Jan 2014 15:54:43 -0500 Michael Goffioul Allow to parse external methods declaration in classdef files.
Sun, 12 Jan 2014 12:41:39 +0100 Torsten update some icnons of the gui stable
Sat, 11 Jan 2014 22:50:11 -0800 Rik doc: Rewrite docstring for filemarker.
Sat, 11 Jan 2014 21:42:57 -0800 Rik Use std::string rather than for loop to generate blank string for indentation.
Sat, 11 Jan 2014 17:20:38 -0500 John W. Eaton * lex.ll: Make debug text match change in pattern.
Sat, 11 Jan 2014 22:29:52 +0100 Torsten minor fix of text strings and related translations (part of bug #41201) stable
Sat, 11 Jan 2014 12:32:48 -0500 Michael Goffioul * libinterp/parse-tree/lex.ll: escape '.' character in superclassref parsing rule.
Thu, 19 Dec 2013 19:10:32 -0500 Arun Giridhar sqp.m: Fix return values in sqp (bug #32008).
Fri, 10 Jan 2014 19:25:58 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of gui-release to default
Fri, 10 Jan 2014 19:25:07 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to gui-release gui-release
Sun, 29 Dec 2013 10:11:30 -0500 Jordi Gutiérrez Hermoso Fix saving int8 and uint8 in plain text format (bug #40980) stable
Thu, 09 Jan 2014 21:48:34 +0100 Torsten fix some translation issues (bug #41159) stable
Wed, 08 Jan 2014 21:50:45 +0100 Torsten synchronize gui's debug actions with the octave core thread (bug #41139) stable
Thu, 09 Jan 2014 07:58:09 -0800 Felipe G. Nievinski pt_BR.ts: Update Brazilian Portugese translation. stable
Thu, 05 Dec 2013 12:07:10 -0500 John W. Eaton maint: classdef merged to default, closing classdef branch classdef
Wed, 08 Jan 2014 01:40:11 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 08 Jan 2014 01:37:50 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 08 Jan 2014 01:26:49 -0500 John W. Eaton fix parsing of single quote after continuation and comment (bug #41048) stable
Tue, 07 Jan 2014 22:09:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 07 Jan 2014 22:07:28 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 07 Jan 2014 22:06:37 -0500 John W. Eaton test float rcond using float arithmetic in inv function (bug #41065) stable