log

age author description
Fri, 10 Oct 2008 15:10:58 -0400 John W. Eaton graphics.cc (base_graphics_properties::adopt): place new child at front of list, not end; make children a column vector instead of a row vector
Fri, 10 Oct 2008 14:54:47 -0400 John W. Eaton graphics.cc: style fix
Fri, 10 Oct 2008 11:07:53 -0400 John W. Eaton [mq]: graphics-backend
Fri, 10 Oct 2008 16:44:21 +0200 Jaroslav Hajek fix for SuiteSparse 3.2
Fri, 10 Oct 2008 08:02:24 +0200 Jaroslav Hajek fix sorting of non-POD objects
Thu, 09 Oct 2008 07:42:34 -0400 Ben Abbott __axis_label__.m: Inherit font properties from axes.
Wed, 08 Oct 2008 14:31:59 -0400 John W. Eaton update contrib.txi
Wed, 08 Oct 2008 14:29:51 -0400 John W. Eaton update contrib.txi
Wed, 08 Oct 2008 20:00:25 +0200 Jaroslav Hajek replace all TODOs and XXXs with FIXMEs
Wed, 08 Oct 2008 14:10:08 -0400 John W. Eaton fileparts.m: handle "/file" correctly; improve compatibilty
Fri, 03 Oct 2008 23:10:09 +0200 Thorsten Meyer help new contributors with mercurial
Wed, 08 Oct 2008 12:55:27 -0400 Ben Abbott cla.m: Add matlab function cla().
Wed, 08 Oct 2008 12:25:13 -0400 John W. Eaton additional AIX build fix
Wed, 08 Oct 2008 11:35:26 -0400 John W. Eaton delete.m: pass array of handles to __go_delete__
Wed, 08 Oct 2008 11:29:27 -0400 David Bateman Allow arrays of graphic handles to F__go_delete__
Wed, 08 Oct 2008 14:35:33 +0200 Jaroslav Hajek fix integer exponentiation
Wed, 08 Oct 2008 08:24:50 +0200 Jaroslav Hajek add missing BLAS routines
Wed, 08 Oct 2008 08:01:46 +0200 Jaroslav Hajek remove the int->real conversion code vulnerability to compiler optimization
Tue, 07 Oct 2008 15:49:03 +0200 Jaroslav Hajek tests for int64 arithmetics
Tue, 07 Oct 2008 15:28:45 +0200 Jaroslav Hajek fix uint64 mixed operations
Mon, 06 Oct 2008 21:06:05 -0400 John W. Eaton use case-insensitive comparison for graphics properties; misc style fixes
Mon, 06 Oct 2008 20:39:44 -0400 Ben Abbott Remove reliance on ishandle(vec) == false.
Mon, 06 Oct 2008 20:36:31 -0400 Ben Abbott delete.m: Permit a vector of handles to be deleted.
Mon, 06 Oct 2008 20:33:59 -0400 David Bateman AIX Build fix
Mon, 06 Oct 2008 16:16:04 -0400 John W. Eaton Sparse-op-defs.h: undo previous change
Mon, 06 Oct 2008 21:38:49 +0200 Jaroslav Hajek implement 64-bit arithmetics
Mon, 06 Oct 2008 14:12:09 -0400 John W. Eaton oct-type-conv.h (octave_type_conv_body): avoid shadow warning from GCC
Mon, 06 Oct 2008 13:31:56 -0400 David Bateman Handle arrays of handles in the Fishandle function
Mon, 06 Oct 2008 13:03:04 -0400 John W. Eaton ChangeLog fixes
Mon, 06 Oct 2008 11:07:54 -0400 John W. Eaton fix sparse-matrix bool/cmp op instantiation problem
Mon, 06 Oct 2008 14:02:36 +0200 Jaroslav Hajek small fixes in oct-lookup.h
Fri, 03 Oct 2008 13:04:14 +0200 Jaroslav Hajek imported patch maybe_delete_fix.diff
Fri, 03 Oct 2008 13:03:34 +0200 Jaroslav Hajek fix assignN still calling maybe_delete_elements
Fri, 03 Oct 2008 12:18:33 +0200 Thorsten Meyer hg syntax bug in mercurial example
Fri, 03 Oct 2008 11:55:44 +0200 Thorsten Meyer uncomplete sentence in documentation text
Thu, 02 Oct 2008 22:50:44 +0200 Jaroslav Hajek fix null assignment for structs
Thu, 02 Oct 2008 15:00:28 -0400 John W. Eaton pkg.m: better handling of filenames with spaces
Thu, 02 Oct 2008 15:00:18 -0400 John W. Eaton pt-arg-list.cc (tree_argument_list::convert_to_const_vector): don't insert undefined elements in return list
Thu, 02 Oct 2008 13:25:57 -0400 Benjamin Lindner enclose building direcries in quotes in pkg.m
Thu, 02 Oct 2008 12:43:47 -0400 Ben Abbott __go_draw_axes__.m: Remove depdenence on gnuplot version.
Wed, 01 Oct 2008 11:34:45 -0400 John W. Eaton fix contributors file
Wed, 01 Oct 2008 11:05:13 -0400 Jaroslav Hajek rewrite integer arithmetics and conversions
Tue, 30 Sep 2008 09:19:43 +0200 Jaroslav Hajek fix empty string assignment
Sat, 27 Sep 2008 16:53:40 +0200 Ivan Sutoris describe additional arguments in sqp() documentation string
Tue, 30 Sep 2008 16:09:09 -0400 Ben Abbott __go_draw_axes__.m: Fix interpolation of facecolors.
Tue, 30 Sep 2008 13:11:06 -0400 John W. Eaton __magick_read__.cc: only define magick_to_octave_value functions if HAVE_MAGICK is defined
Mon, 29 Sep 2008 20:25:42 -0400 John W. Eaton __go_draw_axes__.m: eliminate have_newer_gnuplot variable
Mon, 29 Sep 2008 18:47:24 -0400 John W. Eaton __gnuplot_version__.m: include patchlevel in output
Mon, 29 Sep 2008 18:16:57 -0400 John W. Eaton symtab.cc (symbol_table::fcn_info::fcn_info_rep::load_class_method): Call load_class_constructor if name and dispatch_type are the same.
Mon, 29 Sep 2008 18:08:53 -0400 John W. Eaton symtab.cc: style fixes
Mon, 29 Sep 2008 16:48:04 -0400 David Bateman Check for class specific methods in symbol_table::find_function
Mon, 29 Sep 2008 13:36:17 -0400 Ben Abbott deconv.m: Fix row/col orientation & length of output
Mon, 29 Sep 2008 09:33:06 -0400 Ben Abbott conv.m: Correct row/col orientation of output
Mon, 29 Sep 2008 07:57:57 +0200 Jaroslav Hajek add missing return in Array<T>::delete_elements_2
Fri, 26 Sep 2008 17:35:49 -0400 Jaroslav Hajek add more tests for null assignment
Fri, 26 Sep 2008 15:19:41 -0400 John W. Eaton symtab.cc (out_of_date_check_internal): fix order of arguments in call to load_path::find_method
Fri, 26 Sep 2008 13:29:29 -0400 David Bateman Add subsindex and ismethod functions
Fri, 26 Sep 2008 13:23:02 -0400 Soren Hauberg Only run tests that depend on HDF5 and QHull if Octave was actually
Fri, 26 Sep 2008 13:18:13 -0400 John W. Eaton imfinfo.m: delete temporary files
Fri, 26 Sep 2008 13:16:42 -0400 John W. Eaton urlwrite.cc (Furlwrite): delete files we create if download fails