log

age author description
Mon, 08 Apr 2024 20:27:33 -0400 John W. Eaton eliminate calls to panic_impossible in pt-pr-code.cc
Mon, 08 Apr 2024 19:39:34 -0400 John W. Eaton replace most uses of panic_impossible with error in octave_value classes
Mon, 08 Apr 2024 19:39:04 -0400 John W. Eaton * ov-java.cc (error_unexpected): Only define if HAVE_JAVA is not undefined.
Mon, 08 Apr 2024 10:37:05 -0400 John W. Eaton replace calls to panic with error in profiler.cc
Mon, 08 Apr 2024 14:39:40 -0700 Rik maint: Use Octave coding convention of space between function name and parentheses in libgui/.
Mon, 08 Apr 2024 17:07:57 -0400 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Mon, 08 Apr 2024 13:59:26 -0700 Rik maint: merge stable to default
Mon, 08 Apr 2024 20:35:50 +0200 Torsten Lilge set DontUseNativeDialog before other properties of file dialogs stable
Mon, 08 Apr 2024 17:18:09 +0200 Markus Mützel maint: Merge away extra head.
Mon, 08 Apr 2024 10:28:03 -0400 John W. Eaton replace all calls to panic_* functions with error in lex.ll
Mon, 08 Apr 2024 10:07:45 -0400 John W. Eaton eliminate uses of panic_impossible in ov-java.cc
Sun, 07 Apr 2024 22:17:52 +0200 Torsten Lilge make editor file dialogs modal
Sun, 07 Apr 2024 13:40:32 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sun, 07 Apr 2024 13:33:33 -0400 John W. Eaton eliminate some calls to panic_impossible in pt-bp.cc
Sun, 07 Apr 2024 13:30:54 -0400 John W. Eaton eliminate some calls to panic_impossible in pt-eval.cc
Sun, 07 Apr 2024 13:29:18 -0400 John W. Eaton eliminate some uses of panic_impossible in gl-render.cc
Sun, 07 Apr 2024 11:05:18 -0400 John W. Eaton replace remaining uses of panic_impossible with error in oct-parse.yy
Sat, 06 Apr 2024 17:38:27 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 06 Apr 2024 17:11:35 -0400 John W. Eaton eliminate some uses of panic_* functions
Sat, 06 Apr 2024 14:38:17 -0400 John W. Eaton take adavantage of compiler warnings for unhandled enum switch cases
Sat, 06 Apr 2024 18:44:45 +0200 Markus Mützel Do not hardcode visibility attributes in macros that are used downstream.
Sat, 06 Apr 2024 18:04:59 +0200 Markus Mützel Use correct attributes for overridable functions.
Fri, 05 Apr 2024 17:18:42 -0700 Rik maint: merge stable to default
Fri, 05 Apr 2024 17:18:12 -0700 Rik legend.m: Fix error if root property "showhiddenhandles" is "on" (bug #65442) stable
Sun, 21 Jan 2024 19:34:01 +0100 Markus Mützel Instantiate octave_base_matrix and octave_base_scalar template classes
Fri, 05 Apr 2024 19:57:54 +0200 Markus Mützel maint: Merge stable to default.
Fri, 05 Apr 2024 19:56:56 +0200 Markus Mützel getframe.m: Also scale lower-left corner with pixel ratio (bug #65540). stable
Fri, 05 Apr 2024 17:19:32 +0200 Markus Mützel maint: Merge stable to default.
Fri, 05 Apr 2024 16:48:08 +0200 Markus Mützel getframe.m: Respect pixel ratio of screen with figure (bug #65540). stable
Fri, 05 Apr 2024 15:22:40 +0200 Markus Mützel maint: Don't use prefix "m_" for input arguments.