log

age author description
Tue, 18 Sep 2012 08:41:27 -0400 Jordi Gutiérrez Hermoso Merge in Ed's changes
Mon, 17 Sep 2012 22:36:45 -0700 Ed Meyer corrections to the doc for mgorth
Tue, 18 Sep 2012 01:32:30 -0400 John W. Eaton eliminate copy and paste copyright info in GUI about info box
Tue, 18 Sep 2012 00:40:16 -0400 John W. Eaton include new files in libinterp/interp-core/module.mk
Mon, 17 Sep 2012 23:07:22 -0400 John W. Eaton refactor GUI event handling to use new event_queue class
Mon, 17 Sep 2012 22:38:53 -0400 John W. Eaton provide load_workspace and save_workspace functions
Mon, 17 Sep 2012 22:37:58 -0400 John W. Eaton provide debug functions
Mon, 17 Sep 2012 22:35:43 -0400 John W. Eaton * variables.h, variables.cc (clear_current_scope): New function.
Mon, 17 Sep 2012 22:35:38 -0400 John W. Eaton default arg values for DEFUN functions
Mon, 17 Sep 2012 18:34:29 -0400 John W. Eaton provide command_hist::clear_history function
Mon, 17 Sep 2012 19:52:20 -0400 John W. Eaton abstract unwind_protect
Mon, 17 Sep 2012 08:50:46 -0400 Jordi Gutiérrez Hermoso Remove reference to obsolete purge_tmp_files function
Sun, 16 Sep 2012 11:17:41 -0700 Rik hgignore: Update patterns to reflect directory changes to source tree.
Sat, 15 Sep 2012 12:32:04 -0700 Rik voronoi.m: Fix bug when there are multiple identical input points (bug #37270)
Sat, 15 Sep 2012 11:10:07 -0700 Rik build: Re-arrange libgui Makefile.am to follow same ordering as liboctave.
Fri, 14 Sep 2012 22:57:00 -0400 John W. Eaton fix broken libgui build
Fri, 14 Sep 2012 11:25:57 -0700 Rik configure.ac: Implement some portable sh programming recommendations from Autoconf.
Fri, 14 Sep 2012 11:52:44 -0400 John W. Eaton eliminate use of Q_UNUSED macro
Fri, 14 Sep 2012 11:14:27 -0400 John W. Eaton merge event_accepted and event_reject into a single function
Fri, 14 Sep 2012 09:49:13 -0400 John W. Eaton handle event deletion in octave_link class, not in event handler functions
Fri, 14 Sep 2012 09:06:58 -0400 John W. Eaton force C++ linking for liboctave and liboctgui
Fri, 14 Sep 2012 06:09:41 -0600 Max Brister Erase partially created functions on JIT compilation failure (bug #37308)
Thu, 13 Sep 2012 12:44:18 -0700 Rik build: Don't directly compile #included template code Sparse.cc, MSparse.cc
Thu, 13 Sep 2012 15:20:16 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 13 Sep 2012 15:14:47 -0400 John W. Eaton rcond: use new copy of data for full factorization if positive definite cholesky factorization fails (bug #37336) stable
Thu, 13 Sep 2012 11:21:22 -0700 Rik build: Use TEMPLATE_SRC variable, not OTHER_INC, for C++ template instantiation code.
Thu, 13 Sep 2012 11:06:27 -0700 Rik build: Don't both include and compile oct-sort.cc.
Thu, 13 Sep 2012 18:59:35 +0200 Jacob Dawid Merge.
Thu, 13 Sep 2012 18:59:00 +0200 Jacob Dawid Update hg substate to point to newest qterminal version.
Thu, 13 Sep 2012 12:32:51 -0400 Jordi Gutiérrez Hermoso Merge in Daniel's and Torsten's changes