log

age author description
Tue, 22 Nov 2011 20:10:22 -0800 Rik doc: Update NEWS file with more 3.6.0 features
Tue, 22 Nov 2011 19:50:06 -0800 Rik Remove recycle from list of unimplemented functions
Tue, 22 Nov 2011 22:42:15 -0500 John W. Eaton * oct-obj.h, oct-obj.cc: Use macros to declare and define octave_allocator.
Tue, 22 Nov 2011 22:01:52 -0500 John W. Eaton avoid reloading private functions when checking to see whether they are out of date
Tue, 22 Nov 2011 18:26:28 -0800 Rik Remove unnecessary regular expression '.*' from ends of %!error blocks
Tue, 22 Nov 2011 17:56:06 -0800 Rik test.m: Update tests which depend on error messages changed in toeplitz.m
Tue, 22 Nov 2011 17:46:59 -0800 Rik hadamard.m: Fix failing %!tests
Tue, 22 Nov 2011 17:43:30 -0500 John W. Eaton cd: behave like unixy shells for "cd" alone, but be Matlab compatible if doing "current_dir = cd"
Wed, 23 Nov 2011 00:37:45 +0100 Carlo de Falco updated gnulib to get the fix for bug #34839
Tue, 22 Nov 2011 18:20:41 +0100 Konstantinos Poulios title positioning taking xaxislocation into account (bug #33418)
Tue, 22 Nov 2011 17:53:18 +0100 Konstantinos Poulios Merged changes
Tue, 22 Nov 2011 17:50:11 +0100 Konstantinos Poulios strip trailing spaces
Tue, 22 Nov 2011 08:41:45 -0800 Rik pascal.m: Use in-place assignment operator for faster negation
Tue, 22 Nov 2011 04:23:02 -0500 John W. Eaton maint: distribute profiler.h
Tue, 22 Nov 2011 04:03:19 -0500 John W. Eaton maint: correct list of files for test subdirectories.
Mon, 21 Nov 2011 16:36:20 -0500 John W. Eaton * pascal.m: Style fixes.
Mon, 21 Nov 2011 16:34:31 -0500 John W. Eaton __voronoi__: avoid undeclared variable warning
Mon, 21 Nov 2011 11:58:43 -0800 Rik pascal.m: Update coding style. Use in-place operations where possible.
Mon, 21 Nov 2011 09:38:45 +0000 Michael Goffioul [Win32] For compilation on MinGW due to wchar_t* conversion. gui
Mon, 21 Nov 2011 04:10:37 -0500 John W. Eaton quote filenames passed to the shell
Mon, 21 Nov 2011 04:06:52 -0500 John W. Eaton Backed out changeset 19e11eb17812
Mon, 21 Nov 2011 03:16:39 -0500 John W. Eaton quote filenames passed to the shell
Mon, 21 Nov 2011 02:05:25 -0500 John W. Eaton Backed out changeset 5c2096009c43
Mon, 21 Nov 2011 01:40:24 -0500 John W. Eaton avoid using invalid value for figure outerposition
Sun, 20 Nov 2011 13:19:35 -0800 Rik doc: Add Vanya Sergeev to list of contributors
Fri, 23 Sep 2011 05:13:01 -0400 Vanya Sergeev pascal.m: permutation compatibility with Matlab for n=2; fixed n=0 case (Bug #34365)
Sat, 19 Nov 2011 20:41:29 -0800 Rik hadamard.m: Embed hadamard28 matrix as constant rather than computed value.
Sat, 19 Nov 2011 07:15:19 -0800 Rik invhilb.m: update coding style.
Sat, 19 Nov 2011 07:05:28 -0800 Rik magic.m: Use Octave spacing convention. Add more input validation tests.
Sat, 19 Nov 2011 06:56:03 -0800 Rik wilkinson.m: Use Octave spacing conventions in code. Add more input validation tests.
Fri, 18 Nov 2011 14:26:20 -0800 Rik toeplitz.m: Update coding style
Fri, 18 Nov 2011 12:28:20 -0800 Rik hankel.m: Recode for 3.5X speedup
Fri, 18 Nov 2011 12:25:19 -0800 Rik maint: update .hgsubstate
Fri, 18 Nov 2011 10:17:09 -0500 John W. Eaton allow bar (..., color) to work
Fri, 18 Nov 2011 09:32:30 +0000 Michael Goffioul Fix MinGW compilation problem with tlhelp32.h
Thu, 17 Nov 2011 21:58:56 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Thu, 17 Nov 2011 21:49:42 -0500 Jordi Gutiérrez Hermoso maint: keep gnulib under a subrepo
Thu, 17 Nov 2011 23:04:02 +0000 Michael Goffioul [Win32] Implement sendText capability in Win32 terminal widget. gui
Thu, 17 Nov 2011 11:32:50 -0800 Rik vander.m: Update coding style
Thu, 17 Nov 2011 14:14:10 -0500 John W. Eaton finish previous change to __voronoi__
Thu, 17 Nov 2011 13:47:12 -0500 John W. Eaton fix regression in __voronoi__ and convhulln option processing
Thu, 17 Nov 2011 12:59:10 +0000 Michael Goffioul [Win32] Make standard IO setup more robust in QConsole. gui
Thu, 17 Nov 2011 05:22:35 -0500 John W. Eaton * convhulln.cc: Clean up argument parsing and variable decls.
Thu, 17 Nov 2011 05:21:16 -0500 John W. Eaton avoid writing outside bounds of matrix
Thu, 17 Nov 2011 09:30:29 +0000 Michael Goffioul [Win32] Force hiding console window. gui
Thu, 17 Nov 2011 04:01:04 -0500 John W. Eaton copy parent class info when performing operations on class objects
Thu, 17 Nov 2011 00:26:36 -0500 Jordi Gutiérrez Hermoso Clarify error message when raising matrices to powers
Wed, 16 Nov 2011 20:49:04 -0800 Rik hilb.m: 10% speedup by using in-place accumulation.
Wed, 16 Nov 2011 16:17:13 -0500 John W. Eaton more compatibility fixes for __voronoi__
Wed, 16 Nov 2011 14:37:55 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Wed, 16 Nov 2011 18:51:04 +0000 Michael Goffioul Initial implementation of a Qt Win32 terminal widget. gui
Tue, 15 Nov 2011 01:29:22 -0500 John W. Eaton cell2struct: if DIM is omitted, use a default value of 1.
Mon, 14 Nov 2011 21:50:16 -0500 Jordi Gutiérrez Hermoso Clean up help about old flags for debug variables
Mon, 14 Nov 2011 18:43:06 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Sat, 12 Nov 2011 19:26:32 +0000 Carnë Draug news: fixing bug when package is not specified and core NEWS file can't be found
Sat, 05 Nov 2011 17:16:28 +0000 Carnë Draug NEWS file of packages now expected to be in the package root. Also support ONEWS file as per GNU the standards. Updated manual accordingly.
Thu, 03 Nov 2011 12:11:31 +0000 Carnë Draug news: support to read news of installed packages
Mon, 14 Nov 2011 04:14:04 -0500 John W. Eaton compatibility fixes for __voronoi__
Sat, 12 Nov 2011 23:45:51 +0100 Carlo de Falco fix extra output parameters in gmres
Fri, 11 Nov 2011 23:16:30 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes.