log

age author description
Tue, 21 Aug 2012 14:03:27 -0400 John W. Eaton link liboctgui with liboctinterp.la
Mon, 20 Aug 2012 17:24:46 -0400 John W. Eaton set initial keyboard focus in command window (bug #36955)
Mon, 20 Aug 2012 15:37:54 -0400 John W. Eaton link gui in way that is more consistent with the rest of Octave
Mon, 20 Aug 2012 14:14:52 -0400 John W. Eaton fix name of ignored dldfcn/module.mk file
Mon, 20 Aug 2012 14:09:47 -0400 John W. Eaton * libgui/Makefile.am, libgui/src/Makefile.am: Style fixes.
Mon, 20 Aug 2012 14:04:45 -0400 John W. Eaton remove obsolete qmake configuration files
Mon, 20 Aug 2012 14:02:08 -0400 John W. Eaton update copyright notices in libgui directory
Sun, 19 Aug 2012 15:16:42 -0400 John W. Eaton override automake .yy.cc rule (bug #36407)
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Sat, 18 Aug 2012 22:03:11 -0400 John W. Eaton * __pie__.m: Avoid syntax errors in matrix lists.
Sat, 18 Aug 2012 21:56:37 -0400 John W. Eaton fix .m file missing from dist
Sat, 18 Aug 2012 20:38:52 -0400 John W. Eaton fix gui sources missing from dist
Sat, 18 Aug 2012 18:56:48 -0400 John W. Eaton * HACKING: Update for libinterp and libgui changes.
Sat, 18 Aug 2012 18:26:11 -0400 John W. Eaton * polyeig.m: Missing semicolon in test.
Sat, 18 Aug 2012 18:10:09 -0400 John W. Eaton rename gui directory to libgu
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src
Sat, 18 Aug 2012 12:01:06 +0200 Jacob Dawid Moved translators file and added GUI structure to etc/HACKING.
Fri, 17 Aug 2012 08:22:30 -0400 Vivek Dogra Modified interp1.m file to check whether X has distinct values or not.
Thu, 16 Aug 2012 18:57:45 -0500 Max Brister Remove octave_value::is_real_nd_array cruft
Thu, 16 Aug 2012 18:51:30 -0500 Max Brister Move type inference from jit_convert to jit_infer
Thu, 16 Aug 2012 12:18:52 -0400 Jordi Gutiérrez Hermoso polyeig.m: Style fixes
Thu, 16 Aug 2012 12:13:57 -0400 Jordi Gutiérrez Hermoso polyeig: remove DOS newlines
Thu, 16 Aug 2012 12:12:05 -0400 Jordi Gutiérrez Hermoso Merge in polyeig
Thu, 19 Jul 2012 04:53:34 +0100 Ed Meyer polyeig: return eigenvectors of the _correct_ size
Thu, 19 Jul 2012 04:50:43 +0100 Fotios Kasolis polyeig: new function
Tue, 14 Aug 2012 15:54:43 -0400 Jordi Gutiérrez Hermoso Proceed with the sparse Choleski computation when requested (bug #37095)
Thu, 16 Aug 2012 16:25:15 +0100 Carnë Draug pkg: check cURL library when using -forge
Wed, 15 Aug 2012 23:51:16 -0500 Max Brister pt-jit.h: Remove unused typedef
Wed, 15 Aug 2012 23:30:02 -0500 Max Brister Factor out jit_block_list and jit_factory from jit_convert
Wed, 15 Aug 2012 22:36:59 -0500 Max Brister Rename jit_convert::convert_llvm to jit_convert_llvm