log scripts/miscellaneous/module.mk @ 31245:a887ffb997a7

age author description
Tue, 27 Sep 2022 16:12:45 -0400 Guillaume Flandin New function memoize to optimize repetitive function calls (bug #60860).
Sun, 03 Apr 2022 12:38:19 +0200 Markus Mützel Unify detection of temporary directory (bug #62215).
Sat, 13 Nov 2021 12:26:07 -0500 Abdallah Elshamy Use underscores instead of CamelCase in jupyter_notebook classdef
Tue, 14 Sep 2021 17:54:04 +0900 Abdallah Elshamy New class for filling and running Jupyter Notebooks.
Tue, 20 Oct 2020 16:02:07 -0400 John W. Eaton maint: rename .oct_config files to .oct-config
Sat, 17 Oct 2020 15:49:12 +0200 Markus Mützel Mark all core script files as encoded in UTF-8 (bug #49685).
Mon, 03 Aug 2020 10:38:53 -0400 John W. Eaton maint: merge stable to default.
Mon, 03 Aug 2020 10:36:57 -0400 John W. Eaton remove obsolete function stable
Sat, 02 May 2020 20:18:10 +0200 Lars Kindermann Add "memory" function (patch #9924).
Thu, 13 Feb 2020 11:33:27 -0500 John W. Eaton use %reldir% in more places in module.mk files in scripts directory
Sun, 19 Jan 2020 10:07:30 +0900 Andrew Janke New validator functions implementation (bug #57627).
Tue, 17 Sep 2019 21:40:17 -0700 Rik namedargs2cell.m: New function (bug #56903).
Wed, 07 Aug 2019 12:21:47 -0700 Mike Miller build: include new function tar_is_bsd.m in the build system
Mon, 18 Feb 2019 17:15:41 +0000 John W. Eaton * scripts/miscellaneous/module.mk: Fix file name added in previous changeset.
Mon, 18 Feb 2019 17:05:11 +0000 John W. Eaton make ismethod work for classdef and java objects (bug #55487)
Mon, 21 Jan 2019 17:52:20 -0500 Andrew Janke Add verLessThan function (bug #55525)
Tue, 11 Dec 2018 13:14:09 -0800 Rik makeValidName.m, makeUniqueStrings.m: Clean up functions to use Octave conventions.
Wed, 05 Dec 2018 10:31:25 -0800 Rik clearvars.m: Implement new function.
Mon, 13 Aug 2018 14:42:45 -0700 Rik isfile.m: New function for Matlab compatibility (bug #54508).
Mon, 13 Aug 2018 12:17:58 -0700 Rik isdir.m: Make m-file a legacy function (bug #54489)
Mon, 13 Aug 2018 11:41:17 -0700 Guillaume Flandin isfolder.m: New function for Matlab compatibility (bug #54456).
Mon, 26 Mar 2018 16:38:58 -0700 Rik tmpnam.m: Deprecate function. stable
Sat, 10 Mar 2018 15:07:49 -0800 Mike Miller maint: sort lists of function files in build system
Sun, 14 Jan 2018 17:39:48 -0800 Rik desktop.m: Deprecate function.
Thu, 28 Dec 2017 16:14:37 -0800 Rik maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Thu, 28 Dec 2017 15:56:09 -0800 Rik maint: move xor.m from miscellaneous to general directory.
Thu, 28 Dec 2017 14:49:22 -0800 Rik maint: move *appdata.m functions from miscellaneous to gui directory.
Thu, 28 Dec 2017 14:44:38 -0800 Rik maint: move debug.m from miscellaneous to help directory.
Tue, 23 May 2017 15:00:07 -0700 Mike Miller maint: sort lists of function files
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature