log libinterp/corefcn/module.mk @ 30922:cd38f31e9b4b

age author description
Fri, 08 Apr 2022 17:44:26 -0400 John W. Eaton * libinterp/corefcn/module.mk (COREFCN_INC): Restore mex.h to list.
Fri, 08 Apr 2022 14:11:05 -0400 John W. Eaton move eval of anon fcn handles and built-in and mex functions to pt-eval.cc
Thu, 17 Feb 2022 22:42:22 -0500 John W. Eaton maint: Merge stable to default.
Thu, 17 Feb 2022 22:19:11 -0500 John W. Eaton move auto_shlib class to separate source file stable
Sun, 06 Feb 2022 23:36:46 +0900 Kai T. Ohlhus pow2: convert to C++ and make Matlab compatible (bug #61968).
Fri, 29 Oct 2021 20:48:47 -0400 Arun Giridhar isprime.m: Speed up for large integers using Miller-Rabin test (bug #61312).
Sun, 05 Sep 2021 19:40:02 -0700 Rik maint: rename "zfstream.[h|cc]" to "gzfstream.[h|cc]" to match class name.
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Tue, 08 Jun 2021 15:49:37 -0400 John W. Eaton avoid possible gcc warning about C++ one definition rule (bug #60586)
Mon, 22 Mar 2021 21:32:54 +0100 Pantxo Diribarne Initial implementation of a LaTeX interpreter (bug #59546).
Mon, 04 Jan 2021 14:52:06 +0100 Markus Mützel maint: merge stable to default.
Sun, 03 Jan 2021 11:49:07 +0100 Markus Mützel build: Use SPARSE_XCPPFLAGS in CPP_FLAGS for libcorefcn (bug #59806). stable
Fri, 24 Apr 2020 12:25:38 +0200 Martin Köhler Add function ordqz (patch #9897).
Wed, 19 Aug 2020 23:36:01 -0400 John W. Eaton octave -> mxArray type traits
Thu, 13 Aug 2020 23:57:07 +0900 Abdallah Elshamy New functions jsondecode and jsonencode (bug #53100).
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Fri, 24 Apr 2020 14:21:07 -0400 John W. Eaton hide specific stack frame and stack frame walker classes stable
Tue, 18 Feb 2020 12:34:04 -0500 John W. Eaton move mex type definitions to separate file
Mon, 17 Feb 2020 17:33:34 -0800 Rik Remove file txt-eng.h deprecated in Octave 5.
Wed, 29 Jan 2020 06:30:40 -0500 John W. Eaton move sparse functions from dldfcn to corefcn directory (bug #57459)
Fri, 13 Dec 2019 18:22:47 -0800 Rik Remove deprecated file toplev.h.
Fri, 13 Dec 2019 17:55:18 -0800 Rik Remove deprecated file libinterp/corefcn/oct-obj.h.
Sat, 23 Nov 2019 11:47:16 +0100 Markus Meisinger Add stream* functions (patch #9859).
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class
Fri, 23 Aug 2019 14:47:48 +0900 Kai T. Ohlhus Extract FTP code from urlwrite.cc to __ftp__.cc for clarity.
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Fri, 11 Jan 2019 21:24:26 -0500 Andrew Janke new class for executing commands and getting result
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Sun, 18 Nov 2018 15:44:36 +0100 Markus Mützel Move octave_str2double to liboctave (patch #9084).
Thu, 15 Nov 2018 22:45:04 -0500 John W. Eaton move symbol_info and symbol_info_list classes to separate file
Thu, 19 Jul 2018 13:28:51 -0400 John W. Eaton move text engine classes inside octave namespace
Wed, 18 Jul 2018 13:31:48 -0400 John W. Eaton don't substitute api.prefix style in bison input files
Thu, 12 Jul 2018 16:37:22 -0700 Mike Miller build: delete empty unused LLVM_CXXFLAGS build variable
Thu, 12 Jul 2018 17:20:29 -0400 John W. Eaton simplify usage of CFLAGS and CXXFLAGS (bug #48505)
Fri, 06 Jul 2018 19:20:40 -0400 John W. Eaton include all octave-config vars in mkoctfile (bug #54260)
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 18:04:18 -0400 John W. Eaton new class for miscellaneous interpreter settings
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Sun, 08 Apr 2018 19:53:57 -0700 Rik maint: merge stable to default.
Sun, 08 Apr 2018 17:26:39 -0700 Mike Miller remove internal functions and options deprecated in version 4.0 stable
Sat, 07 Apr 2018 10:59:11 -0400 John W. Eaton remove C++ functions, classes, and typdefs deprecated in version 4.2
Mon, 19 Mar 2018 10:01:48 -0700 Rik Overhaul special functions modified by GSOC2018 project. stable
Thu, 07 Sep 2017 16:24:15 +0200 Michele Ginesi expint: moved the Lentz algorithm to .cc function. stable
Thu, 07 Sep 2017 16:13:16 +0200 Michele Ginesi Incomplete beta function moved to a .m file, fixing accuracy and stable
Thu, 07 Sep 2017 15:47:33 +0200 Michele Ginesi New strategy to compute the incomplete gamma function (see bug #47800). stable
Wed, 31 Jan 2018 22:21:51 -0600 John W. Eaton move float_format container to setparate file
Sat, 27 Jan 2018 09:06:50 -0500 John W. Eaton restore ability to select variables for editing from workspace widget
Wed, 29 Nov 2017 15:18:52 -0500 John W. Eaton move oct-lvalue files from corefcn to parse-tree directory
Thu, 16 Nov 2017 19:39:00 -0500 John W. Eaton rename scope to symbol_scope
Thu, 16 Nov 2017 16:06:31 -0500 John W. Eaton disentangle symbol_record, scope, and fcn_info from symbol_table class
Fri, 14 Jul 2017 16:05:59 -0400 John W. Eaton don't use singleton for gtk_manager
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:17:32 -0400 John W. Eaton move comment-list.h and comment-list.cc to libinterp/parse-tree directory
Thu, 06 Jul 2017 17:26:10 -0400 John W. Eaton don't use singleton for ch_manager, rename to url_handle_manager
Sun, 02 Jul 2017 14:54:21 -0400 John W. Eaton distribute default-defs.in.h, not defaults.h
Fri, 30 Jun 2017 01:21:31 -0400 John W. Eaton substitute no-edit warning in oct-errno.in.cc
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
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 15:20:02 -0400 John W. Eaton revamp insertion of config variables into binaries and eliminate some macros