log libinterp/corefcn/module.mk @ 31196:1da6d747bf78

age author description
Thu, 01 Sep 2022 00:10:37 +0200 magedrifaat __tiff_imread__: converted to private octave function
Wed, 10 Aug 2022 00:58:12 +0200 magedrifaat Tiff: moved internal functions to corefcn.
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