log

age author description
Wed, 12 Jul 2017 08:01:17 -0700 Rik Use constexpr rather than just const to provide hint to compiler.
Mon, 10 Jul 2017 10:31:15 -0700 Guillaume Flandin __isequal__.m: Add extra specialization for cellstr inputs for performance (bug #51403).
Mon, 10 Jul 2017 09:38:17 -0400 John W. Eaton also substitute new mkoctfile variables in subst-cross-config-vals script
Sun, 09 Jul 2017 19:50:35 -0700 Rik graphics.cc: Remove unnecessary code related to bug #49980.
Sun, 09 Jul 2017 11:41:26 -0400 John W. Eaton use different definition for mkoctfile link deps
Sun, 09 Jul 2017 10:42:55 -0400 John W. Eaton use class instead of typedef to preserve deprecated function names
Sun, 09 Jul 2017 10:40:12 -0400 John W. Eaton don't use namespace in a typedef
Sat, 08 Jul 2017 19:44:02 -0400 John W. Eaton show regressions more prominently in test results and summary
Sat, 08 Jul 2017 10:33:07 -0400 John W. Eaton move profiler inside evaluator and inside octave namespace
Sat, 08 Jul 2017 10:14:32 -0400 John W. Eaton fix argument checks for internal profiler functions
Sat, 08 Jul 2017 10:10:37 -0400 John W. Eaton move profiler.h and profiler.cc to libinterp/parse-tree directory
Fri, 07 Jul 2017 18:43:32 -0400 John W. Eaton move comment_list and comment_elt classes to octave namespace
Fri, 07 Jul 2017 18:17:32 -0400 John W. Eaton move comment-list.h and comment-list.cc to libinterp/parse-tree directory
Fri, 07 Jul 2017 18:06:34 -0400 John W. Eaton move base64 encode and decode functions inside octave namespace
Fri, 07 Jul 2017 15:42:57 -0400 John W. Eaton move action_container and event_queue classes inside octave namespace
Fri, 07 Jul 2017 15:41:07 -0400 John W. Eaton move display_info class inside octave namespace
Fri, 07 Jul 2017 11:35:55 -0400 John W. Eaton don't use singleton pattern for mach_info
Fri, 07 Jul 2017 08:17:32 -0400 John W. Eaton don't use singleton pattern for file_ops
Fri, 07 Jul 2017 07:21:20 -0400 John W. Eaton don't use singleton pattern in pathsearch class; treat pathsep as constant
Thu, 06 Jul 2017 17:26:10 -0400 John W. Eaton don't use singleton for ch_manager, rename to url_handle_manager
Thu, 06 Jul 2017 16:26:56 -0400 John W. Eaton * file-io.cc (Ftmpfile): Close tmp file if stream creation fails.
Thu, 06 Jul 2017 16:25:38 -0400 John W. Eaton ensure that temporary file used by gl2ps is closed (bug #50696)
Thu, 06 Jul 2017 14:23:27 -0400 John W. Eaton maint: Merge stable to default.
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Thu, 06 Jul 2017 12:21:42 -0400 John W. Eaton refactor fprintf, printf, fputs, puts, fscanf, and scanf functions
Thu, 06 Jul 2017 09:15:08 -0400 John D Add possible '\r' to smartindent regex exprepression (Bug #51279) stable
Thu, 06 Jul 2017 09:13:28 -0400 John D Add possible '\r' to smartindent regex exprepression (Bug #51279)
Wed, 05 Jul 2017 15:35:05 -0700 Brad Kennedy nth_element: allow sequence of indices to be passed as a vector (bug #51329)
Wed, 05 Jul 2017 15:15:59 -0700 Rik Use frexp from std library rather than gnulib.
Wed, 05 Jul 2017 16:31:04 -0400 John W. Eaton maint: Merge stable to default.
Wed, 05 Jul 2017 16:27:39 -0400 John W. Eaton make strncmp case sensitive again (bug #51384) stable
Wed, 05 Jul 2017 15:24:55 -0400 John W. Eaton make echo work for command-line functions
Wed, 05 Jul 2017 08:37:45 -0400 John W. Eaton allow echo state to be modified from inside functions
Wed, 05 Jul 2017 09:44:01 -0400 John W. Eaton new class for caching file contents for debug and echo
Wed, 05 Jul 2017 20:26:14 +0200 Torsten * settings-dialog.ui: remove duplicate names for some objects
Mon, 03 Jul 2017 09:45:59 -0700 Rik Remove unnecessary octave::math::(ceil,trunc,floor) declarations.
Mon, 03 Jul 2017 08:01:20 -0400 John W. Eaton * subst-cross-config-vals.in.sh: Also substitute OCTAVE_CONF_EXEC_PREFIX.
Sun, 02 Jul 2017 14:54:21 -0400 John W. Eaton distribute default-defs.in.h, not defaults.h
Fri, 30 Jun 2017 20:59:54 -0400 John W. Eaton revamp echo command and move related variables inside tree_evaluator class
Fri, 30 Jun 2017 01:21:31 -0400 John W. Eaton substitute no-edit warning in oct-errno.in.cc
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Thu, 29 Jun 2017 16:44:47 -0400 John W. Eaton move config macros from defaults.cc to a separate file
Thu, 29 Jun 2017 10:18:42 -0400 John W. Eaton eliminate some global variables
Thu, 29 Jun 2017 02:40:21 -0400 John W. Eaton style fixes for initializer lists
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Wed, 28 Jun 2017 23:58:38 -0400 John W. Eaton omit explicit octave_value constructor calls in initialization lists
Wed, 28 Jun 2017 23:50:55 -0400 John W. Eaton * toplev.cc (F__octave_config_info__): Reorganize initialization.
Wed, 28 Jun 2017 22:56:43 -0400 John W. Eaton fix file lists for renaming of defaults.in.h and defaults.cc
Wed, 28 Jun 2017 22:49:03 -0400 John W. Eaton rename files missed in previous commit
Wed, 28 Jun 2017 15:20:02 -0400 John W. Eaton revamp insertion of config variables into binaries and eliminate some macros
Wed, 28 Jun 2017 01:15:21 -0400 John W. Eaton don't call built-in interpreter functions from the application context
Tue, 27 Jun 2017 18:30:12 -0400 John W. Eaton rename a few more build scripts for consistency
Tue, 27 Jun 2017 15:10:58 -0400 John W. Eaton rename some build scripts for consistency and move them to where they are used
Tue, 27 Jun 2017 09:24:08 -0700 Rik Use imag, real, arg from std library for Complex types.
Tue, 27 Jun 2017 07:57:52 -0400 John W. Eaton * ismember.m: Tag two known bug tests as fixed.
Tue, 27 Jun 2017 06:41:42 -0400 John W. Eaton move Vstring_fill_char to tree_evaluator class
Mon, 26 Jun 2017 23:54:43 -0400 John W. Eaton move Vmax_recursion_depth and Vsilent_functions to tree_evaluator class
Mon, 26 Jun 2017 19:35:17 -0400 John W. Eaton refactor local protection for internal variables
Mon, 26 Jun 2017 18:38:40 -0400 John W. Eaton move mlock, munlock, and mislocked to interpreter class
Mon, 26 Jun 2017 18:05:53 -0400 John W. Eaton move bind_ans to tree_evaluator class
Mon, 26 Jun 2017 17:50:36 -0400 John W. Eaton avoid some global access to interpreter and symbol table
Mon, 26 Jun 2017 17:44:07 -0400 John W. Eaton * dasrt.cc (Fdasrt): Use extract_function instead of is_valid_function.
Mon, 26 Jun 2017 14:31:07 -0400 John W. Eaton deprecate some global functions that access the symbol table
Mon, 26 Jun 2017 13:58:58 -0400 John W. Eaton avoid unused parameter warning
Mon, 26 Jun 2017 11:15:33 -0400 John W. Eaton * mxarray.in.h: Update version for deprecated function.
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Mon, 26 Jun 2017 09:02:21 -0400 John W. Eaton tag deprecated gl2ps_print wrapper function with OCTAVE_DEPRECATED attribute
Mon, 26 Jun 2017 08:06:05 -0400 John W. Eaton use m_ prefix for member variables in parser
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Sat, 24 Jun 2017 19:58:44 -0400 John W. Eaton * classes.tst: Tag %!xtests with bug number.
Sat, 24 Jun 2017 19:42:59 -0400 John W. Eaton * gzip.cc: Tag %!xtest with bug number.
Sat, 24 Jun 2017 19:38:18 -0400 John W. Eaton * max.cc: Tag %!xtest tests with bug number.
Sun, 25 Jun 2017 16:40:30 +0200 Torsten move smart indendation from file_editor_tab to octave_qscintilla
Sun, 25 Jun 2017 08:56:45 +0200 Lachlan Andrew In the GUI editor, automatically add "endif" for "if" etc.
Sat, 24 Jun 2017 16:02:23 -0400 John W. Eaton allow make dist to work again
Sat, 24 Jun 2017 15:53:17 -0400 John W. Eaton fix variadic template declaration
Sat, 24 Jun 2017 14:10:13 -0400 John W. Eaton work around GCC 7 template instantiation problem
Sat, 24 Jun 2017 11:39:32 -0400 John W. Eaton handle remaining args (if any) in index expression (bug #51295)
Fri, 23 Jun 2017 18:18:07 -0400 John W. Eaton make +package function calls work again (bug #51295, #51296)
Fri, 23 Jun 2017 12:32:19 -0700 Rik Clean up lo-mappers.h, lo-mappers.cc.
Thu, 22 Jun 2017 19:38:58 -0700 Philip Nienhuis add unit tests creating and calling methods on some basic Java types
Thu, 22 Jun 2017 16:23:36 -0400 John W. Eaton rework __dump_symbol_table__ function
Thu, 22 Jun 2017 15:20:46 -0400 John W. Eaton new function to convert dim_vector to Array<octave_idx_type>
Thu, 22 Jun 2017 15:10:57 -0400 John W. Eaton new struct/map constructors
Thu, 22 Jun 2017 15:08:29 -0400 John W. Eaton use generic template for construction from standard containers
Thu, 22 Jun 2017 08:22:25 -0400 John W. Eaton new output stream operator for octave::sys::time objects
Thu, 22 Jun 2017 08:19:10 -0400 John W. Eaton move octave_preserve_stream_state to octave namespace
Thu, 22 Jun 2017 08:09:50 -0400 John W. Eaton move octave-preserve-stream-state.h from libinterp to liboctave
Wed, 21 Jun 2017 14:23:47 -0400 John W. Eaton refactor bison rules for parsing functions
Wed, 21 Jun 2017 11:46:31 -0400 John W. Eaton * ov-classdef.h: Fix typo in copyright notice.
Wed, 21 Jun 2017 10:43:22 -0700 Mike Miller restore Java method calls by delegating indexing properly (bug #51152)
Wed, 21 Jun 2017 17:00:12 -0700 Rik Remove xgamma.f, xdgamma.f which are now provided by std library.
Wed, 21 Jun 2017 16:44:26 -0700 Rik Remove legacy Fortran code for special functions now handled by std library.
Wed, 21 Jun 2017 09:53:49 -0700 Rik Promote simple functions from lo-specfun.cc to inline versions in lo-specfun.h.
Wed, 21 Jun 2017 11:29:41 -0400 John W. Eaton store directory and package names in function when function is parsed
Wed, 21 Jun 2017 10:26:29 -0400 John W. Eaton Backed out changeset 97c3223c17a6
Tue, 20 Jun 2017 18:39:32 -0700 Rik Promote simple functions from lo-mappers.cc to inline versions in lo-mappers.h
Tue, 20 Jun 2017 18:02:54 -0700 Mike Miller configure: ensure that the C++ compiler supports C++11
Tue, 20 Jun 2017 18:28:23 -0400 John W. Eaton restore frexp and frexpf gnulib modules removed in 21b2816820cf
Tue, 20 Jun 2017 18:26:15 -0400 John W. Eaton eliminate obsolete file lo-math.h
Tue, 20 Jun 2017 14:13:58 -0400 John W. Eaton update GNULIB_LINK_DEPS for recent changes
Tue, 20 Jun 2017 17:31:52 -0400 John W. Eaton stash directory name in classdef method objects (bug #45444, bug #51276)
Tue, 20 Jun 2017 17:23:19 -0400 John W. Eaton make classdef constructors work again
Tue, 20 Jun 2017 09:10:59 -0700 Rik lo-math.h: Remove #undef for log2 which is a part of modern C++ cmath header files.
Tue, 20 Jun 2017 08:48:52 -0700 Rik configure.ac: Remove unnecessary check for C++ sstream header.
Tue, 20 Jun 2017 10:54:57 -0400 John W. Eaton remove some unnecessary include statements from parse tree source
Tue, 20 Jun 2017 10:25:54 -0400 John W. Eaton improve colon expression construction and avoid possible memory leak
Tue, 20 Jun 2017 09:28:48 -0400 John W. Eaton avoid possible memory leak in parser
Tue, 20 Jun 2017 06:57:59 -0400 John W. Eaton avoid possible memory errors when parsing function files
Mon, 19 Jun 2017 14:57:34 -0400 John W. Eaton eliminate include statements for singleton-cleanup.h where no longer used
Mon, 19 Jun 2017 13:02:32 -0400 John W. Eaton don't use singleton for cdef_manager object
Tue, 20 Jun 2017 08:13:21 -0700 Rik Use trig functions for complex inputs from C++ std library.
Mon, 19 Jun 2017 21:14:12 -0700 Rik Use sqrt from C++ std library in liboctave.
Mon, 19 Jun 2017 14:26:57 -0700 Rik Use lgamma, lgammaf from C++ std library.
Mon, 19 Jun 2017 14:06:28 -0700 Mike Miller maint: drop deprecated ACLOCAL_AMFLAGS variable
Mon, 19 Jun 2017 10:30:55 -0700 Rik Use tgamma, tgammaf from C++ std library.
Mon, 19 Jun 2017 09:14:17 -0700 Rik configure.ac: Remave AC_CHECK_FUNC for roundl which is guaranteed in C++11.
Mon, 19 Jun 2017 12:02:37 -0400 John W. Eaton avoid inifite recursion in symbol table glob and regexp functions
Mon, 19 Jun 2017 09:09:27 -0700 Rik Use round, roundf, roundl from C++ std library.
Sun, 18 Jun 2017 21:55:12 -0700 Rik Use log1p, log1pf from C++ std library.