| 2008-09-09 |
John W. Eaton |
datestr.m: convert format and use strtftime for most of the actual conversion
default tip
|
changeset |
files
|
| 2008-09-09 |
David Bateman |
Add explanationation of initializing the interpreter in a standalone program
|
changeset |
files
|
| 2008-09-09 |
John W. Eaton |
doc fix
|
changeset |
files
|
| 2008-09-09 |
Thomas Weber |
Typo in num2cell's description
|
changeset |
files
|
| 2008-09-09 |
Thomas Weber |
typo in comma separated lists chapter
|
changeset |
files
|
| 2008-09-09 |
David Bateman |
Treat PCRE lookbehind operators in a manner that is approximately correct
|
changeset |
files
|
| 2008-09-08 |
John W. Eaton |
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
|
changeset |
files
|
| 2008-09-08 |
Michael Goffioul |
mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
|
changeset |
files
|
| 2008-09-08 |
Michael Goffioul |
MSVC compilation fix
|
changeset |
files
|
| 2008-09-08 |
John W. Eaton |
add colorbar docstring to the manual
|
changeset |
files
|
| 2008-09-08 |
Tatsuro Matsuoka |
plot.m: doc fix
|
changeset |
files
|
| 2008-09-08 |
John W. Eaton |
ls-oct-ascii.{h,cc} (extract_keyword): accept \r as line ending character
|
changeset |
files
|
| 2008-09-08 |
Mark van Rossum |
Handle zero values of n in binornd correctly
|
changeset |
files
|
| 2008-09-08 |
kai |
Make contourf work for equal-size matrices (again).
|
changeset |
files
|
| 2008-09-03 |
Ben Abbott |
Use eps(single) as tolerance for single precesion test.
|
changeset |
files
|
| 2008-09-03 |
John W. Eaton |
variables.cc (mlock): lock current function
|
changeset |
files
|
| 2008-09-03 |
John W. Eaton |
symtab.cc (out_of_date_check_internal): check for method, then regular function
|
changeset |
files
|
| 2008-09-02 |
Michael Goffioul |
Make hggroup to react on [xyzac]liminclude changes in its children.
|
changeset |
files
|
| 2008-09-02 |
David Bateman |
__add_datasource__.m: fix indexing of varargin
|
changeset |
files
|
| 2008-09-02 |
David Bateman |
Additional do not call set with empty arguments fixes
|
changeset |
files
|
| 2008-09-02 |
David Bateman |
correctly plot matrices in plot3
|
changeset |
files
|
| 2008-08-31 |
Michael Goffioul |
Fix FLTK backend update
|
changeset |
files
|
| 2008-08-31 |
Michael Goffioul |
Do not call "set" with empty arguments
|
changeset |
files
|
| 2008-08-29 |
David Bateman |
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
|
changeset |
files
|
| 2008-08-28 |
John W. Eaton |
doc fix
|
changeset |
files
|
| 2008-08-28 |
John W. Eaton |
doc fix
|
changeset |
files
|
| 2008-08-28 |
John W. Eaton |
doc fixes
|
changeset |
files
|
| 2008-08-28 |
John W. Eaton |
doc fixes
|
changeset |
files
|
| 2008-08-28 |
David Bateman |
Add data sources and line series
|
changeset |
files
|
| 2008-08-28 |
Martin Weiser |
fix documentation of scatter3
|
changeset |
files
|
| 2008-08-27 |
Jaroslav Hajek |
make glpk return NA values for unfeasible problems
|
changeset |
files
|
| 2008-08-26 |
Ben Abbott |
Adjust tolerance to single precision test.
|
changeset |
files
|
| 2008-08-26 |
Ben Abbott |
Adjust tolerance to single precision test.
|
changeset |
files
|
| 2008-08-26 |
John W. Eaton |
hold.m: if hold is applied to a figure, set state for all child axes objects
|
changeset |
files
|
| 2008-08-26 |
Jaroslav Hajek |
fix invalid scope use in assignin
|
changeset |
files
|
| 2008-08-26 |
Michael Goffioul |
Trigger actions/listeners only for actual property change
|
changeset |
files
|
| 2008-08-26 |
John W. Eaton |
graphics.cc (figure::properties::get_title): avoid gcc warning
|
changeset |
files
|
| 2008-08-26 |
John W. Eaton |
Auto-generate base_properties
|
changeset |
files
|
| 2008-08-26 |
John W. Eaton |
Interface for backend switch/initialization
|
changeset |
files
|
| 2008-08-26 |
John W. Eaton |
Octave to backend notification scheme
|
changeset |
files
|
| 2008-08-26 |
John W. Eaton |
[mq]: generic_octave_to_backend_nofitication
|
changeset |
files
|
| 2008-08-26 |
David Bateman |
Opps
|
changeset |
files
|
| 2008-08-26 |
David Bateman |
Add area, bar, quiver and stair series graphics objects. Document them
|
changeset |
files
|
| 2008-08-26 |
Jaroslav Hajek |
contrib.txi: new documentation for contributors
|
changeset |
files
|
| 2008-08-25 |
scofield |
Various features added to imwrite
|
changeset |
files
|
| 2008-08-25 |
scofield |
Replace leading tabs with spaces.
|
changeset |
files
|
| 2008-08-25 |
David Bateman |
Convert stem and stem3 to use stem series objects
|
changeset |
files
|
| 2008-08-22 |
John W. Eaton |
symtab.h (symbol_table::do_inherit): copy alll symbols from donor scope
|
changeset |
files
|
| 2008-08-22 |
John W. Eaton |
chi2rnd.m: fix missing semicolon
|
changeset |
files
|
| 2008-08-21 |
John W. Eaton |
undo spurious change in last commit
|
changeset |
files
|
| 2008-08-21 |
John W. Eaton |
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
|
changeset |
files
|
| 2008-08-21 |
Thomas Treichl |
Increase test script tolerances.
|
changeset |
files
|
| 2008-08-21 |
David Bateman |
Add the ezplot function
|
changeset |
files
|
| 2008-08-20 |
John W. Eaton |
scope fixes for anonymous and inline functions that appear inside subfunctions
|
changeset |
files
|
| 2008-08-20 |
John W. Eaton |
handle errors in calls to help, type, and which
|
changeset |
files
|
| 2008-08-20 |
Jaroslav Hajek |
avoid problematic subfunction call in an anonymous function
|
changeset |
files
|
| 2008-08-20 |
David Bateman |
Fix for meshed surfaces with more than one oobject per plot
|
changeset |
files
|
| 2008-08-19 |
David Bateman |
Add a search for Contents.m files to the help function
|
changeset |
files
|
| 2008-08-19 |
John W. Eaton |
ChangeLog fixes
|
changeset |
files
|
| 2008-08-19 |
David Bateman |
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
|
changeset |
files
|