log

age author description
Mon, 13 Jun 2016 18:36:16 -0400 John W. Eaton hide gnulib hash function headers
Mon, 13 Jun 2016 16:01:26 -0400 John W. Eaton create wrappers for some gnulib functions
Mon, 13 Jun 2016 11:35:19 -0400 John W. Eaton * kpse.cc (find_first_of): Use iostream instead of stdio for debug message.
Mon, 13 Jun 2016 14:24:55 -0700 Rik maint: Remove unused variable left over from cset a6952c880cec.
Mon, 13 Jun 2016 09:18:03 -0700 Rik maint: Prefer is_empty() rather than "length () == 0".
Mon, 13 Jun 2016 10:55:52 -0400 John W. Eaton eliminate unused parameter in kpse functions
Mon, 13 Jun 2016 10:49:29 -0400 John W. Eaton compile kpse.cc separately from pathsearch.cc
Sun, 12 Jun 2016 11:18:55 -0400 John W. Eaton additional cleanups for kpse.cc
Sun, 12 Jun 2016 11:15:28 -0400 John W. Eaton * file-ops.h, file-ops.cc (file_ops::file_ops): Now protected.
Sun, 12 Jun 2016 21:37:49 -0700 Rik maint: Use 'auto' in graphics.cc, graphics.in.h files.
Sun, 12 Jun 2016 13:46:42 -0700 Mike Miller build: Ensure gnuplot_binary.m is generated before building docs (bug #48202)
Sun, 12 Jun 2016 13:45:23 -0700 Mike Miller Silence errors from __have_gnuplot__ when gnuplot_binary is not found
Sun, 12 Jun 2016 13:31:56 -0700 Rik maint: More code cleanup for debug.cc and C++11.
Sun, 12 Jun 2016 10:54:42 -0700 Rik maint: Clean up for-range usage in liboctave in cset 5c67b16acc4a.
Sat, 11 Jun 2016 20:59:36 -0700 Rik debug.[cc|h]: Use C++ for-range syntax.
Sat, 11 Jun 2016 20:36:01 -0400 John W. Eaton more cleanup in kpse.cc
Sat, 11 Jun 2016 20:07:46 -0400 John W. Eaton still more simplification of pathsearch
Sat, 11 Jun 2016 19:06:54 -0400 John W. Eaton more kpse.cc cleanups
Sat, 11 Jun 2016 18:56:14 -0400 John W. Eaton use std::list instead of custom list type in pathsearch code
Sat, 11 Jun 2016 18:47:33 -0400 John W. Eaton delete unused functions from pathsearch
Sat, 11 Jun 2016 18:08:20 -0400 John W. Eaton delete unnecessary function from pathsearch code
Sat, 11 Jun 2016 18:07:23 -0400 John W. Eaton * kpse.cc: Use iostream for debug messages.
Sat, 11 Jun 2016 18:44:07 -0400 John W. Eaton use std::list<std::string> instead of string_vector in pathsearch functions
Sat, 11 Jun 2016 16:37:05 -0400 John W. Eaton * str-vec.h, str-vec.cc (string_vector::std_list): New method.
Fri, 10 Jun 2016 22:27:22 -0400 John W. Eaton more kpse.cc updates
Fri, 10 Jun 2016 17:16:35 -0400 John W. Eaton * kpse.cc: Remove obsolete and unused code.
Fri, 10 Jun 2016 16:38:26 -0400 John W. Eaton eliminate obsolete sysdir.h header file
Sat, 11 Jun 2016 15:32:31 -0700 Rik maint: Use C++ 'auto' keyword in some instances in liboctave.
Sat, 11 Jun 2016 13:13:03 -0700 Rik oct-parse.in.yy: Shorten lines to < 80 characters where possible.
Fri, 10 Jun 2016 21:44:51 -0700 Rik Don't draw legend objects if "visible" is "off".
Thu, 09 Jun 2016 16:41:39 +0200 Pantxo Diribarne Fix "inverthardcopy" for transparent axes and plotyy (bug #48161).
Fri, 10 Jun 2016 18:36:05 -0700 Mike Miller Set last error state when error occurs in a callback (bug #48175)
Thu, 09 Jun 2016 10:57:22 -0700 Mike Miller Catch spurious errors thrown by the parser when executing callbacks (bug #48175)
Fri, 10 Jun 2016 17:06:16 -0700 Mike Miller lasterror: Allow setting error state with an empty stack
Fri, 10 Jun 2016 17:23:27 -0700 Rik Improve docstring for system().
Fri, 10 Jun 2016 17:15:16 -0700 Rik axes.m: Restack legend along with the specified axes on top of Z-stack (bug #48141).
Fri, 10 Jun 2016 15:27:06 -0700 Rik Don't draw connecting line between symbols when not specified (bug #48198).
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Fri, 10 Jun 2016 15:04:58 -0400 John W. Eaton use fstream to create history file
Fri, 10 Jun 2016 13:57:17 -0400 John W. Eaton indent preprocessor directives in octave-config.h and oct-conf-post.h
Fri, 10 Jun 2016 11:48:03 -0400 John W. Eaton * quit.h: Remove unnecessary includes.
Fri, 10 Jun 2016 10:12:33 -0700 Mike Miller doc: Describe error IDs in Raising Errors subsection
Fri, 10 Jun 2016 08:56:23 -0700 Mike Miller Add window name hint to octave.desktop menu description (bug #48191)
Sun, 24 Nov 2013 21:01:28 -0500 John W. Eaton Allow calls to the system function to be interrupted (bug #37672).
Thu, 09 Jun 2016 21:20:09 +0200 Torsten fix printing with gnuplot and epslatex
Thu, 09 Jun 2016 01:02:17 -0500 Daniel J Sebald Fix gnuplot toolkit text object bug introduced by changeset 7fe10fcd8370.
Wed, 08 Jun 2016 21:30:49 -0700 Rik Overhaul uigetfile, uiputfile, __file_filter__ (bug #48183).
Tue, 07 Jun 2016 01:09:08 -0500 Daniel J Sebald Correct gnuplot toolkit 3D box 'on'/'off' control (bug #47974).
Wed, 08 Jun 2016 14:48:12 -0700 Rik uiputfile.m: Correctly handle '*.*' filter type (bug #48182).
Sat, 28 May 2016 17:48:39 +1000 Lachlan Andrew Include @class directories in the output of what() (bug #48035)
Wed, 08 Jun 2016 13:54:56 -0700 Mike Miller num2hex: Report an error on complex arguments (bug #48184)
Wed, 08 Jun 2016 12:40:17 -0700 Rik close.m: Allow 'force' argument with figure handles (bug #48173).
Wed, 08 Jun 2016 12:14:39 -0700 Rik Clean up C++ code for F__octave_link_file_dialog__.
Wed, 08 Jun 2016 10:40:39 -0700 Mike Miller uigetdir, uigetfile, uiputfile: Return zeros when user cancels (bug #48171)
Tue, 07 Jun 2016 16:00:45 -0700 Mike Miller maint: Periodic merge of stable to default.
Tue, 07 Jun 2016 15:54:32 -0700 Mike Miller Update gnulib subrepo for texinfo formatting fixes (bug #48001) stable
Tue, 07 Jun 2016 09:11:08 -0700 Mike Miller Fix build error with --enable-jit (bug #48159)
Fri, 03 Jun 2016 16:15:01 -0500 Daniel J Sebald For gnuplot, change 3D plot title default location and unit meaning (bug #47974).
Mon, 06 Jun 2016 15:53:45 -0700 Rik fplot.m: Handle input functions which do not respect input data orientation (bug #48034).
Mon, 06 Jun 2016 11:22:17 -0700 Mike Miller Fix psi input validation with --enable-64