log

age author description
Wed, 03 Oct 2012 02:32:26 -0400 John W. Eaton eliminate calls to bind_internal_variable when setting --traditional options
Wed, 03 Oct 2012 02:23:38 -0400 John W. Eaton * octave.cc (info_program, info_file): Delete unused static variables.
Wed, 03 Oct 2012 02:17:28 -0400 John W. Eaton set Vinfo_file and Vinfo_program variables directly from command line options
Wed, 03 Oct 2012 02:06:35 -0400 John W. Eaton * octave.cc (long_opts): Use --no-jit-compiler to match docs.
Tue, 02 Oct 2012 17:20:59 -0400 John W. Eaton remove FAQ from sources
Tue, 02 Oct 2012 15:53:23 -0400 John W. Eaton initialize docstrings for built-in functions from file
Mon, 01 Oct 2012 18:32:31 -0400 John W. Eaton eliminate some deprecated function warnings
Mon, 01 Oct 2012 18:32:12 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Mon, 01 Oct 2012 22:16:18 +0200 Torsten save and restore the list of recently visited directories
Mon, 01 Oct 2012 12:38:07 -0400 Jordi Gutiérrez Hermoso mean.m: improve geometric mean algorithm for small numbers. Add test.
Mon, 01 Oct 2012 08:23:05 -0700 Rik Fix first-pass compiling which creates bad *.df files (bug #37461)
Mon, 01 Oct 2012 09:02:03 -0400 Jordi Gutiérrez Hermoso Merge in Torsten's changes
Sun, 30 Sep 2012 15:13:33 +0200 Torsten save/restore column state and sorting (column and order) in files-widget
Sun, 30 Sep 2012 12:55:25 +0200 Torsten save and restore the columns order and width of the workspace-view
Sun, 30 Sep 2012 17:45:38 -0700 Rik build: Fix make distcheck on platforms that use compiled auxiliary programs.
Sat, 29 Sep 2012 23:40:00 -0700 Rik mkoctfile.in.cc: Change variable types to stop compilation warnings.
Sat, 29 Sep 2012 23:28:38 -0700 Rik build: Remove unusued BUILT_SOURCE_EXTRA variable.
Sat, 29 Sep 2012 23:10:22 -0700 Rik Makefile.am: Correct EXTRA_DIST to export bootstrap_gnulib.conf.
Sat, 29 Sep 2012 18:22:30 -0700 Rik configure.ac: Remove mkstemp check for MinGW now that gnulib module is used.
Sat, 29 Sep 2012 15:41:18 -0700 Rik build: Use putenv module from gnulib.
Sat, 29 Sep 2012 12:13:38 -0700 Rik configure.ac: Remove commented and obsolete test for Sun platform.
Sat, 29 Sep 2012 11:57:44 -0700 Rik build: Remove unnecessary AC_CHECK_FUNCS calls.
Fri, 28 Sep 2012 14:22:54 -0700 Rik build: Add missing tests and gnulib modules suggested by autoscan.
Fri, 28 Sep 2012 15:04:09 -0400 Jordi Gutiérrez Hermoso __contour__.m: initialise cont_lev and cont_area (bug #37458)
Fri, 21 Sep 2012 20:47:34 +0200 Torsten disable notification of modified file while saving
Thu, 27 Sep 2012 17:00:45 -0400 Jordi Gutiérrez Hermoso Replace deprecated DiagArray2<T>::diag calls with DiagArray2<T>::extract_diag
Thu, 27 Sep 2012 13:24:59 -0400 John Swensen Added multiline copy and execution to command history in IDE (bug #36884)
Thu, 27 Sep 2012 09:29:45 -0400 Jordi Gutiérrez Hermoso Merge in Torsten's changes