log

age author description
Mon, 21 Mar 2016 15:35:08 -0400 John W. Eaton Version 4.0.1 released. stable release-4-0-1
Mon, 21 Mar 2016 15:56:51 -0700 Mike Miller * configure.ac: Correct typo of "gnuplot" in warning message
Mon, 21 Mar 2016 15:54:53 -0700 Mike Miller maint: Fix configure warning messages on missing OpenGL graphics support
Mon, 21 Mar 2016 15:01:12 -0700 Mike Miller Fix failing tests when building with --without-opengl
Sun, 20 Mar 2016 21:39:49 +0000 Carnë Draug pkg: support PKG_ADD file in inst/.
Fri, 29 May 2015 00:25:46 +0100 Carnë Draug doc: doxygen documentation for dim_vector::ndims and dim_vector::length.
Sat, 19 Mar 2016 19:43:55 +0000 Carnë Draug inputParser.m: add failing test due to bug in the parser (bug #44779)
Sat, 19 Mar 2016 14:22:14 -0400 John W. Eaton improve compatibility of textscan for character arrays
Sat, 19 Mar 2016 14:12:10 -0400 John W. Eaton avoid some duplicate code in file-io functions
Sat, 19 Mar 2016 18:05:44 +0000 Carnë Draug inputParser.m: uncomment failing test and use %!xtest instead.
Sat, 19 Mar 2016 13:48:34 -0400 John W. Eaton new function __textscan__
Sat, 19 Mar 2016 12:19:06 -0400 John W. Eaton integrate textscan more completely with octave_stream class
Sat, 19 Mar 2016 11:21:45 -0400 John W. Eaton move textscan class to oct-stream.cc and textscan function to file-io.cc
Sat, 19 Mar 2016 09:20:05 -0400 John W. Eaton more style fixes for textscan
Sat, 19 Mar 2016 08:53:24 -0400 John W. Eaton more style fixes for textscan
Sat, 19 Mar 2016 08:20:53 -0400 Ben Abbott Change variable name to avoid bug in doxygen v1.8.
Fri, 18 Mar 2016 23:35:10 -0700 Mike Miller textscan: Compare pointers or sizes rather than their arithmetic difference
Fri, 18 Mar 2016 23:08:18 -0700 Mike Miller textscan: Use empty () rather than 'length () == 0' on strings
Fri, 18 Mar 2016 22:37:52 -0700 Mike Miller textscan: Prefer std::string local variables to char arrays
Fri, 18 Mar 2016 20:33:52 -0700 Mike Miller textscan.h: Delete unused member function textscan::get_field
Fri, 18 Mar 2016 20:29:15 -0700 Mike Miller textscan: Prefer using std::string to char *
Fri, 18 Mar 2016 19:58:37 -0700 Lachlan Andrew textscan: Don't pad columns with ReturnOnError = 1
Fri, 18 Mar 2016 17:38:38 -0700 Mike Miller textscan: Avoid buffer out-of-bounds errors in delimited_stream
Fri, 18 Mar 2016 16:53:40 -0700 Mike Miller * textscan.h, textscan.cc: More style fixes
Fri, 18 Mar 2016 16:36:40 -0700 Mike Miller textscan: Use references rather than pointers to stream objects
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