log

age author description
Sat, 02 Mar 2013 22:31:40 +0100 Torsten gui: make sure settings are really written into the settings file
Sat, 02 Mar 2013 12:26:42 -0500 John W. Eaton check syntax used to enable bison push/pull parser
Sat, 02 Mar 2013 07:59:25 -0800 Rik pkg.m: Restore ability to use '~' in specifying prefix directories.
Sat, 02 Mar 2013 07:51:08 -0800 Rik Fix check of canonicalize_file_name output status in pkg bulding (Bug #38451)
Sat, 02 Mar 2013 08:10:56 -0500 John W. Eaton eliminate UGLY_DEFS
Sat, 02 Mar 2013 07:41:50 -0500 John W. Eaton new way to test for features in Octave scripts
Fri, 01 Mar 2013 14:06:02 -0800 Rik Fix range behavior with -0 endpoints (bug #38423)
Fri, 01 Mar 2013 12:46:56 -0800 Rik Set LC_NUMERIC to "C" locale regardless of user value. (Matlab compatibility and bug #38372)
Fri, 01 Mar 2013 07:18:18 -0500 John W. Eaton make push parser interface partially work
Fri, 01 Mar 2013 07:12:45 -0500 John W. Eaton don't attempt to print unprintable tokens
Fri, 01 Mar 2013 07:05:32 -0500 John W. Eaton * input.cc (get_user_input): Only return eof if retval is empty.
Fri, 01 Mar 2013 07:10:31 -0500 John W. Eaton move end_of_input flag from octve_parser class to octave_lexer class
Thu, 28 Feb 2013 12:07:23 -0800 Rik build: Fix unused variable warning in compiling input.cc.
Thu, 28 Feb 2013 11:12:58 -0800 Rik build: Fix sed pattern exceeding shell command line length (bug #38075)
Thu, 28 Feb 2013 12:01:29 -0500 Ben Abbott Increase gnuplot linestyle dash lengths.
Thu, 28 Feb 2013 11:41:31 -0500 Jordi Gutiérrez Hermoso maint: merge in Julien's changes
Thu, 28 Feb 2013 08:57:27 +0100 Julien Bect test/classes/classes.tst: Fix erroneous bug numbers in comments
Thu, 28 Feb 2013 11:24:38 -0500 John W. Eaton rename lexical_feedback to octave_lexer
Thu, 28 Feb 2013 10:53:27 -0500 John W. Eaton optionally use push parser interface
Thu, 28 Feb 2013 02:25:44 -0500 John W. Eaton maint: periodic merge of stable to default
Thu, 28 Feb 2013 02:04:24 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 27 Feb 2013 21:45:29 -0500 John W. Eaton * lex.ll: Change y.tab.h to oct-parse.h in comment.
Wed, 27 Feb 2013 21:43:34 -0500 John W. Eaton move some variables into the octave_parser class
Wed, 27 Feb 2013 21:23:27 -0500 John W. Eaton * input.cc (input_event_hook): Return 0.
Wed, 27 Feb 2013 20:32:42 -0500 John W. Eaton parser tweaks
Wed, 27 Feb 2013 18:52:46 -0500 John W. Eaton * lex.ll: Use C-style comments in preamble.
Wed, 27 Feb 2013 18:49:16 -0500 John W. Eaton use pure parser and reentrant lexer interfaces
Wed, 27 Feb 2013 18:21:50 -0500 John W. Eaton delete unnecessary X-> references inside class X member functions
Wed, 27 Feb 2013 17:28:12 -0500 John W. Eaton don't access lexer values directly when grabbing help text from .m files.
Wed, 27 Feb 2013 16:06:03 -0500 John W. Eaton use %option noyywrap
Wed, 27 Feb 2013 16:05:59 -0500 John W. Eaton maint: reorder functions in oct-parse.yy
Wed, 27 Feb 2013 15:58:06 -0500 Jordi Gutiérrez Hermoso maint: Merge in Jaane's changes
Wed, 27 Feb 2013 21:31:55 +0200 Janne Olavi Paanajärvi Fix mex function reloading (bug 34861).
Wed, 27 Feb 2013 15:40:49 -0500 John W. Eaton rename yyerror to bison_error and make it a member of octave_parser class
Wed, 27 Feb 2013 14:51:21 -0500 Jordi Gutiérrez Hermoso Merge in Julien's changes
Tue, 26 Feb 2013 12:06:45 +0100 Julien Bect Modify pt-mat.cc to solve a problem related to vertcat/horzcat overloading.
Wed, 27 Feb 2013 13:09:33 -0500 John W. Eaton move a function and data member from lexical_feedback to octave_parser
Wed, 27 Feb 2013 13:07:38 -0500 John W. Eaton execute parser using member function of octave_parser class
Wed, 27 Feb 2013 09:26:26 -0800 Rik build: Shorten long doc node title to prevent error in creating tar archive.
Wed, 27 Feb 2013 11:14:44 -0500 John W. Eaton don't declare octave_parser member functions static
Tue, 26 Feb 2013 20:33:47 -0800 Rik build: remove obsolet macros from common.mk
Tue, 26 Feb 2013 21:04:40 -0500 John W. Eaton move static parser helper functions to octave_parser class
Tue, 26 Feb 2013 20:10:00 -0500 John W. Eaton new class for parser state
Tue, 26 Feb 2013 16:52:33 -0800 Rik build: check for grep in configure and then use it in build process.
Tue, 26 Feb 2013 15:22:12 -0800 Rik build: Eliminate 2 unused variable warnings when not compiling with JIT.
Tue, 26 Feb 2013 16:15:12 -0500 John W. Eaton localize use of yyleng with lexical_feedback member function
Tue, 26 Feb 2013 16:03:00 -0500 John W. Eaton localize use of yy_fatal_error with lexical_feedback member function
Tue, 26 Feb 2013 15:39:56 -0500 John W. Eaton localize use of yytext with lexical_feedback member function
Tue, 26 Feb 2013 15:23:27 -0500 John W. Eaton avoid using unwind_protect::run
Tue, 26 Feb 2013 15:13:43 -0500 John W. Eaton localize use of yylval.tok_val in lexical_feedback member functions
Tue, 26 Feb 2013 14:31:34 -0500 John W. Eaton allow xunput to be called without buffer argument
Tue, 26 Feb 2013 13:24:41 -0500 John W. Eaton move more lexer helper functions to lexical_feedback class
Tue, 26 Feb 2013 12:43:36 -0500 John W. Eaton maint: move function definition in lex.ll
Tue, 26 Feb 2013 12:43:15 -0500 John W. Eaton move reset_parser lexer helper function to lexical_feedback class
Tue, 26 Feb 2013 12:26:02 -0500 John W. Eaton maint: move function definition in lex.ll
Tue, 26 Feb 2013 12:24:54 -0500 John W. Eaton move octave_read lexer helper function to lexical_feedback class
Tue, 26 Feb 2013 12:01:54 -0500 John W. Eaton maint: reorder class definitions in lex.ll
Tue, 26 Feb 2013 11:50:41 -0500 John W. Eaton move more static lexer helper functions to lexical_feedback class
Tue, 26 Feb 2013 11:47:59 -0500 John W. Eaton maint: move class definition in lex.ll
Tue, 26 Feb 2013 11:23:04 -0500 John W. Eaton store pointer to current lexer in flex_stream_reader object
Tue, 26 Feb 2013 10:58:33 -0500 John W. Eaton cleanup lexical_feedback objects
Tue, 26 Feb 2013 02:52:48 -0500 John W. Eaton * lex.ll: Reorder function definitions.
Tue, 26 Feb 2013 02:40:32 -0500 John W. Eaton move static lexer helper functions to lexical_feedback class
Tue, 26 Feb 2013 02:34:13 -0500 John W. Eaton return yyparse status from octave_parse_input
Tue, 26 Feb 2013 01:34:11 -0500 John W. Eaton move token stack to lexical_feedback class
Tue, 26 Feb 2013 01:10:08 -0500 John W. Eaton use pointer for global lexical_feedback structure
Tue, 26 Feb 2013 00:45:43 -0500 John W. Eaton new entry point for parser
Mon, 25 Feb 2013 21:01:36 -0800 Rik Update gnuplot plotting scripts for faster or more modern synta
Mon, 25 Feb 2013 23:49:43 -0500 John W. Eaton give name to anonymous enum
Mon, 25 Feb 2013 23:48:32 -0500 John W. Eaton use enum for values returned by eat_continuation and eat_whitespace
Mon, 25 Feb 2013 21:59:40 -0500 John W. Eaton move block_comment_nesting_level to lexical_feedback_class
Mon, 25 Feb 2013 21:54:15 -0500 John W. Eaton move nesting_level to lexical_feedback class
Mon, 25 Feb 2013 21:30:51 -0500 John W. Eaton move input_line_number and current_input_column to lexical_feedback class
Mon, 25 Feb 2013 20:26:52 -0500 John W. Eaton move global parser_end_of_input variable to lexical_feedback class
Mon, 25 Feb 2013 20:06:44 -0500 John W. Eaton provide copy contructor and operator = for lexical_feedback class.
Mon, 25 Feb 2013 19:45:46 -0500 John W. Eaton reorder data members in lexical_feedback class
Mon, 25 Feb 2013 14:22:54 -0800 Rik Backout changeset 238e499c5fea (locale support in scanf)
Mon, 25 Feb 2013 01:04:15 -0500 John W. Eaton move octave_read to lex.ll
Mon, 25 Feb 2013 00:45:35 -0500 John W. Eaton improve end of file handling for lexer input
Sun, 24 Feb 2013 20:38:33 -0800 Rik Fix additional warning associated with Texinfo 5.0 (bug #38392)
Sun, 24 Feb 2013 07:25:56 -0800 Rik Fix warning when using "termoption dashed" with gnuplot 4.2.X (bug #38370)
Sun, 24 Feb 2013 07:16:22 -0800 Rik doc: Fix warnings associated with Texinfo 5.0 (bug #38392)
Sat, 23 Feb 2013 12:55:16 +0100 Julien Bect Add to test/classes/module.mk new files from changeset e603ce23f20c
Sat, 23 Feb 2013 10:08:56 -0500 John W. Eaton avoid gcc warning about int to char conversion
Fri, 22 Feb 2013 19:01:10 -0500 John W. Eaton pass lvalue_list to more subsref calls (bug #38374)
Fri, 22 Feb 2013 11:22:21 -0500 John W. Eaton use true/false for NO_OCT_FILE_STRIP configuration variable
Thu, 21 Feb 2013 15:18:02 -0500 John W. Eaton Added tag release-3-6-4 for changeset b29b10fbb744 stable
Thu, 21 Feb 2013 15:17:54 -0500 John W. Eaton Version 3.6.4 released. stable release-3-6-4
Thu, 21 Feb 2013 22:31:13 -0800 Rik maint: backout accidental check-in 979ebfdd240d.
Thu, 21 Feb 2013 16:19:58 +0100 Julien Bect plotmatrix.m: Fix bug when number of columns in 2 inputs differs (bug #38368)
Thu, 21 Feb 2013 17:51:43 -0800 Rik [mq]: stemleaf
Thu, 21 Feb 2013 15:14:35 -0500 John W. Eaton override automake .yy.cc rule (bug #36407) stable
Sat, 09 Feb 2013 13:56:33 -0500 Michael Godfrey stemleaf.m: Correct signbit test to use != 0 (bug #38291).
Thu, 21 Feb 2013 15:31:35 +0000 Michael Goffioul Mark sysdep_init/sysdep_cleanup for export.
Thu, 21 Feb 2013 15:26:07 +0000 Michael Goffioul refresh gnulib-hg repo
Thu, 21 Feb 2013 00:08:26 -0500 Mike Miller Reverse logic of libcurl feature test result
Thu, 21 Feb 2013 00:02:53 -0500 Mike Miller Fix typo in changeset dc39c1d84c5b
Wed, 20 Feb 2013 22:51:31 -0500 Mike Miller Restore default floating point state after calling Java
Wed, 20 Feb 2013 19:29:41 -0500 John W. Eaton provide some undocumented matlab behavior for linspace (bug #38151)
Wed, 20 Feb 2013 16:11:47 -0800 Rik newplot.m: Return handle to created axes for Matlab compatibility (Bug #38146)
Sat, 16 Feb 2013 22:06:59 -0500 Michael Godfrey Make signbit return logical 0 or 1 (bug #38291)
Wed, 20 Feb 2013 14:58:39 -0800 Rik Fix saving binary matrices with up to 2^31 elements (Bug #38326).
Wed, 20 Feb 2013 16:37:02 -0500 Jordi Gutiérrez Hermoso Fix bounds-checking in diagonal matrices (bug #38357)
Wed, 20 Feb 2013 11:36:36 -0500 Jordi Gutiérrez Hermoso Merge in Julien's changes
Wed, 20 Feb 2013 11:36:13 -0500 Jordi Gutiérrez Hermoso Whitespace cleanup
Tue, 29 Jan 2013 17:55:53 +0100 Julien Bect Fix and improve functions related to class precedence (bug #38290)
Sun, 17 Feb 2013 21:17:46 +0100 Torsten gui: fix updating history and workspace widget for mxe-octave
Sat, 16 Feb 2013 22:21:13 -0500 John W. Eaton use yes/no instead of true/false in confgure scripts
Sat, 16 Feb 2013 19:00:08 -0500 John W. Eaton maint: periodic merge of stable to default
Sat, 16 Feb 2013 18:58:58 -0500 John W. Eaton maint: merge away extra head on default
Sat, 16 Feb 2013 18:51:29 -0500 John W. Eaton maint: merge away extra head on stable stable
Mon, 11 Feb 2013 16:26:08 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 11 Feb 2013 16:23:14 -0500 John W. Eaton Added tag rc-3-6-4-2 for changeset cc5a7d1233f3 stable
Mon, 11 Feb 2013 16:22:26 -0500 John W. Eaton bump version for 3.6.4-rc2 stable rc-3-6-4-2
Mon, 11 Feb 2013 16:22:19 -0500 John W. Eaton * sqp.m: Relax tolerance in test. stable
Thu, 14 Feb 2013 21:11:46 +0100 Philip Nienhuis textscan.m: catch wrong headerlines values, tests added
Thu, 14 Feb 2013 21:09:45 +0100 Philip Nienhuis textread.m, textscan.m: catch wrong headerlines values, tests added
Wed, 13 Feb 2013 21:53:39 -0800 Rik binopdf.m: Ensure Matlab compatibility for boundary values (bug #38292).
Wed, 06 Feb 2013 21:45:04 +0000 Richard Crozier Created common octave_dock_widget class
Wed, 13 Feb 2013 21:28:30 -0800 Rik build: remove *-tst files with distclean rule.