log scripts/general/module.mk @ 33669:96f077c60226 default tip @

age author description
Wed, 22 Mar 2023 12:00:05 -0700 Rik isuniform.m: New function.
Mon, 11 Jul 2022 22:38:57 -0700 Rik pagetranspose.m, pagectranspose.m: New functions for transposing the page (3-D) of an N-D array.
Thu, 06 Jan 2022 17:48:06 -0800 Rik shift.m: Deprecate function in favor of circshift for Matlab compatibility.
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).
Wed, 19 Feb 2020 10:02:09 -0500 Guillaume Flandin new function, rng
Thu, 13 Feb 2020 11:33:27 -0500 John W. Eaton use %reldir% in more places in module.mk files in scripts directory
Sat, 30 Nov 2019 07:22:46 -0800 Christian Himpe rescale.m: New function (bug #56639).
Thu, 09 Aug 2018 11:28:11 -0700 Rik flipdim.m: Make m-file a legacy function.
Thu, 04 Jan 2018 12:05:47 -0800 Rik chop.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.
Sun, 26 Nov 2017 09:01:35 -0800 Rik Promote __iseqal__.m to isequal.m, isequaln.m for 20% performance benefit (bug #51403).
Sat, 14 Oct 2017 18:30:51 -0400 Nicholas R. Jankowski Updated integral2.m and integral3.m and added quad2d (bug #52074).
Sat, 23 Sep 2017 18:11:20 -0400 Nicholas R. Jankowski Add missing functions integral2.m and integral3.m (bug #52074).
Tue, 05 Sep 2017 11:25:21 -0400 Nicholas R. Jankowski Add missing function integral.m (bug #42037).
Mon, 04 Jul 2016 20:04:21 +1000 Lachlan Andrew new function repelem (bug #45497)
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature
Fri, 16 Dec 2016 00:10:27 -0500 John W. Eaton refactor display and disp functions (bug #49794)
Fri, 15 Jul 2016 11:46:16 +0200 Kai T. Ohlhus New functions publish.m and grabcode.m (patch #9048).
Thu, 05 May 2016 11:05:20 +0200 Daniel Kraft [maint] Move profiler scripts to own directory.
Sun, 22 Nov 2015 19:15:42 -0800 Rik Add new functions deg2rad and rad2deg to core (bug #46340).
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, 11 Dec 2014 14:28:43 +0100 Kai T. Ohlhus scripts/general/module.mk: new entry for nargchk.m and alphabetized. (bug #43798)
Wed, 24 Sep 2014 00:06:59 +0100 Carnë Draug Undeprecate flipdim (prematurely deprecated in 995df67fc912).
Sun, 21 Sep 2014 18:49:08 +0100 Carnë Draug Flip arrays - ND support for fliplr and flipud, and replace flipdim with flip.
Mon, 01 Sep 2014 10:57:29 -0700 Rik Deprecate nargchk in favor of narginchk.
Wed, 20 Aug 2014 00:24:03 +0100 Carnë Draug inputParser: classdef port of @inputParser from Octave Forge general pkg.
Sun, 08 Jun 2014 22:29:44 -0700 Rik Promote isvector, isrow, iscolumn, issquare to C++ versions (bug #42454).