log

age author description
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.