log scripts/module.mk @ 33586:3216c01fd6a7 stable tip

age author description
Wed, 08 Mar 2023 15:06:45 -0500 John W. Eaton avoid problems with $(shell ...) execution in Makefile
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).
Tue, 22 Sep 2020 15:59:00 +0200 Markus Mützel Add Matlab compatible wrappers for base64_encode and base64_decode.
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Mon, 15 Apr 2019 14:03:58 +0900 Sahil Yadav New implementation of RESTful web services as part of GSoC 2018 (patch #9795).
Tue, 11 Dec 2018 15:19:00 +0100 Guillaume Flandin New functions makeUniqueStrings and makeValidName (bug #52596).
Wed, 01 Aug 2018 13:55:22 -0400 John W. Eaton new scripts/legacy directory for Matlab functions that refuse to die
Sun, 07 Jan 2018 17:13:23 -0800 Rik maint: Remove statistics functions which have been shifted to Octave Forge package.
Tue, 27 Jun 2017 15:10:58 -0400 John W. Eaton rename some build scripts for consistency and move them to where they are used
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature
Wed, 05 Apr 2017 10:55:35 -0700 Rik containers.Map: New key/value storage container (bug #49559).
Wed, 29 Mar 2017 17:02:26 -0700 Rik Override disp rather than display for class objects (bug #50640).
Wed, 29 Mar 2017 15:39:37 -0400 John W. Eaton improve display of ftp and audio objects (bug #50640)
Fri, 08 Jul 2016 10:01:24 -0700 Mike Miller build: build doc-cache and DOCSTRINGS files in the build dir
Thu, 07 Jul 2016 19:02:08 -0700 Mike Miller build: ensure all files needed to run octave in build dir are declared
Thu, 07 Jul 2016 16:11:47 -0700 Mike Miller build: fix typo of $(octave_dirstamp) in build prerequisites
Thu, 07 Jul 2016 14:41:34 -0400 John W. Eaton restore move-if-change rule for DOCSTRINGS files (bug #48430)
Fri, 01 Jul 2016 10:51:49 -0700 Mike Miller build: delete generated files, keep distributed files on clean and distclean (bug #45646)
Thu, 30 Jun 2016 17:11:38 -0700 Mike Miller build: clean all PKG_ADD, *.oct, and *-tst files on 'make clean'
Wed, 22 Jun 2016 13:47:38 -0400 John W. Eaton create and install built-in docstrings file even with --disable-docs
Tue, 21 Jun 2016 12:39:17 -0700 Mike Miller Add more source files to the distribution
Tue, 21 Jun 2016 12:58:07 -0400 John W. Eaton extract documentation from .in.m files instead of generated .m files
Sun, 12 Jun 2016 13:46:42 -0700 Mike Miller build: Ensure gnuplot_binary.m is generated before building docs (bug #48202)
Thu, 05 May 2016 11:05:20 +0200 Daniel Kraft [maint] Move profiler scripts to own directory.
Tue, 03 May 2016 15:11:51 -0700 Mike Miller build: avoid writing to srcdir unless DOCSTRINGS contents change (bug #47832)
Thu, 28 Apr 2016 16:44:38 -0400 John W. Eaton simplify rules for building DOCSTRING files (bug #47745)
Fri, 04 Mar 2016 12:51:00 -0500 John W. Eaton break generated file dependence on Makefile (bug #46063)
Tue, 01 Mar 2016 18:13:40 -0800 Rik build: Calculate ctags for m-files as well as C/C++/Fortran sources (bug #47317).
Thu, 25 Feb 2016 10:37:59 -0800 Rik Fix check-missing-semicolon QA target (bug #47277).
Thu, 25 Feb 2016 09:37:06 -0800 Mike Miller maint: Clean up calls to run-octave in build system
Wed, 17 Feb 2016 13:32:44 -0500 John W. Eaton use top_srcdir, top_builddir, abs_top_srcdir or abs_top_builddir only if needed
Tue, 16 Feb 2016 23:08:31 -0800 Mike Miller maint: Run all build shell scripts with SHELL as command interpreter
Sun, 17 Jan 2016 07:22:55 -0800 Rik build: Document Automake failure to 'include scripts/@ftp/module.mk'.
Sun, 17 Jan 2016 06:38:08 -0800 Rik maint: Use "FIXME:" more places in code base.
Thu, 24 Sep 2015 12:58:46 +0200 jcorno Moving ode45, odeset, odeget, and levenshtein from odepkg to core.
Fri, 04 Sep 2015 12:45:46 -0400 John W. Eaton avoid executing startup file twice when using run-octave script (bug #45872)
Wed, 29 Jul 2015 13:50:10 -0700 Rik build: Don't remove built documentation for distclean target (bug #45646).
Sat, 25 Jul 2015 14:55:03 -0400 Mike Miller build: Avoid triggering rebuild of docs when DOCSTRINGS regenerated (bug #45567)
Fri, 17 Jul 2015 14:44:47 -0400 John W. Eaton provide per-directory clean targets
Thu, 16 Jul 2015 23:21:44 -0400 Mike Miller Fix uninstallation of PKG_ADD files
Thu, 16 Jul 2015 13:49:51 -0400 John W. Eaton don't include GEN_FCN_FILES in FCN_FILES list
Thu, 16 Jul 2015 01:18:40 -0400 Mike Miller Fix more installation discrepancies in scripts directory
Tue, 14 Jul 2015 10:55:51 -0400 John W. Eaton fix installation of script files
Mon, 13 Jul 2015 21:15:49 -0400 John W. Eaton * scripts/module.mk (scripts-dist-hook): Always define.
Sat, 11 Jul 2015 23:59:01 -0400 Mike Miller Fix 'make install' errors for non-recursive build
Fri, 10 Jul 2015 14:40:47 -0400 John W. Eaton eliminate recursive make invocation in scripts directory tree