log

age author description
Thu, 24 Oct 2019 01:15:50 -0400 John W. Eaton eliminate unnecessary use of pointers
Wed, 23 Oct 2019 12:50:42 -0700 Mike Miller do not emulate cursor movements for mouse clicks in terminal (bug #55854)
Wed, 23 Oct 2019 08:19:45 -0700 Rik maint: merge stable to default.
Wed, 23 Oct 2019 08:19:20 -0700 Hartmut Gimpel doc: Clarify documentation of history_file (bug #57027) stable
Tue, 22 Oct 2019 23:13:50 -0400 John W. Eaton reset exit_status before getting input in pull parser input loop
Tue, 22 Oct 2019 17:17:37 -0700 Rik doc: Delete stray comments in dbstop documentation (bug #57084).
Thu, 17 Oct 2019 22:01:28 +0200 Markus Mützel Check if PCRE was compiled with --enable-utf (bug #35910).
Tue, 22 Oct 2019 13:38:02 -0400 John W. Eaton eliminate global tmp_files variable
Tue, 22 Oct 2019 08:13:26 -0700 Rik NEWS: Yet more format changes for Markdown syntax.
Mon, 21 Oct 2019 16:08:32 -0400 John W. Eaton deprecate unecessary global variable Vtrack_line_num
Mon, 21 Oct 2019 19:55:41 -0700 Rik NEWS: More format changes for Markdown syntax.
Tue, 22 Oct 2019 10:06:33 +0900 Kai T. Ohlhus doc: NEWS fix Markdown markup for code using "`" not "'".
Thu, 17 Oct 2019 20:41:03 +0200 Markus Mützel Document that regexp* functions need UTF-8 encoded input (bug #35910).
Mon, 21 Oct 2019 11:50:20 -0400 John W. Eaton remove OCTAVE_DEPRECTED tags from enum values (bug #57092)
Mon, 21 Oct 2019 16:23:52 +0100 Guillaume Flandin struct2hdl.m: Allow light objects to be constructed (bug #57093)
Fri, 18 Oct 2019 16:45:56 -0400 John W. Eaton include ENABLE_COMMAND_LINE_PUSH_PARSER in build info struct
Fri, 18 Oct 2019 16:44:14 -0400 John W. Eaton use push parser in debug repl if enabled
Fri, 18 Oct 2019 15:57:58 -0400 John W. Eaton use unwind_protect_var instead of unwind_protect object for a single var
Fri, 18 Oct 2019 15:40:25 -0400 John W. Eaton consolidate initialization code
Fri, 18 Oct 2019 14:31:22 -0400 John W. Eaton be more defensive about using m_app_context in interpreter code
Fri, 18 Oct 2019 11:57:40 -0400 John W. Eaton only increment command number when complete block of code is parsed
Fri, 18 Oct 2019 11:06:11 -0400 John W. Eaton eliminate promptflag from the lexer and input reader classes
Fri, 18 Oct 2019 09:08:06 -0400 John W. Eaton refactor input_reader class and its use in lexer
Fri, 18 Oct 2019 07:41:02 -0400 John W. Eaton Backed out changeset 28ed77ca1e4a
Sun, 20 Oct 2019 08:55:16 -0700 Rik doc: Add Anthony Morast to list of Octave contributors.
Fri, 18 Oct 2019 17:24:37 -0700 Mike Miller doc: fix '.' Operator Index entry to build with Texinfo 6.7
Thu, 17 Oct 2019 20:09:10 +0200 Markus Mützel Check if input to regexp is valid UTF-8 is faster than PCRE's checks (bug #57064).
Fri, 18 Oct 2019 07:51:46 -0700 Rik doc: Use "rightmost" to describe how format() behaves with multiple arguments.
Fri, 18 Oct 2019 13:26:22 +0900 Kai T. Ohlhus doc: improve format() docstring and NEWS announcement.
Thu, 17 Oct 2019 11:59:26 -0400 John W. Eaton restore some exception handling functions and variables and deprecate them