log

age author description
Fri, 18 Mar 2016 22:52:28 +0000 Carnë Draug imformats: return empty instead of error if there's no support for image IO.
Fri, 18 Mar 2016 17:52:30 -0400 John W. Eaton move textscan constructor out of header file
Fri, 18 Mar 2016 17:39:37 -0400 John W. Eaton * textscan.cc: Use std::istream::traits_type::eof () instead of EOF.
Fri, 18 Mar 2016 17:35:21 -0400 John W. Eaton avoid signed/unsigned comparison warnings introduced in previous change
Fri, 18 Mar 2016 17:22:34 -0400 John W. Eaton use std::deque instead of Array to hold textscan format elements
Fri, 18 Mar 2016 16:52:28 -0400 John W. Eaton make delimited_stream, textscan_format_elt, and textscan_format_list private
Fri, 18 Mar 2016 20:22:15 +0100 Philip Nienhuis NEWS: announce improved textscan function
Fri, 18 Mar 2016 11:27:15 -0700 Mike Miller octave-gui: Set TERM unconditionally to Octave's expected terminal type (bug #47449)
Fri, 18 Mar 2016 11:03:58 -0700 Mike Miller build: Use gnulib module std-gnu11 to enable C11 and C++11 features
Fri, 18 Mar 2016 11:01:02 -0700 Mike Miller Backed out changeset 0cf6c08cb252 for enabling C11 and C++11 features
Fri, 18 Mar 2016 13:37:33 -0400 John W. Eaton maint: Update gnulib subrepo.
Fri, 18 Mar 2016 13:27:56 -0400 John W. Eaton * libinterp/template-inst/Array-sym.cc: Delete unused file.
Fri, 18 Mar 2016 13:10:19 -0400 John W. Eaton make printf and scanf format element and list objects private
Fri, 18 Mar 2016 12:25:23 -0400 John W. Eaton delete unnecessary template Array instantiation file
Fri, 18 Mar 2016 12:11:15 -0400 John W. Eaton use std::deque instead of Array to hold scanf and printf format elements
Fri, 18 Mar 2016 08:35:58 -0700 Mike Miller * textscan.h: Add required #includes for types used in header
Fri, 18 Mar 2016 10:45:24 -0400 John W. Eaton * textscan.h, textscan.cc: Rename dstr class to delimited_stream.
Fri, 18 Mar 2016 12:18:45 +0100 Philip Nienhuis textscan.cc: adapt 3 FAILing tests for Matlab compatibility
Fri, 18 Mar 2016 09:33:43 +0100 Kai T. Ohlhus textscan.cc: avoid integer constants, raising compile time issues,
Thu, 17 Mar 2016 23:37:13 -0700 Mike Miller * Array-util.cc (freeze): Fix out-of-bound indexing (bug #47423)
Thu, 17 Mar 2016 18:31:47 -0400 John W. Eaton * textscan.cc: More style fixes.
Thu, 17 Mar 2016 18:04:22 -0400 John W. Eaton * textscan.h, textscan.cc: More style fixes.
Thu, 17 Mar 2016 17:46:56 -0400 John W. Eaton * textscan.h, textscan.cc: More style fixes.
Thu, 17 Mar 2016 15:21:02 -0700 Mike Miller fileattrib: Fix failing BIST test when P_tmpdir has trailing slash
Thu, 17 Mar 2016 17:15:45 -0400 John W. Eaton * textscan.h, textscan.cc: Style fixes.
Thu, 17 Mar 2016 14:12:29 -0700 Mike Miller textscan: Don't #include builtin-defun-decls.h
Thu, 17 Mar 2016 16:09:21 -0400 John W. Eaton avoid out of bounds indexed assignment in textscan
Tue, 15 Mar 2016 19:36:52 +1100 Lachlan Andrew initial implementation of textscan in C++
Thu, 17 Mar 2016 12:06:30 -0700 Mike Miller psi: avoid error about ambiguous call to log
Thu, 17 Mar 2016 13:43:21 -0400 John W. Eaton * test.m: Omit details about known test failures (bug #47444).
Tue, 15 Mar 2016 13:46:22 +0100 mmuetzel Don't enable opengl lighting when no light object is present (bug #42006)
Wed, 16 Mar 2016 20:52:55 -0700 Mike Miller Fix failing BIST tests on big-endian systems
Wed, 16 Mar 2016 16:09:03 -0700 Mike Miller tempname: Fix failing BIST test when P_tmpdir has trailing slash
Wed, 16 Mar 2016 15:12:59 -0700 Mike Miller system.tst: Fix failing BIST test if /dev/core does not exist on UNIX system
Wed, 16 Mar 2016 20:22:17 -0700 Mike Miller powerset.m: Fix for big-endian systems
Wed, 16 Mar 2016 00:17:10 -0400 Rik maint: merge stable to default.
Tue, 15 Mar 2016 19:02:08 +1100 Lachlan Andrew Allow strsplit to use '+' as a delimiter (bug #47403). stable
Tue, 15 Mar 2016 15:41:59 -0400 John W. Eaton don't install headers from libinterp/operators directory (bug #41027)
Tue, 15 Mar 2016 14:58:19 -0400 John W. Eaton eliminate configuration macros from oct-fftw.h (bug #41027)
Mon, 14 Mar 2016 23:22:32 -0400 John W. Eaton eliminate unused configuration variable SHLLINKEXT
Mon, 14 Mar 2016 23:12:57 -0400 John W. Eaton * oct-locbuf.h: Style fix.
Mon, 14 Mar 2016 23:12:22 -0400 John W. Eaton avoid possible memory leak in idx_vector_rep constructor (bug #47372)
Mon, 14 Mar 2016 23:10:53 -0400 John W. Eaton avoid possible memory leak with fftw wisdom (bug #47372)
Mon, 14 Mar 2016 13:06:59 -0700 Mike Miller build: Fix C11 compliance detection to work with clang
Sun, 13 Mar 2016 08:46:59 -0700 Rik Ask glpk to free all resources used after solving problem.
Sun, 13 Mar 2016 07:34:27 -0700 Rik lo-utils.cc: Add note about inevitable memory leak from using putenv.
Fri, 11 Mar 2016 17:12:17 -0800 Rik Alter BIST tests stop emitting warnings during runtests invocation.
Sat, 12 Mar 2016 00:16:18 -0500 John W. Eaton * Makefile.am (Makefile): Don't depend on check-subst-vars.
Fri, 11 Mar 2016 15:41:39 -0500 John W. Eaton ensure that substituted config vars are not changed on make command line
Fri, 11 Mar 2016 15:39:52 -0500 John W. Eaton avoid some address-sanitizer leak warnings (bug #47372)
Fri, 11 Mar 2016 10:39:08 -0800 Mike Miller * main-window.cc: include QTimer header file
Fri, 11 Mar 2016 10:25:11 -0800 Rik build: Correct typo in ranlib/module.mk causing failing distclean.
Fri, 11 Mar 2016 09:30:22 -0800 Rik octave_config_info.m: Add possible replacement functions to docstring.
Fri, 11 Mar 2016 08:37:20 -0800 Rik doc: Add missing ')' in some docstrings.
Thu, 10 Mar 2016 20:26:45 -0800 Rik common.mk: Add comment that SHLLINKEXT variable may be unnececssary.
Thu, 10 Mar 2016 19:00:37 -0500 John W. Eaton deprecate octave_config_info
Thu, 10 Mar 2016 16:29:38 -0500 John Donoghue * configure.ac: remove spaces from LIBEXT assign
Thu, 10 Mar 2016 15:45:22 -0500 John W. Eaton maint: merge stable to default
Thu, 10 Mar 2016 15:38:31 -0500 John W. Eaton Added tag rc-4-0-1-4 for changeset 2b66f30a0de7 stable
Thu, 10 Mar 2016 15:38:12 -0500 John W. Eaton maint: Bump version number for 4.0.1-rc4. stable rc-4-0-1-4