log

age author description
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.
Sun, 18 Jun 2017 22:26:07 -0400 John W. Eaton Backed out changeset 2208cc0e89a3
Sun, 18 Jun 2017 22:25:21 -0400 John W. Eaton Backed out changeset fca2f775ab4c
Sun, 18 Jun 2017 18:09:53 -0700 Rik Use modf, pow from C++ std library.
Sun, 18 Jun 2017 14:24:07 -0700 Rik Use expm1, expm1f from C++ std library.
Sat, 17 Jun 2017 20:34:49 -0400 John W. Eaton don't create tree_function_def objects for local functions in classdef files
Sat, 17 Jun 2017 17:41:40 -0700 Rik Use exp2, exp2f from C++ std library.
Sat, 17 Jun 2017 20:08:06 -0400 John W. Eaton avoid possible memory error in parser
Sat, 17 Jun 2017 10:26:38 -0700 Rik Use erf, erff, erfc, erfcf from C++ std library.
Fri, 16 Jun 2017 22:30:00 -0700 Mike Miller splineimages.m: generate the same plots for documentation each time (bug #51254)