log

age author description
Mon, 25 Mar 2024 14:39:21 -0400 Nicholas R. Jankowski vecnorm.m - Add missing parentheses to equation in docstring stable
Mon, 25 Mar 2024 14:00:49 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Mon, 25 Mar 2024 13:49:47 -0400 John W. Eaton don't allow error_if and error_unless macros to be defined to be empty
Mon, 25 Mar 2024 00:42:04 -0400 John W. Eaton replace calls to error_* with corresponding panic_* functions in libinterp
Sun, 24 Mar 2024 18:12:06 -0400 John W. Eaton eliminate unnecessary use of <cassert> in libinterp files
Sun, 24 Mar 2024 18:12:34 -0400 John W. Eaton replace calls to assert with liboctave_panic functions liboctave
Mon, 25 Mar 2024 00:43:53 -0400 John W. Eaton call error instead of abort in panic_impossible, panic_if, and panic_unless
Sun, 24 Mar 2024 16:53:18 -0400 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Sat, 23 Mar 2024 13:54:13 -0400 John W. Eaton eliminate unused variable accidentally introduced in changeset 4e5bc9c4f657
Sat, 23 Mar 2024 13:22:58 -0400 John W. Eaton replace uses of assert with panic_impossible in ov.h
Sat, 23 Mar 2024 13:17:02 -0400 John W. Eaton move global panic functions and macros to separate panic.h and panic.cc files
Sat, 23 Mar 2024 13:02:24 -0400 John W. Eaton * lex.ll: Replace remaining uses of assert with panic_unless.
Sat, 23 Mar 2024 12:19:59 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 23 Mar 2024 12:13:17 -0400 John W. Eaton use std::stoi or std::stoul instead of atoi (bug #65342)
Fri, 22 Mar 2024 23:51:33 -0400 John W. Eaton use qOverload<T>(fptr) instead of QOverload<T>::of(fptr)