log

age author description
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).