log

age author description
Fri, 18 Sep 2009 10:13:53 -0400 John W. Eaton aclocal.m4: consistently quote first arg to AC_DEFUN
Fri, 18 Sep 2009 15:27:09 +0200 Jaroslav Hajek improve linspace in liboctave
Fri, 18 Sep 2009 06:40:06 -0400 John W. Eaton make drawnow work for fltk backend
Fri, 18 Sep 2009 05:51:13 -0400 John W. Eaton mexproto.h: define OCTINTERP_API if it is not already defined
Fri, 18 Sep 2009 11:01:55 +0200 Jaroslav Hajek omission from last patch
Thu, 17 Sep 2009 18:39:01 -0400 John W. Eaton changelog fix for previous change
Thu, 17 Sep 2009 17:25:37 -0400 John W. Eaton eliminate oct-dlldefs.h and oct-types.h
Wed, 16 Sep 2009 13:41:49 +0200 Jaroslav Hajek optimize & extend randperm
Tue, 15 Sep 2009 21:19:15 +0200 Jaroslav Hajek remove debugging function
Tue, 15 Sep 2009 13:48:39 -0400 John W. Eaton configure tweaks
Tue, 15 Sep 2009 17:17:13 +0200 Jaroslav Hajek don't return undefined output values from user functions
Tue, 15 Sep 2009 10:00:53 +0200 Jaroslav Hajek avoid returning undefined values from disp & fdisp
Mon, 14 Sep 2009 22:24:43 -0400 John W. Eaton doc/interpreter/optim.txi: document pqpnonneg
Mon, 14 Sep 2009 14:15:18 -0400 John W. Eaton update README.Cygwin
Mon, 14 Sep 2009 13:13:19 -0400 shaiay more bug fixes in fltk zoom
Mon, 14 Sep 2009 11:23:54 +0200 Jaroslav Hajek store scope->function pointer
Sat, 12 Sep 2009 10:15:38 -0400 John W. Eaton append + to version and api after snapshot
Sat, 12 Sep 2009 10:14:02 -0400 John W. Eaton Added tag ss-3-3-50 for changeset 74be4b7273e4
Sat, 12 Sep 2009 06:55:13 -0400 John W. Eaton update version info for snapshot ss-3-3-50
Fri, 11 Sep 2009 11:16:38 +0200 Jaroslav Hajek implement pqpnonneg
Fri, 11 Sep 2009 09:27:58 +0200 Jaroslav Hajek include missing source
Fri, 11 Sep 2009 08:47:25 +0200 Jaroslav Hajek simplify damped BFGS formula
Wed, 09 Sep 2009 19:41:29 -0400 Ben Abbott gnuplot_drawnow.m: Avoid flickering plot windows.
Wed, 09 Sep 2009 14:43:06 +0200 Jaroslav Hajek split __dogleg__ > __doglegm__
Tue, 08 Sep 2009 23:37:00 -0400 John W. Eaton dlmwrite.m: fix typo
Tue, 08 Sep 2009 14:44:55 -0400 John W. Eaton pr-output.cc: new test
Tue, 08 Sep 2009 14:27:35 +0200 Jaroslav Hajek further correct initial TR step strategy
Tue, 08 Sep 2009 13:39:39 +0200 Jaroslav Hajek fix extra outputs in fminunc
Mon, 07 Sep 2009 08:49:55 +0200 Jaroslav Hajek add LDFLAGS to OCT_LINK_DEPS
Sun, 06 Sep 2009 11:00:19 +0200 Jaroslav Hajek optimize Matrix*ColumnVector
Sun, 06 Sep 2009 10:54:36 +0200 Jaroslav Hajek implement Array<T>::clear overloads
Sun, 06 Sep 2009 10:02:09 +0200 Jaroslav Hajek update initial TR step for fsolve and fminunc
Sun, 06 Sep 2009 08:06:54 +0200 Jaroslav Hajek fix broken tests
Sun, 06 Sep 2009 07:41:34 +0200 Jaroslav Hajek fix scalar complex-real comparisons
Sat, 05 Sep 2009 21:00:44 -0400 John W. Eaton graphics.h.in: provide std::string and char* versions of graphics_object:get functions
Sat, 05 Sep 2009 19:02:39 -0400 John W. Eaton txt-eng-ft.cc (ft_manager::do_get_font): remove spurious assignment used for debugging
Sat, 05 Sep 2009 16:50:21 -0400 John W. Eaton correctly toggle hold state
Fri, 04 Sep 2009 17:57:46 -0400 John W. Eaton Makeconf.in: don't sort sparse and fftw cpp/ld flags
Fri, 04 Sep 2009 17:47:03 -0400 John W. Eaton avoid crash if default font can't be found
Fri, 04 Sep 2009 11:34:57 -0400 Marco Atzeri Changed SPARSE_LIBS order to respect dependency
Fri, 04 Sep 2009 11:30:46 -0400 Marco Atzeri Update README.Cygwin
Fri, 04 Sep 2009 11:25:44 -0400 John W. Eaton attempt to fix LD_PRELOAD for Cygwin
Fri, 04 Sep 2009 11:22:53 +0200 Jaroslav Hajek further liboctave design improvements
Thu, 03 Sep 2009 17:28:58 -0400 John W. Eaton pr-output.cc (set_format (const Complex&, int&, int&)): avoid passing NaN or Inf to log10
Thu, 03 Sep 2009 17:24:06 -0400 John W. Eaton configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
Thu, 03 Sep 2009 16:19:08 +0200 Jaroslav Hajek update NEWS
Thu, 03 Sep 2009 08:51:45 +0200 Jaroslav Hajek possibly mutate after in-place computed assignment
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Thu, 03 Sep 2009 06:59:53 +0200 Jaroslav Hajek clear index cache on ++,-- operators
Wed, 02 Sep 2009 13:11:06 -0400 John W. Eaton avoid some gcc warnings
Wed, 02 Sep 2009 14:30:00 +0200 Jaroslav Hajek ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATE
Wed, 02 Sep 2009 14:18:20 +0200 Jaroslav Hajek implement FLOAT_STORE to allow safer complex comparisons on x87
Wed, 02 Sep 2009 11:56:43 +0200 Jaroslav Hajek document subsasgn optimization in the OOP chapter
Wed, 02 Sep 2009 09:21:36 +0200 Jaroslav Hajek add a couple of missing copyright statements
Wed, 02 Sep 2009 08:35:48 +0200 Jaroslav Hajek BLAS integer size check in acx_blas_f77_func
Tue, 01 Sep 2009 16:50:54 -0400 John W. Eaton update contributors.in
Tue, 01 Sep 2009 16:48:10 -0400 Christophe Tournery wavread.m: rename data_size from obsolete ck_size
Tue, 01 Sep 2009 21:04:15 +0200 David Bateman Minor typo in new eigs.cc test
Tue, 01 Sep 2009 14:36:16 -0400 John W. Eaton configure.in, aclocal.m4: check fortran integer size
Tue, 01 Sep 2009 10:44:39 +0200 Jaroslav Hajek update NEWS
Tue, 01 Sep 2009 08:42:08 +0200 Jaroslav Hajek fix non-strict complex comparisons
Tue, 01 Sep 2009 08:15:59 +0200 David Bateman Fix nesting error in options parsing of eigs
Mon, 31 Aug 2009 19:31:21 -0400 John W. Eaton lo-ieee.cc: include cstdlib, update copyright date
Mon, 31 Aug 2009 19:29:48 -0400 John W. Eaton abort if floating point format is not recognized as IEEE
Mon, 31 Aug 2009 23:24:07 +0200 David Bateman More care with contour integrals in quadgk
Sun, 30 Aug 2009 21:56:18 +0200 Jaroslav Hajek update NEWS
Sun, 30 Aug 2009 21:48:19 +0200 Jaroslav Hajek warn about the complex comparison ops
Sun, 30 Aug 2009 10:32:10 +0200 Jaroslav Hajek remove unused macros from ops.h
Sat, 29 Aug 2009 11:50:59 -0400 John W. Eaton datestr: add missing semicolon
Fri, 28 Aug 2009 18:37:31 -0400 John W. Eaton also handle user-defined graphics properties in new property name validation scheme
Fri, 28 Aug 2009 05:30:29 -0400 John W. Eaton allow abbreviated graphics property names to match, with optional warning
Thu, 27 Aug 2009 15:49:51 -0400 John W. Eaton correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
Thu, 27 Aug 2009 15:43:09 -0400 John W. Eaton improve error messages for ambiguous graphics property names
Thu, 27 Aug 2009 16:08:23 +0200 Jaroslav Hajek fix previous change, avoid duplicate loads of methods in descendant classes
Thu, 27 Aug 2009 13:46:34 +0200 Jaroslav Hajek fix current class method determination
Thu, 27 Aug 2009 11:58:11 +0200 Jaroslav Hajek make complex scalar cmp ops consistent
Thu, 27 Aug 2009 11:19:33 +0200 Jaroslav Hajek refactor comparison ops implementations
Thu, 27 Aug 2009 08:38:56 +0200 Jaroslav Hajek copyirght & FIXME in aclocal.m4
Thu, 27 Aug 2009 07:54:44 +0200 Jaroslav Hajek fix int2str
Tue, 25 Aug 2009 14:03:30 +0200 David Grundberg Use pkg-config to configure GraphicsMagick++.
Wed, 26 Aug 2009 17:45:31 -0400 E. Joshua Rigler datestr: set tm.isdst to -1 before calling mktime
Wed, 26 Aug 2009 16:42:14 -0400 John W. Eaton configure.in: restore LIBS after checking for ARPACK
Wed, 26 Aug 2009 16:41:38 -0400 John W. Eaton use OCTAVE_CHECK_LIB to check for UMFPACK
Wed, 26 Aug 2009 15:09:03 -0400 John W. Eaton configure.in: style fixes for messages
Wed, 26 Aug 2009 14:59:37 -0400 John W. Eaton use OCTAVE_CHECK_LIBRARY to check for qrupdate library
Wed, 26 Aug 2009 13:45:01 -0400 John W. Eaton octave-bug.in: correct substitutions
Wed, 26 Aug 2009 13:15:40 -0400 John W. Eaton use OCTAVE_CHECK_LIBRARY to check for ARPACK
Wed, 26 Aug 2009 11:44:01 -0400 John W. Eaton src/Makefile.in: another update to list of libraries for linking
Wed, 26 Aug 2009 11:36:32 -0400 John W. Eaton src/Makefile.in: update list of libraries for linking
Wed, 26 Aug 2009 11:31:26 -0400 Benjamin Lindner adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Wed, 26 Aug 2009 08:55:31 +0200 Jaroslav Hajek fix typo in last patch
Wed, 26 Aug 2009 01:50:59 -0400 Rob Mahurin syscalls.cc: Recommend waitpid() in popen2() documentation.
Wed, 26 Aug 2009 08:02:25 +0200 Jaroslav Hajek fix order of args in fmod
Tue, 25 Aug 2009 17:41:00 -0400 John W. Eaton try to avoid gnuplot zombies
Thu, 13 Aug 2009 20:20:32 +0200 Benjamin Lindner skip double declaration of tztime
Mon, 24 Aug 2009 10:06:52 +0200 Jaroslav Hajek fix typo in acx_blas_f77_func.m4
Mon, 24 Aug 2009 09:59:29 +0200 Jaroslav Hajek update NEWS
Mon, 24 Aug 2009 09:45:34 +0200 Jaroslav Hajek optimize .*=, ./= operators
Sun, 23 Aug 2009 22:00:03 +0200 Jaroslav Hajek make a few Array methods inline
Sun, 23 Aug 2009 05:57:51 +0200 Jaroslav Hajek improve unop/binop implementation in data.cc
Sat, 22 Aug 2009 21:48:27 +0200 David Bateman Fix test for setting of datasource properties. Add the edgecolor property to contours
Fri, 21 Aug 2009 12:12:25 +0200 Jaroslav Hajek further bool ops tweaks
Fri, 21 Aug 2009 10:13:53 +0200 Jaroslav Hajek update NEWS
Fri, 21 Aug 2009 08:18:16 +0200 Jaroslav Hajek make ! operator check for NaNs, simplify implementations in liboctave
Wed, 19 Aug 2009 22:55:15 +0200 Jaroslav Hajek refactor binary & bool ops in liboctave
Wed, 19 Aug 2009 16:24:33 +0200 Jaroslav Hajek zero matrix assignment fix
Wed, 19 Aug 2009 15:54:31 +0200 Jaroslav Hajek optimize &=, |= operators
Wed, 19 Aug 2009 13:58:50 +0200 Jaroslav Hajek update NEWS
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
Mon, 17 Aug 2009 14:46:18 +0200 Jaroslav Hajek allow constructing octave_value_list from size
Wed, 19 Aug 2009 07:55:31 +0200 Jaroslav Hajek cache/use cached index vector on full find in logical masks
Tue, 18 Aug 2009 15:28:55 -0400 John W. Eaton tweaks for HDF5 library check
Tue, 18 Aug 2009 13:05:14 -0400 John W. Eaton use OCTAVE_CHECK_LIBRARY to check for HDF5
Tue, 18 Aug 2009 12:11:49 -0400 John W. Eaton acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS
Tue, 18 Aug 2009 12:10:16 -0400 John W. Eaton use Z_LIBS in checks for curl and glpk libraries
Tue, 18 Aug 2009 11:23:03 -0400 David Grundberg Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
Mon, 17 Aug 2009 19:52:18 -0400 John W. Eaton use OCTAVE_CHECK_LIB to check for zlib
Mon, 17 Aug 2009 18:57:48 -0400 John W. Eaton src/Makefile.in: more linking tweaks
Mon, 17 Aug 2009 17:24:21 -0400 John W. Eaton octave-bug.in, octave-bug.cc.in: update for recent configure changes
Mon, 17 Aug 2009 14:53:48 -0400 John W. Eaton print_usage: make it work again if an argument is given
Mon, 17 Aug 2009 12:45:02 -0400 John W. Eaton liboctave/Makefile.in (LINK_DEPS): list LIBS last
Mon, 17 Aug 2009 12:38:25 -0400 John W. Eaton more library-specific flags for various .oct files.
Mon, 17 Aug 2009 12:25:34 -0400 John W. Eaton list LIBS last in OCTINTERP_LINK_DEPS
Mon, 17 Aug 2009 12:19:33 -0400 Michael Goffioul configure and Makefile fixes for Windows
Mon, 17 Aug 2009 13:59:26 +0200 Jaroslav Hajek print_usage: support calling from methods
Mon, 17 Aug 2009 13:09:12 +0200 Jaroslav Hajek partially revert e79470be3ecb
Sun, 16 Aug 2009 08:25:24 +0200 Jaroslav Hajek more fixes & tests for matrix multiply
Sun, 16 Aug 2009 07:04:40 +0200 Jaroslav Hajek make single prec. matrix mutliply tests really single
Sun, 16 Aug 2009 06:55:15 +0200 Jaroslav Hajek fix typos in complex xgemm
Sat, 15 Aug 2009 06:54:29 +0200 Jaroslav Hajek compatibility for earlier autoconfs
Fri, 14 Aug 2009 10:03:12 -0400 John W. Eaton link liboctave with blas libs
Thu, 13 Aug 2009 18:20:31 -0400 John W. Eaton more configure changes for libraries
Thu, 13 Aug 2009 15:51:57 +0200 Jaroslav Hajek implement subsasgn this-arg optimization
Thu, 13 Aug 2009 11:52:07 +0200 Jaroslav Hajek simplify cloning
Thu, 13 Aug 2009 08:25:02 +0200 Jaroslav Hajek fix OCTAVE_CHECK_LIBRARY
Thu, 13 Aug 2009 00:41:07 -0400 John W. Eaton improve configure checks for qhull and curl libs
Wed, 12 Aug 2009 15:26:07 +0200 Jaroslav Hajek include LDFLAGS for shared liboctave and liboctinterp
Wed, 12 Aug 2009 07:20:47 +0200 Jaroslav Hajek fix some functions help markup
Tue, 11 Aug 2009 23:52:20 -0400 John W. Eaton convert fftw planner classes to singleton objects
Tue, 11 Aug 2009 19:30:37 -0400 John W. Eaton more configure tweaks
Tue, 11 Aug 2009 16:06:01 -0400 John W. Eaton configure tweaks
Tue, 11 Aug 2009 09:08:12 +0200 Jaroslav Hajek implement built-in diff
Mon, 10 Aug 2009 15:18:41 -0400 John W. Eaton dlmread: perform tilde expansion to filename argument
Mon, 10 Aug 2009 14:20:48 +0200 Jaroslav Hajek implement dim_vector::first_non_singleton
Mon, 10 Aug 2009 11:35:59 +0200 Jaroslav Hajek add omitted check in flipdim
Mon, 10 Aug 2009 10:08:10 +0200 Jaroslav Hajek fix handles to private functions, simplify out-of-date checks in symtab
Fri, 07 Aug 2009 08:46:51 +0200 Jaroslav Hajek simplify flipdim
Fri, 07 Aug 2009 08:21:39 +0200 Jaroslav Hajek dim_vector improvements
Sun, 09 Aug 2009 06:39:19 -0400 John W. Eaton parse.y (Fevalin): also return output from CATCH expression
Sat, 08 Aug 2009 08:41:18 +0200 Jaroslav Hajek make ifelse an alias or merge
Fri, 07 Aug 2009 13:46:28 -0400 Olli Saarela __gnuplot_ginput__: if read fails to return data, sleep before trying again
Thu, 06 Aug 2009 21:22:48 +0200 Jaroslav Hajek complete change d5570d4b1116
Thu, 06 Aug 2009 15:09:53 -0400 John W. Eaton compass.m, feather.m: simplify argument processing
Thu, 06 Aug 2009 14:41:24 -0400 John W. Eaton ChangeLog and style fixes
Thu, 06 Aug 2009 14:28:56 -0400 John W. Eaton std.m: correctly work along singleton dimension
Thu, 06 Aug 2009 13:42:17 -0400 John W. Eaton handle null matrix assignment for diagonal and permutation matrices
Thu, 06 Aug 2009 14:39:02 +0200 Pieter Eendebak Added test for setxor
Thu, 06 Aug 2009 10:57:11 +0200 Jaroslav Hajek add missing file
Thu, 06 Aug 2009 07:56:18 +0200 Jaroslav Hajek optimize griddata
Thu, 06 Aug 2009 07:48:11 +0200 Olaf Till fix griddata
Wed, 05 Aug 2009 22:11:05 -0400 John W. Eaton use key list order for iterating through map with for loop
Wed, 05 Aug 2009 20:19:47 -0400 John W. Eaton dynamic linker tweaks
Wed, 05 Aug 2009 20:16:24 -0400 John W. Eaton include RLD_FLAG in OCT_LINK_DEPS
Wed, 05 Aug 2009 16:35:10 -0400 Olli Saarela __gnuplot_get_var__: if read fails to return data, sleep before trying again
Wed, 05 Aug 2009 16:11:06 -0400 John W. Eaton clean up linker options
Wed, 05 Aug 2009 13:31:01 -0400 John W. Eaton ChangeLog fix
Wed, 05 Aug 2009 13:27:58 -0400 John W. Eaton add configure checks for pthread library and compiler flags
Wed, 05 Aug 2009 09:56:44 +0200 Jaroslav Hajek implement isindex function
Wed, 05 Aug 2009 08:47:48 +0200 Jaroslav Hajek update coding tips
Tue, 04 Aug 2009 16:31:15 -0400 John W. Eaton selectively complete filenames in some cases
Tue, 04 Aug 2009 15:32:14 -0400 John W. Eaton make dbwhere work when called at keyboard prompt
Tue, 04 Aug 2009 12:59:16 -0400 John W. Eaton correctly skip frame assigned to keyboard function
Tue, 04 Aug 2009 11:54:15 +0200 Jaroslav Hajek fix stack manip in keyboard
Tue, 04 Aug 2009 09:33:33 +0200 Pieter Eendebak support cellstrs in setxor
Mon, 03 Aug 2009 15:53:30 +0200 Jaroslav Hajek update NEWS
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Sun, 02 Aug 2009 16:52:12 -0400 Ben Abbott Avoid the flickering x11 window seen with rapid gnuplot updates.
Fri, 31 Jul 2009 10:17:44 +0200 Jaroslav Hajek optimize common_size
Thu, 30 Jul 2009 16:26:39 -0400 Ryan Rusaw handle classdef syntax in lexer and parser
Thu, 30 Jul 2009 21:14:04 +0200 Jaroslav Hajek rename merge -> ifelse
Thu, 30 Jul 2009 11:52:58 -0400 David Grundberg Parse nested functions more accurately.
Thu, 30 Jul 2009 13:23:21 +0200 Jaroslav Hajek implement merge function
Wed, 29 Jul 2009 19:36:22 -0400 Ben Abbott __go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Wed, 29 Jul 2009 18:39:25 -0400 John W. Eaton correctly parse things like '@(){1 2}'
Wed, 29 Jul 2009 13:40:42 -0400 John W. Eaton use complex function for acos mapper if arg is out of range [-1, 1]
Wed, 29 Jul 2009 12:15:27 -0400 John W. Eaton sanity checks for loading sparse matrices
Wed, 29 Jul 2009 07:22:05 -0400 Ben Abbott Add support for gnuplot's Lua-TikZ terminal.
Wed, 29 Jul 2009 10:08:58 +0200 Jaroslav Hajek fix typo in gnuplot_binary
Wed, 29 Jul 2009 09:09:48 +0200 Jaroslav Hajek also cache class dispatch lookups in function handles
Tue, 28 Jul 2009 13:46:23 +0200 Jaroslav Hajek auto-expanding scalar cells in cellfun
Mon, 27 Jul 2009 14:15:44 +0200 Jaroslav Hajek safer str2func use in optim functions
Mon, 27 Jul 2009 10:39:09 +0200 Jaroslav Hajek support non-local function lookups in str2func
Mon, 27 Jul 2009 08:34:54 +0200 Jaroslav Hajek update NEWS
Fri, 24 Jul 2009 17:41:09 -0400 John W. Eaton gnuplot_binary.m: accept arguments in addition to program name
Fri, 24 Jul 2009 07:43:52 -0400 John W. Eaton avoid complex -> real conversion when constructing arrays with []
Fri, 24 Jul 2009 11:41:41 +0200 Jaroslav Hajek avoid double error messages in cellfun
Fri, 24 Jul 2009 08:13:20 +0200 Jaroslav Hajek allow taking handles of methods with no base overload
Thu, 23 Jul 2009 18:04:49 -0400 Ben Abbott legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Thu, 23 Jul 2009 16:19:20 -0400 John W. Eaton imread.m: fix test
Thu, 23 Jul 2009 15:46:42 -0400 shaia imported patch fltk_zoom
Thu, 23 Jul 2009 14:57:53 -0400 John W. Eaton variables.cc (symbol_exist): ignore errors when parsing functions
Thu, 23 Jul 2009 20:37:56 +0200 Jaroslav Hajek fix Cholesky updating with scalars
Thu, 23 Jul 2009 14:24:45 -0400 John W. Eaton toplev.cc: handle exceptions while preparing to exit
Thu, 23 Jul 2009 10:24:31 -0400 John W. Eaton legend.m: fix legend order
Thu, 23 Jul 2009 14:44:30 +0200 Jaroslav Hajek implement overloaded function handles
Wed, 22 Jul 2009 15:11:04 +0200 Jaroslav Hajek update NEWS
Thu, 23 Jul 2009 10:19:26 +0200 Thorsten Meyer Fix string comparison bug in assert.m
Wed, 22 Jul 2009 15:04:22 +0200 Jaroslav Hajek relax assert for exact matches
Wed, 22 Jul 2009 11:50:36 +0200 Jaroslav Hajek remove unused declaration
Wed, 22 Jul 2009 11:41:41 +0200 Jaroslav Hajek simplify symbol_table::find and associated functions
Tue, 21 Jul 2009 12:43:33 -0400 John W. Eaton improve behavior of builtin
Tue, 21 Jul 2009 12:49:17 -0400 John W. Eaton undo previous commit
Tue, 21 Jul 2009 12:43:33 -0400 John W. Eaton improve behavior of builtin
Mon, 20 Jul 2009 15:55:33 -0400 Aleksej Saushev initialize floating point values properly for NetBSD systems
Mon, 20 Jul 2009 11:51:10 +0200 Jaroslav Hajek fix signed integer shift
Fri, 17 Jul 2009 15:50:50 -0400 Benjamin Lindner determine correct image bitwidth in __magick_read__.cc
Fri, 17 Jul 2009 15:40:23 -0400 John W. Eaton __go_draw_axes__.m: also use layer property for plot border
Thu, 16 Jul 2009 14:06:29 -0400 John W. Eaton Makeconf.in (MAGICK_LIBS): Don't pass --ldflags to $(MAGICK_CONFIG)
Thu, 16 Jul 2009 14:04:29 -0400 John W. Eaton __magick_read__.cc: undo unintended change
Thu, 16 Jul 2009 13:30:13 -0400 John W. Eaton imread.m: undo unintended change
Thu, 16 Jul 2009 11:56:44 -0400 John W. Eaton graphics.cc (get_array_limits): require min_pos value to be greater than zero
Wed, 15 Jul 2009 14:10:14 -0400 Robert T. Short conv.m: fix Matlab incompatibility; new tests
Wed, 15 Jul 2009 13:51:20 -0400 Robert T. Short src/DLD-FUNCTIONS/filter.cc: new tests
Tue, 14 Jul 2009 06:08:33 -0400 John W. Eaton ChangeLog fix
Sat, 11 Jul 2009 12:46:10 -0400 John W. Eaton file-ops.cc (file_ops::symlink, file_ops::readlink): avoid incorrectly sized buffer
Thu, 09 Jul 2009 15:48:48 -0400 John W. Eaton nonzeros.m: make new tests work
Thu, 09 Jul 2009 15:41:27 -0400 John W. Eaton data.cc (Fones, Fzeros, Ftrue, Ffalse): update docstring
Thu, 09 Jul 2009 15:22:21 -0400 John W. Eaton axis: return 4-element vector for 2-d view
Thu, 09 Jul 2009 15:12:53 -0400 John W. Eaton nonzeros.m: update copyright year
Thu, 09 Jul 2009 15:12:27 -0400 John W. Eaton nonzeros: always return a column vector
Thu, 09 Jul 2009 15:04:34 -0400 John W. Eaton configure.in: don't use system strftime on MinGW systems
Wed, 08 Jul 2009 18:31:29 -0400 John W. Eaton graphics.cc (convert_cdata): return NaN for NaN values in cdata
Wed, 08 Jul 2009 17:55:54 -0400 John W. Eaton graphics.cc (convert_cdata): handle NaN values in cdata
Wed, 08 Jul 2009 14:06:53 -0400 John W. Eaton pt-assign.cc (maybe_warn_former_built_in_variable): improve message
Wed, 08 Jul 2009 13:49:21 -0400 John W. Eaton dim-vector.h: dim vectors always have two dimensions
Sat, 04 Jul 2009 13:19:20 +0200 Jaroslav Hajek undo escaped change in previous patch
Sat, 04 Jul 2009 12:25:07 +0200 Jaroslav Hajek add missing unwind_protect::run in pt-eval.cc
Fri, 03 Jul 2009 12:21:12 +0200 Jaroslav Hajek fix bugs in sparse reductions
Thu, 02 Jul 2009 13:26:15 +0200 Jaroslav Hajek allow which look for files on path
Thu, 02 Jul 2009 11:32:04 +0200 Jaroslav Hajek use proper empty value in Cell::index