log

age author description
Tue, 14 Jun 2016 15:36:06 -0400 John W. Eaton * set-program-name-wrapper.c: Fix prototype and const problems (bug #48139).
Tue, 14 Jun 2016 15:31:34 -0400 John W. Eaton * nproc-wrapper.c: Set default value for query (bug #48139)
Tue, 14 Jun 2016 15:18:59 -0400 John W. Eaton hide gnulib filemode header
Tue, 14 Jun 2016 14:28:09 -0400 John W. Eaton distribute liboctave/wrappers header files
Tue, 14 Jun 2016 13:43:17 -0400 John W. Eaton hide sys/select header
Tue, 14 Jun 2016 10:32:24 -0700 Rik Simplify handling of 'box' property for legend axes objects.
Tue, 14 Jun 2016 13:23:29 -0400 John W. Eaton perform tilde expansion for more file and directory functions
Tue, 14 Jun 2016 12:51:55 -0400 John W. Eaton hide gnulib pathlen header
Tue, 14 Jun 2016 11:35:23 -0400 John W. Eaton hide sys/utsname header
Tue, 14 Jun 2016 10:47:10 -0400 John W. Eaton hide gnulib fpucw header
Tue, 14 Jun 2016 10:24:39 -0400 John W. Eaton * nproc.cc, oct-fftw.cc: Use octave_num_processors_wrapper.
Tue, 14 Jun 2016 10:17:32 -0400 John W. Eaton hide gnulib base64 function header
Mon, 13 Jun 2016 20:06:51 -0400 John W. Eaton hide gnulib progname.h header
Mon, 13 Jun 2016 18:42:02 -0400 John W. Eaton * file-ops.cc (file_ops::is_dev_sep): Tag unused parameter.
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.