log scripts/miscellaneous/module.mk @ 26620:82865ccb62c2 stable rc-5-0-90

age author description
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
Tue, 10 Nov 2009 15:02:25 -0500 John W. Eaton convert build system to use automake and libtool