Merge lp://staging/~mtmiller/ubuntu/wily/octave/fix-build-and-break into lp://staging/ubuntu/wily/octave

Proposed by Mike Miller
Status: Superseded
Proposed branch: lp://staging/~mtmiller/ubuntu/wily/octave/fix-build-and-break
Merge into: lp://staging/ubuntu/wily/octave
Diff against target: 773588 lines (+349906/-209504)
4186 files modified
.pc/add_info_dir_categories/doc/interpreter/octave.texi (+34/-14)
.pc/add_info_dir_categories/doc/liboctave/liboctave.texi (+30/-30)
.pc/always-build-octave-jar.patch/scripts/java/module.mk (+8/-5)
.pc/applied-patches (+3/-5)
.pc/dblquad-s390x.diff/scripts/general/dblquad.m (+0/-84)
.pc/dont-use-included-texinfo-texmfcnf.patch/doc/Makefile.am (+33/-0)
.pc/dont-use-included-texinfo-texmfcnf.patch/doc/interpreter/Makefile.am (+305/-0)
.pc/dont-use-included-texinfo-texmfcnf.patch/doc/liboctave/Makefile.am (+59/-0)
.pc/dont-use-included-texinfo-texmfcnf.patch/doc/texinfo.tex (+9026/-0)
.pc/dont-use-included-texinfo-texmfcnf/doc/interpreter/Makefile.am (+0/-296)
.pc/drop_versioned_binaries.diff/scripts/miscellaneous/mkoctfile.m (+12/-12)
.pc/drop_versioned_binaries.diff/scripts/pkg/private/configure_make.m (+26/-12)
.pc/drop_versioned_binaries.diff/src/Makefile.am (+34/-9)
.pc/drop_versioned_binaries.diff/src/main.in.cc (+33/-98)
.pc/enable_dirs_in_pkg/scripts/pkg/private/install.m (+8/-7)
.pc/hdf5-flags.patch/libgui/src/module.mk (+46/-41)
.pc/hdf5-flags.patch/libinterp/Makefile.am (+59/-40)
.pc/hdf5-mkoctfile.patch/src/mkoctfile.in.cc (+66/-42)
.pc/hurd_path_max.diff/libgui/qterminal/libqterminal/unix/kpty.cpp (+0/-492)
.pc/install_libraries_publically/libinterp/Makefile.am (+59/-40)
.pc/install_libraries_publically/liboctave/Makefile.am (+8/-15)
.pc/mkoctfile-infinite-loop.patch/src/mkoctfile.in.cc (+0/-785)
.pc/mkoctfile-mpi.diff/src/mkoctfile.in.cc (+66/-42)
.pc/no_pdf_in_print.diff/scripts/plot/util/print.m (+123/-103)
.pc/qt-requires-opengl.patch/configure.ac (+3228/-0)
.pc/qt-requires-opengl.patch/m4/acinclude.m4 (+2448/-0)
.pc/xbackslash-texinfo.diff/doc/interpreter/func.txi (+0/-1557)
.pc/xbackslash-texinfo.diff/libinterp/corefcn/error.cc (+0/-2036)
.pc/xbackslash-texinfo.diff/libinterp/corefcn/regexp.cc (+0/-1463)
.pc/xbackslash-texinfo.diff/libinterp/corefcn/variables.cc (+0/-2652)
.pc/xbackslash-texinfo.diff/scripts/gui/msgbox.m (+0/-56)
.pc/xbackslash-texinfo.diff/scripts/io/dlmwrite.m (+0/-217)
.pc/xbackslash-texinfo.diff/scripts/io/strread.m (+0/-1038)
.pc/xbackslash-texinfo.diff/scripts/io/textread.m (+0/-319)
.pc/xbackslash-texinfo.diff/scripts/io/textscan.m (+0/-668)
.pc/xbackslash-texinfo.patch/libinterp/corefcn/utils.cc (+1555/-0)
.pc/xbackslash-texinfo.patch/scripts/io/beep.m (+43/-0)
AUTHORS (+74/-58)
CITATION (+4/-7)
ChangeLog (+2274/-9)
INSTALL (+159/-161)
INSTALL.OCTAVE (+12/-3)
Makefile.am (+29/-13)
Makefile.in (+525/-301)
NEWS (+323/-1502)
README (+4/-4)
aclocal.m4 (+10/-7)
build-aux/common.mk (+469/-264)
build-aux/config.guess (+36/-171)
build-aux/config.sub (+26/-12)
build-aux/depcomp (+1/-1)
build-aux/install-sh (+170/-196)
build-aux/ltmain.sh (+2/-2)
build-aux/mdate-sh (+1/-1)
build-aux/mk-opts.pl (+6/-3)
build-aux/snippet/arg-nonnull.h (+1/-1)
build-aux/snippet/c++defs.h (+1/-1)
build-aux/snippet/unused-parameter.h (+1/-1)
build-aux/snippet/warn-on-use.h (+1/-1)
build-aux/texinfo.tex (+293/-131)
config.in.h (+127/-29)
configure (+4652/-2302)
configure.ac (+404/-275)
debian/NEWS (+33/-18)
debian/changelog (+85/-9)
debian/control (+104/-70)
debian/copyright (+146/-115)
debian/liboctave-dev.examples (+7/-6)
debian/liboctave2.install (+0/-5)
debian/liboctave3.install (+5/-0)
debian/patches/always-build-octave-jar.patch (+10/-7)
debian/patches/dblquad-s390x.diff (+0/-21)
debian/patches/dont-use-included-texinfo-texmfcnf (+0/-21)
debian/patches/dont-use-included-texinfo-texmfcnf.patch (+9071/-0)
debian/patches/drop_versioned_binaries.diff (+25/-31)
debian/patches/escape-backslash-for-texinfo-in-source (+0/-27)
debian/patches/hdf5-flags.patch (+4/-3)
debian/patches/hurd_path_max.diff (+0/-24)
debian/patches/install_libraries_publically (+6/-4)
debian/patches/mkoctfile-infinite-loop.patch (+0/-24)
debian/patches/no_pdf_in_print.diff (+1/-1)
debian/patches/qt-requires-opengl.patch (+75/-0)
debian/patches/series (+3/-5)
debian/patches/xbackslash-texinfo.diff (+0/-201)
debian/patches/xbackslash-texinfo.patch (+36/-0)
debian/rules (+2/-3)
debian/watch (+1/-1)
doc/Makefile.am (+4/-5)
doc/Makefile.in (+497/-284)
doc/doxyhtml/Makefile.am (+4/-4)
doc/doxyhtml/Makefile.in (+497/-284)
doc/interpreter/Makefile.am (+74/-57)
doc/interpreter/Makefile.in (+708/-447)
doc/interpreter/arith.texi (+630/-361)
doc/interpreter/arith.txi (+4/-4)
doc/interpreter/audio.texi (+543/-111)
doc/interpreter/audio.txi (+137/-20)
doc/interpreter/basics.texi (+262/-202)
doc/interpreter/basics.txi (+54/-47)
doc/interpreter/bugs.texi (+4/-4)
doc/interpreter/bugs.txi (+4/-4)
doc/interpreter/container.texi (+180/-140)
doc/interpreter/container.txi (+26/-26)
doc/interpreter/contrib.texi (+6/-2)
doc/interpreter/contrib.txi (+6/-2)
doc/interpreter/contributors.in (+42/-0)
doc/interpreter/contributors.texi (+71/-57)
doc/interpreter/convhull.eps (+4/-11)
doc/interpreter/cp-idx.texi (+3/-3)
doc/interpreter/cp-idx.txi (+3/-3)
doc/interpreter/data.texi (+107/-42)
doc/interpreter/data.txi (+3/-3)
doc/interpreter/debug.texi (+119/-83)
doc/interpreter/debug.txi (+3/-3)
doc/interpreter/delaunay.eps (+4/-11)
doc/interpreter/diagperm.texi (+89/-40)
doc/interpreter/diagperm.txi (+57/-40)
doc/interpreter/diffeq.texi (+36/-21)
doc/interpreter/diffeq.txi (+11/-10)
doc/interpreter/doc-cache (+11124/-7165)
doc/interpreter/emacs.texi (+12/-12)
doc/interpreter/emacs.txi (+12/-12)
doc/interpreter/errorbar.eps (+6/-12)
doc/interpreter/errors.texi (+93/-95)
doc/interpreter/errors.txi (+12/-14)
doc/interpreter/eval.texi (+27/-23)
doc/interpreter/eval.txi (+4/-4)
doc/interpreter/expr.texi (+82/-70)
doc/interpreter/expr.txi (+14/-12)
doc/interpreter/extended.eps (+6/-12)
doc/interpreter/external.texi (+76/-62)
doc/interpreter/external.txi (+45/-44)
doc/interpreter/fn-idx.texi (+3/-3)
doc/interpreter/fn-idx.txi (+3/-3)
doc/interpreter/func.texi (+628/-198)
doc/interpreter/func.txi (+64/-19)
doc/interpreter/genpropdoc.m (+1338/-0)
doc/interpreter/geometry.texi (+160/-156)
doc/interpreter/geometry.txi (+19/-26)
doc/interpreter/geometryimages.m (+2/-2)
doc/interpreter/gpl.texi (+3/-3)
doc/interpreter/gpl.txi (+3/-3)
doc/interpreter/gplot.eps (+4/-11)
doc/interpreter/grammar.texi (+15/-15)
doc/interpreter/grammar.txi (+5/-6)
doc/interpreter/graphics_properties.mk (+39/-0)
doc/interpreter/grid.eps (+1029/-1910)
doc/interpreter/griddata.eps (+4/-4)
doc/interpreter/gui.texi (+154/-77)
doc/interpreter/gui.txi (+35/-11)
doc/interpreter/hist.eps (+277/-283)
doc/interpreter/image.texi (+209/-141)
doc/interpreter/image.txi (+10/-8)
doc/interpreter/images.awk (+4/-1)
doc/interpreter/images.mk (+110/-108)
doc/interpreter/inpolygon.eps (+4/-11)
doc/interpreter/install.texi (+26/-15)
doc/interpreter/install.txi (+26/-15)
doc/interpreter/interp.texi (+155/-137)
doc/interpreter/interp.txi (+5/-9)
doc/interpreter/interpderiv1.eps (+10/-17)
doc/interpreter/interpderiv2.eps (+11/-18)
doc/interpreter/interpft.eps (+15/-22)
doc/interpreter/interpimages.m (+2/-2)
doc/interpreter/interpn.eps (+4/-4)
doc/interpreter/intro.texi (+100/-67)
doc/interpreter/intro.txi (+100/-67)
doc/interpreter/io.texi (+496/-280)
doc/interpreter/io.txi (+40/-16)
doc/interpreter/java.texi (+239/-145)
doc/interpreter/java.txi (+9/-7)
doc/interpreter/linalg.texi (+457/-282)
doc/interpreter/linalg.txi (+23/-16)
doc/interpreter/macros.texi (+5/-5)
doc/interpreter/matrix.texi (+448/-334)
doc/interpreter/matrix.txi (+4/-4)
doc/interpreter/mesh.eps (+6/-5)
doc/interpreter/mk_doc_cache.m (+2/-2)
doc/interpreter/mkoctfile.1 (+1/-1)
doc/interpreter/munge-texi.pl (+9/-9)
doc/interpreter/nonlin.texi (+91/-77)
doc/interpreter/nonlin.txi (+4/-4)
doc/interpreter/numbers.texi (+222/-101)
doc/interpreter/numbers.txi (+26/-13)
doc/interpreter/obsolete.texi (+30/-3)
doc/interpreter/obsolete.txi (+30/-3)
doc/interpreter/octave-config.1 (+3/-3)
doc/interpreter/octave.1 (+1/-1)
doc/interpreter/octave.html/A-Sample-Command-Description.html (+28/-8)
doc/interpreter/octave.html/A-Sample-Function-Description.html (+16/-4)
doc/interpreter/octave.html/Accumulation.html (+9/-7)
doc/interpreter/octave.html/Acknowledgements.html (+76/-61)
doc/interpreter/octave.html/Administrating-Packages.html (+2/-2)
doc/interpreter/octave.html/Advanced-Indexing.html (+21/-13)
doc/interpreter/octave.html/Anonymous-Functions.html (+31/-0)
doc/interpreter/octave.html/Application_002ddefined-Data.html (+36/-17)
doc/interpreter/octave.html/Arithmetic-Ops.html (+26/-14)
doc/interpreter/octave.html/Arithmetic.html (+1/-1)
doc/interpreter/octave.html/Array-and-Sparse-Class-Differences.html (+4/-4)
doc/interpreter/octave.html/Assignment-Ops.html (+1/-1)
doc/interpreter/octave.html/Audio-Data-Processing.html (+243/-0)
doc/interpreter/octave.html/Audio-Device-Information.html (+98/-0)
doc/interpreter/octave.html/Audio-File-Utilities.html (+139/-0)
doc/interpreter/octave.html/Audio-Player.html (+106/-0)
doc/interpreter/octave.html/Audio-Processing.html (+14/-171)
doc/interpreter/octave.html/Audio-Recorder.html (+95/-0)
doc/interpreter/octave.html/Axes-Properties.html (+639/-299)
doc/interpreter/octave.html/Axis-Configuration.html (+22/-20)
doc/interpreter/octave.html/Base64-and-Binary-Data-Transmission.html (+4/-2)
doc/interpreter/octave.html/Basic-Matrix-Functions.html (+103/-57)
doc/interpreter/octave.html/Basic-Statistical-Functions.html (+91/-52)
doc/interpreter/octave.html/Basic-Usage-and-Examples.html (+6/-6)
doc/interpreter/octave.html/Basic-Usage-of-Cell-Arrays.html (+5/-3)
doc/interpreter/octave.html/Basic-Usage.html (+60/-6)
doc/interpreter/octave.html/Basic-Vectorization.html (+4/-6)
doc/interpreter/octave.html/Basics.html (+4/-4)
doc/interpreter/octave.html/Binary-I_002fO.html (+18/-10)
doc/interpreter/octave.html/Bit-Manipulations.html (+26/-16)
doc/interpreter/octave.html/Block-Comments.html (+3/-3)
doc/interpreter/octave.html/Breakpoints.html (+54/-34)
doc/interpreter/octave.html/Broadcasting.html (+8/-7)
doc/interpreter/octave.html/Bug-Reporting.html (+1/-1)
doc/interpreter/octave.html/Built_002din-Data-Types.html (+80/-31)
doc/interpreter/octave.html/C_002dStyle-I_002fO-Functions.html (+7/-4)
doc/interpreter/octave.html/Call-Stack.html (+14/-9)
doc/interpreter/octave.html/Calling-a-Function-by-its-Name.html (+16/-14)
doc/interpreter/octave.html/Catching-Errors.html (+28/-17)
doc/interpreter/octave.html/Cell-Arrays-of-Strings.html (+5/-5)
doc/interpreter/octave.html/Character-Arrays.html (+5/-3)
doc/interpreter/octave.html/Character-Class-Functions.html (+18/-13)
doc/interpreter/octave.html/Citing-Octave-in-Publications.html (+6/-4)
doc/interpreter/octave.html/Color-Conversion.html (+10/-10)
doc/interpreter/octave.html/Comma-Separated-Lists-Generated-from-Cell-Arrays.html (+4/-4)
doc/interpreter/octave.html/Comma-Separated-Lists-Generated-from-Structure-Arrays.html (+2/-2)
doc/interpreter/octave.html/Comma-Separated-Lists.html (+1/-1)
doc/interpreter/octave.html/Command-Line-Editing.html (+4/-4)
doc/interpreter/octave.html/Command-Line-Options.html (+22/-18)
doc/interpreter/octave.html/Commands-For-Completion.html (+4/-3)
doc/interpreter/octave.html/Commands-For-History.html (+34/-26)
doc/interpreter/octave.html/Commands.html (+1/-1)
doc/interpreter/octave.html/Comments-and-the-Help-System.html (+2/-2)
doc/interpreter/octave.html/Comments.html (+1/-1)
doc/interpreter/octave.html/Comparing-Strings.html (+0/-39)
doc/interpreter/octave.html/Comparison-Ops.html (+5/-3)
doc/interpreter/octave.html/Compiling-Octave-with-64_002dbit-Indexing.html (+13/-2)
doc/interpreter/octave.html/Complex-Arithmetic.html (+25/-13)
doc/interpreter/octave.html/Concatenating-Strings.html (+39/-35)
doc/interpreter/octave.html/Concept-Index.html (+426/-1)
doc/interpreter/octave.html/Controlling-Subprocesses.html (+168/-107)
doc/interpreter/octave.html/Converting-Numerical-Data-to-Strings.html (+17/-14)
doc/interpreter/octave.html/Convex-Hull.html (+8/-5)
doc/interpreter/octave.html/Coordinate-Transformations.html (+45/-35)
doc/interpreter/octave.html/Copying.html (+2/-2)
doc/interpreter/octave.html/Correlation-and-Regression-Analysis.html (+10/-10)
doc/interpreter/octave.html/Creating-Cell-Arrays.html (+19/-14)
doc/interpreter/octave.html/Creating-Packages.html (+1/-1)
doc/interpreter/octave.html/Creating-Permutation-Matrices.html (+2/-2)
doc/interpreter/octave.html/Creating-Sparse-Matrices-in-Oct_002dFiles.html (+4/-4)
doc/interpreter/octave.html/Creating-Sparse-Matrices.html (+78/-57)
doc/interpreter/octave.html/Creating-Strings.html (+3/-1)
doc/interpreter/octave.html/Creating-Structures.html (+16/-15)
doc/interpreter/octave.html/Creating-a-Class.html (+5/-4)
doc/interpreter/octave.html/Current-Working-Directory.html (+33/-25)
doc/interpreter/octave.html/Customizing-Toolkit-Behavior.html (+6/-57)
doc/interpreter/octave.html/Customizing-readline.html (+6/-4)
doc/interpreter/octave.html/Customizing-the-Prompt.html (+15/-11)
doc/interpreter/octave.html/Data-Retrieval.html (+102/-0)
doc/interpreter/octave.html/Data-Types.html (+3/-2)
doc/interpreter/octave.html/Debug-Mode.html (+18/-12)
doc/interpreter/octave.html/Defining-Functions.html (+19/-10)
doc/interpreter/octave.html/Defining-Indexing-And-Indexed-Assignment.html (+45/-53)
doc/interpreter/octave.html/Delaunay-Triangulation.html (+45/-70)
doc/interpreter/octave.html/Demonstration-Functions.html (+96/-89)
doc/interpreter/octave.html/Derivatives-_002f-Integrals-_002f-Transforms.html (+14/-8)
doc/interpreter/octave.html/Descriptive-Statistics.html (+71/-50)
doc/interpreter/octave.html/Diagonal-Matrix-Functions.html (+1/-1)
doc/interpreter/octave.html/Dialog-Box-Functions.html (+85/-69)
doc/interpreter/octave.html/Diary-and-Echo-Commands.html (+15/-9)
doc/interpreter/octave.html/Differential_002dAlgebraic-Equations.html (+22/-13)
doc/interpreter/octave.html/Displaying-Images.html (+22/-20)
doc/interpreter/octave.html/Distribution.html (+5/-5)
doc/interpreter/octave.html/Distributions.html (+191/-187)
doc/interpreter/octave.html/Documentation-Tips.html (+19/-13)
doc/interpreter/octave.html/Documentation-and-Test-of-Oct_002dFiles.html (+1/-1)
doc/interpreter/octave.html/EOF-and-Errors.html (+38/-26)
doc/interpreter/octave.html/Element_002dby_002delement-Boolean-Operators.html (+16/-13)
doc/interpreter/octave.html/Empty-Matrices.html (+10/-9)
doc/interpreter/octave.html/Enabling-and-Disabling-Warnings.html (+2/-2)
doc/interpreter/octave.html/Entering-Debug-Mode.html (+11/-8)
doc/interpreter/octave.html/Environment-Variables.html (+37/-3)
doc/interpreter/octave.html/Errors.html (+5/-5)
doc/interpreter/octave.html/Escape-Sequences-in-String-Constants.html (+1/-1)
doc/interpreter/octave.html/Evaluating-Polynomials.html (+11/-9)
doc/interpreter/octave.html/Evaluation-in-a-Different-Context.html (+2/-3)
doc/interpreter/octave.html/Evaluation.html (+6/-3)
doc/interpreter/octave.html/Example-Code.html (+2/-1)
doc/interpreter/octave.html/Examples.html (+2/-1)
doc/interpreter/octave.html/Exception-and-Error-Handling-in-Oct_002dFiles.html (+14/-1)
doc/interpreter/octave.html/Executable-Octave-Programs.html (+4/-4)
doc/interpreter/octave.html/Exponents-and-Logarithms.html (+44/-31)
doc/interpreter/octave.html/Expressions-Involving-Diagonal-Matrices.html (+8/-8)
doc/interpreter/octave.html/Expressions-Involving-Permutation-Matrices.html (+1/-1)
doc/interpreter/octave.html/External-Packages.html (+2/-3)
doc/interpreter/octave.html/FTP-Objects.html (+21/-17)
doc/interpreter/octave.html/Famous-Matrices.html (+87/-71)
doc/interpreter/octave.html/Figure-Properties.html (+440/-168)
doc/interpreter/octave.html/File-Archiving-Utilities.html (+152/-56)
doc/interpreter/octave.html/File-Positioning.html (+14/-11)
doc/interpreter/octave.html/Filesystem-Utilities.html (+157/-136)
doc/interpreter/octave.html/Finding-Elements-and-Checking-Conditions.html (+56/-40)
doc/interpreter/octave.html/Finding-Roots.html (+27/-20)
doc/interpreter/octave.html/Fonts.html (+4/-4)
doc/interpreter/octave.html/Format-of-Descriptions.html (+5/-2)
doc/interpreter/octave.html/Formatted-Input.html (+7/-8)
doc/interpreter/octave.html/Formatted-Output.html (+30/-7)
doc/interpreter/octave.html/Function-Application.html (+38/-26)
doc/interpreter/octave.html/Function-Files.html (+48/-43)
doc/interpreter/octave.html/Function-Handles-Anonymous-Functions-Inline-Functions.html (+1/-1)
doc/interpreter/octave.html/Function-Handles.html (+5/-4)
doc/interpreter/octave.html/Function-Headers.html (+1/-1)
doc/interpreter/octave.html/Function-Index.html (+329/-80)
doc/interpreter/octave.html/Function-Locking.html (+6/-4)
doc/interpreter/octave.html/Function-Overloading.html (+2/-2)
doc/interpreter/octave.html/Function-Precedence.html (+2/-2)
doc/interpreter/octave.html/Functions-of-Multiple-Variables.html (+12/-11)
doc/interpreter/octave.html/Functions-of-One-Variable.html (+144/-131)
doc/interpreter/octave.html/Functions-of-a-Matrix.html (+32/-24)
doc/interpreter/octave.html/GUI-Development.html (+13/-9)
doc/interpreter/octave.html/GUI-Utility-Functions.html (+31/-19)
doc/interpreter/octave.html/General-Guidelines.html (+1/-1)
doc/interpreter/octave.html/Geometry.html (+6/-6)
doc/interpreter/octave.html/Getting-Help.html (+121/-88)
doc/interpreter/octave.html/Getting-Started-with-Mex_002dFiles.html (+4/-3)
doc/interpreter/octave.html/Getting-Started-with-Oct_002dFiles.html (+10/-11)
doc/interpreter/octave.html/Global-Variables.html (+2/-1)
doc/interpreter/octave.html/Graphics-Object-Properties.html (+11/-3)
doc/interpreter/octave.html/Graphics-Objects.html (+87/-92)
doc/interpreter/octave.html/Group-Database-Functions.html (+18/-5)
doc/interpreter/octave.html/Hashing-Functions.html (+4/-3)
doc/interpreter/octave.html/High_002dLevel-Plotting.html (+9/-7)
doc/interpreter/octave.html/How-You-Can-Contribute-to-Octave.html (+1/-1)
doc/interpreter/octave.html/How-to-distinguish-between-Octave-and-Matlab_003f.html (+2/-2)
doc/interpreter/octave.html/How-to-make-Java-classes-available_003f.html (+1/-1)
doc/interpreter/octave.html/I_002fO-Dialogs.html (+15/-9)
doc/interpreter/octave.html/Identifying-Points-in-Triangulation.html (+29/-22)
doc/interpreter/octave.html/Ignoring-Arguments.html (+7/-5)
doc/interpreter/octave.html/Image-Properties.html (+175/-45)
doc/interpreter/octave.html/Index-Expressions.html (+2/-2)
doc/interpreter/octave.html/Indexed-Assignment-Optimization.html (+2/-2)
doc/interpreter/octave.html/Indexing-Cell-Arrays.html (+9/-7)
doc/interpreter/octave.html/Information.html (+53/-42)
doc/interpreter/octave.html/Inheritance-and-Aggregation.html (+1/-1)
doc/interpreter/octave.html/Inline-Functions.html (+38/-21)
doc/interpreter/octave.html/Input-Conversion-Syntax.html (+1/-1)
doc/interpreter/octave.html/Input-Parameter-Checking-in-Oct_002dFiles.html (+1/-1)
doc/interpreter/octave.html/Installation-Problems.html (+6/-5)
doc/interpreter/octave.html/Installing-and-Removing-Packages.html (+25/-8)
doc/interpreter/octave.html/Integer-Data-Types.html (+11/-7)
doc/interpreter/octave.html/Interacting-with-Plots.html (+11/-6)
doc/interpreter/octave.html/Interpolation-on-Scattered-Data.html (+16/-16)
doc/interpreter/octave.html/Introduction-to-Graphics-Structures.html (+29/-25)
doc/interpreter/octave.html/Introduction.html (+9/-10)
doc/interpreter/octave.html/Issuing-Warnings.html (+36/-27)
doc/interpreter/octave.html/Iterative-Techniques.html (+337/-104)
doc/interpreter/octave.html/JIT-Compiler.html (+30/-13)
doc/interpreter/octave.html/Java-Interface-Functions.html (+149/-70)
doc/interpreter/octave.html/Keywords.html (+5/-5)
doc/interpreter/octave.html/Killing-and-Yanking.html (+1/-1)
doc/interpreter/octave.html/Leaving-Debug-Mode.html (+2/-2)
doc/interpreter/octave.html/Line-Properties.html (+217/-78)
doc/interpreter/octave.html/Line-Styles.html (+3/-2)
doc/interpreter/octave.html/Line_002dOriented-Input.html (+16/-12)
doc/interpreter/octave.html/Linear-Algebra.html (+10/-10)
doc/interpreter/octave.html/Linear-Least-Squares.html (+92/-29)
doc/interpreter/octave.html/Linear-Programming.html (+37/-40)
doc/interpreter/octave.html/Loading-and-Saving-Images.html (+72/-67)
doc/interpreter/octave.html/Logical-Values.html (+15/-11)
doc/interpreter/octave.html/Looping-Over-Structure-Elements.html (+2/-2)
doc/interpreter/octave.html/Managing-Default-Properties.html (+12/-7)
doc/interpreter/octave.html/Manipulating-Classes.html (+10/-6)
doc/interpreter/octave.html/Manipulating-Strings.html (+193/-159)
doc/interpreter/octave.html/Manipulating-Structures.html (+93/-67)
doc/interpreter/octave.html/Manipulating-the-Load-Path.html (+50/-31)
doc/interpreter/octave.html/Manipulation-of-Plot-Objects.html (+173/-0)
doc/interpreter/octave.html/Manipulation-of-Plot-Windows.html (+45/-27)
doc/interpreter/octave.html/Marker-Styles.html (+2/-1)
doc/interpreter/octave.html/Mathematical-Considerations.html (+118/-107)
doc/interpreter/octave.html/Mathematical-Constants.html (+98/-60)
doc/interpreter/octave.html/Matrices-and-Arrays-in-Oct_002dFiles.html (+1/-2)
doc/interpreter/octave.html/Matrices.html (+13/-11)
doc/interpreter/octave.html/Matrix-Factorizations.html (+170/-119)
doc/interpreter/octave.html/Minimizers.html (+51/-45)
doc/interpreter/octave.html/Miscellaneous-Functions.html (+21/-10)
doc/interpreter/octave.html/Miscellaneous-Techniques.html (+1/-1)
doc/interpreter/octave.html/Missing-Components.html (+6/-4)
doc/interpreter/octave.html/Missing-Data.html (+11/-6)
doc/interpreter/octave.html/Multi_002ddimensional-Interpolation.html (+98/-94)
doc/interpreter/octave.html/Multiple-Plot-Windows.html (+2/-2)
doc/interpreter/octave.html/Multiple-Plots-on-One-Page.html (+2/-2)
doc/interpreter/octave.html/Multiple-Return-Values.html (+413/-55)
doc/interpreter/octave.html/Nonlinear-Programming.html (+42/-39)
doc/interpreter/octave.html/Numeric-Data-Types.html (+7/-4)
doc/interpreter/octave.html/Object-Groups.html (+73/-18)
doc/interpreter/octave.html/Object-Oriented-Programming.html (+1/-1)
doc/interpreter/octave.html/Object-Sizes.html (+15/-9)
doc/interpreter/octave.html/Obsolete-Functions.html (+27/-0)
doc/interpreter/octave.html/One_002ddimensional-Interpolation.html (+61/-47)
doc/interpreter/octave.html/Opening-and-Closing-Files.html (+30/-15)
doc/interpreter/octave.html/Ordinary-Differential-Equations.html (+13/-7)
doc/interpreter/octave.html/Organization-of-Functions.html (+1/-1)
doc/interpreter/octave.html/Orthogonal-Collocation.html (+4/-4)
doc/interpreter/octave.html/Other-Output-Conversions.html (+1/-1)
doc/interpreter/octave.html/Output-Conversion-Syntax.html (+1/-1)
doc/interpreter/octave.html/Overloading-and-Autoloading.html (+14/-14)
doc/interpreter/octave.html/Paging-Screen-Output.html (+25/-17)
doc/interpreter/octave.html/Parser.html (+7/-7)
doc/interpreter/octave.html/Password-Database-Functions.html (+24/-6)
doc/interpreter/octave.html/Patch-Properties.html (+325/-105)
doc/interpreter/octave.html/Persistent-Variables.html (+1/-2)
doc/interpreter/octave.html/Playback.html (+117/-0)
doc/interpreter/octave.html/Player-Properties.html (+95/-0)
doc/interpreter/octave.html/Plot-Annotations.html (+149/-9)
doc/interpreter/octave.html/Plotting-on-top-of-Images.html (+2/-2)
doc/interpreter/octave.html/Plotting-the-Triangulation.html (+6/-6)
doc/interpreter/octave.html/Polynomial-Interpolation.html (+59/-49)
doc/interpreter/octave.html/Precedence-of-Objects.html (+5/-3)
doc/interpreter/octave.html/Predicates-for-Numeric-Objects.html (+118/-44)
doc/interpreter/octave.html/Preface.html (+4/-4)
doc/interpreter/octave.html/Printing-Notation.html (+3/-3)
doc/interpreter/octave.html/Printing-and-Saving-Plots.html (+150/-90)
doc/interpreter/octave.html/Private-Functions.html (+2/-2)
doc/interpreter/octave.html/Process-ID-Information.html (+12/-0)
doc/interpreter/octave.html/Processing-Data-in-Cell-Arrays.html (+10/-7)
doc/interpreter/octave.html/Processing-Data-in-Structures.html (+3/-2)
doc/interpreter/octave.html/Products-of-Polynomials.html (+29/-22)
doc/interpreter/octave.html/Profiling.html (+25/-23)
doc/interpreter/octave.html/Progress-Bar.html (+8/-5)
doc/interpreter/octave.html/Promotion-and-Demotion-of-Data-Types.html (+1/-1)
doc/interpreter/octave.html/Quadratic-Programming.html (+20/-15)
doc/interpreter/octave.html/Quitting-Octave.html (+41/-14)
doc/interpreter/octave.html/Raising-Errors.html (+26/-44)
doc/interpreter/octave.html/Random-Number-Generation.html (+11/-8)
doc/interpreter/octave.html/Ranges.html (+22/-1)
doc/interpreter/octave.html/Rational-Approximations.html (+11/-5)
doc/interpreter/octave.html/Real-Life-Example.html (+24/-24)
doc/interpreter/octave.html/Rearranging-Matrices.html (+179/-115)
doc/interpreter/octave.html/Recorder-Properties.html (+95/-0)
doc/interpreter/octave.html/Recording.html (+111/-0)
doc/interpreter/octave.html/Recovering-From-Errors.html (+5/-4)
doc/interpreter/octave.html/Recursion.html (+4/-2)
doc/interpreter/octave.html/Representing-Images.html (+123/-63)
doc/interpreter/octave.html/Return-Types-of-Operators-and-Functions.html (+13/-12)
doc/interpreter/octave.html/Root-Figure-Properties.html (+243/-50)
doc/interpreter/octave.html/Running-Configure-and-Make.html (+2/-2)
doc/interpreter/octave.html/Running-Octave-from-Within-Emacs.html (+1/-1)
doc/interpreter/octave.html/Running-Octave.html (+7/-7)
doc/interpreter/octave.html/Saving-Data-on-Unexpected-Exits.html (+16/-13)
doc/interpreter/octave.html/Script-Files.html (+1/-1)
doc/interpreter/octave.html/Set-Operations.html (+126/-110)
doc/interpreter/octave.html/Sets.html (+23/-15)
doc/interpreter/octave.html/Short_002dcircuit-Boolean-Operators.html (+15/-31)
doc/interpreter/octave.html/Signal-Processing.html (+290/-220)
doc/interpreter/octave.html/Simple-Examples.html (+29/-28)
doc/interpreter/octave.html/Simple-File-I_002fO.html (+123/-61)
doc/interpreter/octave.html/Simple-Output.html (+12/-3)
doc/interpreter/octave.html/Single-Line-Comments.html (+1/-1)
doc/interpreter/octave.html/Single-Precision-Data-Types.html (+1/-1)
doc/interpreter/octave.html/Solvers.html (+43/-35)
doc/interpreter/octave.html/Sparse-Functions.html (+6/-6)
doc/interpreter/octave.html/Sparse-Linear-Algebra.html (+75/-65)
doc/interpreter/octave.html/Sparse-Matrices-with-Mex_002dFiles.html (+9/-9)
doc/interpreter/octave.html/Special-Functions.html (+142/-69)
doc/interpreter/octave.html/Special-Utility-Matrices.html (+127/-111)
doc/interpreter/octave.html/Specialized-Solvers.html (+130/-64)
doc/interpreter/octave.html/Standalone-Programs.html (+11/-11)
doc/interpreter/octave.html/Startup-Files.html (+4/-16)
doc/interpreter/octave.html/Statistical-Plots.html (+16/-13)
doc/interpreter/octave.html/Statistics.html (+3/-3)
doc/interpreter/octave.html/Status-of-Variables.html (+162/-60)
doc/interpreter/octave.html/Storage-of-Sparse-Matrices.html (+15/-15)
doc/interpreter/octave.html/String-Conversions.html (+94/-70)
doc/interpreter/octave.html/String-Input-Conversions.html (+1/-1)
doc/interpreter/octave.html/Strings.html (+2/-2)
doc/interpreter/octave.html/Structure-Arrays.html (+4/-4)
doc/interpreter/octave.html/Structures-with-Mex_002dFiles.html (+8/-8)
doc/interpreter/octave.html/Sums-and-Products.html (+44/-18)
doc/interpreter/octave.html/Surface-Properties.html (+330/-80)
doc/interpreter/octave.html/System-Information.html (+123/-108)
doc/interpreter/octave.html/Table-of-Output-Conversions.html (+18/-4)
doc/interpreter/octave.html/Techniques-Used-for-Linear-Algebra.html (+2/-2)
doc/interpreter/octave.html/Temporary-Files.html (+66/-35)
doc/interpreter/octave.html/Terminal-Input.html (+40/-25)
doc/interpreter/octave.html/Terminal-Output.html (+31/-25)
doc/interpreter/octave.html/Test-Functions.html (+136/-81)
doc/interpreter/octave.html/Test-Plotting-Functions.html (+1/-1)
doc/interpreter/octave.html/Tests.html (+248/-231)
doc/interpreter/octave.html/Text-Properties.html (+251/-82)
doc/interpreter/octave.html/The-DESCRIPTION-File.html (+4/-4)
doc/interpreter/octave.html/The-INDEX-File.html (+2/-2)
doc/interpreter/octave.html/The-do_002duntil-Statement.html (+3/-3)
doc/interpreter/octave.html/The-if-Statement.html (+2/-2)
doc/interpreter/octave.html/The-unwind_005fprotect-Statement.html (+2/-2)
doc/interpreter/octave.html/The-while-Statement.html (+2/-2)
doc/interpreter/octave.html/Three_002dDimensional-Plots.html (+87/-66)
doc/interpreter/octave.html/Three_002ddimensional-Function-Plotting.html (+1/-1)
doc/interpreter/octave.html/Three_002ddimensional-Geometric-Shapes.html (+3/-3)
doc/interpreter/octave.html/Timing-Utilities.html (+128/-93)
doc/interpreter/octave.html/Trigonometry.html (+13/-9)
doc/interpreter/octave.html/Two_002dDimensional-Plots.html (+152/-46)
doc/interpreter/octave.html/Two_002ddimensional-Function-Plotting.html (+10/-2)
doc/interpreter/octave.html/Two_002ddimensional-Geometric-Shapes.html (+1/-1)
doc/interpreter/octave.html/UI-Elements.html (+105/-0)
doc/interpreter/octave.html/URL-Manipulation.html (+31/-23)
doc/interpreter/octave.html/Use-of-the-interpreter-Property.html (+20/-14)
doc/interpreter/octave.html/User_002dDefined-Preferences.html (+46/-41)
doc/interpreter/octave.html/Using-Octave-Mode.html (+7/-7)
doc/interpreter/octave.html/Using-Packages.html (+2/-2)
doc/interpreter/octave.html/Using-Sparse-Matrices-in-Oct_002dFiles.html (+1/-1)
doc/interpreter/octave.html/Using-the-Emacs-Info-Reader-for-Octave.html (+1/-1)
doc/interpreter/octave.html/Utility-Functions.html (+217/-154)
doc/interpreter/octave.html/Variable_002dlength-Argument-Lists.html (+17/-13)
doc/interpreter/octave.html/Variable_002dlength-Return-Lists.html (+22/-2)
doc/interpreter/octave.html/Variables.html (+39/-37)
doc/interpreter/octave.html/Voronoi-Diagrams.html (+57/-37)
doc/interpreter/octave.html/XREFP_005ftmpdir.html (+2/-2)
doc/interpreter/octave.html/XREF_0040audioplayer_002faudioplayer.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fget.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fisplaying.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fpause.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fplay.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fplayblocking.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fresume.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fset.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audioplayer_002fstop.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002faudiorecorder.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fget.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fgetaudiodata.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fgetplayer.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fisrecording.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fpause.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fplay.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002frecord.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002frecordblocking.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fresume.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fset.html (+50/-0)
doc/interpreter/octave.html/XREF_0040audiorecorder_002fstop.html (+50/-0)
doc/interpreter/octave.html/XREFannotation.html (+50/-0)
doc/interpreter/octave.html/XREFaudiodevinfo.html (+50/-0)
doc/interpreter/octave.html/XREFaudioinfo.html (+50/-0)
doc/interpreter/octave.html/XREFaudioread.html (+50/-0)
doc/interpreter/octave.html/XREFaudiowrite.html (+50/-0)
doc/interpreter/octave.html/XREFaxes_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFaxesactivepositionproperty.html (+50/-0)
doc/interpreter/octave.html/XREFaxesalim.html (+50/-0)
doc/interpreter/octave.html/XREFaxesalimmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesambientlightcolor.html (+50/-0)
doc/interpreter/octave.html/XREFaxesbeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFaxesbox.html (+50/-0)
doc/interpreter/octave.html/XREFaxesbusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFaxesbuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFaxescameraposition.html (+50/-0)
doc/interpreter/octave.html/XREFaxescamerapositionmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxescameratarget.html (+50/-0)
doc/interpreter/octave.html/XREFaxescameratargetmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxescameraupvector.html (+50/-0)
doc/interpreter/octave.html/XREFaxescameraupvectormode.html (+50/-0)
doc/interpreter/octave.html/XREFaxescameraviewangle.html (+50/-0)
doc/interpreter/octave.html/XREFaxescameraviewanglemode.html (+50/-0)
doc/interpreter/octave.html/XREFaxeschildren.html (+50/-0)
doc/interpreter/octave.html/XREFaxesclim.html (+50/-0)
doc/interpreter/octave.html/XREFaxesclimmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesclipping.html (+50/-0)
doc/interpreter/octave.html/XREFaxescolor.html (+50/-0)
doc/interpreter/octave.html/XREFaxescolororder.html (+50/-0)
doc/interpreter/octave.html/XREFaxescreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFaxescurrentpoint.html (+50/-0)
doc/interpreter/octave.html/XREFaxesdataaspectratio.html (+50/-0)
doc/interpreter/octave.html/XREFaxesdataaspectratiomode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesdeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFaxesdrawmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesfontangle.html (+50/-0)
doc/interpreter/octave.html/XREFaxesfontname.html (+50/-0)
doc/interpreter/octave.html/XREFaxesfontsize.html (+50/-0)
doc/interpreter/octave.html/XREFaxesfontunits.html (+50/-0)
doc/interpreter/octave.html/XREFaxesfontweight.html (+50/-0)
doc/interpreter/octave.html/XREFaxesgridlinestyle.html (+50/-0)
doc/interpreter/octave.html/XREFaxeshandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFaxeshittest.html (+50/-0)
doc/interpreter/octave.html/XREFaxesinterpreter.html (+50/-0)
doc/interpreter/octave.html/XREFaxesinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFaxeslayer.html (+50/-0)
doc/interpreter/octave.html/XREFaxeslinestyleorder.html (+50/-0)
doc/interpreter/octave.html/XREFaxeslinewidth.html (+50/-0)
doc/interpreter/octave.html/XREFaxesminorgridlinestyle.html (+50/-0)
doc/interpreter/octave.html/XREFaxesmousewheelzoom.html (+50/-0)
doc/interpreter/octave.html/XREFaxesnextplot.html (+50/-0)
doc/interpreter/octave.html/XREFaxesouterposition.html (+50/-0)
doc/interpreter/octave.html/XREFaxesparent.html (+50/-0)
doc/interpreter/octave.html/XREFaxesplotboxaspectratio.html (+50/-0)
doc/interpreter/octave.html/XREFaxesplotboxaspectratiomode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesposition.html (+50/-0)
doc/interpreter/octave.html/XREFaxesprojection.html (+50/-0)
doc/interpreter/octave.html/XREFaxesselected.html (+50/-0)
doc/interpreter/octave.html/XREFaxesselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFaxestag.html (+50/-0)
doc/interpreter/octave.html/XREFaxestickdir.html (+50/-0)
doc/interpreter/octave.html/XREFaxestickdirmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesticklength.html (+50/-0)
doc/interpreter/octave.html/XREFaxestightinset.html (+50/-0)
doc/interpreter/octave.html/XREFaxestitle.html (+50/-0)
doc/interpreter/octave.html/XREFaxestype.html (+50/-0)
doc/interpreter/octave.html/XREFaxesuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFaxesunits.html (+50/-0)
doc/interpreter/octave.html/XREFaxesuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFaxesview.html (+50/-0)
doc/interpreter/octave.html/XREFaxesvisible.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxaxislocation.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxcolor.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxdir.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxgrid.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxlabel.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxlim.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxlimmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxminorgrid.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxminortick.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxscale.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxtick.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxticklabel.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxticklabelmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesxtickmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesyaxislocation.html (+50/-0)
doc/interpreter/octave.html/XREFaxesycolor.html (+50/-0)
doc/interpreter/octave.html/XREFaxesydir.html (+50/-0)
doc/interpreter/octave.html/XREFaxesygrid.html (+50/-0)
doc/interpreter/octave.html/XREFaxesylabel.html (+50/-0)
doc/interpreter/octave.html/XREFaxesylim.html (+50/-0)
doc/interpreter/octave.html/XREFaxesylimmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesyminorgrid.html (+50/-0)
doc/interpreter/octave.html/XREFaxesyminortick.html (+50/-0)
doc/interpreter/octave.html/XREFaxesyscale.html (+50/-0)
doc/interpreter/octave.html/XREFaxesytick.html (+50/-0)
doc/interpreter/octave.html/XREFaxesyticklabel.html (+50/-0)
doc/interpreter/octave.html/XREFaxesyticklabelmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesytickmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszcolor.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszdir.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszgrid.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszlabel.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszlim.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszlimmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszminorgrid.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszminortick.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszscale.html (+50/-0)
doc/interpreter/octave.html/XREFaxesztick.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszticklabel.html (+50/-0)
doc/interpreter/octave.html/XREFaxeszticklabelmode.html (+50/-0)
doc/interpreter/octave.html/XREFaxesztickmode.html (+50/-0)
doc/interpreter/octave.html/XREFbandwidth.html (+50/-0)
doc/interpreter/octave.html/XREFbicubic.html (+0/-50)
doc/interpreter/octave.html/XREFcubehelix.html (+50/-0)
doc/interpreter/octave.html/XREFdelaunay3.html (+0/-50)
doc/interpreter/octave.html/XREFdir_005fin_005floadpath.html (+50/-0)
doc/interpreter/octave.html/XREFdisable_005fdiagonal_005fmatrix.html (+50/-0)
doc/interpreter/octave.html/XREFdisable_005fpermutation_005fmatrix.html (+50/-0)
doc/interpreter/octave.html/XREFdisable_005frange.html (+50/-0)
doc/interpreter/octave.html/XREFdo_005fbraindead_005fshortcircuit_005fevaluation.html (+0/-50)
doc/interpreter/octave.html/XREFdump_005fprefs.html (+0/-50)
doc/interpreter/octave.html/XREFfigure_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFfigurealphamap.html (+50/-0)
doc/interpreter/octave.html/XREFfigurebeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFfigurebusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFfigurebuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurechildren.html (+50/-0)
doc/interpreter/octave.html/XREFfigureclipping.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecloserequestfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecolor.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecolormap.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecurrentaxes.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecurrentcharacter.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecurrentobject.html (+50/-0)
doc/interpreter/octave.html/XREFfigurecurrentpoint.html (+50/-0)
doc/interpreter/octave.html/XREFfiguredeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFfiguredockcontrols.html (+50/-0)
doc/interpreter/octave.html/XREFfiguredoublebuffer.html (+50/-0)
doc/interpreter/octave.html/XREFfigurefilename.html (+50/-0)
doc/interpreter/octave.html/XREFfigurehandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFfigurehittest.html (+50/-0)
doc/interpreter/octave.html/XREFfigureintegerhandle.html (+50/-0)
doc/interpreter/octave.html/XREFfigureinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFfigureinverthardcopy.html (+50/-0)
doc/interpreter/octave.html/XREFfigurekeypressfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurekeyreleasefcn.html (+50/-0)
doc/interpreter/octave.html/XREFfiguremenubar.html (+50/-0)
doc/interpreter/octave.html/XREFfiguremincolormap.html (+50/-0)
doc/interpreter/octave.html/XREFfigurename.html (+50/-0)
doc/interpreter/octave.html/XREFfigurenextplot.html (+50/-0)
doc/interpreter/octave.html/XREFfigurenumbertitle.html (+50/-0)
doc/interpreter/octave.html/XREFfigureouterposition.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepaperorientation.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepaperposition.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepaperpositionmode.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepapersize.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepapertype.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepaperunits.html (+50/-0)
doc/interpreter/octave.html/XREFfigureparent.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepointer.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepointershapecdata.html (+50/-0)
doc/interpreter/octave.html/XREFfigurepointershapehotspot.html (+50/-0)
doc/interpreter/octave.html/XREFfigureposition.html (+50/-0)
doc/interpreter/octave.html/XREFfigurerenderer.html (+50/-0)
doc/interpreter/octave.html/XREFfigurerenderermode.html (+50/-0)
doc/interpreter/octave.html/XREFfigureresize.html (+50/-0)
doc/interpreter/octave.html/XREFfigureresizefcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigureselected.html (+50/-0)
doc/interpreter/octave.html/XREFfigureselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFfigureselectiontype.html (+50/-0)
doc/interpreter/octave.html/XREFfiguretag.html (+50/-0)
doc/interpreter/octave.html/XREFfiguretoolbar.html (+50/-0)
doc/interpreter/octave.html/XREFfiguretype.html (+50/-0)
doc/interpreter/octave.html/XREFfigureuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFfigureunits.html (+50/-0)
doc/interpreter/octave.html/XREFfigureuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFfigurevisible.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewindowbuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewindowbuttonmotionfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewindowbuttonupfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewindowkeypressfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewindowkeyreleasefcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewindowscrollwheelfcn.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewindowstyle.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewvisual.html (+50/-0)
doc/interpreter/octave.html/XREFfigurewvisualmode.html (+50/-0)
doc/interpreter/octave.html/XREFfigurexdisplay.html (+50/-0)
doc/interpreter/octave.html/XREFfigurexvisual.html (+50/-0)
doc/interpreter/octave.html/XREFfigurexvisualmode.html (+50/-0)
doc/interpreter/octave.html/XREFfill.html (+2/-2)
doc/interpreter/octave.html/XREFfind_005fdir_005fin_005fpath.html (+0/-50)
doc/interpreter/octave.html/XREFflip.html (+50/-0)
doc/interpreter/octave.html/XREFflipdim.html (+0/-50)
doc/interpreter/octave.html/XREFfnmatch.html (+0/-50)
doc/interpreter/octave.html/XREFframe2im.html (+50/-0)
doc/interpreter/octave.html/XREFget_005fhome_005fdirectory.html (+50/-0)
doc/interpreter/octave.html/XREFgui_005fmode.html (+0/-50)
doc/interpreter/octave.html/XREFhave_005fwindow_005fsystem.html (+50/-0)
doc/interpreter/octave.html/XREFhgload.html (+50/-0)
doc/interpreter/octave.html/XREFhgsave.html (+50/-0)
doc/interpreter/octave.html/XREFichol.html (+50/-0)
doc/interpreter/octave.html/XREFilu.html (+50/-0)
doc/interpreter/octave.html/XREFim2frame.html (+50/-0)
doc/interpreter/octave.html/XREFimage_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFimagealphadata.html (+50/-0)
doc/interpreter/octave.html/XREFimagealphadatamapping.html (+50/-0)
doc/interpreter/octave.html/XREFimagebeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFimagebusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFimagebuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFimagecdata.html (+50/-0)
doc/interpreter/octave.html/XREFimagecdatamapping.html (+50/-0)
doc/interpreter/octave.html/XREFimagechildren.html (+50/-0)
doc/interpreter/octave.html/XREFimageclipping.html (+50/-0)
doc/interpreter/octave.html/XREFimagecreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFimagedeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFimagedisplayname.html (+50/-0)
doc/interpreter/octave.html/XREFimageerasemode.html (+50/-0)
doc/interpreter/octave.html/XREFimagehandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFimagehittest.html (+50/-0)
doc/interpreter/octave.html/XREFimageinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFimageparent.html (+50/-0)
doc/interpreter/octave.html/XREFimageselected.html (+50/-0)
doc/interpreter/octave.html/XREFimageselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFimagetag.html (+50/-0)
doc/interpreter/octave.html/XREFimagetype.html (+50/-0)
doc/interpreter/octave.html/XREFimageuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFimageuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFimagevisible.html (+50/-0)
doc/interpreter/octave.html/XREFimagexdata.html (+50/-0)
doc/interpreter/octave.html/XREFimageydata.html (+50/-0)
doc/interpreter/octave.html/XREFinputParser.html (+50/-0)
doc/interpreter/octave.html/XREFisbanded.html (+50/-0)
doc/interpreter/octave.html/XREFisdiag.html (+50/-0)
doc/interpreter/octave.html/XREFisstudent.html (+50/-0)
doc/interpreter/octave.html/XREFistril.html (+50/-0)
doc/interpreter/octave.html/XREFistriu.html (+50/-0)
doc/interpreter/octave.html/XREFjavachk.html (+50/-0)
doc/interpreter/octave.html/XREFjit_005ffailcnt.html (+50/-0)
doc/interpreter/octave.html/XREFlin2mu.html (+2/-2)
doc/interpreter/octave.html/XREFline_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFlinebeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFlinebusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFlinebuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFlinechildren.html (+50/-0)
doc/interpreter/octave.html/XREFlineclipping.html (+50/-0)
doc/interpreter/octave.html/XREFlinecolor.html (+50/-0)
doc/interpreter/octave.html/XREFlinecreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFlinedeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFlinedisplayname.html (+50/-0)
doc/interpreter/octave.html/XREFlineerasemode.html (+50/-0)
doc/interpreter/octave.html/XREFlinehandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFlinehittest.html (+50/-0)
doc/interpreter/octave.html/XREFlineinterpreter.html (+50/-0)
doc/interpreter/octave.html/XREFlineinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFlinelinestyle.html (+50/-0)
doc/interpreter/octave.html/XREFlinelinewidth.html (+50/-0)
doc/interpreter/octave.html/XREFlinemarker.html (+50/-0)
doc/interpreter/octave.html/XREFlinemarkeredgecolor.html (+50/-0)
doc/interpreter/octave.html/XREFlinemarkerfacecolor.html (+50/-0)
doc/interpreter/octave.html/XREFlinemarkersize.html (+50/-0)
doc/interpreter/octave.html/XREFlineparent.html (+50/-0)
doc/interpreter/octave.html/XREFlineselected.html (+50/-0)
doc/interpreter/octave.html/XREFlineselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFlinetag.html (+50/-0)
doc/interpreter/octave.html/XREFlinetype.html (+50/-0)
doc/interpreter/octave.html/XREFlineuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFlineuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFlinevisible.html (+50/-0)
doc/interpreter/octave.html/XREFlinexdata.html (+50/-0)
doc/interpreter/octave.html/XREFlinexdatasource.html (+50/-0)
doc/interpreter/octave.html/XREFlineydata.html (+50/-0)
doc/interpreter/octave.html/XREFlineydatasource.html (+50/-0)
doc/interpreter/octave.html/XREFlinezdata.html (+50/-0)
doc/interpreter/octave.html/XREFlinezdatasource.html (+50/-0)
doc/interpreter/octave.html/XREFlinkaxes.html (+50/-0)
doc/interpreter/octave.html/XREFloadaudio.html (+0/-50)
doc/interpreter/octave.html/XREFlscov.html (+50/-0)
doc/interpreter/octave.html/XREFluinc.html (+0/-50)
doc/interpreter/octave.html/XREFmouse_005fwheel_005fzoom.html (+0/-50)
doc/interpreter/octave.html/XREFmu2lin.html (+2/-2)
doc/interpreter/octave.html/XREFnargchk.html (+0/-50)
doc/interpreter/octave.html/XREFnfields.html (+0/-50)
doc/interpreter/octave.html/XREFnumfields.html (+50/-0)
doc/interpreter/octave.html/XREFopen.html (+50/-0)
doc/interpreter/octave.html/XREFordschur.html (+50/-0)
doc/interpreter/octave.html/XREFpan.html (+50/-0)
doc/interpreter/octave.html/XREFpatch_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFpatchalphadatamapping.html (+50/-0)
doc/interpreter/octave.html/XREFpatchambientstrength.html (+50/-0)
doc/interpreter/octave.html/XREFpatchbackfacelighting.html (+50/-0)
doc/interpreter/octave.html/XREFpatchbeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFpatchbusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFpatchbuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFpatchcdata.html (+50/-0)
doc/interpreter/octave.html/XREFpatchcdatamapping.html (+50/-0)
doc/interpreter/octave.html/XREFpatchchildren.html (+50/-0)
doc/interpreter/octave.html/XREFpatchclipping.html (+50/-0)
doc/interpreter/octave.html/XREFpatchcreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFpatchdeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFpatchdiffusestrength.html (+50/-0)
doc/interpreter/octave.html/XREFpatchdisplayname.html (+50/-0)
doc/interpreter/octave.html/XREFpatchedgealpha.html (+50/-0)
doc/interpreter/octave.html/XREFpatchedgecolor.html (+50/-0)
doc/interpreter/octave.html/XREFpatchedgelighting.html (+50/-0)
doc/interpreter/octave.html/XREFpatcherasemode.html (+50/-0)
doc/interpreter/octave.html/XREFpatchfacealpha.html (+50/-0)
doc/interpreter/octave.html/XREFpatchfacecolor.html (+50/-0)
doc/interpreter/octave.html/XREFpatchfacelighting.html (+50/-0)
doc/interpreter/octave.html/XREFpatchfaces.html (+50/-0)
doc/interpreter/octave.html/XREFpatchfacevertexalphadata.html (+50/-0)
doc/interpreter/octave.html/XREFpatchfacevertexcdata.html (+50/-0)
doc/interpreter/octave.html/XREFpatchhandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFpatchhittest.html (+50/-0)
doc/interpreter/octave.html/XREFpatchinterpreter.html (+50/-0)
doc/interpreter/octave.html/XREFpatchinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFpatchlinestyle.html (+50/-0)
doc/interpreter/octave.html/XREFpatchlinewidth.html (+50/-0)
doc/interpreter/octave.html/XREFpatchmarker.html (+50/-0)
doc/interpreter/octave.html/XREFpatchmarkeredgecolor.html (+50/-0)
doc/interpreter/octave.html/XREFpatchmarkerfacecolor.html (+50/-0)
doc/interpreter/octave.html/XREFpatchmarkersize.html (+50/-0)
doc/interpreter/octave.html/XREFpatchnormalmode.html (+50/-0)
doc/interpreter/octave.html/XREFpatchparent.html (+50/-0)
doc/interpreter/octave.html/XREFpatchselected.html (+50/-0)
doc/interpreter/octave.html/XREFpatchselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFpatchspecularcolorreflectance.html (+50/-0)
doc/interpreter/octave.html/XREFpatchspecularexponent.html (+50/-0)
doc/interpreter/octave.html/XREFpatchspecularstrength.html (+50/-0)
doc/interpreter/octave.html/XREFpatchtag.html (+50/-0)
doc/interpreter/octave.html/XREFpatchtype.html (+50/-0)
doc/interpreter/octave.html/XREFpatchuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFpatchuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFpatchvertexnormals.html (+50/-0)
doc/interpreter/octave.html/XREFpatchvertices.html (+50/-0)
doc/interpreter/octave.html/XREFpatchvisible.html (+50/-0)
doc/interpreter/octave.html/XREFpatchxdata.html (+50/-0)
doc/interpreter/octave.html/XREFpatchydata.html (+50/-0)
doc/interpreter/octave.html/XREFpatchzdata.html (+50/-0)
doc/interpreter/octave.html/XREFplayaudio.html (+0/-50)
doc/interpreter/octave.html/XREFputenv.html (+0/-50)
doc/interpreter/octave.html/XREFqmr.html (+50/-0)
doc/interpreter/octave.html/XREFrecord.html (+2/-2)
doc/interpreter/octave.html/XREFroot_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFrootbeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFrootbusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFrootbuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFrootcallbackobject.html (+50/-0)
doc/interpreter/octave.html/XREFrootchildren.html (+50/-0)
doc/interpreter/octave.html/XREFrootclipping.html (+50/-0)
doc/interpreter/octave.html/XREFrootcommandwindowsize.html (+50/-0)
doc/interpreter/octave.html/XREFrootcreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFrootcurrentfigure.html (+50/-0)
doc/interpreter/octave.html/XREFrootdeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFrootdiary.html (+50/-0)
doc/interpreter/octave.html/XREFrootdiaryfile.html (+50/-0)
doc/interpreter/octave.html/XREFrootecho.html (+50/-0)
doc/interpreter/octave.html/XREFrooterrormessage.html (+50/-0)
doc/interpreter/octave.html/XREFrootfixedwidthfontname.html (+50/-0)
doc/interpreter/octave.html/XREFrootformat.html (+50/-0)
doc/interpreter/octave.html/XREFrootformatspacing.html (+50/-0)
doc/interpreter/octave.html/XREFroothandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFroothittest.html (+50/-0)
doc/interpreter/octave.html/XREFrootinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFrootlanguage.html (+50/-0)
doc/interpreter/octave.html/XREFrootmonitorpositions.html (+50/-0)
doc/interpreter/octave.html/XREFrootparent.html (+50/-0)
doc/interpreter/octave.html/XREFrootpointerlocation.html (+50/-0)
doc/interpreter/octave.html/XREFrootpointerwindow.html (+50/-0)
doc/interpreter/octave.html/XREFrootrecursionlimit.html (+50/-0)
doc/interpreter/octave.html/XREFrootscreendepth.html (+50/-0)
doc/interpreter/octave.html/XREFrootscreenpixelsperinch.html (+50/-0)
doc/interpreter/octave.html/XREFrootscreensize.html (+50/-0)
doc/interpreter/octave.html/XREFrootselected.html (+50/-0)
doc/interpreter/octave.html/XREFrootselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFrootshowhiddenhandles.html (+50/-0)
doc/interpreter/octave.html/XREFroottag.html (+50/-0)
doc/interpreter/octave.html/XREFroottype.html (+50/-0)
doc/interpreter/octave.html/XREFrootuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFrootunits.html (+50/-0)
doc/interpreter/octave.html/XREFrootuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFrootvisible.html (+50/-0)
doc/interpreter/octave.html/XREFrotate.html (+50/-0)
doc/interpreter/octave.html/XREFrotate3d.html (+50/-0)
doc/interpreter/octave.html/XREFsaveaudio.html (+0/-50)
doc/interpreter/octave.html/XREFsetaudio.html (+0/-50)
doc/interpreter/octave.html/XREFsetenv.html (+50/-0)
doc/interpreter/octave.html/XREFsound.html (+50/-0)
doc/interpreter/octave.html/XREFsoundsc.html (+50/-0)
doc/interpreter/octave.html/XREFsurface_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacealphadata.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacealphadatamapping.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceambientstrength.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacebackfacelighting.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacebeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacebusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacebuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacecdata.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacecdatamapping.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacecdatasource.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacechildren.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceclipping.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacecreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacedeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacediffusestrength.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacedisplayname.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceedgealpha.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceedgecolor.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceedgelighting.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceerasemode.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacefacealpha.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacefacecolor.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacefacelighting.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacehandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacehittest.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceinterpreter.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacelinestyle.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacelinewidth.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacemarker.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacemarkeredgecolor.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacemarkerfacecolor.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacemarkersize.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacemeshstyle.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacenormalmode.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceparent.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceselected.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacespecularcolorreflectance.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacespecularexponent.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacespecularstrength.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacetag.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacetype.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacevertexnormals.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacevisible.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacexdata.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacexdatasource.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceydata.html (+50/-0)
doc/interpreter/octave.html/XREFsurfaceydatasource.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacezdata.html (+50/-0)
doc/interpreter/octave.html/XREFsurfacezdatasource.html (+50/-0)
doc/interpreter/octave.html/XREFsyl.html (+0/-50)
doc/interpreter/octave.html/XREFsylvester.html (+50/-0)
doc/interpreter/octave.html/XREFtempdir.html (+2/-2)
doc/interpreter/octave.html/XREFtempname.html (+2/-2)
doc/interpreter/octave.html/XREFtext_005f_005fmodified_005f_005f.html (+50/-0)
doc/interpreter/octave.html/XREFtextbackgroundcolor.html (+50/-0)
doc/interpreter/octave.html/XREFtextbeingdeleted.html (+50/-0)
doc/interpreter/octave.html/XREFtextbusyaction.html (+50/-0)
doc/interpreter/octave.html/XREFtextbuttondownfcn.html (+50/-0)
doc/interpreter/octave.html/XREFtextchildren.html (+50/-0)
doc/interpreter/octave.html/XREFtextclipping.html (+50/-0)
doc/interpreter/octave.html/XREFtextcolor.html (+50/-0)
doc/interpreter/octave.html/XREFtextcreatefcn.html (+50/-0)
doc/interpreter/octave.html/XREFtextdeletefcn.html (+50/-0)
doc/interpreter/octave.html/XREFtextdisplayname.html (+50/-0)
doc/interpreter/octave.html/XREFtextedgecolor.html (+50/-0)
doc/interpreter/octave.html/XREFtextediting.html (+50/-0)
doc/interpreter/octave.html/XREFtexterasemode.html (+50/-0)
doc/interpreter/octave.html/XREFtextextent.html (+50/-0)
doc/interpreter/octave.html/XREFtextfontangle.html (+50/-0)
doc/interpreter/octave.html/XREFtextfontname.html (+50/-0)
doc/interpreter/octave.html/XREFtextfontsize.html (+50/-0)
doc/interpreter/octave.html/XREFtextfontunits.html (+50/-0)
doc/interpreter/octave.html/XREFtextfontweight.html (+50/-0)
doc/interpreter/octave.html/XREFtexthandlevisibility.html (+50/-0)
doc/interpreter/octave.html/XREFtexthittest.html (+50/-0)
doc/interpreter/octave.html/XREFtexthorizontalalignment.html (+50/-0)
doc/interpreter/octave.html/XREFtextinterpreter.html (+50/-0)
doc/interpreter/octave.html/XREFtextinterruptible.html (+50/-0)
doc/interpreter/octave.html/XREFtextlinestyle.html (+50/-0)
doc/interpreter/octave.html/XREFtextlinewidth.html (+50/-0)
doc/interpreter/octave.html/XREFtextmargin.html (+50/-0)
doc/interpreter/octave.html/XREFtextparent.html (+50/-0)
doc/interpreter/octave.html/XREFtextposition.html (+50/-0)
doc/interpreter/octave.html/XREFtextrotation.html (+50/-0)
doc/interpreter/octave.html/XREFtextselected.html (+50/-0)
doc/interpreter/octave.html/XREFtextselectionhighlight.html (+50/-0)
doc/interpreter/octave.html/XREFtextstring.html (+50/-0)
doc/interpreter/octave.html/XREFtexttag.html (+50/-0)
doc/interpreter/octave.html/XREFtexttype.html (+50/-0)
doc/interpreter/octave.html/XREFtextuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFtextunits.html (+50/-0)
doc/interpreter/octave.html/XREFtextuserdata.html (+50/-0)
doc/interpreter/octave.html/XREFtextverticalalignment.html (+50/-0)
doc/interpreter/octave.html/XREFtextvisible.html (+50/-0)
doc/interpreter/octave.html/XREFtmpnam.html (+0/-50)
doc/interpreter/octave.html/XREFuicontextmenu.html (+50/-0)
doc/interpreter/octave.html/XREFuicontrol.html (+50/-0)
doc/interpreter/octave.html/XREFuipanel.html (+50/-0)
doc/interpreter/octave.html/XREFuipushtool.html (+50/-0)
doc/interpreter/octave.html/XREFuitoggletool.html (+50/-0)
doc/interpreter/octave.html/XREFuitoolbar.html (+50/-0)
doc/interpreter/octave.html/XREFunsetenv.html (+50/-0)
doc/interpreter/octave.html/XREFusage.html (+0/-50)
doc/interpreter/octave.html/XREFvalidateattributes.html (+50/-0)
doc/interpreter/octave.html/XREFvalidatestring.html (+2/-2)
doc/interpreter/octave.html/XREFwavread.html (+2/-2)
doc/interpreter/octave.html/XREFwavwrite.html (+2/-2)
doc/interpreter/octave.html/XREFzoom.html (+50/-0)
doc/interpreter/octave.html/Zeros-Treatment.html (+14/-17)
doc/interpreter/octave.html/index.html (+61/-11)
doc/interpreter/octave.info (+2407/-1920)
doc/interpreter/octave.info-1 (+1256/-746)
doc/interpreter/octave.info-2 (+1131/-1217)
doc/interpreter/octave.info-3 (+2657/-3459)
doc/interpreter/octave.info-4 (+3476/-2831)
doc/interpreter/octave.info-5 (+3118/-3160)
doc/interpreter/octave.info-6 (+4269/-3436)
doc/interpreter/octave.info-7 (+3381/-7842)
doc/interpreter/octave.ps (+56722/-53558)
doc/interpreter/octave.texi (+34/-14)
doc/interpreter/octave_logo.eps (+6/-6)
doc/interpreter/oop.texi (+73/-75)
doc/interpreter/oop.txi (+21/-21)
doc/interpreter/op-idx.texi (+3/-3)
doc/interpreter/op-idx.txi (+3/-3)
doc/interpreter/optim.texi (+195/-130)
doc/interpreter/optim.txi (+5/-3)
doc/interpreter/package.texi (+44/-26)
doc/interpreter/package.txi (+14/-14)
doc/interpreter/plot-axesproperties.texi (+658/-0)
doc/interpreter/plot-figureproperties.texi (+454/-0)
doc/interpreter/plot-imageproperties.texi (+188/-0)
doc/interpreter/plot-lineproperties.texi (+232/-0)
doc/interpreter/plot-patchproperties.texi (+341/-0)
doc/interpreter/plot-rootproperties.texi (+256/-0)
doc/interpreter/plot-surfaceproperties.texi (+346/-0)
doc/interpreter/plot-textproperties.texi (+268/-0)
doc/interpreter/plot.eps (+6/-12)
doc/interpreter/plot.texi (+1018/-1634)
doc/interpreter/plot.txi (+155/-1208)
doc/interpreter/plot3.eps (+358/-1609)
doc/interpreter/plotimages.m (+2/-2)
doc/interpreter/polar.eps (+807/-490)
doc/interpreter/poly.texi (+150/-112)
doc/interpreter/poly.txi (+3/-3)
doc/interpreter/preface.texi (+27/-24)
doc/interpreter/preface.txi (+22/-21)
doc/interpreter/quad.texi (+160/-146)
doc/interpreter/quad.txi (+6/-6)
doc/interpreter/set.texi (+146/-131)
doc/interpreter/set.txi (+25/-16)
doc/interpreter/signal.texi (+283/-223)
doc/interpreter/signal.txi (+3/-3)
doc/interpreter/sparse.texi (+720/-444)
doc/interpreter/sparse.txi (+108/-106)
doc/interpreter/sparseimages.m (+6/-6)
doc/interpreter/spchol.eps (+4/-11)
doc/interpreter/spcholperm.eps (+4/-11)
doc/interpreter/splinefit1.eps (+918/-925)
doc/interpreter/splinefit2.eps (+2075/-2082)
doc/interpreter/splinefit3.eps (+752/-759)
doc/interpreter/splinefit4.eps (+824/-831)
doc/interpreter/splinefit6.eps (+1196/-1203)
doc/interpreter/splineimages.m (+2/-2)
doc/interpreter/spmatrix.eps (+4/-11)
doc/interpreter/stamp-vti (+4/-4)
doc/interpreter/stats.texi (+631/-550)
doc/interpreter/stats.txi (+13/-13)
doc/interpreter/stmt.texi (+16/-16)
doc/interpreter/stmt.txi (+16/-16)
doc/interpreter/strings.texi (+373/-342)
doc/interpreter/strings.txi (+12/-14)
doc/interpreter/system.texi (+847/-563)
doc/interpreter/system.txi (+14/-14)
doc/interpreter/testfun.texi (+226/-162)
doc/interpreter/testfun.txi (+13/-13)
doc/interpreter/tips.texi (+37/-32)
doc/interpreter/tips.txi (+37/-32)
doc/interpreter/triplot.eps (+4/-11)
doc/interpreter/var.texi (+185/-101)
doc/interpreter/var.txi (+5/-6)
doc/interpreter/vectorize.texi (+91/-60)
doc/interpreter/vectorize.txi (+17/-5)
doc/interpreter/version.texi (+4/-4)
doc/interpreter/voronoi.eps (+11/-18)
doc/liboctave/Makefile.am (+4/-6)
doc/liboctave/Makefile.in (+497/-284)
doc/liboctave/array.texi (+4/-4)
doc/liboctave/bugs.texi (+3/-3)
doc/liboctave/cp-idx.texi (+3/-3)
doc/liboctave/dae.texi (+3/-3)
doc/liboctave/diffeq.texi (+3/-3)
doc/liboctave/error.texi (+3/-3)
doc/liboctave/factor.texi (+3/-3)
doc/liboctave/fn-idx.texi (+3/-3)
doc/liboctave/gpl.texi (+6/-6)
doc/liboctave/install.texi (+3/-3)
doc/liboctave/intro.texi (+3/-3)
doc/liboctave/liboctave.html/Copying.html (+2/-2)
doc/liboctave/liboctave.html/index.html (+2/-2)
doc/liboctave/liboctave.info (+63/-63)
doc/liboctave/liboctave.ps (+5/-5)
doc/liboctave/liboctave.texi (+30/-30)
doc/liboctave/matvec.texi (+3/-3)
doc/liboctave/nleqn.texi (+3/-3)
doc/liboctave/nlfunc.texi (+3/-3)
doc/liboctave/ode.texi (+3/-3)
doc/liboctave/optim.texi (+9/-9)
doc/liboctave/preface.texi (+3/-3)
doc/liboctave/quad.texi (+4/-4)
doc/liboctave/range.texi (+3/-3)
doc/liboctave/stamp-vti (+4/-4)
doc/liboctave/version.texi (+4/-4)
doc/refcard/Makefile.am (+56/-27)
doc/refcard/Makefile.in (+539/-307)
doc/refcard/refcard-a4.ps (+6/-5)
doc/refcard/refcard-a4.tex (+1/-1)
doc/refcard/refcard-legal.ps (+5/-5)
doc/refcard/refcard-legal.tex (+1/-1)
doc/refcard/refcard-letter.ps (+5/-5)
doc/refcard/refcard-letter.tex (+1/-1)
doc/refcard/refcard.tex (+12/-12)
doc/texinfo.tex (+0/-9026)
etc/NEWS.1 (+14/-14)
etc/NEWS.2 (+9/-9)
etc/NEWS.3 (+1522/-1)
etc/OLD-ChangeLogs/ChangeLog (+1/-1)
etc/OLD-ChangeLogs/doc-ChangeLog (+4/-4)
etc/OLD-ChangeLogs/scripts-ChangeLog (+3/-3)
etc/OLD-ChangeLogs/src-ChangeLog (+5/-5)
etc/OLD-ChangeLogs/test-ChangeLog (+1/-1)
etc/PROJECTS (+2/-2)
etc/README.Cygwin (+15/-15)
etc/README.MacOS (+7/-7)
etc/README.MinGW (+11/-11)
etc/README.gnuplot (+1/-1)
etc/gdbinit (+13/-13)
etc/icons/Makefile.am (+79/-14)
etc/icons/Makefile.in (+571/-295)
etc/icons/octave.appdata.xml.in (+56/-0)
etc/icons/octave.desktop.in (+3/-2)
etc/octave.appdata.xml (+0/-56)
examples/@FIRfilter/FIRfilter.m (+0/-20)
examples/@FIRfilter/FIRfilter_aggregation.m (+0/-21)
examples/@FIRfilter/display.m (+0/-6)
examples/@FIRfilter/module.mk (+0/-12)
examples/@FIRfilter/subsasgn.m (+0/-14)
examples/@FIRfilter/subsref.m (+0/-16)
examples/@polynomial/display.m (+0/-32)
examples/@polynomial/double.m (+0/-3)
examples/@polynomial/end.m (+0/-9)
examples/@polynomial/get.m (+0/-18)
examples/@polynomial/module.mk (+0/-21)
examples/@polynomial/mtimes.m (+0/-3)
examples/@polynomial/numel.m (+0/-7)
examples/@polynomial/plot.m (+0/-10)
examples/@polynomial/polynomial.m (+0/-30)
examples/@polynomial/polynomial_superiorto.m (+0/-31)
examples/@polynomial/polyval.m (+0/-7)
examples/@polynomial/roots.m (+0/-3)
examples/@polynomial/set.m (+0/-20)
examples/@polynomial/subsasgn.m (+0/-35)
examples/@polynomial/subsref.m (+0/-37)
examples/COPYING (+0/-3)
examples/Makefile.am (+11/-46)
examples/Makefile.in (+722/-359)
examples/addtwomatrices.cc (+0/-18)
examples/celldemo.cc (+0/-23)
examples/code/@FIRfilter/FIRfilter.m (+20/-0)
examples/code/@FIRfilter/FIRfilter_aggregation.m (+21/-0)
examples/code/@FIRfilter/display.m (+6/-0)
examples/code/@FIRfilter/module.mk (+12/-0)
examples/code/@FIRfilter/subsasgn.m (+14/-0)
examples/code/@FIRfilter/subsref.m (+16/-0)
examples/code/@polynomial/display.m (+32/-0)
examples/code/@polynomial/double.m (+3/-0)
examples/code/@polynomial/end.m (+9/-0)
examples/code/@polynomial/get.m (+18/-0)
examples/code/@polynomial/module.mk (+21/-0)
examples/code/@polynomial/mtimes.m (+3/-0)
examples/code/@polynomial/numel.m (+7/-0)
examples/code/@polynomial/plot.m (+10/-0)
examples/code/@polynomial/polynomial.m (+30/-0)
examples/code/@polynomial/polynomial_superiorto.m (+31/-0)
examples/code/@polynomial/polyval.m (+7/-0)
examples/code/@polynomial/roots.m (+3/-0)
examples/code/@polynomial/set.m (+20/-0)
examples/code/@polynomial/subsasgn.m (+35/-0)
examples/code/@polynomial/subsref.m (+37/-0)
examples/code/COPYING (+3/-0)
examples/code/Makefile.am (+64/-0)
examples/code/Makefile.in (+2508/-0)
examples/code/addtwomatrices.cc (+18/-0)
examples/code/celldemo.cc (+23/-0)
examples/code/embedded.cc (+35/-0)
examples/code/fortrandemo.cc (+35/-0)
examples/code/fortransub.f (+21/-0)
examples/code/funcdemo.cc (+32/-0)
examples/code/globaldemo.cc (+25/-0)
examples/code/helloworld.cc (+13/-0)
examples/code/make_int.cc (+314/-0)
examples/code/mex_demo.c (+58/-0)
examples/code/mycell.c (+18/-0)
examples/code/myfeval.c (+27/-0)
examples/code/myfevalf.f (+30/-0)
examples/code/myfunc.c (+15/-0)
examples/code/myhello.c (+10/-0)
examples/code/mypow2.c (+39/-0)
examples/code/myprop.c (+24/-0)
examples/code/myset.c (+34/-0)
examples/code/mysparse.c (+117/-0)
examples/code/mystring.c (+25/-0)
examples/code/mystruct.c (+36/-0)
examples/code/oct_demo.cc (+84/-0)
examples/code/oregonator.cc (+22/-0)
examples/code/oregonator.m (+18/-0)
examples/code/paramdemo.cc (+30/-0)
examples/code/standalone.cc (+19/-0)
examples/code/standalonebuiltin.cc (+28/-0)
examples/code/stringdemo.cc (+29/-0)
examples/code/structdemo.cc (+45/-0)
examples/code/unwinddemo.cc (+47/-0)
examples/data/Makefile.am (+29/-0)
examples/data/Makefile.in (+2533/-0)
examples/data/penny.mat (+135/-0)
examples/embedded.cc (+0/-35)
examples/fortrandemo.cc (+0/-35)
examples/fortransub.f (+0/-21)
examples/funcdemo.cc (+0/-32)
examples/globaldemo.cc (+0/-25)
examples/helloworld.cc (+0/-13)
examples/make_int.cc (+0/-316)
examples/mex_demo.c (+0/-58)
examples/mycell.c (+0/-18)
examples/myfeval.c (+0/-27)
examples/myfevalf.f (+0/-30)
examples/myfunc.c (+0/-15)
examples/myhello.c (+0/-10)
examples/mypow2.c (+0/-39)
examples/myprop.c (+0/-24)
examples/myset.c (+0/-34)
examples/mysparse.c (+0/-117)
examples/mystring.c (+0/-25)
examples/mystruct.c (+0/-36)
examples/oct_demo.cc (+0/-84)
examples/oregonator.cc (+0/-22)
examples/oregonator.m (+0/-18)
examples/paramdemo.cc (+0/-30)
examples/standalone.cc (+0/-19)
examples/standalonebuiltin.cc (+0/-28)
examples/stringdemo.cc (+0/-29)
examples/structdemo.cc (+0/-45)
examples/unwinddemo.cc (+0/-34)
libgnu/Makefile.am (+38/-3)
libgnu/Makefile.in (+82/-58)
libgnu/alloca.in.h (+1/-1)
libgnu/areadlink-with-size.c (+1/-1)
libgnu/areadlink.h (+1/-1)
libgnu/asnprintf.c (+1/-1)
libgnu/asprintf.c (+1/-1)
libgnu/assure.h (+37/-0)
libgnu/at-func.c (+1/-1)
libgnu/base64.c (+38/-7)
libgnu/base64.h (+1/-1)
libgnu/basename-lgpl.c (+1/-1)
libgnu/basename.c (+1/-1)
libgnu/bitrotate.h (+1/-1)
libgnu/c-ctype.c (+1/-1)
libgnu/c-ctype.h (+1/-1)
libgnu/canonicalize-lgpl.c (+1/-1)
libgnu/canonicalize.c (+1/-1)
libgnu/canonicalize.h (+1/-1)
libgnu/chdir-long.c (+9/-8)
libgnu/chdir-long.h (+1/-1)
libgnu/cloexec.c (+1/-1)
libgnu/cloexec.h (+1/-1)
libgnu/close.c (+1/-1)
libgnu/closedir.c (+1/-1)
libgnu/config.charset (+2/-4)
libgnu/copysign.c (+1/-1)
libgnu/copysignf.c (+1/-1)
libgnu/dirent-private.h (+1/-1)
libgnu/dirent.in.h (+1/-1)
libgnu/dirfd.c (+1/-1)
libgnu/dirname-lgpl.c (+1/-1)
libgnu/dirname.c (+1/-1)
libgnu/dirname.h (+9/-1)
libgnu/dosname.h (+1/-1)
libgnu/dup-safer.c (+1/-1)
libgnu/dup.c (+1/-1)
libgnu/dup2.c (+1/-1)
libgnu/errno.in.h (+1/-1)
libgnu/error.c (+13/-8)
libgnu/error.h (+1/-1)
libgnu/exitfail.c (+1/-1)
libgnu/exitfail.h (+1/-1)
libgnu/fchdir.c (+4/-4)
libgnu/fclose.c (+1/-1)
libgnu/fcntl.c (+20/-4)
libgnu/fcntl.in.h (+19/-3)
libgnu/fd-hook.c (+1/-1)
libgnu/fd-hook.h (+1/-1)
libgnu/fd-safer.c (+1/-1)
libgnu/fdopendir.c (+1/-1)
libgnu/fflush.c (+9/-5)
libgnu/file-set.c (+1/-1)
libgnu/filemode.c (+1/-1)
libgnu/filemode.h (+1/-1)
libgnu/filename.h (+1/-1)
libgnu/filenamecat-lgpl.c (+1/-1)
libgnu/filenamecat.h (+1/-1)
libgnu/float+.h (+1/-1)
libgnu/float.c (+1/-1)
libgnu/float.in.h (+1/-1)
libgnu/floor.c (+1/-1)
libgnu/floorf.c (+1/-1)
libgnu/fnmatch.c (+1/-1)
libgnu/fnmatch.in.h (+1/-1)
libgnu/fnmatch_loop.c (+1/-1)
libgnu/fopen.c (+1/-1)
libgnu/fpucw.h (+1/-1)
libgnu/fpurge.c (+5/-3)
libgnu/freading.c (+3/-2)
libgnu/freading.h (+2/-2)
libgnu/frexp.c (+1/-1)
libgnu/frexpf.c (+1/-1)
libgnu/fseek.c (+1/-1)
libgnu/fseeko.c (+7/-4)
libgnu/fstat.c (+1/-1)
libgnu/fstatat.c (+1/-1)
libgnu/ftell.c (+1/-1)
libgnu/ftello.c (+1/-1)
libgnu/getcwd-lgpl.c (+1/-1)
libgnu/getcwd.c (+1/-1)
libgnu/getdtablesize.c (+20/-13)
libgnu/gethostname.c (+1/-1)
libgnu/getlogin_r.c (+1/-1)
libgnu/getopt.c (+42/-12)
libgnu/getopt.in.h (+1/-1)
libgnu/getopt1.c (+1/-1)
libgnu/getopt_int.h (+1/-1)
libgnu/gettext.h (+1/-1)
libgnu/gettimeofday.c (+1/-1)
libgnu/gl_openssl.h (+116/-0)
libgnu/glob-libc.h (+1/-1)
libgnu/glob.c (+1/-1)
libgnu/glob.in.h (+1/-1)
libgnu/hash-pjw.c (+1/-1)
libgnu/hash-pjw.h (+1/-1)
libgnu/hash-triple.c (+1/-1)
libgnu/hash.c (+1/-1)
libgnu/hash.h (+1/-1)
libgnu/intprops.h (+3/-2)
libgnu/isatty.c (+6/-4)
libgnu/isnan.c (+1/-1)
libgnu/isnand-nolibm.h (+1/-1)
libgnu/isnand.c (+1/-1)
libgnu/isnanf-nolibm.h (+1/-1)
libgnu/isnanf.c (+1/-1)
libgnu/isnanl-nolibm.h (+1/-1)
libgnu/isnanl.c (+1/-1)
libgnu/itold.c (+1/-1)
libgnu/link.c (+1/-1)
libgnu/localcharset.c (+68/-13)
libgnu/localcharset.h (+1/-1)
libgnu/log.c (+1/-1)
libgnu/log2.c (+1/-1)
libgnu/log2f.c (+1/-1)
libgnu/logf.c (+1/-1)
libgnu/lseek.c (+1/-1)
libgnu/lstat.c (+1/-1)
libgnu/malloc.c (+1/-1)
libgnu/malloca.c (+1/-1)
libgnu/malloca.h (+1/-1)
libgnu/math.in.h (+1/-1)
libgnu/mbrtowc.c (+7/-2)
libgnu/mbsinit.c (+1/-1)
libgnu/mbsrtowcs-impl.h (+1/-1)
libgnu/mbsrtowcs-state.c (+1/-1)
libgnu/mbsrtowcs.c (+1/-1)
libgnu/md5.c (+8/-1)
libgnu/md5.h (+16/-6)
libgnu/memchr.c (+1/-1)
libgnu/mempcpy.c (+1/-1)
libgnu/memrchr.c (+1/-1)
libgnu/mkdir.c (+1/-1)
libgnu/mkfifo.c (+1/-1)
libgnu/mkostemp.c (+1/-1)
libgnu/mktime.c (+3/-3)
libgnu/msvc-inval.c (+1/-1)
libgnu/msvc-inval.h (+1/-1)
libgnu/msvc-nothrow.c (+1/-1)
libgnu/msvc-nothrow.h (+1/-1)
libgnu/nanosleep.c (+1/-1)
libgnu/nproc.c (+1/-1)
libgnu/nproc.h (+1/-1)
libgnu/open.c (+1/-1)
libgnu/openat-die.c (+3/-3)
libgnu/openat-priv.h (+1/-1)
libgnu/openat-proc.c (+1/-9)
libgnu/openat.c (+1/-1)
libgnu/openat.h (+1/-1)
libgnu/opendir.c (+1/-1)
libgnu/pathmax.h (+1/-1)
libgnu/pipe-safer.c (+1/-1)
libgnu/printf-args.c (+1/-1)
libgnu/printf-args.h (+1/-1)
libgnu/printf-parse.c (+1/-1)
libgnu/printf-parse.h (+1/-1)
libgnu/progname.c (+1/-1)
libgnu/progname.h (+1/-1)
libgnu/putenv.c (+1/-1)
libgnu/raise.c (+1/-1)
libgnu/readdir.c (+1/-1)
libgnu/readlink.c (+1/-1)
libgnu/realloc.c (+1/-1)
libgnu/ref-add.sin (+1/-1)
libgnu/ref-del.sin (+1/-1)
libgnu/rename.c (+5/-3)
libgnu/rewinddir.c (+1/-1)
libgnu/rmdir.c (+1/-1)
libgnu/round.c (+1/-1)
libgnu/roundf.c (+1/-1)
libgnu/same-inode.h (+1/-1)
libgnu/same.c (+1/-1)
libgnu/same.h (+1/-1)
libgnu/save-cwd.c (+1/-1)
libgnu/save-cwd.h (+1/-1)
libgnu/secure_getenv.c (+1/-1)
libgnu/select.c (+33/-5)
libgnu/sig-handler.h (+2/-2)
libgnu/sigaction.c (+1/-1)
libgnu/signal.in.h (+6/-4)
libgnu/signbitd.c (+1/-1)
libgnu/signbitf.c (+1/-1)
libgnu/signbitl.c (+1/-1)
libgnu/sigprocmask.c (+1/-1)
libgnu/size_max.h (+1/-1)
libgnu/sleep.c (+1/-1)
libgnu/sockets.c (+1/-1)
libgnu/sockets.h (+1/-1)
libgnu/stat.c (+1/-1)
libgnu/stdalign.in.h (+6/-2)
libgnu/stdbool.in.h (+1/-1)
libgnu/stddef.in.h (+27/-16)
libgnu/stdint.in.h (+2/-3)
libgnu/stdio-impl.h (+4/-3)
libgnu/stdio.in.h (+7/-2)
libgnu/stdlib.in.h (+24/-1)
libgnu/strcasecmp.c (+1/-1)
libgnu/strdup.c (+1/-1)
libgnu/streq.h (+1/-1)
libgnu/strerror-override.c (+1/-1)
libgnu/strerror-override.h (+1/-1)
libgnu/strerror.c (+1/-1)
libgnu/strftime.c (+35/-15)
libgnu/strftime.h (+1/-1)
libgnu/string.in.h (+1/-1)
libgnu/strings.in.h (+1/-1)
libgnu/stripslash.c (+1/-1)
libgnu/strncasecmp.c (+1/-1)
libgnu/strndup.c (+1/-1)
libgnu/strnlen.c (+1/-1)
libgnu/strnlen1.c (+1/-1)
libgnu/strnlen1.h (+1/-1)
libgnu/strptime.c (+1/-1)
libgnu/symlink.c (+1/-1)
libgnu/sys_select.in.h (+9/-8)
libgnu/sys_socket.in.h (+1/-1)
libgnu/sys_stat.in.h (+1/-1)
libgnu/sys_time.in.h (+1/-1)
libgnu/sys_times.in.h (+1/-1)
libgnu/sys_types.in.h (+3/-1)
libgnu/sys_uio.in.h (+1/-1)
libgnu/sys_utsname.in.h (+1/-1)
libgnu/tempname.c (+69/-51)
libgnu/tempname.h (+16/-1)
libgnu/time.in.h (+38/-10)
libgnu/time_r.c (+1/-1)
libgnu/times.c (+2/-2)
libgnu/tmpdir.c (+1/-1)
libgnu/tmpdir.h (+1/-1)
libgnu/tmpfile.c (+1/-1)
libgnu/trunc.c (+1/-1)
libgnu/truncf.c (+1/-1)
libgnu/uname.c (+1/-1)
libgnu/unistd--.h (+1/-1)
libgnu/unistd-safer.h (+1/-1)
libgnu/unistd.in.h (+49/-5)
libgnu/unlink.c (+1/-1)
libgnu/unsetenv.c (+127/-0)
libgnu/vasnprintf.c (+99/-108)
libgnu/vasnprintf.h (+1/-1)
libgnu/vasprintf.c (+1/-1)
libgnu/verify.h (+1/-1)
libgnu/w32sock.h (+1/-1)
libgnu/wchar.in.h (+1/-1)
libgnu/wctype.in.h (+1/-1)
libgnu/xalloc-die.c (+1/-1)
libgnu/xalloc-oversized.h (+1/-1)
libgnu/xalloc.h (+9/-9)
libgnu/xgetcwd.c (+1/-1)
libgnu/xgetcwd.h (+1/-1)
libgnu/xmalloc.c (+1/-1)
libgnu/xsize.h (+1/-1)
libgnu/xstrndup.c (+1/-1)
libgnu/xstrndup.h (+1/-1)
libgui/Makefile.am (+33/-21)
libgui/Makefile.in (+1396/-383)
libgui/default-qt-settings.in (+11/-4)
libgui/graphics/Backend.cc (+226/-0)
libgui/graphics/Backend.h (+72/-0)
libgui/graphics/BaseControl.cc (+249/-0)
libgui/graphics/BaseControl.h (+55/-0)
libgui/graphics/ButtonControl.cc (+129/-0)
libgui/graphics/ButtonControl.h (+54/-0)
libgui/graphics/Canvas.cc (+973/-0)
libgui/graphics/Canvas.h (+124/-0)
libgui/graphics/CheckBoxControl.cc (+61/-0)
libgui/graphics/CheckBoxControl.h (+44/-0)
libgui/graphics/Container.cc (+109/-0)
libgui/graphics/Container.h (+57/-0)
libgui/graphics/ContextMenu.cc (+139/-0)
libgui/graphics/ContextMenu.h (+61/-0)
libgui/graphics/EditControl.cc (+260/-0)
libgui/graphics/EditControl.h (+69/-0)
libgui/graphics/Figure.cc (+958/-0)
libgui/graphics/Figure.h (+142/-0)
libgui/graphics/FigureWindow.cc (+52/-0)
libgui/graphics/FigureWindow.h (+48/-0)
libgui/graphics/GLCanvas.cc (+194/-0)
libgui/graphics/GLCanvas.h (+63/-0)
libgui/graphics/GenericEventNotify.h (+104/-0)
libgui/graphics/KeyMap.cc (+259/-0)
libgui/graphics/KeyMap.h (+40/-0)
libgui/graphics/ListBoxControl.cc (+177/-0)
libgui/graphics/ListBoxControl.h (+55/-0)
libgui/graphics/Logger.cc (+88/-0)
libgui/graphics/Logger.h (+55/-0)
libgui/graphics/Menu.cc (+328/-0)
libgui/graphics/Menu.h (+67/-0)
libgui/graphics/MenuContainer.h (+39/-0)
libgui/graphics/MouseModeActionGroup.cc (+112/-0)
libgui/graphics/MouseModeActionGroup.h (+61/-0)
libgui/graphics/Object.cc (+191/-0)
libgui/graphics/Object.h (+106/-0)
libgui/graphics/ObjectFactory.cc (+151/-0)
libgui/graphics/ObjectFactory.h (+53/-0)
libgui/graphics/ObjectProxy.cc (+111/-0)
libgui/graphics/ObjectProxy.h (+65/-0)
libgui/graphics/Panel.cc (+378/-0)
libgui/graphics/Panel.h (+63/-0)
libgui/graphics/PopupMenuControl.cc (+147/-0)
libgui/graphics/PopupMenuControl.h (+55/-0)
libgui/graphics/PushButtonControl.cc (+82/-0)
libgui/graphics/PushButtonControl.h (+47/-0)
libgui/graphics/PushTool.cc (+77/-0)
libgui/graphics/PushTool.h (+50/-0)
libgui/graphics/QtHandlesUtils.cc (+384/-0)
libgui/graphics/QtHandlesUtils.h (+85/-0)
libgui/graphics/RadioButtonControl.cc (+64/-0)
libgui/graphics/RadioButtonControl.h (+44/-0)
libgui/graphics/SliderControl.cc (+155/-0)
libgui/graphics/SliderControl.h (+55/-0)
libgui/graphics/TextControl.cc (+93/-0)
libgui/graphics/TextControl.h (+47/-0)
libgui/graphics/TextEdit.cc (+53/-0)
libgui/graphics/TextEdit.h (+50/-0)
libgui/graphics/ToggleButtonControl.cc (+64/-0)
libgui/graphics/ToggleButtonControl.h (+44/-0)
libgui/graphics/ToggleTool.cc (+95/-0)
libgui/graphics/ToggleTool.h (+50/-0)
libgui/graphics/ToolBar.cc (+180/-0)
libgui/graphics/ToolBar.h (+64/-0)
libgui/graphics/ToolBarButton.cc (+125/-0)
libgui/graphics/ToolBarButton.h (+53/-0)
libgui/graphics/__init_qt__.cc (+340/-0)
libgui/graphics/__init_qt__.h (+35/-0)
libgui/graphics/annotation-dialog.cc (+262/-0)
libgui/graphics/annotation-dialog.h (+62/-0)
libgui/graphics/annotation-dialog.ui (+1430/-0)
libgui/graphics/gl-select.cc (+235/-0)
libgui/graphics/gl-select.h (+78/-0)
libgui/graphics/images/README (+15/-0)
libgui/graphics/module.mk (+152/-0)
libgui/graphics/qthandles.qrc (+9/-0)
libgui/languages/be_BY.ts (+1919/-398)
libgui/languages/de_DE.ts (+1857/-423)
libgui/languages/en_US.ts (+1791/-379)
libgui/languages/es_ES.ts (+1976/-525)
libgui/languages/fr_FR.ts (+1829/-402)
libgui/languages/it_IT.ts (+5204/-0)
libgui/languages/ja_JP.ts (+4186/-0)
libgui/languages/nl_NL.ts (+1974/-435)
libgui/languages/pt_BR.ts (+1934/-513)
libgui/languages/pt_PT.ts (+2153/-735)
libgui/languages/ru_RU.ts (+2067/-580)
libgui/languages/uk_UA.ts (+1791/-379)
libgui/languages/zh_CN.ts (+2469/-401)
libgui/link-deps.mk (+3/-2)
libgui/qterminal-module.mk (+2/-1)
libgui/qterminal/libqterminal/QTerminal.cc (+35/-2)
libgui/qterminal/libqterminal/QTerminal.h (+44/-5)
libgui/qterminal/libqterminal/unix/BlockArray.cpp (+1/-1)
libgui/qterminal/libqterminal/unix/BlockArray.h (+1/-1)
libgui/qterminal/libqterminal/unix/Character.h (+20/-20)
libgui/qterminal/libqterminal/unix/CharacterColor.h (+43/-43)
libgui/qterminal/libqterminal/unix/Emulation.cpp (+18/-18)
libgui/qterminal/libqterminal/unix/Emulation.h (+94/-94)
libgui/qterminal/libqterminal/unix/Filter.cpp (+22/-22)
libgui/qterminal/libqterminal/unix/Filter.h (+44/-44)
libgui/qterminal/libqterminal/unix/History.cpp (+17/-17)
libgui/qterminal/libqterminal/unix/History.h (+7/-7)
libgui/qterminal/libqterminal/unix/KeyboardTranslator.cpp (+30/-30)
libgui/qterminal/libqterminal/unix/KeyboardTranslator.h (+72/-72)
libgui/qterminal/libqterminal/unix/LineFont.h (+15/-15)
libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.cpp (+27/-5)
libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.h (+10/-7)
libgui/qterminal/libqterminal/unix/Screen.cpp (+66/-66)
libgui/qterminal/libqterminal/unix/Screen.h (+125/-125)
libgui/qterminal/libqterminal/unix/ScreenWindow.cpp (+14/-14)
libgui/qterminal/libqterminal/unix/ScreenWindow.h (+24/-24)
libgui/qterminal/libqterminal/unix/SelfListener.cpp (+1/-1)
libgui/qterminal/libqterminal/unix/SelfListener.h (+1/-1)
libgui/qterminal/libqterminal/unix/TerminalCharacterDecoder.cpp (+4/-4)
libgui/qterminal/libqterminal/unix/TerminalCharacterDecoder.h (+11/-11)
libgui/qterminal/libqterminal/unix/TerminalModel.cpp (+1/-1)
libgui/qterminal/libqterminal/unix/TerminalModel.h (+1/-1)
libgui/qterminal/libqterminal/unix/TerminalView.cpp (+34/-42)
libgui/qterminal/libqterminal/unix/TerminalView.h (+7/-4)
libgui/qterminal/libqterminal/unix/Vt102Emulation.cpp (+2/-2)
libgui/qterminal/libqterminal/unix/Vt102Emulation.h (+19/-19)
libgui/qterminal/libqterminal/unix/kpty.cpp (+1/-8)
libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp (+346/-57)
libgui/qterminal/libqterminal/win32/QWinTerminalImpl.h (+18/-1)
libgui/src/color-picker.cc (+1/-1)
libgui/src/color-picker.h (+1/-1)
libgui/src/dialog.cc (+45/-16)
libgui/src/dialog.h (+9/-16)
libgui/src/documentation-dock-widget.cc (+8/-3)
libgui/src/documentation-dock-widget.h (+2/-1)
libgui/src/files-dock-widget.cc (+85/-40)
libgui/src/files-dock-widget.h (+4/-3)
libgui/src/find-files-dialog.cc (+7/-7)
libgui/src/find-files-dialog.h (+1/-1)
libgui/src/find-files-model.cc (+2/-2)
libgui/src/find-files-model.h (+1/-1)
libgui/src/history-dock-widget.cc (+111/-15)
libgui/src/history-dock-widget.h (+13/-2)
libgui/src/icons/icons_license (+61/-379)
libgui/src/m-editor/file-editor-interface.h (+8/-3)
libgui/src/m-editor/file-editor-tab.cc (+820/-213)
libgui/src/m-editor/file-editor-tab.h (+50/-15)
libgui/src/m-editor/file-editor.cc (+982/-484)
libgui/src/m-editor/file-editor.h (+154/-39)
libgui/src/m-editor/find-dialog.cc (+173/-71)
libgui/src/m-editor/find-dialog.h (+12/-1)
libgui/src/m-editor/octave-qscintilla.cc (+116/-20)
libgui/src/m-editor/octave-qscintilla.h (+10/-1)
libgui/src/m-editor/octave-txt-lexer.cc (+59/-0)
libgui/src/m-editor/octave-txt-lexer.h (+44/-0)
libgui/src/main-window.cc (+885/-694)
libgui/src/main-window.h (+100/-31)
libgui/src/module.mk (+46/-41)
libgui/src/octave-cmd.cc (+82/-0)
libgui/src/octave-cmd.h (+72/-0)
libgui/src/octave-dock-widget.cc (+260/-26)
libgui/src/octave-dock-widget.h (+38/-14)
libgui/src/octave-gui.cc (+39/-29)
libgui/src/octave-gui.h (+1/-1)
libgui/src/octave-interpreter.cc (+4/-2)
libgui/src/octave-interpreter.h (+6/-2)
libgui/src/octave-qt-link.cc (+130/-33)
libgui/src/octave-qt-link.h (+28/-10)
libgui/src/qtinfo/parser.cc (+79/-33)
libgui/src/qtinfo/parser.h (+7/-7)
libgui/src/qtinfo/webinfo.cc (+41/-9)
libgui/src/qtinfo/webinfo.h (+4/-3)
libgui/src/resource-manager.cc (+27/-6)
libgui/src/resource-manager.h (+11/-1)
libgui/src/resource.qrc (+45/-51)
libgui/src/settings-dialog.cc (+405/-50)
libgui/src/settings-dialog.h (+27/-2)
libgui/src/settings-dialog.ui (+2615/-1313)
libgui/src/shortcut-manager.cc (+749/-0)
libgui/src/shortcut-manager.h (+202/-0)
libgui/src/terminal-dock-widget.cc (+2/-2)
libgui/src/terminal-dock-widget.h (+2/-2)
libgui/src/thread-manager.cc (+1/-1)
libgui/src/thread-manager.h (+1/-1)
libgui/src/welcome-wizard.cc (+223/-213)
libgui/src/welcome-wizard.h (+2/-2)
libgui/src/workspace-model.cc (+5/-8)
libgui/src/workspace-model.h (+3/-2)
libgui/src/workspace-view.cc (+164/-42)
libgui/src/workspace-view.h (+17/-2)
libinterp/DOCSTRINGS (+3502/-1969)
libinterp/Makefile.am (+59/-40)
libinterp/Makefile.in (+885/-619)
libinterp/builtin-defun-decls.h (+43/-9)
libinterp/builtins.h (+1/-1)
libinterp/corefcn/Cell.cc (+13/-1)
libinterp/corefcn/Cell.h (+1/-2)
libinterp/corefcn/__contourc__.cc (+5/-5)
libinterp/corefcn/__dispatch__.cc (+1/-1)
libinterp/corefcn/__dsearchn__.cc (+115/-0)
libinterp/corefcn/__ichol__.cc (+519/-0)
libinterp/corefcn/__ilu__.cc (+1108/-0)
libinterp/corefcn/__lin_interpn__.cc (+1/-1)
libinterp/corefcn/__pchip_deriv__.cc (+18/-19)
libinterp/corefcn/__qp__.cc (+1/-1)
libinterp/corefcn/balance.cc (+7/-3)
libinterp/corefcn/besselj.cc (+35/-13)
libinterp/corefcn/betainc.cc (+12/-10)
libinterp/corefcn/bitfcns.cc (+104/-41)
libinterp/corefcn/bsxfun.cc (+19/-17)
libinterp/corefcn/c-file-ptr-stream.cc (+1/-1)
libinterp/corefcn/c-file-ptr-stream.h (+2/-2)
libinterp/corefcn/cdisplay.c (+164/-0)
libinterp/corefcn/cdisplay.h (+38/-0)
libinterp/corefcn/cellfun.cc (+42/-28)
libinterp/corefcn/colloc.cc (+5/-5)
libinterp/corefcn/comment-list.cc (+1/-1)
libinterp/corefcn/comment-list.h (+1/-1)
libinterp/corefcn/conv2.cc (+9/-7)
libinterp/corefcn/cutils.c (+1/-6)
libinterp/corefcn/cutils.h (+1/-4)
libinterp/corefcn/daspk.cc (+1/-1)
libinterp/corefcn/dasrt.cc (+1/-1)
libinterp/corefcn/dassl.cc (+1/-1)
libinterp/corefcn/data.cc (+869/-314)
libinterp/corefcn/data.h (+1/-1)
libinterp/corefcn/debug.cc (+256/-148)
libinterp/corefcn/debug.h (+6/-5)
libinterp/corefcn/defaults.cc (+21/-12)
libinterp/corefcn/defaults.in.h (+6/-1)
libinterp/corefcn/defun-dld.h (+1/-1)
libinterp/corefcn/defun-int.h (+2/-2)
libinterp/corefcn/defun.cc (+1/-1)
libinterp/corefcn/defun.h (+1/-1)
libinterp/corefcn/det.cc (+5/-5)
libinterp/corefcn/dirfns.cc (+33/-24)
libinterp/corefcn/dirfns.h (+1/-1)
libinterp/corefcn/display.cc (+11/-126)
libinterp/corefcn/display.h (+1/-1)
libinterp/corefcn/dlmread.cc (+27/-16)
libinterp/corefcn/dot.cc (+48/-15)
libinterp/corefcn/dynamic-ld.cc (+1/-1)
libinterp/corefcn/dynamic-ld.h (+1/-1)
libinterp/corefcn/eig.cc (+4/-4)
libinterp/corefcn/ellipj.cc (+11/-2)
libinterp/corefcn/error.cc (+354/-219)
libinterp/corefcn/error.h (+4/-3)
libinterp/corefcn/event-queue.h (+1/-1)
libinterp/corefcn/fft.cc (+1/-1)
libinterp/corefcn/fft2.cc (+9/-11)
libinterp/corefcn/fftn.cc (+13/-13)
libinterp/corefcn/file-io.cc (+349/-207)
libinterp/corefcn/file-io.h (+1/-1)
libinterp/corefcn/filter.cc (+12/-10)
libinterp/corefcn/find.cc (+70/-75)
libinterp/corefcn/gammainc.cc (+11/-12)
libinterp/corefcn/gcd.cc (+47/-29)
libinterp/corefcn/getgrent.cc (+13/-5)
libinterp/corefcn/getpwent.cc (+15/-7)
libinterp/corefcn/getrusage.cc (+6/-5)
libinterp/corefcn/givens.cc (+19/-22)
libinterp/corefcn/gl-render.cc (+418/-264)
libinterp/corefcn/gl-render.h (+39/-29)
libinterp/corefcn/gl2ps-renderer.cc (+165/-44)
libinterp/corefcn/gl2ps-renderer.h (+17/-6)
libinterp/corefcn/graphics-props.cc (+757/-57)
libinterp/corefcn/graphics.cc (+1868/-291)
libinterp/corefcn/graphics.in.h (+591/-176)
libinterp/corefcn/gripes.cc (+11/-3)
libinterp/corefcn/gripes.h (+5/-1)
libinterp/corefcn/help.cc (+151/-128)
libinterp/corefcn/help.h (+1/-1)
libinterp/corefcn/hess.cc (+4/-3)
libinterp/corefcn/hex2num.cc (+9/-7)
libinterp/corefcn/hook-fcn.cc (+1/-1)
libinterp/corefcn/hook-fcn.h (+1/-1)
libinterp/corefcn/input.cc (+119/-73)
libinterp/corefcn/input.h (+3/-2)
libinterp/corefcn/inv.cc (+13/-12)
libinterp/corefcn/jit-ir.cc (+1/-1)
libinterp/corefcn/jit-ir.h (+2/-2)
libinterp/corefcn/jit-typeinfo.cc (+11/-3)
libinterp/corefcn/jit-typeinfo.h (+4/-4)
libinterp/corefcn/jit-util.cc (+1/-1)
libinterp/corefcn/jit-util.h (+8/-1)
libinterp/corefcn/kron.cc (+45/-43)
libinterp/corefcn/load-path.cc (+400/-157)
libinterp/corefcn/load-path.h (+245/-86)
libinterp/corefcn/load-save.cc (+65/-65)
libinterp/corefcn/load-save.h (+1/-3)
libinterp/corefcn/lookup.cc (+14/-11)
libinterp/corefcn/ls-ascii-helper.cc (+1/-1)
libinterp/corefcn/ls-ascii-helper.h (+1/-1)
libinterp/corefcn/ls-hdf5.cc (+15/-6)
libinterp/corefcn/ls-hdf5.h (+2/-2)
libinterp/corefcn/ls-mat-ascii.cc (+3/-3)
libinterp/corefcn/ls-mat-ascii.h (+1/-1)
libinterp/corefcn/ls-mat4.cc (+19/-13)
libinterp/corefcn/ls-mat4.h (+1/-1)
libinterp/corefcn/ls-mat5.cc (+32/-28)
libinterp/corefcn/ls-mat5.h (+1/-1)
libinterp/corefcn/ls-oct-ascii.cc (+3/-3)
libinterp/corefcn/ls-oct-ascii.h (+1/-1)
libinterp/corefcn/ls-oct-binary.cc (+2/-2)
libinterp/corefcn/ls-oct-binary.h (+1/-1)
libinterp/corefcn/ls-utils.cc (+1/-1)
libinterp/corefcn/ls-utils.h (+1/-1)
libinterp/corefcn/lsode.cc (+4/-2)
libinterp/corefcn/lu.cc (+96/-81)
libinterp/corefcn/luinc.cc (+7/-5)
libinterp/corefcn/mappers.cc (+198/-77)
libinterp/corefcn/matherr.c (+1/-1)
libinterp/corefcn/matrix_type.cc (+28/-23)
libinterp/corefcn/max.cc (+386/-79)
libinterp/corefcn/md5sum.cc (+14/-22)
libinterp/corefcn/mex.cc (+2/-2)
libinterp/corefcn/mex.h (+1/-1)
libinterp/corefcn/mexproto.h (+1/-1)
libinterp/corefcn/mgorth.cc (+4/-3)
libinterp/corefcn/module.mk (+38/-16)
libinterp/corefcn/mxarray.in.h (+1/-1)
libinterp/corefcn/nproc.cc (+22/-3)
libinterp/corefcn/oct-errno.h (+1/-1)
libinterp/corefcn/oct-errno.in.cc (+1/-1)
libinterp/corefcn/oct-fstrm.cc (+2/-2)
libinterp/corefcn/oct-fstrm.h (+2/-2)
libinterp/corefcn/oct-handle.h (+1/-1)
libinterp/corefcn/oct-hdf5-id.cc (+56/-0)
libinterp/corefcn/oct-hdf5-id.h (+30/-0)
libinterp/corefcn/oct-hdf5.h (+6/-2)
libinterp/corefcn/oct-hist.cc (+28/-20)
libinterp/corefcn/oct-hist.h (+1/-1)
libinterp/corefcn/oct-iostrm.cc (+4/-4)
libinterp/corefcn/oct-iostrm.h (+4/-4)
libinterp/corefcn/oct-lvalue.cc (+1/-1)
libinterp/corefcn/oct-lvalue.h (+1/-1)
libinterp/corefcn/oct-map.cc (+8/-481)
libinterp/corefcn/oct-map.h (+1/-188)
libinterp/corefcn/oct-obj.cc (+3/-3)
libinterp/corefcn/oct-obj.h (+10/-6)
libinterp/corefcn/oct-prcstrm.cc (+1/-1)
libinterp/corefcn/oct-prcstrm.h (+1/-1)
libinterp/corefcn/oct-procbuf.cc (+1/-1)
libinterp/corefcn/oct-procbuf.h (+1/-1)
libinterp/corefcn/oct-stdstrm.h (+2/-2)
libinterp/corefcn/oct-stream.cc (+406/-207)
libinterp/corefcn/oct-stream.h (+8/-4)
libinterp/corefcn/oct-strstrm.cc (+1/-1)
libinterp/corefcn/oct-strstrm.h (+3/-3)
libinterp/corefcn/oct-tex-lexer.cc (+167/-160)
libinterp/corefcn/oct-tex-lexer.in.ll (+34/-1)
libinterp/corefcn/oct-tex-lexer.ll (+34/-1)
libinterp/corefcn/oct-tex-parser.cc (+124/-115)
libinterp/corefcn/oct-tex-parser.h (+23/-15)
libinterp/corefcn/oct-tex-parser.in.yy (+220/-0)
libinterp/corefcn/oct-tex-parser.yy (+4/-3)
libinterp/corefcn/oct-tex-symbols.cc (+1/-1)
libinterp/corefcn/oct-tex-symbols.in (+11/-9)
libinterp/corefcn/oct.h (+1/-1)
libinterp/corefcn/octave-default-image.h (+282/-0)
libinterp/corefcn/octave-link.cc (+7/-6)
libinterp/corefcn/octave-link.h (+24/-13)
libinterp/corefcn/ordschur.cc (+259/-0)
libinterp/corefcn/pager.cc (+42/-18)
libinterp/corefcn/pager.h (+1/-1)
libinterp/corefcn/pinv.cc (+53/-13)
libinterp/corefcn/pr-output.cc (+187/-62)
libinterp/corefcn/pr-output.h (+1/-1)
libinterp/corefcn/procstream.cc (+1/-1)
libinterp/corefcn/procstream.h (+3/-2)
libinterp/corefcn/profiler.cc (+6/-28)
libinterp/corefcn/profiler.h (+33/-7)
libinterp/corefcn/pt-jit.cc (+270/-42)
libinterp/corefcn/pt-jit.h (+8/-1)
libinterp/corefcn/quad.cc (+18/-13)
libinterp/corefcn/quadcc.cc (+36/-34)
libinterp/corefcn/qz.cc (+21/-20)
libinterp/corefcn/rand.cc (+70/-65)
libinterp/corefcn/rcond.cc (+5/-3)
libinterp/corefcn/regexp.cc (+31/-29)
libinterp/corefcn/schur.cc (+30/-27)
libinterp/corefcn/sighandlers.cc (+10/-7)
libinterp/corefcn/sighandlers.h (+1/-1)
libinterp/corefcn/siglist.c (+1/-1)
libinterp/corefcn/siglist.h (+1/-1)
libinterp/corefcn/sparse-xdiv.cc (+5/-5)
libinterp/corefcn/sparse-xdiv.h (+1/-1)
libinterp/corefcn/sparse-xpow.cc (+1/-1)
libinterp/corefcn/sparse-xpow.h (+1/-1)
libinterp/corefcn/sparse.cc (+7/-6)
libinterp/corefcn/spparms.cc (+22/-11)
libinterp/corefcn/sqrtm.cc (+4/-3)
libinterp/corefcn/str2double.cc (+12/-11)
libinterp/corefcn/strfind.cc (+64/-34)
libinterp/corefcn/strfns.cc (+47/-49)
libinterp/corefcn/sub2ind.cc (+6/-5)
libinterp/corefcn/svd.cc (+4/-3)
libinterp/corefcn/syl.cc (+0/-218)
libinterp/corefcn/sylvester.cc (+230/-0)
libinterp/corefcn/symtab.cc (+185/-74)
libinterp/corefcn/symtab.h (+33/-4)
libinterp/corefcn/syscalls.cc (+146/-123)
libinterp/corefcn/sysdep.cc (+167/-37)
libinterp/corefcn/sysdep.h (+1/-1)
libinterp/corefcn/time.cc (+57/-26)
libinterp/corefcn/toplev.cc (+222/-170)
libinterp/corefcn/toplev.h (+123/-66)
libinterp/corefcn/tril.cc (+21/-16)
libinterp/corefcn/tsearch.cc (+184/-0)
libinterp/corefcn/txt-eng-ft.cc (+5/-4)
libinterp/corefcn/txt-eng-ft.h (+2/-2)
libinterp/corefcn/txt-eng.cc (+1/-1)
libinterp/corefcn/txt-eng.h (+1/-1)
libinterp/corefcn/typecast.cc (+36/-22)
libinterp/corefcn/urlwrite.cc (+63/-56)
libinterp/corefcn/utils.cc (+178/-68)
libinterp/corefcn/utils.h (+6/-1)
libinterp/corefcn/variables.cc (+251/-144)
libinterp/corefcn/variables.h (+1/-1)
libinterp/corefcn/workspace-element.h (+1/-1)
libinterp/corefcn/xdiv.cc (+21/-11)
libinterp/corefcn/xdiv.h (+1/-1)
libinterp/corefcn/xnorm.cc (+1/-1)
libinterp/corefcn/xnorm.h (+1/-1)
libinterp/corefcn/xpow.cc (+3/-5)
libinterp/corefcn/xpow.h (+1/-1)
libinterp/corefcn/zfstream.cc (+2/-2)
libinterp/corefcn/zfstream.h (+3/-3)
libinterp/dldfcn/__delaunayn__.cc (+5/-2)
libinterp/dldfcn/__dsearchn__.cc (+0/-115)
libinterp/dldfcn/__eigs__.cc (+5/-5)
libinterp/dldfcn/__fltk_uigetfile__.cc (+5/-4)
libinterp/dldfcn/__glpk__.cc (+4/-3)
libinterp/dldfcn/__init_fltk__.cc (+842/-712)
libinterp/dldfcn/__init_gnuplot__.cc (+49/-4)
libinterp/dldfcn/__magick_read__.cc (+20/-17)
libinterp/dldfcn/__osmesa_print__.cc (+297/-0)
libinterp/dldfcn/__voronoi__.cc (+4/-3)
libinterp/dldfcn/amd.cc (+37/-20)
libinterp/dldfcn/audiodevinfo.cc (+3269/-0)
libinterp/dldfcn/audioread.cc (+568/-0)
libinterp/dldfcn/ccolamd.cc (+43/-39)
libinterp/dldfcn/chol.cc (+22/-17)
libinterp/dldfcn/colamd.cc (+26/-24)
libinterp/dldfcn/config-module.awk (+4/-13)
libinterp/dldfcn/convhulln.cc (+7/-4)
libinterp/dldfcn/dmperm.cc (+13/-10)
libinterp/dldfcn/fftw.cc (+207/-180)
libinterp/dldfcn/module-files (+5/-4)
libinterp/dldfcn/module.mk (+46/-192)
libinterp/dldfcn/oct-qhull.h (+1/-1)
libinterp/dldfcn/qr.cc (+34/-36)
libinterp/dldfcn/symbfact.cc (+7/-6)
libinterp/dldfcn/symrcm.cc (+19/-17)
libinterp/dldfcn/tsearch.cc (+0/-186)
libinterp/gendoc.pl (+2/-2)
libinterp/genprops.awk (+46/-21)
libinterp/mk-errno-list (+4/-4)
libinterp/mk-pkg-add (+5/-5)
libinterp/mkbuiltins (+4/-4)
libinterp/mkdefs (+4/-4)
libinterp/mkops (+4/-4)
libinterp/oct-conf.in.h (+33/-17)
libinterp/octave-value/module.mk (+8/-4)
libinterp/octave-value/ov-base-diag.cc (+23/-7)
libinterp/octave-value/ov-base-diag.h (+5/-3)
libinterp/octave-value/ov-base-int.cc (+42/-18)
libinterp/octave-value/ov-base-int.h (+15/-18)
libinterp/octave-value/ov-base-mat.cc (+10/-4)
libinterp/octave-value/ov-base-mat.h (+2/-2)
libinterp/octave-value/ov-base-scalar.cc (+13/-3)
libinterp/octave-value/ov-base-scalar.h (+4/-3)
libinterp/octave-value/ov-base-sparse.cc (+61/-19)
libinterp/octave-value/ov-base-sparse.h (+4/-2)
libinterp/octave-value/ov-base.cc (+132/-10)
libinterp/octave-value/ov-base.h (+28/-10)
libinterp/octave-value/ov-bool-mat.cc (+24/-14)
libinterp/octave-value/ov-bool-mat.h (+15/-17)
libinterp/octave-value/ov-bool-sparse.cc (+35/-22)
libinterp/octave-value/ov-bool-sparse.h (+7/-9)
libinterp/octave-value/ov-bool.cc (+20/-10)
libinterp/octave-value/ov-bool.h (+4/-8)
libinterp/octave-value/ov-builtin.cc (+2/-3)
libinterp/octave-value/ov-builtin.h (+1/-2)
libinterp/octave-value/ov-cell.cc (+32/-21)
libinterp/octave-value/ov-cell.h (+4/-8)
libinterp/octave-value/ov-ch-mat.cc (+2/-2)
libinterp/octave-value/ov-ch-mat.h (+7/-8)
libinterp/octave-value/ov-class.cc (+181/-155)
libinterp/octave-value/ov-class.h (+7/-9)
libinterp/octave-value/ov-classdef.cc (+4082/-0)
libinterp/octave-value/ov-classdef.h (+1688/-0)
libinterp/octave-value/ov-colon.cc (+2/-2)
libinterp/octave-value/ov-colon.h (+3/-3)
libinterp/octave-value/ov-complex.cc (+23/-12)
libinterp/octave-value/ov-complex.h (+4/-8)
libinterp/octave-value/ov-cs-list.cc (+1/-2)
libinterp/octave-value/ov-cs-list.h (+1/-3)
libinterp/octave-value/ov-cx-diag.cc (+3/-3)
libinterp/octave-value/ov-cx-diag.h (+1/-2)
libinterp/octave-value/ov-cx-mat.cc (+40/-16)
libinterp/octave-value/ov-cx-mat.h (+5/-7)
libinterp/octave-value/ov-cx-sparse.cc (+35/-22)
libinterp/octave-value/ov-cx-sparse.h (+3/-7)
libinterp/octave-value/ov-dld-fcn.cc (+1/-2)
libinterp/octave-value/ov-dld-fcn.h (+1/-2)
libinterp/octave-value/ov-fcn-handle.cc (+37/-22)
libinterp/octave-value/ov-fcn-handle.h (+6/-10)
libinterp/octave-value/ov-fcn-inline.cc (+47/-35)
libinterp/octave-value/ov-fcn-inline.h (+6/-10)
libinterp/octave-value/ov-fcn.cc (+1/-2)
libinterp/octave-value/ov-fcn.h (+26/-4)
libinterp/octave-value/ov-float.cc (+44/-10)
libinterp/octave-value/ov-float.h (+4/-8)
libinterp/octave-value/ov-flt-complex.cc (+25/-13)
libinterp/octave-value/ov-flt-complex.h (+3/-7)
libinterp/octave-value/ov-flt-cx-diag.cc (+3/-3)
libinterp/octave-value/ov-flt-cx-diag.h (+1/-2)
libinterp/octave-value/ov-flt-cx-mat.cc (+25/-15)
libinterp/octave-value/ov-flt-cx-mat.h (+3/-7)
libinterp/octave-value/ov-flt-re-diag.cc (+3/-3)
libinterp/octave-value/ov-flt-re-diag.h (+1/-2)
libinterp/octave-value/ov-flt-re-mat.cc (+48/-15)
libinterp/octave-value/ov-flt-re-mat.h (+7/-9)
libinterp/octave-value/ov-int-traits.h (+1/-1)
libinterp/octave-value/ov-int16.cc (+2/-7)
libinterp/octave-value/ov-int16.h (+1/-1)
libinterp/octave-value/ov-int32.cc (+2/-7)
libinterp/octave-value/ov-int32.h (+1/-1)
libinterp/octave-value/ov-int64.cc (+2/-7)
libinterp/octave-value/ov-int64.h (+1/-1)
libinterp/octave-value/ov-int8.cc (+2/-7)
libinterp/octave-value/ov-int8.h (+1/-1)
libinterp/octave-value/ov-intx.h (+18/-7)
libinterp/octave-value/ov-java.cc (+205/-105)
libinterp/octave-value/ov-java.h (+7/-4)
libinterp/octave-value/ov-lazy-idx.cc (+7/-1)
libinterp/octave-value/ov-lazy-idx.h (+5/-6)
libinterp/octave-value/ov-mex-fcn.cc (+4/-3)
libinterp/octave-value/ov-mex-fcn.h (+1/-2)
libinterp/octave-value/ov-null-mat.cc (+6/-4)
libinterp/octave-value/ov-null-mat.h (+1/-1)
libinterp/octave-value/ov-oncleanup.cc (+9/-13)
libinterp/octave-value/ov-oncleanup.h (+6/-8)
libinterp/octave-value/ov-perm.cc (+28/-19)
libinterp/octave-value/ov-perm.h (+5/-4)
libinterp/octave-value/ov-range.cc (+48/-16)
libinterp/octave-value/ov-range.h (+7/-12)
libinterp/octave-value/ov-re-diag.cc (+3/-3)
libinterp/octave-value/ov-re-diag.h (+1/-2)
libinterp/octave-value/ov-re-mat.cc (+50/-23)
libinterp/octave-value/ov-re-mat.h (+4/-8)
libinterp/octave-value/ov-re-sparse.cc (+34/-22)
libinterp/octave-value/ov-re-sparse.h (+4/-8)
libinterp/octave-value/ov-scalar.cc (+45/-17)
libinterp/octave-value/ov-scalar.h (+4/-8)
libinterp/octave-value/ov-str-mat.cc (+23/-14)
libinterp/octave-value/ov-str-mat.h (+3/-7)
libinterp/octave-value/ov-struct.cc (+75/-51)
libinterp/octave-value/ov-struct.h (+7/-14)
libinterp/octave-value/ov-type-conv.h (+1/-1)
libinterp/octave-value/ov-typeinfo.cc (+4/-3)
libinterp/octave-value/ov-typeinfo.h (+1/-1)
libinterp/octave-value/ov-uint16.cc (+2/-7)
libinterp/octave-value/ov-uint16.h (+1/-1)
libinterp/octave-value/ov-uint32.cc (+2/-7)
libinterp/octave-value/ov-uint32.h (+1/-1)
libinterp/octave-value/ov-uint64.cc (+2/-7)
libinterp/octave-value/ov-uint64.h (+1/-1)
libinterp/octave-value/ov-uint8.cc (+2/-7)
libinterp/octave-value/ov-uint8.h (+1/-1)
libinterp/octave-value/ov-usr-fcn.cc (+84/-39)
libinterp/octave-value/ov-usr-fcn.h (+21/-8)
libinterp/octave-value/ov.cc (+294/-58)
libinterp/octave-value/ov.h (+41/-18)
libinterp/octave.cc (+101/-71)
libinterp/octave.h (+1/-1)
libinterp/operators/module.mk (+2/-1)
libinterp/operators/op-b-b.cc (+6/-1)
libinterp/operators/op-b-bm.cc (+1/-1)
libinterp/operators/op-b-sbm.cc (+1/-1)
libinterp/operators/op-bm-b.cc (+1/-1)
libinterp/operators/op-bm-bm.cc (+1/-1)
libinterp/operators/op-bm-sbm.cc (+1/-1)
libinterp/operators/op-cdm-cdm.cc (+1/-1)
libinterp/operators/op-cdm-cm.cc (+1/-1)
libinterp/operators/op-cdm-cs.cc (+1/-1)
libinterp/operators/op-cdm-dm.cc (+1/-1)
libinterp/operators/op-cdm-m.cc (+1/-1)
libinterp/operators/op-cdm-s.cc (+1/-1)
libinterp/operators/op-cell.cc (+1/-1)
libinterp/operators/op-chm.cc (+1/-1)
libinterp/operators/op-class.cc (+1/-1)
libinterp/operators/op-cm-cdm.cc (+1/-1)
libinterp/operators/op-cm-cm.cc (+1/-1)
libinterp/operators/op-cm-cs.cc (+1/-1)
libinterp/operators/op-cm-dm.cc (+1/-1)
libinterp/operators/op-cm-m.cc (+1/-1)
libinterp/operators/op-cm-pm.cc (+1/-1)
libinterp/operators/op-cm-s.cc (+1/-1)
libinterp/operators/op-cm-scm.cc (+1/-1)
libinterp/operators/op-cm-sm.cc (+3/-3)
libinterp/operators/op-cs-cm.cc (+1/-1)
libinterp/operators/op-cs-cs.cc (+1/-1)
libinterp/operators/op-cs-m.cc (+1/-1)
libinterp/operators/op-cs-s.cc (+1/-1)
libinterp/operators/op-cs-scm.cc (+1/-1)
libinterp/operators/op-cs-sm.cc (+1/-1)
libinterp/operators/op-dm-cdm.cc (+1/-1)
libinterp/operators/op-dm-cm.cc (+1/-1)
libinterp/operators/op-dm-cs.cc (+1/-1)
libinterp/operators/op-dm-dm.cc (+1/-1)
libinterp/operators/op-dm-m.cc (+1/-1)
libinterp/operators/op-dm-s.cc (+1/-1)
libinterp/operators/op-dm-scm.cc (+10/-1)
libinterp/operators/op-dm-sm.cc (+1/-1)
libinterp/operators/op-dm-template.cc (+5/-1)
libinterp/operators/op-dms-template.cc (+1/-1)
libinterp/operators/op-double-conv.cc (+1/-1)
libinterp/operators/op-fcdm-fcdm.cc (+1/-1)
libinterp/operators/op-fcdm-fcm.cc (+1/-1)
libinterp/operators/op-fcdm-fcs.cc (+1/-1)
libinterp/operators/op-fcdm-fdm.cc (+1/-1)
libinterp/operators/op-fcdm-fm.cc (+1/-1)
libinterp/operators/op-fcdm-fs.cc (+1/-1)
libinterp/operators/op-fcm-fcdm.cc (+1/-1)
libinterp/operators/op-fcm-fcm.cc (+1/-1)
libinterp/operators/op-fcm-fcs.cc (+3/-3)
libinterp/operators/op-fcm-fdm.cc (+1/-1)
libinterp/operators/op-fcm-fm.cc (+1/-1)
libinterp/operators/op-fcm-fs.cc (+2/-3)
libinterp/operators/op-fcm-pm.cc (+1/-1)
libinterp/operators/op-fcn.cc (+1/-1)
libinterp/operators/op-fcs-fcm.cc (+3/-3)
libinterp/operators/op-fcs-fcs.cc (+9/-9)
libinterp/operators/op-fcs-fm.cc (+5/-7)
libinterp/operators/op-fcs-fs.cc (+5/-7)
libinterp/operators/op-fdm-fcdm.cc (+1/-1)
libinterp/operators/op-fdm-fcm.cc (+1/-1)
libinterp/operators/op-fdm-fcs.cc (+1/-1)
libinterp/operators/op-fdm-fdm.cc (+1/-1)
libinterp/operators/op-fdm-fm.cc (+1/-1)
libinterp/operators/op-fdm-fs.cc (+1/-1)
libinterp/operators/op-float-conv.cc (+1/-1)
libinterp/operators/op-fm-fcdm.cc (+1/-1)
libinterp/operators/op-fm-fcm.cc (+1/-1)
libinterp/operators/op-fm-fcs.cc (+3/-3)
libinterp/operators/op-fm-fdm.cc (+1/-1)
libinterp/operators/op-fm-fm.cc (+1/-1)
libinterp/operators/op-fm-fs.cc (+1/-1)
libinterp/operators/op-fm-pm.cc (+1/-1)
libinterp/operators/op-fs-fcm.cc (+1/-1)
libinterp/operators/op-fs-fcs.cc (+5/-7)
libinterp/operators/op-fs-fm.cc (+1/-1)
libinterp/operators/op-fs-fs.cc (+1/-1)
libinterp/operators/op-i16-i16.cc (+10/-1)
libinterp/operators/op-i32-i32.cc (+10/-1)
libinterp/operators/op-i64-i64.cc (+10/-1)
libinterp/operators/op-i8-i8.cc (+10/-1)
libinterp/operators/op-int-concat.cc (+1/-1)
libinterp/operators/op-int-conv.cc (+1/-1)
libinterp/operators/op-int.h (+6/-3)
libinterp/operators/op-m-cdm.cc (+1/-1)
libinterp/operators/op-m-cm.cc (+1/-1)
libinterp/operators/op-m-cs.cc (+1/-1)
libinterp/operators/op-m-dm.cc (+1/-1)
libinterp/operators/op-m-m.cc (+1/-1)
libinterp/operators/op-m-pm.cc (+1/-1)
libinterp/operators/op-m-s.cc (+1/-1)
libinterp/operators/op-m-scm.cc (+1/-1)
libinterp/operators/op-m-sm.cc (+1/-1)
libinterp/operators/op-pm-cm.cc (+1/-1)
libinterp/operators/op-pm-fcm.cc (+1/-1)
libinterp/operators/op-pm-fm.cc (+1/-1)
libinterp/operators/op-pm-m.cc (+1/-1)
libinterp/operators/op-pm-pm.cc (+1/-1)
libinterp/operators/op-pm-scm.cc (+1/-1)
libinterp/operators/op-pm-sm.cc (+1/-54)
libinterp/operators/op-pm-template.cc (+5/-1)
libinterp/operators/op-range.cc (+1/-1)
libinterp/operators/op-s-cm.cc (+1/-1)
libinterp/operators/op-s-cs.cc (+1/-1)
libinterp/operators/op-s-m.cc (+1/-1)
libinterp/operators/op-s-s.cc (+1/-1)
libinterp/operators/op-s-scm.cc (+1/-1)
libinterp/operators/op-s-sm.cc (+1/-1)
libinterp/operators/op-sbm-b.cc (+1/-1)
libinterp/operators/op-sbm-bm.cc (+1/-1)
libinterp/operators/op-sbm-sbm.cc (+2/-2)
libinterp/operators/op-scm-cm.cc (+1/-1)
libinterp/operators/op-scm-cs.cc (+1/-1)
libinterp/operators/op-scm-m.cc (+1/-1)
libinterp/operators/op-scm-s.cc (+1/-1)
libinterp/operators/op-scm-scm.cc (+1/-1)
libinterp/operators/op-scm-sm.cc (+1/-1)
libinterp/operators/op-sm-cm.cc (+1/-1)
libinterp/operators/op-sm-cs.cc (+1/-1)
libinterp/operators/op-sm-m.cc (+1/-1)
libinterp/operators/op-sm-s.cc (+1/-1)
libinterp/operators/op-sm-scm.cc (+1/-1)
libinterp/operators/op-sm-sm.cc (+1/-1)
libinterp/operators/op-str-m.cc (+1/-1)
libinterp/operators/op-str-s.cc (+1/-1)
libinterp/operators/op-str-str.cc (+1/-1)
libinterp/operators/op-struct.cc (+1/-1)
libinterp/operators/op-ui16-ui16.cc (+10/-1)
libinterp/operators/op-ui32-ui32.cc (+10/-1)
libinterp/operators/op-ui64-ui64.cc (+10/-1)
libinterp/operators/op-ui8-ui8.cc (+10/-1)
libinterp/operators/ops.h (+1/-1)
libinterp/options-usage.h (+3/-2)
libinterp/parse-tree/lex.cc (+1090/-1011)
libinterp/parse-tree/lex.h (+35/-17)
libinterp/parse-tree/lex.ll (+391/-237)
libinterp/parse-tree/module.mk (+11/-18)
libinterp/parse-tree/oct-gperf.h (+99/-103)
libinterp/parse-tree/oct-parse.cc (+2580/-2075)
libinterp/parse-tree/oct-parse.h (+56/-33)
libinterp/parse-tree/oct-parse.in.yy (+968/-357)
libinterp/parse-tree/oct-parse.yy (+969/-358)
libinterp/parse-tree/octave.gperf (+2/-4)
libinterp/parse-tree/parse.h (+71/-4)
libinterp/parse-tree/pt-all.h (+3/-1)
libinterp/parse-tree/pt-arg-list.cc (+2/-2)
libinterp/parse-tree/pt-arg-list.h (+1/-1)
libinterp/parse-tree/pt-array-list.cc (+1/-1)
libinterp/parse-tree/pt-array-list.h (+1/-1)
libinterp/parse-tree/pt-assign.cc (+1/-1)
libinterp/parse-tree/pt-assign.h (+1/-1)
libinterp/parse-tree/pt-binop.cc (+27/-5)
libinterp/parse-tree/pt-binop.h (+17/-15)
libinterp/parse-tree/pt-bp.cc (+7/-1)
libinterp/parse-tree/pt-bp.h (+3/-1)
libinterp/parse-tree/pt-cbinop.cc (+46/-2)
libinterp/parse-tree/pt-cbinop.h (+7/-1)
libinterp/parse-tree/pt-cell.cc (+12/-5)
libinterp/parse-tree/pt-cell.h (+1/-1)
libinterp/parse-tree/pt-check.cc (+6/-1)
libinterp/parse-tree/pt-check.h (+3/-1)
libinterp/parse-tree/pt-classdef.cc (+259/-0)
libinterp/parse-tree/pt-classdef.h (+653/-0)
libinterp/parse-tree/pt-cmd.cc (+1/-1)
libinterp/parse-tree/pt-cmd.h (+1/-1)
libinterp/parse-tree/pt-colon.cc (+3/-85)
libinterp/parse-tree/pt-colon.h (+1/-10)
libinterp/parse-tree/pt-const.cc (+1/-2)
libinterp/parse-tree/pt-const.h (+1/-3)
libinterp/parse-tree/pt-decl.cc (+1/-1)
libinterp/parse-tree/pt-decl.h (+1/-1)
libinterp/parse-tree/pt-eval.cc (+31/-24)
libinterp/parse-tree/pt-eval.h (+5/-1)
libinterp/parse-tree/pt-except.cc (+1/-1)
libinterp/parse-tree/pt-except.h (+1/-1)
libinterp/parse-tree/pt-exp.cc (+1/-1)
libinterp/parse-tree/pt-exp.h (+22/-11)
libinterp/parse-tree/pt-fcn-handle.cc (+1/-1)
libinterp/parse-tree/pt-fcn-handle.h (+1/-1)
libinterp/parse-tree/pt-funcall.cc (+110/-0)
libinterp/parse-tree/pt-funcall.h (+98/-0)
libinterp/parse-tree/pt-id.cc (+14/-8)
libinterp/parse-tree/pt-id.h (+2/-1)
libinterp/parse-tree/pt-idx.cc (+44/-5)
libinterp/parse-tree/pt-idx.h (+1/-1)
libinterp/parse-tree/pt-jump.cc (+1/-1)
libinterp/parse-tree/pt-jump.h (+1/-1)
libinterp/parse-tree/pt-loop.cc (+1/-1)
libinterp/parse-tree/pt-loop.h (+1/-1)
libinterp/parse-tree/pt-mat.cc (+49/-30)
libinterp/parse-tree/pt-mat.h (+1/-1)
libinterp/parse-tree/pt-misc.cc (+1/-1)
libinterp/parse-tree/pt-misc.h (+1/-1)
libinterp/parse-tree/pt-pr-code.cc (+26/-9)
libinterp/parse-tree/pt-pr-code.h (+3/-1)
libinterp/parse-tree/pt-select.cc (+2/-2)
libinterp/parse-tree/pt-select.h (+1/-1)
libinterp/parse-tree/pt-stmt.cc (+1/-1)
libinterp/parse-tree/pt-stmt.h (+1/-1)
libinterp/parse-tree/pt-unop.cc (+7/-5)
libinterp/parse-tree/pt-unop.h (+6/-1)
libinterp/parse-tree/pt-walk.h (+74/-1)
libinterp/parse-tree/pt.cc (+1/-1)
libinterp/parse-tree/pt.h (+1/-1)
libinterp/parse-tree/token.cc (+41/-60)
libinterp/parse-tree/token.h (+11/-24)
libinterp/template-inst/Array-jit.cc (+1/-1)
libinterp/template-inst/Array-os.cc (+1/-1)
libinterp/template-inst/Array-tc.cc (+1/-1)
libinterp/version.cc (+1/-1)
libinterp/version.in.h (+1/-1)
liboctave/Makefile.am (+8/-15)
liboctave/Makefile.in (+3282/-550)
liboctave/array/Array-C.cc (+6/-10)
liboctave/array/Array-b.cc (+4/-3)
liboctave/array/Array-ch.cc (+2/-2)
liboctave/array/Array-d.cc (+2/-2)
liboctave/array/Array-f.cc (+2/-2)
liboctave/array/Array-fC.cc (+6/-10)
liboctave/array/Array-i.cc (+12/-12)
liboctave/array/Array-idx-vec.cc (+1/-1)
liboctave/array/Array-s.cc (+2/-2)
liboctave/array/Array-str.cc (+2/-2)
liboctave/array/Array-util.cc (+13/-7)
liboctave/array/Array-util.h (+1/-1)
liboctave/array/Array-voidp.cc (+1/-1)
liboctave/array/Array.cc (+97/-60)
liboctave/array/Array.h (+151/-127)
liboctave/array/Array2.h (+0/-35)
liboctave/array/Array3.h (+0/-94)
liboctave/array/ArrayN.h (+0/-35)
liboctave/array/CColVector.cc (+1/-1)
liboctave/array/CColVector.h (+1/-1)
liboctave/array/CDiagMatrix.cc (+10/-7)
liboctave/array/CDiagMatrix.h (+2/-2)
liboctave/array/CMatrix.cc (+130/-203)
liboctave/array/CMatrix.h (+24/-31)
liboctave/array/CNDArray.cc (+2/-15)
liboctave/array/CNDArray.h (+1/-8)
liboctave/array/CRowVector.cc (+1/-1)
liboctave/array/CRowVector.h (+1/-1)
liboctave/array/CSparse.cc (+306/-394)
liboctave/array/CSparse.h (+5/-2)
liboctave/array/DiagArray2.cc (+3/-4)
liboctave/array/DiagArray2.h (+1/-1)
liboctave/array/MArray-C.cc (+1/-1)
liboctave/array/MArray-d.cc (+1/-1)
liboctave/array/MArray-decl.h (+1/-1)
liboctave/array/MArray-defs.h (+1/-1)
liboctave/array/MArray-f.cc (+1/-1)
liboctave/array/MArray-fC.cc (+1/-1)
liboctave/array/MArray-i.cc (+1/-1)
liboctave/array/MArray-s.cc (+1/-1)
liboctave/array/MArray.cc (+1/-1)
liboctave/array/MArray.h (+1/-7)
liboctave/array/MArray2.h (+0/-37)
liboctave/array/MArrayN.h (+0/-35)
liboctave/array/MDiagArray2.cc (+3/-2)
liboctave/array/MDiagArray2.h (+1/-1)
liboctave/array/MSparse-C.cc (+1/-1)
liboctave/array/MSparse-d.cc (+1/-1)
liboctave/array/MSparse-defs.h (+1/-1)
liboctave/array/MSparse.cc (+18/-22)
liboctave/array/MSparse.h (+1/-1)
liboctave/array/Matrix.h (+1/-1)
liboctave/array/MatrixType.cc (+114/-98)
liboctave/array/MatrixType.h (+3/-3)
liboctave/array/PermMatrix.cc (+70/-42)
liboctave/array/PermMatrix.h (+22/-30)
liboctave/array/Range.cc (+1/-1)
liboctave/array/Range.h (+2/-2)
liboctave/array/Sparse-C.cc (+1/-1)
liboctave/array/Sparse-b.cc (+1/-1)
liboctave/array/Sparse-d.cc (+1/-1)
liboctave/array/Sparse.cc (+151/-117)
liboctave/array/Sparse.h (+11/-10)
liboctave/array/boolMatrix.cc (+2/-16)
liboctave/array/boolMatrix.h (+15/-22)
liboctave/array/boolNDArray.cc (+2/-9)
liboctave/array/boolNDArray.h (+1/-8)
liboctave/array/boolSparse.cc (+14/-9)
liboctave/array/boolSparse.h (+7/-2)
liboctave/array/chMatrix.cc (+1/-70)
liboctave/array/chMatrix.h (+24/-32)
liboctave/array/chNDArray.cc (+50/-7)
liboctave/array/chNDArray.h (+12/-14)
liboctave/array/dColVector.cc (+1/-1)
liboctave/array/dColVector.h (+1/-1)
liboctave/array/dDiagMatrix.cc (+10/-7)
liboctave/array/dDiagMatrix.h (+2/-2)
liboctave/array/dMatrix.cc (+106/-186)
liboctave/array/dMatrix.h (+20/-32)
liboctave/array/dNDArray.cc (+11/-25)
liboctave/array/dNDArray.h (+1/-8)
liboctave/array/dRowVector.cc (+1/-1)
liboctave/array/dRowVector.h (+1/-1)
liboctave/array/dSparse.cc (+305/-387)
liboctave/array/dSparse.h (+10/-5)
liboctave/array/dim-vector.cc (+3/-2)
liboctave/array/dim-vector.h (+83/-52)
liboctave/array/fCColVector.cc (+1/-1)
liboctave/array/fCColVector.h (+1/-1)
liboctave/array/fCDiagMatrix.cc (+12/-9)
liboctave/array/fCDiagMatrix.h (+2/-2)
liboctave/array/fCMatrix.cc (+119/-197)
liboctave/array/fCMatrix.h (+19/-22)
liboctave/array/fCNDArray.cc (+18/-25)
liboctave/array/fCNDArray.h (+2/-9)
liboctave/array/fCRowVector.cc (+1/-1)
liboctave/array/fCRowVector.h (+1/-1)
liboctave/array/fColVector.cc (+1/-1)
liboctave/array/fColVector.h (+1/-1)
liboctave/array/fDiagMatrix.cc (+10/-7)
liboctave/array/fDiagMatrix.h (+2/-2)
liboctave/array/fMatrix.cc (+107/-199)
liboctave/array/fMatrix.h (+20/-40)
liboctave/array/fNDArray.cc (+17/-25)
liboctave/array/fNDArray.h (+2/-8)
liboctave/array/fRowVector.cc (+1/-1)
liboctave/array/fRowVector.h (+1/-1)
liboctave/array/idx-vector.cc (+25/-19)
liboctave/array/idx-vector.h (+18/-18)
liboctave/array/int16NDArray.cc (+1/-1)
liboctave/array/int16NDArray.h (+1/-1)
liboctave/array/int32NDArray.cc (+1/-1)
liboctave/array/int32NDArray.h (+1/-1)
liboctave/array/int64NDArray.cc (+1/-1)
liboctave/array/int64NDArray.h (+1/-1)
liboctave/array/int8NDArray.cc (+1/-1)
liboctave/array/int8NDArray.h (+1/-1)
liboctave/array/intNDArray.cc (+8/-1)
liboctave/array/intNDArray.h (+2/-1)
liboctave/array/module.mk (+3/-6)
liboctave/array/uint16NDArray.cc (+1/-1)
liboctave/array/uint16NDArray.h (+1/-1)
liboctave/array/uint32NDArray.cc (+1/-1)
liboctave/array/uint32NDArray.h (+1/-1)
liboctave/array/uint64NDArray.cc (+1/-1)
liboctave/array/uint64NDArray.h (+1/-1)
liboctave/array/uint8NDArray.cc (+1/-1)
liboctave/array/uint8NDArray.h (+1/-1)
liboctave/cruft/Faddeeva/Faddeeva.cc (+5/-3)
liboctave/cruft/Faddeeva/module.mk (+4/-2)
liboctave/cruft/Makefile.am (+0/-69)
liboctave/cruft/Makefile.in (+0/-4801)
liboctave/cruft/amos/module.mk (+68/-68)
liboctave/cruft/blas-xtra/cconv2.f (+1/-1)
liboctave/cruft/blas-xtra/cdotc3.f (+1/-1)
liboctave/cruft/blas-xtra/cmatm3.f (+1/-1)
liboctave/cruft/blas-xtra/csconv2.f (+1/-1)
liboctave/cruft/blas-xtra/dconv2.f (+1/-1)
liboctave/cruft/blas-xtra/ddot3.f (+1/-1)
liboctave/cruft/blas-xtra/dmatm3.f (+1/-1)
liboctave/cruft/blas-xtra/module.mk (+27/-27)
liboctave/cruft/blas-xtra/sconv2.f (+1/-1)
liboctave/cruft/blas-xtra/sdot3.f (+1/-1)
liboctave/cruft/blas-xtra/smatm3.f (+1/-1)
liboctave/cruft/blas-xtra/zconv2.f (+1/-1)
liboctave/cruft/blas-xtra/zdconv2.f (+1/-1)
liboctave/cruft/blas-xtra/zdotc3.f (+1/-1)
liboctave/cruft/blas-xtra/zmatm3.f (+1/-1)
liboctave/cruft/daspk/datv.f (+2/-2)
liboctave/cruft/daspk/dcnst0.f (+4/-4)
liboctave/cruft/daspk/dcnstr.f (+1/-1)
liboctave/cruft/daspk/ddasic.f (+7/-7)
liboctave/cruft/daspk/ddasid.f (+2/-2)
liboctave/cruft/daspk/ddasik.f (+3/-3)
liboctave/cruft/daspk/ddaspk.f (+106/-106)
liboctave/cruft/daspk/ddstp.f (+6/-6)
liboctave/cruft/daspk/ddwnrm.f (+1/-1)
liboctave/cruft/daspk/dfnrmd.f (+1/-1)
liboctave/cruft/daspk/dfnrmk.f (+1/-1)
liboctave/cruft/daspk/dhels.f (+2/-2)
liboctave/cruft/daspk/dheqr.f (+1/-1)
liboctave/cruft/daspk/dinvwt.f (+1/-1)
liboctave/cruft/daspk/dlinsd.f (+6/-6)
liboctave/cruft/daspk/dlinsk.f (+7/-7)
liboctave/cruft/daspk/dmatd.f (+1/-1)
liboctave/cruft/daspk/dnedd.f (+4/-4)
liboctave/cruft/daspk/dnedk.f (+2/-2)
liboctave/cruft/daspk/dnsd.f (+2/-2)
liboctave/cruft/daspk/dnsid.f (+4/-4)
liboctave/cruft/daspk/dnsik.f (+3/-3)
liboctave/cruft/daspk/dnsk.f (+2/-2)
liboctave/cruft/daspk/dorth.f (+2/-2)
liboctave/cruft/daspk/dslvd.f (+2/-2)
liboctave/cruft/daspk/dslvk.f (+9/-9)
liboctave/cruft/daspk/dspigm.f (+4/-4)
liboctave/cruft/daspk/dyypnw.f (+2/-2)
liboctave/cruft/daspk/module.mk (+30/-30)
liboctave/cruft/dasrt/ddasrt.f (+2/-2)
liboctave/cruft/dasrt/drchek.f (+1/-1)
liboctave/cruft/dasrt/module.mk (+5/-5)
liboctave/cruft/dassl/ddaslv.f (+2/-2)
liboctave/cruft/dassl/ddassl.f (+1/-1)
liboctave/cruft/dassl/module.mk (+10/-10)
liboctave/cruft/fftpack/module.mk (+35/-35)
liboctave/cruft/lapack-xtra/crsf2csf.f (+1/-1)
liboctave/cruft/lapack-xtra/module.mk (+11/-11)
liboctave/cruft/lapack-xtra/zrsf2csf.f (+1/-1)
liboctave/cruft/misc/blaswrap.c (+2/-2)
liboctave/cruft/misc/cquit.c (+1/-1)
liboctave/cruft/misc/f77-extern.cc (+1/-1)
liboctave/cruft/misc/f77-fcn.c (+1/-1)
liboctave/cruft/misc/f77-fcn.h (+1/-1)
liboctave/cruft/misc/lo-error.c (+1/-1)
liboctave/cruft/misc/lo-error.h (+1/-1)
liboctave/cruft/misc/module.mk (+18/-18)
liboctave/cruft/misc/quit.cc (+1/-1)
liboctave/cruft/misc/quit.h (+6/-6)
liboctave/cruft/mkf77def.in (+1/-1)
liboctave/cruft/module.mk (+51/-0)
liboctave/cruft/odepack/cfode.f (+19/-19)
liboctave/cruft/odepack/dlsode.f (+145/-145)
liboctave/cruft/odepack/ewset.f (+6/-6)
liboctave/cruft/odepack/intdy.f (+10/-10)
liboctave/cruft/odepack/module.mk (+18/-18)
liboctave/cruft/odepack/prepj.f (+20/-20)
liboctave/cruft/odepack/sintdy.f (+2/-2)
liboctave/cruft/odepack/slsode.f (+46/-46)
liboctave/cruft/odepack/solsy.f (+10/-10)
liboctave/cruft/odepack/ssolsy.f (+1/-1)
liboctave/cruft/odepack/stode.f (+34/-34)
liboctave/cruft/odepack/vnorm.f (+3/-3)
liboctave/cruft/ordered-qz/module.mk (+6/-6)
liboctave/cruft/quadpack/module.mk (+19/-19)
liboctave/cruft/ranlib/Basegen.doc (+164/-164)
liboctave/cruft/ranlib/README (+8/-8)
liboctave/cruft/ranlib/genbet.f (+1/-1)
liboctave/cruft/ranlib/genexp.f (+1/-1)
liboctave/cruft/ranlib/gennch.f (+2/-2)
liboctave/cruft/ranlib/gennf.f (+1/-1)
liboctave/cruft/ranlib/gennor.f (+1/-1)
liboctave/cruft/ranlib/getsd.f (+1/-1)
liboctave/cruft/ranlib/ignpoi.f (+2/-1)
liboctave/cruft/ranlib/initgn.f (+1/-1)
liboctave/cruft/ranlib/module.mk (+60/-57)
liboctave/cruft/ranlib/phrtsd.f (+3/-3)
liboctave/cruft/ranlib/randlib.fdoc (+777/-777)
liboctave/cruft/ranlib/setsd.f (+1/-1)
liboctave/cruft/ranlib/tstgmn.for (+1/-1)
liboctave/cruft/ranlib/tstmid.for (+1/-1)
liboctave/cruft/slatec-err/module.mk (+16/-16)
liboctave/cruft/slatec-fn/atanh.f (+1/-1)
liboctave/cruft/slatec-fn/datanh.f (+1/-1)
liboctave/cruft/slatec-fn/module.mk (+83/-84)
liboctave/cruft/slatec-fn/xgmainc.f (+1/-1)
liboctave/cruft/slatec-fn/xsgmainc.f (+1/-1)
liboctave/numeric/CmplxAEPBAL.cc (+1/-1)
liboctave/numeric/CmplxAEPBAL.h (+1/-1)
liboctave/numeric/CmplxCHOL.cc (+1/-1)
liboctave/numeric/CmplxCHOL.h (+1/-1)
liboctave/numeric/CmplxGEPBAL.cc (+1/-1)
liboctave/numeric/CmplxGEPBAL.h (+1/-1)
liboctave/numeric/CmplxHESS.cc (+1/-1)
liboctave/numeric/CmplxHESS.h (+1/-1)
liboctave/numeric/CmplxLU.cc (+9/-5)
liboctave/numeric/CmplxLU.h (+1/-1)
liboctave/numeric/CmplxQR.cc (+8/-9)
liboctave/numeric/CmplxQR.h (+1/-1)
liboctave/numeric/CmplxQRP.cc (+2/-2)
liboctave/numeric/CmplxQRP.h (+1/-1)
liboctave/numeric/CmplxSCHUR.cc (+1/-1)
liboctave/numeric/CmplxSCHUR.h (+1/-1)
liboctave/numeric/CmplxSVD.cc (+1/-1)
liboctave/numeric/CmplxSVD.h (+1/-1)
liboctave/numeric/CollocWt.cc (+1/-1)
liboctave/numeric/CollocWt.h (+1/-1)
liboctave/numeric/DAE.h (+1/-1)
liboctave/numeric/DAEFunc.h (+1/-1)
liboctave/numeric/DAERT.h (+1/-1)
liboctave/numeric/DAERTFunc.h (+1/-1)
liboctave/numeric/DASPK-opts.in (+3/-3)
liboctave/numeric/DASPK.cc (+1/-1)
liboctave/numeric/DASPK.h (+1/-1)
liboctave/numeric/DASRT-opts.in (+1/-1)
liboctave/numeric/DASRT.cc (+1/-1)
liboctave/numeric/DASRT.h (+1/-1)
liboctave/numeric/DASSL-opts.in (+1/-1)
liboctave/numeric/DASSL.cc (+1/-1)
liboctave/numeric/DASSL.h (+1/-1)
liboctave/numeric/DET.h (+1/-1)
liboctave/numeric/EIG.cc (+1/-1)
liboctave/numeric/EIG.h (+1/-1)
liboctave/numeric/LSODE-opts.in (+1/-1)
liboctave/numeric/LSODE.cc (+1/-1)
liboctave/numeric/LSODE.h (+1/-1)
liboctave/numeric/ODE.h (+1/-1)
liboctave/numeric/ODEFunc.h (+1/-1)
liboctave/numeric/ODES.cc (+1/-1)
liboctave/numeric/ODES.h (+1/-1)
liboctave/numeric/ODESFunc.h (+1/-1)
liboctave/numeric/Quad-opts.in (+1/-1)
liboctave/numeric/Quad.cc (+1/-1)
liboctave/numeric/Quad.h (+1/-1)
liboctave/numeric/SparseCmplxCHOL.cc (+1/-1)
liboctave/numeric/SparseCmplxCHOL.h (+1/-1)
liboctave/numeric/SparseCmplxLU.cc (+1/-1)
liboctave/numeric/SparseCmplxLU.h (+1/-1)
liboctave/numeric/SparseCmplxQR.cc (+1/-1)
liboctave/numeric/SparseCmplxQR.h (+1/-1)
liboctave/numeric/SparseQR.cc (+1/-1)
liboctave/numeric/SparseQR.h (+1/-1)
liboctave/numeric/SparsedbleCHOL.cc (+1/-1)
liboctave/numeric/SparsedbleCHOL.h (+1/-1)
liboctave/numeric/SparsedbleLU.cc (+1/-1)
liboctave/numeric/SparsedbleLU.h (+1/-1)
liboctave/numeric/base-aepbal.h (+1/-1)
liboctave/numeric/base-dae.h (+1/-1)
liboctave/numeric/base-de.h (+1/-1)
liboctave/numeric/base-lu.cc (+2/-2)
liboctave/numeric/base-lu.h (+1/-1)
liboctave/numeric/base-min.h (+1/-1)
liboctave/numeric/base-qr.cc (+5/-3)
liboctave/numeric/base-qr.h (+1/-1)
liboctave/numeric/bsxfun-decl.h (+2/-2)
liboctave/numeric/bsxfun-defs.cc (+12/-7)
liboctave/numeric/bsxfun.h (+11/-8)
liboctave/numeric/dbleAEPBAL.cc (+1/-1)
liboctave/numeric/dbleAEPBAL.h (+1/-1)
liboctave/numeric/dbleCHOL.cc (+1/-1)
liboctave/numeric/dbleCHOL.h (+1/-1)
liboctave/numeric/dbleGEPBAL.cc (+1/-1)
liboctave/numeric/dbleGEPBAL.h (+1/-1)
liboctave/numeric/dbleHESS.cc (+1/-1)
liboctave/numeric/dbleHESS.h (+1/-1)
liboctave/numeric/dbleLU.cc (+9/-5)
liboctave/numeric/dbleLU.h (+1/-1)
liboctave/numeric/dbleQR.cc (+15/-14)
liboctave/numeric/dbleQR.h (+1/-1)
liboctave/numeric/dbleQRP.cc (+2/-2)
liboctave/numeric/dbleQRP.h (+1/-1)
liboctave/numeric/dbleSCHUR.cc (+1/-1)
liboctave/numeric/dbleSCHUR.h (+1/-1)
liboctave/numeric/dbleSVD.cc (+1/-1)
liboctave/numeric/dbleSVD.h (+1/-1)
liboctave/numeric/eigs-base.cc (+49/-59)
liboctave/numeric/fCmplxAEPBAL.cc (+1/-1)
liboctave/numeric/fCmplxAEPBAL.h (+1/-1)
liboctave/numeric/fCmplxCHOL.cc (+1/-1)
liboctave/numeric/fCmplxCHOL.h (+1/-1)
liboctave/numeric/fCmplxGEPBAL.cc (+1/-1)
liboctave/numeric/fCmplxGEPBAL.h (+1/-1)
liboctave/numeric/fCmplxHESS.cc (+1/-1)
liboctave/numeric/fCmplxHESS.h (+1/-1)
liboctave/numeric/fCmplxLU.cc (+9/-5)
liboctave/numeric/fCmplxLU.h (+1/-1)
liboctave/numeric/fCmplxQR.cc (+8/-9)
liboctave/numeric/fCmplxQR.h (+1/-1)
liboctave/numeric/fCmplxQRP.cc (+2/-2)
liboctave/numeric/fCmplxQRP.h (+1/-1)
liboctave/numeric/fCmplxSCHUR.cc (+1/-1)
liboctave/numeric/fCmplxSCHUR.h (+1/-1)
liboctave/numeric/fCmplxSVD.cc (+1/-1)
liboctave/numeric/fCmplxSVD.h (+1/-1)
liboctave/numeric/fEIG.cc (+1/-1)
liboctave/numeric/fEIG.h (+1/-1)
liboctave/numeric/floatAEPBAL.cc (+1/-1)
liboctave/numeric/floatAEPBAL.h (+1/-1)
liboctave/numeric/floatCHOL.cc (+1/-1)
liboctave/numeric/floatCHOL.h (+1/-1)
liboctave/numeric/floatGEPBAL.cc (+1/-1)
liboctave/numeric/floatGEPBAL.h (+1/-1)
liboctave/numeric/floatHESS.cc (+1/-1)
liboctave/numeric/floatHESS.h (+1/-1)
liboctave/numeric/floatLU.cc (+9/-5)
liboctave/numeric/floatLU.h (+1/-1)
liboctave/numeric/floatQR.cc (+8/-9)
liboctave/numeric/floatQR.h (+1/-1)
liboctave/numeric/floatQRP.cc (+2/-2)
liboctave/numeric/floatQRP.h (+1/-1)
liboctave/numeric/floatSCHUR.cc (+1/-1)
liboctave/numeric/floatSCHUR.h (+1/-1)
liboctave/numeric/floatSVD.cc (+1/-1)
liboctave/numeric/floatSVD.h (+1/-1)
liboctave/numeric/lo-mappers.cc (+68/-27)
liboctave/numeric/lo-mappers.h (+1/-3)
liboctave/numeric/lo-specfun.cc (+67/-63)
liboctave/numeric/lo-specfun.h (+1/-1)
liboctave/numeric/module.mk (+4/-4)
liboctave/numeric/oct-convn.cc (+3/-2)
liboctave/numeric/oct-convn.h (+1/-1)
liboctave/numeric/oct-fftw.cc (+1/-1)
liboctave/numeric/oct-fftw.h (+1/-1)
liboctave/numeric/oct-norm.cc (+68/-59)
liboctave/numeric/oct-norm.h (+1/-1)
liboctave/numeric/oct-rand.cc (+1/-1)
liboctave/numeric/oct-rand.h (+1/-1)
liboctave/numeric/oct-spparms.cc (+1/-1)
liboctave/numeric/oct-spparms.h (+1/-1)
liboctave/numeric/randgamma.c (+1/-1)
liboctave/numeric/randgamma.h (+1/-1)
liboctave/numeric/randmtzig.c (+2/-2)
liboctave/numeric/randmtzig.h (+1/-1)
liboctave/numeric/randpoisson.c (+1/-1)
liboctave/numeric/randpoisson.h (+1/-1)
liboctave/numeric/sparse-base-chol.cc (+5/-5)
liboctave/numeric/sparse-base-chol.h (+1/-1)
liboctave/numeric/sparse-base-lu.cc (+3/-1)
liboctave/numeric/sparse-base-lu.h (+1/-1)
liboctave/numeric/sparse-dmsolve.cc (+3/-2)
liboctave/operators/Sparse-diag-op-defs.h (+1/-1)
liboctave/operators/Sparse-op-decls.h (+184/-0)
liboctave/operators/Sparse-op-defs.h (+30/-175)
liboctave/operators/Sparse-perm-op-defs.h (+3/-16)
liboctave/operators/config-ops.sh (+2/-2)
liboctave/operators/mk-ops.awk (+6/-6)
liboctave/operators/module.mk (+15/-6)
liboctave/operators/mx-base.h (+1/-1)
liboctave/operators/mx-defs.h (+1/-1)
liboctave/operators/mx-ext.h (+1/-1)
liboctave/operators/mx-inlines.cc (+30/-7)
liboctave/operators/mx-op-decl.h (+1/-1)
liboctave/operators/mx-op-defs.h (+9/-19)
liboctave/operators/mx-ops (+12/-12)
liboctave/operators/smx-ops (+66/-0)
liboctave/operators/sparse-mk-ops.awk (+16/-12)
liboctave/operators/sparse-mx-ops (+0/-66)
liboctave/operators/vx-ops (+4/-4)
liboctave/system/dir-ops.cc (+1/-1)
liboctave/system/dir-ops.h (+1/-1)
liboctave/system/file-ops.cc (+55/-108)
liboctave/system/file-ops.h (+4/-1)
liboctave/system/file-stat.cc (+1/-1)
liboctave/system/file-stat.h (+1/-1)
liboctave/system/lo-sysdep.cc (+9/-7)
liboctave/system/lo-sysdep.h (+1/-1)
liboctave/system/mach-info.cc (+1/-1)
liboctave/system/mach-info.h (+1/-1)
liboctave/system/module.mk (+2/-6)
liboctave/system/oct-env.cc (+47/-1)
liboctave/system/oct-env.h (+5/-1)
liboctave/system/oct-group.cc (+1/-1)
liboctave/system/oct-group.h (+1/-1)
liboctave/system/oct-openmp.h (+1/-1)
liboctave/system/oct-passwd.cc (+1/-1)
liboctave/system/oct-passwd.h (+1/-1)
liboctave/system/oct-syscalls.cc (+1/-1)
liboctave/system/oct-syscalls.h (+1/-1)
liboctave/system/oct-time.cc (+3/-3)
liboctave/system/oct-time.h (+1/-1)
liboctave/system/oct-uname.cc (+1/-1)
liboctave/system/oct-uname.h (+1/-1)
liboctave/system/pathlen.h (+1/-1)
liboctave/system/sysdir.h (+1/-1)
liboctave/system/syswait.h (+1/-1)
liboctave/system/tempnam.c (+0/-59)
liboctave/system/tempname.c (+0/-207)
liboctave/util/action-container.h (+1/-1)
liboctave/util/base-list.h (+1/-3)
liboctave/util/byte-swap.h (+1/-1)
liboctave/util/caseless-str.h (+6/-5)
liboctave/util/cmd-edit.cc (+71/-6)
liboctave/util/cmd-edit.h (+17/-1)
liboctave/util/cmd-hist.cc (+7/-5)
liboctave/util/cmd-hist.h (+1/-1)
liboctave/util/data-conv.cc (+11/-12)
liboctave/util/data-conv.h (+1/-1)
liboctave/util/f2c-main.c (+1/-1)
liboctave/util/functor.h (+1/-1)
liboctave/util/glob-match.cc (+1/-1)
liboctave/util/glob-match.h (+1/-1)
liboctave/util/kpse.cc (+23/-16)
liboctave/util/lo-array-gripes.cc (+21/-1)
liboctave/util/lo-array-gripes.h (+8/-1)
liboctave/util/lo-cieee.c (+0/-279)
liboctave/util/lo-cutils.c (+1/-1)
liboctave/util/lo-cutils.h (+1/-1)
liboctave/util/lo-ieee.cc (+239/-46)
liboctave/util/lo-ieee.h (+7/-12)
liboctave/util/lo-macros.h (+1/-1)
liboctave/util/lo-math.h (+1/-1)
liboctave/util/lo-regexp.cc (+9/-7)
liboctave/util/lo-regexp.h (+1/-1)
liboctave/util/lo-traits.h (+1/-1)
liboctave/util/lo-utils.cc (+5/-3)
liboctave/util/lo-utils.h (+1/-1)
liboctave/util/module.mk (+3/-4)
liboctave/util/oct-alloc.cc (+0/-104)
liboctave/util/oct-alloc.h (+2/-71)
liboctave/util/oct-base64.cc (+1/-1)
liboctave/util/oct-base64.h (+1/-1)
liboctave/util/oct-binmap.h (+7/-6)
liboctave/util/oct-cmplx.h (+26/-5)
liboctave/util/oct-glob.cc (+1/-1)
liboctave/util/oct-glob.h (+1/-1)
liboctave/util/oct-inttypes.cc (+30/-16)
liboctave/util/oct-inttypes.h (+20/-11)
liboctave/util/oct-locbuf.cc (+7/-3)
liboctave/util/oct-locbuf.h (+1/-1)
liboctave/util/oct-md5.cc (+1/-1)
liboctave/util/oct-md5.h (+1/-1)
liboctave/util/oct-mem.h (+0/-160)
liboctave/util/oct-mutex.cc (+1/-1)
liboctave/util/oct-mutex.h (+1/-1)
liboctave/util/oct-refcount.h (+1/-1)
liboctave/util/oct-rl-edit.c (+29/-1)
liboctave/util/oct-rl-edit.h (+11/-1)
liboctave/util/oct-rl-hist.c (+1/-1)
liboctave/util/oct-rl-hist.h (+1/-1)
liboctave/util/oct-shlib.cc (+4/-3)
liboctave/util/oct-shlib.h (+2/-2)
liboctave/util/oct-sort.cc (+13/-7)
liboctave/util/oct-sort.h (+1/-1)
liboctave/util/oct-sparse.h (+14/-1)
liboctave/util/pathsearch.cc (+1/-1)
liboctave/util/pathsearch.h (+1/-1)
liboctave/util/singleton-cleanup.cc (+1/-1)
liboctave/util/sparse-sort.cc (+1/-1)
liboctave/util/sparse-sort.h (+1/-1)
liboctave/util/sparse-util.cc (+4/-7)
liboctave/util/sparse-util.h (+1/-1)
liboctave/util/statdefs.h (+1/-1)
liboctave/util/str-vec.cc (+2/-6)
liboctave/util/str-vec.h (+1/-1)
liboctave/util/sun-utils.h (+1/-1)
liboctave/util/unwind-prot.cc (+1/-1)
liboctave/util/unwind-prot.h (+1/-1)
liboctave/util/url-transfer.cc (+2/-2)
liboctave/util/url-transfer.h (+2/-2)
m4/00gnulib.m4 (+19/-3)
m4/absolute-header.m4 (+102/-0)
m4/acinclude.m4 (+263/-57)
m4/alloca.m4 (+1/-1)
m4/ax_blas.m4 (+38/-1)
m4/ax_blas_f77_func.m4 (+83/-91)
m4/ax_openmp.m4 (+119/-0)
m4/ax_pthread.m4 (+47/-24)
m4/base64.m4 (+1/-1)
m4/canonicalize.m4 (+1/-1)
m4/ceil.m4 (+1/-1)
m4/ceilf.m4 (+1/-1)
m4/chdir-long.m4 (+1/-1)
m4/check-math-lib.m4 (+1/-1)
m4/close.m4 (+1/-1)
m4/closedir.m4 (+1/-1)
m4/codeset.m4 (+1/-1)
m4/configmake.m4 (+1/-1)
m4/copysign.m4 (+1/-1)
m4/copysignf.m4 (+1/-1)
m4/d-ino.m4 (+1/-1)
m4/d-type.m4 (+1/-1)
m4/dirent_h.m4 (+1/-1)
m4/dirfd.m4 (+1/-1)
m4/dirname.m4 (+1/-1)
m4/double-slash-root.m4 (+1/-1)
m4/dup.m4 (+1/-1)
m4/dup2.m4 (+43/-33)
m4/eealloc.m4 (+1/-1)
m4/environ.m4 (+1/-1)
m4/errno_h.m4 (+1/-1)
m4/error.m4 (+1/-1)
m4/exponentd.m4 (+1/-1)
m4/exponentf.m4 (+1/-1)
m4/exponentl.m4 (+1/-1)
m4/extensions.m4 (+6/-1)
m4/extern-inline.m4 (+38/-18)
m4/fchdir.m4 (+1/-1)
m4/fclose.m4 (+1/-1)
m4/fcntl-o.m4 (+1/-1)
m4/fcntl.m4 (+28/-14)
m4/fcntl_h.m4 (+1/-1)
m4/fdopendir.m4 (+1/-1)
m4/fflush.m4 (+1/-1)
m4/filemode.m4 (+1/-1)
m4/filenamecat.m4 (+1/-1)
m4/float_h.m4 (+1/-1)
m4/floor.m4 (+1/-1)
m4/floorf.m4 (+1/-1)
m4/fnmatch.m4 (+1/-1)
m4/fopen.m4 (+1/-1)
m4/fpieee.m4 (+1/-1)
m4/fpurge.m4 (+1/-1)
m4/freading.m4 (+1/-1)
m4/frexp.m4 (+1/-1)
m4/frexpf.m4 (+1/-1)
m4/fseek.m4 (+1/-1)
m4/fseeko.m4 (+1/-1)
m4/fstat.m4 (+1/-1)
m4/fstatat.m4 (+1/-1)
m4/ftell.m4 (+1/-1)
m4/ftello.m4 (+1/-1)
m4/getcwd-abort-bug.m4 (+2/-1)
m4/getcwd-path-max.m4 (+14/-1)
m4/getcwd.m4 (+7/-2)
m4/getdtablesize.m4 (+5/-3)
m4/gethostname.m4 (+1/-1)
m4/getlogin_r.m4 (+1/-1)
m4/getopt.m4 (+1/-1)
m4/gettimeofday.m4 (+4/-6)
m4/gl-openssl.m4 (+51/-0)
m4/glibc21.m4 (+1/-1)
m4/glob.m4 (+1/-1)
m4/gnulib-cache.m4 (+6/-2)
m4/gnulib-common.m4 (+96/-24)
m4/gnulib-comp.m4 (+19/-4)
m4/include_next.m4 (+4/-51)
m4/intmax_t.m4 (+1/-1)
m4/inttypes_h.m4 (+1/-1)
m4/isatty.m4 (+1/-1)
m4/isnand.m4 (+1/-1)
m4/isnanf.m4 (+1/-1)
m4/isnanl.m4 (+12/-31)
m4/largefile.m4 (+1/-1)
m4/link.m4 (+1/-1)
m4/localcharset.m4 (+1/-1)
m4/locale-fr.m4 (+1/-1)
m4/locale-ja.m4 (+1/-1)
m4/locale-zh.m4 (+1/-1)
m4/log.m4 (+1/-1)
m4/log2-ieee.m4 (+1/-1)
m4/log2.m4 (+1/-1)
m4/log2f-ieee.m4 (+1/-1)
m4/log2f.m4 (+1/-1)
m4/logf.m4 (+1/-1)
m4/longlong.m4 (+1/-1)
m4/lseek.m4 (+1/-1)
m4/lstat.m4 (+1/-1)
m4/malloc.m4 (+1/-1)
m4/malloca.m4 (+1/-1)
m4/math_h.m4 (+1/-1)
m4/mathfunc.m4 (+1/-1)
m4/mbrtowc.m4 (+46/-2)
m4/mbsinit.m4 (+1/-1)
m4/mbsrtowcs.m4 (+1/-1)
m4/mbstate_t.m4 (+1/-1)
m4/md5.m4 (+5/-3)
m4/memchr.m4 (+1/-1)
m4/mempcpy.m4 (+1/-1)
m4/memrchr.m4 (+1/-1)
m4/mkdir.m4 (+1/-1)
m4/mkfifo.m4 (+1/-1)
m4/mkostemp.m4 (+1/-1)
m4/mktime.m4 (+1/-1)
m4/mmap-anon.m4 (+1/-1)
m4/mode_t.m4 (+1/-1)
m4/module.mk (+1/-0)
m4/msvc-inval.m4 (+1/-1)
m4/msvc-nothrow.m4 (+1/-1)
m4/multiarch.m4 (+1/-1)
m4/nanosleep.m4 (+1/-1)
m4/nocrash.m4 (+1/-1)
m4/nproc.m4 (+1/-1)
m4/off_t.m4 (+1/-1)
m4/open.m4 (+1/-1)
m4/openat.m4 (+1/-1)
m4/opendir.m4 (+1/-1)
m4/pathmax.m4 (+1/-1)
m4/printf.m4 (+36/-51)
m4/putenv.m4 (+1/-1)
m4/raise.m4 (+1/-1)
m4/readdir.m4 (+1/-1)
m4/readlink.m4 (+1/-1)
m4/realloc.m4 (+1/-1)
m4/rename.m4 (+1/-1)
m4/rewinddir.m4 (+1/-1)
m4/rmdir.m4 (+1/-1)
m4/round.m4 (+1/-1)
m4/roundf.m4 (+1/-1)
m4/same.m4 (+1/-1)
m4/save-cwd.m4 (+1/-1)
m4/secure_getenv.m4 (+1/-1)
m4/select.m4 (+1/-1)
m4/setenv.m4 (+160/-0)
m4/sigaction.m4 (+1/-1)
m4/signal_h.m4 (+1/-1)
m4/signalblocking.m4 (+1/-1)
m4/signbit.m4 (+1/-1)
m4/size_max.m4 (+1/-1)
m4/sleep.m4 (+1/-1)
m4/socketlib.m4 (+1/-1)
m4/sockets.m4 (+1/-1)
m4/socklen.m4 (+1/-1)
m4/ssize_t.m4 (+1/-1)
m4/st_dm_mode.m4 (+1/-1)
m4/stat.m4 (+1/-1)
m4/stdalign.m4 (+7/-3)
m4/stdbool.m4 (+1/-1)
m4/stddef_h.m4 (+7/-3)
m4/stdint.m4 (+1/-1)
m4/stdint_h.m4 (+1/-1)
m4/stdio_h.m4 (+23/-2)
m4/stdlib_h.m4 (+3/-1)
m4/strcase.m4 (+1/-1)
m4/strdup.m4 (+1/-1)
m4/strerror.m4 (+1/-1)
m4/strftime.m4 (+1/-1)
m4/string_h.m4 (+1/-1)
m4/strings_h.m4 (+1/-1)
m4/strndup.m4 (+1/-1)
m4/strnlen.m4 (+1/-1)
m4/strptime.m4 (+1/-1)
m4/symlink.m4 (+1/-1)
m4/sys_select_h.m4 (+1/-1)
m4/sys_socket_h.m4 (+1/-1)
m4/sys_stat_h.m4 (+1/-1)
m4/sys_time_h.m4 (+1/-1)
m4/sys_times_h.m4 (+1/-1)
m4/sys_types_h.m4 (+1/-1)
m4/sys_uio_h.m4 (+1/-1)
m4/sys_utsname_h.m4 (+1/-1)
m4/tempname.m4 (+1/-1)
m4/time_h.m4 (+27/-3)
m4/time_r.m4 (+1/-1)
m4/times.m4 (+1/-1)
m4/tm_gmtoff.m4 (+1/-1)
m4/tmpdir.m4 (+1/-1)
m4/tmpfile.m4 (+1/-1)
m4/trunc.m4 (+1/-1)
m4/truncf.m4 (+1/-1)
m4/uname.m4 (+1/-1)
m4/unistd-safer.m4 (+1/-1)
m4/unistd_h.m4 (+4/-2)
m4/unlink.m4 (+1/-1)
m4/vasnprintf.m4 (+1/-1)
m4/vasprintf.m4 (+1/-1)
m4/warn-on-use.m4 (+1/-1)
m4/wchar_h.m4 (+1/-1)
m4/wchar_t.m4 (+1/-1)
m4/wctype_h.m4 (+1/-1)
m4/wint_t.m4 (+1/-1)
m4/xalloc.m4 (+1/-1)
m4/xgetcwd.m4 (+1/-1)
m4/xsize.m4 (+1/-1)
m4/xstrndup.m4 (+1/-1)
oct-conf-post.h (+1/-1)
oct-conf-post.in.h (+1/-1)
run-octave.in (+13/-7)
scripts/@ftp/ascii.m (+8/-3)
scripts/@ftp/binary.m (+6/-1)
scripts/@ftp/cd.m (+7/-3)
scripts/@ftp/close.m (+5/-1)
scripts/@ftp/delete.m (+5/-1)
scripts/@ftp/dir.m (+6/-3)
scripts/@ftp/display.m (+5/-1)
scripts/@ftp/ftp.m (+11/-6)
scripts/@ftp/loadobj.m (+5/-1)
scripts/@ftp/mget.m (+8/-3)
scripts/@ftp/mkdir.m (+5/-1)
scripts/@ftp/mput.m (+9/-4)
scripts/@ftp/rename.m (+5/-1)
scripts/@ftp/rmdir.m (+5/-1)
scripts/@ftp/saveobj.m (+5/-1)
scripts/DOCSTRINGS (+7090/-4875)
scripts/Makefile.am (+113/-77)
scripts/Makefile.in (+704/-397)
scripts/audio/@audioplayer/__get_properties__.m (+67/-0)
scripts/audio/@audioplayer/audioplayer.m (+188/-0)
scripts/audio/@audioplayer/display.m (+32/-0)
scripts/audio/@audioplayer/get.m (+55/-0)
scripts/audio/@audioplayer/isplaying.m (+33/-0)
scripts/audio/@audioplayer/pause.m (+32/-0)
scripts/audio/@audioplayer/play.m (+38/-0)
scripts/audio/@audioplayer/playblocking.m (+38/-0)
scripts/audio/@audioplayer/resume.m (+32/-0)
scripts/audio/@audioplayer/set.m (+75/-0)
scripts/audio/@audioplayer/stop.m (+33/-0)
scripts/audio/@audioplayer/subsasgn.m (+40/-0)
scripts/audio/@audioplayer/subsref.m (+42/-0)
scripts/audio/@audiorecorder/__get_properties__.m (+67/-0)
scripts/audio/@audiorecorder/audiorecorder.m (+134/-0)
scripts/audio/@audiorecorder/display.m (+32/-0)
scripts/audio/@audiorecorder/get.m (+55/-0)
scripts/audio/@audiorecorder/getaudiodata.m (+59/-0)
scripts/audio/@audiorecorder/getplayer.m (+36/-0)
scripts/audio/@audiorecorder/isrecording.m (+33/-0)
scripts/audio/@audiorecorder/pause.m (+32/-0)
scripts/audio/@audiorecorder/play.m (+49/-0)
scripts/audio/@audiorecorder/record.m (+37/-0)
scripts/audio/@audiorecorder/recordblocking.m (+34/-0)
scripts/audio/@audiorecorder/resume.m (+32/-0)
scripts/audio/@audiorecorder/set.m (+75/-0)
scripts/audio/@audiorecorder/stop.m (+32/-0)
scripts/audio/@audiorecorder/subsasgn.m (+43/-0)
scripts/audio/@audiorecorder/subsref.m (+43/-0)
scripts/audio/lin2mu.m (+7/-6)
scripts/audio/loadaudio.m (+0/-82)
scripts/audio/module.mk (+32/-5)
scripts/audio/mu2lin.m (+8/-7)
scripts/audio/playaudio.m (+0/-88)
scripts/audio/record.m (+44/-37)
scripts/audio/saveaudio.m (+0/-89)
scripts/audio/setaudio.m (+0/-44)
scripts/audio/sound.m (+71/-0)
scripts/audio/soundsc.m (+110/-0)
scripts/audio/wavread.m (+85/-230)
scripts/audio/wavwrite.m (+123/-160)
scripts/deprecated/__error_text__.m (+0/-37)
scripts/deprecated/bicubic.m (+260/-0)
scripts/deprecated/cor.m (+0/-54)
scripts/deprecated/corrcoef.m (+0/-119)
scripts/deprecated/cut.m (+0/-72)
scripts/deprecated/default_save_options.m (+1/-1)
scripts/deprecated/delaunay3.m (+90/-0)
scripts/deprecated/dump_prefs.m (+122/-0)
scripts/deprecated/error_text.m (+0/-37)
scripts/deprecated/find_dir_in_path.m (+40/-0)
scripts/deprecated/finite.m (+52/-0)
scripts/deprecated/fmod.m (+51/-0)
scripts/deprecated/fnmatch.m (+52/-0)
scripts/deprecated/gen_doc_cache.m (+1/-1)
scripts/deprecated/gmap40.m (+72/-0)
scripts/deprecated/interp1q.m (+2/-2)
scripts/deprecated/isequalwithequalnans.m (+1/-1)
scripts/deprecated/isstr.m (+1/-1)
scripts/deprecated/java_convert_matrix.m (+2/-2)
scripts/deprecated/java_debug.m (+2/-2)
scripts/deprecated/java_invoke.m (+5/-5)
scripts/deprecated/java_new.m (+3/-3)
scripts/deprecated/java_unsigned_conversion.m (+2/-2)
scripts/deprecated/javafields.m (+3/-3)
scripts/deprecated/javamethods.m (+2/-2)
scripts/deprecated/loadaudio.m (+93/-0)
scripts/deprecated/luinc.m (+93/-0)
scripts/deprecated/module.mk (+18/-9)
scripts/deprecated/mouse_wheel_zoom.m (+55/-0)
scripts/deprecated/nfields.m (+46/-0)
scripts/deprecated/octave_tmp_file_name.m (+53/-0)
scripts/deprecated/playaudio.m (+99/-0)
scripts/deprecated/polyderiv.m (+0/-109)
scripts/deprecated/re_read_readline_init_file.m (+1/-1)
scripts/deprecated/read_readline_init_file.m (+1/-1)
scripts/deprecated/saveaudio.m (+100/-0)
scripts/deprecated/saving_history.m (+1/-1)
scripts/deprecated/setaudio.m (+56/-0)
scripts/deprecated/shell_cmd.m (+0/-68)
scripts/deprecated/studentize.m (+0/-95)
scripts/deprecated/syl.m (+66/-0)
scripts/deprecated/sylvester_matrix.m (+0/-70)
scripts/deprecated/usage.m (+66/-0)
scripts/elfun/acosd.m (+1/-1)
scripts/elfun/acot.m (+1/-1)
scripts/elfun/acotd.m (+1/-1)
scripts/elfun/acoth.m (+1/-1)
scripts/elfun/acsc.m (+1/-1)
scripts/elfun/acscd.m (+1/-1)
scripts/elfun/acsch.m (+1/-1)
scripts/elfun/asec.m (+1/-1)
scripts/elfun/asecd.m (+1/-1)
scripts/elfun/asech.m (+1/-1)
scripts/elfun/asind.m (+1/-1)
scripts/elfun/atan2d.m (+1/-1)
scripts/elfun/atand.m (+1/-1)
scripts/elfun/cosd.m (+5/-4)
scripts/elfun/cot.m (+1/-1)
scripts/elfun/cotd.m (+1/-1)
scripts/elfun/coth.m (+1/-1)
scripts/elfun/csc.m (+1/-1)
scripts/elfun/cscd.m (+1/-1)
scripts/elfun/csch.m (+1/-1)
scripts/elfun/sec.m (+1/-1)
scripts/elfun/secd.m (+1/-1)
scripts/elfun/sech.m (+1/-1)
scripts/elfun/sind.m (+5/-4)
scripts/elfun/tand.m (+7/-6)
scripts/general/accumarray.m (+10/-10)
scripts/general/accumdim.m (+5/-4)
scripts/general/bicubic.m (+0/-248)
scripts/general/bincoeff.m (+2/-2)
scripts/general/bitcmp.m (+15/-23)
scripts/general/bitget.m (+4/-3)
scripts/general/bitset.m (+5/-4)
scripts/general/blkdiag.m (+5/-5)
scripts/general/cart2pol.m (+9/-7)
scripts/general/cart2sph.m (+10/-7)
scripts/general/cell2mat.m (+10/-9)
scripts/general/celldisp.m (+6/-4)
scripts/general/chop.m (+5/-4)
scripts/general/circshift.m (+9/-8)
scripts/general/common_size.m (+10/-9)
scripts/general/cplxpair.m (+12/-10)
scripts/general/cumtrapz.m (+21/-16)
scripts/general/curl.m (+5/-5)
scripts/general/dblquad.m (+9/-6)
scripts/general/deal.m (+26/-2)
scripts/general/del2.m (+168/-6)
scripts/general/display.m (+7/-5)
scripts/general/divergence.m (+8/-6)
scripts/general/fieldnames.m (+27/-12)
scripts/general/flip.m (+106/-0)
scripts/general/flipdim.m (+11/-40)
scripts/general/fliplr.m (+30/-14)
scripts/general/flipud.m (+30/-14)
scripts/general/gradient.m (+26/-26)
scripts/general/idivide.m (+2/-2)
scripts/general/inputParser.m (+591/-0)
scripts/general/int2str.m (+1/-1)
scripts/general/interp1.m (+217/-69)
scripts/general/interp2.m (+289/-327)
scripts/general/interp3.m (+185/-92)
scripts/general/interpft.m (+15/-13)
scripts/general/interpn.m (+42/-17)
scripts/general/isa.m (+0/-110)
scripts/general/iscolumn.m (+0/-56)
scripts/general/isdir.m (+1/-1)
scripts/general/isequal.m (+109/-29)
scripts/general/isequaln.m (+7/-6)
scripts/general/isrow.m (+0/-56)
scripts/general/isscalar.m (+0/-54)
scripts/general/issquare.m (+0/-63)
scripts/general/isvector.m (+0/-57)
scripts/general/loadobj.m (+2/-1)
scripts/general/logspace.m (+3/-2)
scripts/general/methods.m (+5/-4)
scripts/general/module.mk (+6/-10)
scripts/general/nargchk.m (+7/-4)
scripts/general/narginchk.m (+12/-11)
scripts/general/nargoutchk.m (+16/-15)
scripts/general/nextpow2.m (+9/-14)
scripts/general/nthargout.m (+13/-12)
scripts/general/num2str.m (+16/-15)
scripts/general/pol2cart.m (+11/-9)
scripts/general/polyarea.m (+10/-9)
scripts/general/postpad.m (+16/-10)
scripts/general/prepad.m (+19/-12)
scripts/general/private/__isequal__.m (+40/-50)
scripts/general/private/__splinen__.m (+11/-8)
scripts/general/profexplore.m (+1/-1)
scripts/general/profile.m (+16/-17)
scripts/general/profshow.m (+35/-24)
scripts/general/quadgk.m (+40/-41)
scripts/general/quadl.m (+11/-12)
scripts/general/quadv.m (+15/-14)
scripts/general/randi.m (+9/-9)
scripts/general/rat.m (+11/-6)
scripts/general/repmat.m (+30/-16)
scripts/general/rot90.m (+54/-14)
scripts/general/rotdim.m (+17/-15)
scripts/general/saveobj.m (+2/-1)
scripts/general/shift.m (+4/-4)
scripts/general/shiftdim.m (+11/-10)
scripts/general/sortrows.m (+9/-8)
scripts/general/sph2cart.m (+10/-7)
scripts/general/structfun.m (+15/-16)
scripts/general/subsindex.m (+8/-7)
scripts/general/trapz.m (+14/-12)
scripts/general/triplequad.m (+11/-9)
scripts/general/validateattributes.m (+433/-0)
scripts/geometry/convhull.m (+4/-4)
scripts/geometry/delaunay.m (+96/-55)
scripts/geometry/delaunay3.m (+0/-77)
scripts/geometry/delaunayn.m (+28/-17)
scripts/geometry/dsearch.m (+5/-4)
scripts/geometry/dsearchn.m (+7/-6)
scripts/geometry/griddata.m (+12/-11)
scripts/geometry/griddata3.m (+2/-1)
scripts/geometry/griddatan.m (+8/-7)
scripts/geometry/inpolygon.m (+42/-35)
scripts/geometry/module.mk (+0/-1)
scripts/geometry/rectint.m (+67/-84)
scripts/geometry/tsearchn.m (+9/-5)
scripts/geometry/voronoi.m (+51/-18)
scripts/geometry/voronoin.m (+9/-6)
scripts/gui/errordlg.m (+13/-7)
scripts/gui/guidata.m (+2/-2)
scripts/gui/guihandles.m (+2/-2)
scripts/gui/helpdlg.m (+3/-1)
scripts/gui/inputdlg.m (+22/-23)
scripts/gui/listdlg.m (+18/-15)
scripts/gui/module.mk (+1/-0)
scripts/gui/msgbox.m (+17/-11)
scripts/gui/private/__file_filter__.m (+2/-2)
scripts/gui/private/__fltk_file_filter__.m (+1/-1)
scripts/gui/private/__get_funcname__.m (+44/-0)
scripts/gui/private/__is_function__.m (+2/-2)
scripts/gui/private/__uigetdir_fltk__.m (+3/-2)
scripts/gui/private/__uigetfile_fltk__.m (+3/-2)
scripts/gui/private/__uiobject_split_args__.m (+4/-2)
scripts/gui/private/__uiputfile_fltk__.m (+3/-2)
scripts/gui/private/message_dialog.m (+18/-3)
scripts/gui/questdlg.m (+18/-19)
scripts/gui/uicontextmenu.m (+4/-4)
scripts/gui/uicontrol.m (+11/-9)
scripts/gui/uigetdir.m (+10/-21)
scripts/gui/uigetfile.m (+20/-31)
scripts/gui/uimenu.m (+11/-11)
scripts/gui/uipanel.m (+7/-6)
scripts/gui/uipushtool.m (+7/-6)
scripts/gui/uiputfile.m (+31/-30)
scripts/gui/uiresume.m (+6/-5)
scripts/gui/uitoggletool.m (+7/-6)
scripts/gui/uitoolbar.m (+5/-5)
scripts/gui/uiwait.m (+4/-4)
scripts/gui/waitbar.m (+12/-8)
scripts/gui/waitforbuttonpress.m (+2/-2)
scripts/gui/warndlg.m (+16/-9)
scripts/help/__gripe_missing_component__.m (+14/-3)
scripts/help/__makeinfo__.m (+8/-1)
scripts/help/__unimplemented__.m (+89/-56)
scripts/help/doc.m (+20/-18)
scripts/help/doc_cache_create.m (+16/-11)
scripts/help/get_first_help_sentence.m (+13/-11)
scripts/help/help.m (+36/-28)
scripts/help/lookfor.m (+78/-73)
scripts/help/print_usage.m (+6/-5)
scripts/help/private/__additional_help_message__.m (+2/-2)
scripts/help/private/__strip_html_tags__.m (+9/-9)
scripts/help/type.m (+5/-5)
scripts/help/which.m (+32/-4)
scripts/image/autumn.m (+9/-11)
scripts/image/bone.m (+8/-10)
scripts/image/brighten.m (+14/-10)
scripts/image/cmpermute.m (+8/-8)
scripts/image/cmunique.m (+3/-3)
scripts/image/colorcube.m (+7/-5)
scripts/image/colormap.m (+36/-27)
scripts/image/contrast.m (+5/-4)
scripts/image/cool.m (+7/-9)
scripts/image/copper.m (+9/-11)
scripts/image/cubehelix.m (+87/-0)
scripts/image/flag.m (+8/-11)
scripts/image/gmap40.m (+0/-61)
scripts/image/gray.m (+9/-11)
scripts/image/gray2ind.m (+19/-9)
scripts/image/hot.m (+6/-9)
scripts/image/hsv.m (+7/-9)
scripts/image/hsv2rgb.m (+3/-3)
scripts/image/image.m (+55/-23)
scripts/image/imagesc.m (+6/-5)
scripts/image/imfinfo.m (+28/-10)
scripts/image/imformats.m (+71/-32)
scripts/image/imread.m (+114/-50)
scripts/image/imshow.m (+85/-57)
scripts/image/imwrite.m (+42/-33)
scripts/image/ind2gray.m (+12/-7)
scripts/image/ind2rgb.m (+23/-11)
scripts/image/iscolormap.m (+7/-8)
scripts/image/jet.m (+10/-13)
scripts/image/lines.m (+6/-9)
scripts/image/module.mk (+1/-1)
scripts/image/ntsc2rgb.m (+8/-8)
scripts/image/ocean.m (+7/-9)
scripts/image/pink.m (+9/-10)
scripts/image/prism.m (+6/-9)
scripts/image/private/__imfinfo__.m (+8/-42)
scripts/image/private/__imread__.m (+61/-128)
scripts/image/private/__imwrite__.m (+15/-12)
scripts/image/private/imageIO.m (+107/-50)
scripts/image/private/imwrite_filename.m (+6/-5)
scripts/image/private/ind2x.m (+25/-11)
scripts/image/rainbow.m (+7/-9)
scripts/image/rgb2hsv.m (+3/-3)
scripts/image/rgb2ind.m (+4/-4)
scripts/image/rgb2ntsc.m (+9/-9)
scripts/image/rgbplot.m (+3/-3)
scripts/image/spinmap.m (+4/-3)
scripts/image/spring.m (+7/-9)
scripts/image/summer.m (+7/-9)
scripts/image/white.m (+8/-11)
scripts/image/winter.m (+7/-9)
scripts/io/beep.m (+5/-1)
scripts/io/csvread.m (+3/-3)
scripts/io/csvwrite.m (+2/-2)
scripts/io/dlmwrite.m (+22/-23)
scripts/io/fileread.m (+3/-3)
scripts/io/importdata.m (+87/-30)
scripts/io/is_valid_file_id.m (+2/-2)
scripts/io/strread.m (+116/-68)
scripts/io/textread.m (+222/-52)
scripts/io/textscan.m (+68/-38)
scripts/java/javaArray.m (+9/-9)
scripts/java/java_get.m (+9/-8)
scripts/java/java_set.m (+9/-7)
scripts/java/javaaddpath.m (+7/-6)
scripts/java/javachk.m (+149/-0)
scripts/java/javaclasspath.m (+51/-53)
scripts/java/javamem.m (+23/-26)
scripts/java/javarmpath.m (+5/-3)
scripts/java/module.mk (+8/-5)
scripts/java/org/octave/ClassHelper.java (+1/-1)
scripts/java/org/octave/JDialogBox.java (+16/-11)
scripts/java/usejava.m (+5/-4)
scripts/linear-algebra/bandwidth.m (+109/-0)
scripts/linear-algebra/commutation_matrix.m (+15/-15)
scripts/linear-algebra/cond.m (+3/-3)
scripts/linear-algebra/condest.m (+45/-44)
scripts/linear-algebra/cross.m (+11/-7)
scripts/linear-algebra/duplication_matrix.m (+15/-15)
scripts/linear-algebra/expm.m (+9/-8)
scripts/linear-algebra/housh.m (+4/-4)
scripts/linear-algebra/isbanded.m (+86/-0)
scripts/linear-algebra/isdefinite.m (+23/-22)
scripts/linear-algebra/isdiag.m (+56/-0)
scripts/linear-algebra/ishermitian.m (+13/-11)
scripts/linear-algebra/issymmetric.m (+18/-12)
scripts/linear-algebra/istril.m (+61/-0)
scripts/linear-algebra/istriu.m (+61/-0)
scripts/linear-algebra/krylov.m (+25/-26)
scripts/linear-algebra/linsolve.m (+15/-18)
scripts/linear-algebra/logm.m (+13/-8)
scripts/linear-algebra/module.mk (+5/-0)
scripts/linear-algebra/normest.m (+11/-8)
scripts/linear-algebra/null.m (+6/-6)
scripts/linear-algebra/onenormest.m (+46/-46)
scripts/linear-algebra/orth.m (+5/-5)
scripts/linear-algebra/planerot.m (+14/-5)
scripts/linear-algebra/qzhess.m (+14/-12)
scripts/linear-algebra/rank.m (+9/-10)
scripts/linear-algebra/rref.m (+10/-8)
scripts/linear-algebra/subspace.m (+19/-4)
scripts/linear-algebra/trace.m (+1/-1)
scripts/linear-algebra/vech.m (+6/-5)
scripts/miscellaneous/ans.m (+5/-3)
scripts/miscellaneous/bug_report.m (+17/-17)
scripts/miscellaneous/bunzip2.m (+22/-10)
scripts/miscellaneous/bzip2.m (+51/-26)
scripts/miscellaneous/cast.m (+69/-17)
scripts/miscellaneous/citation.m (+7/-5)
scripts/miscellaneous/colon.m (+0/-46)
scripts/miscellaneous/comma.m (+1/-1)
scripts/miscellaneous/compare_versions.m (+73/-83)
scripts/miscellaneous/computer.m (+55/-39)
scripts/miscellaneous/copyfile.m (+46/-16)
scripts/miscellaneous/debug.m (+12/-6)
scripts/miscellaneous/delete.m (+51/-19)
scripts/miscellaneous/desktop.m (+3/-3)
scripts/miscellaneous/dir.m (+93/-71)
scripts/miscellaneous/dos.m (+9/-6)
scripts/miscellaneous/dump_prefs.m (+0/-99)
scripts/miscellaneous/edit.m (+56/-62)
scripts/miscellaneous/error_ids.m (+5/-6)
scripts/miscellaneous/fact.m (+242/-237)
scripts/miscellaneous/fileattrib.m (+14/-18)
scripts/miscellaneous/fileparts.m (+22/-15)
scripts/miscellaneous/fullfile.m (+66/-29)
scripts/miscellaneous/genvarname.m (+78/-68)
scripts/miscellaneous/getappdata.m (+62/-30)
scripts/miscellaneous/getfield.m (+28/-15)
scripts/miscellaneous/gunzip.m (+25/-11)
scripts/miscellaneous/gzip.m (+42/-24)
scripts/miscellaneous/info.m (+5/-4)
scripts/miscellaneous/inputname.m (+23/-10)
scripts/miscellaneous/isappdata.m (+40/-20)
scripts/miscellaneous/isdeployed.m (+4/-3)
scripts/miscellaneous/ismac.m (+1/-1)
scripts/miscellaneous/ispc.m (+1/-1)
scripts/miscellaneous/isunix.m (+1/-1)
scripts/miscellaneous/license.m (+149/-159)
scripts/miscellaneous/list_primes.m (+31/-52)
scripts/miscellaneous/ls.m (+48/-22)
scripts/miscellaneous/ls_command.m (+6/-4)
scripts/miscellaneous/menu.m (+64/-63)
scripts/miscellaneous/mex.m (+18/-5)
scripts/miscellaneous/mexext.m (+1/-1)
scripts/miscellaneous/mkoctfile.m (+12/-12)
scripts/miscellaneous/module.mk (+3/-3)
scripts/miscellaneous/movefile.m (+42/-12)
scripts/miscellaneous/namelengthmax.m (+8/-7)
scripts/miscellaneous/news.m (+3/-1)
scripts/miscellaneous/open.m (+78/-0)
scripts/miscellaneous/orderfields.m (+61/-31)
scripts/miscellaneous/pack.m (+9/-3)
scripts/miscellaneous/paren.m (+1/-1)
scripts/miscellaneous/parseparams.m (+38/-12)
scripts/miscellaneous/perl.m (+9/-4)
scripts/miscellaneous/private/__w2mpth__.m (+72/-0)
scripts/miscellaneous/private/__xzip__.m (+33/-49)
scripts/miscellaneous/private/display_info_file.m (+1/-1)
scripts/miscellaneous/python.m (+9/-4)
scripts/miscellaneous/recycle.m (+20/-15)
scripts/miscellaneous/rmappdata.m (+47/-27)
scripts/miscellaneous/run.m (+18/-14)
scripts/miscellaneous/semicolon.m (+1/-1)
scripts/miscellaneous/setappdata.m (+56/-24)
scripts/miscellaneous/setfield.m (+62/-42)
scripts/miscellaneous/substruct.m (+24/-23)
scripts/miscellaneous/swapbytes.m (+23/-14)
scripts/miscellaneous/symvar.m (+31/-11)
scripts/miscellaneous/tar.m (+98/-27)
scripts/miscellaneous/tempdir.m (+12/-3)
scripts/miscellaneous/tempname.m (+0/-36)
scripts/miscellaneous/tmpnam.m (+51/-0)
scripts/miscellaneous/unix.m (+9/-6)
scripts/miscellaneous/unpack.m (+143/-47)
scripts/miscellaneous/untar.m (+20/-8)
scripts/miscellaneous/unzip.m (+22/-10)
scripts/miscellaneous/ver.m (+58/-60)
scripts/miscellaneous/version.m (+3/-3)
scripts/miscellaneous/warning_ids.m (+13/-17)
scripts/miscellaneous/what.m (+90/-33)
scripts/miscellaneous/xor.m (+50/-20)
scripts/miscellaneous/zip.m (+81/-27)
scripts/mk-pkg-add (+4/-4)
scripts/mkdoc.pl (+60/-53)
scripts/optimization/__all_opts__.m (+1/-1)
scripts/optimization/fminbnd.m (+21/-10)
scripts/optimization/fminsearch.m (+12/-12)
scripts/optimization/fminunc.m (+34/-27)
scripts/optimization/fsolve.m (+29/-24)
scripts/optimization/fzero.m (+20/-16)
scripts/optimization/glpk.m (+40/-43)
scripts/optimization/lsqnonneg.m (+17/-12)
scripts/optimization/optimget.m (+26/-16)
scripts/optimization/optimset.m (+34/-17)
scripts/optimization/pqpnonneg.m (+14/-10)
scripts/optimization/private/__fdjac__.m (+1/-1)
scripts/optimization/qp.m (+17/-14)
scripts/optimization/sqp.m (+70/-61)
scripts/path/matlabroot.m (+3/-4)
scripts/path/module.mk (+5/-1)
scripts/path/pathdef.m (+48/-74)
scripts/path/private/getsavepath.m (+53/-0)
scripts/path/savepath.m (+100/-85)
scripts/pkg/module.mk (+1/-0)
scripts/pkg/pkg.m (+95/-73)
scripts/pkg/private/build.m (+1/-1)
scripts/pkg/private/configure_make.m (+26/-12)
scripts/pkg/private/copy_files.m (+1/-2)
scripts/pkg/private/create_pkgadddel.m (+2/-2)
scripts/pkg/private/default_prefix.m (+39/-0)
scripts/pkg/private/describe.m (+1/-1)
scripts/pkg/private/dirempty.m (+1/-1)
scripts/pkg/private/extract_pkg.m (+1/-1)
scripts/pkg/private/finish_installation.m (+1/-1)
scripts/pkg/private/fix_depends.m (+3/-3)
scripts/pkg/private/fix_version.m (+1/-1)
scripts/pkg/private/generate_lookfor_cache.m (+1/-1)
scripts/pkg/private/get_description.m (+1/-1)
scripts/pkg/private/get_forge_download.m (+1/-1)
scripts/pkg/private/get_forge_pkg.m (+4/-3)
scripts/pkg/private/get_unsatisfied_deps.m (+1/-1)
scripts/pkg/private/getarch.m (+1/-1)
scripts/pkg/private/getarchdir.m (+1/-1)
scripts/pkg/private/getarchprefix.m (+2/-3)
scripts/pkg/private/install.m (+8/-7)
scripts/pkg/private/installed_packages.m (+42/-43)
scripts/pkg/private/is_architecture_dependent.m (+1/-1)
scripts/pkg/private/list_forge_packages.m (+1/-1)
scripts/pkg/private/load_package_dirs.m (+2/-2)
scripts/pkg/private/load_packages.m (+3/-3)
scripts/pkg/private/load_packages_and_dependencies.m (+1/-1)
scripts/pkg/private/packinfo_copy_file.m (+2/-2)
scripts/pkg/private/parse_pkg_idx.m (+1/-1)
scripts/pkg/private/prepare_installation.m (+1/-1)
scripts/pkg/private/print_package_description.m (+1/-1)
scripts/pkg/private/rebuild.m (+2/-2)
scripts/pkg/private/repackage.m (+1/-1)
scripts/pkg/private/save_order.m (+3/-3)
scripts/pkg/private/shell.m (+1/-1)
scripts/pkg/private/uninstall.m (+77/-72)
scripts/pkg/private/unload_packages.m (+1/-1)
scripts/pkg/private/verify_directory.m (+1/-1)
scripts/pkg/private/write_index.m (+2/-2)
scripts/plot/appearance/__clabel__.m (+5/-1)
scripts/plot/appearance/__getlegenddata__.m (+7/-3)
scripts/plot/appearance/annotation.m (+1491/-0)
scripts/plot/appearance/axis.m (+24/-24)
scripts/plot/appearance/box.m (+6/-6)
scripts/plot/appearance/caxis.m (+5/-5)
scripts/plot/appearance/clabel.m (+4/-4)
scripts/plot/appearance/daspect.m (+5/-5)
scripts/plot/appearance/datetick.m (+22/-19)
scripts/plot/appearance/diffuse.m (+10/-10)
scripts/plot/appearance/grid.m (+31/-10)
scripts/plot/appearance/gtext.m (+1/-1)
scripts/plot/appearance/hidden.m (+4/-3)
scripts/plot/appearance/legend.m (+124/-76)
scripts/plot/appearance/module.mk (+1/-0)
scripts/plot/appearance/orient.m (+3/-3)
scripts/plot/appearance/pbaspect.m (+1/-1)
scripts/plot/appearance/private/__axis_label__.m (+1/-1)
scripts/plot/appearance/private/__axis_limits__.m (+7/-2)
scripts/plot/appearance/shading.m (+2/-2)
scripts/plot/appearance/specular.m (+31/-31)
scripts/plot/appearance/text.m (+5/-3)
scripts/plot/appearance/title.m (+2/-2)
scripts/plot/appearance/view.m (+1/-1)
scripts/plot/appearance/whitebg.m (+10/-9)
scripts/plot/appearance/xlabel.m (+2/-2)
scripts/plot/appearance/xlim.m (+5/-3)
scripts/plot/appearance/ylabel.m (+2/-2)
scripts/plot/appearance/ylim.m (+4/-2)
scripts/plot/appearance/zlabel.m (+2/-2)
scripts/plot/appearance/zlim.m (+4/-2)
scripts/plot/draw/area.m (+8/-8)
scripts/plot/draw/bar.m (+3/-3)
scripts/plot/draw/barh.m (+4/-4)
scripts/plot/draw/colorbar.m (+26/-43)
scripts/plot/draw/comet.m (+4/-3)
scripts/plot/draw/comet3.m (+5/-3)
scripts/plot/draw/compass.m (+2/-2)
scripts/plot/draw/contour.m (+4/-3)
scripts/plot/draw/contour3.m (+2/-2)
scripts/plot/draw/contourc.m (+2/-2)
scripts/plot/draw/contourf.m (+4/-3)
scripts/plot/draw/cylinder.m (+2/-2)
scripts/plot/draw/ellipsoid.m (+4/-4)
scripts/plot/draw/errorbar.m (+5/-5)
scripts/plot/draw/ezcontour.m (+2/-2)
scripts/plot/draw/ezcontourf.m (+2/-2)
scripts/plot/draw/ezmesh.m (+2/-2)
scripts/plot/draw/ezmeshc.m (+1/-1)
scripts/plot/draw/ezplot.m (+1/-1)
scripts/plot/draw/ezplot3.m (+1/-1)
scripts/plot/draw/ezpolar.m (+2/-2)
scripts/plot/draw/ezsurf.m (+1/-1)
scripts/plot/draw/ezsurfc.m (+1/-1)
scripts/plot/draw/feather.m (+2/-2)
scripts/plot/draw/fill.m (+49/-12)
scripts/plot/draw/fplot.m (+15/-7)
scripts/plot/draw/hist.m (+4/-4)
scripts/plot/draw/isocolors.m (+6/-4)
scripts/plot/draw/isonormals.m (+6/-4)
scripts/plot/draw/isosurface.m (+6/-3)
scripts/plot/draw/line.m (+13/-1)
scripts/plot/draw/loglog.m (+1/-1)
scripts/plot/draw/loglogerr.m (+1/-1)
scripts/plot/draw/mesh.m (+26/-7)
scripts/plot/draw/meshc.m (+13/-8)
scripts/plot/draw/meshz.m (+50/-37)
scripts/plot/draw/pareto.m (+5/-3)
scripts/plot/draw/patch.m (+17/-5)
scripts/plot/draw/pcolor.m (+11/-3)
scripts/plot/draw/peaks.m (+7/-4)
scripts/plot/draw/pie.m (+4/-4)
scripts/plot/draw/pie3.m (+3/-3)
scripts/plot/draw/plot.m (+4/-4)
scripts/plot/draw/plot3.m (+5/-3)
scripts/plot/draw/plotmatrix.m (+11/-8)
scripts/plot/draw/plotyy.m (+139/-190)
scripts/plot/draw/polar.m (+211/-4)
scripts/plot/draw/private/__add_datasource__.m (+1/-1)
scripts/plot/draw/private/__bar__.m (+6/-4)
scripts/plot/draw/private/__contour__.m (+4/-4)
scripts/plot/draw/private/__errcomm__.m (+3/-3)
scripts/plot/draw/private/__errplot__.m (+5/-5)
scripts/plot/draw/private/__ezplot__.m (+26/-22)
scripts/plot/draw/private/__interp_cube__.m (+4/-4)
scripts/plot/draw/private/__line__.m (+3/-2)
scripts/plot/draw/private/__marching_cube__.m (+9/-8)
scripts/plot/draw/private/__patch__.m (+19/-199)
scripts/plot/draw/private/__pie__.m (+1/-1)
scripts/plot/draw/private/__plt__.m (+7/-4)
scripts/plot/draw/private/__quiver__.m (+21/-23)
scripts/plot/draw/private/__scatter__.m (+16/-1)
scripts/plot/draw/private/__stem__.m (+56/-27)
scripts/plot/draw/quiver.m (+5/-3)
scripts/plot/draw/quiver3.m (+5/-3)
scripts/plot/draw/rectangle.m (+6/-6)
scripts/plot/draw/ribbon.m (+3/-3)
scripts/plot/draw/rose.m (+8/-3)
scripts/plot/draw/scatter.m (+3/-3)
scripts/plot/draw/scatter3.m (+2/-2)
scripts/plot/draw/semilogx.m (+2/-2)
scripts/plot/draw/semilogxerr.m (+3/-3)
scripts/plot/draw/semilogy.m (+1/-1)
scripts/plot/draw/semilogyerr.m (+3/-3)
scripts/plot/draw/shrinkfaces.m (+43/-32)
scripts/plot/draw/slice.m (+4/-2)
scripts/plot/draw/sombrero.m (+2/-2)
scripts/plot/draw/sphere.m (+3/-3)
scripts/plot/draw/stairs.m (+5/-5)
scripts/plot/draw/stem.m (+18/-3)
scripts/plot/draw/stem3.m (+1/-1)
scripts/plot/draw/stemleaf.m (+33/-33)
scripts/plot/draw/surf.m (+2/-2)
scripts/plot/draw/surface.m (+106/-105)
scripts/plot/draw/surfc.m (+11/-5)
scripts/plot/draw/surfl.m (+4/-6)
scripts/plot/draw/surfnorm.m (+94/-59)
scripts/plot/draw/tetramesh.m (+14/-14)
scripts/plot/draw/trimesh.m (+4/-4)
scripts/plot/draw/triplot.m (+2/-2)
scripts/plot/draw/trisurf.m (+4/-4)
scripts/plot/draw/waterfall.m (+1/-1)
scripts/plot/util/__actual_axis_position__.m (+5/-2)
scripts/plot/util/__default_plot_options__.m (+11/-1)
scripts/plot/util/__gnuplot_drawnow__.m (+9/-7)
scripts/plot/util/__next_line_color__.m (+21/-2)
scripts/plot/util/__next_line_style__.m (+21/-1)
scripts/plot/util/__plt_get_axis_arg__.m (+2/-2)
scripts/plot/util/__pltopt__.m (+37/-1)
scripts/plot/util/allchild.m (+6/-5)
scripts/plot/util/ancestor.m (+5/-4)
scripts/plot/util/axes.m (+42/-15)
scripts/plot/util/cla.m (+1/-1)
scripts/plot/util/clf.m (+9/-3)
scripts/plot/util/close.m (+28/-10)
scripts/plot/util/closereq.m (+1/-1)
scripts/plot/util/colstyle.m (+9/-7)
scripts/plot/util/copyobj.m (+65/-37)
scripts/plot/util/figure.m (+21/-12)
scripts/plot/util/findall.m (+2/-2)
scripts/plot/util/findfigs.m (+1/-1)
scripts/plot/util/findobj.m (+26/-16)
scripts/plot/util/frame2im.m (+106/-0)
scripts/plot/util/gca.m (+1/-1)
scripts/plot/util/gcbf.m (+1/-1)
scripts/plot/util/gcbo.m (+2/-2)
scripts/plot/util/gcf.m (+1/-1)
scripts/plot/util/gco.m (+1/-1)
scripts/plot/util/ginput.m (+99/-12)
scripts/plot/util/gnuplot_binary.in (+6/-5)
scripts/plot/util/gnuplot_binary.m (+6/-5)
scripts/plot/util/graphics_toolkit.m (+15/-4)
scripts/plot/util/hdl2struct.m (+5/-5)
scripts/plot/util/hggroup.m (+4/-4)
scripts/plot/util/hgload.m (+69/-0)
scripts/plot/util/hgsave.m (+130/-0)
scripts/plot/util/hold.m (+2/-3)
scripts/plot/util/im2frame.m (+103/-0)
scripts/plot/util/isaxes.m (+3/-4)
scripts/plot/util/isfigure.m (+3/-4)
scripts/plot/util/ishghandle.m (+1/-1)
scripts/plot/util/ishold.m (+2/-2)
scripts/plot/util/isprop.m (+7/-4)
scripts/plot/util/linkaxes.m (+167/-0)
scripts/plot/util/linkprop.m (+108/-38)
scripts/plot/util/meshgrid.m (+3/-3)
scripts/plot/util/module.mk (+10/-2)
scripts/plot/util/ndgrid.m (+9/-8)
scripts/plot/util/newplot.m (+31/-23)
scripts/plot/util/pan.m (+119/-0)
scripts/plot/util/print.m (+123/-103)
scripts/plot/util/printd.m (+20/-20)
scripts/plot/util/private/__add_default_menu__.m (+66/-44)
scripts/plot/util/private/__fltk_ginput__.m (+0/-95)
scripts/plot/util/private/__fltk_print__.m (+0/-174)
scripts/plot/util/private/__ghostscript__.m (+31/-16)
scripts/plot/util/private/__gnuplot_get_var__.m (+2/-2)
scripts/plot/util/private/__gnuplot_ginput__.m (+4/-3)
scripts/plot/util/private/__gnuplot_has_feature__.m (+1/-1)
scripts/plot/util/private/__gnuplot_has_terminal__.m (+1/-1)
scripts/plot/util/private/__gnuplot_open_stream__.m (+1/-1)
scripts/plot/util/private/__gnuplot_print__.m (+6/-4)
scripts/plot/util/private/__gnuplot_version__.m (+1/-1)
scripts/plot/util/private/__go_draw_axes__.m (+205/-169)
scripts/plot/util/private/__go_draw_figure__.m (+6/-6)
scripts/plot/util/private/__opengl_print__.m (+180/-0)
scripts/plot/util/private/__print_parse_opts__.m (+35/-36)
scripts/plot/util/private/__tight_eps_bbox__.m (+1/-1)
scripts/plot/util/refresh.m (+1/-1)
scripts/plot/util/refreshdata.m (+3/-3)
scripts/plot/util/rotate.m (+188/-0)
scripts/plot/util/rotate3d.m (+108/-0)
scripts/plot/util/saveas.m (+9/-9)
scripts/plot/util/shg.m (+1/-1)
scripts/plot/util/struct2hdl.m (+22/-19)
scripts/plot/util/subplot.m (+269/-221)
scripts/plot/util/zoom.m (+199/-0)
scripts/polynomial/compan.m (+3/-3)
scripts/polynomial/conv.m (+3/-3)
scripts/polynomial/deconv.m (+2/-2)
scripts/polynomial/mkpp.m (+17/-17)
scripts/polynomial/mpoles.m (+9/-9)
scripts/polynomial/pchip.m (+18/-16)
scripts/polynomial/poly.m (+10/-8)
scripts/polynomial/polyaffine.m (+5/-4)
scripts/polynomial/polyder.m (+6/-3)
scripts/polynomial/polyeig.m (+43/-31)
scripts/polynomial/polyfit.m (+23/-17)
scripts/polynomial/polygcd.m (+12/-7)
scripts/polynomial/polyint.m (+5/-3)
scripts/polynomial/polyout.m (+8/-4)
scripts/polynomial/polyreduce.m (+1/-1)
scripts/polynomial/polyval.m (+14/-12)
scripts/polynomial/polyvalm.m (+1/-1)
scripts/polynomial/ppder.m (+6/-6)
scripts/polynomial/ppint.m (+2/-1)
scripts/polynomial/ppjumps.m (+2/-1)
scripts/polynomial/ppval.m (+7/-7)
scripts/polynomial/private/__splinefit__.m (+19/-19)
scripts/polynomial/residue.m (+18/-16)
scripts/polynomial/roots.m (+9/-7)
scripts/polynomial/spline.m (+19/-16)
scripts/polynomial/splinefit.m (+10/-9)
scripts/polynomial/unmkpp.m (+8/-7)
scripts/prefs/addpref.m (+12/-10)
scripts/prefs/getpref.m (+21/-18)
scripts/prefs/ispref.m (+12/-11)
scripts/prefs/prefdir.m (+4/-4)
scripts/prefs/preferences.m (+2/-2)
scripts/prefs/private/loadprefs.m (+4/-4)
scripts/prefs/private/prefsfile.m (+5/-5)
scripts/prefs/private/saveprefs.m (+4/-4)
scripts/prefs/rmpref.m (+7/-10)
scripts/prefs/setpref.m (+12/-10)
scripts/set/intersect.m (+47/-20)
scripts/set/ismember.m (+91/-79)
scripts/set/module.mk (+1/-1)
scripts/set/powerset.m (+28/-15)
scripts/set/private/validargs.m (+0/-58)
scripts/set/private/validsetargs.m (+61/-0)
scripts/set/setdiff.m (+58/-36)
scripts/set/setxor.m (+87/-27)
scripts/set/union.m (+58/-52)
scripts/set/unique.m (+56/-52)
scripts/signal/arch_fit.m (+27/-25)
scripts/signal/arch_rnd.m (+9/-8)
scripts/signal/arch_test.m (+3/-3)
scripts/signal/arma_rnd.m (+13/-11)
scripts/signal/autoreg_matrix.m (+9/-7)
scripts/signal/bartlett.m (+9/-8)
scripts/signal/blackman.m (+40/-12)
scripts/signal/detrend.m (+6/-7)
scripts/signal/diffpara.m (+27/-26)
scripts/signal/durbinlevinson.m (+11/-11)
scripts/signal/fftconv.m (+6/-6)
scripts/signal/fftfilt.m (+8/-10)
scripts/signal/fftshift.m (+11/-10)
scripts/signal/filter2.m (+7/-6)
scripts/signal/fractdiff.m (+1/-1)
scripts/signal/freqz.m (+36/-15)
scripts/signal/freqz_plot.m (+1/-1)
scripts/signal/hamming.m (+39/-11)
scripts/signal/hanning.m (+38/-10)
scripts/signal/hurst.m (+4/-3)
scripts/signal/ifftshift.m (+6/-4)
scripts/signal/module.mk (+1/-1)
scripts/signal/periodogram.m (+123/-96)
scripts/signal/private/rectangle_lw.m (+1/-1)
scripts/signal/private/rectangle_sw.m (+1/-1)
scripts/signal/private/triangle_lw.m (+1/-1)
scripts/signal/private/triangle_sw.m (+1/-1)
scripts/signal/sinc.m (+4/-2)
scripts/signal/sinetone.m (+7/-14)
scripts/signal/sinewave.m (+4/-3)
scripts/signal/spectral_adf.m (+7/-7)
scripts/signal/spectral_xdf.m (+11/-10)
scripts/signal/spencer.m (+2/-3)
scripts/signal/stft.m (+7/-8)
scripts/signal/synthesis.m (+2/-3)
scripts/signal/unwrap.m (+7/-5)
scripts/signal/yulewalker.m (+5/-5)
scripts/sparse/bicg.m (+25/-23)
scripts/sparse/bicgstab.m (+20/-21)
scripts/sparse/cgs.m (+19/-21)
scripts/sparse/colperm.m (+7/-5)
scripts/sparse/eigs.m (+54/-50)
scripts/sparse/etreeplot.m (+5/-4)
scripts/sparse/gmres.m (+15/-16)
scripts/sparse/gplot.m (+10/-11)
scripts/sparse/ichol.m (+469/-0)
scripts/sparse/ilu.m (+536/-0)
scripts/sparse/module.mk (+3/-0)
scripts/sparse/nonzeros.m (+2/-2)
scripts/sparse/pcg.m (+22/-22)
scripts/sparse/pcr.m (+38/-36)
scripts/sparse/private/__sprand_impl__.m (+106/-43)
scripts/sparse/qmr.m (+325/-0)
scripts/sparse/spaugment.m (+12/-12)
scripts/sparse/spconvert.m (+6/-6)
scripts/sparse/spdiags.m (+121/-39)
scripts/sparse/speye.m (+1/-1)
scripts/sparse/spfun.m (+6/-5)
scripts/sparse/spones.m (+4/-3)
scripts/sparse/sprand.m (+53/-26)
scripts/sparse/sprandn.m (+53/-26)
scripts/sparse/sprandsym.m (+4/-4)
scripts/sparse/spstats.m (+11/-10)
scripts/sparse/spy.m (+7/-5)
scripts/sparse/svds.m (+11/-10)
scripts/sparse/treelayout.m (+10/-8)
scripts/sparse/treeplot.m (+13/-8)
scripts/specfun/bessel.m (+14/-18)
scripts/specfun/beta.m (+21/-10)
scripts/specfun/betaln.m (+25/-7)
scripts/specfun/ellipke.m (+74/-23)
scripts/specfun/expint.m (+4/-4)
scripts/specfun/factor.m (+39/-37)
scripts/specfun/factorial.m (+30/-10)
scripts/specfun/isprime.m (+125/-42)
scripts/specfun/lcm.m (+25/-24)
scripts/specfun/legendre.m (+52/-47)
scripts/specfun/nchoosek.m (+45/-37)
scripts/specfun/nthroot.m (+43/-31)
scripts/specfun/perms.m (+14/-4)
scripts/specfun/pow2.m (+7/-6)
scripts/specfun/primes.m (+21/-14)
scripts/specfun/reallog.m (+13/-6)
scripts/specfun/realpow.m (+21/-15)
scripts/specfun/realsqrt.m (+12/-6)
scripts/special-matrix/gallery.m (+849/-831)
scripts/special-matrix/hadamard.m (+6/-5)
scripts/special-matrix/hankel.m (+11/-10)
scripts/special-matrix/hilb.m (+7/-6)
scripts/special-matrix/invhilb.m (+15/-14)
scripts/special-matrix/magic.m (+6/-5)
scripts/special-matrix/pascal.m (+17/-11)
scripts/special-matrix/rosser.m (+3/-3)
scripts/special-matrix/toeplitz.m (+8/-7)
scripts/special-matrix/vander.m (+4/-3)
scripts/special-matrix/wilkinson.m (+7/-6)
scripts/startup/__finish__.m (+1/-1)
scripts/startup/inputrc (+7/-2)
scripts/statistics/base/center.m (+12/-2)
scripts/statistics/base/cloglog.m (+5/-3)
scripts/statistics/base/corr.m (+2/-2)
scripts/statistics/base/cov.m (+3/-3)
scripts/statistics/base/gls.m (+7/-5)
scripts/statistics/base/histc.m (+10/-10)
scripts/statistics/base/iqr.m (+10/-7)
scripts/statistics/base/kendall.m (+6/-6)
scripts/statistics/base/kurtosis.m (+8/-6)
scripts/statistics/base/logit.m (+6/-4)
scripts/statistics/base/lscov.m (+189/-0)
scripts/statistics/base/mahalanobis.m (+6/-5)
scripts/statistics/base/mean.m (+9/-6)
scripts/statistics/base/meansq.m (+5/-3)
scripts/statistics/base/median.m (+9/-8)
scripts/statistics/base/mode.m (+7/-4)
scripts/statistics/base/module.mk (+1/-0)
scripts/statistics/base/moment.m (+9/-9)
scripts/statistics/base/ols.m (+10/-9)
scripts/statistics/base/ppplot.m (+18/-15)
scripts/statistics/base/prctile.m (+30/-19)
scripts/statistics/base/probit.m (+5/-4)
scripts/statistics/base/qqplot.m (+4/-5)
scripts/statistics/base/quantile.m (+43/-15)
scripts/statistics/base/range.m (+7/-5)
scripts/statistics/base/ranks.m (+5/-4)
scripts/statistics/base/run_count.m (+7/-7)
scripts/statistics/base/runlength.m (+12/-6)
scripts/statistics/base/skewness.m (+6/-4)
scripts/statistics/base/spearman.m (+7/-7)
scripts/statistics/base/statistics.m (+5/-4)
scripts/statistics/base/std.m (+6/-4)
scripts/statistics/base/table.m (+6/-5)
scripts/statistics/base/var.m (+8/-6)
scripts/statistics/base/zscore.m (+16/-12)
scripts/statistics/distributions/betacdf.m (+4/-4)
scripts/statistics/distributions/betainv.m (+9/-10)
scripts/statistics/distributions/betapdf.m (+12/-12)
scripts/statistics/distributions/betarnd.m (+7/-7)
scripts/statistics/distributions/binocdf.m (+4/-4)
scripts/statistics/distributions/binoinv.m (+6/-6)
scripts/statistics/distributions/binopdf.m (+9/-9)
scripts/statistics/distributions/binornd.m (+7/-7)
scripts/statistics/distributions/cauchy_cdf.m (+10/-9)
scripts/statistics/distributions/cauchy_inv.m (+10/-9)
scripts/statistics/distributions/cauchy_pdf.m (+11/-10)
scripts/statistics/distributions/cauchy_rnd.m (+11/-10)
scripts/statistics/distributions/chi2cdf.m (+7/-7)
scripts/statistics/distributions/chi2inv.m (+6/-7)
scripts/statistics/distributions/chi2pdf.m (+6/-7)
scripts/statistics/distributions/chi2rnd.m (+6/-6)
scripts/statistics/distributions/discrete_cdf.m (+7/-7)
scripts/statistics/distributions/discrete_inv.m (+6/-6)
scripts/statistics/distributions/discrete_pdf.m (+8/-8)
scripts/statistics/distributions/discrete_rnd.m (+6/-6)
scripts/statistics/distributions/empirical_cdf.m (+5/-5)
scripts/statistics/distributions/empirical_inv.m (+5/-5)
scripts/statistics/distributions/empirical_pdf.m (+18/-6)
scripts/statistics/distributions/empirical_rnd.m (+4/-5)
scripts/statistics/distributions/expcdf.m (+6/-7)
scripts/statistics/distributions/expinv.m (+7/-7)
scripts/statistics/distributions/exppdf.m (+6/-6)
scripts/statistics/distributions/exprnd.m (+6/-6)
scripts/statistics/distributions/fcdf.m (+4/-4)
scripts/statistics/distributions/finv.m (+6/-7)
scripts/statistics/distributions/fpdf.m (+7/-8)
scripts/statistics/distributions/frnd.m (+7/-7)
scripts/statistics/distributions/gamcdf.m (+7/-7)
scripts/statistics/distributions/gaminv.m (+9/-9)
scripts/statistics/distributions/gampdf.m (+6/-6)
scripts/statistics/distributions/gamrnd.m (+8/-8)
scripts/statistics/distributions/geocdf.m (+4/-4)
scripts/statistics/distributions/geoinv.m (+6/-6)
scripts/statistics/distributions/geopdf.m (+6/-6)
scripts/statistics/distributions/geornd.m (+6/-6)
scripts/statistics/distributions/hygecdf.m (+11/-10)
scripts/statistics/distributions/hygeinv.m (+13/-11)
scripts/statistics/distributions/hygepdf.m (+11/-9)
scripts/statistics/distributions/hygernd.m (+5/-5)
scripts/statistics/distributions/kolmogorov_smirnov_cdf.m (+6/-4)
scripts/statistics/distributions/laplace_cdf.m (+6/-6)
scripts/statistics/distributions/laplace_inv.m (+5/-5)
scripts/statistics/distributions/laplace_pdf.m (+7/-7)
scripts/statistics/distributions/laplace_rnd.m (+3/-3)
scripts/statistics/distributions/logistic_cdf.m (+4/-4)
scripts/statistics/distributions/logistic_inv.m (+5/-5)
scripts/statistics/distributions/logistic_pdf.m (+4/-4)
scripts/statistics/distributions/logistic_rnd.m (+3/-3)
scripts/statistics/distributions/logncdf.m (+8/-7)
scripts/statistics/distributions/logninv.m (+10/-9)
scripts/statistics/distributions/lognpdf.m (+10/-9)
scripts/statistics/distributions/lognrnd.m (+7/-7)
scripts/statistics/distributions/nbincdf.m (+13/-14)
scripts/statistics/distributions/nbininv.m (+13/-14)
scripts/statistics/distributions/nbinpdf.m (+14/-15)
scripts/statistics/distributions/nbinrnd.m (+9/-9)
scripts/statistics/distributions/normcdf.m (+7/-7)
scripts/statistics/distributions/norminv.m (+7/-7)
scripts/statistics/distributions/normpdf.m (+7/-7)
scripts/statistics/distributions/normrnd.m (+9/-9)
scripts/statistics/distributions/poisscdf.m (+6/-7)
scripts/statistics/distributions/poissinv.m (+7/-8)
scripts/statistics/distributions/poisspdf.m (+6/-6)
scripts/statistics/distributions/poissrnd.m (+6/-6)
scripts/statistics/distributions/stdnormal_cdf.m (+5/-5)
scripts/statistics/distributions/stdnormal_inv.m (+3/-3)
scripts/statistics/distributions/stdnormal_pdf.m (+6/-6)
scripts/statistics/distributions/stdnormal_rnd.m (+3/-3)
scripts/statistics/distributions/tcdf.m (+9/-9)
scripts/statistics/distributions/tinv.m (+10/-8)
scripts/statistics/distributions/tpdf.m (+7/-7)
scripts/statistics/distributions/trnd.m (+8/-7)
scripts/statistics/distributions/unidcdf.m (+6/-6)
scripts/statistics/distributions/unidinv.m (+5/-5)
scripts/statistics/distributions/unidpdf.m (+8/-8)
scripts/statistics/distributions/unidrnd.m (+7/-6)
scripts/statistics/distributions/unifcdf.m (+6/-6)
scripts/statistics/distributions/unifinv.m (+6/-7)
scripts/statistics/distributions/unifpdf.m (+4/-4)
scripts/statistics/distributions/unifrnd.m (+9/-9)
scripts/statistics/distributions/wblcdf.m (+7/-5)
scripts/statistics/distributions/wblinv.m (+6/-6)
scripts/statistics/distributions/wblpdf.m (+8/-6)
scripts/statistics/distributions/wblrnd.m (+7/-7)
scripts/statistics/distributions/wienrnd.m (+9/-7)
scripts/statistics/models/logistic_regression.m (+4/-4)
scripts/statistics/models/module.mk (+1/-1)
scripts/statistics/models/private/logistic_regression_derivatives.m (+2/-1)
scripts/statistics/models/private/logistic_regression_likelihood.m (+2/-1)
scripts/statistics/tests/anova.m (+19/-18)
scripts/statistics/tests/bartlett_test.m (+1/-1)
scripts/statistics/tests/chisquare_test_homogeneity.m (+3/-3)
scripts/statistics/tests/chisquare_test_independence.m (+10/-9)
scripts/statistics/tests/cor_test.m (+17/-17)
scripts/statistics/tests/f_test_regression.m (+6/-6)
scripts/statistics/tests/hotelling_test.m (+3/-3)
scripts/statistics/tests/hotelling_test_2.m (+2/-2)
scripts/statistics/tests/kolmogorov_smirnov_test.m (+14/-13)
scripts/statistics/tests/kolmogorov_smirnov_test_2.m (+16/-16)
scripts/statistics/tests/kruskal_wallis_test.m (+13/-15)
scripts/statistics/tests/manova.m (+17/-15)
scripts/statistics/tests/mcnemar_test.m (+7/-7)
scripts/statistics/tests/prop_test_2.m (+22/-21)
scripts/statistics/tests/run_test.m (+6/-4)
scripts/statistics/tests/sign_test.m (+18/-17)
scripts/statistics/tests/t_test.m (+47/-16)
scripts/statistics/tests/t_test_2.m (+17/-17)
scripts/statistics/tests/t_test_regression.m (+13/-14)
scripts/statistics/tests/u_test.m (+23/-21)
scripts/statistics/tests/var_test.m (+15/-15)
scripts/statistics/tests/welch_test.m (+9/-8)
scripts/statistics/tests/wilcoxon_test.m (+12/-10)
scripts/statistics/tests/z_test.m (+46/-14)
scripts/statistics/tests/z_test_2.m (+17/-15)
scripts/strings/base2dec.m (+7/-8)
scripts/strings/bin2dec.m (+5/-3)
scripts/strings/blanks.m (+5/-3)
scripts/strings/cstrcat.m (+6/-4)
scripts/strings/deblank.m (+7/-6)
scripts/strings/dec2base.m (+12/-12)
scripts/strings/dec2bin.m (+11/-9)
scripts/strings/dec2hex.m (+11/-9)
scripts/strings/findstr.m (+9/-8)
scripts/strings/hex2dec.m (+6/-4)
scripts/strings/index.m (+5/-4)
scripts/strings/isletter.m (+4/-3)
scripts/strings/isstrprop.m (+11/-9)
scripts/strings/mat2str.m (+15/-9)
scripts/strings/ostrsplit.m (+8/-6)
scripts/strings/regexptranslate.m (+13/-12)
scripts/strings/rindex.m (+5/-3)
scripts/strings/str2num.m (+9/-9)
scripts/strings/strcat.m (+8/-7)
scripts/strings/strchr.m (+6/-4)
scripts/strings/strjoin.m (+9/-9)
scripts/strings/strjust.m (+8/-7)
scripts/strings/strmatch.m (+6/-3)
scripts/strings/strsplit.m (+111/-94)
scripts/strings/strtok.m (+24/-19)
scripts/strings/strtrim.m (+8/-5)
scripts/strings/strtrunc.m (+8/-6)
scripts/strings/substr.m (+4/-4)
scripts/strings/untabify.m (+13/-12)
scripts/strings/validatestring.m (+16/-17)
scripts/testfun/__have_feature__.m (+5/-1)
scripts/testfun/__printf_assert__.m (+6/-2)
scripts/testfun/__prog_output_assert__.m (+6/-2)
scripts/testfun/__run_test_suite__.m (+101/-87)
scripts/testfun/assert.m (+42/-24)
scripts/testfun/demo.m (+55/-41)
scripts/testfun/example.m (+41/-25)
scripts/testfun/fail.m (+58/-53)
scripts/testfun/rundemos.m (+20/-22)
scripts/testfun/runtests.m (+19/-21)
scripts/testfun/speed.m (+47/-49)
scripts/testfun/test.m (+562/-492)
scripts/time/addtodate.m (+2/-2)
scripts/time/asctime.m (+5/-3)
scripts/time/calendar.m (+4/-4)
scripts/time/clock.m (+8/-7)
scripts/time/ctime.m (+4/-2)
scripts/time/date.m (+1/-1)
scripts/time/datenum.m (+32/-21)
scripts/time/datestr.m (+51/-49)
scripts/time/datevec.m (+46/-17)
scripts/time/eomday.m (+2/-3)
scripts/time/etime.m (+7/-5)
scripts/time/is_leap_year.m (+5/-3)
scripts/time/now.m (+2/-3)
scripts/time/weekday.m (+6/-6)
src/Makefile.am (+34/-9)
src/Makefile.in (+617/-317)
src/display-available.c (+96/-0)
src/display-available.h (+32/-0)
src/main-cli.cc (+1/-1)
src/main-gui.cc (+1/-1)
src/main.in.cc (+33/-98)
src/mkoctfile.in.cc (+64/-40)
src/octave-config.in.cc (+21/-16)
src/shared-fcns.h (+1/-1)
test/Makefile.am (+13/-5)
test/Makefile.in (+527/-303)
test/args.tst (+1/-1)
test/build-bc-overload-tests.sh (+4/-4)
test/build-sparse-tests.sh (+13/-14)
test/classdef/classdef.tst (+73/-0)
test/classdef/foo_method_changes_property_size.m (+14/-0)
test/classdef/foo_static_method_constant_property.m (+30/-0)
test/classdef/foo_value_class.m (+28/-0)
test/classdef/module.mk (+7/-0)
test/classes/classes.tst (+2/-2)
test/colormaps.tst (+42/-0)
test/complex.tst (+64/-0)
test/ctor-vs-method/ctor-vs-method.tst (+1/-1)
test/diag-perm.tst (+1/-1)
test/error.tst (+31/-1)
test/eval-catch.tst (+1/-1)
test/fcn-handle-derived-resolution/@derived/derived.m (+0/-5)
test/fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m (+5/-0)
test/fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m (+4/-0)
test/fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m (+3/-0)
test/fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m (+3/-0)
test/fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m (+7/-0)
test/fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m (+4/-0)
test/fcn-handle-derived-resolution/@fhdr_parent/numel.m (+3/-0)
test/fcn-handle-derived-resolution/@other/getsize_arrayfun.m (+0/-3)
test/fcn-handle-derived-resolution/@other/getsize_cellfun.m (+0/-3)
test/fcn-handle-derived-resolution/@other/getsize_loop.m (+0/-7)
test/fcn-handle-derived-resolution/@other/other.m (+0/-4)
test/fcn-handle-derived-resolution/@parent/numel.m (+0/-3)
test/fcn-handle-derived-resolution/@parent/parent.m (+0/-4)
test/fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst (+21/-13)
test/fcn-handle-derived-resolution/module.mk (+7/-7)
test/fntests.m (+1/-1)
test/for.tst (+1/-1)
test/func.tst (+1/-1)
test/global.tst (+1/-1)
test/if.tst (+1/-1)
test/index.tst (+1/-1)
test/io.tst (+56/-21)
test/jit.tst (+176/-12)
test/line-continue.tst (+2/-2)
test/logical-index.tst (+1/-1)
test/null-assign.tst (+47/-1)
test/parser.tst (+11/-1)
test/prefer.tst (+12/-18)
test/range.tst (+1/-1)
test/recursion.tst (+1/-1)
test/return.tst (+1/-1)
test/slice.tst (+1/-1)
test/struct.tst (+1/-1)
test/switch.tst (+1/-1)
test/system.tst (+50/-28)
test/transpose.tst (+1/-1)
test/try.tst (+1/-1)
test/unwind.tst (+1/-1)
test/while.tst (+1/-1)
To merge this branch: bzr merge lp://staging/~mtmiller/ubuntu/wily/octave/fix-build-and-break
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+266656@code.staging.launchpad.net

This proposal has been superseded by a proposal from 2015-08-02.

Description of the change

This branch includes two changes necessary for a functional Octave 4.0.0 in wily. The first change fixes a build failure on the armhf architecture using a patch I am proposing for inclusion upstream. The patch disables building the Qt components of Octave when Qt was configured for GLES, as it appears to be on Ubuntu armhf. The second change updates the list of Breaks to the versions currently found in wily (some of which are already good for Octave 4.0, some of which will need to be rebuilt).

I've done a test build of the qt-requires-opengl.patch in my PPA (https://launchpad.net/~mtmiller/+archive/ubuntu/octave/+packages). The armhf build hasn't completed yet but it at least got past the point where the error appeared in 4.0.0-3.

To post a comment you must log in.

Unmerged revisions

35. By Mike Miller

Update control fields for Ubuntu upload

34. By Mike Miller

Adjust Breaks list to the versions found in wily.

33. By Mike Miller

qt-requires-opengl.patch: fix build failure on Ubuntu armhf, disable
building with Qt because Qt uses GLES.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: