log

age author description
Thu, 16 Jun 2016 08:42:29 -0700 Mike Miller Fix variable expansion in dynamic linking flags for macOS (bug #48215)
Thu, 16 Jun 2016 10:19:02 -0700 Mike Miller maint: Periodic merge of stable to default.
Thu, 16 Jun 2016 10:17:21 -0700 Mike Miller doc: delete mention of unsupported syntax for looping over structs (bug #48064) stable
Thu, 16 Jun 2016 08:23:30 -0700 Rik Make debug_on_error to apply to the "catch" block of try/catch (bug #47685)
Thu, 16 Jun 2016 01:00:20 -0400 John W. Eaton hide sys/wait.h header and provide wrappers for waitpid macros
Wed, 15 Jun 2016 16:41:02 -0400 John W. Eaton remove unnecessary file pathlen.h
Thu, 16 Jun 2016 01:01:53 -0400 John W. Eaton * file-io.cc (cleanup_tmp_files): Use octave_unlink_wrapper.
Wed, 15 Jun 2016 15:12:33 -0400 John W. Eaton remove code specific to obsolete version of GCC
Wed, 15 Jun 2016 18:23:15 -0700 Mike Miller uicontrol: Escape '&' characters in Qt implementation (bug #48214)
Tue, 14 Jun 2016 14:53:33 +0100 Mike Miller Make qt figure window "Help" menu correspond to main window (bug #48223)
Wed, 15 Jun 2016 17:34:25 -0700 Rik maint: Periodic merge of stable to default.
Wed, 15 Jun 2016 12:47:00 -0600 Garrett Euler ver.m: return empty struct for unknown package (bug #48235). stable
Wed, 15 Jun 2016 14:29:17 -0400 John W. Eaton provide wrappers for fseeko and ftello
Wed, 15 Jun 2016 12:59:43 -0400 John W. Eaton prefer C++ wrappers for C standard headers in C++ code
Wed, 15 Jun 2016 13:51:00 -0400 John W. Eaton hide fcntl.h header
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Tue, 14 Jun 2016 16:31:34 -0400 John W. Eaton provide wrappers for some sys/stat functions
Wed, 15 Jun 2016 10:47:33 -0700 Mike Miller * configure.ac: Fix typo in name of $warn_qscintilla variable.
Wed, 15 Jun 2016 10:21:48 -0700 Mike Miller Drop old unused build-system library naming variables LIBPRE, LIBEXT, etc
Wed, 15 Jun 2016 09:02:17 -0700 Mike Miller prefdir: Turn into a public function, make Matlab compatible (bug #48221)
Wed, 15 Jun 2016 08:56:43 -0700 Rik Hide "erasemode" graphics property ahead of eventual removal.
Tue, 14 Jun 2016 13:33:05 -0700 Rik legend.m: Return the correct third argument (h_plots) when plot has hggroups (bug #48210).
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.