Mercurial > hg > octave-lyh
graph
-
stash directory name when loading private functionTue, 17 Feb 2009 12:39:30 -0500, by John W. Eaton
-
support native cumsum, gripe on overflow in sum/cumsumTue, 17 Feb 2009 14:23:35 +0100, by Jaroslav Hajek
-
NEWS updateTue, 17 Feb 2009 12:52:13 +0100, by Jaroslav Hajek
-
improve cummin/cummax inline docsTue, 17 Feb 2009 11:40:40 +0100, by Jaroslav Hajek
-
implement cummin/cummax functionsTue, 17 Feb 2009 11:26:29 +0100, by Jaroslav Hajek
-
fix min/max behaviour with NaNsTue, 17 Feb 2009 09:45:34 +0100, by Jaroslav Hajek
-
octave.gperf: eliminate whitespace to allow gperf 2.7.2 to workTue, 17 Feb 2009 02:38:05 -0500, by John W. Eaton
-
split implementation and interface in mx-op-defs and MArray-defsTue, 17 Feb 2009 08:38:00 +0100, by Jaroslav Hajek
-
disallow reading from stdin while running interactivelyTue, 17 Feb 2009 01:33:10 -0500, by John W. Eaton
-
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the structTue, 17 Feb 2009 00:43:13 -0500, by John W. Eaton
-
Use CARBON_LIBS instead of LIBS for framework Carbon.Tue, 17 Feb 2009 00:28:48 -0500, by Thomas Treichl
-
Fix test for X11 if "--without-x" is given.Tue, 17 Feb 2009 00:27:30 -0500, by Thomas Treichl
-
plotyy.m: handle existing figure with no axesTue, 17 Feb 2009 00:01:33 -0500, by John W. Eaton
-
__makeinfo__.m: rename from makeinfo.mMon, 16 Feb 2009 17:01:17 -0500, by John W. Eaton
-
lex.l (next_token_can_follow_bin_op): push all characters read on to buffer stackMon, 16 Feb 2009 16:44:55 -0500, by John W. Eaton
-
genprops.awk (emit_source): don't use + to concatenate stringsMon, 16 Feb 2009 14:43:34 -0500, by John W. Eaton
-
Trivial change to shading.m and surfl.m demos.Mon, 16 Feb 2009 13:31:44 -0500, by Ben Abbott
-
fix typo in sortrowsMon, 16 Feb 2009 16:52:42 +0100, by Jaroslav Hajek
-
update comments in fsolveMon, 16 Feb 2009 16:08:41 +0100, by Jaroslav Hajek
-
typo in gnuplot_drawnow.mMon, 16 Feb 2009 15:50:44 +0100, by Jaroslav Hajek
-
fix which message for built-in functionsMon, 16 Feb 2009 15:12:00 +0100, by Jaroslav Hajek
-
fix 2-subs assigment into n-d arraysMon, 16 Feb 2009 15:05:24 +0100, by Jaroslav Hajek
-
remove unused macros from mx-inlines.ccMon, 16 Feb 2009 13:53:11 +0100, by Jaroslav Hajek
-
implement short-circuiting row-reduction any/all algorithmMon, 16 Feb 2009 13:53:09 +0100, by Jaroslav Hajek
-
fix unscaling in expmMon, 16 Feb 2009 12:45:15 +0100, by Jaroslav Hajek
-
implement fast logical sum (counting)Mon, 16 Feb 2009 12:41:55 +0100, by Jaroslav Hajek
-
more NEWS updatesMon, 16 Feb 2009 10:53:46 +0100, by Jaroslav Hajek
-
Fix invalid conversion error on implicit demotion of n-d arraysMon, 16 Feb 2009 10:40:10 +0100, by Jaroslav Hajek
-
fix small bug in scalar-to-array assignmentMon, 16 Feb 2009 10:31:10 +0100, by Jaroslav Hajek
-
fix & clean up complex & sparse sortingMon, 16 Feb 2009 10:15:43 +0100, by Jaroslav Hajek
-
optimize min/max functionsMon, 16 Feb 2009 08:52:00 +0100, by Jaroslav Hajek
-
use new reduction ops for char matricesMon, 16 Feb 2009 07:57:03 +0100, by Jaroslav Hajek
-
liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintfMon, 16 Feb 2009 01:41:06 -0500, by John W. Eaton
-
help.m: shorten default help textMon, 16 Feb 2009 00:38:25 -0500, by John W. Eaton
-
NEWS updateMon, 16 Feb 2009 00:09:44 -0500, by John W. Eaton
-
handle commands in the lexerSun, 15 Feb 2009 23:49:15 -0500, by John W. Eaton
-
better handling of object indexing in lexerSun, 15 Feb 2009 16:31:16 -0500, by John W. Eaton
-
subplot.m: Compatible placement of subplots.Sun, 15 Feb 2009 19:07:05 -0500, by Ben Abbott
-
reimplement any & all using the new reduction codeSat, 14 Feb 2009 19:50:43 +0100, by Jaroslav Hajek
-
add missing return statementSat, 14 Feb 2009 07:27:34 +0100, by Jaroslav Hajek
-
use new summation code for native integer summationSat, 14 Feb 2009 07:24:16 +0100, by Jaroslav Hajek
-
Initialize axes ticklength property.Fri, 13 Feb 2009 18:29:18 -0500, by Ben Abbott
-
handle CRLF and CR in fgetl/fgetsFri, 13 Feb 2009 16:38:27 -0500, by John W. Eaton
-
NEWS: another updateFri, 13 Feb 2009 15:36:43 -0500, by John W. Eaton
-
NEWS: update for releaseFri, 13 Feb 2009 15:06:50 -0500, by John W. Eaton
-
improve reduction functionsFri, 13 Feb 2009 21:04:50 +0100, by Jaroslav Hajek
-
toplev.cc (do_octave_atexit): only save history if Vsaving_history is trueFri, 13 Feb 2009 13:03:04 -0500, by John W. Eaton
-
rename internal issorted and issorted_rows functions to is_sorted and is_sorted_rowsThu, 12 Feb 2009 15:29:12 -0500, by John W. Eaton
-
rename all uses of sortrows_idx to sort_rows_idxThu, 12 Feb 2009 15:16:35 -0500, by John W. Eaton
-
[mq]: xThu, 12 Feb 2009 14:37:43 -0500, by John W. Eaton
-
use lo-traits in oct-inttypesThu, 12 Feb 2009 10:00:43 +0100, by Jaroslav Hajek
-
src/TEMPLATE-INST/Array-tc.cc: undo previous changeThu, 12 Feb 2009 03:44:41 -0500, by John W. Eaton
-
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'Thu, 12 Feb 2009 09:30:33 +0100, by Soren Hauberg
-
src/version.h: append + to version and apiThu, 12 Feb 2009 03:06:46 -0500, by John W. Eaton
-
scripts/help/lookfor.m: Adapt to new cache scheme.Thu, 12 Feb 2009 03:04:23 -0500, by Soren Hauberg
-
some comments for lo-traits.hThu, 12 Feb 2009 03:03:59 -0500, by John W. Eaton
-
[mq]: sort-traitsThu, 12 Feb 2009 02:49:14 -0500, by John W. Eaton
-
Introduce new macro OCTAVE_GLUTESSCALLBACK_THREEDOTS. Use definitions HAVE_FRAMEWORK_OPENGL and HAVE_GLUTESSCALLBACK_THREEDOTS for Mac's framework OpenGL implementation.Wed, 11 Feb 2009 19:46:23 -0500, by Ben Abbott
-
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.Wed, 11 Feb 2009 19:14:42 -0500, by Ben Abbott
-
create $(DESTDIR)$(octetcdir) when installingWed, 11 Feb 2009 10:14:58 -0500, by John W. Eaton
-
imported patch sort3.diffWed, 11 Feb 2009 15:25:53 +0100, by Jaroslav Hajek
-
doc/interpreter/mk_doc_cache.m: pass --fill-column=1024 to makeinfoWed, 11 Feb 2009 01:48:39 -0500, by John W. Eaton
-
install DOC and NEWS in $octetcdirWed, 11 Feb 2009 01:02:54 -0500, by John W. Eaton
-
Run some clean targets on sub-directory @polynomialTue, 10 Feb 2009 22:09:32 -0500, by Rafael Laboissiere
-
doc/interpreter/mk_doc_cache.m: improve performanceTue, 10 Feb 2009 21:50:59 -0500, by John W. Eaton
-
generate DOC file for lookfor functionTue, 10 Feb 2009 17:04:20 -0500, by John W. Eaton
-
doc fixesTue, 10 Feb 2009 16:02:36 -0500, by John W. Eaton
-
changelog fixesTue, 10 Feb 2009 10:59:09 -0500, by John W. Eaton
-
fix typo in previous patchTue, 10 Feb 2009 11:22:05 +0100, by Jaroslav Hajek
-
support pchip method in interp2Fri, 14 Mar 2008 12:54:56 +0100, by Jaroslav Hajek
-
Added tag ss-3-1-52 for changeset 739141cde75aMon, 09 Feb 2009 16:53:12 -0500, by John W. Eaton
-
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the listMon, 09 Feb 2009 15:43:24 -0500, by John W. Eaton
-
examples/Makefile.in (dist): create subdirs of examples, not distMon, 09 Feb 2009 14:55:07 -0500, by John W. Eaton
-
examples/@polynomial/Makefile.in (do-mkpkgadd): special definition for this directoryMon, 09 Feb 2009 14:49:20 -0500, by John W. Eaton
-
src/version.h: update for snapshotMon, 09 Feb 2009 14:20:12 -0500, by John W. Eaton
-
examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRSMon, 09 Feb 2009 14:18:45 -0500, by John W. Eaton
-
load-path.cc: catch execution exception in getcwdMon, 09 Feb 2009 13:23:09 -0500, by John W. Eaton
-
dispatch.cc: comment out troublesome testsMon, 09 Feb 2009 12:33:47 -0500, by John W. Eaton
-
eigs.cc: increase toleranceMon, 09 Feb 2009 12:29:30 -0500, by John W. Eaton
-
handle command names in declaration listsMon, 09 Feb 2009 12:23:12 -0500, by John W. Eaton
-
sorting optimizationsMon, 09 Feb 2009 13:05:35 +0100, by Jaroslav Hajek
-
test/fntests.m, scripts/test/demo.m: error on fopen failuresMon, 09 Feb 2009 01:56:06 -0500, by John W. Eaton
-
miscellaneous cleanupsSun, 08 Feb 2009 23:00:27 -0500, by John W. Eaton
-
parse.y (eval_string): use the one true evaluatorSat, 07 Feb 2009 12:39:19 -0500, by John W. Eaton
-
octMakefile.in (all): display $(prefix) in summary messageSat, 07 Feb 2009 08:35:38 -0500, by John W. Eaton
-
src/Makefile.in (INCLUDES): include oct-hdf5.h in the listFri, 06 Feb 2009 12:57:39 -0500, by John W. Eaton
-
src/Makefile.in (oct-gperf.h): avoid pipelineFri, 06 Feb 2009 12:51:29 -0500, by John W. Eaton
-
improve fsolve and add ComplexEqn optionFri, 06 Feb 2009 13:45:48 +0100, by Jaroslav Hajek
-
add missing BLAS sourcesFri, 06 Feb 2009 07:30:55 +0100, by Jaroslav Hajek
-
symtab.cc (symbol_table::fcn_info::fcn_info_rep::find): avoid recursive callThu, 05 Feb 2009 19:58:04 -0500, by John W. Eaton
-
file-stat.cc: use EXISTS instead of OK in previuos changeThu, 05 Feb 2009 19:39:38 -0500, by John W. Eaton
-
base_file_stat::is_XXX: return false if object is not initializedThu, 05 Feb 2009 17:38:24 -0500, by John W. Eaton
-
news.m: use puts, not printfThu, 05 Feb 2009 17:14:44 -0500, by John W. Eaton
-
Fdrawnow: don't strip dirsep; return after errorsThu, 05 Feb 2009 17:04:09 -0500, by John W. Eaton
-
contributors.in: updateThu, 05 Feb 2009 13:46:47 -0500, by John W. Eaton
-
polyout.m: additional style fixesThu, 05 Feb 2009 13:43:17 -0500, by John W. Eaton
-
polyout.m: Replace com2str with num2str.Thu, 05 Feb 2009 13:42:29 -0500, by Thomas D. Dean
-
eigs.cc (Feigs): avoid warnings; style fixes; return after errorsThu, 05 Feb 2009 13:09:22 -0500, by John W. Eaton
-
optimize Octave_map::indexThu, 05 Feb 2009 15:15:59 +0100, by Jaroslav Hajek
-
ChangeLog fix for last two patchesThu, 05 Feb 2009 15:11:24 +0100, by Jaroslav Hajek
-
use allocators for idx_vector_rep subclassesThu, 05 Feb 2009 14:34:30 +0100, by Jaroslav Hajek
-
optimize scalar indexingThu, 05 Feb 2009 13:58:11 +0100, by Jaroslav Hajek
-
redo changeset 4238f2600a17 with fixes to sortingWed, 04 Feb 2009 16:05:01 +0100, by Jaroslav Hajek
-
eliminte some compiler warningsThu, 05 Feb 2009 02:42:58 -0500, by John W. Eaton
-
require HDF5 v1.6 APIThu, 05 Feb 2009 01:19:29 -0500, by John W. Eaton
-
configure.in: separate cases for cygwin and mingwWed, 04 Feb 2009 17:48:30 -0500, by Benjamin Lindner
-
Fix calculation of diffuse reflectance. Calculate surface normals here now.Wed, 04 Feb 2009 17:14:14 -0500, by Kai Habel
-
warning_ids.m: make it a function that just calls helpWed, 04 Feb 2009 17:09:35 -0500, by John W. Eaton
-
allow help to work with files containing only commentsWed, 04 Feb 2009 17:06:32 -0500, by John W. Eaton
-
undo changeset 4238f2600a17Wed, 04 Feb 2009 15:53:24 -0500, by John W. Eaton
-
Get the bzip2 change right.Wed, 04 Feb 2009 14:45:40 -0500, by Thomas Treichl
-
line number fixes and other evaluator tweaksWed, 04 Feb 2009 13:28:06 -0500, by John W. Eaton
-
scripts/miscellaneous/Makefile.in: add bzip2Wed, 04 Feb 2009 11:39:45 -0500, by Soren Hauberg
-
freqz.m: freqz.m: fix for long inputWed, 04 Feb 2009 11:37:49 -0500, by Ben Abbott
-
ChangeLog fixWed, 04 Feb 2009 11:28:24 -0500, by John W. Eaton
-
__go_draw_axes__.m: __go_draw_axes__.m: Improved gnuplot color interpolation.Wed, 04 Feb 2009 07:28:17 -0500, by Ben Abbott
-
style fixesWed, 04 Feb 2009 10:56:23 -0500, by John W. Eaton
-
fix string_vector::sortWed, 04 Feb 2009 16:05:01 +0100, by Jaroslav Hajek
-
improve looping over arraysWed, 04 Feb 2009 13:53:57 +0100, by Jaroslav Hajek
-
small fix in fsolveWed, 04 Feb 2009 10:18:25 +0100, by Jaroslav Hajek
-
chunked buffer allocation for pointersWed, 04 Feb 2009 10:18:22 +0100, by Jaroslav Hajek
-
configure: check whether qhull worksWed, 04 Feb 2009 10:18:20 +0100, by Jaroslav Hajek
-
New evaluator and debugger derived from tree-walker classWed, 04 Feb 2009 00:47:53 -0500, by John W. Eaton
-
add __all_opts__ to build processTue, 03 Feb 2009 12:47:38 +0100, by Jaroslav Hajek
-
increase tolerance in interpft testsTue, 03 Feb 2009 09:13:56 +0100, by Rob Mahurin
-
Add missing libqrupdate to liboctave link dependenciesTue, 03 Feb 2009 09:11:48 +0100, by Benjamin Lindner
-
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'Sun, 01 Feb 2009 16:40:53 +0100, by Soren Hauberg
-
doc/interpreter/system.txi: remove reference to 'eomdate'Sun, 01 Feb 2009 16:30:29 +0100, by Soren Hauberg
-
fixes to __all_opts__Tue, 03 Feb 2009 08:32:28 +0100, by Jaroslav Hajek
-
reduce memory usage in sortingTue, 03 Feb 2009 08:16:39 +0100, by Jaroslav Hajek
-
abs,real,imag,conj: use code from mx-inlines rather than the generic mapMon, 02 Feb 2009 15:35:32 +0100, by Jaroslav Hajek
-
Remove printing of cvs motd in autogen.shSun, 01 Feb 2009 20:40:10 +0100, by Thorsten Meyer
-
optimization: use PKG_ADD: comments instead of PKG_ADD fileFri, 30 Jan 2009 15:42:51 -0500, by John W. Eaton
-
implement registering of optimization optionsFri, 30 Jan 2009 21:24:29 +0100, by Jaroslav Hajek
-
fix string lookup in empty cellsFri, 30 Jan 2009 21:17:13 +0100, by Jaroslav Hajek
-
Add support for transparent surfacesFri, 30 Jan 2009 14:52:32 -0500, by Kai Habel
-
configure.in: fix shared library definitions for Cygwin and MinGWFri, 30 Jan 2009 14:43:46 -0500, by Marco Atzeri
-
bugfix in datestr with YYYY and ddFri, 30 Jan 2009 14:06:21 -0500, by Benjamin Lindner
-
missing semicolon in display.ccFri, 30 Jan 2009 13:57:10 -0500, by Benjamin Lindner
-
add -lgdi32 to LIBS on windows targetFri, 30 Jan 2009 13:56:24 -0500, by Benjamin Lindner
-
fix gzip test code - use filesep()Fri, 30 Jan 2009 13:39:16 -0500, by Benjamin Lindner
-
# User Ben Abbott <bpabbott@mac.com>Fri, 30 Jan 2009 11:10:51 -0500, by John W. Eaton
-
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position propertyFri, 30 Jan 2009 11:06:44 -0500, by Ben Abbott
-
pt-stmt.cc (tree_statemnt::eval): check in_function_of_script_body to decide whether to call octave_call_stack::set_statementThu, 29 Jan 2009 18:13:06 -0500, by John W. Eaton
-
[mq]: grfxThu, 29 Jan 2009 17:18:44 -0500, by John W. Eaton
-
Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.Thu, 29 Jan 2009 22:01:49 +0100, by Thomas Treichl
-
fileparts.m: match all possible file separatorsThu, 29 Jan 2009 14:52:38 -0500, by John W. Eaton
-
Add support for transparent patchesThu, 29 Jan 2009 14:16:02 -0500, by Kai Habel
-
ChangeLog fixesThu, 29 Jan 2009 14:08:51 -0500, by John W. Eaton
-
Display sensible error message when the help text of an undocumented function is requestedSun, 25 Jan 2009 19:55:42 +0100, by Soren Hauberg
-
Allow displaying 'Contents.m' files.Sun, 25 Jan 2009 17:25:15 +0100, by Soren Hauberg
-
test_system.m: use isfield instead of struct_containsThu, 29 Jan 2009 13:29:28 -0500, by John W. Eaton
-
ChangeLog fixesThu, 29 Jan 2009 12:57:59 -0500, by John W. Eaton
-
Add missing files to SOURCES in plot/Makefile.inThu, 29 Jan 2009 12:55:16 -0500, by Kai Habel
-
don't convert NaN to logical in bool expressionsThu, 29 Jan 2009 12:50:25 -0500, by John W. Eaton
-
special printing of diagonal matricesThu, 29 Jan 2009 11:49:06 +0100, by Jaroslav Hajek
-
gnuplot_drawnow.m: style fixes.Wed, 28 Jan 2009 21:57:27 -0500, by Ben Abbott
-
configure.in (REGEX_LIBS): undo part of previous changeWed, 28 Jan 2009 21:08:53 -0500, by John W. Eaton
-
ChangeLog fixWed, 28 Jan 2009 18:59:44 -0500, by John W. Eaton
-
configure.in: check for pcre_compile, don't check for other regex functions if pcre library is foundWed, 28 Jan 2009 18:58:15 -0500, by John W. Eaton
-
__gnuplot_has_feature__.m: New file, checks for supported feature.Wed, 28 Jan 2009 11:25:07 -0500, by Ben Abbott
-
For zero length matches in regexp, advance index by one and try againWed, 28 Jan 2009 23:43:27 +0100, by David Bateman
-
use separate prefix for shllib and shlbin filesWed, 28 Jan 2009 17:42:18 -0500, by John W. Eaton
-
fix lookup's docstringWed, 28 Jan 2009 13:53:49 +0100, by Jaroslav Hajek
-
do not pivot by default in fsolveWed, 28 Jan 2009 13:01:57 +0100, by Jaroslav Hajek
-
fix typo in fsolveWed, 28 Jan 2009 11:00:22 +0100, by Jaroslav Hajek
-
use shallow copying in Matrix/RowVector/ColumnVector conversionsWed, 28 Jan 2009 09:33:27 +0100, by Jaroslav Hajek
-
relax scaling in fsolve and use class-dependent default tolerancesWed, 28 Jan 2009 08:38:29 +0100, by Jaroslav Hajek
-
fix & optimize orderfieldsWed, 28 Jan 2009 07:23:35 +0100, by Jaroslav Hajek
-
mappers.cc (Farg): doc fixTue, 27 Jan 2009 23:48:57 -0500, by John W. Eaton
-
use endif and endfor instead of endTue, 27 Jan 2009 23:17:37 -0500, by John W. Eaton
-
load-path.cc (Fcommand_line_path): rename from FcommandlinepathTue, 27 Jan 2009 23:02:08 -0500, by John W. Eaton
-
style and ChangeLog fixesTue, 27 Jan 2009 22:59:51 -0500, by John W. Eaton
-
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link depsTue, 27 Jan 2009 22:44:38 -0500, by Benjamin Lindner
-
file-io.cc (Ffprintf): doc fixTue, 27 Jan 2009 21:19:38 -0500, by John W. Eaton
-
Really fix indexing in orderfields.mTue, 27 Jan 2009 16:15:31 -0500, by Jason Riedy
-
fix typo in fsolveTue, 27 Jan 2009 21:22:59 +0100, by Jaroslav Hajek
-
Add tests to prevent regression of struct array indexingTue, 27 Jan 2009 21:04:19 +0100, by Thorsten Meyer
-
spline.m doc fixTue, 27 Jan 2009 12:48:34 -0500, by carlo
-
gradient.m: Add support for computing the gradient of a function handleTue, 27 Jan 2009 12:28:22 -0500, by sh
-
improve lsqnonnegTue, 27 Jan 2009 15:21:18 +0100, by Jaroslav Hajek
-
Improve default property compatibility.Tue, 27 Jan 2009 07:20:58 -0500, by Ben Abbott
-
fix invalid block endTue, 27 Jan 2009 12:40:31 +0100, by Jaroslav Hajek
-
improve & fix QR classesTue, 27 Jan 2009 12:40:06 +0100, by Jaroslav Hajek
-
enable default settings queries in optim funcsTue, 27 Jan 2009 08:15:08 +0100, by Jaroslav Hajek
-
Use Carbon framework to determine ScreenSize on Mac.Mon, 26 Jan 2009 23:07:09 -0500, by Thomas Treichl
-
orderfields.m: avoid loop for non-empty cases. New tests.Mon, 26 Jan 2009 22:43:29 -0500, by Jason Riedy
-
load-path.cc (load_path::do_find_fcn): handle @foo/barMon, 26 Jan 2009 22:35:20 -0500, by John W. Eaton
-
handle sparse jacobians in fsolveMon, 26 Jan 2009 15:46:33 +0100, by Jaroslav Hajek
-
remove obsolete sourceMon, 26 Jan 2009 15:43:44 +0100, by Jaroslav Hajek
-
improvements to fsolveMon, 26 Jan 2009 11:29:16 +0100, by Jaroslav Hajek
-
make length invariant in range-scalar opsMon, 26 Jan 2009 07:49:04 +0100, by Jaroslav Hajek
-
optimize cell construction from a cs-listSun, 25 Jan 2009 08:04:56 +0100, by Jaroslav Hajek
-
properly reshape cs-lists assigned to struct & cellsSat, 24 Jan 2009 21:27:07 +0100, by Jaroslav Hajek
-
savepath: Respect cmd-line and env paths.Sat, 24 Jan 2009 14:53:44 -0500, by Ben Abbott
-
Skip tests if ARPACK is missing.Sat, 24 Jan 2009 12:09:25 -0500, by Ben Abbott
-
Update the examples for structure arrays in container.txiSat, 24 Jan 2009 16:37:48 +0100, by Thorsten Meyer
-
test/test_prefer.m: update test to reflect new API of the 'type' function.Fri, 23 Jan 2009 15:03:39 -0500, by sh
-
Make 'type X' work when X is a variableFri, 23 Jan 2009 15:03:16 -0500, by sh
-
toplev.cc (octave_call_stack::do_goto_caller_frame): allow caller frame to be base frameFri, 23 Jan 2009 11:28:25 -0500, by John W. Eaton
-
further indexing optimization touchesFri, 23 Jan 2009 13:13:39 +0100, by Jaroslav Hajek
-
implement octave_value_list using ArrayFri, 23 Jan 2009 09:57:19 +0100, by Jaroslav Hajek
-
display.cc: remove extraneous output statementThu, 22 Jan 2009 21:41:05 -0500, by John W. Eaton
-
configure.in (AH_BOTTOM): Also check __MACH__ when defining OCTAVE_USE_OS_X_APIThu, 22 Jan 2009 18:33:45 -0500, by John W. Eaton
-
ChangeLog fixThu, 22 Jan 2009 18:24:15 -0500, by John W. Eaton
-
m-file implementation of help systemThu, 22 Jan 2009 18:22:52 -0500, by Soren Hauberg
-
toplev.cc: check OCTAVE_USE_OS_X_API instead of __APPLE__ && __MACH__Thu, 22 Jan 2009 13:59:33 -0500, by John W. Eaton
-
configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is definedThu, 22 Jan 2009 13:29:20 -0500, by John W. Eaton
-
display.cc: get info for windows and os x systemsThu, 22 Jan 2009 13:10:20 -0500, by John W. Eaton
-
fix menus in manualThu, 22 Jan 2009 12:02:03 -0500, by John W. Eaton
-
really delete vr-idx.txiThu, 22 Jan 2009 11:54:36 -0500, by John W. Eaton
-
io.txi: remove @DOCSTRING(ans)Thu, 22 Jan 2009 11:25:22 -0500, by John W. Eaton
-
eliminate variable index from manualThu, 22 Jan 2009 11:12:30 -0500, by John W. Eaton
-
remove variable indexThu, 22 Jan 2009 11:11:16 -0500, by Soren Hauberg
-
Remove descriptions of built-in variables from manualThu, 22 Jan 2009 11:06:56 -0500, by sh
-
fix sorting of rangesThu, 22 Jan 2009 13:50:08 +0100, by Jaroslav Hajek
-
more indexing fixesThu, 22 Jan 2009 13:27:47 +0100, by Jaroslav Hajek
-
optimize resizable indexing with scalarsThu, 22 Jan 2009 13:26:04 +0100, by Jaroslav Hajek
-
use replacement methods if qrupdate is not availableThu, 22 Jan 2009 11:10:47 +0100, by Jaroslav Hajek
-
add new files for previous changesetWed, 21 Jan 2009 21:48:24 -0500, by John W. Eaton
-
get display characteristics from systemWed, 21 Jan 2009 21:43:05 -0500, by John W. Eaton
-
THANKS, Announce: remove obsolete filesWed, 21 Jan 2009 15:35:17 -0500, by John W. Eaton
-
Check for successful build of the documentationWed, 21 Jan 2009 21:22:29 +0100, by Thorsten Meyer
-
better compatibility for axis label propertiesWed, 21 Jan 2009 14:30:41 -0500, by John W. Eaton
-
ylabel.m: handle rotation property here, not in __axis_label__.mWed, 21 Jan 2009 11:48:32 -0500, by John W. Eaton
-
title.m: fix missing semicolonWed, 21 Jan 2009 11:42:40 -0500, by John W. Eaton
-
title.m: set horizontalalignment to centerWed, 21 Jan 2009 11:40:37 -0500, by John W. Eaton
-
optimize range-scalar opsWed, 21 Jan 2009 15:50:34 +0100, by Jaroslav Hajek
-
add the strchr functionWed, 21 Jan 2009 14:54:20 +0100, by Jaroslav Hajek
-
further improve struct&cell indexing & indexed assignmentWed, 21 Jan 2009 13:02:49 +0100, by Jaroslav Hajek
-
allow fsolve work without qrupdateWed, 21 Jan 2009 07:07:12 +0100, by Jaroslav Hajek
-
[mq]: fstatTue, 20 Jan 2009 20:02:43 -0500, by file-io.cc (Ffstat): new function
-
minor doc fixTue, 20 Jan 2009 22:39:29 +0100, by David Bateman
-
imported patch qrupdate.diffTue, 20 Jan 2009 21:16:42 +0100, by Jaroslav Hajek
-
improve parser indexed assigment codeTue, 20 Jan 2009 21:15:17 +0100, by Jaroslav Hajek
-
postpad.m, prepad.m: doc fixTue, 20 Jan 2009 11:09:22 -0500, by John W. Eaton
-
pink.m: spelling fixTue, 20 Jan 2009 11:02:56 -0500, by John W. Eaton
-
hsv.m: doc fixTue, 20 Jan 2009 10:57:18 -0500, by John W. Eaton
-
stmt.txi: unwind_protect doc fixTue, 20 Jan 2009 10:52:34 -0500, by John W. Eaton