log

age author description
Tue, 17 Jun 2008 13:58:21 -0400 John W. Eaton dbstack fixes
Fri, 13 Jun 2008 13:55:16 -0400 John W. Eaton Remove some float-functions ambiguities.
Thu, 12 Jun 2008 17:02:53 +0200 Jaroslav Hajek Remove CEXTRA from MAKEDEPS
Wed, 11 Jun 2008 09:51:35 +0200 Jaroslav Hajek configure.in: fix invalid placement of variables restoration statements
Sun, 08 Jun 2008 20:41:01 +0200 David Bateman Convert qrshift, qrinsert, qrdelete, qrupdate to allow single precision arguments
Thu, 12 Jun 2008 10:42:56 -0400 John W. Eaton eliminate streamoff type
Wed, 11 Jun 2008 15:13:30 -0400 John W. Eaton fix tests for usage in test_error.m
Wed, 11 Jun 2008 15:05:46 -0400 John W. Eaton fix expected output from lasterr in tests; fix fail tests in ismember.m
Wed, 11 Jun 2008 14:39:21 -0400 John W. Eaton one more verror fix
Wed, 11 Jun 2008 14:21:06 -0400 John W. Eaton rat.m: handle arrays and all-integer inputs
Wed, 11 Jun 2008 13:58:03 -0400 John W. Eaton verror fixes
Tue, 10 Jun 2008 13:43:54 -0400 John W. Eaton mexproto.h: fix mxCreateLogicalScalar decl
Tue, 10 Jun 2008 13:43:35 -0400 John W. Eaton graphics.cc (execute_callback, xget_ancestor): pass args by const reference and make explicit copies
Mon, 09 Jun 2008 14:47:25 -0400 John W. Eaton lasterror fixes
Fri, 06 Jun 2008 15:04:12 -0400 John W. Eaton clear subfunctions when clearing parent function
Fri, 06 Jun 2008 11:35:10 -0400 John W. Eaton mlock: doc fix
Thu, 05 Jun 2008 18:00:37 -0400 John W. Eaton eliminate src/graphics subdirectory
Thu, 05 Jun 2008 20:42:14 +0200 Jaroslav Hajek correct fputs to fprintf in __go_draw_axes__.m
Thu, 05 Jun 2008 14:41:52 -0400 John W. Eaton fix unloading of mex files
Thu, 05 Jun 2008 10:35:58 -0400 John W. Eaton undo previous change
Thu, 05 Jun 2008 01:29:26 -0400 John W. Eaton style fixes
Thu, 05 Jun 2008 01:06:29 -0400 John W. Eaton style fixes
Thu, 05 Jun 2008 00:23:04 -0400 John W. Eaton properties::update_normals: eliminate unnecessary use of references
Fri, 02 May 2008 16:52:41 +0200 Michael Goffioul Export additional symbols: octave_fcn_inline, octave_fcn_handle, read_binary_data, save_binary_data.
Sat, 26 Apr 2008 22:53:12 +0200 Michael Goffioul Add hggroup support in OpenGL renderer.
Fri, 25 Apr 2008 16:44:59 +0200 Michael Goffioul Add support for hggroup
Thu, 24 Apr 2008 16:43:31 +0200 Michael Goffioul Add dynamic property creation
Fri, 04 Apr 2008 22:18:01 +0300 Shai Ayal added check for FTGL library
Sun, 23 Mar 2008 16:45:45 +0100 Michael Goffioul Redesign axis limit computation handling (using hidden limit properties in child objects)
Mon, 17 Mar 2008 18:51:36 +0200 Shai Ayal make the fltk_backend canvas the size of figure.position
Fri, 14 Mar 2008 21:02:16 +0200 Shai Ayal rudimentry (i.e. no font metrics) sync of axes.position and axes.outerposition
Wed, 12 Mar 2008 22:20:01 +0100 Michael Goffioul Rename add_listener to addlistener.
Sun, 09 Mar 2008 21:03:38 +0200 Shai Ayal added zoomstack support to fltk_backend
Sun, 09 Mar 2008 20:51:52 +0200 Shai Ayal added (far from perfect) support for logscale ticks
Thu, 06 Mar 2008 06:40:06 +0200 Shai Ayal Add toggle grid button & handle the 'a' & 'g' keys for auto axis and toggle
Tue, 04 Mar 2008 15:34:38 +0100 Michael Goffioul Add zoom stack facility in axes object.
Sun, 02 Mar 2008 06:38:27 +0200 Shai Ayal added {x,y,z}lim sanity check
Sun, 02 Mar 2008 14:44:31 +0100 Michael Goffioul Use all properties in factory default values (including the ones starting with __)
Sat, 01 Mar 2008 22:07:53 +0200 Shai Ayal Added zoombox (mouse button 1) & autoscale (button marked A and mouse button 3)
Sat, 01 Mar 2008 18:54:10 +0200 Shai Ayal added some more markers
Fri, 29 Feb 2008 17:49:00 +0100 Michael Goffioul Smarter reference counting in base_property.
Fri, 29 Feb 2008 17:38:32 +0100 Michael Goffioul Initial low-level support for property listeners.
Wed, 27 Feb 2008 21:45:12 +0100 Michael Goffioul Remove data_property, replace with array_property or row_vector_property.
Wed, 27 Feb 2008 14:59:00 +0100 Michael Goffioul Make backend switching work.
Wed, 27 Feb 2008 11:28:22 +0100 Michael Goffioul Fix typos in property names (edgealpha/facealpha).
Tue, 26 Feb 2008 12:04:20 +0100 Michael Goffioul Fix OpenGL/FLTK compilation under Windows.
Tue, 26 Feb 2008 22:06:47 +0100 Michael Goffioul Add new double_radio_property class for alpha values.
Mon, 25 Feb 2008 21:50:37 +0200 Shai Ayal handle unsorted limits when calculatin gticks and limits
Mon, 25 Feb 2008 21:45:11 +0200 Shai Ayal added pixel<->coord transform in axes and use it for display of cursor
Mon, 25 Feb 2008 18:39:53 +0200 Shai Ayal fltk_backend now indexes using an internal index instead of figure handle
Sat, 23 Feb 2008 21:10:08 +0200 Shai Ayal convert_position not static anymore
Sat, 23 Feb 2008 20:53:23 +0200 Shai Ayal fltk_backend can now handle figure.position changes
Thu, 21 Feb 2008 16:01:54 +0100 Michael Goffioul Render marker of patch objects.
Thu, 21 Feb 2008 15:22:16 +0100 Michael Goffioul Make OpenGL tessellation combine callback robust against NULL vertex data.
Thu, 21 Feb 2008 13:45:04 +0100 Michael Goffioul Turn cdata properties into array_property. Add min/max computation to array_property.
Wed, 20 Feb 2008 21:58:22 +0200 Shai Ayal added the function available_backends
Sun, 17 Feb 2008 19:20:42 +0200 Shai Ayal added checks for fltk & freetype in configure script
Wed, 20 Feb 2008 16:29:37 +0100 Michael Goffioul Add initial support for patch rendering through GLU tessellation (no transparency, no border, no markers yet).
Wed, 20 Feb 2008 16:22:42 +0100 Michael Goffioul Fix default value of patch::facelighting. Add scaler/graphics_xform utilities
Mon, 18 Feb 2008 17:02:12 +0100 Michael Goffioul Add OpenGL texture wrapper class (not complete yet).
Sun, 17 Feb 2008 22:27:48 +0100 Michael Goffioul Make sure to initialize axes xform data.
Thu, 14 Feb 2008 12:17:44 +0100 Michael Goffioul Add rendering interface for surface object (no implementation yet).
Wed, 13 Feb 2008 17:06:22 +0100 Michael Goffioul Implement resize handler mechanism (call resizefcn on figure resize and notify children).
Thu, 14 Feb 2008 06:33:29 +0200 Shai Ayal better tick and limit handling, still missing logscale support
Tue, 12 Feb 2008 16:37:56 +0100 Michael Goffioul Add support for extern updaters. Add set_figure_position interface to graphics_backend.
Mon, 11 Feb 2008 16:42:14 +0100 Michael Goffioul Import sources for OpenGL-based renderer.
Fri, 08 Feb 2008 16:46:34 +0100 Michael Goffioul Fix execution of callback strings and allow execution of callback by name.
Fri, 08 Feb 2008 12:22:45 +0100 Michael Goffioul Ignore build directories.
Thu, 07 Feb 2008 23:00:51 +0100 Michael Goffioul Implement callbackobject property in root object.
Thu, 07 Feb 2008 17:06:55 +0100 Michael Goffioul Export nested properties classes of all graphics object.
Thu, 07 Feb 2008 16:21:03 +0100 Michael Goffioul Fix default value for axes gridlinestyle and minorgridlinestyle.
Tue, 03 Jun 2008 07:16:58 +0200 Jaroslav Hajek trivial fix option in Fload
Sun, 25 May 2008 15:04:37 +0200 David Bateman Add Ffilemarker and fix for 'dbstep in'
Sun, 25 May 2008 16:32:30 +0200 David Bateman Add the debug function
Mon, 02 Jun 2008 18:31:41 -0400 John W. Eaton ChangeLog fix
Wed, 28 May 2008 01:03:35 +0200 David Bateman Add some single precision test code and fix resulting bugs
Mon, 02 Jun 2008 16:57:45 +0200 David Bateman Second set of single precision test code and fix of resulting bugs
Thu, 22 May 2008 22:00:26 +0200 Jaroslav Hajek [mq]: cellstr
Wed, 21 May 2008 12:26:57 +0200 kimhanse strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
Fri, 23 May 2008 18:00:04 +0200 David Bateman minor additional fix
Fri, 23 May 2008 17:56:10 +0200 David Bateman Error in FloatComplexLU instantiation
Fri, 23 May 2008 09:35:08 +0200 David Bateman Makefile fix for single precision
Fri, 23 May 2008 10:44:58 +0200 David Bateman Correct initialize in FloatAEPBALANCE::init
Wed, 21 May 2008 22:27:07 +0200 Thomas Treichl Removed semicolons at end of lines 172 and 177
Thu, 22 May 2008 11:20:09 +0200 Jaroslav Hajek handle floats in mk-opts.pl
Mon, 19 May 2008 10:22:38 +0200 David Bateman Make quad work with single precision
Wed, 21 May 2008 19:25:08 +0200 Jaroslav Hajek compound ops for float matrices
Tue, 20 May 2008 11:48:44 +0200 Jaroslav Hajek add missing copyright
Sun, 18 May 2008 20:23:31 +0200 Jaroslav Hajek implement optimized sparse-dense transposed multiplication
Thu, 08 May 2008 13:46:33 +0200 Jaroslav Hajek map symmetric cases to xHERK, xSYRK
Wed, 07 May 2008 16:33:15 +0200 Jaroslav Hajek support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Wed, 21 May 2008 14:12:16 -0400 John W. Eaton ChangeLog fixes
Wed, 21 May 2008 17:14:08 +0200 Jaroslav Hajek improved matrix_type check
Wed, 14 May 2008 23:28:41 +0200 David Bateman Extend rcond function to single precision types
Tue, 13 May 2008 12:40:23 +0200 David Bateman Fix tests for transpose in Array.cc
Mon, 12 May 2008 22:57:11 +0200 David Bateman Handle single precision eps values
Mon, 12 May 2008 01:35:30 +0200 David Bateman Replace use of xerrwv with xerrwd and rumach with d1mach(4) in newly imported code
Sun, 11 May 2008 22:51:50 +0200 David Bateman Add some more support for single precision to libcruft functions
Wed, 21 May 2008 09:36:46 -0400 John W. Eaton add missing files from single-precision merge
Wed, 21 May 2008 08:42:40 -0400 John W. Eaton pt-idx.cc: initialize fields in constructors
Wed, 21 May 2008 08:39:00 -0400 John W. Eaton tree_index_expression constructor: delete default arg values
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Wed, 14 May 2008 18:09:56 +0200 David Bateman Add the rcond function
Tue, 13 May 2008 21:12:12 +0200 David Bateman Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
Tue, 20 May 2008 16:49:02 -0400 Kim Hansen load-path.cc (load_path::initialize): include separator when appending sys_path
Wed, 14 May 2008 22:51:19 +0200 David Bateman Add the interp1q function
Tue, 20 May 2008 16:24:50 -0400 John W. Eaton style fixes
Tue, 20 May 2008 16:22:30 -0400 John W. Eaton style fixes
Sun, 18 May 2008 00:09:08 -0400 bill datenum\: fixed combination of scalar and vector/matrix input bug
Sun, 18 May 2008 16:04:22 -0400 bill file-io.cc: added documentation
Sun, 18 May 2008 22:40:28 +0200 Thomas Weber Extend explanation of randn's return value
Sun, 18 May 2008 22:14:45 +0200 David Bateman Add regexp matching to Fwho and Fclear
Mon, 19 May 2008 17:35:39 -0400 David Bateman isa.m: fnumeric -> numeric
Mon, 19 May 2008 16:05:36 -0400 John W. Eaton isa.m: fix tests
Wed, 14 May 2008 18:03:58 +0200 David Bateman Typo DPBCON -> DGBCON
Sun, 18 May 2008 01:26:04 -0400 bill test_args: update function argument tests
Tue, 13 May 2008 17:45:35 +0200 David Bateman all false logical indexing fix
Tue, 13 May 2008 09:57:15 -0500 Bill Denney isa.m: simplify with persistent variables
Mon, 12 May 2008 22:39:33 +0200 David Bateman Treat numeric and float argument in the isa function.
Sat, 10 May 2008 21:55:40 +0200 David Bateman Add quadv, quadgk, dblquad and triplequad functions
Fri, 09 May 2008 14:25:46 +0200 David Bateman Compatibility fix for assert
Sat, 03 May 2008 09:10:56 +0200 Thomas Weber Replace deprecated isstr() call
Sat, 03 May 2008 11:47:54 +0200 Rafael Laboissiere Use isschar instead of deprecated isstr
Wed, 07 May 2008 13:45:30 -0400 John W. Eaton scope and context fixes for function handles
Tue, 06 May 2008 13:39:55 -0400 John W. Eaton scripts/miscellaneous/Makefile.in (SOURCES): add symvar.m
Tue, 06 May 2008 13:38:07 -0400 David Bateman Add symvar function
Tue, 06 May 2008 13:15:26 -0400 David Bateman Also ignore other constants in Finline
Tue, 06 May 2008 06:19:58 -0400 David Bateman Treat bool as a scalar in the bit functions
Tue, 06 May 2008 06:07:28 -0400 John W. Eaton fntests.m: minor cleanups
Tue, 06 May 2008 05:51:17 -0400 John W. Eaton symbol table reporting functions
Tue, 06 May 2008 03:23:12 -0400 John W. Eaton struct2cell: handle structure arrays properly
Mon, 05 May 2008 11:20:02 -0400 David Bateman Alias setenv to putenv. Allow single arg to putenv
Mon, 05 May 2008 03:21:52 -0400 John W. Eaton input.cc (Fre_read_readline_init_file): new function
Mon, 05 May 2008 03:10:16 -0400 Rafael Laboissiere Load the default inputrc when calling read_readline_init_file()
Sun, 04 May 2008 23:46:35 -0400 John W. Eaton ov-fcn-handle.cc (Ffunctions): fix structure assignment
Sun, 04 May 2008 23:36:31 -0400 John W. Eaton avoid installing subfunctions twice
Sun, 04 May 2008 21:45:47 -0400 John W. Eaton pt-cmd.cc (tree_function_def::eval): only install command-line functions if executing in top-level scope
Sun, 04 May 2008 18:15:07 -0400 John W. Eaton initialize args_evaluated; delete useless statement
Sun, 04 May 2008 03:42:19 -0400 John W. Eaton initial implementation of dbup and dbdown
Sat, 03 May 2008 22:48:24 -0400 John W. Eaton F__end__: correctly handle fewer indices than dimensions
Sat, 03 May 2008 22:07:26 -0400 John W. Eaton make eval('script') to work again
Thu, 01 May 2008 17:25:56 -0400 John W. Eaton reference counting for functions loaded from shared libraries
Thu, 01 May 2008 14:32:52 -0400 John W. Eaton dynamic-ld.cc: cleanups
Thu, 01 May 2008 14:10:27 -0400 John W. Eaton ChangeLog fix
Thu, 01 May 2008 18:34:39 +0200 David Bateman Allow additional options to stairs plots
Wed, 30 Apr 2008 17:51:02 -0400 John W. Eaton better handling of functions found by relative lookup
Wed, 30 Apr 2008 14:32:41 -0400 John W. Eaton handle load/save for handles to built-in functions
Wed, 30 Apr 2008 14:25:31 -0400 John W. Eaton more tests fixed
Wed, 30 Apr 2008 14:18:36 -0400 John W. Eaton fix tests
Wed, 30 Apr 2008 14:08:40 -0400 John W. Eaton fix tests
Wed, 30 Apr 2008 03:30:34 -0400 Jaroslav Hajek implement builtin log2
Tue, 29 Apr 2008 03:37:06 -0400 David Bateman Set archprefix for -local and -global options to pkg
Tue, 29 Apr 2008 02:31:31 -0400 John W. Eaton update contributors.in
Tue, 29 Apr 2008 02:05:26 -0400 jstickel updated help for tcdf and tinv
Fri, 25 Apr 2008 15:11:03 -0400 John W. Eaton implement dbstack
Fri, 25 Apr 2008 12:17:44 -0400 Michael Goffioul do not use output value of fill_n (not supported by MSVC).
Fri, 25 Apr 2008 12:16:42 -0400 John W. Eaton eliminate tree_statement_stack; handle current statement info in octave_call_stack
Thu, 24 Apr 2008 16:18:44 -0400 John W. Eaton octave_call_stack::unwind_pop_script: delete unused function
Thu, 24 Apr 2008 15:42:57 -0400 Michael Goffioul lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite
Thu, 24 Apr 2008 03:21:57 -0400 Jaroslav Hajek fix max_recursion_limit exceeded at startup with Intel C++
Thu, 24 Apr 2008 02:51:49 -0400 John W. Eaton file-io.cc (do_stream_open): return -1 for directories
Wed, 23 Apr 2008 16:39:40 -0400 John W. Eaton __qp__.cc: avoid bounds error when removing constraint from active set
Wed, 23 Apr 2008 16:03:34 -0400 John W. Eaton more consistent handling of CR/CRLF/LF line endings in lexer and parser
Mon, 21 Apr 2008 11:51:34 -0400 John W. Eaton idx-vector.cc: fix for-loop condition
Mon, 21 Apr 2008 11:03:39 -0400 David Bateman Try to get the colorbar position right for manual aspect ratios as well
Sun, 20 Apr 2008 09:50:22 -0400 Jaroslav Hajek cosmetic fixes in QR & Cholesky updating codes
Sun, 20 Apr 2008 09:04:47 -0400 John W. Eaton octave_stream::read: allow single data type specification but return double
Sat, 19 Apr 2008 01:59:31 -0400 John W. Eaton first pass at handling block comments
Fri, 18 Apr 2008 13:29:50 -0400 John W. Eaton lex.l: allow tokens to be displayed when parsed
Fri, 18 Apr 2008 11:57:32 -0400 John W. Eaton disp: produce sq-string unless arg is a dq-string
Thu, 17 Apr 2008 16:44:49 -0400 John W. Eaton unify comment and help text processing in lex.l and parse.y
Wed, 16 Apr 2008 22:08:15 -0400 John W. Eaton octave_user_code: new base class for octave_user_script and octave_user_function
Wed, 16 Apr 2008 21:50:59 -0400 John W. Eaton save: fix continuation character in doc string
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator =
Wed, 16 Apr 2008 15:15:26 -0400 John W. Eaton __gnuplot_version__: use newline at end of message
Wed, 16 Apr 2008 15:09:56 -0400 John W. Eaton parse scripts completely before executing
Wed, 16 Apr 2008 14:19:59 -0400 sh Display a (hopefully) informative error message if gnuplot isn't found
Tue, 15 Apr 2008 16:31:28 -0400 John W. Eaton ChangeLog fix
Tue, 15 Apr 2008 16:30:09 -0400 John W. Eaton view: get values from current axes if nargin == 0
Tue, 15 Apr 2008 02:29:08 -0400 David Bateman Minor fix for multiple patches with NaN values
Mon, 14 Apr 2008 13:30:40 -0400 David Bateman Minor texinfo errors
Mon, 14 Apr 2008 13:27:21 -0400 Jaroslav Hajek octave_scan_1: fix reading of hex numbers
Mon, 14 Apr 2008 13:13:25 -0400 John W. Eaton fread, fwrite: allow SKIP arg to be omitted
Wed, 09 Apr 2008 13:31:12 -0400 John W. Eaton changeset: 7800:9828eda04f24
Wed, 09 Apr 2008 13:24:07 -0400 Michael Goffioul Fix various tests under Win32.
Wed, 09 Apr 2008 13:12:27 -0400 Michael Goffioul Fix stat'ing root pathnames ('\' or '/') under Win32.
Wed, 09 Apr 2008 12:56:48 -0400 John W. Eaton don't embed newline in warning messages in deprecated functions
Wed, 09 Apr 2008 12:40:06 -0400 David Bateman Don't allow the use of lists in assert.m
Wed, 09 Apr 2008 17:13:40 +0200 Rafael Laboissiere Drop the Encoding key
Mon, 07 Apr 2008 11:50:37 -0400 John W. Eaton zchinx.f: use dble instead of real
Mon, 07 Apr 2008 11:43:19 -0400 Jaroslav Hajek more QR & Cholesky updating functions
Fri, 04 Apr 2008 15:57:31 -0400 John W. Eaton make_constant: handle escape sequences in dq-strings
Fri, 04 Apr 2008 14:22:10 -0400 John W. Eaton check-m-sources: new target for script Makefiles
Thu, 03 Apr 2008 07:43:59 -0400 bill lsqnonneg: use optimset, correctly index Z and P in main loop
Fri, 04 Apr 2008 10:18:35 -0400 David Bateman Add warning to rest of deprecated functions
Thu, 03 Apr 2008 22:22:47 -0400 John W. Eaton lo-sysdep.cc: include windows.h if windows and not cygwin
Thu, 03 Apr 2008 22:12:55 -0400 Tatsuro Matsuoka update README.Cygwin
Thu, 03 Apr 2008 21:56:23 -0400 John W. Eaton note version when functions were deprecated
Thu, 03 Apr 2008 21:39:38 -0400 David Bateman Conditionally set 'set pm3d implicit'
Thu, 03 Apr 2008 17:10:15 -0400 David Bateman Add versions of removed dispatched sparse function in the deprecated directory
Thu, 03 Apr 2008 14:09:49 -0400 John W. Eaton make_constant: stash original text for strings
Thu, 03 Apr 2008 13:13:01 -0400 John W. Eaton octave_fcn_handle::subsref: don't call next_subsref
Thu, 03 Apr 2008 14:19:59 +0200 Jaroslav Hajek increase testqr tolerance in test/test_linalg.m
Thu, 03 Apr 2008 10:37:14 -0400 Ben Abbott spaugment: reduce test script tolerance
Thu, 03 Apr 2008 00:01:07 -0400 John W. Eaton fix typos in xzdotu and xzdotc wrappers
Wed, 02 Apr 2008 23:24:33 -0400 John W. Eaton scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
Wed, 02 Apr 2008 16:13:35 -0400 John W. Eaton scripts/general/Makefile.in (SOURCES): Add runlength.m
Wed, 02 Apr 2008 14:30:49 -0400 Jaroslav Hajek implement BLAS-F77 call compatibility check
Tue, 01 Apr 2008 00:29:51 -0400 bill lsqnonneg: new function
Wed, 02 Apr 2008 14:08:28 -0400 David Bateman Add the spaugment function
Wed, 02 Apr 2008 13:29:19 -0400 David Bateman Use popen2 for communication with gnuplot
Tue, 01 Apr 2008 16:35:48 -0400 John W. Eaton perl: don't provide default value for varargin
Tue, 01 Apr 2008 16:02:49 -0400 Richard Bovey handle negative column values in sortrows
Tue, 01 Apr 2008 13:50:27 -0400 John W. Eaton handle breakpoints in tree_identifier::do_lookup
Mon, 31 Mar 2008 22:12:01 -0400 David Bateman Fix spurious tics for plotyy with gnuplot backend
Mon, 31 Mar 2008 22:06:02 -0400 Julian Schnidder perl.m: new function
Mon, 31 Mar 2008 21:41:30 -0400 David Bateman Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
Mon, 31 Mar 2008 16:30:29 -0400 David Bateman ginput: new function
Mon, 31 Mar 2008 16:10:09 -0400 Ben Abbott run.m: fix check for file existence
Fri, 28 Mar 2008 15:53:09 -0400 Jaroslav Hajek implement compiled binary lookup
Fri, 28 Mar 2008 14:52:27 -0400 weber Fix tempdir's documention string to point at tempdir
Fri, 28 Mar 2008 14:50:10 -0400 Jaroslav Hajek trivial fix to del2
Fri, 28 Mar 2008 14:47:24 -0400 Julian Schnidder info.m added
Fri, 28 Mar 2008 18:26:29 +0100 David Bateman Allow negative zero imaginary part to be treated as zero for erf, erfc, gamma and lgamma mapper function
Fri, 28 Mar 2008 13:09:35 -0400 sh Fixed minor bugs in help texts of [x|y|z]lim and strtrim
Fri, 28 Mar 2008 12:52:31 -0400 David Bateman Fix axis handle treatment in plotyy
Fri, 28 Mar 2008 12:51:14 -0400 David Bateman Fix for plot(zeros(1,0),zeros(1,0))
Thu, 27 Mar 2008 22:26:57 -0400 John W. Eaton ChangeLog fix
Thu, 27 Mar 2008 22:23:54 -0400 John W. Eaton rename minmax.cc to max.cc
Thu, 27 Mar 2008 16:18:05 -0400 John W. Eaton __convn__.cc: fix typo in previous change
Thu, 27 Mar 2008 16:15:36 -0400 sh Allow convolving real data with complex data
Thu, 27 Mar 2008 15:17:53 -0400 Bill Denny datenum: allow vector inputs in any orientation
Thu, 27 Mar 2008 15:14:10 -0400 bill nargoutchk.m, validatestring.m, addtodate.m: new functions
Thu, 27 Mar 2008 15:00:18 -0400 bill genvarname.m: new function
Thu, 27 Mar 2008 14:51:38 -0400 bill addtodate.m: new function
Thu, 27 Mar 2008 14:48:36 -0400 bill rectint.m: vectorize and add tests
Thu, 27 Mar 2008 13:26:06 -0400 John W. Eaton __axis_label__: use name of caller in error message
Thu, 27 Mar 2008 13:18:58 -0400 David Bateman Add the planerot function
Wed, 26 Mar 2008 23:01:16 -0400 John W. Eaton ismember: correctly size idx output for empty args
Wed, 26 Mar 2008 22:09:42 -0400 John W. Eaton require both subsref variants to be defined in octave_value subclasses
Wed, 26 Mar 2008 16:27:14 -0400 John W. Eaton Texinfo fixes
Wed, 26 Mar 2008 16:18:23 -0400 Jaroslav Hajek extend dmult to allow scaling arbitrary dimension
Wed, 26 Mar 2008 15:55:20 -0400 sh Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
Wed, 26 Mar 2008 17:36:18 +0100 Rafael Laboissiere Remove spurious whitespace before macros
Wed, 26 Mar 2008 15:38:25 -0400 David Bateman additional fixes for Array::assignN
Wed, 26 Mar 2008 14:46:48 -0400 John W. Eaton fntests.m: report number .m and .cc files without tests separately
Wed, 26 Mar 2008 12:56:51 -0400 John W. Eaton display percentage of elements that are nonzero when printing sparse matrices
Tue, 25 Mar 2008 23:57:49 -0400 Ben Abbott Modified statistics to calculate consistent median.
Tue, 25 Mar 2008 23:06:45 -0400 David Bateman refactor Array::assignN dimensioning code for empty initial matrices
Tue, 25 Mar 2008 21:36:58 -0400 John W. Eaton Makefile and ChangeLog fixes
Tue, 25 Mar 2008 21:28:02 -0400 sh Added support for N-dimensional convolution
Tue, 25 Mar 2008 20:22:46 -0400 David Bateman Add the num2hex and hex2num functions
Tue, 25 Mar 2008 19:47:21 -0400 Jaroslav Hajek implement expm1 and log1p functions
Tue, 25 Mar 2008 16:17:16 -0400 David Bateman Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
Tue, 25 Mar 2008 15:56:41 -0400 Jaroslav Hajek implement mapper function for banker's rounding
Tue, 25 Mar 2008 15:29:26 -0400 Jaroslav Hajek add -struct modifier to save
Tue, 25 Mar 2008 14:32:00 -0400 John W. Eaton fix parameter list initializer bug
Tue, 25 Mar 2008 12:03:26 -0400 David Bateman Add the contrast function
Mon, 24 Mar 2008 18:14:18 -0400 Thomas Weber Allow installation of already extracted packages
Mon, 24 Mar 2008 16:32:00 -0400 David Bateman Add the hypot function
Sun, 23 Mar 2008 22:21:57 +0100 David Bateman remove test that no longer fails in mod
Mon, 24 Mar 2008 15:55:40 -0400 David Bateman Add the regexptranslate function
Mon, 24 Mar 2008 15:54:50 -0400 David Bateman Add the namelengthmax function
Mon, 24 Mar 2008 15:53:07 -0400 David Bateman Add the idivide function
Mon, 24 Mar 2008 12:06:52 -0400 Ben Abbott variables.cc (exist): Clarify help.
Sun, 23 Mar 2008 11:07:39 -0400 David Bateman Add integer el_div and el_ldiv operators to the binops that were missing them
Sat, 22 Mar 2008 14:59:41 +0100 David Bateman Remove reference to dlartv
Fri, 21 Mar 2008 14:16:41 +0100 David Bateman minor doc patch
Fri, 21 Mar 2008 16:28:47 -0400 John W. Eaton treat structs and cells as "constants"
Fri, 21 Mar 2008 16:09:01 +0100 David Bateman Add the reallog, realsqrt and realpow functions
Fri, 21 Mar 2008 00:08:24 +0100 David Bateman Move diag function into the octave_value class
Fri, 21 Mar 2008 13:20:11 -0400 David Bateman Add the amd function
Thu, 20 Mar 2008 20:54:19 +0100 David Bateman Further type preservation tests and fix of diag for cell arrays
Thu, 20 Mar 2008 17:00:15 +0100 David Bateman Allow cast to 'char'.
Thu, 20 Mar 2008 12:06:07 -0400 Jaroslav Hajek more checks for subspace
Thu, 20 Mar 2008 15:17:38 +0100 David Bateman Ensure k is an integer scalar in rotdim
Thu, 20 Mar 2008 11:03:48 -0400 David Bateman Avoid infinite loop in circshift for infinite matrices
Thu, 20 Mar 2008 15:30:00 +0100 David Bateman Add tests for preservation of type for functions that work on dimensions of the matrices
Thu, 20 Mar 2008 09:36:50 -0400 Jaroslav Hajek error check for subspace.m
Wed, 19 Mar 2008 21:22:20 -0400 Jaroslav Hajek implement subspace function
Wed, 19 Mar 2008 16:28:23 -0400 John W. Eaton Emil Lucretiu
Wed, 19 Mar 2008 16:20:42 -0400 John W. Eaton octave_env::do_base_pathname: handle rooted relativel names
Wed, 19 Mar 2008 15:41:43 -0400 godfrey Correct typos in __go_draw_axes__.m and update Manual
Wed, 19 Mar 2008 15:29:42 -0400 David Bateman micro patch of indexing bug
Wed, 19 Mar 2008 15:02:03 -0400 David Bateman Fix for mode.m NDArrays and row vectors
Wed, 19 Mar 2008 14:12:57 -0400 David Bateman Fix for array indexing if original matrix is empty
Wed, 19 Mar 2008 13:11:50 -0400 Jaroslav Hajek doc fix for exp distribution functions
Wed, 19 Mar 2008 17:30:01 +0100 David Bateman fix for scatter markersize
Wed, 19 Mar 2008 10:38:33 -0400 David Bateman Rewrite sparse mappers in terms of a functor template function
Tue, 18 Mar 2008 21:32:48 -0400 David Bateman Treat negative values to lgamma and beta correctly
Tue, 18 Mar 2008 20:27:50 -0400 David Bateman Chop trailing singletons in min/max functions
Tue, 18 Mar 2008 16:39:25 -0400 John W. Eaton use xzdotc instead of zdotc
Tue, 18 Mar 2008 16:21:10 -0400 John W. Eaton partial specialization for octave_int_fit_to_range
Tue, 18 Mar 2008 15:39:13 -0400 David Bateman shortened empty indexing fix
Tue, 18 Mar 2008 14:46:15 -0400 John W. Eaton compatible handling of NaN -> int conversions
Tue, 18 Mar 2008 14:05:50 -0400 Rafael Laboissiere Escape "-" signs that mean the "minus" character
Tue, 18 Mar 2008 14:01:28 -0400 John W. Eaton remove <> from the manual
Tue, 18 Mar 2008 13:44:06 -0400 Michael D. Godfrey __go_draw_axes__: use correct symbol codes
Fri, 14 Mar 2008 08:00:50 -0400 kai Bug fix, set splot user style to default
Thu, 13 Mar 2008 13:35:27 -0400 John W. Eaton dlmwrite doc fix
Thu, 13 Mar 2008 13:35:00 -0400 John W. Eaton dlmwrite doc fix
Thu, 13 Mar 2008 13:22:00 -0400 John W. Eaton minor cleanup in octave_user_function constructor
Thu, 13 Mar 2008 13:19:40 -0400 John W. Eaton doc fix for varargin and varargout change
Thu, 13 Mar 2008 13:05:43 -0400 John W. Eaton handle varargin and varargout without keywords
Wed, 12 Mar 2008 21:17:07 -0400 John W. Eaton whos: handle index expressions
Wed, 12 Mar 2008 15:05:00 +0100 David Bateman Fix griddata3 and add test code
Wed, 12 Mar 2008 11:02:24 -0400 David Bateman Trivial dlmread fix
Tue, 11 Mar 2008 23:12:17 -0400 John W. Eaton __go_draw_axes__: use strcmpi for text properties; use get for hidden properties
Tue, 11 Mar 2008 21:32:20 -0400 kai Improvements for surface plots
Tue, 11 Mar 2008 21:15:59 -0400 John W. Eaton style fixes
Wed, 12 Mar 2008 01:04:54 +0100 David Bateman Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
Tue, 11 Mar 2008 11:08:43 -0400 David Bateman run-octave.in: fix typo
Tue, 11 Mar 2008 10:49:33 -0400 John W. Eaton handle possible error from EIG
Mon, 10 Mar 2008 23:18:47 -0400 John W. Eaton mex.cc: arg to mxCreateLogicalScalar is now mxLogical
Mon, 10 Mar 2008 22:24:49 -0400 John W. Eaton new isfloat function
Mon, 10 Mar 2008 13:30:01 -0400 John W. Eaton use * instead of 1 for assumed-size fortran arrays
Mon, 10 Mar 2008 13:10:10 -0400 John W. Eaton define mxLogical as unsigned char instead of int
Sat, 08 Mar 2008 10:14:37 -0500 John W. Eaton eliminate one_zero stuff from idx_vector
Fri, 07 Mar 2008 20:17:54 -0500 John W. Eaton logical indexing compatibility fixes
Fri, 07 Mar 2008 10:04:37 -0500 John W. Eaton simplify struct array printing
Fri, 07 Mar 2008 06:24:10 -0500 John W. Eaton set axes layer property to "top"
Fri, 07 Mar 2008 06:14:27 -0500 John W. Eaton handle tickdir property
Thu, 06 Mar 2008 14:27:39 -0500 John W. Eaton ChangeLog fix
Thu, 06 Mar 2008 13:46:16 -0500 David Bateman Document positive definite behavior of matrix_type
Thu, 06 Mar 2008 13:42:08 -0500 John W. Eaton hist: avoid temps; allow matrix args when number of bins > 30
Thu, 06 Mar 2008 13:28:02 -0500 John W. Eaton handle axes linewidth property
Thu, 06 Mar 2008 03:58:35 -0500 John W. Eaton adjust markersize by a factor of 1/6
Thu, 06 Mar 2008 02:29:47 -0500 Jaroslav Hajek fixes in libcruft/qrupdate
Thu, 06 Mar 2008 02:27:55 -0500 John W. Eaton move tests to individual source files
Thu, 06 Mar 2008 01:56:55 -0500 Alexander Barth __lin_interpn__.cc: handle decreasing coordinate values
Wed, 05 Mar 2008 14:24:33 -0500 Jaroslav Hajek modify QR updating methods to use 0-based indexing
Wed, 05 Mar 2008 14:23:26 -0500 Jaroslav Hajek fixes to QR and Cholesky updating code
Wed, 05 Mar 2008 04:44:49 -0500 Sebastien Loisel Apply a scaling factor to leading zero removal in roots.m
Tue, 04 Mar 2008 22:58:05 -0500 bill allchild.m, findall.m: new functions
Tue, 04 Mar 2008 22:42:27 -0500 John W. Eaton print.m: fix oops in applying last change (really, I mean it this time)
Tue, 04 Mar 2008 22:29:00 -0500 John W. Eaton print.m: fix oops in applying last change
Tue, 04 Mar 2008 22:25:50 -0500 Jaroslav Hajek implement Cholesky factorization updating
Tue, 04 Mar 2008 21:47:11 -0500 Jaroslav Hajek implementation of QR factorization updating
Tue, 04 Mar 2008 17:01:05 -0500 ryanru Arbitrary call stack access for external debuggers changeset
Tue, 04 Mar 2008 15:07:44 -0500 bill rectint.m: added
Tue, 04 Mar 2008 14:46:29 -0500 Ben Abbott print.m: Figure handle as argument.
Tue, 04 Mar 2008 14:18:52 -0500 Jaroslav Hajek workaround to enable compiling with Intel C++ 10.1
Tue, 04 Mar 2008 14:16:16 -0500 Michael Goffioul pkg.m: adapt to changes in isspace for cell arrays of strings.
Tue, 04 Mar 2008 14:02:53 -0500 Ben Abbott polyfit.m: Fixed tests.
Tue, 04 Mar 2008 01:18:09 +0100 David Bateman Treat repeated indices in the sparse assignments
Mon, 03 Mar 2008 02:22:37 -0500 John W. Eaton ChangeLog fix
Mon, 03 Mar 2008 02:18:12 -0500 Jaroslav Hajek more xGELSD workspace fixes
Fri, 29 Feb 2008 04:09:03 -0500 John W. Eaton print.m: handle gif and jpg devices
Thu, 28 Feb 2008 03:07:10 -0500 John W. Eaton __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
Wed, 27 Feb 2008 22:36:23 +0100 kai If FaceColor is none don't use pm3d mode and set linestyle correctly.
Thu, 28 Feb 2008 02:41:19 -0500 Ben Abbott strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Thu, 28 Feb 2008 02:17:05 -0500 John Swensen debug.cc: use find_function instead of find_user_function
Wed, 27 Feb 2008 22:47:58 -0500 John W. Eaton oct-stream.cc (do_read): stop reading if seek fails
Wed, 27 Feb 2008 04:33:39 -0500 John W. Eaton make octave_rand a proper singleton class
Tue, 26 Feb 2008 20:29:58 -0500 John W. Eaton oct-rand.cc: fix typo
Tue, 26 Feb 2008 18:45:57 -0500 John W. Eaton oct-rand.cc (get_dist_id): initialize retval
Tue, 26 Feb 2008 17:37:37 -0500 John W. Eaton avoid more "comparison is always false due to limited range of data type" warnings from GCC
Tue, 26 Feb 2008 05:28:59 -0500 John W. Eaton save state separately for each MT random number generator
Tue, 26 Feb 2008 02:47:56 -0500 John W. Eaton avoid another xGELSD workspace query bug
Tue, 26 Feb 2008 02:16:32 -0500 John W. Eaton correctly set ans for cs-lists and simplify printing them
Mon, 25 Feb 2008 19:01:30 -0500 John W. Eaton new cell array ctype mappers
Mon, 25 Feb 2008 16:09:48 -0500 Michael Goffioul octave_scalar::round: use xround instead of ::round (MSVC does not have ::round).
Mon, 25 Feb 2008 15:57:49 -0500 John W. Eaton try to avoid ctype macro problems
Mon, 25 Feb 2008 04:59:17 -0500 John W. Eaton make row_vector_property work?
Mon, 25 Feb 2008 04:12:19 -0500 John W. Eaton graphics.cc, graphics.h.in: avoid some GCC warnings
Mon, 25 Feb 2008 03:53:14 -0500 Ryan Hinton unpack.m: pass "-f -" to tar
Mon, 25 Feb 2008 03:47:57 -0500 John W. Eaton array_value::add_constraint: pass dim_vector as const reference, not value
Mon, 25 Feb 2008 03:44:50 -0500 John W. Eaton new row_vector_property class
Sun, 24 Feb 2008 03:32:49 -0500 John W. Eaton log2: ensure F strictly less than 1
Sun, 24 Feb 2008 02:58:01 -0500 John W. Eaton avoid some GCC warnings for unsigned comparisons
Fri, 22 Feb 2008 16:44:03 -0500 John W. Eaton use 0 instead of NULL
Fri, 22 Feb 2008 15:17:15 -0500 John W. Eaton remove old DejaGNU tests
Fri, 22 Feb 2008 15:09:18 -0500 John W. Eaton changelog fix
Wed, 20 Feb 2008 22:35:46 -0500 Ben Abbott legendre.m: modified help text.
Fri, 22 Feb 2008 15:08:20 -0500 John W. Eaton changelog fixes
Fri, 22 Feb 2008 15:50:51 +0100 David Bateman Eliminate the rest of the dispatched sparse functions
Fri, 22 Feb 2008 13:47:38 -0500 John W. Eaton fullfile: improve handling of args ending with filesep
Fri, 22 Feb 2008 04:05:36 -0500 John W. Eaton __stepimp__: don't call subplot for single plot
Thu, 21 Feb 2008 04:34:43 -0500 John W. Eaton ignore errors installing octave.desktop file
Thu, 21 Feb 2008 04:30:27 -0500 John W. Eaton imshow.m: use axis ("image")
Thu, 21 Feb 2008 03:58:57 -0500 John W. Eaton improve handling line style for errorbar plots
Thu, 21 Feb 2008 03:04:27 -0500 John W. Eaton fsolve: detect nonsquare systems
Wed, 20 Feb 2008 21:58:11 -0500 John W. Eaton doc fixes for legendre
Wed, 20 Feb 2008 21:47:39 -0500 Ben Abbott legendre.m: Added normalization and improved stability.
Wed, 20 Feb 2008 17:39:11 -0500 John W. Eaton atan2, fmod: accept N-d arrays
Wed, 20 Feb 2008 15:52:11 -0500 David Bateman Remove dispatched sparse functions and treat in the generic versions of the functions
Wed, 20 Feb 2008 14:56:22 -0500 John W. Eaton detect cellstr args in strcat
Wed, 20 Feb 2008 04:22:50 -0500 David Bateman convert mapper functions to new format
Wed, 20 Feb 2008 01:09:19 -0500 Ben Abbott Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Wed, 20 Feb 2008 00:46:30 -0500 John W. Eaton style fixes
Tue, 19 Feb 2008 07:28:40 -0500 Ben Abbott use QR decomposition and normalization for polyfit; normalization for polyval
Wed, 20 Feb 2008 00:31:56 -0500 Ben Abbott Added pkg version info and matlab compatibility.
Tue, 19 Feb 2008 19:25:19 -0500 John W. Eaton pkg.m style fixes
Tue, 19 Feb 2008 19:23:58 -0500 carlo added describe command to pkg
Tue, 19 Feb 2008 18:55:05 -0500 carlo better documentation on the INDEX file format
Tue, 19 Feb 2008 18:51:48 -0500 John W. Eaton changelog
Mon, 18 Feb 2008 18:08:29 +0100 David Bateman Treat integer types for mod/rem correctly
Tue, 19 Feb 2008 03:36:08 -0500 John W. Eaton [mq]: tmp-patch
Wed, 13 Feb 2008 22:46:24 -0500 bill datestr.m: fix 6 datenum vector bug
Tue, 19 Feb 2008 02:37:07 -0500 Jaroslav Hajek qr doc fix
Mon, 18 Feb 2008 15:02:59 -0500 Ben Abbott doc fix
Mon, 18 Feb 2008 14:54:10 -0500 John W. Eaton don't clear locked functions
Fri, 15 Feb 2008 19:54:25 -0500 John W. Eaton another small xGELSD workspace fix
Fri, 15 Feb 2008 19:49:14 -0500 John W. Eaton catch octave_execution_exception for built-in and mex functions
Fri, 15 Feb 2008 18:55:11 -0500 John W. Eaton more xGELSD workspace fixes
Fri, 15 Feb 2008 16:50:16 -0500 Timo Lindfors handle ties in kruskal_wallis_test
Fri, 15 Feb 2008 16:35:59 -0500 John W. Eaton new norm arg for cond
Fri, 15 Feb 2008 15:39:13 -0500 John W. Eaton don't special case SH_LD for FreeBSD and OpenBSD
Thu, 14 Feb 2008 21:57:50 -0500 John W. Eaton don't check f77_exception_encountered
Thu, 14 Feb 2008 17:14:23 -0500 John W. Eaton use exceptions in liboctave error handler
Wed, 13 Feb 2008 00:00:33 -0500 Jason Riedy compilation fixes
Tue, 12 Feb 2008 23:52:42 -0500 John W. Eaton add Jason Riedy to contributors file
Tue, 12 Feb 2008 23:45:20 -0500 John W. Eaton ilaenv --> xilaenv
Tue, 12 Feb 2008 21:13:21 -0500 John W. Eaton ilaenv --> xilaenv
Tue, 12 Feb 2008 21:04:27 -0500 Jason Riedy fix workspace size calculation for xGELSD
Tue, 12 Feb 2008 16:32:37 -0500 Kostas Poulios Fixes for quiver3
Tue, 12 Feb 2008 16:23:18 -0500 John W. Eaton changelog fix
Tue, 12 Feb 2008 13:00:45 +0100 David Bateman Allow cast to treat the logical types
Tue, 12 Feb 2008 16:19:03 -0500 David Bateman Fix colorbar with contours
Tue, 12 Feb 2008 16:12:20 -0500 David Bateman Implement cdatamapping and respect to to allow correct image/imagesc rendering
Tue, 12 Feb 2008 15:44:42 -0500 John W. Eaton eliminate unnecessary explicit template instantiations
Tue, 12 Feb 2008 03:15:49 -0500 John W. Eaton fix for loop iteration limit bug with ranges
Tue, 12 Feb 2008 03:09:44 -0500 John W. Eaton avoid shadow warning (changelog)
Tue, 12 Feb 2008 02:00:45 -0500 John W. Eaton avoid shadow warning
Mon, 11 Feb 2008 18:12:24 -0500 John W. Eaton omit more dependencies for distclean target
Sat, 09 Feb 2008 03:37:39 -0500 John W. Eaton format Range output more like N-d arrays
Fri, 08 Feb 2008 07:55:31 +0100 Rafael Laboissiere Drop .LO macros from manpages
Fri, 08 Feb 2008 16:00:16 -0500 John W. Eaton eliminate UNDEFINED sort mode
Fri, 08 Feb 2008 12:30:39 +0100 David Bateman Allow linewidth to be specified for contours
Fri, 08 Feb 2008 03:43:48 -0500 John W. Eaton limit data read to data chunk in wavread.m
Fri, 08 Feb 2008 03:28:11 -0500 John W. Eaton fix struct resizing bug
Fri, 08 Feb 2008 03:13:39 -0500 John W. Eaton don't inhibit drawnow in debug mode
Thu, 07 Feb 2008 22:36:11 -0500 John W. Eaton make sort work for ranges
Thu, 07 Feb 2008 15:58:37 -0500 John W. Eaton fix any(int) bug
Thu, 07 Feb 2008 06:16:41 -0500 John W. Eaton remove spkron.cc
Thu, 07 Feb 2008 06:00:37 -0500 David Bateman eliminate spkron.cc; dispatch in kron
Wed, 06 Feb 2008 20:22:14 +0000 jwe [project @ 2008-02-06 20:22:14 by jwe]
Wed, 06 Feb 2008 10:46:10 +0000 jwe [project @ 2008-02-06 10:46:10 by jwe]
Wed, 06 Feb 2008 10:40:02 +0000 jwe [project @ 2008-02-06 10:40:01 by jwe]
Wed, 06 Feb 2008 10:22:48 +0000 jwe [project @ 2008-02-06 10:22:48 by jwe]
Wed, 06 Feb 2008 09:33:08 +0000 jwe [project @ 2008-02-06 09:33:08 by jwe]
Wed, 06 Feb 2008 08:27:00 +0000 jwe [project @ 2008-02-06 08:27:00 by jwe]
Tue, 05 Feb 2008 23:11:19 +0000 jwe [project @ 2008-02-05 23:11:19 by jwe]
Tue, 05 Feb 2008 22:40:52 +0000 jwe [project @ 2008-02-05 22:38:57 by jwe]
Mon, 04 Feb 2008 21:17:18 +0000 jwe [project @ 2008-02-04 21:17:18 by jwe]
Mon, 04 Feb 2008 07:53:07 +0000 jwe [project @ 2008-02-04 07:53:07 by jwe]
Mon, 04 Feb 2008 07:40:55 +0000 jwe [project @ 2008-02-04 07:40:55 by jwe]
Sun, 03 Feb 2008 20:58:12 +0000 jwe [project @ 2008-02-03 20:58:12 by jwe]
Sun, 03 Feb 2008 19:34:26 +0000 jwe [project @ 2008-02-03 19:34:26 by jwe]
Sun, 03 Feb 2008 04:38:58 +0000 jwe [project @ 2008-02-03 04:38:58 by jwe]
Sat, 02 Feb 2008 18:23:50 +0000 jwe [project @ 2008-02-02 18:23:50 by jwe]
Sat, 02 Feb 2008 07:56:53 +0000 jwe [project @ 2008-02-02 07:56:53 by jwe]
Sat, 02 Feb 2008 06:48:47 +0000 jwe [project @ 2008-02-02 06:48:47 by jwe]
Fri, 01 Feb 2008 08:19:05 +0000 jwe [project @ 2008-02-01 08:19:05 by jwe]
Fri, 01 Feb 2008 06:58:29 +0000 jwe [project @ 2008-02-01 06:57:50 by jwe]
Fri, 01 Feb 2008 06:47:48 +0000 jwe [project @ 2008-02-01 06:47:48 by jwe]
Fri, 01 Feb 2008 06:34:12 +0000 jwe [project @ 2008-02-01 06:32:06 by jwe]
Thu, 31 Jan 2008 18:59:11 +0000 dbateman [project @ 2008-01-31 18:59:09 by dbateman]
Wed, 30 Jan 2008 09:11:58 +0000 jwe [project @ 2008-01-30 09:11:58 by jwe]
Wed, 30 Jan 2008 08:13:52 +0000 jwe [project @ 2008-01-30 08:13:52 by jwe]
Wed, 30 Jan 2008 07:57:35 +0000 jwe [project @ 2008-01-30 07:57:35 by jwe]
Wed, 30 Jan 2008 07:44:07 +0000 jwe [project @ 2008-01-30 07:44:07 by jwe]
Tue, 29 Jan 2008 23:28:11 +0000 jwe [project @ 2008-01-29 23:28:10 by jwe]
Mon, 28 Jan 2008 22:44:46 +0000 jwe [project @ 2008-01-28 22:42:18 by jwe]
Mon, 28 Jan 2008 21:07:59 +0000 jwe [project @ 2008-01-28 21:07:58 by jwe]
Mon, 28 Jan 2008 09:13:01 +0000 jwe [project @ 2008-01-28 09:13:01 by jwe]
Sun, 27 Jan 2008 21:17:08 +0000 dbateman [project @ 2008-01-27 21:17:08 by dbateman]
Fri, 25 Jan 2008 23:54:47 +0000 dbateman [project @ 2008-01-25 23:54:47 by dbateman]
Fri, 25 Jan 2008 22:54:33 +0000 jwe [project @ 2008-01-25 22:54:33 by jwe]
Fri, 25 Jan 2008 21:02:26 +0000 dbateman [project @ 2008-01-25 21:00:42 by dbateman]
Fri, 25 Jan 2008 18:56:07 +0000 jwe [project @ 2008-01-25 18:56:07 by jwe]
Fri, 25 Jan 2008 08:24:48 +0000 jwe [project @ 2008-01-25 08:24:48 by jwe]
Fri, 25 Jan 2008 07:19:27 +0000 jwe [project @ 2008-01-25 07:19:27 by jwe]
Fri, 25 Jan 2008 01:21:35 +0000 jwe [project @ 2008-01-25 01:21:35 by jwe]
Thu, 24 Jan 2008 08:31:36 +0000 jwe [project @ 2008-01-24 08:31:36 by jwe]
Thu, 24 Jan 2008 07:40:58 +0000 jwe [project @ 2008-01-24 07:40:58 by jwe]
Wed, 23 Jan 2008 08:14:38 +0000 jwe [project @ 2008-01-23 08:14:38 by jwe]
Wed, 23 Jan 2008 07:55:19 +0000 jwe [project @ 2008-01-23 07:55:19 by jwe]
Tue, 22 Jan 2008 21:53:57 +0000 jwe [project @ 2008-01-22 21:53:57 by jwe]
Tue, 22 Jan 2008 21:52:26 +0000 jwe [project @ 2008-01-22 21:52:25 by jwe]