- Feb 10, 2024
-
-
Nicholas R. Jankowski authored
-
Nicholas R. Jankowski authored
* doc/interpreter/grammar.txi: Move keyword category anchors to the front of the same line containing the keyword category subheadings so links show the heading after being followed. Adjust the text for properties and methods functions ref links. * doc/interpreter/genpropdoc.m (printdoc): Put anchor and subheading on same line followed by prindex for graphics property categories to ensure ref links take you to the heading location and not the line below the heading.
-
- Feb 09, 2024
-
-
Markus Mützel authored
-
Markus Mützel authored
* libinterp/corefcn/filter.cc (Ffilter): Add tolerance of 1*eps to tests that use complex floating point values as the input. See: https://octave.discourse.group/t/5251
-
Markus Mützel authored
-
Markus Mützel authored
* .github/workflows/make.yaml (cygwin): Don't rebase built executables. Only the shared libraries might need to be rebased. See: https://octave.discourse.group/t/5236/32
-
- Feb 08, 2024
-
-
Rik authored
-
Rik authored
* data.cc (Fsize): Add explanation of case where DIM arg exceeds ndims (A). Add Example #5 to docstrings showing case of DIM arg exceeding ndims (A).
-
Rik authored
-
Rik authored
Re-oder configure summary in approximately logical order of importance and with similar items (like build decisions which affect libraries) grouped together. * configure.ac: Re-order configure summary.
-
John W. Eaton authored
-
John W. Eaton authored
* configure.ac: Include library visibility, polymorphic allocator, embedded mercurial ID, and installation of build logs in final summary.
-
Nicholas R. Jankowski authored
-
Nicholas R. Jankowski authored
* doc/interpreter/grammar.txi: Add nonrendering @: after ref links in horizontal lists to suppress trailing comma. * doc/interpreter/genpropdoc.m (printdoc): Same as above. Change Category title to a subsubheading.
-
Rik authored
-
Nicholas R. Jankowski authored
-
Nicholas R. Jankowski authored
* doc/interpreter/expr.txi: Add @ref to end keyword in expr.txi pointing to the keyword list page defined in grammar.txi.
-
Nicholas R. Jankowski authored
-
Nicholas R. Jankowski authored
* doc/interpreter/grammar.txi: Replace keyword list with list of DOCSTRING links. Separate keywords into categories. Add category and alphabetical keyword lists to top of page. Add manual definitions and links for methods and properties to avoid same-name function collision. * doc/interpreter/var.txi: Add global and persistent references links to keyword index.
-
Rik authored
-
Rik authored
* profile.m: Move @seealso macro *outside* of @table. Improve wording for "profile on" documentation.
-
- Feb 07, 2024
-
-
Nicholas R. Jankowski authored
-
Nicholas R. Jankowski authored
* doc/interpreter/genpropdoc.m (printdoc): Rename Position category to Object Position. Add 'category' to automatic naming of graphics property category links to avoid future property names collisions.
-
Nicholas R. Jankowski authored
-
Nicholas R. Jankowski authored
* libinterp/op-kw-docs: Add new docstring entries for __FILE__ and __LINE__ keywords.
-
John W. Eaton authored
-
John W. Eaton authored
-
Nicholas R. Jankowski authored
-
Markus Mützel authored
-
Markus Mützel authored
* .github/workflows/make.yaml (cygwin): Rebase built binaries before running tests. See https://octave.discourse.group/t/5236/29
-
Nicholas R. Jankowski authored
* libinterp/parse-tree/pt-eval.cc (end): Remove comment before end keyword pointing to definition in op-kw-doc. Remove whitespace before texinfo kewords in end example.
-
Markus Mützel authored
-
Markus Mützel authored
.github/workflows/make.yaml, codeql,yaml: GitHub-hosted runners are transitioning from Node.js 16 to Node.js 20. Update to the latest versions of actions to prepare for that change. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
-
John W. Eaton authored
* configure.ac (AC_INIT): Set version to 9.0.91. (OCTAVE_PATCH_VERSION): Set to 91.
-
John W. Eaton authored
-
John W. Eaton authored
* configure.ac (AC_INIT): Set version to 9.0.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2024-02-07. * etc/NEWS.9.md: Update. * libgui/module.mk (%canon_reldir%_liboctgui_current): Set to 10. * libinterp/module.mk (%canon_reldir%_liboctinterp_current): Set to 12. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_current): Set to 11.
-
- Feb 06, 2024
-
-
Rik authored
-
Rik authored
* embedded.cc: Update example code to use non-deprecated function is_initialized().
-
John W. Eaton authored
-