log

age author description
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
Wed, 15 Aug 2012 21:56:26 -0500 Max Brister pt-jit.h: Remove dated current status comment
Wed, 15 Aug 2012 08:33:03 -0700 Rik build: Add rule to build ctags for *.m files in scripts directory.
Wed, 15 Aug 2012 11:08:30 -0400 Mike Miller Include common build configuration in gui/src
Wed, 15 Aug 2012 10:48:06 -0400 Jordi Gutiérrez Hermoso find-dialog.{h,cc}: Get rid of DOS newlines
Tue, 14 Aug 2012 21:52:50 -0700 Rik sombrero.m: Put input validation first and add %!tests.
Tue, 14 Aug 2012 21:32:26 -0700 Rik doc: Remove multiple seealso links to I (bug #37046).
Tue, 14 Aug 2012 15:55:52 -0700 Rik build: Remove unneeded -Ioctave-value, -Ioperators from AM_CPPFLAGS.
Tue, 14 Aug 2012 15:17:39 -0700 Rik doc: Document escape character processing within single quotes for regexp, warning, error.
Tue, 14 Aug 2012 13:57:44 -0700 Rik configure.ac: Add checks for a few missing types.
Mon, 13 Aug 2012 20:24:14 -0500 Max Brister Do not simplify the CFG during type inference
Mon, 13 Aug 2012 15:43:49 -0700 Rik Add AX_COMPARE_VERSION.m4 macro m4/ dir to make configure.ac simpler.
Mon, 13 Aug 2012 17:05:14 -0500 Max Brister Support balance, cond, det, norm, rand, magic, eye, and mod in JIT
Mon, 13 Aug 2012 14:06:47 -0700 Rik configure.ac: Correct GCC_VERSION test to return only version number and no other text.
Mon, 13 Aug 2012 14:04:26 -0700 Rik Deprecate configure variables CC_VERSION, CXX_VERSION.
Mon, 13 Aug 2012 12:56:53 -0700 Rik Remove obsolete m4 macro OCTAVE_SMART_PUTENV.
Mon, 13 Aug 2012 11:56:07 -0700 Rik configure.ac: Re-indent for clarity. Try to shorten long lines < 80 characters.
Mon, 13 Aug 2012 12:16:26 -0400 John W. Eaton follow Octave pattern for resource_manager singleton