Mercurial
release-3-0-x
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
branches
|
files
|
bz2
(0)
-3000
-1000
-300
-100
-60
+60
+100
tip
2008-09-24
Francesco Potorti
container.txi: fix cross reference in struct docs
changeset
|
files
2008-09-24
Ben Abbott
pcolor.m: Improve doc strings.
changeset
|
files
2008-09-22
Brett Stewart
change is_square to issquare in is_stabilizable.m
changeset
|
files
2008-09-21
John W. Eaton
clear index before throwing error in Array indexed assignment functions
changeset
|
files
2008-09-21
Jaroslav Hajek
fix blkdiag to not rely on Matlab-incompatible behaviour
changeset
|
files
2008-09-21
Jaroslav Hajek
make null assignment more Matlab-compatible
changeset
|
files
2008-09-21
Kris Thielemans
Fix for display_range in imshow
changeset
|
files
2008-09-21
David Bateman
Clarify fftw documentation
changeset
|
files
2008-09-21
Kris Thielemans
For for extrapval in interpn
changeset
|
files
2008-09-19
David Bateman
Special case single type conacation in Fcat. Rework cell2mat to take advantage. Cut trailing singletons in cat
changeset
|
files
2008-09-19
Jaroslav Hajek
fix problems from transplant 7552
changeset
|
files
2008-09-19
Jaroslav Hajek
partially sync Matrix::expm and ComplexMatrix::expm with development repo
changeset
|
files
2008-09-17
jwe
[project @ 2008-01-24 08:31:36 by jwe]
changeset
|
files
2008-09-17
Jaroslav Hajek
again, fix the diabolic line in randp.cc
changeset
|
files
2008-09-15
Jaroslav Hajek
fix integer exponentiation with negative exponent
changeset
|
files
2008-09-15
Thomas Weber
First sentence of a doc string should read like a command
changeset
|
files
2008-09-15
John W. Eaton
octave.cc (octave_main): make all command-line arguments available to startup scripts
changeset
|
files
2008-05-20
Kim Hansen
load-path.cc (load_path::initialize): include separator when appending sys_path
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
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-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
John W. Eaton
hold.m: if hold is applied to a figure, set state for all child axes objects
changeset
|
files
2008-08-22
John W. Eaton
chi2rnd.m: fix missing semicolon
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-20
Jaroslav Hajek
avoid problematic subfunction call in an anonymous function
changeset
|
files
2008-07-27
David Bateman
Allow X/Y to be unequal vectors in contourf
changeset
|
files
2008-05-18
Thomas Weber
Extend explanation of randn's return value
changeset
|
files
2008-07-27
David Bateman
Document contourf
changeset
|
files
2008-07-27
David Bateman
Clarify help of the shading function
changeset
|
files
2008-07-27
David Bateman
Calrify OuterPosition property in manual
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
fix typo in last commit
changeset
|
files
2008-08-19
Jaroslav Hajek
check for obsolete built-in variable assignment at first execution rather than parse time
changeset
|
files
2008-08-19
Jaroslav Hajek
fix invalid memory read in glpk
changeset
|
files
2008-08-19
David Bateman
Doc fix for ranks
changeset
|
files
2008-08-19
Jaroslav Hajek
fix default_save_options parsing and allow mixing options with other arguments.
changeset
|
files
2008-08-19
John W. Eaton
parse.y (Feval): Return value produced by evaluating CATCH string
changeset
|
files
2008-08-19
Jaroslav Hajek
Added tag release-3-0-2 for changeset 928193724f3b
changeset
|
files
2008-08-19
Jaroslav Hajek
version 3.0.2
release-3-0-2
changeset
|
files
2008-08-19
Jaroslav Hajek
fix typo in randp test
changeset
|
files
2008-08-12
John W. Eaton
octave_struct::subsref: don't resize for simple x(idx) case
changeset
|
files
2008-08-12
Jaroslav Hajek
initialization check for correct NaN sign
changeset
|
files
2008-08-08
Jaroslav Hajek
strtok: replace cstrcat->strcat
changeset
|
files
2008-08-08
Tatsuro MATSUOKA
fix failing test for randp
changeset
|
files
2008-08-04
John W. Eaton
oct-env.cc (octave_env::instance_ok): fix type in error message
changeset
|
files
2008-08-04
John W. Eaton
run-octave.in: use sed to append : to path elements
changeset
|
files
2008-08-04
John W. Eaton
aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found
changeset
|
files
2008-08-04
John W. Eaton
Makefile.in (header-msg): Mention GNU Make; update GCC version info
changeset
|
files
2008-08-04
John W. Eaton
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
changeset
|
files
2008-08-01
Francesco Potorti
fix incorrect axis location properties
changeset
|
files
2008-07-28
John W. Eaton
lasterr, lasterror: unwind-protect error_state
changeset
|
files
(0)
-3000
-1000
-300
-100
-60
+60
+100
tip