log

age author description
Thu, 26 Oct 2023 10:38:28 -0400 Arun Giridhar maint: Merge stable to default
Thu, 26 Oct 2023 10:37:58 -0400 Arun Giridhar Fix minor typo for NEWS.8.md stable
Thu, 26 Oct 2023 13:47:49 +0200 Markus Mützel maint: Merge stable to default.
Thu, 26 Oct 2023 13:47:09 +0200 Markus Mützel NEWS.8.md: Update NEWS file with changes for Octave 8.4.0. stable
Tue, 24 Oct 2023 16:12:44 -0400 Arun Giridhar doc: Rename virtual machine / VM as bytecode interpreter
Tue, 24 Oct 2023 01:35:52 -0400 John W. Eaton eliminate unnecessarily duplicated function
Sat, 21 Oct 2023 21:00:42 -0400 John W. Eaton maint: strip trailing whitespace from source files
Sat, 21 Oct 2023 20:51:54 -0400 John W. Eaton maint: ensure that source files end with a single newline character
Fri, 20 Oct 2023 15:15:03 -0400 Arun Giridhar Remove configuration option `--disable-vm-evaluator`
Wed, 18 Oct 2023 17:04:46 -0400 Arun Giridhar doc: Minor copyedits to vm.m
Wed, 18 Oct 2023 16:44:22 -0400 Arun Giridhar VM: Rename VM functions with leading and trailing underscores.
Wed, 18 Oct 2023 16:26:04 -0400 Arun Giridhar doc: Edit VM-related documentation in manual and vm.m
Wed, 18 Oct 2023 00:02:56 +0200 Petter T. Silence output to stdout in test suite (bug #64786)
Tue, 17 Oct 2023 13:23:19 +0200 Petter T. Ensure VM specific fields are set in tree_evaluator
Tue, 17 Oct 2023 13:27:59 +0200 Petter T. Add extra RET to scripts to avoid out of bound reads
Tue, 17 Oct 2023 23:24:10 +0200 Petter T. Support nargout -1 in matrixes and cell constructs in VM (bug #64775)
Tue, 17 Oct 2023 23:16:31 +0200 Petter T. Add forgotten makefile for bug-48693 folder (bug #48693)
Mon, 16 Oct 2023 21:09:25 +0200 Petter T. Don't clone nil values when breaking closure cycles on VM stack (bug #64778)
Mon, 16 Oct 2023 07:55:56 +0200 Petter T. Support nil value rhs in for loops in VM (bug #64775)
Sun, 15 Oct 2023 16:50:47 +0200 Petter T. Fix nargout -1 for classdefs subsrefs from VM (bug #64775)
Sat, 14 Oct 2023 19:13:12 +0200 Markus Mützel gui: Improve support for fractional scaling in command widget on Windows.
Sat, 14 Oct 2023 08:44:20 -0400 Arun Giridhar maint: Merge away extra head
Sat, 15 Apr 2023 09:18:39 +0200 A.R. Burgers add tests for bug 63841
Sat, 15 Apr 2023 10:37:37 +0200 Fernando Alvarruiz Fix nargout when calling class subsref method (bug #63841)
Fri, 13 Oct 2023 23:26:21 -0400 Nicholas R. Jankowski maint: Merge stable to default.
Fri, 13 Oct 2023 23:20:34 -0400 Nicholas R. Jankowski betainf.m: Improve integer input logic and validation (bug #64726) stable
Fri, 13 Oct 2023 17:56:34 +0200 Alexander Wilms Update AppStream metadata (bug #64629).
Sun, 08 Oct 2023 11:32:22 +0200 paulo dbclear: Support clearing breakpoint by method name (bug #46451).
Fri, 13 Oct 2023 14:59:26 +0200 Markus Mützel maint: Merge stable to default.
Fri, 13 Oct 2023 14:58:46 +0200 Markus Mützel Avoid use-after-free issue (bug #60882). stable
Tue, 10 Oct 2023 22:55:07 +0200 Petter T. Silence three clang unused symbol warnings (bug #64768)
Mon, 09 Oct 2023 00:09:10 +0200 Petter T. Support big endian systems in VM
Sun, 08 Oct 2023 22:25:06 +0200 Petter T. Fix making id undefined in zero iteration for-loops in VM with wide slots. (bug #64749)
Wed, 11 Oct 2023 18:46:51 +0200 Markus Mützel chol.cc: Use three arguments for assert in self tests.
Mon, 09 Oct 2023 11:02:28 -0400 Arun Giridhar VM: Mark certain VM functions as internal use only.
Mon, 09 Oct 2023 10:25:46 -0400 Arun Giridhar Backed out changeset fc3f9660d5f2
Sun, 08 Oct 2023 15:41:25 -0400 Arun Giridhar doc: Ensure that "profile" in VM contexts refers to "vm_profile"
Sun, 08 Oct 2023 15:17:47 -0400 Arun Giridhar doc: Remove "Internal function" from VM function descriptions
Sun, 08 Oct 2023 15:12:10 -0400 Arun Giridhar VM: Rename __vm_XXX__ functions to vm_XXX
Sun, 08 Oct 2023 20:16:02 +0200 Markus Mützel gui: Avoid deprecation warning about non-static QFontDatabase with Qt6.
Sun, 08 Oct 2023 19:40:59 +0200 Markus Mützel gui: Avoid warning about deprecated "QAction::parentWidget" with Qt6.
Sun, 08 Oct 2023 19:36:22 +0200 Markus Mützel gui: Avoid warning about deprecated "QLibraryInfo::location" with Qt6.
Sun, 08 Oct 2023 19:14:08 +0200 Markus Mützel gui: Avoid warnings about deprecated "QKeyCombination::operator int ()" with Qt6.
Sun, 08 Oct 2023 18:28:46 +0200 Markus Mützel gui: Replace QMouseEvent::localPos() by QMouseEvent::position() for Qt6.
Sun, 08 Oct 2023 15:40:09 +0200 Markus Mützel gui: Query widget-relative position for current pointer position in figure.
Sun, 08 Oct 2023 15:37:35 +0200 Markus Mützel gui: Replace QMouseEvent::globalPos() by QMouseEvent::globalPosition() for Qt6.
Sun, 08 Oct 2023 14:57:20 +0200 Markus Mützel gui: Replace QMouseEvent::x() or y() by QMouseEvent::pos().
Sun, 08 Oct 2023 14:08:11 +0200 Markus Mützel gui: Replace QByteArray::count() by QByteArray::size() in UNIX terminal implementation.
Sun, 08 Oct 2023 14:03:57 +0200 Markus Mützel gui: Replace QString::count() by QString::size() in UNIX terminal implementation.
Sun, 08 Oct 2023 13:19:03 +0200 Markus Mützel VM: Explicitly include header that defines SIZE_MAX (bug #64760).
Sun, 08 Oct 2023 12:13:46 +0200 Markus Mützel maint: Merge stable to default.
Thu, 05 Oct 2023 20:41:02 +0200 Johannes Pfeifer intersect.m: Correct third output with "stable" flag (bug #60347). stable
Sat, 07 Oct 2023 20:21:46 -0400 Arun Giridhar maint: Merge away extra head
Sat, 07 Oct 2023 20:20:07 -0400 Arun Giridhar doc: Add new VM functions to vm.m and vectorize.txi
Sat, 07 Oct 2023 16:24:02 +0200 Petter VM Fix benign build warning about integer literal cut off
Sat, 07 Oct 2023 02:03:09 +0200 Petter VM Do proper pointer arithmetics on 32bit systems
Sat, 07 Oct 2023 01:33:56 +0200 Petter Make Octave buildable on Debian 32bit
Sat, 07 Oct 2023 00:50:18 +0200 Petter T. VM Fix loading and saving from bytecode script frame (bug #64705)
Thu, 05 Oct 2023 23:57:25 +0200 Petter T. VM Handle mixing of non-bytecode and bytecode scripts (bug #64705)
Sat, 07 Oct 2023 16:45:22 +0200 Markus Mützel GitHub-CI: Additionally run test suite with enabled VM