From: Michael Orlitzky Date: Mon, 9 Mar 2026 12:54:14 +0000 (-0400) Subject: .octaverc: remove obsolete MATLAB compatibility options X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=38ab6705804824dec3464d375d7000388961613c;p=octave.d.git .octaverc: remove obsolete MATLAB compatibility options --- diff --git a/.octaverc b/.octaverc index 7a63281..1dbc33c 100644 --- a/.octaverc +++ b/.octaverc @@ -1,8 +1,6 @@ ## ## Options for MATLAB compatibility. ## -allow_noninteger_range_as_index(true); -do_braindead_shortcircuit_evaluation(true); history_timestamp_format_string("%%-- %D %I:%M %p --%%"); page_screen_output(false); print_empty_dimensions(false);