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
Sun, 26 Jun 2016 13:32:03 +0200 Carnë Draug Rewrite gzip and bzip2 in C++ instead of using its applications (bug #43431)
Sun, 01 May 2016 22:11:14 +1000 Lachlan Andrew mkdir.m: new script to implement recursive mkdir (bug #30650).
Fri, 13 May 2016 17:28:54 -0700 Rik Move help-oriented scripts from miscellaneous/ to help/ directory.
Wed, 23 Dec 2015 22:10:02 -0800 Rik maint: move documentation-only scripts from miscellaneous/ to help/.
Tue, 14 Jul 2015 10:55:51 -0400 John W. Eaton fix installation of script files
Fri, 10 Jul 2015 14:40:47 -0400 John W. Eaton eliminate recursive make invocation in scripts directory tree
Thu, 19 Mar 2015 14:41:41 -0400 John Donoghue Add iscellaneous/private/__w2mpth__.m to dist files
Wed, 18 Feb 2015 17:02:13 -0500 John W. Eaton make colon function work (bug #44290)
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Wed, 15 Oct 2014 22:35:59 -0400 John W. Eaton implement the open function
Tue, 30 Sep 2014 15:23:59 -0700 Rik Deprecate dump_prefs.m
Mon, 25 Nov 2013 22:10:06 -0800 Rik maint: Replace unnecessary tabs with spaces. stable
Sat, 19 Oct 2013 17:02:50 -0700 Rik maint: Re-categorize some functions between general/ and miscellaneous/ dirs.
Tue, 20 Aug 2013 11:31:58 -0700 Rik Add new desktop.m function to Octave (bug #37330).
Sun, 03 Mar 2013 02:34:44 +0000 Carnë Draug New function citation() to display citation information (patch #7960)
Mon, 17 Dec 2012 10:16:08 -0800 Rik build: Move usejava.m from scripts/miscellaneous to scripts/java directory.
Fri, 30 Nov 2012 08:44:13 -0800 Rik Update error_ids.m and add it to the build system.
Tue, 27 Dec 2011 18:47:18 -0500 Jordi Gutiérrez Hermoso Trivial merge stable
Wed, 21 Dec 2011 09:46:32 -0500 John W. Eaton maint: include functions in module.mk files stable
Mon, 07 Nov 2011 15:46:06 -0500 John W. Eaton provide parial implementation of the recycle function
Mon, 19 Sep 2011 22:52:47 +0100 Carnë Draug python: new function to invoke python scripts from octave code
Sat, 16 Jul 2011 14:03:08 -0700 Rik codesprint: Move unimplemented.m to help/ directory
Mon, 17 Jan 2011 14:33:38 -0500 John W. Eaton provide isdeployed function
Fri, 14 Jan 2011 14:33:15 -0800 Rik Delete unimplemented, now obsolete Matlab-compatability function flops.m
Fri, 14 Jan 2011 11:54:39 -0800 Rik Remove texas_lotto from Automake build system.
Wed, 03 Nov 2010 15:10:47 +0800 Ben Abbott Add new appdata functions.
Fri, 26 Mar 2010 11:57:03 +0100 Jaroslav Hajek add missing file into build
Tue, 16 Mar 2010 12:29:49 +0100 Jaroslav Hajek deprecate intwarning
Thu, 03 Dec 2009 15:39:20 -0500 John W. Eaton more automake fixes
Tue, 01 Dec 2009 22:40:37 -0500 John W. Eaton more private function and subfunction changes