log

age author description
Mon, 03 Aug 2020 10:36:57 -0400 John W. Eaton remove obsolete function stable
Mon, 03 Aug 2020 09:07:11 -0400 John W. Eaton make change in 562902dc1bb6 conditional (bug #58867)
Thu, 30 Jul 2020 00:22:26 -0400 John W. Eaton maint: merge stable to default.
Thu, 30 Jul 2020 00:21:51 -0400 John W. Eaton maint: update bug status of tests marked with bug numbers stable
Wed, 29 Jul 2020 13:15:06 -0700 Rik maint: merge stable to default.
Wed, 29 Jul 2020 13:14:40 -0700 Rik doc: Re-order system() docs to match order of parameters. stable
Wed, 29 Jul 2020 13:05:22 -0700 Rik maint: merge stable to default.
Wed, 29 Jul 2020 13:04:53 -0700 Rik __debug_octave__.m: Run debugger asynchronously from Octave. stable
Wed, 29 Jul 2020 10:50:07 -0700 Rik __debug_octave__.m: Use slight more generic terminal on Linux. stable
Wed, 29 Jul 2020 11:43:16 -0400 John W. Eaton maint: merge stable to default.
Wed, 29 Jul 2020 11:39:52 -0400 John W. Eaton provide function to start debugger on current Octave session stable
Sat, 25 Jul 2020 21:09:53 +0200 Markus Meisinger Update documentation of the random number generator (bug #58800).
Thu, 23 Jul 2020 14:24:46 +0200 Markus Mützel Use C++11 functions to gather entropy from system (bug #58800).
Sat, 25 Jul 2020 11:33:55 +0200 Markus Mützel __gnuplot_legend__.m: Fix syntax error.
Fri, 24 Jul 2020 10:49:44 -0700 Rik Resolve further number of argument mismatch in graphics callbacks (bug #58821)
Fri, 24 Jul 2020 10:22:54 -0700 Rik Restore operation of Figure graphics callbacks (bug #58821).
Fri, 24 Jul 2020 09:49:09 -0700 Rik New warning ID "Octave:infinite-loop" (bug #45143).
Fri, 24 Jul 2020 01:01:35 -0400 John W. Eaton allow infinite limits on for loop ranges (bug #45143)
Tue, 21 Jul 2020 17:05:15 -0400 John W. Eaton * ov-magic-int.cc: Allow compilation to succeed if HDF5 is not available.
Tue, 21 Jul 2020 15:00:00 -0400 John W. Eaton improve compatibility of concatenation for large integer constants (bug #45945)
Tue, 21 Jul 2020 14:23:03 -0400 John W. Eaton * integer.tst: New tests for integer constants.
Mon, 20 Jul 2020 17:43:16 -0400 John W. Eaton allow integer constants > flintmax to be represented exactly (bug #45945)
Fri, 17 Jul 2020 14:36:47 -0700 Rik lex.ll: Correct indentation in cset 703458652e30.
Fri, 17 Jul 2020 16:56:53 -0400 John W. Eaton lex.ll (base_lexer::handle_number): Eliminate shadowed variable warnings.
Fri, 17 Jul 2020 13:37:35 -0700 Rik NEWS: Clarify some text and wrap at column 72.
Fri, 17 Jul 2020 11:21:10 -0400 John W. Eaton fix hex constant values for new parsing rules
Thu, 16 Jul 2020 18:27:39 -0400 John W. Eaton improve Matlab compatibility for binary and hexadecimal constants
Thu, 16 Jul 2020 16:02:45 -0400 John W. Eaton use octave_value object to store numeric tokens in the lexer
Wed, 15 Jul 2020 10:31:37 -0400 John W. Eaton avoid deprecated Qt QRegion::rects function
Wed, 15 Jul 2020 05:48:37 -0400 John W. Eaton NEW: Note changes in checking the number of function inputs and outputs.