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
|
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.
|