log scripts/miscellaneous/mkoctfile.m @ 33612:23bb1d9fcec8 bytecode-interpreter tip

age author description
Tue, 20 Feb 2024 09:56:33 -0800 Rik doc: Force Texinfo to render a space after @w{} macro. stable
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 26 May 2022 18:25:51 +0200 Markus Mützel mkoctfile.m: Trim whitespace (newline) around system output. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 21 Feb 2020 16:08:12 +0100 Markus Mützel Backed out changeset: eb46a9f47164 stable
Tue, 28 Jan 2020 11:00:09 +0900 Kai T. Ohlhus maint: merge stable to default.
Tue, 28 Jan 2020 10:57:35 +0900 Kai T. Ohlhus Avoid color changes in MS Windows GUI terminal (bug #57658). stable release-5-2-0
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 17 Sep 2019 20:38:02 -0700 Rik Clean up implementation of CXXLD in build scripts (bug #56505).
Mon, 25 Mar 2019 12:13:06 -0700 Rik mkoctfile.m: Emit an error when called in command form and compilation fails.
Sun, 06 Jan 2019 15:27:18 -0800 Mike Miller mkoctfile: use OCTAVE_VERSION instead of VERSION for API consistency stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 23 Dec 2018 12:16:19 -0800 Rik doc: grammarcheck m-file scripts ahead of 5.0 release. stable
Thu, 13 Dec 2018 19:00:28 -0800 Mike Miller doc: bring mkoctfile command doc strings into agreement
Thu, 13 Dec 2018 16:01:37 -0800 Mike Miller remove unsafe "SED" from the build env stored in liboctinterp and mkoctfile
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 15 May 2017 14:31:13 +0100 Carnë Draug doc: fix typos 'to the assembler' not 'though the compiler'
Mon, 15 May 2017 14:09:38 +0100 Carnë Draug doc: fix typo 'to the linker' not 'though the linker'
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Sat, 10 Sep 2016 07:51:22 -0700 Rik mkoctfile.m: Suppress Octave side of backtrace if external compilation failed.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 20 Apr 2016 11:06:03 -0700 Mike Miller Backed out changeset dcf8922b724b
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Thu, 10 Mar 2016 19:00:37 -0500 John W. Eaton deprecate octave_config_info
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Thu, 19 Nov 2015 14:39:04 -0800 Rik Preface warning() messages with name of function when possible.
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 24 Jan 2014 03:24:46 -0500 John W. Eaton make mkoctfile.m list of variables consistent with mkoctfile.cc (bug #41296) stable
Thu, 23 Jan 2014 20:36:24 -0800 Rik mkoctfile.m: Add missing bracket to @deftypefn declaration. stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 08 Oct 2013 21:07:43 -0400 Mike Miller Add executable extension to program paths for Windows (bug #40180)
Sun, 29 Sep 2013 16:06:41 -0400 Mike Miller Add hook function to handle missing Octave components
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sun, 04 Aug 2013 13:08:39 -0700 Rik doc: Periodic grammarcheck of documentation.
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.
Wed, 15 Feb 2012 13:31:31 -0800 Rik doc: Periodic grammar check of documentation.
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 29 Dec 2011 09:53:33 -0500 Jordi Gutiérrez Hermoso mkoctfile.m: Return the output and exit status from the mkoctfile shell command stable
Mon, 29 Aug 2011 11:56:42 -0400 John W. Eaton maint: remove remaining references to RLD_FLAG
Sat, 18 Jun 2011 22:07:34 -0500 Jordi Gutiérrez Hermoso Backout 2c54fde0f397 on stable; broke Octave-Forge packages stable
Wed, 11 May 2011 00:23:46 -0500 Jordi Gutiérrez Hermoso Fix passing compiler options to mkoctfile stable
Wed, 26 Jan 2011 20:51:20 -0800 Rik Correct en-dash,em-dash instances in docstrings.