[Pkg-octave-commit] [octave] 01/15: Merge branch 'upstream'

Sébastien Villemot sebastien at moszumanska.debian.org
Wed Dec 11 13:32:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave.

commit 54b57e8f97b3735316f10fbd775446c299348aa4
Merge: 699739f e5d346d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Dec 8 10:37:55 2013 +0100

    Merge branch 'upstream'

 AUTHORS                                            |    180 +-
 BUGS                                               |    138 +-
 CITATION                                           |     20 +
 ChangeLog                                          |   1047 +
 INSTALL                                            |      7 +-
 INSTALL.OCTAVE                                     |    633 +-
 Makefile.am                                        |     74 +-
 Makefile.in                                        |    898 +-
 NEWS                                               |    405 +-
 README                                             |      2 +-
 aclocal.m4                                         |    727 +-
 autogen.sh                                         |     53 -
 bootstrap                                          |    988 +
 bootstrap.conf                                     |    202 +
 build-aux/OctJavaQry.class                         |    Bin 0 -> 774 bytes
 build-aux/bootstrap                                |    973 -
 build-aux/bootstrap.conf                           |    131 -
 build-aux/common.mk                                |    305 +-
 build-aux/compile                                  |    347 +
 build-aux/config.guess                             |    194 +-
 build-aux/config.sub                               |    125 +-
 build-aux/depcomp                                  |    486 +-
 build-aux/find-files-with-tests.sh                 |     20 +
 build-aux/ltmain.sh                                |      4 +-
 build-aux/mdate-sh                                 |      3 +-
 build-aux/missing                                  |    406 +-
 build-aux/mk-opts.pl                               |     16 +-
 build-aux/mkinstalldirs                            |    162 -
 build-aux/snippet/_Noreturn.h                      |      2 +-
 build-aux/snippet/arg-nonnull.h                    |      4 +-
 build-aux/snippet/c++defs.h                        |      4 +-
 build-aux/snippet/unused-parameter.h               |     36 +
 build-aux/snippet/warn-on-use.h                    |      6 +-
 build-aux/stl_algo.h-fixed                         |   6324 +
 build-aux/ylwrap                                   |    205 +-
 config.h.in                                        |   3054 -
 config.in.h                                        |   3350 +
 configure                                          |  91022 ++++++------
 configure.ac                                       |   3082 +-
 doc/Makefile.am                                    |     10 +-
 doc/Makefile.in                                    |    708 +-
 doc/doxyhtml/Doxyfile.in                           |    317 +
 doc/doxyhtml/Makefile.am                           |     32 +
 doc/doxyhtml/Makefile.in                           |   2263 +
 doc/doxyhtml/README                                |     11 +
 doc/faq/Makefile.am                                |     34 -
 doc/faq/Makefile.in                                |   2307 -
 doc/faq/OctaveFAQ.dvi                              |    Bin 76952 -> 0 bytes
 doc/faq/OctaveFAQ.html/Bug-reports.html            |     48 -
 .../Built_002din-ODE-and-DAE-solvers.html          |     42 -
 doc/faq/OctaveFAQ.html/Coherent-syntax.html        |     44 -
 doc/faq/OctaveFAQ.html/Comments-with-_0023.html    |     45 -
 doc/faq/OctaveFAQ.html/Common-problems.html        |     77 -
 doc/faq/OctaveFAQ.html/Documentation.html          |     52 -
 .../Exclamation-mark-as-not-operator.html          |     51 -
 .../Functions-defined-on-the-command_002dline.html |     49 -
 doc/faq/OctaveFAQ.html/GPL.html                    |     72 -
 doc/faq/OctaveFAQ.html/Getting-Octave.html         |     43 -
 .../OctaveFAQ.html/Getting-additional-help.html    |     44 -
 .../OctaveFAQ.html/How-can-I-cite-Octave_003f.html |     51 -
 ...-set-the-number-of-displayed-decimals_003f.html |     44 -
 .../How-does-Octave-solve-linear-systems_003f.html |     45 -
 .../Increment-and-decrement-operators.html         |     59 -
 doc/faq/OctaveFAQ.html/Index.html                  |    136 -
 .../OctaveFAQ.html/Informative-block-closing.html  |     44 -
 doc/faq/OctaveFAQ.html/Installation.html           |     49 -
 .../OctaveFAQ.html/Learning-more-about-Octave.html |     44 -
 doc/faq/OctaveFAQ.html/Licensing-Issues.html       |     40 -
 doc/faq/OctaveFAQ.html/Licensing-MEX-Files.html    |     47 -
 .../Line-continuation-by-backslash.html            |     41 -
 doc/faq/OctaveFAQ.html/Octave-Features.html        |     52 -
 .../OctaveFAQ.html/Octave-for-other-platforms.html |     49 -
 .../On-what-platforms-does-Octave-run_003f.html    |     60 -
 .../Other-C_002b_002b-compilers_003f.html          |     43 -
 .../Pre_002dcompiled-binary-packages.html          |     52 -
 .../OctaveFAQ.html/Requesting-License-Changes.html |     42 -
 doc/faq/OctaveFAQ.html/Series-3_002e4_002eN.html   |    144 -
 doc/faq/OctaveFAQ.html/Source-code.html            |     48 -
 .../Strings-delimited-by-double-quotes-_0022.html  |     44 -
 doc/faq/OctaveFAQ.html/Unwind_002dprotect.html     |     61 -
 doc/faq/OctaveFAQ.html/User-community.html         |     51 -
 doc/faq/OctaveFAQ.html/Using-Octave.html           |     44 -
 .../OctaveFAQ.html/What-else-do-I-need_003f.html   |     46 -
 doc/faq/OctaveFAQ.html/What-is-Octave_003f.html    |     72 -
 .../What-version-should-I-use_003f.html            |     49 -
 .../OctaveFAQ.html/Who-develops-Octave_003f.html   |     48 -
 doc/faq/OctaveFAQ.html/Why-GNU-Octave_003f.html    |     57 -
 ...03eMatlab_003c_002fspan_003e-compatibility.html |    448 -
 doc/faq/OctaveFAQ.html/index.html                  |     67 -
 doc/faq/OctaveFAQ.info                             |   1293 -
 doc/faq/OctaveFAQ.pdf                              |    Bin 236848 -> 0 bytes
 doc/faq/OctaveFAQ.ps                               |   7545 -
 doc/faq/OctaveFAQ.texi                             |   1314 -
 doc/icons/Makefile.am                              |      4 +-
 doc/icons/Makefile.in                              |    547 +-
 doc/icons/octave.desktop.in                        |      2 +-
 doc/interpreter/Makefile.am                        |     89 +-
 doc/interpreter/Makefile.in                        |    828 +-
 doc/interpreter/arith.texi                         |   1130 +-
 doc/interpreter/arith.txi                          |     51 +-
 doc/interpreter/audio.texi                         |     60 +-
 doc/interpreter/audio.txi                          |      2 +-
 doc/interpreter/basics.texi                        |    641 +-
 doc/interpreter/basics.txi                         |    120 +-
 doc/interpreter/bugs.texi                          |      8 +-
 doc/interpreter/bugs.txi                           |      8 +-
 doc/interpreter/container.texi                     |    531 +-
 doc/interpreter/container.txi                      |     92 +-
 doc/interpreter/contrib.texi                       |    188 +-
 doc/interpreter/contrib.txi                        |    188 +-
 doc/interpreter/contributors.in                    |     51 +-
 doc/interpreter/contributors.texi                  |    168 +-
 doc/interpreter/convhull.eps                       |     25 +-
 doc/interpreter/convhull.pdf                       |    Bin 7385 -> 7419 bytes
 doc/interpreter/convhull.png                       |    Bin 17991 -> 17988 bytes
 doc/interpreter/cp-idx.texi                        |      2 +-
 doc/interpreter/cp-idx.txi                         |      2 +-
 doc/interpreter/data.texi                          |    286 +-
 doc/interpreter/data.txi                           |     26 +-
 doc/interpreter/debug.texi                         |    270 +-
 doc/interpreter/debug.txi                          |     44 +-
 doc/interpreter/delaunay.eps                       |     25 +-
 doc/interpreter/delaunay.pdf                       |    Bin 4991 -> 5024 bytes
 doc/interpreter/delaunay.png                       |    Bin 26887 -> 26827 bytes
 doc/interpreter/diagperm.texi                      |     46 +-
 doc/interpreter/diagperm.txi                       |     46 +-
 doc/interpreter/diffeq.texi                        |    191 +-
 doc/interpreter/diffeq.txi                         |     15 +-
 doc/interpreter/doc-cache                          |  56383 +++++---
 doc/interpreter/dynamic.texi                       |   2562 -
 doc/interpreter/dynamic.txi                        |   1726 -
 doc/interpreter/emacs.texi                         |     18 +-
 doc/interpreter/emacs.txi                          |     18 +-
 doc/interpreter/errorbar.eps                       |   1522 +-
 doc/interpreter/errorbar.pdf                       |    Bin 7293 -> 8764 bytes
 doc/interpreter/errorbar.png                       |    Bin 19860 -> 21450 bytes
 doc/interpreter/errors.texi                        |    332 +-
 doc/interpreter/errors.txi                         |     61 +-
 doc/interpreter/eval.texi                          |     81 +-
 doc/interpreter/eval.txi                           |     12 +-
 doc/interpreter/expr.texi                          |    289 +-
 doc/interpreter/expr.txi                           |     48 +-
 doc/interpreter/extended.eps                       |    724 +-
 doc/interpreter/extended.pdf                       |    Bin 7656 -> 8473 bytes
 doc/interpreter/extended.png                       |    Bin 15195 -> 17071 bytes
 doc/interpreter/external.texi                      |   2668 +
 doc/interpreter/external.txi                       |   1810 +
 doc/interpreter/find-docstring-files.sh            |      8 +-
 doc/interpreter/fn-idx.texi                        |      2 +-
 doc/interpreter/fn-idx.txi                         |      2 +-
 doc/interpreter/func.texi                          |    630 +-
 doc/interpreter/func.txi                           |    234 +-
 doc/interpreter/geometry.texi                      |    302 +-
 doc/interpreter/geometry.txi                       |     35 +-
 doc/interpreter/geometryimages.m                   |     70 +-
 doc/interpreter/gplot.eps                          |     25 +-
 doc/interpreter/gplot.pdf                          |    Bin 4998 -> 5035 bytes
 doc/interpreter/gplot.png                          |    Bin 15008 -> 14957 bytes
 doc/interpreter/grammar.texi                       |     72 +-
 doc/interpreter/grammar.txi                        |     24 +-
 doc/interpreter/grid.eps                           |   1561 +-
 doc/interpreter/grid.pdf                           |    Bin 6075 -> 6111 bytes
 doc/interpreter/grid.png                           |    Bin 27278 -> 33738 bytes
 doc/interpreter/griddata.eps                       |    358 +-
 doc/interpreter/griddata.pdf                       |    Bin 14710 -> 14699 bytes
 doc/interpreter/griddata.png                       |    Bin 91407 -> 91575 bytes
 doc/interpreter/gui.texi                           |    275 +-
 doc/interpreter/gui.txi                            |     24 +-
 doc/interpreter/hist.eps                           |    734 +-
 doc/interpreter/hist.pdf                           |    Bin 5332 -> 7412 bytes
 doc/interpreter/hist.png                           |    Bin 18885 -> 24174 bytes
 doc/interpreter/image.texi                         |   1003 +-
 doc/interpreter/image.txi                          |     73 +-
 doc/interpreter/images                             |      1 +
 doc/interpreter/images.awk                         |     14 +-
 doc/interpreter/images.mk                          |     98 +-
 doc/interpreter/inpolygon.eps                      |     25 +-
 doc/interpreter/inpolygon.pdf                      |    Bin 9155 -> 9195 bytes
 doc/interpreter/inpolygon.png                      |    Bin 22930 -> 22887 bytes
 doc/interpreter/install.texi                       |    165 +-
 doc/interpreter/install.txi                        |    165 +-
 doc/interpreter/interp.texi                        |    228 +-
 doc/interpreter/interp.txi                         |     68 +-
 doc/interpreter/interpderiv1.eps                   |     43 +-
 doc/interpreter/interpderiv1.pdf                   |    Bin 6577 -> 6626 bytes
 doc/interpreter/interpderiv1.png                   |    Bin 15243 -> 15241 bytes
 doc/interpreter/interpderiv2.eps                   |     43 +-
 doc/interpreter/interpderiv2.pdf                   |    Bin 13245 -> 13305 bytes
 doc/interpreter/interpderiv2.png                   |    Bin 36581 -> 36590 bytes
 doc/interpreter/interpft.eps                       |    239 +-
 doc/interpreter/interpft.pdf                       |    Bin 7780 -> 7804 bytes
 doc/interpreter/interpft.png                       |    Bin 27282 -> 27468 bytes
 doc/interpreter/interpimages.m                     |     41 +-
 doc/interpreter/interpn.eps                        |    259 +-
 doc/interpreter/interpn.pdf                        |    Bin 11878 -> 11872 bytes
 doc/interpreter/interpn.png                        |    Bin 90535 -> 90873 bytes
 doc/interpreter/intro.texi                         |     89 +-
 doc/interpreter/intro.txi                          |     89 +-
 doc/interpreter/io.texi                            |    975 +-
 doc/interpreter/io.txi                             |     79 +-
 doc/interpreter/java-images/image001.png           |    Bin 0 -> 14199 bytes
 doc/interpreter/java-images/image002.png           |    Bin 0 -> 24794 bytes
 doc/interpreter/java-images/image003.png           |    Bin 0 -> 5332 bytes
 doc/interpreter/java-images/image004.png           |    Bin 0 -> 13008 bytes
 doc/interpreter/java-images/image005.png           |    Bin 0 -> 14327 bytes
 doc/interpreter/java-images/image006.png           |    Bin 0 -> 13754 bytes
 doc/interpreter/java-images/image007.png           |    Bin 0 -> 14931 bytes
 doc/interpreter/java-images/image008.png           |    Bin 0 -> 13497 bytes
 doc/interpreter/java-images/image009.png           |    Bin 0 -> 11198 bytes
 doc/interpreter/java.texi                          |   1396 +
 doc/interpreter/java.txi                           |    958 +
 doc/interpreter/linalg.texi                        |    675 +-
 doc/interpreter/linalg.txi                         |     10 +-
 doc/interpreter/macros.texi                        |     88 +
 doc/interpreter/matrix.texi                        |   1001 +-
 doc/interpreter/matrix.txi                         |     20 +-
 doc/interpreter/mesh.eps                           |   7700 +-
 doc/interpreter/mesh.pdf                           |    Bin 21169 -> 22699 bytes
 doc/interpreter/mesh.png                           |    Bin 90624 -> 91449 bytes
 doc/interpreter/mk_doc_cache.m                     |     35 +-
 doc/interpreter/mkoctfile.1                        |      2 +-
 doc/interpreter/munge-texi.pl                      |      6 +-
 doc/interpreter/nonlin.texi                        |    145 +-
 doc/interpreter/nonlin.txi                         |     12 +-
 doc/interpreter/numbers.texi                       |    333 +-
 doc/interpreter/numbers.txi                        |     28 +-
 doc/interpreter/obsolete.texi                      |      2 +-
 doc/interpreter/obsolete.txi                       |      2 +-
 doc/interpreter/octave-config.1                    |      2 +-
 doc/interpreter/octave.1                           |      2 +-
 doc/interpreter/octave.dvi                         |    Bin 2996956 -> 3371692 bytes
 .../octave.html/A-Sample-Command-Description.html  |    115 +-
 .../octave.html/A-Sample-Function-Description.html |    181 +-
 .../octave.html/A-Sample-Variable-Description.html |     73 -
 ...ccessing-Global-Variables-in-Oct_002dFiles.html |    180 +-
 doc/interpreter/octave.html/Accumulation.html      |    270 +-
 doc/interpreter/octave.html/Acknowledgements.html  |    347 +-
 doc/interpreter/octave.html/Actual-Bugs.html       |    113 +-
 .../octave.html/Administrating-Packages.html       |    123 +-
 doc/interpreter/octave.html/Advanced-Indexing.html |    402 +-
 doc/interpreter/octave.html/Advanced-Plotting.html |    112 +-
 .../Allocating-Local-Memory-in-Oct_002dFiles.html  |    103 +-
 .../octave.html/Anonymous-Functions.html           |    133 +-
 .../octave.html/Application_002ddefined-Data.html  |    159 +-
 doc/interpreter/octave.html/Area-Series.html       |    130 +-
 doc/interpreter/octave.html/Arithmetic-Ops.html    |    643 +-
 doc/interpreter/octave.html/Arithmetic.html        |    131 +-
 .../Array-and-Sparse-Class-Differences.html        |    134 +
 .../octave.html/Array-and-Sparse-Differences.html  |     97 -
 doc/interpreter/octave.html/Aspect-Ratio.html      |    203 +-
 doc/interpreter/octave.html/Assignment-Ops.html    |    379 +-
 doc/interpreter/octave.html/Audio-Processing.html  |    385 +-
 doc/interpreter/octave.html/Axes-Properties.html   |    578 +-
 .../octave.html/Axis-Configuration.html            |    374 +-
 doc/interpreter/octave.html/Bar-Series.html        |    164 +-
 .../Base64-and-Binary-Data-Transmission.html       |     90 +
 .../octave.html/Basic-Input-and-Output.html        |    100 +-
 .../octave.html/Basic-Matrix-Functions.html        |    889 +-
 .../octave.html/Basic-Statistical-Functions.html   |    469 +-
 .../octave.html/Basic-Usage-and-Examples.html      |    391 +-
 .../octave.html/Basic-Usage-of-Cell-Arrays.html    |    248 +-
 doc/interpreter/octave.html/Basic-Usage.html       |    118 +-
 .../octave.html/Basic-Vectorization.html           |    334 +-
 .../Basics-of-Generating-a-Changeset.html          |    261 +-
 doc/interpreter/octave.html/Basics.html            |    113 +-
 doc/interpreter/octave.html/Binary-I_002fO.html    |    386 +-
 doc/interpreter/octave.html/Bit-Manipulations.html |    383 +-
 doc/interpreter/octave.html/Block-Comments.html    |    126 +-
 .../octave.html/Boolean-Expressions.html           |    108 +-
 doc/interpreter/octave.html/Breakpoints.html       |    343 +-
 doc/interpreter/octave.html/Broadcasting.html      |    364 +-
 doc/interpreter/octave.html/Bug-Criteria.html      |    127 +-
 doc/interpreter/octave.html/Bug-Reporting.html     |    222 +-
 doc/interpreter/octave.html/Bug-Tracker.html       |     97 +-
 .../octave.html/Build-Dependencies.html            |     98 +-
 doc/interpreter/octave.html/Build-Tools.html       |    156 +-
 .../Building-the-Development-Sources.html          |    140 +-
 .../octave.html/Built_002din-Data-Types.html       |    399 +-
 .../octave.html/C_002b_002b-Sources.html           |    183 +-
 .../octave.html/C_002dStyle-I_002fO-Functions.html |    223 +-
 doc/interpreter/octave.html/Call-Stack.html        |    197 +-
 doc/interpreter/octave.html/Call-by-Value.html     |    138 +-
 doc/interpreter/octave.html/Callbacks.html         |    232 +-
 .../Calling-External-Code-from-Oct_002dFiles.html  |    310 +-
 doc/interpreter/octave.html/Calling-Functions.html |    159 +-
 ...alling-Octave-Functions-from-Oct_002dFiles.html |    264 +-
 .../Calling-Other-Functions-in-Mex_002dFiles.html  |    176 +-
 .../Calling-a-Function-by-its-Name.html            |    248 +-
 doc/interpreter/octave.html/Catching-Errors.html   |    404 +-
 .../octave.html/Cell-Array-Objects.html            |     91 +-
 .../octave.html/Cell-Arrays-in-Oct_002dFiles.html  |    169 +-
 .../octave.html/Cell-Arrays-of-Strings.html        |    163 +-
 .../Cell-Arrays-with-Mex_002dFiles.html            |    187 +-
 doc/interpreter/octave.html/Cell-Arrays.html       |    114 +-
 doc/interpreter/octave.html/Character-Arrays.html  |    213 +-
 .../octave.html/Character-Class-Functions.html     |    500 +-
 .../Character-Strings-in-Mex_002dFiles.html        |    164 +-
 .../Character-Strings-in-Oct_002dFiles.html        |    241 +-
 .../octave.html/Citing-Octave-in-Publications.html |     92 +
 doc/interpreter/octave.html/Color-Conversion.html  |    251 +-
 doc/interpreter/octave.html/Colors.html            |     96 +-
 ...Separated-Lists-Generated-from-Cell-Arrays.html |    183 +-
 ...ated-Lists-Generated-from-Structure-Arrays.html |    117 +-
 .../octave.html/Comma-Separated-Lists.html         |    154 +-
 .../octave.html/Command-Line-Editing.html          |    156 +-
 .../octave.html/Command-Line-Options.html          |    504 +-
 .../octave.html/Commands-For-Completion.html       |    147 +-
 .../octave.html/Commands-For-History.html          |    552 +-
 doc/interpreter/octave.html/Commands-For-Text.html |    136 +-
 doc/interpreter/octave.html/Commands.html          |    148 +-
 doc/interpreter/octave.html/Comment-Tips.html      |    109 +-
 .../octave.html/Comments-and-the-Help-System.html  |    158 +-
 doc/interpreter/octave.html/Comments.html          |    106 +-
 doc/interpreter/octave.html/Comparing-Strings.html |    312 +-
 doc/interpreter/octave.html/Comparison-Ops.html    |    352 +-
 .../Compiling-Octave-with-64_002dbit-Indexing.html |    395 +-
 .../octave.html/Complex-Arithmetic.html            |    243 +-
 .../octave.html/Concatenating-Strings.html         |    468 +-
 doc/interpreter/octave.html/Concept-Index.html     |   1309 +-
 .../octave.html/Continuation-Lines.html            |    170 +-
 doc/interpreter/octave.html/Contour-Groups.html    |    204 +-
 .../octave.html/Contributing-Guidelines.html       |    116 +-
 .../octave.html/Controlling-Subprocesses.html      |   1049 +-
 doc/interpreter/octave.html/Conventions.html       |    104 +-
 .../Conversion-of-Numerical-Data-to-Strings.html   |    161 -
 .../Converting-Numerical-Data-to-Strings.html      |    193 +
 doc/interpreter/octave.html/Convex-Hull.html       |    214 +-
 .../octave.html/Coordinate-Transformations.html    |    273 +-
 doc/interpreter/octave.html/Copying.html           |    599 +-
 .../Correlation-and-Regression-Analysis.html       |    365 +-
 .../octave.html/Creating-Cell-Arrays.html          |    362 +-
 .../octave.html/Creating-Diagonal-Matrices.html    |    141 +-
 doc/interpreter/octave.html/Creating-Packages.html |    272 +-
 .../octave.html/Creating-Permutation-Matrices.html |    204 +-
 .../Creating-Sparse-Matrices-in-Oct_002dFiles.html |    412 +-
 .../octave.html/Creating-Sparse-Matrices.html      |    593 +-
 doc/interpreter/octave.html/Creating-Strings.html  |    128 +-
 .../octave.html/Creating-Structures.html           |    348 +-
 doc/interpreter/octave.html/Creating-a-Class.html  |    308 +-
 .../octave.html/Current-Working-Directory.html     |    311 +-
 doc/interpreter/octave.html/Cursor-Motion.html     |    190 +-
 .../octave.html/Customizing-Toolkit-Behavior.html  |    216 +-
 .../octave.html/Customizing-readline.html          |    135 +-
 .../octave.html/Customizing-the-Prompt.html        |    310 +-
 doc/interpreter/octave.html/Data-Containers.html   |    103 +-
 .../octave.html/Data-Sources-in-Object-Groups.html |    158 +-
 .../octave.html/Data-Structure-Objects.html        |     94 +-
 doc/interpreter/octave.html/Data-Types.html        |    132 +-
 doc/interpreter/octave.html/Debug-Mode.html        |    245 +-
 doc/interpreter/octave.html/Debugging.html         |    115 +-
 doc/interpreter/octave.html/Default-Arguments.html |    151 +-
 .../octave.html/Defining-Functions.html            |    363 +-
 .../Defining-Indexing-And-Indexed-Assignment.html  |    500 +-
 .../octave.html/Delaunay-Triangulation.html        |    310 +-
 .../octave.html/Demonstration-Functions.html       |    465 +-
 ...rivatives-_002f-Integrals-_002f-Transforms.html |    189 +-
 .../octave.html/Descriptive-Statistics.html        |    850 +-
 .../octave.html/Diagonal-Matrix-Functions.html     |     99 +-
 .../Diagonal-and-Permutation-Matrices.html         |    105 +-
 .../octave.html/Dialog-Box-Functions.html          |    298 +
 .../octave.html/Diary-and-Echo-Commands.html       |    235 +-
 .../octave.html/Differential-Equations.html        |    102 +-
 .../Differential_002dAlgebraic-Equations.html      |    938 +-
 doc/interpreter/octave.html/Displaying-Images.html |    283 +-
 doc/interpreter/octave.html/Distribution.html      |    119 +-
 doc/interpreter/octave.html/Distributions.html     |   1238 +-
 .../octave.html/Documentation-Tips.html            |    531 +-
 .../Documentation-and-Test-of-Oct_002dFiles.html   |    176 +-
 .../octave.html/Dynamically-Linked-Functions.html  |     81 -
 doc/interpreter/octave.html/EOF-and-Errors.html    |    197 +-
 ...ement_002dby_002delement-Boolean-Operators.html |    261 +-
 .../octave.html/Emacs-Octave-Support.html          |    120 +-
 doc/interpreter/octave.html/Empty-Matrices.html    |    178 +-
 .../Enabling-and-Disabling-Warnings.html           |    340 +-
 .../octave.html/Entering-Debug-Mode.html           |    191 +-
 .../octave.html/Environment-Variables.html         |    117 +-
 doc/interpreter/octave.html/Error-Bar-Series.html  |    138 +-
 doc/interpreter/octave.html/Error-Messages.html    |     99 +-
 .../octave.html/Errors-and-Warnings.html           |    100 +-
 doc/interpreter/octave.html/Errors.html            |    187 +-
 .../Escape-Sequences-in-String-Constants.html      |    262 +-
 .../octave.html/Evaluating-Polynomials.html        |    164 +-
 .../octave.html/Evaluation-Notation.html           |    152 +-
 .../Evaluation-in-a-Different-Context.html         |    261 +-
 doc/interpreter/octave.html/Evaluation.html        |    151 +-
 doc/interpreter/octave.html/Example-Code.html      |    113 +
 doc/interpreter/octave.html/Example-Codes.html     |     70 -
 doc/interpreter/octave.html/Examples.html          |    138 +-
 ...eption-and-Error-Handling-in-Oct_002dFiles.html |    243 +-
 .../octave.html/Executable-Octave-Programs.html    |    216 +-
 .../Explicit-and-Implicit-Conversions.html         |    103 +-
 .../octave.html/Exponents-and-Logarithms.html      |    440 +-
 .../Expressions-Involving-Diagonal-Matrices.html   |    190 +-
 ...Expressions-Involving-Permutation-Matrices.html |    124 +-
 doc/interpreter/octave.html/Expressions.html       |    122 +-
 .../octave.html/External-Code-Interface.html       |    158 +
 doc/interpreter/octave.html/External-Packages.html |    268 +-
 .../FAQ-_002d-Frequently-asked-Questions.html      |     78 +
 doc/interpreter/octave.html/FTP-Objects.html       |    278 +-
 doc/interpreter/octave.html/Famous-Matrices.html   |    900 +-
 doc/interpreter/octave.html/Figure-Properties.html |    363 +-
 .../octave.html/File-Archiving-Utilities.html      |    327 +-
 doc/interpreter/octave.html/File-Positioning.html  |    241 +-
 .../octave.html/Filesystem-Utilities.html          |   1402 +-
 .../Finding-Elements-and-Checking-Conditions.html  |    552 +-
 doc/interpreter/octave.html/Finding-Roots.html     |    272 +-
 .../Floating_002dPoint-Conversions.html            |    176 +-
 doc/interpreter/octave.html/Fonts.html             |     97 +-
 .../octave.html/Format-of-Descriptions.html        |    106 +-
 doc/interpreter/octave.html/Formatted-Input.html   |    247 +-
 doc/interpreter/octave.html/Formatted-Output.html  |    252 +-
 .../octave.html/Function-Application.html          |    583 +-
 doc/interpreter/octave.html/Function-Files.html    |    405 +-
 ...ndles-Anonymous-Functions-Inline-Functions.html |     82 +
 ...s-Inline-Functions-and-Anonymous-Functions.html |     50 -
 doc/interpreter/octave.html/Function-Handles.html  |    216 +-
 doc/interpreter/octave.html/Function-Headers.html  |    274 +-
 doc/interpreter/octave.html/Function-Index.html    |   5065 +-
 doc/interpreter/octave.html/Function-Locking.html  |    247 +-
 .../octave.html/Function-Overloading.html          |    155 +-
 .../octave.html/Function-Precedence.html           |    117 +-
 doc/interpreter/octave.html/Function-Support.html  |     99 +-
 .../octave.html/Functions-and-Scripts.html         |    137 +-
 .../Functions-of-Multiple-Variables.html           |    294 +-
 .../octave.html/Functions-of-One-Variable.html     |    866 +-
 .../octave.html/Functions-of-a-Matrix.html         |    305 +-
 doc/interpreter/octave.html/GUI-Development.html   |    116 +-
 .../octave.html/GUI-Utility-Functions.html         |    274 +-
 .../octave.html/General-Guidelines.html            |    184 +-
 doc/interpreter/octave.html/Geometry.html          |    121 +-
 doc/interpreter/octave.html/Getting-Help.html      |    587 +-
 .../Getting-Started-with-Mex_002dFiles.html        |    326 +-
 .../Getting-Started-with-Oct_002dFiles.html        |    446 +-
 doc/interpreter/octave.html/Getting-Started.html   |    113 +-
 doc/interpreter/octave.html/Global-Variables.html  |    231 +-
 .../octave.html/Grammar-and-Parser.html            |    103 +-
 .../octave.html/Graphics-Data-Structures.html      |    107 +-
 .../octave.html/Graphics-Object-Properties.html    |    120 +-
 doc/interpreter/octave.html/Graphics-Objects.html  |    864 +-
 doc/interpreter/octave.html/Graphics-Toolkits.html |    178 +-
 .../octave.html/Group-Database-Functions.html      |    177 +-
 doc/interpreter/octave.html/Handling-Errors.html   |    104 +-
 doc/interpreter/octave.html/Handling-Warnings.html |    109 +-
 doc/interpreter/octave.html/Hashing-Functions.html |    140 +-
 .../octave.html/High_002dLevel-Plotting.html       |    124 +-
 .../How-You-Can-Contribute-to-Octave.html          |    120 +-
 .../How-can-I-handle-memory-limitations_003f.html  |    141 +
 doc/interpreter/octave.html/How-to-Contribute.html |     99 +-
 ...to-create-an-instance-of-a-Java-class_003f.html |     75 +
 ...distinguish-between-Octave-and-Matlab_003f.html |     89 +
 .../How-to-make-Java-classes-available_003f.html   |    173 +
 doc/interpreter/octave.html/I_002fO-Dialogs.html   |    267 +-
 .../Identifying-Points-in-Triangulation.html       |    326 +-
 .../octave.html/Ignoring-Arguments.html            |    148 +-
 doc/interpreter/octave.html/Image-Processing.html  |    119 +-
 doc/interpreter/octave.html/Image-Properties.html  |    167 +-
 doc/interpreter/octave.html/Increment-Ops.html     |    152 +-
 doc/interpreter/octave.html/Index-Expressions.html |    194 +-
 .../Indexed-Assignment-Optimization.html           |    162 +-
 .../octave.html/Indexing-Cell-Arrays.html          |    317 +-
 doc/interpreter/octave.html/Indexing-Objects.html  |     97 +-
 doc/interpreter/octave.html/Information.html       |    453 +-
 .../octave.html/Inheritance-and-Aggregation.html   |    425 +-
 doc/interpreter/octave.html/Inline-Functions.html  |    204 +-
 .../octave.html/Input-Conversion-Syntax.html       |    150 +-
 .../Input-Parameter-Checking-in-Oct_002dFiles.html |    214 +-
 doc/interpreter/octave.html/Input-and-Output.html  |     98 +-
 .../octave.html/Installation-Problems.html         |    388 +-
 doc/interpreter/octave.html/Installation.html      |    110 +-
 doc/interpreter/octave.html/Installing-EOS.html    |     97 +-
 .../Installing-and-Removing-Packages.html          |    508 +-
 .../octave.html/Integer-Arithmetic.html            |    180 +-
 .../octave.html/Integer-Conversions.html           |    166 +-
 .../octave.html/Integer-Data-Types.html            |    370 +-
 .../octave.html/Interacting-with-Plots.html        |    302 +-
 .../Interpolation-on-Scattered-Data.html           |    257 +-
 doc/interpreter/octave.html/Interpolation.html     |     96 +-
 .../Introduction-to-Function-and-Script-Files.html |     88 +
 .../Introduction-to-Graphics-Structures.html       |    264 +-
 .../octave.html/Introduction-to-Plotting.html      |    101 +-
 doc/interpreter/octave.html/Introduction.html      |    132 +-
 .../Invoking-Octave-from-the-Command-Line.html     |    109 +-
 doc/interpreter/octave.html/Issuing-Warnings.html  |    562 +-
 .../octave.html/Iterative-Techniques.html          |    673 +-
 doc/interpreter/octave.html/JIT-Compiler.html      |    140 +
 .../octave.html/Java-Interface-Functions.html      |    379 +
 doc/interpreter/octave.html/Java-Interface.html    |     87 +
 doc/interpreter/octave.html/Keywords.html          |    145 +-
 .../octave.html/Killing-and-Yanking.html           |    152 +-
 .../octave.html/Leaving-Debug-Mode.html            |    133 +-
 doc/interpreter/octave.html/Line-Properties.html   |    230 +-
 doc/interpreter/octave.html/Line-Series.html       |    132 +-
 doc/interpreter/octave.html/Line-Styles.html       |    137 +-
 .../octave.html/Line_002dOriented-Input.html       |    208 +-
 doc/interpreter/octave.html/Linear-Algebra.html    |    109 +-
 .../octave.html/Linear-Least-Squares.html          |    485 +-
 .../octave.html/Linear-Programming.html            |    826 +-
 .../octave.html/Loading-and-Saving-Images.html     |    648 +-
 doc/interpreter/octave.html/Logical-Values.html    |    195 +-
 .../Looping-Over-Structure-Elements.html           |    146 +-
 .../octave.html/Managing-Default-Properties.html   |    217 +-
 .../octave.html/Manipulating-Classes.html          |    410 +-
 .../octave.html/Manipulating-Strings.html          |   1598 +-
 .../octave.html/Manipulating-Structures.html       |    487 +-
 .../octave.html/Manipulating-the-Load-Path.html    |    420 +-
 .../octave.html/Manipulation-of-Plot-Windows.html  |    342 +
 doc/interpreter/octave.html/Marker-Styles.html     |    137 +-
 .../octave.html/Mathematical-Considerations.html   |    861 +-
 .../octave.html/Mathematical-Constants.html        |    426 +-
 .../Matrices-and-Arrays-in-Oct_002dFiles.html      |    425 +-
 doc/interpreter/octave.html/Matrices.html          |    496 +-
 doc/interpreter/octave.html/Matrix-Algebra.html    |     99 +-
 .../octave.html/Matrix-Factorizations.html         |   1399 +-
 .../octave.html/Matrix-Manipulation.html           |    102 +-
 doc/interpreter/octave.html/Mex_002dFiles.html     |    137 +-
 doc/interpreter/octave.html/Minimizers.html        |    315 +-
 .../octave.html/Miscellaneous-Functions.html       |    215 +-
 .../octave.html/Miscellaneous-Techniques.html      |    239 +-
 .../octave.html/Missing-Components.html            |    102 +
 doc/interpreter/octave.html/Missing-Data.html      |    162 +-
 .../Multi_002ddimensional-Interpolation.html       |    461 +-
 .../octave.html/Multiple-Plot-Windows.html         |    602 +-
 .../octave.html/Multiple-Plots-on-One-Page.html    |    194 +-
 .../octave.html/Multiple-Return-Values.html        |    462 +-
 doc/interpreter/octave.html/Nested-Functions.html  |    205 +
 .../octave.html/Networking-Utilities.html          |    109 +-
 .../octave.html/Nonlinear-Equations.html           |     98 +-
 .../octave.html/Nonlinear-Programming.html         |    292 +-
 .../octave.html/Notes-for-the-C-Programmer.html    |    133 +-
 .../octave.html/Numeric-Data-Types.html            |    251 +-
 .../octave.html/Numeric-Input-Conversions.html     |    113 +-
 doc/interpreter/octave.html/Numeric-Objects.html   |     98 +-
 .../octave.html/Numerical-Integration.html         |     99 +-
 doc/interpreter/octave.html/Object-Groups.html     |    525 +-
 .../octave.html/Object-Oriented-Programming.html   |    109 +-
 doc/interpreter/octave.html/Object-Sizes.html      |    428 +-
 .../octave.html/Obsolete-Functions.html            |    348 +-
 .../Obtaining-the-Depencies-Automatically.html     |     70 -
 .../Obtaining-the-Dependencies-Automatically.html  |    103 +
 doc/interpreter/octave.html/Oct_002dFiles.html     |    137 +-
 .../Octave-Sources-_0028m_002dfiles_0029.html      |    154 +-
 .../One_002ddimensional-Interpolation.html         |    484 +-
 .../octave.html/Opening-and-Closing-Files.html     |    283 +-
 doc/interpreter/octave.html/Operator-Index.html    |    420 +-
 .../octave.html/Operator-Overloading.html          |    242 +-
 .../octave.html/Operator-Precedence.html           |    219 +-
 .../octave.html/Operators-and-Functions.html       |     98 +-
 doc/interpreter/octave.html/Optimization.html      |    110 +-
 .../Ordinary-Differential-Equations.html           |    415 +-
 .../octave.html/Organization-of-Functions.html     |    275 +-
 .../octave.html/Orthogonal-Collocation.html        |    135 +-
 .../octave.html/Other-Output-Conversions.html      |    115 +-
 doc/interpreter/octave.html/Other-Sources.html     |    134 +-
 .../octave.html/Output-Conversion-Syntax.html      |    163 +-
 .../Output-Conversion-for-Matrices.html            |    119 +-
 .../octave.html/Overloading-Objects.html           |    100 +-
 .../octave.html/Overloading-and-Autoloading.html   |    195 +-
 .../PKG_005fADD-and-PKG_005fDEL-Directives.html    |    142 +-
 doc/interpreter/octave.html/Packages.html          |    109 +-
 .../octave.html/Paging-Screen-Output.html          |    281 +-
 doc/interpreter/octave.html/Parser.html            |    199 +-
 .../octave.html/Password-Database-Functions.html   |    195 +-
 doc/interpreter/octave.html/Patch-Properties.html  |    278 +-
 .../octave.html/Permutation-Matrix-Functions.html  |    103 +-
 .../octave.html/Persistent-Variables.html          |    255 +-
 doc/interpreter/octave.html/Plot-Annotations.html  |    694 +-
 .../octave.html/Plotting-on-top-of-Images.html     |    115 +-
 .../octave.html/Plotting-the-Triangulation.html    |    306 +-
 doc/interpreter/octave.html/Plotting.html          |    104 +-
 .../octave.html/Polynomial-Interpolation.html      |    675 +-
 .../octave.html/Polynomial-Manipulations.html      |    117 +-
 .../octave.html/Precedence-of-Objects.html         |    215 +-
 .../Predicates-for-Numeric-Objects.html            |    478 +-
 doc/interpreter/octave.html/Preface.html           |    148 +-
 doc/interpreter/octave.html/Printing-Notation.html |    107 +-
 .../octave.html/Printing-and-Saving-Plots.html     |    680 +-
 doc/interpreter/octave.html/Private-Functions.html |    111 +-
 .../octave.html/Process-ID-Information.html        |    157 +-
 .../Processing-Data-in-Cell-Arrays.html            |    150 +-
 .../octave.html/Processing-Data-in-Structures.html |    154 +-
 .../octave.html/Products-of-Polynomials.html       |    456 +-
 doc/interpreter/octave.html/Profiler-Example.html  |    396 +-
 doc/interpreter/octave.html/Profiling.html         |    264 +-
 doc/interpreter/octave.html/Progress-Bar.html      |    126 +-
 .../Promotion-and-Demotion-of-Data-Types.html      |    173 +-
 .../octave.html/Quadratic-Programming.html         |    304 +-
 doc/interpreter/octave.html/Quitting-Octave.html   |    150 +-
 doc/interpreter/octave.html/Quiver-Group.html      |    161 +-
 doc/interpreter/octave.html/Raising-Errors.html    |    368 +-
 .../octave.html/Random-Number-Generation.html      |    817 +-
 doc/interpreter/octave.html/Ranges.html            |    176 +-
 .../octave.html/Rational-Approximations.html       |    151 +-
 doc/interpreter/octave.html/Real-Life-Example.html |    369 +-
 .../octave.html/Rearranging-Matrices.html          |   1226 +-
 .../octave.html/Recovering-From-Errors.html        |    131 +-
 doc/interpreter/octave.html/Recursion.html         |    154 +-
 doc/interpreter/octave.html/Reporting-Bugs.html    |    122 +-
 .../octave.html/Representing-Images.html           |   1107 +-
 .../Return-Types-of-Operators-and-Functions.html   |    197 +-
 .../octave.html/Returning-from-a-Function.html     |    141 +-
 .../octave.html/Root-Figure-Properties.html        |    177 +-
 .../octave.html/Running-Configure-and-Make.html    |    461 +-
 .../Running-Octave-from-Within-Emacs.html          |    234 +-
 doc/interpreter/octave.html/Running-Octave.html    |    114 +-
 .../Saving-Data-on-Unexpected-Exits.html           |    288 +-
 doc/interpreter/octave.html/Scatter-Group.html     |    142 +-
 doc/interpreter/octave.html/Script-Files.html      |    206 +-
 .../octave.html/Searching-Properties.html          |    220 +-
 doc/interpreter/octave.html/Sending-Patches.html   |    146 +-
 doc/interpreter/octave.html/Service.html           |    117 +-
 doc/interpreter/octave.html/Set-Operations.html    |    384 +-
 doc/interpreter/octave.html/Sets.html              |    136 +-
 .../Short_002dcircuit-Boolean-Operators.html       |    280 +-
 doc/interpreter/octave.html/Signal-Processing.html |   1598 +-
 doc/interpreter/octave.html/Simple-Examples.html   |    462 +-
 .../octave.html/Simple-File-I_002fO.html           |   1107 +-
 doc/interpreter/octave.html/Simple-Output.html     |    142 +-
 .../octave.html/Single-Line-Comments.html          |    110 +-
 .../octave.html/Single-Precision-Data-Types.html   |    146 +-
 doc/interpreter/octave.html/Solvers.html           |    474 +-
 doc/interpreter/octave.html/Sparse-Functions.html  |    162 +-
 .../octave.html/Sparse-Linear-Algebra.html         |   1064 +-
 .../Sparse-Matrices-in-Oct_002dFiles.html          |    143 +-
 .../Sparse-Matrices-with-Mex_002dFiles.html        |    394 +-
 doc/interpreter/octave.html/Sparse-Matrices.html   |    102 +-
 doc/interpreter/octave.html/Special-Functions.html |    959 +-
 .../octave.html/Special-Utility-Matrices.html      |   1009 +-
 .../octave.html/Specialized-Solvers.html           |    403 +-
 doc/interpreter/octave.html/Stair-Group.html       |    130 +-
 .../octave.html/Standalone-Programs.html           |    351 +-
 doc/interpreter/octave.html/Startup-Files.html     |    180 +-
 doc/interpreter/octave.html/Statements.html        |    146 +-
 doc/interpreter/octave.html/Statistical-Plots.html |    175 +-
 doc/interpreter/octave.html/Statistics.html        |    137 +-
 .../octave.html/Status-of-Variables.html           |    698 +-
 doc/interpreter/octave.html/Stem-Series.html       |    146 +-
 .../octave.html/Storage-of-Sparse-Matrices.html    |    221 +-
 .../octave.html/String-Conversions.html            |    787 +-
 .../octave.html/String-Input-Conversions.html      |    113 +-
 doc/interpreter/octave.html/String-Objects.html    |     96 +-
 doc/interpreter/octave.html/Strings.html           |    144 +-
 doc/interpreter/octave.html/Structure-Arrays.html  |    252 +-
 .../octave.html/Structures-in-Oct_002dFiles.html   |    245 +-
 .../octave.html/Structures-with-Mex_002dFiles.html |    287 +-
 doc/interpreter/octave.html/Structures.html        |    109 +-
 doc/interpreter/octave.html/Style-Tips.html        |    118 +-
 doc/interpreter/octave.html/Subfunctions.html      |    125 +-
 doc/interpreter/octave.html/Sums-and-Products.html |    263 +-
 doc/interpreter/octave.html/Surface-Group.html     |    138 +-
 .../octave.html/Surface-Properties.html            |    239 +-
 .../octave.html/System-Information.html            |    743 +-
 doc/interpreter/octave.html/System-Utilities.html  |    128 +-
 .../octave.html/Table-of-Input-Conversions.html    |    155 +-
 .../octave.html/Table-of-Output-Conversions.html   |    170 +-
 .../Techniques-Used-for-Linear-Algebra.html        |    135 +-
 doc/interpreter/octave.html/Temporary-Files.html   |    181 +-
 doc/interpreter/octave.html/Terminal-Input.html    |    233 +-
 doc/interpreter/octave.html/Terminal-Output.html   |    486 +-
 doc/interpreter/octave.html/Test-Functions.html    |    742 +-
 .../octave.html/Test-Plotting-Functions.html       |    187 +-
 .../octave.html/Test-and-Demo-Functions.html       |    100 +-
 doc/interpreter/octave.html/Tests.html             |   1005 +-
 doc/interpreter/octave.html/Text-Properties.html   |    244 +-
 .../octave.html/The-DESCRIPTION-File.html          |    266 +-
 doc/interpreter/octave.html/The-INDEX-File.html    |    201 +-
 .../octave.html/The-break-Statement.html           |    166 +-
 .../octave.html/The-continue-Statement.html        |    154 +-
 .../octave.html/The-do_002duntil-Statement.html    |    134 +-
 doc/interpreter/octave.html/The-for-Statement.html |    190 +-
 doc/interpreter/octave.html/The-if-Statement.html  |    255 +-
 .../octave.html/The-switch-Statement.html          |    238 +-
 doc/interpreter/octave.html/The-try-Statement.html |    119 +-
 .../The-unwind_005fprotect-Statement.html          |    142 +-
 .../octave.html/The-while-Statement.html           |    155 +-
 .../octave.html/Three_002dDimensional-Plots.html   |   1822 +-
 .../Three_002ddimensional-Function-Plotting.html   |    542 +-
 .../Three_002ddimensional-Geometric-Shapes.html    |    251 +-
 doc/interpreter/octave.html/Timing-Utilities.html  |   1466 +-
 .../octave.html/Tips-and-Standards.html            |    108 +-
 doc/interpreter/octave.html/Trigonometry.html      |    881 +-
 doc/interpreter/octave.html/Trouble.html           |    116 +-
 .../octave.html/Two_002dDimensional-Plots.html     |   2956 +-
 .../Two_002ddimensional-Function-Plotting.html     |    479 +-
 .../Two_002ddimensional-Geometric-Shapes.html      |    156 +-
 doc/interpreter/octave.html/URL-Manipulation.html  |    210 +-
 .../Use-of-the-interpreter-Property.html           |    191 +
 .../octave.html/User_002dDefined-Preferences.html  |    300 +-
 .../octave.html/User_002ddefined-Data-Types.html   |     99 +-
 doc/interpreter/octave.html/Using-Octave-Mode.html |    482 +-
 doc/interpreter/octave.html/Using-Packages.html    |    115 +-
 .../Using-Sparse-Matrices-in-Oct_002dFiles.html    |    118 +-
 .../Using-the-Emacs-Info-Reader-for-Octave.html    |    135 +-
 doc/interpreter/octave.html/Utility-Functions.html |   1138 +-
 .../Variable_002dlength-Argument-Lists.html        |    256 +-
 .../Variable_002dlength-Return-Lists.html          |    189 +-
 doc/interpreter/octave.html/Variables.html         |    331 +-
 .../Vectorization-and-Faster-Code-Execution.html   |    127 +-
 doc/interpreter/octave.html/Voronoi-Diagrams.html  |    384 +-
 ...s-are-implemented-in-dialog-functions_003f.html |    125 +
 ...-with-Matrices-and-Arrays-in-Mex_002dFiles.html |    272 +-
 doc/interpreter/octave.html/XREFEDITOR.html        |     50 +
 doc/interpreter/octave.html/XREFEXEC_005fPATH.html |     50 +
 doc/interpreter/octave.html/XREFFAQ.html           |     50 +
 doc/interpreter/octave.html/XREFI.html             |     50 +
 .../octave.html/XREFIMAGE_005fPATH.html            |     50 +
 doc/interpreter/octave.html/XREFInf.html           |     50 +
 doc/interpreter/octave.html/XREFNA.html            |     50 +
 doc/interpreter/octave.html/XREFNaN.html           |     50 +
 .../octave.html/XREFOCTAVE_005fHOME.html           |     50 +
 .../octave.html/XREFOCTAVE_005fVERSION.html        |     50 +
 doc/interpreter/octave.html/XREFPAGER.html         |     50 +
 .../octave.html/XREFPAGER_005fFLAGS.html           |     50 +
 doc/interpreter/octave.html/XREFPKG_005fADD.html   |     50 +
 doc/interpreter/octave.html/XREFPKG_005fDEL.html   |     50 +
 doc/interpreter/octave.html/XREFPS1.html           |     50 +
 doc/interpreter/octave.html/XREFPS2.html           |     50 +
 doc/interpreter/octave.html/XREFPS4.html           |     50 +
 doc/interpreter/octave.html/XREFP_005ftmpdir.html  |     50 +
 doc/interpreter/octave.html/XREFSEEK_005fSET.html  |     50 +
 doc/interpreter/octave.html/XREFSIG.html           |     50 +
 doc/interpreter/octave.html/XREFS_005fISBLK.html   |     50 +
 doc/interpreter/octave.html/XREFS_005fISCHR.html   |     50 +
 doc/interpreter/octave.html/XREFS_005fISDIR.html   |     50 +
 doc/interpreter/octave.html/XREFS_005fISFIFO.html  |     50 +
 doc/interpreter/octave.html/XREFS_005fISLNK.html   |     50 +
 doc/interpreter/octave.html/XREFS_005fISREG.html   |     50 +
 doc/interpreter/octave.html/XREFS_005fISSOCK.html  |     50 +
 doc/interpreter/octave.html/XREFWCONTINUE.html     |     50 +
 doc/interpreter/octave.html/XREFWCOREDUMP.html     |     50 +
 doc/interpreter/octave.html/XREFWEXITSTATUS.html   |     50 +
 doc/interpreter/octave.html/XREFWIFCONTINUED.html  |     50 +
 doc/interpreter/octave.html/XREFWIFEXITED.html     |     50 +
 doc/interpreter/octave.html/XREFWIFSIGNALED.html   |     50 +
 doc/interpreter/octave.html/XREFWIFSTOPPED.html    |     50 +
 doc/interpreter/octave.html/XREFWNOHANG.html       |     50 +
 doc/interpreter/octave.html/XREFWSTOPSIG.html      |     50 +
 doc/interpreter/octave.html/XREFWTERMSIG.html      |     50 +
 doc/interpreter/octave.html/XREFWUNTRACED.html     |     50 +
 .../octave.html/XREF_0040ftp_002fascii.html        |     50 +
 .../octave.html/XREF_0040ftp_002fbinary.html       |     50 +
 .../octave.html/XREF_0040ftp_002fcd.html           |     50 +
 .../octave.html/XREF_0040ftp_002fclose.html        |     50 +
 .../octave.html/XREF_0040ftp_002fdelete.html       |     50 +
 .../octave.html/XREF_0040ftp_002fdir.html          |     50 +
 .../octave.html/XREF_0040ftp_002fftp.html          |     50 +
 .../octave.html/XREF_0040ftp_002fmget.html         |     50 +
 .../octave.html/XREF_0040ftp_002fmkdir.html        |     50 +
 .../octave.html/XREF_0040ftp_002fmput.html         |     50 +
 .../octave.html/XREF_0040ftp_002frename.html       |     50 +
 .../octave.html/XREF_0040ftp_002frmdir.html        |     50 +
 doc/interpreter/octave.html/XREFabs.html           |     50 +
 doc/interpreter/octave.html/XREFaccumarray.html    |     50 +
 doc/interpreter/octave.html/XREFaccumdim.html      |     50 +
 doc/interpreter/octave.html/XREFacos.html          |     50 +
 doc/interpreter/octave.html/XREFacosd.html         |     50 +
 doc/interpreter/octave.html/XREFacosh.html         |     50 +
 doc/interpreter/octave.html/XREFacot.html          |     50 +
 doc/interpreter/octave.html/XREFacotd.html         |     50 +
 doc/interpreter/octave.html/XREFacoth.html         |     50 +
 doc/interpreter/octave.html/XREFacsc.html          |     50 +
 doc/interpreter/octave.html/XREFacscd.html         |     50 +
 doc/interpreter/octave.html/XREFacsch.html         |     50 +
 .../XREFadd_005finput_005fevent_005fhook.html      |     50 +
 doc/interpreter/octave.html/XREFaddlistener.html   |     50 +
 doc/interpreter/octave.html/XREFaddpath.html       |     50 +
 doc/interpreter/octave.html/XREFaddpref.html       |     50 +
 doc/interpreter/octave.html/XREFaddproperty.html   |     50 +
 doc/interpreter/octave.html/XREFaddtodate.html     |     50 +
 doc/interpreter/octave.html/XREFairy.html          |     50 +
 doc/interpreter/octave.html/XREFall.html           |     50 +
 doc/interpreter/octave.html/XREFallchild.html      |     50 +
 ..._005fnoninteger_005frange_005fas_005findex.html |     50 +
 doc/interpreter/octave.html/XREFamd.html           |     50 +
 doc/interpreter/octave.html/XREFancestor.html      |     50 +
 doc/interpreter/octave.html/XREFand.html           |     50 +
 doc/interpreter/octave.html/XREFanova.html         |     50 +
 doc/interpreter/octave.html/XREFans.html           |     50 +
 doc/interpreter/octave.html/XREFany.html           |     50 +
 doc/interpreter/octave.html/XREFarch_005ffit.html  |     50 +
 doc/interpreter/octave.html/XREFarch_005frnd.html  |     50 +
 doc/interpreter/octave.html/XREFarch_005ftest.html |     50 +
 doc/interpreter/octave.html/XREFarea.html          |     50 +
 doc/interpreter/octave.html/XREFarg.html           |     50 +
 doc/interpreter/octave.html/XREFargnames.html      |     50 +
 doc/interpreter/octave.html/XREFargv.html          |     50 +
 doc/interpreter/octave.html/XREFarma_005frnd.html  |     50 +
 doc/interpreter/octave.html/XREFarrayfun.html      |     50 +
 doc/interpreter/octave.html/XREFasctime.html       |     50 +
 doc/interpreter/octave.html/XREFasec.html          |     50 +
 doc/interpreter/octave.html/XREFasecd.html         |     50 +
 doc/interpreter/octave.html/XREFasech.html         |     50 +
 doc/interpreter/octave.html/XREFasin.html          |     50 +
 doc/interpreter/octave.html/XREFasind.html         |     50 +
 doc/interpreter/octave.html/XREFasinh.html         |     50 +
 doc/interpreter/octave.html/XREFassert.html        |     50 +
 doc/interpreter/octave.html/XREFassignin.html      |     50 +
 doc/interpreter/octave.html/XREFatan.html          |     50 +
 doc/interpreter/octave.html/XREFatan2.html         |     50 +
 doc/interpreter/octave.html/XREFatan2d.html        |     50 +
 doc/interpreter/octave.html/XREFatand.html         |     50 +
 doc/interpreter/octave.html/XREFatanh.html         |     50 +
 doc/interpreter/octave.html/XREFatexit.html        |     50 +
 doc/interpreter/octave.html/XREFautoload.html      |     50 +
 .../octave.html/XREFautoreg_005fmatrix.html        |     50 +
 doc/interpreter/octave.html/XREFautumn.html        |     50 +
 .../XREFavailable_005fgraphics_005ftoolkits.html   |     50 +
 doc/interpreter/octave.html/XREFaxes.html          |     50 +
 doc/interpreter/octave.html/XREFaxis.html          |     50 +
 doc/interpreter/octave.html/XREFbalance.html       |     50 +
 doc/interpreter/octave.html/XREFbar.html           |     50 +
 doc/interpreter/octave.html/XREFbarh.html          |     50 +
 doc/interpreter/octave.html/XREFbartlett.html      |     50 +
 .../octave.html/XREFbartlett_005ftest.html         |     50 +
 doc/interpreter/octave.html/XREFbase2dec.html      |     50 +
 .../octave.html/XREFbase64_005fdecode.html         |     50 +
 .../octave.html/XREFbase64_005fencode.html         |     50 +
 doc/interpreter/octave.html/XREFbeep.html          |     50 +
 .../octave.html/XREFbeep_005fon_005ferror.html     |     50 +
 doc/interpreter/octave.html/XREFbesselj.html       |     50 +
 doc/interpreter/octave.html/XREFbeta.html          |     50 +
 doc/interpreter/octave.html/XREFbetacdf.html       |     50 +
 doc/interpreter/octave.html/XREFbetainc.html       |     50 +
 doc/interpreter/octave.html/XREFbetaincinv.html    |     50 +
 doc/interpreter/octave.html/XREFbetainv.html       |     50 +
 doc/interpreter/octave.html/XREFbetaln.html        |     50 +
 doc/interpreter/octave.html/XREFbetapdf.html       |     50 +
 doc/interpreter/octave.html/XREFbetarnd.html       |     50 +
 doc/interpreter/octave.html/XREFbicg.html          |     50 +
 doc/interpreter/octave.html/XREFbicgstab.html      |     50 +
 doc/interpreter/octave.html/XREFbicubic.html       |     50 +
 doc/interpreter/octave.html/XREFbin2dec.html       |     50 +
 doc/interpreter/octave.html/XREFbincoeff.html      |     50 +
 doc/interpreter/octave.html/XREFbinocdf.html       |     50 +
 doc/interpreter/octave.html/XREFbinoinv.html       |     50 +
 doc/interpreter/octave.html/XREFbinopdf.html       |     50 +
 doc/interpreter/octave.html/XREFbinornd.html       |     50 +
 doc/interpreter/octave.html/XREFbitand.html        |     50 +
 doc/interpreter/octave.html/XREFbitcmp.html        |     50 +
 doc/interpreter/octave.html/XREFbitget.html        |     50 +
 doc/interpreter/octave.html/XREFbitmax.html        |     50 +
 doc/interpreter/octave.html/XREFbitor.html         |     50 +
 doc/interpreter/octave.html/XREFbitpack.html       |     50 +
 doc/interpreter/octave.html/XREFbitset.html        |     50 +
 doc/interpreter/octave.html/XREFbitshift.html      |     50 +
 doc/interpreter/octave.html/XREFbitunpack.html     |     50 +
 doc/interpreter/octave.html/XREFbitxor.html        |     50 +
 doc/interpreter/octave.html/XREFblackman.html      |     50 +
 doc/interpreter/octave.html/XREFblanks.html        |     50 +
 doc/interpreter/octave.html/XREFblkdiag.html       |     50 +
 doc/interpreter/octave.html/XREFblkmm.html         |     50 +
 doc/interpreter/octave.html/XREFbone.html          |     50 +
 doc/interpreter/octave.html/XREFbox.html           |     50 +
 doc/interpreter/octave.html/XREFbrighten.html      |     50 +
 doc/interpreter/octave.html/XREFbsxfun.html        |     50 +
 .../XREFbuilt_005fin_005fdocstrings_005ffile.html  |     50 +
 doc/interpreter/octave.html/XREFbuiltin.html       |     50 +
 doc/interpreter/octave.html/XREFbunzip2.html       |     50 +
 doc/interpreter/octave.html/XREFbzip2.html         |     50 +
 doc/interpreter/octave.html/XREFcalendar.html      |     50 +
 .../XREFcanonicalize_005ffile_005fname.html        |     50 +
 doc/interpreter/octave.html/XREFcart2pol.html      |     50 +
 doc/interpreter/octave.html/XREFcart2sph.html      |     50 +
 doc/interpreter/octave.html/XREFcast.html          |     50 +
 doc/interpreter/octave.html/XREFcat.html           |     50 +
 .../octave.html/XREFcauchy_005fcdf.html            |     50 +
 .../octave.html/XREFcauchy_005finv.html            |     50 +
 .../octave.html/XREFcauchy_005fpdf.html            |     50 +
 .../octave.html/XREFcauchy_005frnd.html            |     50 +
 doc/interpreter/octave.html/XREFcaxis.html         |     50 +
 doc/interpreter/octave.html/XREFcbrt.html          |     50 +
 doc/interpreter/octave.html/XREFccolamd.html       |     50 +
 doc/interpreter/octave.html/XREFcd.html            |     50 +
 doc/interpreter/octave.html/XREFceil.html          |     50 +
 doc/interpreter/octave.html/XREFcell.html          |     50 +
 doc/interpreter/octave.html/XREFcell2mat.html      |     50 +
 doc/interpreter/octave.html/XREFcell2struct.html   |     50 +
 doc/interpreter/octave.html/XREFcelldisp.html      |     50 +
 doc/interpreter/octave.html/XREFcellfun.html       |     50 +
 doc/interpreter/octave.html/XREFcellindexmat.html  |     50 +
 doc/interpreter/octave.html/XREFcellslices.html    |     50 +
 doc/interpreter/octave.html/XREFcellstr.html       |     50 +
 doc/interpreter/octave.html/XREFcenter.html        |     50 +
 doc/interpreter/octave.html/XREFcgs.html           |     50 +
 doc/interpreter/octave.html/XREFchar.html          |     50 +
 doc/interpreter/octave.html/XREFchi2cdf.html       |     50 +
 doc/interpreter/octave.html/XREFchi2inv.html       |     50 +
 doc/interpreter/octave.html/XREFchi2pdf.html       |     50 +
 doc/interpreter/octave.html/XREFchi2rnd.html       |     50 +
 .../XREFchisquare_005ftest_005fhomogeneity.html    |     50 +
 .../XREFchisquare_005ftest_005findependence.html   |     50 +
 doc/interpreter/octave.html/XREFchol.html          |     50 +
 doc/interpreter/octave.html/XREFchol2inv.html      |     50 +
 doc/interpreter/octave.html/XREFcholdelete.html    |     50 +
 doc/interpreter/octave.html/XREFcholinsert.html    |     50 +
 doc/interpreter/octave.html/XREFcholinv.html       |     50 +
 doc/interpreter/octave.html/XREFcholshift.html     |     50 +
 doc/interpreter/octave.html/XREFcholupdate.html    |     50 +
 doc/interpreter/octave.html/XREFchop.html          |     50 +
 doc/interpreter/octave.html/XREFcircshift.html     |     50 +
 doc/interpreter/octave.html/XREFcitation.html      |     50 +
 doc/interpreter/octave.html/XREFcla.html           |     50 +
 doc/interpreter/octave.html/XREFclabel.html        |     50 +
 doc/interpreter/octave.html/XREFclass.html         |     50 +
 doc/interpreter/octave.html/XREFclc.html           |     50 +
 doc/interpreter/octave.html/XREFclear.html         |     50 +
 doc/interpreter/octave.html/XREFclf.html           |     50 +
 doc/interpreter/octave.html/XREFclock.html         |     50 +
 doc/interpreter/octave.html/XREFcloglog.html       |     50 +
 doc/interpreter/octave.html/XREFclose.html         |     50 +
 doc/interpreter/octave.html/XREFclosereq.html      |     50 +
 doc/interpreter/octave.html/XREFcmpermute.html     |     50 +
 doc/interpreter/octave.html/XREFcmunique.html      |     50 +
 doc/interpreter/octave.html/XREFcolamd.html        |     50 +
 doc/interpreter/octave.html/XREFcolloc.html        |     50 +
 doc/interpreter/octave.html/XREFcolon.html         |     50 +
 doc/interpreter/octave.html/XREFcolorbar.html      |     50 +
 doc/interpreter/octave.html/XREFcolorcube.html     |     50 +
 doc/interpreter/octave.html/XREFcolormap.html      |     50 +
 doc/interpreter/octave.html/XREFcolperm.html       |     50 +
 doc/interpreter/octave.html/XREFcolstyle.html      |     50 +
 doc/interpreter/octave.html/XREFcolumns.html       |     50 +
 doc/interpreter/octave.html/XREFcomet.html         |     50 +
 doc/interpreter/octave.html/XREFcomet3.html        |     50 +
 .../octave.html/XREFcommand_005fline_005fpath.html |     50 +
 .../octave.html/XREFcommon_005fsize.html           |     50 +
 .../octave.html/XREFcommutation_005fmatrix.html    |     50 +
 doc/interpreter/octave.html/XREFcompan.html        |     50 +
 .../octave.html/XREFcompare_005fversions.html      |     50 +
 doc/interpreter/octave.html/XREFcompass.html       |     50 +
 .../XREFcompletion_005fappend_005fchar.html        |     50 +
 .../octave.html/XREFcompletion_005fmatches.html    |     50 +
 doc/interpreter/octave.html/XREFcomplex.html       |     50 +
 doc/interpreter/octave.html/XREFcomputer.html      |     50 +
 doc/interpreter/octave.html/XREFcond.html          |     50 +
 doc/interpreter/octave.html/XREFcondest.html       |     50 +
 .../XREFconfirm_005frecursive_005frmdir.html       |     50 +
 doc/interpreter/octave.html/XREFconj.html          |     50 +
 doc/interpreter/octave.html/XREFcontour.html       |     50 +
 doc/interpreter/octave.html/XREFcontour3.html      |     50 +
 doc/interpreter/octave.html/XREFcontourc.html      |     50 +
 doc/interpreter/octave.html/XREFcontourf.html      |     50 +
 doc/interpreter/octave.html/XREFcontrast.html      |     50 +
 doc/interpreter/octave.html/XREFconv.html          |     50 +
 doc/interpreter/octave.html/XREFconv2.html         |     50 +
 doc/interpreter/octave.html/XREFconvhull.html      |     50 +
 doc/interpreter/octave.html/XREFconvhulln.html     |     50 +
 doc/interpreter/octave.html/XREFconvn.html         |     50 +
 doc/interpreter/octave.html/XREFcool.html          |     50 +
 doc/interpreter/octave.html/XREFcopper.html        |     50 +
 doc/interpreter/octave.html/XREFcopyfile.html      |     50 +
 doc/interpreter/octave.html/XREFcopyobj.html       |     50 +
 doc/interpreter/octave.html/XREFcor_005ftest.html  |     50 +
 doc/interpreter/octave.html/XREFcorr.html          |     50 +
 doc/interpreter/octave.html/XREFcos.html           |     50 +
 doc/interpreter/octave.html/XREFcosd.html          |     50 +
 doc/interpreter/octave.html/XREFcosh.html          |     50 +
 doc/interpreter/octave.html/XREFcot.html           |     50 +
 doc/interpreter/octave.html/XREFcotd.html          |     50 +
 doc/interpreter/octave.html/XREFcoth.html          |     50 +
 doc/interpreter/octave.html/XREFcov.html           |     50 +
 doc/interpreter/octave.html/XREFcplxpair.html      |     50 +
 doc/interpreter/octave.html/XREFcputime.html       |     50 +
 .../XREFcrash_005fdumps_005foctave_005fcore.html   |     50 +
 doc/interpreter/octave.html/XREFcross.html         |     50 +
 doc/interpreter/octave.html/XREFcsc.html           |     50 +
 doc/interpreter/octave.html/XREFcscd.html          |     50 +
 doc/interpreter/octave.html/XREFcsch.html          |     50 +
 doc/interpreter/octave.html/XREFcstrcat.html       |     50 +
 doc/interpreter/octave.html/XREFcsvread.html       |     50 +
 doc/interpreter/octave.html/XREFcsvwrite.html      |     50 +
 doc/interpreter/octave.html/XREFcsymamd.html       |     50 +
 doc/interpreter/octave.html/XREFctime.html         |     50 +
 doc/interpreter/octave.html/XREFctranspose.html    |     50 +
 doc/interpreter/octave.html/XREFcummax.html        |     50 +
 doc/interpreter/octave.html/XREFcummin.html        |     50 +
 doc/interpreter/octave.html/XREFcumprod.html       |     50 +
 doc/interpreter/octave.html/XREFcumsum.html        |     50 +
 doc/interpreter/octave.html/XREFcumtrapz.html      |     50 +
 doc/interpreter/octave.html/XREFcurl.html          |     50 +
 doc/interpreter/octave.html/XREFcylinder.html      |     50 +
 doc/interpreter/octave.html/XREFdaspect.html       |     50 +
 doc/interpreter/octave.html/XREFdaspk.html         |     50 +
 .../octave.html/XREFdaspk_005foptions.html         |     50 +
 doc/interpreter/octave.html/XREFdasrt.html         |     50 +
 .../octave.html/XREFdasrt_005foptions.html         |     50 +
 doc/interpreter/octave.html/XREFdassl.html         |     50 +
 .../octave.html/XREFdassl_005foptions.html         |     50 +
 doc/interpreter/octave.html/XREFdatasources.html   |     50 +
 doc/interpreter/octave.html/XREFdate.html          |     50 +
 doc/interpreter/octave.html/XREFdatenum.html       |     50 +
 doc/interpreter/octave.html/XREFdatestr.html       |     50 +
 doc/interpreter/octave.html/XREFdatetick.html      |     50 +
 doc/interpreter/octave.html/XREFdatevec.html       |     50 +
 doc/interpreter/octave.html/XREFdawson.html        |     50 +
 doc/interpreter/octave.html/XREFdbclear.html       |     50 +
 doc/interpreter/octave.html/XREFdbcont.html        |     50 +
 doc/interpreter/octave.html/XREFdbdown.html        |     50 +
 doc/interpreter/octave.html/XREFdblist.html        |     50 +
 doc/interpreter/octave.html/XREFdblquad.html       |     50 +
 doc/interpreter/octave.html/XREFdbquit.html        |     50 +
 doc/interpreter/octave.html/XREFdbstack.html       |     50 +
 doc/interpreter/octave.html/XREFdbstatus.html      |     50 +
 doc/interpreter/octave.html/XREFdbstep.html        |     50 +
 doc/interpreter/octave.html/XREFdbstop.html        |     50 +
 doc/interpreter/octave.html/XREFdbtype.html        |     50 +
 doc/interpreter/octave.html/XREFdbup.html          |     50 +
 doc/interpreter/octave.html/XREFdbwhere.html       |     50 +
 doc/interpreter/octave.html/XREFdeal.html          |     50 +
 doc/interpreter/octave.html/XREFdeblank.html       |     50 +
 .../octave.html/XREFdebug_005fjava.html            |     50 +
 doc/interpreter/octave.html/XREFdebug_005fjit.html |     50 +
 .../octave.html/XREFdebug_005fon_005ferror.html    |     50 +
 .../XREFdebug_005fon_005finterrupt.html            |     50 +
 .../octave.html/XREFdebug_005fon_005fwarning.html  |     50 +
 doc/interpreter/octave.html/XREFdec2base.html      |     50 +
 doc/interpreter/octave.html/XREFdec2bin.html       |     50 +
 doc/interpreter/octave.html/XREFdec2hex.html       |     50 +
 doc/interpreter/octave.html/XREFdeconv.html        |     50 +
 doc/interpreter/octave.html/XREFdel2.html          |     50 +
 doc/interpreter/octave.html/XREFdelaunay.html      |     50 +
 doc/interpreter/octave.html/XREFdelaunay3.html     |     50 +
 doc/interpreter/octave.html/XREFdelaunayn.html     |     50 +
 doc/interpreter/octave.html/XREFdelete.html        |     50 +
 doc/interpreter/octave.html/XREFdellistener.html   |     50 +
 doc/interpreter/octave.html/XREFdemo.html          |     50 +
 doc/interpreter/octave.html/XREFdesktop.html       |     50 +
 doc/interpreter/octave.html/XREFdet.html           |     50 +
 doc/interpreter/octave.html/XREFdetrend.html       |     50 +
 doc/interpreter/octave.html/XREFdiag.html          |     50 +
 doc/interpreter/octave.html/XREFdiary.html         |     50 +
 doc/interpreter/octave.html/XREFdiff.html          |     50 +
 doc/interpreter/octave.html/XREFdiffpara.html      |     50 +
 doc/interpreter/octave.html/XREFdiffuse.html       |     50 +
 doc/interpreter/octave.html/XREFdir.html           |     50 +
 .../octave.html/XREFdiscrete_005fcdf.html          |     50 +
 .../octave.html/XREFdiscrete_005finv.html          |     50 +
 .../octave.html/XREFdiscrete_005fpdf.html          |     50 +
 .../octave.html/XREFdiscrete_005frnd.html          |     50 +
 doc/interpreter/octave.html/XREFdisp.html          |     50 +
 doc/interpreter/octave.html/XREFdisplay.html       |     50 +
 doc/interpreter/octave.html/XREFdivergence.html    |     50 +
 doc/interpreter/octave.html/XREFdlmread.html       |     50 +
 doc/interpreter/octave.html/XREFdlmwrite.html      |     50 +
 doc/interpreter/octave.html/XREFdmperm.html        |     50 +
 ...fbraindead_005fshortcircuit_005fevaluation.html |     50 +
 .../octave.html/XREFdo_005fstring_005fescapes.html |     50 +
 doc/interpreter/octave.html/XREFdoc.html           |     50 +
 .../octave.html/XREFdoc_005fcache_005fcreate.html  |     50 +
 .../octave.html/XREFdoc_005fcache_005ffile.html    |     50 +
 doc/interpreter/octave.html/XREFdos.html           |     50 +
 doc/interpreter/octave.html/XREFdot.html           |     50 +
 doc/interpreter/octave.html/XREFdouble.html        |     50 +
 doc/interpreter/octave.html/XREFdrawnow.html       |     50 +
 doc/interpreter/octave.html/XREFdsearch.html       |     50 +
 doc/interpreter/octave.html/XREFdsearchn.html      |     50 +
 .../octave.html/XREFdump_005fprefs.html            |     50 +
 doc/interpreter/octave.html/XREFdup2.html          |     50 +
 .../octave.html/XREFduplication_005fmatrix.html    |     50 +
 .../octave.html/XREFdurbinlevinson.html            |     50 +
 doc/interpreter/octave.html/XREFe.html             |     50 +
 doc/interpreter/octave.html/XREFecho.html          |     50 +
 .../XREFecho_005fexecuting_005fcommands.html       |     50 +
 doc/interpreter/octave.html/XREFedit.html          |     50 +
 .../octave.html/XREFedit_005fhistory.html          |     50 +
 doc/interpreter/octave.html/XREFeig.html           |     50 +
 doc/interpreter/octave.html/XREFeigs.html          |     50 +
 doc/interpreter/octave.html/XREFellipj.html        |     50 +
 doc/interpreter/octave.html/XREFellipke.html       |     50 +
 doc/interpreter/octave.html/XREFellipsoid.html     |     50 +
 .../octave.html/XREFempirical_005fcdf.html         |     50 +
 .../octave.html/XREFempirical_005finv.html         |     50 +
 .../octave.html/XREFempirical_005fpdf.html         |     50 +
 .../octave.html/XREFempirical_005frnd.html         |     50 +
 doc/interpreter/octave.html/XREFendgrent.html      |     50 +
 doc/interpreter/octave.html/XREFendpwent.html      |     50 +
 doc/interpreter/octave.html/XREFeomday.html        |     50 +
 doc/interpreter/octave.html/XREFeps.html           |     50 +
 doc/interpreter/octave.html/XREFeq.html            |     50 +
 doc/interpreter/octave.html/XREFerf.html           |     50 +
 doc/interpreter/octave.html/XREFerfc.html          |     50 +
 doc/interpreter/octave.html/XREFerfcinv.html       |     50 +
 doc/interpreter/octave.html/XREFerfcx.html         |     50 +
 doc/interpreter/octave.html/XREFerfi.html          |     50 +
 doc/interpreter/octave.html/XREFerfinv.html        |     50 +
 doc/interpreter/octave.html/XREFerrno.html         |     50 +
 .../octave.html/XREFerrno_005flist.html            |     50 +
 doc/interpreter/octave.html/XREFerror.html         |     50 +
 doc/interpreter/octave.html/XREFerror_005fids.html |     50 +
 doc/interpreter/octave.html/XREFerrorbar.html      |     50 +
 doc/interpreter/octave.html/XREFerrordlg.html      |     50 +
 doc/interpreter/octave.html/XREFetime.html         |     50 +
 doc/interpreter/octave.html/XREFetree.html         |     50 +
 doc/interpreter/octave.html/XREFetreeplot.html     |     50 +
 doc/interpreter/octave.html/XREFeval.html          |     50 +
 doc/interpreter/octave.html/XREFevalin.html        |     50 +
 doc/interpreter/octave.html/XREFexample.html       |     50 +
 doc/interpreter/octave.html/XREFexec.html          |     50 +
 doc/interpreter/octave.html/XREFexist.html         |     50 +
 doc/interpreter/octave.html/XREFexp.html           |     50 +
 doc/interpreter/octave.html/XREFexpcdf.html        |     50 +
 doc/interpreter/octave.html/XREFexpint.html        |     50 +
 doc/interpreter/octave.html/XREFexpinv.html        |     50 +
 doc/interpreter/octave.html/XREFexpm.html          |     50 +
 doc/interpreter/octave.html/XREFexpm1.html         |     50 +
 doc/interpreter/octave.html/XREFexppdf.html        |     50 +
 doc/interpreter/octave.html/XREFexprnd.html        |     50 +
 doc/interpreter/octave.html/XREFeye.html           |     50 +
 doc/interpreter/octave.html/XREFezcontour.html     |     50 +
 doc/interpreter/octave.html/XREFezcontourf.html    |     50 +
 doc/interpreter/octave.html/XREFezmesh.html        |     50 +
 doc/interpreter/octave.html/XREFezmeshc.html       |     50 +
 doc/interpreter/octave.html/XREFezplot.html        |     50 +
 doc/interpreter/octave.html/XREFezplot3.html       |     50 +
 doc/interpreter/octave.html/XREFezpolar.html       |     50 +
 doc/interpreter/octave.html/XREFezsurf.html        |     50 +
 doc/interpreter/octave.html/XREFezsurfc.html       |     50 +
 .../octave.html/XREFf_005ftest_005fregression.html |     50 +
 doc/interpreter/octave.html/XREFfactor.html        |     50 +
 doc/interpreter/octave.html/XREFfactorial.html     |     50 +
 doc/interpreter/octave.html/XREFfail.html          |     50 +
 doc/interpreter/octave.html/XREFfalse.html         |     50 +
 doc/interpreter/octave.html/XREFfcdf.html          |     50 +
 doc/interpreter/octave.html/XREFfclear.html        |     50 +
 doc/interpreter/octave.html/XREFfclose.html        |     50 +
 doc/interpreter/octave.html/XREFfcntl.html         |     50 +
 doc/interpreter/octave.html/XREFfdisp.html         |     50 +
 doc/interpreter/octave.html/XREFfeather.html       |     50 +
 doc/interpreter/octave.html/XREFfeof.html          |     50 +
 doc/interpreter/octave.html/XREFferror.html        |     50 +
 doc/interpreter/octave.html/XREFfeval.html         |     50 +
 doc/interpreter/octave.html/XREFfflush.html        |     50 +
 doc/interpreter/octave.html/XREFfft.html           |     50 +
 doc/interpreter/octave.html/XREFfft2.html          |     50 +
 doc/interpreter/octave.html/XREFfftconv.html       |     50 +
 doc/interpreter/octave.html/XREFfftfilt.html       |     50 +
 doc/interpreter/octave.html/XREFfftn.html          |     50 +
 doc/interpreter/octave.html/XREFfftshift.html      |     50 +
 doc/interpreter/octave.html/XREFfftw.html          |     50 +
 doc/interpreter/octave.html/XREFfgetl.html         |     50 +
 doc/interpreter/octave.html/XREFfgets.html         |     50 +
 doc/interpreter/octave.html/XREFfieldnames.html    |     50 +
 doc/interpreter/octave.html/XREFfigure.html        |     50 +
 .../octave.html/XREFfile_005fin_005floadpath.html  |     50 +
 .../octave.html/XREFfile_005fin_005fpath.html      |     50 +
 doc/interpreter/octave.html/XREFfileattrib.html    |     50 +
 doc/interpreter/octave.html/XREFfilemarker.html    |     50 +
 doc/interpreter/octave.html/XREFfileparts.html     |     50 +
 doc/interpreter/octave.html/XREFfileread.html      |     50 +
 doc/interpreter/octave.html/XREFfilesep.html       |     50 +
 doc/interpreter/octave.html/XREFfill.html          |     50 +
 doc/interpreter/octave.html/XREFfilter.html        |     50 +
 doc/interpreter/octave.html/XREFfilter2.html       |     50 +
 doc/interpreter/octave.html/XREFfind.html          |     50 +
 .../XREFfind_005fdir_005fin_005fpath.html          |     50 +
 doc/interpreter/octave.html/XREFfindall.html       |     50 +
 doc/interpreter/octave.html/XREFfindfigs.html      |     50 +
 doc/interpreter/octave.html/XREFfindobj.html       |     50 +
 doc/interpreter/octave.html/XREFfindstr.html       |     50 +
 doc/interpreter/octave.html/XREFfinv.html          |     50 +
 doc/interpreter/octave.html/XREFfix.html           |     50 +
 .../XREFfixed_005fpoint_005fformat.html            |     50 +
 doc/interpreter/octave.html/XREFflag.html          |     50 +
 doc/interpreter/octave.html/XREFflintmax.html      |     50 +
 doc/interpreter/octave.html/XREFflipdim.html       |     50 +
 doc/interpreter/octave.html/XREFfliplr.html        |     50 +
 doc/interpreter/octave.html/XREFflipud.html        |     50 +
 doc/interpreter/octave.html/XREFfloor.html         |     50 +
 doc/interpreter/octave.html/XREFfminbnd.html       |     50 +
 doc/interpreter/octave.html/XREFfminsearch.html    |     50 +
 doc/interpreter/octave.html/XREFfminunc.html       |     50 +
 doc/interpreter/octave.html/XREFfnmatch.html       |     50 +
 doc/interpreter/octave.html/XREFfopen.html         |     50 +
 doc/interpreter/octave.html/XREFfork.html          |     50 +
 doc/interpreter/octave.html/XREFformat.html        |     50 +
 doc/interpreter/octave.html/XREFformula.html       |     50 +
 doc/interpreter/octave.html/XREFfpdf.html          |     50 +
 doc/interpreter/octave.html/XREFfplot.html         |     50 +
 doc/interpreter/octave.html/XREFfprintf.html       |     50 +
 doc/interpreter/octave.html/XREFfputs.html         |     50 +
 doc/interpreter/octave.html/XREFfractdiff.html     |     50 +
 doc/interpreter/octave.html/XREFfread.html         |     50 +
 doc/interpreter/octave.html/XREFfreport.html       |     50 +
 doc/interpreter/octave.html/XREFfreqz.html         |     50 +
 .../octave.html/XREFfreqz_005fplot.html            |     50 +
 doc/interpreter/octave.html/XREFfrewind.html       |     50 +
 doc/interpreter/octave.html/XREFfrnd.html          |     50 +
 doc/interpreter/octave.html/XREFfscanf.html        |     50 +
 doc/interpreter/octave.html/XREFfseek.html         |     50 +
 doc/interpreter/octave.html/XREFfskipl.html        |     50 +
 doc/interpreter/octave.html/XREFfsolve.html        |     50 +
 doc/interpreter/octave.html/XREFftell.html         |     50 +
 doc/interpreter/octave.html/XREFfull.html          |     50 +
 doc/interpreter/octave.html/XREFfullfile.html      |     50 +
 doc/interpreter/octave.html/XREFfunc2str.html      |     50 +
 doc/interpreter/octave.html/XREFfunctions.html     |     50 +
 doc/interpreter/octave.html/XREFfwrite.html        |     50 +
 doc/interpreter/octave.html/XREFfzero.html         |     50 +
 doc/interpreter/octave.html/XREFgallery.html       |     50 +
 doc/interpreter/octave.html/XREFgamcdf.html        |     50 +
 doc/interpreter/octave.html/XREFgaminv.html        |     50 +
 doc/interpreter/octave.html/XREFgamma.html         |     50 +
 doc/interpreter/octave.html/XREFgammainc.html      |     50 +
 doc/interpreter/octave.html/XREFgammaln.html       |     50 +
 doc/interpreter/octave.html/XREFgampdf.html        |     50 +
 doc/interpreter/octave.html/XREFgamrnd.html        |     50 +
 doc/interpreter/octave.html/XREFgca.html           |     50 +
 doc/interpreter/octave.html/XREFgcbf.html          |     50 +
 doc/interpreter/octave.html/XREFgcbo.html          |     50 +
 doc/interpreter/octave.html/XREFgcd.html           |     50 +
 doc/interpreter/octave.html/XREFgcf.html           |     50 +
 doc/interpreter/octave.html/XREFgco.html           |     50 +
 doc/interpreter/octave.html/XREFge.html            |     50 +
 doc/interpreter/octave.html/XREFgenpath.html       |     50 +
 doc/interpreter/octave.html/XREFgenvarname.html    |     50 +
 doc/interpreter/octave.html/XREFgeocdf.html        |     50 +
 doc/interpreter/octave.html/XREFgeoinv.html        |     50 +
 doc/interpreter/octave.html/XREFgeopdf.html        |     50 +
 doc/interpreter/octave.html/XREFgeornd.html        |     50 +
 doc/interpreter/octave.html/XREFget.html           |     50 +
 .../XREFget_005ffirst_005fhelp_005fsentence.html   |     50 +
 .../octave.html/XREFget_005fhelp_005ftext.html     |     50 +
 ...REFget_005fhelp_005ftext_005ffrom_005ffile.html |     50 +
 doc/interpreter/octave.html/XREFgetappdata.html    |     50 +
 doc/interpreter/octave.html/XREFgetegid.html       |     50 +
 doc/interpreter/octave.html/XREFgetenv.html        |     50 +
 doc/interpreter/octave.html/XREFgeteuid.html       |     50 +
 doc/interpreter/octave.html/XREFgetfield.html      |     50 +
 doc/interpreter/octave.html/XREFgetgid.html        |     50 +
 doc/interpreter/octave.html/XREFgetgrent.html      |     50 +
 doc/interpreter/octave.html/XREFgetgrgid.html      |     50 +
 doc/interpreter/octave.html/XREFgetgrnam.html      |     50 +
 doc/interpreter/octave.html/XREFgethostname.html   |     50 +
 doc/interpreter/octave.html/XREFgetpgrp.html       |     50 +
 doc/interpreter/octave.html/XREFgetpid.html        |     50 +
 doc/interpreter/octave.html/XREFgetppid.html       |     50 +
 doc/interpreter/octave.html/XREFgetpref.html       |     50 +
 doc/interpreter/octave.html/XREFgetpwent.html      |     50 +
 doc/interpreter/octave.html/XREFgetpwnam.html      |     50 +
 doc/interpreter/octave.html/XREFgetpwuid.html      |     50 +
 doc/interpreter/octave.html/XREFgetrusage.html     |     50 +
 doc/interpreter/octave.html/XREFgetuid.html        |     50 +
 doc/interpreter/octave.html/XREFginput.html        |     50 +
 doc/interpreter/octave.html/XREFgivens.html        |     50 +
 doc/interpreter/octave.html/XREFglob.html          |     50 +
 doc/interpreter/octave.html/XREFglpk.html          |     50 +
 doc/interpreter/octave.html/XREFgls.html           |     50 +
 doc/interpreter/octave.html/XREFgmap40.html        |     50 +
 doc/interpreter/octave.html/XREFgmres.html         |     50 +
 doc/interpreter/octave.html/XREFgmtime.html        |     50 +
 .../octave.html/XREFgnuplot_005fbinary.html        |     50 +
 doc/interpreter/octave.html/XREFgplot.html         |     50 +
 doc/interpreter/octave.html/XREFgradient.html      |     50 +
 .../octave.html/XREFgraphics-structures.html       |     50 +
 .../octave.html/XREFgraphics_005ftoolkit.html      |     50 +
 doc/interpreter/octave.html/XREFgray.html          |     50 +
 doc/interpreter/octave.html/XREFgray2ind.html      |     50 +
 doc/interpreter/octave.html/XREFgrid.html          |     50 +
 doc/interpreter/octave.html/XREFgriddata.html      |     50 +
 doc/interpreter/octave.html/XREFgriddata3.html     |     50 +
 doc/interpreter/octave.html/XREFgriddatan.html     |     50 +
 doc/interpreter/octave.html/XREFgt.html            |     50 +
 doc/interpreter/octave.html/XREFgtext.html         |     50 +
 doc/interpreter/octave.html/XREFgui_005fmode.html  |     50 +
 doc/interpreter/octave.html/XREFguidata.html       |     50 +
 doc/interpreter/octave.html/XREFguihandles.html    |     50 +
 doc/interpreter/octave.html/XREFgunzip.html        |     50 +
 doc/interpreter/octave.html/XREFgzip.html          |     50 +
 doc/interpreter/octave.html/XREFhadamard.html      |     50 +
 doc/interpreter/octave.html/XREFhamming.html       |     50 +
 doc/interpreter/octave.html/XREFhankel.html        |     50 +
 doc/interpreter/octave.html/XREFhanning.html       |     50 +
 doc/interpreter/octave.html/XREFhdl2struct.html    |     50 +
 doc/interpreter/octave.html/XREFhelp.html          |     50 +
 doc/interpreter/octave.html/XREFhelpdlg.html       |     50 +
 doc/interpreter/octave.html/XREFhess.html          |     50 +
 doc/interpreter/octave.html/XREFhex2dec.html       |     50 +
 doc/interpreter/octave.html/XREFhex2num.html       |     50 +
 doc/interpreter/octave.html/XREFhggroup.html       |     50 +
 doc/interpreter/octave.html/XREFhidden.html        |     50 +
 doc/interpreter/octave.html/XREFhilb.html          |     50 +
 doc/interpreter/octave.html/XREFhist.html          |     50 +
 doc/interpreter/octave.html/XREFhistc.html         |     50 +
 doc/interpreter/octave.html/XREFhistory.html       |     50 +
 .../octave.html/XREFhistory_005fcontrol.html       |     50 +
 .../octave.html/XREFhistory_005ffile.html          |     50 +
 .../octave.html/XREFhistory_005fsave.html          |     50 +
 .../octave.html/XREFhistory_005fsize.html          |     50 +
 ...istory_005ftimestamp_005fformat_005fstring.html |     50 +
 doc/interpreter/octave.html/XREFhold.html          |     50 +
 doc/interpreter/octave.html/XREFhorzcat.html       |     50 +
 doc/interpreter/octave.html/XREFhot.html           |     50 +
 .../octave.html/XREFhotelling_005ftest.html        |     50 +
 .../octave.html/XREFhotelling_005ftest_005f2.html  |     50 +
 doc/interpreter/octave.html/XREFhoush.html         |     50 +
 doc/interpreter/octave.html/XREFhsv.html           |     50 +
 doc/interpreter/octave.html/XREFhsv2rgb.html       |     50 +
 doc/interpreter/octave.html/XREFhurst.html         |     50 +
 doc/interpreter/octave.html/XREFhygecdf.html       |     50 +
 doc/interpreter/octave.html/XREFhygeinv.html       |     50 +
 doc/interpreter/octave.html/XREFhygepdf.html       |     50 +
 doc/interpreter/octave.html/XREFhygernd.html       |     50 +
 doc/interpreter/octave.html/XREFhypot.html         |     50 +
 doc/interpreter/octave.html/XREFidivide.html       |     50 +
 doc/interpreter/octave.html/XREFifft.html          |     50 +
 doc/interpreter/octave.html/XREFifft2.html         |     50 +
 doc/interpreter/octave.html/XREFifftn.html         |     50 +
 doc/interpreter/octave.html/XREFifftshift.html     |     50 +
 ...XREFignore_005ffunction_005ftime_005fstamp.html |     50 +
 doc/interpreter/octave.html/XREFimag.html          |     50 +
 doc/interpreter/octave.html/XREFimage.html         |     50 +
 doc/interpreter/octave.html/XREFimagesc.html       |     50 +
 doc/interpreter/octave.html/XREFimfinfo.html       |     50 +
 doc/interpreter/octave.html/XREFimformats.html     |     50 +
 doc/interpreter/octave.html/XREFimportdata.html    |     50 +
 doc/interpreter/octave.html/XREFimread.html        |     50 +
 doc/interpreter/octave.html/XREFimshow.html        |     50 +
 doc/interpreter/octave.html/XREFimwrite.html       |     50 +
 doc/interpreter/octave.html/XREFind2gray.html      |     50 +
 doc/interpreter/octave.html/XREFind2rgb.html       |     50 +
 doc/interpreter/octave.html/XREFind2sub.html       |     50 +
 doc/interpreter/octave.html/XREFindex.html         |     50 +
 doc/interpreter/octave.html/XREFinferiorto.html    |     50 +
 doc/interpreter/octave.html/XREFinfo.html          |     50 +
 doc/interpreter/octave.html/XREFinfo_005ffile.html |     50 +
 .../octave.html/XREFinfo_005fprogram.html          |     50 +
 doc/interpreter/octave.html/XREFinline.html        |     50 +
 doc/interpreter/octave.html/XREFinpolygon.html     |     50 +
 doc/interpreter/octave.html/XREFinput.html         |     50 +
 doc/interpreter/octave.html/XREFinputdlg.html      |     50 +
 doc/interpreter/octave.html/XREFinputname.html     |     50 +
 doc/interpreter/octave.html/XREFint16.html         |     50 +
 doc/interpreter/octave.html/XREFint2str.html       |     50 +
 doc/interpreter/octave.html/XREFint32.html         |     50 +
 doc/interpreter/octave.html/XREFint64.html         |     50 +
 doc/interpreter/octave.html/XREFint8.html          |     50 +
 doc/interpreter/octave.html/XREFinterp1.html       |     50 +
 doc/interpreter/octave.html/XREFinterp2.html       |     50 +
 doc/interpreter/octave.html/XREFinterp3.html       |     50 +
 doc/interpreter/octave.html/XREFinterpft.html      |     50 +
 doc/interpreter/octave.html/XREFinterpn.html       |     50 +
 doc/interpreter/octave.html/XREFintersect.html     |     50 +
 doc/interpreter/octave.html/XREFintmax.html        |     50 +
 doc/interpreter/octave.html/XREFintmin.html        |     50 +
 doc/interpreter/octave.html/XREFinv.html           |     50 +
 doc/interpreter/octave.html/XREFinvhilb.html       |     50 +
 doc/interpreter/octave.html/XREFipermute.html      |     50 +
 doc/interpreter/octave.html/XREFiqr.html           |     50 +
 .../XREFis_005fabsolute_005ffilename.html          |     50 +
 .../octave.html/XREFis_005fdq_005fstring.html      |     50 +
 .../XREFis_005ffunction_005fhandle.html            |     50 +
 .../octave.html/XREFis_005fleap_005fyear.html      |     50 +
 ...REFis_005frooted_005frelative_005ffilename.html |     50 +
 .../octave.html/XREFis_005fsq_005fstring.html      |     50 +
 .../XREFis_005fvalid_005ffile_005fid.html          |     50 +
 doc/interpreter/octave.html/XREFisa.html           |     50 +
 doc/interpreter/octave.html/XREFisalnum.html       |     50 +
 doc/interpreter/octave.html/XREFisalpha.html       |     50 +
 doc/interpreter/octave.html/XREFisappdata.html     |     50 +
 doc/interpreter/octave.html/XREFisargout.html      |     50 +
 doc/interpreter/octave.html/XREFisascii.html       |     50 +
 doc/interpreter/octave.html/XREFisaxes.html        |     50 +
 doc/interpreter/octave.html/XREFiscell.html        |     50 +
 doc/interpreter/octave.html/XREFiscellstr.html     |     50 +
 doc/interpreter/octave.html/XREFischar.html        |     50 +
 doc/interpreter/octave.html/XREFiscntrl.html       |     50 +
 doc/interpreter/octave.html/XREFiscolormap.html    |     50 +
 doc/interpreter/octave.html/XREFiscolumn.html      |     50 +
 doc/interpreter/octave.html/XREFiscomplex.html     |     50 +
 doc/interpreter/octave.html/XREFisdebugmode.html   |     50 +
 doc/interpreter/octave.html/XREFisdefinite.html    |     50 +
 doc/interpreter/octave.html/XREFisdeployed.html    |     50 +
 doc/interpreter/octave.html/XREFisdigit.html       |     50 +
 doc/interpreter/octave.html/XREFisdir.html         |     50 +
 doc/interpreter/octave.html/XREFisempty.html       |     50 +
 doc/interpreter/octave.html/XREFisequal.html       |     50 +
 doc/interpreter/octave.html/XREFisequaln.html      |     50 +
 doc/interpreter/octave.html/XREFisfield.html       |     50 +
 doc/interpreter/octave.html/XREFisfigure.html      |     50 +
 doc/interpreter/octave.html/XREFisfinite.html      |     50 +
 doc/interpreter/octave.html/XREFisfloat.html       |     50 +
 doc/interpreter/octave.html/XREFisglobal.html      |     50 +
 doc/interpreter/octave.html/XREFisgraph.html       |     50 +
 doc/interpreter/octave.html/XREFisguirunning.html  |     50 +
 doc/interpreter/octave.html/XREFishandle.html      |     50 +
 doc/interpreter/octave.html/XREFishermitian.html   |     50 +
 doc/interpreter/octave.html/XREFishghandle.html    |     50 +
 doc/interpreter/octave.html/XREFishold.html        |     50 +
 doc/interpreter/octave.html/XREFisieee.html        |     50 +
 doc/interpreter/octave.html/XREFisindex.html       |     50 +
 doc/interpreter/octave.html/XREFisinf.html         |     50 +
 doc/interpreter/octave.html/XREFisinteger.html     |     50 +
 doc/interpreter/octave.html/XREFisjava.html        |     50 +
 doc/interpreter/octave.html/XREFiskeyword.html     |     50 +
 doc/interpreter/octave.html/XREFisletter.html      |     50 +
 doc/interpreter/octave.html/XREFislogical.html     |     50 +
 doc/interpreter/octave.html/XREFislower.html       |     50 +
 doc/interpreter/octave.html/XREFismac.html         |     50 +
 doc/interpreter/octave.html/XREFismatrix.html      |     50 +
 doc/interpreter/octave.html/XREFismember.html      |     50 +
 doc/interpreter/octave.html/XREFismethod.html      |     50 +
 doc/interpreter/octave.html/XREFisna.html          |     50 +
 doc/interpreter/octave.html/XREFisnan.html         |     50 +
 doc/interpreter/octave.html/XREFisnull.html        |     50 +
 doc/interpreter/octave.html/XREFisnumeric.html     |     50 +
 doc/interpreter/octave.html/XREFisobject.html      |     50 +
 doc/interpreter/octave.html/XREFisocolors.html     |     50 +
 doc/interpreter/octave.html/XREFisonormals.html    |     50 +
 doc/interpreter/octave.html/XREFisosurface.html    |     50 +
 doc/interpreter/octave.html/XREFispc.html          |     50 +
 doc/interpreter/octave.html/XREFispref.html        |     50 +
 doc/interpreter/octave.html/XREFisprime.html       |     50 +
 doc/interpreter/octave.html/XREFisprint.html       |     50 +
 doc/interpreter/octave.html/XREFisprop.html        |     50 +
 doc/interpreter/octave.html/XREFispunct.html       |     50 +
 doc/interpreter/octave.html/XREFisreal.html        |     50 +
 doc/interpreter/octave.html/XREFisrow.html         |     50 +
 doc/interpreter/octave.html/XREFisscalar.html      |     50 +
 doc/interpreter/octave.html/XREFissorted.html      |     50 +
 doc/interpreter/octave.html/XREFisspace.html       |     50 +
 doc/interpreter/octave.html/XREFissparse.html      |     50 +
 doc/interpreter/octave.html/XREFissquare.html      |     50 +
 doc/interpreter/octave.html/XREFisstrprop.html     |     50 +
 doc/interpreter/octave.html/XREFisstruct.html      |     50 +
 doc/interpreter/octave.html/XREFissymmetric.html   |     50 +
 doc/interpreter/octave.html/XREFisunix.html        |     50 +
 doc/interpreter/octave.html/XREFisupper.html       |     50 +
 doc/interpreter/octave.html/XREFisvarname.html     |     50 +
 doc/interpreter/octave.html/XREFisvector.html      |     50 +
 doc/interpreter/octave.html/XREFisxdigit.html      |     50 +
 doc/interpreter/octave.html/XREFjavaArray.html     |     50 +
 doc/interpreter/octave.html/XREFjavaMethod.html    |     50 +
 doc/interpreter/octave.html/XREFjavaObject.html    |     50 +
 .../XREFjava_005fmatrix_005fautoconversion.html    |     50 +
 .../XREFjava_005funsigned_005fautoconversion.html  |     50 +
 doc/interpreter/octave.html/XREFjavaaddpath.html   |     50 +
 doc/interpreter/octave.html/XREFjavaclasspath.html |     50 +
 doc/interpreter/octave.html/XREFjavamem.html       |     50 +
 doc/interpreter/octave.html/XREFjavarmpath.html    |     50 +
 doc/interpreter/octave.html/XREFjet.html           |     50 +
 .../octave.html/XREFjit_005fenable.html            |     50 +
 .../octave.html/XREFjit_005fstartcnt.html          |     50 +
 doc/interpreter/octave.html/XREFkbhit.html         |     50 +
 doc/interpreter/octave.html/XREFkendall.html       |     50 +
 doc/interpreter/octave.html/XREFkeyboard.html      |     50 +
 doc/interpreter/octave.html/XREFkill.html          |     50 +
 .../XREFkolmogorov_005fsmirnov_005fcdf.html        |     50 +
 .../XREFkolmogorov_005fsmirnov_005ftest.html       |     50 +
 .../XREFkolmogorov_005fsmirnov_005ftest_005f2.html |     50 +
 doc/interpreter/octave.html/XREFkron.html          |     50 +
 .../XREFkruskal_005fwallis_005ftest.html           |     50 +
 doc/interpreter/octave.html/XREFkrylov.html        |     50 +
 doc/interpreter/octave.html/XREFkurtosis.html      |     50 +
 .../octave.html/XREFlaplace_005fcdf.html           |     50 +
 .../octave.html/XREFlaplace_005finv.html           |     50 +
 .../octave.html/XREFlaplace_005fpdf.html           |     50 +
 .../octave.html/XREFlaplace_005frnd.html           |     50 +
 doc/interpreter/octave.html/XREFlasterr.html       |     50 +
 doc/interpreter/octave.html/XREFlasterror.html     |     50 +
 doc/interpreter/octave.html/XREFlastwarn.html      |     50 +
 doc/interpreter/octave.html/XREFlcm.html           |     50 +
 doc/interpreter/octave.html/XREFldivide.html       |     50 +
 doc/interpreter/octave.html/XREFle.html            |     50 +
 doc/interpreter/octave.html/XREFlegend.html        |     50 +
 doc/interpreter/octave.html/XREFlegendre.html      |     50 +
 doc/interpreter/octave.html/XREFlength.html        |     50 +
 doc/interpreter/octave.html/XREFlgamma.html        |     50 +
 doc/interpreter/octave.html/XREFlicense.html       |     50 +
 doc/interpreter/octave.html/XREFlin2mu.html        |     50 +
 doc/interpreter/octave.html/XREFline.html          |     50 +
 doc/interpreter/octave.html/XREFlines.html         |     50 +
 doc/interpreter/octave.html/XREFlink.html          |     50 +
 doc/interpreter/octave.html/XREFlinkdata.html      |     50 +
 doc/interpreter/octave.html/XREFlinkprop.html      |     50 +
 doc/interpreter/octave.html/XREFlinsolve.html      |     50 +
 doc/interpreter/octave.html/XREFlinspace.html      |     50 +
 .../octave.html/XREFlist_005fin_005fcolumns.html   |     50 +
 .../octave.html/XREFlist_005fprimes.html           |     50 +
 doc/interpreter/octave.html/XREFlistdlg.html       |     50 +
 doc/interpreter/octave.html/XREFload.html          |     50 +
 doc/interpreter/octave.html/XREFloadaudio.html     |     50 +
 .../XREFloaded_005fgraphics_005ftoolkits.html      |     50 +
 doc/interpreter/octave.html/XREFloadobj.html       |     50 +
 doc/interpreter/octave.html/XREFlocaltime.html     |     50 +
 doc/interpreter/octave.html/XREFlog.html           |     50 +
 doc/interpreter/octave.html/XREFlog10.html         |     50 +
 doc/interpreter/octave.html/XREFlog1p.html         |     50 +
 doc/interpreter/octave.html/XREFlog2.html          |     50 +
 doc/interpreter/octave.html/XREFlogical.html       |     50 +
 .../octave.html/XREFlogistic_005fcdf.html          |     50 +
 .../octave.html/XREFlogistic_005finv.html          |     50 +
 .../octave.html/XREFlogistic_005fpdf.html          |     50 +
 .../octave.html/XREFlogistic_005fregression.html   |     50 +
 .../octave.html/XREFlogistic_005frnd.html          |     50 +
 doc/interpreter/octave.html/XREFlogit.html         |     50 +
 doc/interpreter/octave.html/XREFloglog.html        |     50 +
 doc/interpreter/octave.html/XREFloglogerr.html     |     50 +
 doc/interpreter/octave.html/XREFlogm.html          |     50 +
 doc/interpreter/octave.html/XREFlogncdf.html       |     50 +
 doc/interpreter/octave.html/XREFlogninv.html       |     50 +
 doc/interpreter/octave.html/XREFlognpdf.html       |     50 +
 doc/interpreter/octave.html/XREFlognrnd.html       |     50 +
 doc/interpreter/octave.html/XREFlogspace.html      |     50 +
 doc/interpreter/octave.html/XREFlookfor.html       |     50 +
 doc/interpreter/octave.html/XREFlookup.html        |     50 +
 doc/interpreter/octave.html/XREFls.html            |     50 +
 .../octave.html/XREFls_005fcommand.html            |     50 +
 doc/interpreter/octave.html/XREFlsode.html         |     50 +
 .../octave.html/XREFlsode_005foptions.html         |     50 +
 doc/interpreter/octave.html/XREFlsqnonneg.html     |     50 +
 doc/interpreter/octave.html/XREFlstat.html         |     50 +
 doc/interpreter/octave.html/XREFlt.html            |     50 +
 doc/interpreter/octave.html/XREFlu.html            |     50 +
 doc/interpreter/octave.html/XREFluinc.html         |     50 +
 doc/interpreter/octave.html/XREFluupdate.html      |     50 +
 doc/interpreter/octave.html/XREFmagic.html         |     50 +
 doc/interpreter/octave.html/XREFmahalanobis.html   |     50 +
 .../XREFmake_005fabsolute_005ffilename.html        |     50 +
 .../octave.html/XREFmakeinfo_005fprogram.html      |     50 +
 doc/interpreter/octave.html/XREFmanova.html        |     50 +
 doc/interpreter/octave.html/XREFmat2cell.html      |     50 +
 doc/interpreter/octave.html/XREFmat2str.html       |     50 +
 doc/interpreter/octave.html/XREFmatlabroot.html    |     50 +
 .../octave.html/XREFmatrix_005ftype.html           |     50 +
 doc/interpreter/octave.html/XREFmax.html           |     50 +
 .../XREFmax_005frecursion_005fdepth.html           |     50 +
 .../octave.html/XREFmcnemar_005ftest.html          |     50 +
 doc/interpreter/octave.html/XREFmd5sum.html        |     50 +
 doc/interpreter/octave.html/XREFmean.html          |     50 +
 doc/interpreter/octave.html/XREFmeansq.html        |     50 +
 doc/interpreter/octave.html/XREFmedian.html        |     50 +
 doc/interpreter/octave.html/XREFmenu.html          |     50 +
 doc/interpreter/octave.html/XREFmerge.html         |     50 +
 doc/interpreter/octave.html/XREFmesh.html          |     50 +
 doc/interpreter/octave.html/XREFmeshc.html         |     50 +
 doc/interpreter/octave.html/XREFmeshgrid.html      |     50 +
 doc/interpreter/octave.html/XREFmeshz.html         |     50 +
 doc/interpreter/octave.html/XREFmethods.html       |     50 +
 doc/interpreter/octave.html/XREFmex.html           |     50 +
 doc/interpreter/octave.html/XREFmexext.html        |     50 +
 doc/interpreter/octave.html/XREFmfilename.html     |     50 +
 doc/interpreter/octave.html/XREFmgorth.html        |     50 +
 doc/interpreter/octave.html/XREFmin.html           |     50 +
 doc/interpreter/octave.html/XREFminus.html         |     50 +
 doc/interpreter/octave.html/XREFmislocked.html     |     50 +
 .../XREFmissing_005fcomponent_005fhook.html        |     50 +
 .../XREFmissing_005ffunction_005fhook.html         |     50 +
 doc/interpreter/octave.html/XREFmkdir.html         |     50 +
 doc/interpreter/octave.html/XREFmkfifo.html        |     50 +
 doc/interpreter/octave.html/XREFmkoctfile.html     |     50 +
 doc/interpreter/octave.html/XREFmkpp.html          |     50 +
 doc/interpreter/octave.html/XREFmkstemp.html       |     50 +
 doc/interpreter/octave.html/XREFmktime.html        |     50 +
 doc/interpreter/octave.html/XREFmldivide.html      |     50 +
 doc/interpreter/octave.html/XREFmlock.html         |     50 +
 doc/interpreter/octave.html/XREFmod.html           |     50 +
 doc/interpreter/octave.html/XREFmode.html          |     50 +
 doc/interpreter/octave.html/XREFmoment.html        |     50 +
 doc/interpreter/octave.html/XREFmore.html          |     50 +
 .../octave.html/XREFmouse_005fwheel_005fzoom.html  |     50 +
 doc/interpreter/octave.html/XREFmovefile.html      |     50 +
 doc/interpreter/octave.html/XREFmpoles.html        |     50 +
 doc/interpreter/octave.html/XREFmpower.html        |     50 +
 doc/interpreter/octave.html/XREFmrdivide.html      |     50 +
 doc/interpreter/octave.html/XREFmsgbox.html        |     50 +
 doc/interpreter/octave.html/XREFmtimes.html        |     50 +
 doc/interpreter/octave.html/XREFmu2lin.html        |     50 +
 doc/interpreter/octave.html/XREFmunlock.html       |     50 +
 doc/interpreter/octave.html/XREFnamelengthmax.html |     50 +
 doc/interpreter/octave.html/XREFnargchk.html       |     50 +
 doc/interpreter/octave.html/XREFnargin.html        |     50 +
 doc/interpreter/octave.html/XREFnarginchk.html     |     50 +
 doc/interpreter/octave.html/XREFnargout.html       |     50 +
 doc/interpreter/octave.html/XREFnargoutchk.html    |     50 +
 .../XREFnative_005ffloat_005fformat.html           |     50 +
 doc/interpreter/octave.html/XREFnbincdf.html       |     50 +
 doc/interpreter/octave.html/XREFnbininv.html       |     50 +
 doc/interpreter/octave.html/XREFnbinpdf.html       |     50 +
 doc/interpreter/octave.html/XREFnbinrnd.html       |     50 +
 doc/interpreter/octave.html/XREFnchoosek.html      |     50 +
 doc/interpreter/octave.html/XREFndgrid.html        |     50 +
 doc/interpreter/octave.html/XREFndims.html         |     50 +
 doc/interpreter/octave.html/XREFne.html            |     50 +
 doc/interpreter/octave.html/XREFnewplot.html       |     50 +
 doc/interpreter/octave.html/XREFnews.html          |     50 +
 doc/interpreter/octave.html/XREFnextpow2.html      |     50 +
 doc/interpreter/octave.html/XREFnfields.html       |     50 +
 doc/interpreter/octave.html/XREFnnz.html           |     50 +
 doc/interpreter/octave.html/XREFnonzeros.html      |     50 +
 doc/interpreter/octave.html/XREFnorm.html          |     50 +
 doc/interpreter/octave.html/XREFnormcdf.html       |     50 +
 doc/interpreter/octave.html/XREFnormest.html       |     50 +
 doc/interpreter/octave.html/XREFnorminv.html       |     50 +
 doc/interpreter/octave.html/XREFnormpdf.html       |     50 +
 doc/interpreter/octave.html/XREFnormrnd.html       |     50 +
 doc/interpreter/octave.html/XREFnot.html           |     50 +
 doc/interpreter/octave.html/XREFnow.html           |     50 +
 doc/interpreter/octave.html/XREFnproc.html         |     50 +
 .../octave.html/XREFnth_005felement.html           |     50 +
 doc/interpreter/octave.html/XREFnthargout.html     |     50 +
 doc/interpreter/octave.html/XREFnthroot.html       |     50 +
 doc/interpreter/octave.html/XREFntsc2rgb.html      |     50 +
 doc/interpreter/octave.html/XREFnull.html          |     50 +
 doc/interpreter/octave.html/XREFnum2cell.html      |     50 +
 doc/interpreter/octave.html/XREFnum2hex.html       |     50 +
 doc/interpreter/octave.html/XREFnum2str.html       |     50 +
 doc/interpreter/octave.html/XREFnumel.html         |     50 +
 doc/interpreter/octave.html/XREFnzmax.html         |     50 +
 doc/interpreter/octave.html/XREFocean.html         |     50 +
 .../XREFoctave_005fconfig_005finfo.html            |     50 +
 .../XREFoctave_005fcore_005ffile_005flimit.html    |     50 +
 .../XREFoctave_005fcore_005ffile_005fname.html     |     50 +
 .../XREFoctave_005fcore_005ffile_005foptions.html  |     50 +
 doc/interpreter/octave.html/XREFols.html           |     50 +
 doc/interpreter/octave.html/XREFonCleanup.html     |     50 +
 doc/interpreter/octave.html/XREFonenormest.html    |     50 +
 doc/interpreter/octave.html/XREFones.html          |     50 +
 doc/interpreter/octave.html/XREFoptimget.html      |     50 +
 .../XREFoptimize_005fsubsasgn_005fcalls.html       |     50 +
 doc/interpreter/octave.html/XREFoptimset.html      |     50 +
 doc/interpreter/octave.html/XREFor.html            |     50 +
 doc/interpreter/octave.html/XREForderfields.html   |     50 +
 doc/interpreter/octave.html/XREForient.html        |     50 +
 doc/interpreter/octave.html/XREForth.html          |     50 +
 doc/interpreter/octave.html/XREFostrsplit.html     |     50 +
 .../XREFoutput_005fmax_005ffield_005fwidth.html    |     50 +
 .../octave.html/XREFoutput_005fprecision.html      |     50 +
 doc/interpreter/octave.html/XREFpack.html          |     50 +
 .../XREFpage_005foutput_005fimmediately.html       |     50 +
 .../XREFpage_005fscreen_005foutput.html            |     50 +
 doc/interpreter/octave.html/XREFpareto.html        |     50 +
 doc/interpreter/octave.html/XREFparseparams.html   |     50 +
 doc/interpreter/octave.html/XREFpascal.html        |     50 +
 doc/interpreter/octave.html/XREFpatch.html         |     50 +
 doc/interpreter/octave.html/XREFpath.html          |     50 +
 doc/interpreter/octave.html/XREFpathdef.html       |     50 +
 doc/interpreter/octave.html/XREFpathsep.html       |     50 +
 doc/interpreter/octave.html/XREFpause.html         |     50 +
 doc/interpreter/octave.html/XREFpbaspect.html      |     50 +
 doc/interpreter/octave.html/XREFpcg.html           |     50 +
 doc/interpreter/octave.html/XREFpchip.html         |     50 +
 doc/interpreter/octave.html/XREFpclose.html        |     50 +
 doc/interpreter/octave.html/XREFpcolor.html        |     50 +
 doc/interpreter/octave.html/XREFpcr.html           |     50 +
 doc/interpreter/octave.html/XREFpeaks.html         |     50 +
 doc/interpreter/octave.html/XREFperiodogram.html   |     50 +
 doc/interpreter/octave.html/XREFperl.html          |     50 +
 doc/interpreter/octave.html/XREFperms.html         |     50 +
 doc/interpreter/octave.html/XREFpermute.html       |     50 +
 doc/interpreter/octave.html/XREFpersistent.html    |     50 +
 doc/interpreter/octave.html/XREFpi.html            |     50 +
 doc/interpreter/octave.html/XREFpie.html           |     50 +
 doc/interpreter/octave.html/XREFpie3.html          |     50 +
 doc/interpreter/octave.html/XREFpink.html          |     50 +
 doc/interpreter/octave.html/XREFpinv.html          |     50 +
 doc/interpreter/octave.html/XREFpipe.html          |     50 +
 doc/interpreter/octave.html/XREFpkg.html           |     50 +
 doc/interpreter/octave.html/XREFplanerot.html      |     50 +
 doc/interpreter/octave.html/XREFplayaudio.html     |     50 +
 doc/interpreter/octave.html/XREFplot.html          |     50 +
 doc/interpreter/octave.html/XREFplot3.html         |     50 +
 doc/interpreter/octave.html/XREFplotmatrix.html    |     50 +
 doc/interpreter/octave.html/XREFplotyy.html        |     50 +
 doc/interpreter/octave.html/XREFplus.html          |     50 +
 doc/interpreter/octave.html/XREFpoisscdf.html      |     50 +
 doc/interpreter/octave.html/XREFpoissinv.html      |     50 +
 doc/interpreter/octave.html/XREFpoisspdf.html      |     50 +
 doc/interpreter/octave.html/XREFpoissrnd.html      |     50 +
 doc/interpreter/octave.html/XREFpol2cart.html      |     50 +
 doc/interpreter/octave.html/XREFpolar.html         |     50 +
 doc/interpreter/octave.html/XREFpoly.html          |     50 +
 doc/interpreter/octave.html/XREFpolyaffine.html    |     50 +
 doc/interpreter/octave.html/XREFpolyarea.html      |     50 +
 doc/interpreter/octave.html/XREFpolyder.html       |     50 +
 doc/interpreter/octave.html/XREFpolyeig.html       |     50 +
 doc/interpreter/octave.html/XREFpolyfit.html       |     50 +
 doc/interpreter/octave.html/XREFpolygcd.html       |     50 +
 doc/interpreter/octave.html/XREFpolyint.html       |     50 +
 doc/interpreter/octave.html/XREFpolyout.html       |     50 +
 doc/interpreter/octave.html/XREFpolyreduce.html    |     50 +
 doc/interpreter/octave.html/XREFpolyval.html       |     50 +
 doc/interpreter/octave.html/XREFpolyvalm.html      |     50 +
 doc/interpreter/octave.html/XREFpopen.html         |     50 +
 doc/interpreter/octave.html/XREFpopen2.html        |     50 +
 doc/interpreter/octave.html/XREFpostpad.html       |     50 +
 doc/interpreter/octave.html/XREFpow2.html          |     50 +
 doc/interpreter/octave.html/XREFpower.html         |     50 +
 doc/interpreter/octave.html/XREFpowerset.html      |     50 +
 doc/interpreter/octave.html/XREFppder.html         |     50 +
 doc/interpreter/octave.html/XREFppint.html         |     50 +
 doc/interpreter/octave.html/XREFppjumps.html       |     50 +
 doc/interpreter/octave.html/XREFppplot.html        |     50 +
 doc/interpreter/octave.html/XREFppval.html         |     50 +
 doc/interpreter/octave.html/XREFpqpnonneg.html     |     50 +
 doc/interpreter/octave.html/XREFprctile.html       |     50 +
 doc/interpreter/octave.html/XREFprefdir.html       |     50 +
 doc/interpreter/octave.html/XREFpreferences.html   |     50 +
 doc/interpreter/octave.html/XREFprepad.html        |     50 +
 doc/interpreter/octave.html/XREFprimes.html        |     50 +
 doc/interpreter/octave.html/XREFprint.html         |     50 +
 .../XREFprint_005fempty_005fdimensions.html        |     50 +
 ...REFprint_005fstruct_005farray_005fcontents.html |     50 +
 .../octave.html/XREFprint_005fusage.html           |     50 +
 doc/interpreter/octave.html/XREFprintd.html        |     50 +
 doc/interpreter/octave.html/XREFprintf.html        |     50 +
 doc/interpreter/octave.html/XREFprism.html         |     50 +
 doc/interpreter/octave.html/XREFprobit.html        |     50 +
 doc/interpreter/octave.html/XREFprod.html          |     50 +
 doc/interpreter/octave.html/XREFprofexplore.html   |     50 +
 doc/interpreter/octave.html/XREFprofile.html       |     50 +
 doc/interpreter/octave.html/XREFprofshow.html      |     50 +
 .../XREFprogram_005finvocation_005fname.html       |     50 +
 .../octave.html/XREFprogram_005fname.html          |     50 +
 .../octave.html/XREFprop_005ftest_005f2.html       |     50 +
 doc/interpreter/octave.html/XREFputenv.html        |     50 +
 doc/interpreter/octave.html/XREFputs.html          |     50 +
 doc/interpreter/octave.html/XREFpwd.html           |     50 +
 doc/interpreter/octave.html/XREFpython.html        |     50 +
 doc/interpreter/octave.html/XREFqp.html            |     50 +
 doc/interpreter/octave.html/XREFqqplot.html        |     50 +
 doc/interpreter/octave.html/XREFqr.html            |     50 +
 doc/interpreter/octave.html/XREFqrdelete.html      |     50 +
 doc/interpreter/octave.html/XREFqrinsert.html      |     50 +
 doc/interpreter/octave.html/XREFqrshift.html       |     50 +
 doc/interpreter/octave.html/XREFqrupdate.html      |     50 +
 doc/interpreter/octave.html/XREFquad.html          |     50 +
 .../octave.html/XREFquad_005foptions.html          |     50 +
 doc/interpreter/octave.html/XREFquadcc.html        |     50 +
 doc/interpreter/octave.html/XREFquadgk.html        |     50 +
 doc/interpreter/octave.html/XREFquadl.html         |     50 +
 doc/interpreter/octave.html/XREFquadv.html         |     50 +
 doc/interpreter/octave.html/XREFquantile.html      |     50 +
 doc/interpreter/octave.html/XREFquestdlg.html      |     50 +
 doc/interpreter/octave.html/XREFquit.html          |     50 +
 doc/interpreter/octave.html/XREFquiver.html        |     50 +
 doc/interpreter/octave.html/XREFquiver3.html       |     50 +
 doc/interpreter/octave.html/XREFqz.html            |     50 +
 doc/interpreter/octave.html/XREFqzhess.html        |     50 +
 doc/interpreter/octave.html/XREFrainbow.html       |     50 +
 doc/interpreter/octave.html/XREFrand.html          |     50 +
 doc/interpreter/octave.html/XREFrande.html         |     50 +
 doc/interpreter/octave.html/XREFrandg.html         |     50 +
 doc/interpreter/octave.html/XREFrandi.html         |     50 +
 doc/interpreter/octave.html/XREFrandn.html         |     50 +
 doc/interpreter/octave.html/XREFrandp.html         |     50 +
 doc/interpreter/octave.html/XREFrandperm.html      |     50 +
 doc/interpreter/octave.html/XREFrange.html         |     50 +
 doc/interpreter/octave.html/XREFrank.html          |     50 +
 doc/interpreter/octave.html/XREFranks.html         |     50 +
 doc/interpreter/octave.html/XREFrat.html           |     50 +
 doc/interpreter/octave.html/XREFrats.html          |     50 +
 doc/interpreter/octave.html/XREFrcond.html         |     50 +
 doc/interpreter/octave.html/XREFrdivide.html       |     50 +
 doc/interpreter/octave.html/XREFreaddir.html       |     50 +
 ...readline_005fre_005fread_005finit_005ffile.html |     50 +
 .../XREFreadline_005fread_005finit_005ffile.html   |     50 +
 doc/interpreter/octave.html/XREFreadlink.html      |     50 +
 doc/interpreter/octave.html/XREFreal.html          |     50 +
 doc/interpreter/octave.html/XREFreallog.html       |     50 +
 doc/interpreter/octave.html/XREFrealmax.html       |     50 +
 doc/interpreter/octave.html/XREFrealmin.html       |     50 +
 doc/interpreter/octave.html/XREFrealpow.html       |     50 +
 doc/interpreter/octave.html/XREFrealsqrt.html      |     50 +
 doc/interpreter/octave.html/XREFrecord.html        |     50 +
 doc/interpreter/octave.html/XREFrectangle.html     |     50 +
 doc/interpreter/octave.html/XREFrectint.html       |     50 +
 doc/interpreter/octave.html/XREFrecycle.html       |     50 +
 doc/interpreter/octave.html/XREFrefresh.html       |     50 +
 doc/interpreter/octave.html/XREFrefreshdata.html   |     50 +
 doc/interpreter/octave.html/XREFregexp.html        |     50 +
 doc/interpreter/octave.html/XREFregexpi.html       |     50 +
 doc/interpreter/octave.html/XREFregexprep.html     |     50 +
 .../octave.html/XREFregexptranslate.html           |     50 +
 .../XREFregister_005fgraphics_005ftoolkit.html     |     50 +
 doc/interpreter/octave.html/XREFrehash.html        |     50 +
 doc/interpreter/octave.html/XREFrem.html           |     50 +
 .../XREFremove_005finput_005fevent_005fhook.html   |     50 +
 doc/interpreter/octave.html/XREFrename.html        |     50 +
 doc/interpreter/octave.html/XREFrepelems.html      |     50 +
 doc/interpreter/octave.html/XREFrepmat.html        |     50 +
 doc/interpreter/octave.html/XREFreset.html         |     50 +
 doc/interpreter/octave.html/XREFreshape.html       |     50 +
 doc/interpreter/octave.html/XREFresidue.html       |     50 +
 doc/interpreter/octave.html/XREFresize.html        |     50 +
 .../octave.html/XREFrestoredefaultpath.html        |     50 +
 doc/interpreter/octave.html/XREFrethrow.html       |     50 +
 doc/interpreter/octave.html/XREFrgb2hsv.html       |     50 +
 doc/interpreter/octave.html/XREFrgb2ind.html       |     50 +
 doc/interpreter/octave.html/XREFrgb2ntsc.html      |     50 +
 doc/interpreter/octave.html/XREFrgbplot.html       |     50 +
 doc/interpreter/octave.html/XREFribbon.html        |     50 +
 doc/interpreter/octave.html/XREFrindex.html        |     50 +
 doc/interpreter/octave.html/XREFrmappdata.html     |     50 +
 doc/interpreter/octave.html/XREFrmdir.html         |     50 +
 doc/interpreter/octave.html/XREFrmfield.html       |     50 +
 doc/interpreter/octave.html/XREFrmpath.html        |     50 +
 doc/interpreter/octave.html/XREFrmpref.html        |     50 +
 doc/interpreter/octave.html/XREFroots.html         |     50 +
 doc/interpreter/octave.html/XREFrose.html          |     50 +
 doc/interpreter/octave.html/XREFrosser.html        |     50 +
 doc/interpreter/octave.html/XREFrot90.html         |     50 +
 doc/interpreter/octave.html/XREFrotdim.html        |     50 +
 doc/interpreter/octave.html/XREFround.html         |     50 +
 doc/interpreter/octave.html/XREFroundb.html        |     50 +
 doc/interpreter/octave.html/XREFrows.html          |     50 +
 doc/interpreter/octave.html/XREFrref.html          |     50 +
 doc/interpreter/octave.html/XREFrsf2csf.html       |     50 +
 doc/interpreter/octave.html/XREFrun.html           |     50 +
 doc/interpreter/octave.html/XREFrun_005fcount.html |     50 +
 .../octave.html/XREFrun_005fhistory.html           |     50 +
 doc/interpreter/octave.html/XREFrun_005ftest.html  |     50 +
 doc/interpreter/octave.html/XREFrundemos.html      |     50 +
 doc/interpreter/octave.html/XREFrunlength.html     |     50 +
 doc/interpreter/octave.html/XREFruntests.html      |     50 +
 doc/interpreter/octave.html/XREFsave.html          |     50 +
 .../XREFsave_005fdefault_005foptions.html          |     50 +
 .../XREFsave_005fheader_005fformat_005fstring.html |     50 +
 .../octave.html/XREFsave_005fprecision.html        |     50 +
 doc/interpreter/octave.html/XREFsaveas.html        |     50 +
 doc/interpreter/octave.html/XREFsaveaudio.html     |     50 +
 doc/interpreter/octave.html/XREFsaveobj.html       |     50 +
 doc/interpreter/octave.html/XREFsavepath.html      |     50 +
 doc/interpreter/octave.html/XREFscanf.html         |     50 +
 doc/interpreter/octave.html/XREFscatter.html       |     50 +
 doc/interpreter/octave.html/XREFscatter3.html      |     50 +
 doc/interpreter/octave.html/XREFschur.html         |     50 +
 doc/interpreter/octave.html/XREFsec.html           |     50 +
 doc/interpreter/octave.html/XREFsecd.html          |     50 +
 doc/interpreter/octave.html/XREFsech.html          |     50 +
 doc/interpreter/octave.html/XREFsemilogx.html      |     50 +
 doc/interpreter/octave.html/XREFsemilogxerr.html   |     50 +
 doc/interpreter/octave.html/XREFsemilogy.html      |     50 +
 doc/interpreter/octave.html/XREFsemilogyerr.html   |     50 +
 doc/interpreter/octave.html/XREFset.html           |     50 +
 doc/interpreter/octave.html/XREFsetappdata.html    |     50 +
 doc/interpreter/octave.html/XREFsetaudio.html      |     50 +
 doc/interpreter/octave.html/XREFsetdiff.html       |     50 +
 doc/interpreter/octave.html/XREFsetfield.html      |     50 +
 doc/interpreter/octave.html/XREFsetgrent.html      |     50 +
 doc/interpreter/octave.html/XREFsetpref.html       |     50 +
 doc/interpreter/octave.html/XREFsetpwent.html      |     50 +
 doc/interpreter/octave.html/XREFsetxor.html        |     50 +
 doc/interpreter/octave.html/XREFshading.html       |     50 +
 doc/interpreter/octave.html/XREFshg.html           |     50 +
 doc/interpreter/octave.html/XREFshift.html         |     50 +
 doc/interpreter/octave.html/XREFshiftdim.html      |     50 +
 doc/interpreter/octave.html/XREFshrinkfaces.html   |     50 +
 .../XREFsighup_005fdumps_005foctave_005fcore.html  |     50 +
 doc/interpreter/octave.html/XREFsign.html          |     50 +
 doc/interpreter/octave.html/XREFsign_005ftest.html |     50 +
 doc/interpreter/octave.html/XREFsignbit.html       |     50 +
 .../XREFsigterm_005fdumps_005foctave_005fcore.html |     50 +
 .../octave.html/XREFsilent_005ffunctions.html      |     50 +
 doc/interpreter/octave.html/XREFsin.html           |     50 +
 doc/interpreter/octave.html/XREFsinc.html          |     50 +
 doc/interpreter/octave.html/XREFsind.html          |     50 +
 doc/interpreter/octave.html/XREFsinetone.html      |     50 +
 doc/interpreter/octave.html/XREFsinewave.html      |     50 +
 doc/interpreter/octave.html/XREFsingle.html        |     50 +
 doc/interpreter/octave.html/XREFsinh.html          |     50 +
 doc/interpreter/octave.html/XREFsize.html          |     50 +
 .../octave.html/XREFsize_005fequal.html            |     50 +
 doc/interpreter/octave.html/XREFsizemax.html       |     50 +
 doc/interpreter/octave.html/XREFsizeof.html        |     50 +
 doc/interpreter/octave.html/XREFskewness.html      |     50 +
 doc/interpreter/octave.html/XREFsleep.html         |     50 +
 doc/interpreter/octave.html/XREFslice.html         |     50 +
 doc/interpreter/octave.html/XREFsombrero.html      |     50 +
 doc/interpreter/octave.html/XREFsort.html          |     50 +
 doc/interpreter/octave.html/XREFsortrows.html      |     50 +
 doc/interpreter/octave.html/XREFsource.html        |     50 +
 doc/interpreter/octave.html/XREFspalloc.html       |     50 +
 doc/interpreter/octave.html/XREFsparse.html        |     50 +
 .../XREFsparse_005fauto_005fmutate.html            |     50 +
 doc/interpreter/octave.html/XREFspaugment.html     |     50 +
 doc/interpreter/octave.html/XREFspconvert.html     |     50 +
 doc/interpreter/octave.html/XREFspdiags.html       |     50 +
 doc/interpreter/octave.html/XREFspearman.html      |     50 +
 .../octave.html/XREFspectral_005fadf.html          |     50 +
 .../octave.html/XREFspectral_005fxdf.html          |     50 +
 doc/interpreter/octave.html/XREFspecular.html      |     50 +
 doc/interpreter/octave.html/XREFspeed.html         |     50 +
 doc/interpreter/octave.html/XREFspencer.html       |     50 +
 doc/interpreter/octave.html/XREFspeye.html         |     50 +
 doc/interpreter/octave.html/XREFspfun.html         |     50 +
 doc/interpreter/octave.html/XREFsph2cart.html      |     50 +
 doc/interpreter/octave.html/XREFsphere.html        |     50 +
 doc/interpreter/octave.html/XREFspinmap.html       |     50 +
 doc/interpreter/octave.html/XREFspline.html        |     50 +
 doc/interpreter/octave.html/XREFsplinefit.html     |     50 +
 .../octave.html/XREFsplit_005flong_005frows.html   |     50 +
 doc/interpreter/octave.html/XREFspones.html        |     50 +
 doc/interpreter/octave.html/XREFspparms.html       |     50 +
 doc/interpreter/octave.html/XREFsprand.html        |     50 +
 doc/interpreter/octave.html/XREFsprandn.html       |     50 +
 doc/interpreter/octave.html/XREFsprandsym.html     |     50 +
 doc/interpreter/octave.html/XREFsprank.html        |     50 +
 doc/interpreter/octave.html/XREFspring.html        |     50 +
 doc/interpreter/octave.html/XREFsprintf.html       |     50 +
 doc/interpreter/octave.html/XREFspstats.html       |     50 +
 doc/interpreter/octave.html/XREFspy.html           |     50 +
 doc/interpreter/octave.html/XREFsqp.html           |     50 +
 doc/interpreter/octave.html/XREFsqrt.html          |     50 +
 doc/interpreter/octave.html/XREFsqrtm.html         |     50 +
 doc/interpreter/octave.html/XREFsqueeze.html       |     50 +
 doc/interpreter/octave.html/XREFsscanf.html        |     50 +
 doc/interpreter/octave.html/XREFstairs.html        |     50 +
 doc/interpreter/octave.html/XREFstat.html          |     50 +
 doc/interpreter/octave.html/XREFstatistics.html    |     50 +
 doc/interpreter/octave.html/XREFstd.html           |     50 +
 doc/interpreter/octave.html/XREFstderr.html        |     50 +
 doc/interpreter/octave.html/XREFstdin.html         |     50 +
 .../octave.html/XREFstdnormal_005fcdf.html         |     50 +
 .../octave.html/XREFstdnormal_005finv.html         |     50 +
 .../octave.html/XREFstdnormal_005fpdf.html         |     50 +
 .../octave.html/XREFstdnormal_005frnd.html         |     50 +
 doc/interpreter/octave.html/XREFstdout.html        |     50 +
 doc/interpreter/octave.html/XREFstem.html          |     50 +
 doc/interpreter/octave.html/XREFstem3.html         |     50 +
 doc/interpreter/octave.html/XREFstemleaf.html      |     50 +
 doc/interpreter/octave.html/XREFstft.html          |     50 +
 doc/interpreter/octave.html/XREFstr2double.html    |     50 +
 doc/interpreter/octave.html/XREFstr2func.html      |     50 +
 doc/interpreter/octave.html/XREFstr2num.html       |     50 +
 doc/interpreter/octave.html/XREFstrcat.html        |     50 +
 doc/interpreter/octave.html/XREFstrchr.html        |     50 +
 doc/interpreter/octave.html/XREFstrcmp.html        |     50 +
 doc/interpreter/octave.html/XREFstrcmpi.html       |     50 +
 doc/interpreter/octave.html/XREFstrfind.html       |     50 +
 doc/interpreter/octave.html/XREFstrftime.html      |     50 +
 .../octave.html/XREFstring_005ffill_005fchar.html  |     50 +
 doc/interpreter/octave.html/XREFstrjoin.html       |     50 +
 doc/interpreter/octave.html/XREFstrjust.html       |     50 +
 doc/interpreter/octave.html/XREFstrmatch.html      |     50 +
 doc/interpreter/octave.html/XREFstrncmp.html       |     50 +
 doc/interpreter/octave.html/XREFstrncmpi.html      |     50 +
 doc/interpreter/octave.html/XREFstrptime.html      |     50 +
 doc/interpreter/octave.html/XREFstrread.html       |     50 +
 doc/interpreter/octave.html/XREFstrrep.html        |     50 +
 doc/interpreter/octave.html/XREFstrsplit.html      |     50 +
 doc/interpreter/octave.html/XREFstrtok.html        |     50 +
 doc/interpreter/octave.html/XREFstrtrim.html       |     50 +
 doc/interpreter/octave.html/XREFstrtrunc.html      |     50 +
 doc/interpreter/octave.html/XREFstruct.html        |     50 +
 doc/interpreter/octave.html/XREFstruct2cell.html   |     50 +
 doc/interpreter/octave.html/XREFstruct2hdl.html    |     50 +
 .../XREFstruct_005flevels_005fto_005fprint.html    |     50 +
 doc/interpreter/octave.html/XREFstructfun.html     |     50 +
 doc/interpreter/octave.html/XREFstrvcat.html       |     50 +
 doc/interpreter/octave.html/XREFsub2ind.html       |     50 +
 doc/interpreter/octave.html/XREFsubplot.html       |     50 +
 doc/interpreter/octave.html/XREFsubsasgn.html      |     50 +
 doc/interpreter/octave.html/XREFsubsindex.html     |     50 +
 doc/interpreter/octave.html/XREFsubspace.html      |     50 +
 doc/interpreter/octave.html/XREFsubsref.html       |     50 +
 doc/interpreter/octave.html/XREFsubstr.html        |     50 +
 doc/interpreter/octave.html/XREFsubstruct.html     |     50 +
 doc/interpreter/octave.html/XREFsum.html           |     50 +
 doc/interpreter/octave.html/XREFsummer.html        |     50 +
 doc/interpreter/octave.html/XREFsumsq.html         |     50 +
 doc/interpreter/octave.html/XREFsuperiorto.html    |     50 +
 ...Fsuppress_005fverbose_005fhelp_005fmessage.html |     50 +
 doc/interpreter/octave.html/XREFsurf.html          |     50 +
 doc/interpreter/octave.html/XREFsurface.html       |     50 +
 doc/interpreter/octave.html/XREFsurfc.html         |     50 +
 doc/interpreter/octave.html/XREFsurfl.html         |     50 +
 doc/interpreter/octave.html/XREFsurfnorm.html      |     50 +
 doc/interpreter/octave.html/XREFsvd.html           |     50 +
 .../octave.html/XREFsvd_005fdriver.html            |     50 +
 doc/interpreter/octave.html/XREFsvds.html          |     50 +
 doc/interpreter/octave.html/XREFswapbytes.html     |     50 +
 doc/interpreter/octave.html/XREFsyl.html           |     50 +
 doc/interpreter/octave.html/XREFsymamd.html        |     50 +
 doc/interpreter/octave.html/XREFsymbfact.html      |     50 +
 doc/interpreter/octave.html/XREFsymlink.html       |     50 +
 doc/interpreter/octave.html/XREFsymrcm.html        |     50 +
 doc/interpreter/octave.html/XREFsymvar.html        |     50 +
 doc/interpreter/octave.html/XREFsynthesis.html     |     50 +
 doc/interpreter/octave.html/XREFsystem.html        |     50 +
 doc/interpreter/octave.html/XREFt_005ftest.html    |     50 +
 .../octave.html/XREFt_005ftest_005f2.html          |     50 +
 .../octave.html/XREFt_005ftest_005fregression.html |     50 +
 doc/interpreter/octave.html/XREFtable.html         |     50 +
 doc/interpreter/octave.html/XREFtan.html           |     50 +
 doc/interpreter/octave.html/XREFtand.html          |     50 +
 doc/interpreter/octave.html/XREFtanh.html          |     50 +
 doc/interpreter/octave.html/XREFtar.html           |     50 +
 doc/interpreter/octave.html/XREFtcdf.html          |     50 +
 doc/interpreter/octave.html/XREFtempdir.html       |     50 +
 doc/interpreter/octave.html/XREFtempname.html      |     50 +
 .../octave.html/XREFterminal_005fsize.html         |     50 +
 doc/interpreter/octave.html/XREFtest.html          |     50 +
 doc/interpreter/octave.html/XREFtetramesh.html     |     50 +
 .../octave.html/XREFtexi_005fmacros_005ffile.html  |     50 +
 doc/interpreter/octave.html/XREFtext.html          |     50 +
 doc/interpreter/octave.html/XREFtextread.html      |     50 +
 doc/interpreter/octave.html/XREFtextscan.html      |     50 +
 doc/interpreter/octave.html/XREFtic.html           |     50 +
 .../octave.html/XREFtilde_005fexpand.html          |     50 +
 doc/interpreter/octave.html/XREFtime.html          |     50 +
 doc/interpreter/octave.html/XREFtimes.html         |     50 +
 doc/interpreter/octave.html/XREFtinv.html          |     50 +
 doc/interpreter/octave.html/XREFtitle.html         |     50 +
 doc/interpreter/octave.html/XREFtmpfile.html       |     50 +
 doc/interpreter/octave.html/XREFtmpnam.html        |     50 +
 doc/interpreter/octave.html/XREFtoascii.html       |     50 +
 doc/interpreter/octave.html/XREFtoc.html           |     50 +
 doc/interpreter/octave.html/XREFtoeplitz.html      |     50 +
 doc/interpreter/octave.html/XREFtolower.html       |     50 +
 doc/interpreter/octave.html/XREFtoupper.html       |     50 +
 doc/interpreter/octave.html/XREFtpdf.html          |     50 +
 doc/interpreter/octave.html/XREFtrace.html         |     50 +
 doc/interpreter/octave.html/XREFtranspose.html     |     50 +
 doc/interpreter/octave.html/XREFtrapz.html         |     50 +
 doc/interpreter/octave.html/XREFtreelayout.html    |     50 +
 doc/interpreter/octave.html/XREFtreeplot.html      |     50 +
 doc/interpreter/octave.html/XREFtril.html          |     50 +
 doc/interpreter/octave.html/XREFtrimesh.html       |     50 +
 doc/interpreter/octave.html/XREFtriplequad.html    |     50 +
 doc/interpreter/octave.html/XREFtriplot.html       |     50 +
 doc/interpreter/octave.html/XREFtrisurf.html       |     50 +
 doc/interpreter/octave.html/XREFtriu.html          |     50 +
 doc/interpreter/octave.html/XREFtrnd.html          |     50 +
 doc/interpreter/octave.html/XREFtrue.html          |     50 +
 doc/interpreter/octave.html/XREFtsearch.html       |     50 +
 doc/interpreter/octave.html/XREFtsearchn.html      |     50 +
 doc/interpreter/octave.html/XREFtype.html          |     50 +
 doc/interpreter/octave.html/XREFtypecast.html      |     50 +
 doc/interpreter/octave.html/XREFtypeinfo.html      |     50 +
 doc/interpreter/octave.html/XREFu_005ftest.html    |     50 +
 doc/interpreter/octave.html/XREFuigetdir.html      |     50 +
 doc/interpreter/octave.html/XREFuigetfile.html     |     50 +
 doc/interpreter/octave.html/XREFuimenu.html        |     50 +
 doc/interpreter/octave.html/XREFuint16.html        |     50 +
 doc/interpreter/octave.html/XREFuint32.html        |     50 +
 doc/interpreter/octave.html/XREFuint64.html        |     50 +
 doc/interpreter/octave.html/XREFuint8.html         |     50 +
 doc/interpreter/octave.html/XREFuiputfile.html     |     50 +
 doc/interpreter/octave.html/XREFuiresume.html      |     50 +
 doc/interpreter/octave.html/XREFuiwait.html        |     50 +
 doc/interpreter/octave.html/XREFumask.html         |     50 +
 doc/interpreter/octave.html/XREFuminus.html        |     50 +
 doc/interpreter/octave.html/XREFuname.html         |     50 +
 .../XREFundo_005fstring_005fescapes.html           |     50 +
 doc/interpreter/octave.html/XREFunidcdf.html       |     50 +
 doc/interpreter/octave.html/XREFunidinv.html       |     50 +
 doc/interpreter/octave.html/XREFunidpdf.html       |     50 +
 doc/interpreter/octave.html/XREFunidrnd.html       |     50 +
 doc/interpreter/octave.html/XREFunifcdf.html       |     50 +
 doc/interpreter/octave.html/XREFunifinv.html       |     50 +
 doc/interpreter/octave.html/XREFunifpdf.html       |     50 +
 doc/interpreter/octave.html/XREFunifrnd.html       |     50 +
 doc/interpreter/octave.html/XREFunion.html         |     50 +
 doc/interpreter/octave.html/XREFunique.html        |     50 +
 doc/interpreter/octave.html/XREFunix.html          |     50 +
 doc/interpreter/octave.html/XREFunlink.html        |     50 +
 doc/interpreter/octave.html/XREFunmkpp.html        |     50 +
 doc/interpreter/octave.html/XREFunpack.html        |     50 +
 doc/interpreter/octave.html/XREFuntabify.html      |     50 +
 doc/interpreter/octave.html/XREFuntar.html         |     50 +
 doc/interpreter/octave.html/XREFunwrap.html        |     50 +
 doc/interpreter/octave.html/XREFunzip.html         |     50 +
 doc/interpreter/octave.html/XREFuplus.html         |     50 +
 doc/interpreter/octave.html/XREFurlread.html       |     50 +
 doc/interpreter/octave.html/XREFurlwrite.html      |     50 +
 doc/interpreter/octave.html/XREFusage.html         |     50 +
 doc/interpreter/octave.html/XREFusejava.html       |     50 +
 doc/interpreter/octave.html/XREFusleep.html        |     50 +
 .../octave.html/XREFvalidatestring.html            |     50 +
 doc/interpreter/octave.html/XREFvander.html        |     50 +
 doc/interpreter/octave.html/XREFvar.html           |     50 +
 doc/interpreter/octave.html/XREFvar_005ftest.html  |     50 +
 doc/interpreter/octave.html/XREFvarargin.html      |     50 +
 doc/interpreter/octave.html/XREFvarargout.html     |     50 +
 doc/interpreter/octave.html/XREFvec.html           |     50 +
 doc/interpreter/octave.html/XREFvech.html          |     50 +
 doc/interpreter/octave.html/XREFvectorize.html     |     50 +
 doc/interpreter/octave.html/XREFver.html           |     50 +
 doc/interpreter/octave.html/XREFversion.html       |     50 +
 doc/interpreter/octave.html/XREFvertcat.html       |     50 +
 doc/interpreter/octave.html/XREFview.html          |     50 +
 doc/interpreter/octave.html/XREFvoronoi.html       |     50 +
 doc/interpreter/octave.html/XREFvoronoin.html      |     50 +
 doc/interpreter/octave.html/XREFwaitbar.html       |     50 +
 doc/interpreter/octave.html/XREFwaitfor.html       |     50 +
 .../octave.html/XREFwaitforbuttonpress.html        |     50 +
 doc/interpreter/octave.html/XREFwaitpid.html       |     50 +
 doc/interpreter/octave.html/XREFwarndlg.html       |     50 +
 doc/interpreter/octave.html/XREFwarning.html       |     50 +
 .../octave.html/XREFwarning_005fids.html           |     50 +
 doc/interpreter/octave.html/XREFwarranty.html      |     50 +
 doc/interpreter/octave.html/XREFwaterfall.html     |     50 +
 doc/interpreter/octave.html/XREFwavread.html       |     50 +
 doc/interpreter/octave.html/XREFwavwrite.html      |     50 +
 doc/interpreter/octave.html/XREFwblcdf.html        |     50 +
 doc/interpreter/octave.html/XREFwblinv.html        |     50 +
 doc/interpreter/octave.html/XREFwblpdf.html        |     50 +
 doc/interpreter/octave.html/XREFwblrnd.html        |     50 +
 doc/interpreter/octave.html/XREFweekday.html       |     50 +
 .../octave.html/XREFwelch_005ftest.html            |     50 +
 doc/interpreter/octave.html/XREFwhat.html          |     50 +
 doc/interpreter/octave.html/XREFwhich.html         |     50 +
 doc/interpreter/octave.html/XREFwhite.html         |     50 +
 doc/interpreter/octave.html/XREFwhitebg.html       |     50 +
 doc/interpreter/octave.html/XREFwho.html           |     50 +
 doc/interpreter/octave.html/XREFwhos.html          |     50 +
 .../octave.html/XREFwhos_005fline_005fformat.html  |     50 +
 doc/interpreter/octave.html/XREFwienrnd.html       |     50 +
 .../octave.html/XREFwilcoxon_005ftest.html         |     50 +
 doc/interpreter/octave.html/XREFwilkinson.html     |     50 +
 doc/interpreter/octave.html/XREFwinter.html        |     50 +
 doc/interpreter/octave.html/XREFxlabel.html        |     50 +
 doc/interpreter/octave.html/XREFxlim.html          |     50 +
 doc/interpreter/octave.html/XREFxor.html           |     50 +
 .../octave.html/XREFyes_005for_005fno.html         |     50 +
 doc/interpreter/octave.html/XREFylabel.html        |     50 +
 doc/interpreter/octave.html/XREFylim.html          |     50 +
 doc/interpreter/octave.html/XREFyulewalker.html    |     50 +
 doc/interpreter/octave.html/XREFz_005ftest.html    |     50 +
 .../octave.html/XREFz_005ftest_005f2.html          |     50 +
 doc/interpreter/octave.html/XREFzeros.html         |     50 +
 doc/interpreter/octave.html/XREFzip.html           |     50 +
 doc/interpreter/octave.html/XREFzlabel.html        |     50 +
 doc/interpreter/octave.html/XREFzlim.html          |     50 +
 doc/interpreter/octave.html/XREFzscore.html        |     50 +
 doc/interpreter/octave.html/Zeros-Treatment.html   |    237 +-
 doc/interpreter/octave.html/convhull.png           |    Bin 17991 -> 17988 bytes
 doc/interpreter/octave.html/delaunay.png           |    Bin 26887 -> 26827 bytes
 doc/interpreter/octave.html/doc_002dEDITOR.html    |      1 -
 .../octave.html/doc_002dEXEC_005fPATH.html         |      1 -
 doc/interpreter/octave.html/doc_002dI.html         |      1 -
 .../octave.html/doc_002dIMAGE_005fPATH.html        |      1 -
 doc/interpreter/octave.html/doc_002dInf.html       |      1 -
 doc/interpreter/octave.html/doc_002dNA.html        |      1 -
 doc/interpreter/octave.html/doc_002dNaN.html       |      1 -
 .../octave.html/doc_002dOCTAVE_005fHOME.html       |      1 -
 .../octave.html/doc_002dOCTAVE_005fVERSION.html    |      1 -
 doc/interpreter/octave.html/doc_002dPAGER.html     |      1 -
 .../octave.html/doc_002dPAGER_005fFLAGS.html       |      1 -
 .../octave.html/doc_002dPKG_005fADD.html           |      1 -
 doc/interpreter/octave.html/doc_002dPS1.html       |      1 -
 doc/interpreter/octave.html/doc_002dPS2.html       |      1 -
 doc/interpreter/octave.html/doc_002dPS4.html       |      1 -
 .../octave.html/doc_002dP_005ftmpdir.html          |      1 -
 .../octave.html/doc_002dSEEK_005fSET.html          |      1 -
 doc/interpreter/octave.html/doc_002dSIG.html       |      1 -
 .../octave.html/doc_002dS_005fISBLK.html           |      1 -
 .../octave.html/doc_002dS_005fISCHR.html           |      1 -
 .../octave.html/doc_002dS_005fISDIR.html           |      1 -
 .../octave.html/doc_002dS_005fISFIFO.html          |      1 -
 .../octave.html/doc_002dS_005fISLNK.html           |      1 -
 .../octave.html/doc_002dS_005fISREG.html           |      1 -
 .../octave.html/doc_002dS_005fISSOCK.html          |      1 -
 doc/interpreter/octave.html/doc_002dWCONTINUE.html |      1 -
 doc/interpreter/octave.html/doc_002dWCOREDUMP.html |      1 -
 .../octave.html/doc_002dWEXITSTATUS.html           |      1 -
 .../octave.html/doc_002dWIFCONTINUED.html          |      1 -
 doc/interpreter/octave.html/doc_002dWIFEXITED.html |      1 -
 .../octave.html/doc_002dWIFSIGNALED.html           |      1 -
 .../octave.html/doc_002dWIFSTOPPED.html            |      1 -
 doc/interpreter/octave.html/doc_002dWNOHANG.html   |      1 -
 doc/interpreter/octave.html/doc_002dWSTOPSIG.html  |      1 -
 doc/interpreter/octave.html/doc_002dWTERMSIG.html  |      1 -
 doc/interpreter/octave.html/doc_002dWUNTRACED.html |      1 -
 .../doc_002d_0040_0040ftp_002fascii.html           |      1 -
 .../doc_002d_0040_0040ftp_002fbinary.html          |      1 -
 .../octave.html/doc_002d_0040_0040ftp_002fftp.html |      1 -
 .../doc_002d_0040_0040ftp_002fmget.html            |      1 -
 .../doc_002d_0040_0040ftp_002fmput.html            |      1 -
 doc/interpreter/octave.html/doc_002dabs.html       |      1 -
 .../octave.html/doc_002daccumarray.html            |      1 -
 doc/interpreter/octave.html/doc_002daccumdim.html  |      1 -
 doc/interpreter/octave.html/doc_002dacos.html      |      1 -
 doc/interpreter/octave.html/doc_002dacosd.html     |      1 -
 doc/interpreter/octave.html/doc_002dacosh.html     |      1 -
 doc/interpreter/octave.html/doc_002dacot.html      |      1 -
 doc/interpreter/octave.html/doc_002dacotd.html     |      1 -
 doc/interpreter/octave.html/doc_002dacoth.html     |      1 -
 doc/interpreter/octave.html/doc_002dacsc.html      |      1 -
 doc/interpreter/octave.html/doc_002dacscd.html     |      1 -
 doc/interpreter/octave.html/doc_002dacsch.html     |      1 -
 .../doc_002dadd_005finput_005fevent_005fhook.html  |      1 -
 .../octave.html/doc_002daddlistener.html           |      1 -
 doc/interpreter/octave.html/doc_002daddpath.html   |      1 -
 doc/interpreter/octave.html/doc_002daddpref.html   |      1 -
 .../octave.html/doc_002daddproperty.html           |      1 -
 doc/interpreter/octave.html/doc_002daddtodate.html |      1 -
 doc/interpreter/octave.html/doc_002dairy.html      |      1 -
 doc/interpreter/octave.html/doc_002dall.html       |      1 -
 doc/interpreter/octave.html/doc_002dallchild.html  |      1 -
 ..._005fnoninteger_005frange_005fas_005findex.html |      1 -
 doc/interpreter/octave.html/doc_002damd.html       |      1 -
 doc/interpreter/octave.html/doc_002dancestor.html  |      1 -
 doc/interpreter/octave.html/doc_002dand.html       |      1 -
 doc/interpreter/octave.html/doc_002danova.html     |      1 -
 doc/interpreter/octave.html/doc_002dans.html       |      1 -
 doc/interpreter/octave.html/doc_002dany.html       |      1 -
 .../octave.html/doc_002darch_005ffit.html          |      1 -
 .../octave.html/doc_002darch_005frnd.html          |      1 -
 .../octave.html/doc_002darch_005ftest.html         |      1 -
 doc/interpreter/octave.html/doc_002darea.html      |      1 -
 doc/interpreter/octave.html/doc_002darg.html       |      1 -
 doc/interpreter/octave.html/doc_002dargnames.html  |      1 -
 doc/interpreter/octave.html/doc_002dargv.html      |      1 -
 .../octave.html/doc_002darma_005frnd.html          |      1 -
 doc/interpreter/octave.html/doc_002darrayfun.html  |      1 -
 doc/interpreter/octave.html/doc_002dasctime.html   |      1 -
 doc/interpreter/octave.html/doc_002dasec.html      |      1 -
 doc/interpreter/octave.html/doc_002dasecd.html     |      1 -
 doc/interpreter/octave.html/doc_002dasech.html     |      1 -
 doc/interpreter/octave.html/doc_002dasin.html      |      1 -
 doc/interpreter/octave.html/doc_002dasind.html     |      1 -
 doc/interpreter/octave.html/doc_002dasinh.html     |      1 -
 doc/interpreter/octave.html/doc_002dassert.html    |      1 -
 doc/interpreter/octave.html/doc_002dassignin.html  |      1 -
 doc/interpreter/octave.html/doc_002datan.html      |      1 -
 doc/interpreter/octave.html/doc_002datan2.html     |      1 -
 doc/interpreter/octave.html/doc_002datand.html     |      1 -
 doc/interpreter/octave.html/doc_002datanh.html     |      1 -
 doc/interpreter/octave.html/doc_002datexit.html    |      1 -
 doc/interpreter/octave.html/doc_002dautoload.html  |      1 -
 .../octave.html/doc_002dautoreg_005fmatrix.html    |      1 -
 doc/interpreter/octave.html/doc_002dautumn.html    |      1 -
 ...oc_002davailable_005fgraphics_005ftoolkits.html |      1 -
 doc/interpreter/octave.html/doc_002daxes.html      |      1 -
 doc/interpreter/octave.html/doc_002daxis.html      |      1 -
 doc/interpreter/octave.html/doc_002dbalance.html   |      1 -
 doc/interpreter/octave.html/doc_002dbar.html       |      1 -
 doc/interpreter/octave.html/doc_002dbarh.html      |      1 -
 doc/interpreter/octave.html/doc_002dbartlett.html  |      1 -
 .../octave.html/doc_002dbartlett_005ftest.html     |      1 -
 doc/interpreter/octave.html/doc_002dbase2dec.html  |      1 -
 doc/interpreter/octave.html/doc_002dbeep.html      |      1 -
 .../octave.html/doc_002dbeep_005fon_005ferror.html |      1 -
 doc/interpreter/octave.html/doc_002dbesselj.html   |      1 -
 doc/interpreter/octave.html/doc_002dbeta.html      |      1 -
 doc/interpreter/octave.html/doc_002dbetacdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dbetainc.html   |      1 -
 doc/interpreter/octave.html/doc_002dbetainv.html   |      1 -
 doc/interpreter/octave.html/doc_002dbetaln.html    |      1 -
 doc/interpreter/octave.html/doc_002dbetapdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dbetarnd.html   |      1 -
 doc/interpreter/octave.html/doc_002dbicg.html      |      1 -
 doc/interpreter/octave.html/doc_002dbicgstab.html  |      1 -
 doc/interpreter/octave.html/doc_002dbicubic.html   |      1 -
 doc/interpreter/octave.html/doc_002dbin2dec.html   |      1 -
 doc/interpreter/octave.html/doc_002dbincoeff.html  |      1 -
 doc/interpreter/octave.html/doc_002dbinocdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dbinoinv.html   |      1 -
 doc/interpreter/octave.html/doc_002dbinopdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dbinornd.html   |      1 -
 doc/interpreter/octave.html/doc_002dbitand.html    |      1 -
 doc/interpreter/octave.html/doc_002dbitcmp.html    |      1 -
 doc/interpreter/octave.html/doc_002dbitget.html    |      1 -
 doc/interpreter/octave.html/doc_002dbitmax.html    |      1 -
 doc/interpreter/octave.html/doc_002dbitor.html     |      1 -
 doc/interpreter/octave.html/doc_002dbitpack.html   |      1 -
 doc/interpreter/octave.html/doc_002dbitset.html    |      1 -
 doc/interpreter/octave.html/doc_002dbitshift.html  |      1 -
 doc/interpreter/octave.html/doc_002dbitunpack.html |      1 -
 doc/interpreter/octave.html/doc_002dbitxor.html    |      1 -
 doc/interpreter/octave.html/doc_002dblackman.html  |      1 -
 doc/interpreter/octave.html/doc_002dblanks.html    |      1 -
 doc/interpreter/octave.html/doc_002dblkdiag.html   |      1 -
 doc/interpreter/octave.html/doc_002dblkmm.html     |      1 -
 doc/interpreter/octave.html/doc_002dbone.html      |      1 -
 doc/interpreter/octave.html/doc_002dbox.html       |      1 -
 doc/interpreter/octave.html/doc_002dbrighten.html  |      1 -
 doc/interpreter/octave.html/doc_002dbsxfun.html    |      1 -
 doc/interpreter/octave.html/doc_002dbuiltin.html   |      1 -
 doc/interpreter/octave.html/doc_002dbunzip2.html   |      1 -
 doc/interpreter/octave.html/doc_002dbzip2.html     |      1 -
 doc/interpreter/octave.html/doc_002dcalendar.html  |      1 -
 .../doc_002dcanonicalize_005ffile_005fname.html    |      1 -
 doc/interpreter/octave.html/doc_002dcart2pol.html  |      1 -
 doc/interpreter/octave.html/doc_002dcart2sph.html  |      1 -
 doc/interpreter/octave.html/doc_002dcast.html      |      1 -
 doc/interpreter/octave.html/doc_002dcat.html       |      1 -
 .../octave.html/doc_002dcauchy_005fcdf.html        |      1 -
 .../octave.html/doc_002dcauchy_005finv.html        |      1 -
 .../octave.html/doc_002dcauchy_005fpdf.html        |      1 -
 .../octave.html/doc_002dcauchy_005frnd.html        |      1 -
 doc/interpreter/octave.html/doc_002dcaxis.html     |      1 -
 doc/interpreter/octave.html/doc_002dcbrt.html      |      1 -
 doc/interpreter/octave.html/doc_002dccolamd.html   |      1 -
 doc/interpreter/octave.html/doc_002dcd.html        |      1 -
 doc/interpreter/octave.html/doc_002dceil.html      |      1 -
 doc/interpreter/octave.html/doc_002dcell.html      |      1 -
 doc/interpreter/octave.html/doc_002dcell2mat.html  |      1 -
 .../octave.html/doc_002dcell2struct.html           |      1 -
 doc/interpreter/octave.html/doc_002dcelldisp.html  |      1 -
 doc/interpreter/octave.html/doc_002dcellfun.html   |      1 -
 .../octave.html/doc_002dcellindexmat.html          |      1 -
 .../octave.html/doc_002dcellslices.html            |      1 -
 doc/interpreter/octave.html/doc_002dcellstr.html   |      1 -
 doc/interpreter/octave.html/doc_002dcenter.html    |      1 -
 doc/interpreter/octave.html/doc_002dcgs.html       |      1 -
 doc/interpreter/octave.html/doc_002dchar.html      |      1 -
 doc/interpreter/octave.html/doc_002dchi2cdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dchi2inv.html   |      1 -
 doc/interpreter/octave.html/doc_002dchi2pdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dchi2rnd.html   |      1 -
 ...doc_002dchisquare_005ftest_005fhomogeneity.html |      1 -
 ...oc_002dchisquare_005ftest_005findependence.html |      1 -
 doc/interpreter/octave.html/doc_002dchol.html      |      1 -
 doc/interpreter/octave.html/doc_002dchol2inv.html  |      1 -
 .../octave.html/doc_002dcholdelete.html            |      1 -
 .../octave.html/doc_002dcholinsert.html            |      1 -
 doc/interpreter/octave.html/doc_002dcholinv.html   |      1 -
 doc/interpreter/octave.html/doc_002dcholshift.html |      1 -
 .../octave.html/doc_002dcholupdate.html            |      1 -
 doc/interpreter/octave.html/doc_002dchop.html      |      1 -
 doc/interpreter/octave.html/doc_002dcircshift.html |      1 -
 doc/interpreter/octave.html/doc_002dcla.html       |      1 -
 doc/interpreter/octave.html/doc_002dclabel.html    |      1 -
 doc/interpreter/octave.html/doc_002dclass.html     |      1 -
 doc/interpreter/octave.html/doc_002dclc.html       |      1 -
 doc/interpreter/octave.html/doc_002dclear.html     |      1 -
 doc/interpreter/octave.html/doc_002dclf.html       |      1 -
 doc/interpreter/octave.html/doc_002dclock.html     |      1 -
 doc/interpreter/octave.html/doc_002dcloglog.html   |      1 -
 doc/interpreter/octave.html/doc_002dclose.html     |      1 -
 doc/interpreter/octave.html/doc_002dclosereq.html  |      1 -
 doc/interpreter/octave.html/doc_002dcolamd.html    |      1 -
 doc/interpreter/octave.html/doc_002dcolloc.html    |      1 -
 doc/interpreter/octave.html/doc_002dcolon.html     |      1 -
 doc/interpreter/octave.html/doc_002dcolorbar.html  |      1 -
 doc/interpreter/octave.html/doc_002dcolormap.html  |      1 -
 doc/interpreter/octave.html/doc_002dcolperm.html   |      1 -
 doc/interpreter/octave.html/doc_002dcolstyle.html  |      1 -
 doc/interpreter/octave.html/doc_002dcolumns.html   |      1 -
 doc/interpreter/octave.html/doc_002dcomet.html     |      1 -
 doc/interpreter/octave.html/doc_002dcomet3.html    |      1 -
 .../doc_002dcommand_005fline_005fpath.html         |      1 -
 .../octave.html/doc_002dcommon_005fsize.html       |      1 -
 .../doc_002dcommutation_005fmatrix.html            |      1 -
 doc/interpreter/octave.html/doc_002dcompan.html    |      1 -
 .../octave.html/doc_002dcompare_005fversions.html  |      1 -
 doc/interpreter/octave.html/doc_002dcompass.html   |      1 -
 .../doc_002dcompletion_005fappend_005fchar.html    |      1 -
 .../doc_002dcompletion_005fmatches.html            |      1 -
 doc/interpreter/octave.html/doc_002dcomplex.html   |      1 -
 doc/interpreter/octave.html/doc_002dcomputer.html  |      1 -
 doc/interpreter/octave.html/doc_002dcond.html      |      1 -
 doc/interpreter/octave.html/doc_002dcondest.html   |      1 -
 .../doc_002dconfirm_005frecursive_005frmdir.html   |      1 -
 doc/interpreter/octave.html/doc_002dconj.html      |      1 -
 doc/interpreter/octave.html/doc_002dcontour.html   |      1 -
 doc/interpreter/octave.html/doc_002dcontour3.html  |      1 -
 doc/interpreter/octave.html/doc_002dcontourc.html  |      1 -
 doc/interpreter/octave.html/doc_002dcontourf.html  |      1 -
 doc/interpreter/octave.html/doc_002dcontrast.html  |      1 -
 doc/interpreter/octave.html/doc_002dconv.html      |      1 -
 doc/interpreter/octave.html/doc_002dconv2.html     |      1 -
 doc/interpreter/octave.html/doc_002dconvhull.html  |      1 -
 doc/interpreter/octave.html/doc_002dconvhulln.html |      1 -
 doc/interpreter/octave.html/doc_002dconvn.html     |      1 -
 doc/interpreter/octave.html/doc_002dcool.html      |      1 -
 doc/interpreter/octave.html/doc_002dcopper.html    |      1 -
 doc/interpreter/octave.html/doc_002dcopyfile.html  |      1 -
 .../octave.html/doc_002dcor_005ftest.html          |      1 -
 doc/interpreter/octave.html/doc_002dcorr.html      |      1 -
 doc/interpreter/octave.html/doc_002dcos.html       |      1 -
 doc/interpreter/octave.html/doc_002dcosd.html      |      1 -
 doc/interpreter/octave.html/doc_002dcosh.html      |      1 -
 doc/interpreter/octave.html/doc_002dcot.html       |      1 -
 doc/interpreter/octave.html/doc_002dcotd.html      |      1 -
 doc/interpreter/octave.html/doc_002dcoth.html      |      1 -
 doc/interpreter/octave.html/doc_002dcov.html       |      1 -
 doc/interpreter/octave.html/doc_002dcplxpair.html  |      1 -
 doc/interpreter/octave.html/doc_002dcputime.html   |      1 -
 ...oc_002dcrash_005fdumps_005foctave_005fcore.html |      1 -
 doc/interpreter/octave.html/doc_002dcross.html     |      1 -
 doc/interpreter/octave.html/doc_002dcsc.html       |      1 -
 doc/interpreter/octave.html/doc_002dcscd.html      |      1 -
 doc/interpreter/octave.html/doc_002dcsch.html      |      1 -
 doc/interpreter/octave.html/doc_002dcstrcat.html   |      1 -
 doc/interpreter/octave.html/doc_002dcsvread.html   |      1 -
 doc/interpreter/octave.html/doc_002dcsvwrite.html  |      1 -
 doc/interpreter/octave.html/doc_002dcsymamd.html   |      1 -
 doc/interpreter/octave.html/doc_002dctime.html     |      1 -
 .../octave.html/doc_002dctranspose.html            |      1 -
 doc/interpreter/octave.html/doc_002dcummax.html    |      1 -
 doc/interpreter/octave.html/doc_002dcummin.html    |      1 -
 doc/interpreter/octave.html/doc_002dcumprod.html   |      1 -
 doc/interpreter/octave.html/doc_002dcumsum.html    |      1 -
 doc/interpreter/octave.html/doc_002dcumtrapz.html  |      1 -
 doc/interpreter/octave.html/doc_002dcurl.html      |      1 -
 doc/interpreter/octave.html/doc_002dcylinder.html  |      1 -
 doc/interpreter/octave.html/doc_002ddaspect.html   |      1 -
 doc/interpreter/octave.html/doc_002ddaspk.html     |      1 -
 .../octave.html/doc_002ddaspk_005foptions.html     |      1 -
 doc/interpreter/octave.html/doc_002ddasrt.html     |      1 -
 .../octave.html/doc_002ddasrt_005foptions.html     |      1 -
 doc/interpreter/octave.html/doc_002ddassl.html     |      1 -
 .../octave.html/doc_002ddassl_005foptions.html     |      1 -
 .../octave.html/doc_002ddatasources.html           |      1 -
 doc/interpreter/octave.html/doc_002ddate.html      |      1 -
 doc/interpreter/octave.html/doc_002ddatenum.html   |      1 -
 doc/interpreter/octave.html/doc_002ddatestr.html   |      1 -
 doc/interpreter/octave.html/doc_002ddatetick.html  |      1 -
 doc/interpreter/octave.html/doc_002ddatevec.html   |      1 -
 doc/interpreter/octave.html/doc_002ddbclear.html   |      1 -
 doc/interpreter/octave.html/doc_002ddbcont.html    |      1 -
 doc/interpreter/octave.html/doc_002ddbdown.html    |      1 -
 doc/interpreter/octave.html/doc_002ddblquad.html   |      1 -
 doc/interpreter/octave.html/doc_002ddbquit.html    |      1 -
 doc/interpreter/octave.html/doc_002ddbstack.html   |      1 -
 doc/interpreter/octave.html/doc_002ddbstatus.html  |      1 -
 doc/interpreter/octave.html/doc_002ddbstep.html    |      1 -
 doc/interpreter/octave.html/doc_002ddbstop.html    |      1 -
 doc/interpreter/octave.html/doc_002ddbtype.html    |      1 -
 doc/interpreter/octave.html/doc_002ddbup.html      |      1 -
 doc/interpreter/octave.html/doc_002ddbwhere.html   |      1 -
 doc/interpreter/octave.html/doc_002ddeal.html      |      1 -
 doc/interpreter/octave.html/doc_002ddeblank.html   |      1 -
 .../doc_002ddebug_005fon_005ferror.html            |      1 -
 .../doc_002ddebug_005fon_005finterrupt.html        |      1 -
 .../doc_002ddebug_005fon_005fwarning.html          |      1 -
 doc/interpreter/octave.html/doc_002ddec2base.html  |      1 -
 doc/interpreter/octave.html/doc_002ddec2bin.html   |      1 -
 doc/interpreter/octave.html/doc_002ddec2hex.html   |      1 -
 doc/interpreter/octave.html/doc_002ddeconv.html    |      1 -
 .../doc_002ddefault_005fsave_005foptions.html      |      1 -
 doc/interpreter/octave.html/doc_002ddel2.html      |      1 -
 doc/interpreter/octave.html/doc_002ddelaunay.html  |      1 -
 doc/interpreter/octave.html/doc_002ddelaunay3.html |      1 -
 doc/interpreter/octave.html/doc_002ddelaunayn.html |      1 -
 doc/interpreter/octave.html/doc_002ddelete.html    |      1 -
 .../octave.html/doc_002ddellistener.html           |      1 -
 doc/interpreter/octave.html/doc_002ddemo.html      |      1 -
 doc/interpreter/octave.html/doc_002ddet.html       |      1 -
 doc/interpreter/octave.html/doc_002ddetrend.html   |      1 -
 doc/interpreter/octave.html/doc_002ddiag.html      |      1 -
 doc/interpreter/octave.html/doc_002ddiary.html     |      1 -
 doc/interpreter/octave.html/doc_002ddiff.html      |      1 -
 doc/interpreter/octave.html/doc_002ddiffpara.html  |      1 -
 doc/interpreter/octave.html/doc_002ddiffuse.html   |      1 -
 doc/interpreter/octave.html/doc_002ddir.html       |      1 -
 .../octave.html/doc_002ddiscrete_005fcdf.html      |      1 -
 .../octave.html/doc_002ddiscrete_005finv.html      |      1 -
 .../octave.html/doc_002ddiscrete_005fpdf.html      |      1 -
 .../octave.html/doc_002ddiscrete_005frnd.html      |      1 -
 doc/interpreter/octave.html/doc_002ddisp.html      |      1 -
 doc/interpreter/octave.html/doc_002ddisplay.html   |      1 -
 .../octave.html/doc_002ddivergence.html            |      1 -
 doc/interpreter/octave.html/doc_002ddlmread.html   |      1 -
 doc/interpreter/octave.html/doc_002ddlmwrite.html  |      1 -
 doc/interpreter/octave.html/doc_002ddmperm.html    |      1 -
 ...fbraindead_005fshortcircuit_005fevaluation.html |      1 -
 .../doc_002ddo_005fstring_005fescapes.html         |      1 -
 doc/interpreter/octave.html/doc_002ddoc.html       |      1 -
 .../doc_002ddoc_005fcache_005ffile.html            |      1 -
 doc/interpreter/octave.html/doc_002ddos.html       |      1 -
 doc/interpreter/octave.html/doc_002ddot.html       |      1 -
 doc/interpreter/octave.html/doc_002ddouble.html    |      1 -
 doc/interpreter/octave.html/doc_002ddrawnow.html   |      1 -
 doc/interpreter/octave.html/doc_002ddsearch.html   |      1 -
 doc/interpreter/octave.html/doc_002ddsearchn.html  |      1 -
 .../octave.html/doc_002ddump_005fprefs.html        |      1 -
 doc/interpreter/octave.html/doc_002ddup2.html      |      1 -
 .../doc_002dduplication_005fmatrix.html            |      1 -
 .../octave.html/doc_002ddurbinlevinson.html        |      1 -
 doc/interpreter/octave.html/doc_002de.html         |      1 -
 doc/interpreter/octave.html/doc_002decho.html      |      1 -
 .../doc_002decho_005fexecuting_005fcommands.html   |      1 -
 doc/interpreter/octave.html/doc_002dedit.html      |      1 -
 .../octave.html/doc_002dedit_005fhistory.html      |      1 -
 doc/interpreter/octave.html/doc_002deig.html       |      1 -
 doc/interpreter/octave.html/doc_002deigs.html      |      1 -
 doc/interpreter/octave.html/doc_002dellipsoid.html |      1 -
 .../octave.html/doc_002dempirical_005fcdf.html     |      1 -
 .../octave.html/doc_002dempirical_005finv.html     |      1 -
 .../octave.html/doc_002dempirical_005fpdf.html     |      1 -
 .../octave.html/doc_002dempirical_005frnd.html     |      1 -
 doc/interpreter/octave.html/doc_002dendgrent.html  |      1 -
 doc/interpreter/octave.html/doc_002dendpwent.html  |      1 -
 doc/interpreter/octave.html/doc_002deomday.html    |      1 -
 doc/interpreter/octave.html/doc_002deps.html       |      1 -
 doc/interpreter/octave.html/doc_002deq.html        |      1 -
 doc/interpreter/octave.html/doc_002derf.html       |      1 -
 doc/interpreter/octave.html/doc_002derfc.html      |      1 -
 doc/interpreter/octave.html/doc_002derfcx.html     |      1 -
 doc/interpreter/octave.html/doc_002derfinv.html    |      1 -
 doc/interpreter/octave.html/doc_002derrno.html     |      1 -
 .../octave.html/doc_002derrno_005flist.html        |      1 -
 doc/interpreter/octave.html/doc_002derror.html     |      1 -
 doc/interpreter/octave.html/doc_002derrorbar.html  |      1 -
 doc/interpreter/octave.html/doc_002detime.html     |      1 -
 doc/interpreter/octave.html/doc_002detree.html     |      1 -
 doc/interpreter/octave.html/doc_002detreeplot.html |      1 -
 doc/interpreter/octave.html/doc_002deval.html      |      1 -
 doc/interpreter/octave.html/doc_002devalin.html    |      1 -
 doc/interpreter/octave.html/doc_002dexample.html   |      1 -
 doc/interpreter/octave.html/doc_002dexec.html      |      1 -
 doc/interpreter/octave.html/doc_002dexist.html     |      1 -
 doc/interpreter/octave.html/doc_002dexp.html       |      1 -
 doc/interpreter/octave.html/doc_002dexpcdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dexpinv.html    |      1 -
 doc/interpreter/octave.html/doc_002dexpm.html      |      1 -
 doc/interpreter/octave.html/doc_002dexpm1.html     |      1 -
 doc/interpreter/octave.html/doc_002dexppdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dexprnd.html    |      1 -
 doc/interpreter/octave.html/doc_002deye.html       |      1 -
 doc/interpreter/octave.html/doc_002dezcontour.html |      1 -
 .../octave.html/doc_002dezcontourf.html            |      1 -
 doc/interpreter/octave.html/doc_002dezmesh.html    |      1 -
 doc/interpreter/octave.html/doc_002dezmeshc.html   |      1 -
 doc/interpreter/octave.html/doc_002dezplot.html    |      1 -
 doc/interpreter/octave.html/doc_002dezplot3.html   |      1 -
 doc/interpreter/octave.html/doc_002dezpolar.html   |      1 -
 doc/interpreter/octave.html/doc_002dezsurf.html    |      1 -
 doc/interpreter/octave.html/doc_002dezsurfc.html   |      1 -
 .../doc_002df_005ftest_005fregression.html         |      1 -
 doc/interpreter/octave.html/doc_002dfactor.html    |      1 -
 doc/interpreter/octave.html/doc_002dfactorial.html |      1 -
 doc/interpreter/octave.html/doc_002dfail.html      |      1 -
 doc/interpreter/octave.html/doc_002dfalse.html     |      1 -
 doc/interpreter/octave.html/doc_002dfcdf.html      |      1 -
 doc/interpreter/octave.html/doc_002dfclear.html    |      1 -
 doc/interpreter/octave.html/doc_002dfclose.html    |      1 -
 doc/interpreter/octave.html/doc_002dfcntl.html     |      1 -
 doc/interpreter/octave.html/doc_002dfdisp.html     |      1 -
 doc/interpreter/octave.html/doc_002dfeather.html   |      1 -
 doc/interpreter/octave.html/doc_002dfeof.html      |      1 -
 doc/interpreter/octave.html/doc_002dferror.html    |      1 -
 doc/interpreter/octave.html/doc_002dfeval.html     |      1 -
 doc/interpreter/octave.html/doc_002dfflush.html    |      1 -
 doc/interpreter/octave.html/doc_002dfft.html       |      1 -
 doc/interpreter/octave.html/doc_002dfft2.html      |      1 -
 doc/interpreter/octave.html/doc_002dfftconv.html   |      1 -
 doc/interpreter/octave.html/doc_002dfftfilt.html   |      1 -
 doc/interpreter/octave.html/doc_002dfftn.html      |      1 -
 doc/interpreter/octave.html/doc_002dfftshift.html  |      1 -
 doc/interpreter/octave.html/doc_002dfftw.html      |      1 -
 doc/interpreter/octave.html/doc_002dfgetl.html     |      1 -
 doc/interpreter/octave.html/doc_002dfgets.html     |      1 -
 .../octave.html/doc_002dfieldnames.html            |      1 -
 doc/interpreter/octave.html/doc_002dfigure.html    |      1 -
 .../doc_002dfile_005fin_005floadpath.html          |      1 -
 .../octave.html/doc_002dfile_005fin_005fpath.html  |      1 -
 .../octave.html/doc_002dfileattrib.html            |      1 -
 .../octave.html/doc_002dfilemarker.html            |      1 -
 doc/interpreter/octave.html/doc_002dfileparts.html |      1 -
 doc/interpreter/octave.html/doc_002dfileread.html  |      1 -
 doc/interpreter/octave.html/doc_002dfilesep.html   |      1 -
 doc/interpreter/octave.html/doc_002dfill.html      |      1 -
 doc/interpreter/octave.html/doc_002dfilter.html    |      1 -
 doc/interpreter/octave.html/doc_002dfilter2.html   |      1 -
 doc/interpreter/octave.html/doc_002dfind.html      |      1 -
 .../doc_002dfind_005fdir_005fin_005fpath.html      |      1 -
 doc/interpreter/octave.html/doc_002dfindall.html   |      1 -
 doc/interpreter/octave.html/doc_002dfindobj.html   |      1 -
 doc/interpreter/octave.html/doc_002dfindstr.html   |      1 -
 doc/interpreter/octave.html/doc_002dfinv.html      |      1 -
 doc/interpreter/octave.html/doc_002dfix.html       |      1 -
 .../doc_002dfixed_005fpoint_005fformat.html        |      1 -
 doc/interpreter/octave.html/doc_002dflag.html      |      1 -
 doc/interpreter/octave.html/doc_002dflipdim.html   |      1 -
 doc/interpreter/octave.html/doc_002dfliplr.html    |      1 -
 doc/interpreter/octave.html/doc_002dflipud.html    |      1 -
 doc/interpreter/octave.html/doc_002dfloor.html     |      1 -
 doc/interpreter/octave.html/doc_002dfminbnd.html   |      1 -
 doc/interpreter/octave.html/doc_002dfminunc.html   |      1 -
 doc/interpreter/octave.html/doc_002dfnmatch.html   |      1 -
 doc/interpreter/octave.html/doc_002dfopen.html     |      1 -
 doc/interpreter/octave.html/doc_002dfork.html      |      1 -
 doc/interpreter/octave.html/doc_002dformat.html    |      1 -
 doc/interpreter/octave.html/doc_002dformula.html   |      1 -
 doc/interpreter/octave.html/doc_002dfpdf.html      |      1 -
 doc/interpreter/octave.html/doc_002dfplot.html     |      1 -
 doc/interpreter/octave.html/doc_002dfprintf.html   |      1 -
 doc/interpreter/octave.html/doc_002dfputs.html     |      1 -
 doc/interpreter/octave.html/doc_002dfractdiff.html |      1 -
 doc/interpreter/octave.html/doc_002dfread.html     |      1 -
 doc/interpreter/octave.html/doc_002dfreport.html   |      1 -
 doc/interpreter/octave.html/doc_002dfreqz.html     |      1 -
 .../octave.html/doc_002dfreqz_005fplot.html        |      1 -
 doc/interpreter/octave.html/doc_002dfrewind.html   |      1 -
 doc/interpreter/octave.html/doc_002dfrnd.html      |      1 -
 doc/interpreter/octave.html/doc_002dfscanf.html    |      1 -
 doc/interpreter/octave.html/doc_002dfseek.html     |      1 -
 doc/interpreter/octave.html/doc_002dfskipl.html    |      1 -
 doc/interpreter/octave.html/doc_002dfsolve.html    |      1 -
 doc/interpreter/octave.html/doc_002dftell.html     |      1 -
 doc/interpreter/octave.html/doc_002dfull.html      |      1 -
 doc/interpreter/octave.html/doc_002dfullfile.html  |      1 -
 doc/interpreter/octave.html/doc_002dfunc2str.html  |      1 -
 doc/interpreter/octave.html/doc_002dfunctions.html |      1 -
 doc/interpreter/octave.html/doc_002dfwrite.html    |      1 -
 doc/interpreter/octave.html/doc_002dfzero.html     |      1 -
 doc/interpreter/octave.html/doc_002dgamcdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dgaminv.html    |      1 -
 doc/interpreter/octave.html/doc_002dgamma.html     |      1 -
 doc/interpreter/octave.html/doc_002dgammainc.html  |      1 -
 doc/interpreter/octave.html/doc_002dgammaln.html   |      1 -
 doc/interpreter/octave.html/doc_002dgampdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dgamrnd.html    |      1 -
 doc/interpreter/octave.html/doc_002dgca.html       |      1 -
 doc/interpreter/octave.html/doc_002dgcbf.html      |      1 -
 doc/interpreter/octave.html/doc_002dgcbo.html      |      1 -
 doc/interpreter/octave.html/doc_002dgcd.html       |      1 -
 doc/interpreter/octave.html/doc_002dgcf.html       |      1 -
 doc/interpreter/octave.html/doc_002dge.html        |      1 -
 .../octave.html/doc_002dgen_005fdoc_005fcache.html |      1 -
 doc/interpreter/octave.html/doc_002dgenpath.html   |      1 -
 .../octave.html/doc_002dgenvarname.html            |      1 -
 doc/interpreter/octave.html/doc_002dgeocdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dgeoinv.html    |      1 -
 doc/interpreter/octave.html/doc_002dgeopdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dgeornd.html    |      1 -
 doc/interpreter/octave.html/doc_002dget.html       |      1 -
 ...oc_002dget_005ffirst_005fhelp_005fsentence.html |      1 -
 .../octave.html/doc_002dget_005fhelp_005ftext.html |      1 -
 ...02dget_005fhelp_005ftext_005ffrom_005ffile.html |      1 -
 .../octave.html/doc_002dgetappdata.html            |      1 -
 doc/interpreter/octave.html/doc_002dgetegid.html   |      1 -
 doc/interpreter/octave.html/doc_002dgetenv.html    |      1 -
 doc/interpreter/octave.html/doc_002dgeteuid.html   |      1 -
 doc/interpreter/octave.html/doc_002dgetfield.html  |      1 -
 doc/interpreter/octave.html/doc_002dgetgid.html    |      1 -
 doc/interpreter/octave.html/doc_002dgetgrent.html  |      1 -
 doc/interpreter/octave.html/doc_002dgetgrgid.html  |      1 -
 doc/interpreter/octave.html/doc_002dgetgrnam.html  |      1 -
 .../octave.html/doc_002dgethostname.html           |      1 -
 doc/interpreter/octave.html/doc_002dgetpgrp.html   |      1 -
 doc/interpreter/octave.html/doc_002dgetpid.html    |      1 -
 doc/interpreter/octave.html/doc_002dgetppid.html   |      1 -
 doc/interpreter/octave.html/doc_002dgetpref.html   |      1 -
 doc/interpreter/octave.html/doc_002dgetpwent.html  |      1 -
 doc/interpreter/octave.html/doc_002dgetpwnam.html  |      1 -
 doc/interpreter/octave.html/doc_002dgetpwuid.html  |      1 -
 doc/interpreter/octave.html/doc_002dgetrusage.html |      1 -
 doc/interpreter/octave.html/doc_002dgetuid.html    |      1 -
 doc/interpreter/octave.html/doc_002dginput.html    |      1 -
 doc/interpreter/octave.html/doc_002dgivens.html    |      1 -
 doc/interpreter/octave.html/doc_002dglob.html      |      1 -
 doc/interpreter/octave.html/doc_002dglpk.html      |      1 -
 doc/interpreter/octave.html/doc_002dgls.html       |      1 -
 doc/interpreter/octave.html/doc_002dgmap40.html    |      1 -
 doc/interpreter/octave.html/doc_002dgmres.html     |      1 -
 doc/interpreter/octave.html/doc_002dgmtime.html    |      1 -
 .../octave.html/doc_002dgnuplot_005fbinary.html    |      1 -
 doc/interpreter/octave.html/doc_002dgplot.html     |      1 -
 doc/interpreter/octave.html/doc_002dgradient.html  |      1 -
 .../octave.html/doc_002dgraphics-structures.html   |      1 -
 .../octave.html/doc_002dgraphics_005ftoolkit.html  |      1 -
 doc/interpreter/octave.html/doc_002dgray.html      |      1 -
 doc/interpreter/octave.html/doc_002dgray2ind.html  |      1 -
 doc/interpreter/octave.html/doc_002dgrid.html      |      1 -
 doc/interpreter/octave.html/doc_002dgriddata.html  |      1 -
 doc/interpreter/octave.html/doc_002dgriddata3.html |      1 -
 doc/interpreter/octave.html/doc_002dgriddatan.html |      1 -
 doc/interpreter/octave.html/doc_002dgt.html        |      1 -
 doc/interpreter/octave.html/doc_002dgtext.html     |      1 -
 .../octave.html/doc_002dgui_005fmode.html          |      1 -
 doc/interpreter/octave.html/doc_002dguidata.html   |      1 -
 .../octave.html/doc_002dguihandles.html            |      1 -
 doc/interpreter/octave.html/doc_002dgunzip.html    |      1 -
 doc/interpreter/octave.html/doc_002dgzip.html      |      1 -
 doc/interpreter/octave.html/doc_002dhadamard.html  |      1 -
 doc/interpreter/octave.html/doc_002dhamming.html   |      1 -
 doc/interpreter/octave.html/doc_002dhankel.html    |      1 -
 doc/interpreter/octave.html/doc_002dhanning.html   |      1 -
 doc/interpreter/octave.html/doc_002dhelp.html      |      1 -
 doc/interpreter/octave.html/doc_002dhess.html      |      1 -
 doc/interpreter/octave.html/doc_002dhex2dec.html   |      1 -
 doc/interpreter/octave.html/doc_002dhex2num.html   |      1 -
 doc/interpreter/octave.html/doc_002dhggroup.html   |      1 -
 doc/interpreter/octave.html/doc_002dhidden.html    |      1 -
 doc/interpreter/octave.html/doc_002dhilb.html      |      1 -
 doc/interpreter/octave.html/doc_002dhist.html      |      1 -
 doc/interpreter/octave.html/doc_002dhistc.html     |      1 -
 doc/interpreter/octave.html/doc_002dhistory.html   |      1 -
 .../octave.html/doc_002dhistory_005fcontrol.html   |      1 -
 .../octave.html/doc_002dhistory_005ffile.html      |      1 -
 .../octave.html/doc_002dhistory_005fsize.html      |      1 -
 ...istory_005ftimestamp_005fformat_005fstring.html |      1 -
 doc/interpreter/octave.html/doc_002dhold.html      |      1 -
 doc/interpreter/octave.html/doc_002dhorzcat.html   |      1 -
 doc/interpreter/octave.html/doc_002dhot.html       |      1 -
 .../octave.html/doc_002dhotelling_005ftest.html    |      1 -
 .../doc_002dhotelling_005ftest_005f2.html          |      1 -
 doc/interpreter/octave.html/doc_002dhoush.html     |      1 -
 doc/interpreter/octave.html/doc_002dhsv.html       |      1 -
 doc/interpreter/octave.html/doc_002dhsv2rgb.html   |      1 -
 doc/interpreter/octave.html/doc_002dhurst.html     |      1 -
 doc/interpreter/octave.html/doc_002dhygecdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dhygeinv.html   |      1 -
 doc/interpreter/octave.html/doc_002dhygepdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dhygernd.html   |      1 -
 doc/interpreter/octave.html/doc_002dhypot.html     |      1 -
 doc/interpreter/octave.html/doc_002didivide.html   |      1 -
 doc/interpreter/octave.html/doc_002difft.html      |      1 -
 doc/interpreter/octave.html/doc_002difft2.html     |      1 -
 doc/interpreter/octave.html/doc_002difftn.html     |      1 -
 doc/interpreter/octave.html/doc_002difftshift.html |      1 -
 ...002dignore_005ffunction_005ftime_005fstamp.html |      1 -
 doc/interpreter/octave.html/doc_002dimag.html      |      1 -
 doc/interpreter/octave.html/doc_002dimage.html     |      1 -
 doc/interpreter/octave.html/doc_002dimagesc.html   |      1 -
 doc/interpreter/octave.html/doc_002dimfinfo.html   |      1 -
 doc/interpreter/octave.html/doc_002dimread.html    |      1 -
 doc/interpreter/octave.html/doc_002dimshow.html    |      1 -
 doc/interpreter/octave.html/doc_002dimwrite.html   |      1 -
 doc/interpreter/octave.html/doc_002dind2gray.html  |      1 -
 doc/interpreter/octave.html/doc_002dind2rgb.html   |      1 -
 doc/interpreter/octave.html/doc_002dind2sub.html   |      1 -
 doc/interpreter/octave.html/doc_002dindex.html     |      1 -
 .../octave.html/doc_002dinferiorto.html            |      1 -
 doc/interpreter/octave.html/doc_002dinfo.html      |      1 -
 .../octave.html/doc_002dinfo_005ffile.html         |      1 -
 .../octave.html/doc_002dinfo_005fprogram.html      |      1 -
 doc/interpreter/octave.html/doc_002dinline.html    |      1 -
 doc/interpreter/octave.html/doc_002dinpolygon.html |      1 -
 doc/interpreter/octave.html/doc_002dinput.html     |      1 -
 doc/interpreter/octave.html/doc_002dinputname.html |      1 -
 doc/interpreter/octave.html/doc_002dint16.html     |      1 -
 doc/interpreter/octave.html/doc_002dint2str.html   |      1 -
 doc/interpreter/octave.html/doc_002dint32.html     |      1 -
 doc/interpreter/octave.html/doc_002dint64.html     |      1 -
 doc/interpreter/octave.html/doc_002dint8.html      |      1 -
 doc/interpreter/octave.html/doc_002dinterp1.html   |      1 -
 doc/interpreter/octave.html/doc_002dinterp1q.html  |      1 -
 doc/interpreter/octave.html/doc_002dinterp2.html   |      1 -
 doc/interpreter/octave.html/doc_002dinterp3.html   |      1 -
 doc/interpreter/octave.html/doc_002dinterpft.html  |      1 -
 doc/interpreter/octave.html/doc_002dinterpn.html   |      1 -
 doc/interpreter/octave.html/doc_002dintersect.html |      1 -
 doc/interpreter/octave.html/doc_002dintmax.html    |      1 -
 doc/interpreter/octave.html/doc_002dintmin.html    |      1 -
 doc/interpreter/octave.html/doc_002dinv.html       |      1 -
 doc/interpreter/octave.html/doc_002dinvhilb.html   |      1 -
 doc/interpreter/octave.html/doc_002dipermute.html  |      1 -
 doc/interpreter/octave.html/doc_002diqr.html       |      1 -
 .../doc_002dis_005fabsolute_005ffilename.html      |      1 -
 .../octave.html/doc_002dis_005fdq_005fstring.html  |      1 -
 .../doc_002dis_005ffunction_005fhandle.html        |      1 -
 .../octave.html/doc_002dis_005fleap_005fyear.html  |      1 -
 ...02dis_005frooted_005frelative_005ffilename.html |      1 -
 .../octave.html/doc_002dis_005fsq_005fstring.html  |      1 -
 .../doc_002dis_005fvalid_005ffile_005fid.html      |      1 -
 doc/interpreter/octave.html/doc_002disa.html       |      1 -
 doc/interpreter/octave.html/doc_002disalnum.html   |      1 -
 doc/interpreter/octave.html/doc_002disalpha.html   |      1 -
 doc/interpreter/octave.html/doc_002disappdata.html |      1 -
 doc/interpreter/octave.html/doc_002disargout.html  |      1 -
 doc/interpreter/octave.html/doc_002disascii.html   |      1 -
 doc/interpreter/octave.html/doc_002discell.html    |      1 -
 doc/interpreter/octave.html/doc_002discellstr.html |      1 -
 doc/interpreter/octave.html/doc_002dischar.html    |      1 -
 doc/interpreter/octave.html/doc_002discntrl.html   |      1 -
 doc/interpreter/octave.html/doc_002discolumn.html  |      1 -
 doc/interpreter/octave.html/doc_002discomplex.html |      1 -
 .../octave.html/doc_002disdebugmode.html           |      1 -
 .../octave.html/doc_002disdefinite.html            |      1 -
 .../octave.html/doc_002disdeployed.html            |      1 -
 doc/interpreter/octave.html/doc_002disdigit.html   |      1 -
 doc/interpreter/octave.html/doc_002disdir.html     |      1 -
 doc/interpreter/octave.html/doc_002disempty.html   |      1 -
 doc/interpreter/octave.html/doc_002disequal.html   |      1 -
 .../octave.html/doc_002disequalwithequalnans.html  |      1 -
 doc/interpreter/octave.html/doc_002disfield.html   |      1 -
 doc/interpreter/octave.html/doc_002disfigure.html  |      1 -
 doc/interpreter/octave.html/doc_002disfinite.html  |      1 -
 doc/interpreter/octave.html/doc_002disfloat.html   |      1 -
 doc/interpreter/octave.html/doc_002disglobal.html  |      1 -
 doc/interpreter/octave.html/doc_002disgraph.html   |      1 -
 doc/interpreter/octave.html/doc_002dishandle.html  |      1 -
 .../octave.html/doc_002dishermitian.html           |      1 -
 .../octave.html/doc_002dishghandle.html            |      1 -
 doc/interpreter/octave.html/doc_002dishold.html    |      1 -
 doc/interpreter/octave.html/doc_002disieee.html    |      1 -
 doc/interpreter/octave.html/doc_002disindex.html   |      1 -
 doc/interpreter/octave.html/doc_002disinf.html     |      1 -
 doc/interpreter/octave.html/doc_002disinteger.html |      1 -
 doc/interpreter/octave.html/doc_002diskeyword.html |      1 -
 doc/interpreter/octave.html/doc_002disletter.html  |      1 -
 doc/interpreter/octave.html/doc_002dislogical.html |      1 -
 doc/interpreter/octave.html/doc_002dislower.html   |      1 -
 doc/interpreter/octave.html/doc_002dismac.html     |      1 -
 doc/interpreter/octave.html/doc_002dismatrix.html  |      1 -
 doc/interpreter/octave.html/doc_002dismember.html  |      1 -
 doc/interpreter/octave.html/doc_002dismethod.html  |      1 -
 doc/interpreter/octave.html/doc_002disna.html      |      1 -
 doc/interpreter/octave.html/doc_002disnan.html     |      1 -
 doc/interpreter/octave.html/doc_002disnull.html    |      1 -
 doc/interpreter/octave.html/doc_002disnumeric.html |      1 -
 doc/interpreter/octave.html/doc_002disobject.html  |      1 -
 doc/interpreter/octave.html/doc_002disocolors.html |      1 -
 .../octave.html/doc_002disonormals.html            |      1 -
 .../octave.html/doc_002disosurface.html            |      1 -
 doc/interpreter/octave.html/doc_002dispc.html      |      1 -
 doc/interpreter/octave.html/doc_002dispref.html    |      1 -
 doc/interpreter/octave.html/doc_002disprime.html   |      1 -
 doc/interpreter/octave.html/doc_002disprint.html   |      1 -
 doc/interpreter/octave.html/doc_002disprop.html    |      1 -
 doc/interpreter/octave.html/doc_002dispunct.html   |      1 -
 doc/interpreter/octave.html/doc_002disreal.html    |      1 -
 doc/interpreter/octave.html/doc_002disrow.html     |      1 -
 doc/interpreter/octave.html/doc_002disscalar.html  |      1 -
 doc/interpreter/octave.html/doc_002dissorted.html  |      1 -
 doc/interpreter/octave.html/doc_002disspace.html   |      1 -
 doc/interpreter/octave.html/doc_002dissparse.html  |      1 -
 doc/interpreter/octave.html/doc_002dissquare.html  |      1 -
 doc/interpreter/octave.html/doc_002disstrprop.html |      1 -
 doc/interpreter/octave.html/doc_002disstruct.html  |      1 -
 .../octave.html/doc_002dissymmetric.html           |      1 -
 doc/interpreter/octave.html/doc_002disunix.html    |      1 -
 doc/interpreter/octave.html/doc_002disupper.html   |      1 -
 doc/interpreter/octave.html/doc_002disvarname.html |      1 -
 doc/interpreter/octave.html/doc_002disvector.html  |      1 -
 doc/interpreter/octave.html/doc_002disxdigit.html  |      1 -
 doc/interpreter/octave.html/doc_002djet.html       |      1 -
 doc/interpreter/octave.html/doc_002dkbhit.html     |      1 -
 doc/interpreter/octave.html/doc_002dkendall.html   |      1 -
 doc/interpreter/octave.html/doc_002dkeyboard.html  |      1 -
 doc/interpreter/octave.html/doc_002dkill.html      |      1 -
 .../doc_002dkolmogorov_005fsmirnov_005fcdf.html    |      1 -
 .../doc_002dkolmogorov_005fsmirnov_005ftest.html   |      1 -
 ..._002dkolmogorov_005fsmirnov_005ftest_005f2.html |      1 -
 doc/interpreter/octave.html/doc_002dkron.html      |      1 -
 .../doc_002dkruskal_005fwallis_005ftest.html       |      1 -
 doc/interpreter/octave.html/doc_002dkrylov.html    |      1 -
 doc/interpreter/octave.html/doc_002dkurtosis.html  |      1 -
 .../octave.html/doc_002dlaplace_005fcdf.html       |      1 -
 .../octave.html/doc_002dlaplace_005finv.html       |      1 -
 .../octave.html/doc_002dlaplace_005fpdf.html       |      1 -
 .../octave.html/doc_002dlaplace_005frnd.html       |      1 -
 doc/interpreter/octave.html/doc_002dlasterr.html   |      1 -
 doc/interpreter/octave.html/doc_002dlasterror.html |      1 -
 doc/interpreter/octave.html/doc_002dlastwarn.html  |      1 -
 doc/interpreter/octave.html/doc_002dlcm.html       |      1 -
 doc/interpreter/octave.html/doc_002dldivide.html   |      1 -
 doc/interpreter/octave.html/doc_002dle.html        |      1 -
 doc/interpreter/octave.html/doc_002dlegend.html    |      1 -
 doc/interpreter/octave.html/doc_002dlegendre.html  |      1 -
 doc/interpreter/octave.html/doc_002dlength.html    |      1 -
 doc/interpreter/octave.html/doc_002dlgamma.html    |      1 -
 doc/interpreter/octave.html/doc_002dlicense.html   |      1 -
 doc/interpreter/octave.html/doc_002dlin2mu.html    |      1 -
 doc/interpreter/octave.html/doc_002dline.html      |      1 -
 doc/interpreter/octave.html/doc_002dlink.html      |      1 -
 doc/interpreter/octave.html/doc_002dlinkdata.html  |      1 -
 doc/interpreter/octave.html/doc_002dlinkprop.html  |      1 -
 doc/interpreter/octave.html/doc_002dlinspace.html  |      1 -
 .../doc_002dlist_005fin_005fcolumns.html           |      1 -
 .../octave.html/doc_002dlist_005fprimes.html       |      1 -
 doc/interpreter/octave.html/doc_002dload.html      |      1 -
 doc/interpreter/octave.html/doc_002dloadaudio.html |      1 -
 .../doc_002dloaded_005fgraphics_005ftoolkits.html  |      1 -
 doc/interpreter/octave.html/doc_002dloadobj.html   |      1 -
 doc/interpreter/octave.html/doc_002dlocaltime.html |      1 -
 doc/interpreter/octave.html/doc_002dlog.html       |      1 -
 doc/interpreter/octave.html/doc_002dlog10.html     |      1 -
 doc/interpreter/octave.html/doc_002dlog1p.html     |      1 -
 doc/interpreter/octave.html/doc_002dlog2.html      |      1 -
 doc/interpreter/octave.html/doc_002dlogical.html   |      1 -
 .../octave.html/doc_002dlogistic_005fcdf.html      |      1 -
 .../octave.html/doc_002dlogistic_005finv.html      |      1 -
 .../octave.html/doc_002dlogistic_005fpdf.html      |      1 -
 .../doc_002dlogistic_005fregression.html           |      1 -
 .../octave.html/doc_002dlogistic_005frnd.html      |      1 -
 doc/interpreter/octave.html/doc_002dlogit.html     |      1 -
 doc/interpreter/octave.html/doc_002dloglog.html    |      1 -
 doc/interpreter/octave.html/doc_002dloglogerr.html |      1 -
 doc/interpreter/octave.html/doc_002dlogm.html      |      1 -
 doc/interpreter/octave.html/doc_002dlogncdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dlogninv.html   |      1 -
 doc/interpreter/octave.html/doc_002dlognpdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dlognrnd.html   |      1 -
 doc/interpreter/octave.html/doc_002dlogspace.html  |      1 -
 doc/interpreter/octave.html/doc_002dlookfor.html   |      1 -
 doc/interpreter/octave.html/doc_002dlookup.html    |      1 -
 doc/interpreter/octave.html/doc_002dls.html        |      1 -
 .../octave.html/doc_002dls_005fcommand.html        |      1 -
 doc/interpreter/octave.html/doc_002dlsode.html     |      1 -
 .../octave.html/doc_002dlsode_005foptions.html     |      1 -
 doc/interpreter/octave.html/doc_002dlsqnonneg.html |      1 -
 doc/interpreter/octave.html/doc_002dlstat.html     |      1 -
 doc/interpreter/octave.html/doc_002dlt.html        |      1 -
 doc/interpreter/octave.html/doc_002dlu.html        |      1 -
 doc/interpreter/octave.html/doc_002dluinc.html     |      1 -
 doc/interpreter/octave.html/doc_002dluupdate.html  |      1 -
 doc/interpreter/octave.html/doc_002dmagic.html     |      1 -
 .../octave.html/doc_002dmahalanobis.html           |      1 -
 .../doc_002dmake_005fabsolute_005ffilename.html    |      1 -
 .../octave.html/doc_002dmakeinfo_005fprogram.html  |      1 -
 doc/interpreter/octave.html/doc_002dmanova.html    |      1 -
 doc/interpreter/octave.html/doc_002dmat2cell.html  |      1 -
 doc/interpreter/octave.html/doc_002dmat2str.html   |      1 -
 .../octave.html/doc_002dmatlabroot.html            |      1 -
 .../octave.html/doc_002dmatrix_005ftype.html       |      1 -
 doc/interpreter/octave.html/doc_002dmax.html       |      1 -
 .../doc_002dmax_005frecursion_005fdepth.html       |      1 -
 .../octave.html/doc_002dmcnemar_005ftest.html      |      1 -
 doc/interpreter/octave.html/doc_002dmd5sum.html    |      1 -
 doc/interpreter/octave.html/doc_002dmean.html      |      1 -
 doc/interpreter/octave.html/doc_002dmeansq.html    |      1 -
 doc/interpreter/octave.html/doc_002dmedian.html    |      1 -
 doc/interpreter/octave.html/doc_002dmenu.html      |      1 -
 doc/interpreter/octave.html/doc_002dmerge.html     |      1 -
 doc/interpreter/octave.html/doc_002dmesh.html      |      1 -
 doc/interpreter/octave.html/doc_002dmeshc.html     |      1 -
 doc/interpreter/octave.html/doc_002dmeshgrid.html  |      1 -
 doc/interpreter/octave.html/doc_002dmeshz.html     |      1 -
 doc/interpreter/octave.html/doc_002dmethods.html   |      1 -
 doc/interpreter/octave.html/doc_002dmex.html       |      1 -
 doc/interpreter/octave.html/doc_002dmexext.html    |      1 -
 doc/interpreter/octave.html/doc_002dmfilename.html |      1 -
 doc/interpreter/octave.html/doc_002dmgorth.html    |      1 -
 doc/interpreter/octave.html/doc_002dmin.html       |      1 -
 doc/interpreter/octave.html/doc_002dminus.html     |      1 -
 doc/interpreter/octave.html/doc_002dmislocked.html |      1 -
 .../doc_002dmissing_005ffunction_005fhook.html     |      1 -
 doc/interpreter/octave.html/doc_002dmkdir.html     |      1 -
 doc/interpreter/octave.html/doc_002dmkfifo.html    |      1 -
 doc/interpreter/octave.html/doc_002dmkoctfile.html |      1 -
 doc/interpreter/octave.html/doc_002dmkpp.html      |      1 -
 doc/interpreter/octave.html/doc_002dmkstemp.html   |      1 -
 doc/interpreter/octave.html/doc_002dmktime.html    |      1 -
 doc/interpreter/octave.html/doc_002dmldivide.html  |      1 -
 doc/interpreter/octave.html/doc_002dmlock.html     |      1 -
 doc/interpreter/octave.html/doc_002dmod.html       |      1 -
 doc/interpreter/octave.html/doc_002dmode.html      |      1 -
 doc/interpreter/octave.html/doc_002dmoment.html    |      1 -
 doc/interpreter/octave.html/doc_002dmore.html      |      1 -
 .../doc_002dmouse_005fwheel_005fzoom.html          |      1 -
 doc/interpreter/octave.html/doc_002dmovefile.html  |      1 -
 doc/interpreter/octave.html/doc_002dmpoles.html    |      1 -
 doc/interpreter/octave.html/doc_002dmpower.html    |      1 -
 doc/interpreter/octave.html/doc_002dmrdivide.html  |      1 -
 doc/interpreter/octave.html/doc_002dmtimes.html    |      1 -
 doc/interpreter/octave.html/doc_002dmu2lin.html    |      1 -
 doc/interpreter/octave.html/doc_002dmunlock.html   |      1 -
 .../octave.html/doc_002dnamelengthmax.html         |      1 -
 doc/interpreter/octave.html/doc_002dnargchk.html   |      1 -
 doc/interpreter/octave.html/doc_002dnargin.html    |      1 -
 doc/interpreter/octave.html/doc_002dnarginchk.html |      1 -
 doc/interpreter/octave.html/doc_002dnargout.html   |      1 -
 .../octave.html/doc_002dnargoutchk.html            |      1 -
 .../doc_002dnative_005ffloat_005fformat.html       |      1 -
 doc/interpreter/octave.html/doc_002dnbincdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dnbininv.html   |      1 -
 doc/interpreter/octave.html/doc_002dnbinpdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dnbinrnd.html   |      1 -
 doc/interpreter/octave.html/doc_002dnchoosek.html  |      1 -
 doc/interpreter/octave.html/doc_002dndgrid.html    |      1 -
 doc/interpreter/octave.html/doc_002dndims.html     |      1 -
 doc/interpreter/octave.html/doc_002dne.html        |      1 -
 doc/interpreter/octave.html/doc_002dnewplot.html   |      1 -
 doc/interpreter/octave.html/doc_002dnews.html      |      1 -
 doc/interpreter/octave.html/doc_002dnextpow2.html  |      1 -
 doc/interpreter/octave.html/doc_002dnfields.html   |      1 -
 doc/interpreter/octave.html/doc_002dnnz.html       |      1 -
 doc/interpreter/octave.html/doc_002dnonzeros.html  |      1 -
 doc/interpreter/octave.html/doc_002dnorm.html      |      1 -
 doc/interpreter/octave.html/doc_002dnormcdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dnormest.html   |      1 -
 doc/interpreter/octave.html/doc_002dnorminv.html   |      1 -
 doc/interpreter/octave.html/doc_002dnormpdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dnormrnd.html   |      1 -
 doc/interpreter/octave.html/doc_002dnot.html       |      1 -
 doc/interpreter/octave.html/doc_002dnow.html       |      1 -
 doc/interpreter/octave.html/doc_002dnproc.html     |      1 -
 .../octave.html/doc_002dnth_005felement.html       |      1 -
 doc/interpreter/octave.html/doc_002dnthargout.html |      1 -
 doc/interpreter/octave.html/doc_002dnthroot.html   |      1 -
 doc/interpreter/octave.html/doc_002dntsc2rgb.html  |      1 -
 doc/interpreter/octave.html/doc_002dnull.html      |      1 -
 doc/interpreter/octave.html/doc_002dnum2cell.html  |      1 -
 doc/interpreter/octave.html/doc_002dnum2hex.html   |      1 -
 doc/interpreter/octave.html/doc_002dnum2str.html   |      1 -
 doc/interpreter/octave.html/doc_002dnumel.html     |      1 -
 doc/interpreter/octave.html/doc_002dnzmax.html     |      1 -
 doc/interpreter/octave.html/doc_002docean.html     |      1 -
 .../doc_002doctave_005fconfig_005finfo.html        |      1 -
 ...doc_002doctave_005fcore_005ffile_005flimit.html |      1 -
 .../doc_002doctave_005fcore_005ffile_005fname.html |      1 -
 ...c_002doctave_005fcore_005ffile_005foptions.html |      1 -
 doc/interpreter/octave.html/doc_002dols.html       |      1 -
 doc/interpreter/octave.html/doc_002donCleanup.html |      1 -
 .../octave.html/doc_002donenormest.html            |      1 -
 doc/interpreter/octave.html/doc_002dones.html      |      1 -
 doc/interpreter/octave.html/doc_002doptimget.html  |      1 -
 .../doc_002doptimize_005fsubsasgn_005fcalls.html   |      1 -
 doc/interpreter/octave.html/doc_002doptimset.html  |      1 -
 doc/interpreter/octave.html/doc_002dor.html        |      1 -
 .../octave.html/doc_002dorderfields.html           |      1 -
 doc/interpreter/octave.html/doc_002dorient.html    |      1 -
 doc/interpreter/octave.html/doc_002dorth.html      |      1 -
 ...doc_002doutput_005fmax_005ffield_005fwidth.html |      1 -
 .../octave.html/doc_002doutput_005fprecision.html  |      1 -
 doc/interpreter/octave.html/doc_002dpack.html      |      1 -
 .../doc_002dpage_005foutput_005fimmediately.html   |      1 -
 .../doc_002dpage_005fscreen_005foutput.html        |      1 -
 doc/interpreter/octave.html/doc_002dpareto.html    |      1 -
 .../octave.html/doc_002dparseparams.html           |      1 -
 doc/interpreter/octave.html/doc_002dpascal.html    |      1 -
 doc/interpreter/octave.html/doc_002dpatch.html     |      1 -
 doc/interpreter/octave.html/doc_002dpath.html      |      1 -
 doc/interpreter/octave.html/doc_002dpathdef.html   |      1 -
 doc/interpreter/octave.html/doc_002dpathsep.html   |      1 -
 doc/interpreter/octave.html/doc_002dpause.html     |      1 -
 doc/interpreter/octave.html/doc_002dpbaspect.html  |      1 -
 doc/interpreter/octave.html/doc_002dpcg.html       |      1 -
 doc/interpreter/octave.html/doc_002dpchip.html     |      1 -
 doc/interpreter/octave.html/doc_002dpclose.html    |      1 -
 doc/interpreter/octave.html/doc_002dpcolor.html    |      1 -
 doc/interpreter/octave.html/doc_002dpcr.html       |      1 -
 doc/interpreter/octave.html/doc_002dpeaks.html     |      1 -
 .../octave.html/doc_002dperiodogram.html           |      1 -
 doc/interpreter/octave.html/doc_002dperl.html      |      1 -
 doc/interpreter/octave.html/doc_002dperms.html     |      1 -
 doc/interpreter/octave.html/doc_002dpermute.html   |      1 -
 .../octave.html/doc_002dpersistent.html            |      1 -
 doc/interpreter/octave.html/doc_002dpi.html        |      1 -
 doc/interpreter/octave.html/doc_002dpie.html       |      1 -
 doc/interpreter/octave.html/doc_002dpie3.html      |      1 -
 doc/interpreter/octave.html/doc_002dpink.html      |      1 -
 doc/interpreter/octave.html/doc_002dpinv.html      |      1 -
 doc/interpreter/octave.html/doc_002dpipe.html      |      1 -
 doc/interpreter/octave.html/doc_002dpkg.html       |      1 -
 doc/interpreter/octave.html/doc_002dplanerot.html  |      1 -
 doc/interpreter/octave.html/doc_002dplayaudio.html |      1 -
 doc/interpreter/octave.html/doc_002dplot.html      |      1 -
 doc/interpreter/octave.html/doc_002dplot3.html     |      1 -
 .../octave.html/doc_002dplotmatrix.html            |      1 -
 doc/interpreter/octave.html/doc_002dplotyy.html    |      1 -
 doc/interpreter/octave.html/doc_002dplus.html      |      1 -
 doc/interpreter/octave.html/doc_002dpoisscdf.html  |      1 -
 doc/interpreter/octave.html/doc_002dpoissinv.html  |      1 -
 doc/interpreter/octave.html/doc_002dpoisspdf.html  |      1 -
 doc/interpreter/octave.html/doc_002dpoissrnd.html  |      1 -
 doc/interpreter/octave.html/doc_002dpol2cart.html  |      1 -
 doc/interpreter/octave.html/doc_002dpolar.html     |      1 -
 doc/interpreter/octave.html/doc_002dpoly.html      |      1 -
 .../octave.html/doc_002dpolyaffine.html            |      1 -
 doc/interpreter/octave.html/doc_002dpolyarea.html  |      1 -
 doc/interpreter/octave.html/doc_002dpolyder.html   |      1 -
 doc/interpreter/octave.html/doc_002dpolyfit.html   |      1 -
 doc/interpreter/octave.html/doc_002dpolygcd.html   |      1 -
 doc/interpreter/octave.html/doc_002dpolyint.html   |      1 -
 doc/interpreter/octave.html/doc_002dpolyout.html   |      1 -
 .../octave.html/doc_002dpolyreduce.html            |      1 -
 doc/interpreter/octave.html/doc_002dpolyval.html   |      1 -
 doc/interpreter/octave.html/doc_002dpolyvalm.html  |      1 -
 doc/interpreter/octave.html/doc_002dpopen.html     |      1 -
 doc/interpreter/octave.html/doc_002dpopen2.html    |      1 -
 doc/interpreter/octave.html/doc_002dpostpad.html   |      1 -
 doc/interpreter/octave.html/doc_002dpow2.html      |      1 -
 doc/interpreter/octave.html/doc_002dpower.html     |      1 -
 doc/interpreter/octave.html/doc_002dpowerset.html  |      1 -
 doc/interpreter/octave.html/doc_002dppder.html     |      1 -
 doc/interpreter/octave.html/doc_002dppint.html     |      1 -
 doc/interpreter/octave.html/doc_002dppjumps.html   |      1 -
 doc/interpreter/octave.html/doc_002dppplot.html    |      1 -
 doc/interpreter/octave.html/doc_002dppval.html     |      1 -
 doc/interpreter/octave.html/doc_002dpqpnonneg.html |      1 -
 doc/interpreter/octave.html/doc_002dprctile.html   |      1 -
 doc/interpreter/octave.html/doc_002dprepad.html    |      1 -
 doc/interpreter/octave.html/doc_002dprimes.html    |      1 -
 doc/interpreter/octave.html/doc_002dprint.html     |      1 -
 .../doc_002dprint_005fempty_005fdimensions.html    |      1 -
 ...02dprint_005fstruct_005farray_005fcontents.html |      1 -
 .../octave.html/doc_002dprint_005fusage.html       |      1 -
 doc/interpreter/octave.html/doc_002dprintf.html    |      1 -
 doc/interpreter/octave.html/doc_002dprism.html     |      1 -
 doc/interpreter/octave.html/doc_002dprobit.html    |      1 -
 doc/interpreter/octave.html/doc_002dprod.html      |      1 -
 .../octave.html/doc_002dprofexplore.html           |      1 -
 doc/interpreter/octave.html/doc_002dprofile.html   |      1 -
 doc/interpreter/octave.html/doc_002dprofshow.html  |      1 -
 .../doc_002dprogram_005finvocation_005fname.html   |      1 -
 .../octave.html/doc_002dprogram_005fname.html      |      1 -
 .../octave.html/doc_002dprop_005ftest_005f2.html   |      1 -
 doc/interpreter/octave.html/doc_002dputenv.html    |      1 -
 doc/interpreter/octave.html/doc_002dputs.html      |      1 -
 doc/interpreter/octave.html/doc_002dpwd.html       |      1 -
 doc/interpreter/octave.html/doc_002dpython.html    |      1 -
 doc/interpreter/octave.html/doc_002dqp.html        |      1 -
 doc/interpreter/octave.html/doc_002dqqplot.html    |      1 -
 doc/interpreter/octave.html/doc_002dqr.html        |      1 -
 doc/interpreter/octave.html/doc_002dqrdelete.html  |      1 -
 doc/interpreter/octave.html/doc_002dqrinsert.html  |      1 -
 doc/interpreter/octave.html/doc_002dqrshift.html   |      1 -
 doc/interpreter/octave.html/doc_002dqrupdate.html  |      1 -
 doc/interpreter/octave.html/doc_002dquad.html      |      1 -
 .../octave.html/doc_002dquad_005foptions.html      |      1 -
 doc/interpreter/octave.html/doc_002dquadcc.html    |      1 -
 doc/interpreter/octave.html/doc_002dquadgk.html    |      1 -
 doc/interpreter/octave.html/doc_002dquadl.html     |      1 -
 doc/interpreter/octave.html/doc_002dquadv.html     |      1 -
 doc/interpreter/octave.html/doc_002dquantile.html  |      1 -
 doc/interpreter/octave.html/doc_002dquit.html      |      1 -
 doc/interpreter/octave.html/doc_002dquiver.html    |      1 -
 doc/interpreter/octave.html/doc_002dquiver3.html   |      1 -
 doc/interpreter/octave.html/doc_002dqz.html        |      1 -
 doc/interpreter/octave.html/doc_002dqzhess.html    |      1 -
 doc/interpreter/octave.html/doc_002drainbow.html   |      1 -
 doc/interpreter/octave.html/doc_002drand.html      |      1 -
 doc/interpreter/octave.html/doc_002drande.html     |      1 -
 doc/interpreter/octave.html/doc_002drandg.html     |      1 -
 doc/interpreter/octave.html/doc_002drandi.html     |      1 -
 doc/interpreter/octave.html/doc_002drandn.html     |      1 -
 doc/interpreter/octave.html/doc_002drandp.html     |      1 -
 doc/interpreter/octave.html/doc_002drandperm.html  |      1 -
 doc/interpreter/octave.html/doc_002drange.html     |      1 -
 doc/interpreter/octave.html/doc_002drank.html      |      1 -
 doc/interpreter/octave.html/doc_002dranks.html     |      1 -
 doc/interpreter/octave.html/doc_002drat.html       |      1 -
 doc/interpreter/octave.html/doc_002drats.html      |      1 -
 doc/interpreter/octave.html/doc_002drcond.html     |      1 -
 doc/interpreter/octave.html/doc_002drdivide.html   |      1 -
 ...re_005fread_005freadline_005finit_005ffile.html |      1 -
 ...oc_002dread_005freadline_005finit_005ffile.html |      1 -
 doc/interpreter/octave.html/doc_002dreaddir.html   |      1 -
 doc/interpreter/octave.html/doc_002dreadlink.html  |      1 -
 doc/interpreter/octave.html/doc_002dreal.html      |      1 -
 doc/interpreter/octave.html/doc_002dreallog.html   |      1 -
 doc/interpreter/octave.html/doc_002drealmax.html   |      1 -
 doc/interpreter/octave.html/doc_002drealmin.html   |      1 -
 doc/interpreter/octave.html/doc_002drealpow.html   |      1 -
 doc/interpreter/octave.html/doc_002drealsqrt.html  |      1 -
 doc/interpreter/octave.html/doc_002drecord.html    |      1 -
 doc/interpreter/octave.html/doc_002drectangle.html |      1 -
 .../octave.html/doc_002drectangle_005flw.html      |      1 -
 .../octave.html/doc_002drectangle_005fsw.html      |      1 -
 doc/interpreter/octave.html/doc_002drectint.html   |      1 -
 doc/interpreter/octave.html/doc_002drecycle.html   |      1 -
 doc/interpreter/octave.html/doc_002drefresh.html   |      1 -
 .../octave.html/doc_002drefreshdata.html           |      1 -
 doc/interpreter/octave.html/doc_002dregexp.html    |      1 -
 doc/interpreter/octave.html/doc_002dregexpi.html   |      1 -
 doc/interpreter/octave.html/doc_002dregexprep.html |      1 -
 .../octave.html/doc_002dregexptranslate.html       |      1 -
 .../doc_002dregister_005fgraphics_005ftoolkit.html |      1 -
 doc/interpreter/octave.html/doc_002drehash.html    |      1 -
 doc/interpreter/octave.html/doc_002drem.html       |      1 -
 ...oc_002dremove_005finput_005fevent_005fhook.html |      1 -
 doc/interpreter/octave.html/doc_002drename.html    |      1 -
 doc/interpreter/octave.html/doc_002drepelems.html  |      1 -
 doc/interpreter/octave.html/doc_002drepmat.html    |      1 -
 doc/interpreter/octave.html/doc_002dreset.html     |      1 -
 doc/interpreter/octave.html/doc_002dreshape.html   |      1 -
 doc/interpreter/octave.html/doc_002dresidue.html   |      1 -
 doc/interpreter/octave.html/doc_002dresize.html    |      1 -
 .../octave.html/doc_002drestoredefaultpath.html    |      1 -
 doc/interpreter/octave.html/doc_002drethrow.html   |      1 -
 doc/interpreter/octave.html/doc_002drgb2hsv.html   |      1 -
 doc/interpreter/octave.html/doc_002drgb2ind.html   |      1 -
 doc/interpreter/octave.html/doc_002drgb2ntsc.html  |      1 -
 doc/interpreter/octave.html/doc_002dribbon.html    |      1 -
 doc/interpreter/octave.html/doc_002drindex.html    |      1 -
 doc/interpreter/octave.html/doc_002drmappdata.html |      1 -
 doc/interpreter/octave.html/doc_002drmdir.html     |      1 -
 doc/interpreter/octave.html/doc_002drmfield.html   |      1 -
 doc/interpreter/octave.html/doc_002drmpath.html    |      1 -
 doc/interpreter/octave.html/doc_002drmpref.html    |      1 -
 doc/interpreter/octave.html/doc_002droots.html     |      1 -
 doc/interpreter/octave.html/doc_002drose.html      |      1 -
 doc/interpreter/octave.html/doc_002drosser.html    |      1 -
 doc/interpreter/octave.html/doc_002drot90.html     |      1 -
 doc/interpreter/octave.html/doc_002drotdim.html    |      1 -
 doc/interpreter/octave.html/doc_002dround.html     |      1 -
 doc/interpreter/octave.html/doc_002droundb.html    |      1 -
 doc/interpreter/octave.html/doc_002drows.html      |      1 -
 doc/interpreter/octave.html/doc_002drref.html      |      1 -
 doc/interpreter/octave.html/doc_002drsf2csf.html   |      1 -
 doc/interpreter/octave.html/doc_002drun.html       |      1 -
 .../octave.html/doc_002drun_005fcount.html         |      1 -
 .../octave.html/doc_002drun_005fhistory.html       |      1 -
 .../octave.html/doc_002drun_005ftest.html          |      1 -
 doc/interpreter/octave.html/doc_002drundemos.html  |      1 -
 doc/interpreter/octave.html/doc_002drunlength.html |      1 -
 doc/interpreter/octave.html/doc_002druntests.html  |      1 -
 doc/interpreter/octave.html/doc_002dsave.html      |      1 -
 ..._002dsave_005fheader_005fformat_005fstring.html |      1 -
 .../octave.html/doc_002dsave_005fprecision.html    |      1 -
 doc/interpreter/octave.html/doc_002dsaveas.html    |      1 -
 doc/interpreter/octave.html/doc_002dsaveaudio.html |      1 -
 doc/interpreter/octave.html/doc_002dsaveobj.html   |      1 -
 doc/interpreter/octave.html/doc_002dsavepath.html  |      1 -
 .../octave.html/doc_002dsaving_005fhistory.html    |      1 -
 doc/interpreter/octave.html/doc_002dscanf.html     |      1 -
 doc/interpreter/octave.html/doc_002dscatter.html   |      1 -
 doc/interpreter/octave.html/doc_002dscatter3.html  |      1 -
 doc/interpreter/octave.html/doc_002dschur.html     |      1 -
 doc/interpreter/octave.html/doc_002dsec.html       |      1 -
 doc/interpreter/octave.html/doc_002dsecd.html      |      1 -
 doc/interpreter/octave.html/doc_002dsech.html      |      1 -
 doc/interpreter/octave.html/doc_002dsemilogx.html  |      1 -
 .../octave.html/doc_002dsemilogxerr.html           |      1 -
 doc/interpreter/octave.html/doc_002dsemilogy.html  |      1 -
 .../octave.html/doc_002dsemilogyerr.html           |      1 -
 doc/interpreter/octave.html/doc_002dset.html       |      1 -
 .../octave.html/doc_002dsetappdata.html            |      1 -
 doc/interpreter/octave.html/doc_002dsetaudio.html  |      1 -
 doc/interpreter/octave.html/doc_002dsetdiff.html   |      1 -
 doc/interpreter/octave.html/doc_002dsetfield.html  |      1 -
 doc/interpreter/octave.html/doc_002dsetgrent.html  |      1 -
 doc/interpreter/octave.html/doc_002dsetpref.html   |      1 -
 doc/interpreter/octave.html/doc_002dsetpwent.html  |      1 -
 doc/interpreter/octave.html/doc_002dsetxor.html    |      1 -
 doc/interpreter/octave.html/doc_002dshading.html   |      1 -
 doc/interpreter/octave.html/doc_002dshg.html       |      1 -
 doc/interpreter/octave.html/doc_002dshift.html     |      1 -
 doc/interpreter/octave.html/doc_002dshiftdim.html  |      1 -
 ...c_002dsighup_005fdumps_005foctave_005fcore.html |      1 -
 doc/interpreter/octave.html/doc_002dsign.html      |      1 -
 .../octave.html/doc_002dsign_005ftest.html         |      1 -
 ..._002dsigterm_005fdumps_005foctave_005fcore.html |      1 -
 .../octave.html/doc_002dsilent_005ffunctions.html  |      1 -
 doc/interpreter/octave.html/doc_002dsin.html       |      1 -
 doc/interpreter/octave.html/doc_002dsinc.html      |      1 -
 doc/interpreter/octave.html/doc_002dsind.html      |      1 -
 doc/interpreter/octave.html/doc_002dsinetone.html  |      1 -
 doc/interpreter/octave.html/doc_002dsinewave.html  |      1 -
 doc/interpreter/octave.html/doc_002dsingle.html    |      1 -
 doc/interpreter/octave.html/doc_002dsinh.html      |      1 -
 doc/interpreter/octave.html/doc_002dsize.html      |      1 -
 .../octave.html/doc_002dsize_005fequal.html        |      1 -
 doc/interpreter/octave.html/doc_002dsizemax.html   |      1 -
 doc/interpreter/octave.html/doc_002dsizeof.html    |      1 -
 doc/interpreter/octave.html/doc_002dskewness.html  |      1 -
 doc/interpreter/octave.html/doc_002dsleep.html     |      1 -
 doc/interpreter/octave.html/doc_002dslice.html     |      1 -
 doc/interpreter/octave.html/doc_002dsombrero.html  |      1 -
 doc/interpreter/octave.html/doc_002dsort.html      |      1 -
 doc/interpreter/octave.html/doc_002dsortrows.html  |      1 -
 doc/interpreter/octave.html/doc_002dsource.html    |      1 -
 doc/interpreter/octave.html/doc_002dspalloc.html   |      1 -
 doc/interpreter/octave.html/doc_002dsparse.html    |      1 -
 .../doc_002dsparse_005fauto_005fmutate.html        |      1 -
 doc/interpreter/octave.html/doc_002dspaugment.html |      1 -
 doc/interpreter/octave.html/doc_002dspconvert.html |      1 -
 doc/interpreter/octave.html/doc_002dspdiags.html   |      1 -
 doc/interpreter/octave.html/doc_002dspearman.html  |      1 -
 .../octave.html/doc_002dspectral_005fadf.html      |      1 -
 .../octave.html/doc_002dspectral_005fxdf.html      |      1 -
 doc/interpreter/octave.html/doc_002dspecular.html  |      1 -
 doc/interpreter/octave.html/doc_002dspeed.html     |      1 -
 doc/interpreter/octave.html/doc_002dspencer.html   |      1 -
 doc/interpreter/octave.html/doc_002dspeye.html     |      1 -
 doc/interpreter/octave.html/doc_002dspfun.html     |      1 -
 doc/interpreter/octave.html/doc_002dsph2cart.html  |      1 -
 doc/interpreter/octave.html/doc_002dsphere.html    |      1 -
 doc/interpreter/octave.html/doc_002dspinmap.html   |      1 -
 doc/interpreter/octave.html/doc_002dspline.html    |      1 -
 .../doc_002dsplit_005flong_005frows.html           |      1 -
 doc/interpreter/octave.html/doc_002dspones.html    |      1 -
 doc/interpreter/octave.html/doc_002dspparms.html   |      1 -
 doc/interpreter/octave.html/doc_002dsprand.html    |      1 -
 doc/interpreter/octave.html/doc_002dsprandn.html   |      1 -
 doc/interpreter/octave.html/doc_002dsprandsym.html |      1 -
 doc/interpreter/octave.html/doc_002dsprank.html    |      1 -
 doc/interpreter/octave.html/doc_002dspring.html    |      1 -
 doc/interpreter/octave.html/doc_002dsprintf.html   |      1 -
 doc/interpreter/octave.html/doc_002dspstats.html   |      1 -
 doc/interpreter/octave.html/doc_002dspy.html       |      1 -
 doc/interpreter/octave.html/doc_002dsqp.html       |      1 -
 doc/interpreter/octave.html/doc_002dsqrt.html      |      1 -
 doc/interpreter/octave.html/doc_002dsqrtm.html     |      1 -
 doc/interpreter/octave.html/doc_002dsqueeze.html   |      1 -
 doc/interpreter/octave.html/doc_002dsscanf.html    |      1 -
 doc/interpreter/octave.html/doc_002dstairs.html    |      1 -
 doc/interpreter/octave.html/doc_002dstat.html      |      1 -
 .../octave.html/doc_002dstatistics.html            |      1 -
 doc/interpreter/octave.html/doc_002dstd.html       |      1 -
 doc/interpreter/octave.html/doc_002dstderr.html    |      1 -
 doc/interpreter/octave.html/doc_002dstdin.html     |      1 -
 .../octave.html/doc_002dstdnormal_005fcdf.html     |      1 -
 .../octave.html/doc_002dstdnormal_005finv.html     |      1 -
 .../octave.html/doc_002dstdnormal_005fpdf.html     |      1 -
 .../octave.html/doc_002dstdnormal_005frnd.html     |      1 -
 doc/interpreter/octave.html/doc_002dstdout.html    |      1 -
 doc/interpreter/octave.html/doc_002dstem.html      |      1 -
 doc/interpreter/octave.html/doc_002dstem3.html     |      1 -
 doc/interpreter/octave.html/doc_002dstft.html      |      1 -
 .../octave.html/doc_002dstr2double.html            |      1 -
 doc/interpreter/octave.html/doc_002dstr2func.html  |      1 -
 doc/interpreter/octave.html/doc_002dstr2num.html   |      1 -
 doc/interpreter/octave.html/doc_002dstrcat.html    |      1 -
 doc/interpreter/octave.html/doc_002dstrchr.html    |      1 -
 doc/interpreter/octave.html/doc_002dstrcmp.html    |      1 -
 doc/interpreter/octave.html/doc_002dstrcmpi.html   |      1 -
 doc/interpreter/octave.html/doc_002dstrfind.html   |      1 -
 doc/interpreter/octave.html/doc_002dstrftime.html  |      1 -
 .../doc_002dstring_005ffill_005fchar.html          |      1 -
 doc/interpreter/octave.html/doc_002dstrjust.html   |      1 -
 doc/interpreter/octave.html/doc_002dstrmatch.html  |      1 -
 doc/interpreter/octave.html/doc_002dstrncmp.html   |      1 -
 doc/interpreter/octave.html/doc_002dstrncmpi.html  |      1 -
 doc/interpreter/octave.html/doc_002dstrptime.html  |      1 -
 doc/interpreter/octave.html/doc_002dstrread.html   |      1 -
 doc/interpreter/octave.html/doc_002dstrrep.html    |      1 -
 doc/interpreter/octave.html/doc_002dstrsplit.html  |      1 -
 doc/interpreter/octave.html/doc_002dstrtok.html    |      1 -
 doc/interpreter/octave.html/doc_002dstrtrim.html   |      1 -
 doc/interpreter/octave.html/doc_002dstrtrunc.html  |      1 -
 doc/interpreter/octave.html/doc_002dstruct.html    |      1 -
 .../octave.html/doc_002dstruct2cell.html           |      1 -
 ...doc_002dstruct_005flevels_005fto_005fprint.html |      1 -
 doc/interpreter/octave.html/doc_002dstructfun.html |      1 -
 doc/interpreter/octave.html/doc_002dstrvcat.html   |      1 -
 doc/interpreter/octave.html/doc_002dsub2ind.html   |      1 -
 doc/interpreter/octave.html/doc_002dsubplot.html   |      1 -
 doc/interpreter/octave.html/doc_002dsubsasgn.html  |      1 -
 doc/interpreter/octave.html/doc_002dsubsindex.html |      1 -
 doc/interpreter/octave.html/doc_002dsubspace.html  |      1 -
 doc/interpreter/octave.html/doc_002dsubsref.html   |      1 -
 doc/interpreter/octave.html/doc_002dsubstr.html    |      1 -
 doc/interpreter/octave.html/doc_002dsubstruct.html |      1 -
 doc/interpreter/octave.html/doc_002dsum.html       |      1 -
 doc/interpreter/octave.html/doc_002dsummer.html    |      1 -
 doc/interpreter/octave.html/doc_002dsumsq.html     |      1 -
 .../octave.html/doc_002dsuperiorto.html            |      1 -
 ...dsuppress_005fverbose_005fhelp_005fmessage.html |      1 -
 doc/interpreter/octave.html/doc_002dsurf.html      |      1 -
 doc/interpreter/octave.html/doc_002dsurface.html   |      1 -
 doc/interpreter/octave.html/doc_002dsurfc.html     |      1 -
 doc/interpreter/octave.html/doc_002dsurfl.html     |      1 -
 doc/interpreter/octave.html/doc_002dsurfnorm.html  |      1 -
 doc/interpreter/octave.html/doc_002dsvd.html       |      1 -
 .../octave.html/doc_002dsvd_005fdriver.html        |      1 -
 doc/interpreter/octave.html/doc_002dsvds.html      |      1 -
 doc/interpreter/octave.html/doc_002dswapbytes.html |      1 -
 doc/interpreter/octave.html/doc_002dsyl.html       |      1 -
 doc/interpreter/octave.html/doc_002dsymamd.html    |      1 -
 doc/interpreter/octave.html/doc_002dsymbfact.html  |      1 -
 doc/interpreter/octave.html/doc_002dsymlink.html   |      1 -
 doc/interpreter/octave.html/doc_002dsymrcm.html    |      1 -
 doc/interpreter/octave.html/doc_002dsymvar.html    |      1 -
 doc/interpreter/octave.html/doc_002dsynthesis.html |      1 -
 doc/interpreter/octave.html/doc_002dsystem.html    |      1 -
 .../octave.html/doc_002dt_005ftest.html            |      1 -
 .../octave.html/doc_002dt_005ftest_005f2.html      |      1 -
 .../doc_002dt_005ftest_005fregression.html         |      1 -
 doc/interpreter/octave.html/doc_002dtable.html     |      1 -
 doc/interpreter/octave.html/doc_002dtan.html       |      1 -
 doc/interpreter/octave.html/doc_002dtand.html      |      1 -
 doc/interpreter/octave.html/doc_002dtanh.html      |      1 -
 doc/interpreter/octave.html/doc_002dtar.html       |      1 -
 doc/interpreter/octave.html/doc_002dtcdf.html      |      1 -
 doc/interpreter/octave.html/doc_002dtempdir.html   |      1 -
 doc/interpreter/octave.html/doc_002dtempname.html  |      1 -
 .../octave.html/doc_002dterminal_005fsize.html     |      1 -
 doc/interpreter/octave.html/doc_002dtest.html      |      1 -
 doc/interpreter/octave.html/doc_002dtext.html      |      1 -
 doc/interpreter/octave.html/doc_002dtextread.html  |      1 -
 doc/interpreter/octave.html/doc_002dtextscan.html  |      1 -
 doc/interpreter/octave.html/doc_002dtic.html       |      1 -
 .../octave.html/doc_002dtilde_005fexpand.html      |      1 -
 doc/interpreter/octave.html/doc_002dtime.html      |      1 -
 doc/interpreter/octave.html/doc_002dtimes.html     |      1 -
 doc/interpreter/octave.html/doc_002dtinv.html      |      1 -
 doc/interpreter/octave.html/doc_002dtitle.html     |      1 -
 doc/interpreter/octave.html/doc_002dtmpfile.html   |      1 -
 doc/interpreter/octave.html/doc_002dtmpnam.html    |      1 -
 doc/interpreter/octave.html/doc_002dtoascii.html   |      1 -
 doc/interpreter/octave.html/doc_002dtoc.html       |      1 -
 doc/interpreter/octave.html/doc_002dtoeplitz.html  |      1 -
 doc/interpreter/octave.html/doc_002dtolower.html   |      1 -
 doc/interpreter/octave.html/doc_002dtoupper.html   |      1 -
 doc/interpreter/octave.html/doc_002dtpdf.html      |      1 -
 doc/interpreter/octave.html/doc_002dtrace.html     |      1 -
 doc/interpreter/octave.html/doc_002dtranspose.html |      1 -
 doc/interpreter/octave.html/doc_002dtrapz.html     |      1 -
 .../octave.html/doc_002dtreelayout.html            |      1 -
 doc/interpreter/octave.html/doc_002dtreeplot.html  |      1 -
 .../octave.html/doc_002dtriangle_005flw.html       |      1 -
 .../octave.html/doc_002dtriangle_005fsw.html       |      1 -
 doc/interpreter/octave.html/doc_002dtril.html      |      1 -
 doc/interpreter/octave.html/doc_002dtrimesh.html   |      1 -
 .../octave.html/doc_002dtriplequad.html            |      1 -
 doc/interpreter/octave.html/doc_002dtriplot.html   |      1 -
 doc/interpreter/octave.html/doc_002dtrisurf.html   |      1 -
 doc/interpreter/octave.html/doc_002dtriu.html      |      1 -
 doc/interpreter/octave.html/doc_002dtrnd.html      |      1 -
 doc/interpreter/octave.html/doc_002dtrue.html      |      1 -
 doc/interpreter/octave.html/doc_002dtsearch.html   |      1 -
 doc/interpreter/octave.html/doc_002dtsearchn.html  |      1 -
 doc/interpreter/octave.html/doc_002dtype.html      |      1 -
 doc/interpreter/octave.html/doc_002dtypecast.html  |      1 -
 doc/interpreter/octave.html/doc_002dtypeinfo.html  |      1 -
 .../octave.html/doc_002du_005ftest.html            |      1 -
 doc/interpreter/octave.html/doc_002duigetdir.html  |      1 -
 doc/interpreter/octave.html/doc_002duigetfile.html |      1 -
 doc/interpreter/octave.html/doc_002duimenu.html    |      1 -
 doc/interpreter/octave.html/doc_002duint16.html    |      1 -
 doc/interpreter/octave.html/doc_002duint32.html    |      1 -
 doc/interpreter/octave.html/doc_002duint64.html    |      1 -
 doc/interpreter/octave.html/doc_002duint8.html     |      1 -
 doc/interpreter/octave.html/doc_002duiputfile.html |      1 -
 doc/interpreter/octave.html/doc_002duiresume.html  |      1 -
 doc/interpreter/octave.html/doc_002duiwait.html    |      1 -
 doc/interpreter/octave.html/doc_002dumask.html     |      1 -
 doc/interpreter/octave.html/doc_002duminus.html    |      1 -
 doc/interpreter/octave.html/doc_002duname.html     |      1 -
 .../doc_002dundo_005fstring_005fescapes.html       |      1 -
 doc/interpreter/octave.html/doc_002dunidcdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dunidinv.html   |      1 -
 doc/interpreter/octave.html/doc_002dunidpdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dunidrnd.html   |      1 -
 doc/interpreter/octave.html/doc_002dunifcdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dunifinv.html   |      1 -
 doc/interpreter/octave.html/doc_002dunifpdf.html   |      1 -
 doc/interpreter/octave.html/doc_002dunifrnd.html   |      1 -
 doc/interpreter/octave.html/doc_002dunion.html     |      1 -
 doc/interpreter/octave.html/doc_002dunique.html    |      1 -
 doc/interpreter/octave.html/doc_002dunix.html      |      1 -
 doc/interpreter/octave.html/doc_002dunlink.html    |      1 -
 doc/interpreter/octave.html/doc_002dunmkpp.html    |      1 -
 doc/interpreter/octave.html/doc_002dunpack.html    |      1 -
 doc/interpreter/octave.html/doc_002duntabify.html  |      1 -
 doc/interpreter/octave.html/doc_002duntar.html     |      1 -
 doc/interpreter/octave.html/doc_002dunwrap.html    |      1 -
 doc/interpreter/octave.html/doc_002dunzip.html     |      1 -
 doc/interpreter/octave.html/doc_002duplus.html     |      1 -
 doc/interpreter/octave.html/doc_002durlread.html   |      1 -
 doc/interpreter/octave.html/doc_002durlwrite.html  |      1 -
 doc/interpreter/octave.html/doc_002dusage.html     |      1 -
 doc/interpreter/octave.html/doc_002dusejava.html   |      1 -
 doc/interpreter/octave.html/doc_002dusleep.html    |      1 -
 .../octave.html/doc_002dvalidatestring.html        |      1 -
 doc/interpreter/octave.html/doc_002dvander.html    |      1 -
 doc/interpreter/octave.html/doc_002dvar.html       |      1 -
 .../octave.html/doc_002dvar_005ftest.html          |      1 -
 doc/interpreter/octave.html/doc_002dvarargin.html  |      1 -
 doc/interpreter/octave.html/doc_002dvarargout.html |      1 -
 doc/interpreter/octave.html/doc_002dvec.html       |      1 -
 doc/interpreter/octave.html/doc_002dvech.html      |      1 -
 doc/interpreter/octave.html/doc_002dvectorize.html |      1 -
 doc/interpreter/octave.html/doc_002dver.html       |      1 -
 doc/interpreter/octave.html/doc_002dversion.html   |      1 -
 doc/interpreter/octave.html/doc_002dvertcat.html   |      1 -
 doc/interpreter/octave.html/doc_002dview.html      |      1 -
 doc/interpreter/octave.html/doc_002dvoronoi.html   |      1 -
 doc/interpreter/octave.html/doc_002dvoronoin.html  |      1 -
 doc/interpreter/octave.html/doc_002dwaitbar.html   |      1 -
 doc/interpreter/octave.html/doc_002dwaitfor.html   |      1 -
 .../octave.html/doc_002dwaitforbuttonpress.html    |      1 -
 doc/interpreter/octave.html/doc_002dwaitpid.html   |      1 -
 doc/interpreter/octave.html/doc_002dwarning.html   |      1 -
 .../octave.html/doc_002dwarning_005fids.html       |      1 -
 doc/interpreter/octave.html/doc_002dwarranty.html  |      1 -
 doc/interpreter/octave.html/doc_002dwavread.html   |      1 -
 doc/interpreter/octave.html/doc_002dwavwrite.html  |      1 -
 doc/interpreter/octave.html/doc_002dwblcdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dwblinv.html    |      1 -
 doc/interpreter/octave.html/doc_002dwblpdf.html    |      1 -
 doc/interpreter/octave.html/doc_002dwblrnd.html    |      1 -
 doc/interpreter/octave.html/doc_002dweekday.html   |      1 -
 .../octave.html/doc_002dwelch_005ftest.html        |      1 -
 doc/interpreter/octave.html/doc_002dwhat.html      |      1 -
 doc/interpreter/octave.html/doc_002dwhich.html     |      1 -
 doc/interpreter/octave.html/doc_002dwhite.html     |      1 -
 doc/interpreter/octave.html/doc_002dwhitebg.html   |      1 -
 doc/interpreter/octave.html/doc_002dwho.html       |      1 -
 doc/interpreter/octave.html/doc_002dwhos.html      |      1 -
 .../doc_002dwhos_005fline_005fformat.html          |      1 -
 doc/interpreter/octave.html/doc_002dwienrnd.html   |      1 -
 .../octave.html/doc_002dwilcoxon_005ftest.html     |      1 -
 doc/interpreter/octave.html/doc_002dwilkinson.html |      1 -
 doc/interpreter/octave.html/doc_002dwinter.html    |      1 -
 doc/interpreter/octave.html/doc_002dxlabel.html    |      1 -
 doc/interpreter/octave.html/doc_002dxlim.html      |      1 -
 doc/interpreter/octave.html/doc_002dxor.html       |      1 -
 .../octave.html/doc_002dyes_005for_005fno.html     |      1 -
 doc/interpreter/octave.html/doc_002dylabel.html    |      1 -
 doc/interpreter/octave.html/doc_002dylim.html      |      1 -
 .../octave.html/doc_002dyulewalker.html            |      1 -
 .../octave.html/doc_002dz_005ftest.html            |      1 -
 .../octave.html/doc_002dz_005ftest_005f2.html      |      1 -
 doc/interpreter/octave.html/doc_002dzeros.html     |      1 -
 doc/interpreter/octave.html/doc_002dzip.html       |      1 -
 doc/interpreter/octave.html/doc_002dzlabel.html    |      1 -
 doc/interpreter/octave.html/doc_002dzlim.html      |      1 -
 doc/interpreter/octave.html/doc_002dzscore.html    |      1 -
 doc/interpreter/octave.html/errorbar.png           |    Bin 19860 -> 21450 bytes
 doc/interpreter/octave.html/extended.png           |    Bin 15195 -> 17071 bytes
 doc/interpreter/octave.html/fig_003aconvhull.html  |     51 +-
 doc/interpreter/octave.html/fig_003adelaunay.html  |     51 +-
 doc/interpreter/octave.html/fig_003aerrorbar.html  |     51 +-
 .../octave.html/fig_003aextendedtext.html          |     51 +-
 doc/interpreter/octave.html/fig_003afemmodel.html  |     51 +-
 doc/interpreter/octave.html/fig_003agplot.html     |     51 +-
 doc/interpreter/octave.html/fig_003agriddata.html  |     51 +-
 doc/interpreter/octave.html/fig_003ahist.html      |     51 +-
 doc/interpreter/octave.html/fig_003ainpolygon.html |     51 +-
 .../octave.html/fig_003ainterpderiv1.html          |     51 +-
 .../octave.html/fig_003ainterpderiv2.html          |     51 +-
 doc/interpreter/octave.html/fig_003ainterpft.html  |     51 +-
 doc/interpreter/octave.html/fig_003ainterpn.html   |     51 +-
 doc/interpreter/octave.html/fig_003amesh.html      |     51 +-
 doc/interpreter/octave.html/fig_003aplot.html      |     51 +-
 doc/interpreter/octave.html/fig_003aplot3.html     |     51 +-
 doc/interpreter/octave.html/fig_003apolar.html     |     51 +-
 .../octave.html/fig_003asimplechol.html            |     51 +-
 .../octave.html/fig_003asimplecholperm.html        |     51 +-
 .../octave.html/fig_003asimplematrix.html          |     51 +-
 .../octave.html/fig_003asplinefit1.html            |     50 +
 .../octave.html/fig_003asplinefit2.html            |     50 +
 .../octave.html/fig_003asplinefit3.html            |     50 +
 .../octave.html/fig_003asplinefit4.html            |     50 +
 .../octave.html/fig_003asplinefit6.html            |     50 +
 doc/interpreter/octave.html/fig_003aspmatrix.html  |     51 +-
 doc/interpreter/octave.html/fig_003atriplot.html   |     51 +-
 doc/interpreter/octave.html/fig_003avoronoi.html   |     51 +-
 doc/interpreter/octave.html/gplot.png              |    Bin 15008 -> 14957 bytes
 doc/interpreter/octave.html/grid.png               |    Bin 27278 -> 33738 bytes
 doc/interpreter/octave.html/griddata.png           |    Bin 91407 -> 91575 bytes
 doc/interpreter/octave.html/hist.png               |    Bin 18885 -> 24174 bytes
 doc/interpreter/octave.html/index.html             |   3655 +-
 doc/interpreter/octave.html/inpolygon.png          |    Bin 22930 -> 22887 bytes
 doc/interpreter/octave.html/interpderiv1.png       |    Bin 15243 -> 15241 bytes
 doc/interpreter/octave.html/interpderiv2.png       |    Bin 36581 -> 36590 bytes
 doc/interpreter/octave.html/interpft.png           |    Bin 27282 -> 27468 bytes
 doc/interpreter/octave.html/interpn.png            |    Bin 90535 -> 90873 bytes
 doc/interpreter/octave.html/mesh.png               |    Bin 90624 -> 91449 bytes
 doc/interpreter/octave.html/plot.png               |    Bin 15787 -> 17267 bytes
 doc/interpreter/octave.html/plot3.png              |    Bin 25787 -> 27000 bytes
 doc/interpreter/octave.html/polar.png              |    Bin 24691 -> 26144 bytes
 doc/interpreter/octave.html/spchol.png             |    Bin 20614 -> 20851 bytes
 doc/interpreter/octave.html/spcholperm.png         |    Bin 20531 -> 20511 bytes
 doc/interpreter/octave.html/splinefit1.png         |    Bin 0 -> 31637 bytes
 doc/interpreter/octave.html/splinefit2.png         |    Bin 0 -> 37376 bytes
 doc/interpreter/octave.html/splinefit3.png         |    Bin 0 -> 25830 bytes
 doc/interpreter/octave.html/splinefit4.png         |    Bin 0 -> 32653 bytes
 doc/interpreter/octave.html/splinefit6.png         |    Bin 0 -> 39757 bytes
 doc/interpreter/octave.html/spmatrix.png           |    Bin 28814 -> 28357 bytes
 doc/interpreter/octave.html/tab_003aextended.html  |     51 +-
 .../octave.html/tab_003aoverload_005fops.html      |     51 +-
 doc/interpreter/octave.html/triplot.png            |    Bin 28222 -> 28122 bytes
 doc/interpreter/octave.html/voronoi.png            |    Bin 35342 -> 35493 bytes
 doc/interpreter/octave.info                        |   3757 +-
 doc/interpreter/octave.info-1                      |   5765 +-
 doc/interpreter/octave.info-2                      |   6864 +-
 doc/interpreter/octave.info-3                      |    Bin 307075 -> 310031 bytes
 doc/interpreter/octave.info-4                      |  12277 +-
 doc/interpreter/octave.info-5                      |  12904 +-
 doc/interpreter/octave.info-6                      |  12583 +-
 doc/interpreter/octave.info-7                      |    Bin 208078 -> 653119 bytes
 doc/interpreter/octave.info-8                      |    Bin 0 -> 11095 bytes
 doc/interpreter/octave.pdf                         |    Bin 3132940 -> 3516026 bytes
 doc/interpreter/octave.ps                          | 129178 ++++++++++--------
 doc/interpreter/octave.texi                        |    668 +-
 doc/interpreter/oop.texi                           |    205 +-
 doc/interpreter/oop.txi                            |     78 +-
 doc/interpreter/op-idx.texi                        |      2 +-
 doc/interpreter/op-idx.txi                         |      2 +-
 doc/interpreter/optim.texi                         |    435 +-
 doc/interpreter/optim.txi                          |     10 +-
 doc/interpreter/package.texi                       |    133 +-
 doc/interpreter/package.txi                        |     94 +-
 doc/interpreter/plot.eps                           |    500 +-
 doc/interpreter/plot.pdf                           |    Bin 5259 -> 7111 bytes
 doc/interpreter/plot.png                           |    Bin 15787 -> 17267 bytes
 doc/interpreter/plot.texi                          |   5866 +-
 doc/interpreter/plot.txi                           |   1146 +-
 doc/interpreter/plot3.eps                          |   1297 +-
 doc/interpreter/plot3.pdf                          |    Bin 7669 -> 9901 bytes
 doc/interpreter/plot3.png                          |    Bin 25787 -> 27000 bytes
 doc/interpreter/plotimages.m                       |     49 +-
 doc/interpreter/polar.eps                          |    674 +-
 doc/interpreter/polar.pdf                          |    Bin 6020 -> 7450 bytes
 doc/interpreter/polar.png                          |    Bin 24691 -> 26144 bytes
 doc/interpreter/poly.texi                          |    486 +-
 doc/interpreter/poly.txi                           |    242 +-
 doc/interpreter/preface.texi                       |     46 +-
 doc/interpreter/preface.txi                        |     29 +-
 doc/interpreter/quad.texi                          |    111 +-
 doc/interpreter/quad.txi                           |     17 +-
 doc/interpreter/set.texi                           |     78 +-
 doc/interpreter/set.txi                            |      4 +-
 doc/interpreter/signal.texi                        |    562 +-
 doc/interpreter/signal.txi                         |     38 +-
 doc/interpreter/sparse.texi                        |    678 +-
 doc/interpreter/sparse.txi                         |    184 +-
 doc/interpreter/sparseimages.m                     |    178 +-
 doc/interpreter/spchol.eps                         |     25 +-
 doc/interpreter/spchol.pdf                         |    Bin 402157 -> 402188 bytes
 doc/interpreter/spchol.png                         |    Bin 20614 -> 20851 bytes
 doc/interpreter/spcholperm.eps                     |     25 +-
 doc/interpreter/spcholperm.pdf                     |    Bin 22014 -> 22053 bytes
 doc/interpreter/spcholperm.png                     |    Bin 20531 -> 20511 bytes
 doc/interpreter/splinefit1.eps                     |   1750 +
 doc/interpreter/splinefit1.pdf                     |    Bin 0 -> 21285 bytes
 doc/interpreter/splinefit1.png                     |    Bin 0 -> 31637 bytes
 doc/interpreter/splinefit1.txt                     |      4 +
 doc/interpreter/splinefit2.eps                     |   2989 +
 doc/interpreter/splinefit2.pdf                     |    Bin 0 -> 24028 bytes
 doc/interpreter/splinefit2.png                     |    Bin 0 -> 37376 bytes
 doc/interpreter/splinefit2.txt                     |      4 +
 doc/interpreter/splinefit3.eps                     |   1660 +
 doc/interpreter/splinefit3.pdf                     |    Bin 0 -> 15580 bytes
 doc/interpreter/splinefit3.png                     |    Bin 0 -> 25830 bytes
 doc/interpreter/splinefit3.txt                     |      4 +
 doc/interpreter/splinefit4.eps                     |   1770 +
 doc/interpreter/splinefit4.pdf                     |    Bin 0 -> 21603 bytes
 doc/interpreter/splinefit4.png                     |    Bin 0 -> 32653 bytes
 doc/interpreter/splinefit4.txt                     |      4 +
 doc/interpreter/splinefit6.eps                     |   2263 +
 doc/interpreter/splinefit6.pdf                     |    Bin 0 -> 26140 bytes
 doc/interpreter/splinefit6.png                     |    Bin 0 -> 39757 bytes
 doc/interpreter/splinefit6.txt                     |      4 +
 doc/interpreter/splineimages.m                     |    193 +
 doc/interpreter/spmatrix.eps                       |     25 +-
 doc/interpreter/spmatrix.pdf                       |    Bin 31280 -> 31321 bytes
 doc/interpreter/spmatrix.png                       |    Bin 28814 -> 28357 bytes
 doc/interpreter/stamp-vti                          |      8 +-
 doc/interpreter/stats.texi                         |    701 +-
 doc/interpreter/stats.txi                          |     18 +-
 doc/interpreter/stmt.texi                          |    101 +-
 doc/interpreter/stmt.txi                           |    101 +-
 doc/interpreter/strings.texi                       |   1079 +-
 doc/interpreter/strings.txi                        |    175 +-
 doc/interpreter/system.texi                        |   1630 +-
 doc/interpreter/system.txi                         |     58 +-
 doc/interpreter/testfun.texi                       |    188 +-
 doc/interpreter/testfun.txi                        |     71 +-
 doc/interpreter/tips.texi                          |     49 +-
 doc/interpreter/tips.txi                           |     49 +-
 doc/interpreter/triplot.eps                        |     25 +-
 doc/interpreter/triplot.pdf                        |    Bin 4816 -> 4850 bytes
 doc/interpreter/triplot.png                        |    Bin 28222 -> 28122 bytes
 doc/interpreter/var.texi                           |    137 +-
 doc/interpreter/var.txi                            |     22 +-
 doc/interpreter/vectorize.texi                     |    273 +-
 doc/interpreter/vectorize.txi                      |     53 +-
 doc/interpreter/version.texi                       |      8 +-
 doc/interpreter/voronoi.eps                        |     43 +-
 doc/interpreter/voronoi.pdf                        |    Bin 7150 -> 7197 bytes
 doc/interpreter/voronoi.png                        |    Bin 35342 -> 35493 bytes
 doc/liboctave/Makefile.am                          |     17 +-
 doc/liboctave/Makefile.in                          |    627 +-
 doc/liboctave/array.texi                           |      2 +-
 doc/liboctave/bugs.texi                            |      2 +-
 doc/liboctave/cp-idx.texi                          |      2 +-
 doc/liboctave/dae.texi                             |      2 +-
 doc/liboctave/diffeq.texi                          |      2 +-
 doc/liboctave/error.texi                           |      2 +-
 doc/liboctave/factor.texi                          |      2 +-
 doc/liboctave/fn-idx.texi                          |      2 +-
 doc/liboctave/gpl.texi                             |      2 +-
 doc/liboctave/install.texi                         |      2 +-
 doc/liboctave/intro.texi                           |      2 +-
 doc/liboctave/liboctave.dvi                        |    Bin 224304 -> 224312 bytes
 doc/liboctave/liboctave.html/Acknowledgements.html |     95 +-
 doc/liboctave/liboctave.html/Arrays.html           |     94 +-
 doc/liboctave/liboctave.html/Bounds.html           |    180 +-
 doc/liboctave/liboctave.html/Bugs.html             |    105 +-
 .../liboctave.html/Collocation-Weights.html        |    250 +-
 doc/liboctave/liboctave.html/Concept-Index.html    |    274 +-
 .../Constructors-and-Assignment.html               |    684 +-
 doc/liboctave/liboctave.html/Contributors.html     |    106 +-
 doc/liboctave/liboctave.html/Copying.html          |    591 +-
 .../Differential-Algebraic-Equations.html          |    140 +-
 doc/liboctave/liboctave.html/Error-Handling.html   |    100 +-
 doc/liboctave/liboctave.html/Function-Index.html   |   1511 +-
 doc/liboctave/liboctave.html/Installation.html     |    102 +-
 doc/liboctave/liboctave.html/Introduction.html     |    103 +-
 .../liboctave.html/Linear-Constraints.html         |    152 +-
 .../liboctave.html/Matrix-Factorizations.html      |    846 +-
 .../Matrix-and-Vector-Operations.html              |   2452 +-
 .../liboctave.html/Nonlinear-Constraints.html      |    106 +-
 .../liboctave.html/Nonlinear-Equations.html        |    232 +-
 .../liboctave.html/Nonlinear-Functions.html        |    142 +-
 .../liboctave.html/Nonlinear-Programming.html      |    158 +-
 .../liboctave.html/Objective-Functions.html        |    132 +-
 doc/liboctave/liboctave.html/Optimization.html     |    109 +-
 .../Ordinary-Differential-Equations.html           |    294 +-
 .../liboctave.html/Quadratic-Programming.html      |    143 +-
 doc/liboctave/liboctave.html/Quadrature.html       |    229 +-
 doc/liboctave/liboctave.html/Ranges.html           |    184 +-
 doc/liboctave/liboctave.html/index.html            |    330 +-
 doc/liboctave/liboctave.info                       |   2864 +-
 doc/liboctave/liboctave.pdf                        |    Bin 289870 -> 289878 bytes
 doc/liboctave/liboctave.ps                         |     34 +-
 doc/liboctave/liboctave.texi                       |     12 +-
 doc/liboctave/matvec.texi                          |      2 +-
 doc/liboctave/nleqn.texi                           |      2 +-
 doc/liboctave/nlfunc.texi                          |      2 +-
 doc/liboctave/ode.texi                             |      2 +-
 doc/liboctave/optim.texi                           |      2 +-
 doc/liboctave/preface.texi                         |      2 +-
 doc/liboctave/quad.texi                            |      2 +-
 doc/liboctave/range.texi                           |      2 +-
 doc/liboctave/stamp-vti                            |      8 +-
 doc/liboctave/version.texi                         |      8 +-
 doc/refcard/Makefile.am                            |      4 +-
 doc/refcard/Makefile.in                            |    545 +-
 doc/refcard/refcard-a4.dvi                         |    Bin 30892 -> 30900 bytes
 doc/refcard/refcard-a4.pdf                         |    Bin 130211 -> 130207 bytes
 doc/refcard/refcard-a4.ps                          |     29 +-
 doc/refcard/refcard-a4.tex                         |      2 +-
 doc/refcard/refcard-legal.dvi                      |    Bin 31176 -> 31188 bytes
 doc/refcard/refcard-legal.pdf                      |    Bin 130349 -> 130339 bytes
 doc/refcard/refcard-legal.ps                       |     29 +-
 doc/refcard/refcard-legal.tex                      |      2 +-
 doc/refcard/refcard-letter.dvi                     |    Bin 30960 -> 30972 bytes
 doc/refcard/refcard-letter.pdf                     |    Bin 130460 -> 130452 bytes
 doc/refcard/refcard-letter.ps                      |     29 +-
 doc/refcard/refcard-letter.tex                     |      2 +-
 doc/refcard/refcard.tex                            |     16 +-
 etc/OLD-ChangeLogs/ChangeLog                       |     10 +-
 etc/OLD-ChangeLogs/doc-ChangeLog                   |     48 +-
 etc/OLD-ChangeLogs/liboctave-ChangeLog             |      2 +-
 etc/OLD-ChangeLogs/scripts-ChangeLog               |    148 +-
 etc/OLD-ChangeLogs/src-ChangeLog                   |     50 +-
 etc/OLD-ChangeLogs/test-ChangeLog                  |      2 +-
 etc/README.MacOS                                   |      6 +-
 etc/README.MinGW                                   |      2 +-
 etc/gdbinit                                        |      5 +
 etc/octave.appdata.xml                             |     56 +
 examples/@FIRfilter/display.m                      |      2 +-
 examples/@FIRfilter/subsref.m                      |      4 +-
 examples/@polynomial/display.m                     |      6 +-
 examples/@polynomial/mtimes.m                      |      4 +-
 examples/@polynomial/plot.m                        |      8 +-
 examples/@polynomial/polyval.m                     |      4 +-
 examples/Makefile.am                               |      8 +-
 examples/Makefile.in                               |    556 +-
 examples/addtwomatrices.cc                         |      2 +
 examples/celldemo.cc                               |      9 +-
 examples/embedded.cc                               |     33 +-
 examples/firstmexdemo.c                            |     11 -
 examples/fortdemo.cc                               |     14 +-
 examples/funcdemo.cc                               |     12 +-
 examples/globaldemo.cc                             |      4 +-
 examples/hello.cc                                  |     98 -
 examples/helloworld.cc                             |     10 +-
 examples/make_int.cc                               |     12 +-
 examples/mex_demo.c                                |     58 +
 examples/mycell.c                                  |      8 +-
 examples/myfeval.c                                 |     13 +-
 examples/myfunc.c                                  |      8 +-
 examples/myhello.c                                 |     11 +-
 examples/mypow2.c                                  |     24 +-
 examples/myprop.c                                  |     11 +-
 examples/myset.c                                   |      9 +-
 examples/mysparse.c                                |     43 +-
 examples/mystring.c                                |     17 +-
 examples/mystruct.c                                |      9 +-
 examples/oct_demo.cc                               |     84 +
 examples/oregonator.cc                             |      2 +-
 examples/paramdemo.cc                              |     26 +-
 examples/standalone.cc                             |     12 +-
 examples/stringdemo.cc                             |     16 +-
 examples/structdemo.cc                             |     13 +-
 examples/unwinddemo.cc                             |     15 +-
 libcruft/Makefile.am                               |    102 -
 libcruft/Makefile.in                               |   5141 -
 libcruft/blas-xtra/cconv2.f                        |     77 -
 libcruft/blas-xtra/cdotc3.f                        |     59 -
 libcruft/blas-xtra/cmatm3.f                        |     69 -
 libcruft/blas-xtra/csconv2.f                       |     83 -
 libcruft/blas-xtra/dconv2.f                        |     77 -
 libcruft/blas-xtra/ddot3.f                         |     60 -
 libcruft/blas-xtra/dmatm3.f                        |     69 -
 libcruft/blas-xtra/sconv2.f                        |     77 -
 libcruft/blas-xtra/sdot3.f                         |     59 -
 libcruft/blas-xtra/smatm3.f                        |     69 -
 libcruft/blas-xtra/zconv2.f                        |     77 -
 libcruft/blas-xtra/zdconv2.f                       |     83 -
 libcruft/blas-xtra/zdotc3.f                        |     59 -
 libcruft/blas-xtra/zmatm3.f                        |     69 -
 libcruft/lapack-xtra/crsf2csf.f                    |    101 -
 libcruft/lapack-xtra/zrsf2csf.f                    |    101 -
 libcruft/link-deps.mk                              |     30 -
 libcruft/misc/blaswrap.c                           |    290 -
 libcruft/misc/cquit.c                              |    254 -
 libcruft/misc/f77-extern.cc                        |     35 -
 libcruft/misc/f77-fcn.c                            |     64 -
 libcruft/misc/f77-fcn.h                            |    229 -
 libcruft/misc/lo-error.c                           |    137 -
 libcruft/misc/lo-error.h                           |     68 -
 libcruft/misc/quit.cc                              |    105 -
 libcruft/misc/quit.h                               |    231 -
 libcruft/mkf77def.in                               |     60 -
 libcruft/ranlib/module.mk                          |     47 -
 libcruft/slatec-fn/atanh.f                         |     72 -
 libcruft/slatec-fn/datanh.f                        |     83 -
 libcruft/slatec-fn/derf.f                          |     83 -
 libcruft/slatec-fn/derfc.f                         |    226 -
 libcruft/slatec-fn/erfc.f                          |    156 -
 libcruft/slatec-fn/module.mk                       |     67 -
 libgnu/Makefile.am                                 |   3230 +-
 libgnu/Makefile.in                                 |   1035 +-
 libgnu/alloca.c                                    |      2 -
 libgnu/alloca.in.h                                 |     17 +-
 libgnu/areadlink-with-size.c                       |    104 +
 libgnu/areadlink.h                                 |     33 +
 libgnu/asnprintf.c                                 |      7 +-
 libgnu/asprintf.c                                  |      7 +-
 libgnu/at-func.c                                   |     37 +-
 libgnu/base64.c                                    |    574 +
 libgnu/base64.h                                    |     68 +
 libgnu/basename-lgpl.c                             |      4 +-
 libgnu/basename.c                                  |     58 +
 libgnu/bitrotate.c                                 |      3 +
 libgnu/bitrotate.h                                 |    136 +
 libgnu/c-ctype.c                                   |      7 +-
 libgnu/c-ctype.h                                   |     10 +-
 libgnu/c-strcase.h                                 |     59 -
 libgnu/c-strcasecmp.c                              |     59 -
 libgnu/c-strncasecmp.c                             |     59 -
 libgnu/canonicalize-lgpl.c                         |     91 +-
 libgnu/canonicalize.c                              |    354 +
 libgnu/canonicalize.h                              |     48 +
 libgnu/chdir-long.c                                |     12 +-
 libgnu/chdir-long.h                                |      4 +-
 libgnu/cloexec.c                                   |      4 +-
 libgnu/cloexec.h                                   |      4 +-
 libgnu/close.c                                     |      4 +-
 libgnu/closedir.c                                  |      4 +-
 libgnu/config.charset                              |      7 +-
 libgnu/copysign.c                                  |      4 +-
 libgnu/copysignf.c                                 |      4 +-
 libgnu/dirent-private.h                            |      4 +-
 libgnu/dirent.in.h                                 |     13 +-
 libgnu/dirfd.c                                     |      4 +-
 libgnu/dirname-lgpl.c                              |      4 +-
 libgnu/dirname.c                                   |     38 +
 libgnu/dirname.h                                   |      4 +-
 libgnu/dosname.h                                   |      4 +-
 libgnu/dup-safer.c                                 |      4 +-
 libgnu/dup.c                                       |      6 +-
 libgnu/dup2.c                                      |     11 +-
 libgnu/errno.in.h                                  |     60 +-
 libgnu/error.c                                     |     10 +-
 libgnu/error.h                                     |      4 +-
 libgnu/exitfail.c                                  |      4 +-
 libgnu/exitfail.h                                  |      4 +-
 libgnu/fchdir.c                                    |      4 +-
 libgnu/fclose.c                                    |      4 +-
 libgnu/fcntl.c                                     |      6 +-
 libgnu/fcntl.in.h                                  |     28 +-
 libgnu/fd-hook.c                                   |      4 +-
 libgnu/fd-hook.h                                   |      4 +-
 libgnu/fd-safer.c                                  |      4 +-
 libgnu/fdopendir.c                                 |      4 +-
 libgnu/fflush.c                                    |     41 +-
 libgnu/file-set.c                                  |     74 +
 libgnu/file-set.h                                  |     15 +
 libgnu/filemode.c                                  |      6 +-
 libgnu/filemode.h                                  |      6 +-
 libgnu/filename.h                                  |      4 +-
 libgnu/filenamecat-lgpl.c                          |      4 +-
 libgnu/filenamecat.h                               |      4 +-
 libgnu/float+.h                                    |      7 +-
 libgnu/float.c                                     |      4 +-
 libgnu/float.in.h                                  |      4 +-
 libgnu/floor.c                                     |     10 +-
 libgnu/floorf.c                                    |     20 +
 libgnu/fnmatch.c                                   |     11 +-
 libgnu/fnmatch.in.h                                |      7 +-
 libgnu/fnmatch_loop.c                              |     13 +-
 libgnu/fopen.c                                     |      6 +-
 libgnu/fpucw.h                                     |    108 +
 libgnu/fpurge.c                                    |     15 +-
 libgnu/freading.c                                  |     10 +-
 libgnu/freading.h                                  |      6 +-
 libgnu/frexp.c                                     |    168 +
 libgnu/frexpf.c                                    |     26 +
 libgnu/fseek.c                                     |      4 +-
 libgnu/fseeko.c                                    |     34 +-
 libgnu/fstat.c                                     |     14 +-
 libgnu/fstatat.c                                   |      8 +-
 libgnu/ftell.c                                     |      4 +-
 libgnu/ftello.c                                    |     12 +-
 libgnu/getcwd-lgpl.c                               |      5 +-
 libgnu/getcwd.c                                    |     12 +-
 libgnu/getdtablesize.c                             |     39 +-
 libgnu/gethostname.c                               |      4 +-
 libgnu/getlogin_r.c                                |      7 +-
 libgnu/getopt.c                                    |      4 +-
 libgnu/getopt.in.h                                 |      6 +-
 libgnu/getopt1.c                                   |      4 +-
 libgnu/getopt_int.h                                |      4 +-
 libgnu/gettext.h                                   |     16 +-
 libgnu/gettimeofday.c                              |     18 +-
 libgnu/glob-libc.h                                 |      4 +-
 libgnu/glob.c                                      |     17 +-
 libgnu/glob.in.h                                   |     10 +-
 libgnu/gnulib.mk                                   |   2842 -
 libgnu/hash-pjw.c                                  |     40 +
 libgnu/hash-pjw.h                                  |     23 +
 libgnu/hash-triple.c                               |     77 +
 libgnu/hash-triple.h                               |     24 +
 libgnu/hash.c                                      |   1233 +
 libgnu/hash.h                                      |    107 +
 libgnu/intprops.h                                  |      6 +-
 libgnu/isatty.c                                    |     30 +-
 libgnu/isnan.c                                     |     22 +-
 libgnu/isnand-nolibm.h                             |      4 +-
 libgnu/isnand.c                                    |      4 +-
 libgnu/isnanf-nolibm.h                             |     11 +-
 libgnu/isnanf.c                                    |      4 +-
 libgnu/isnanl-nolibm.h                             |      4 +-
 libgnu/isnanl.c                                    |      4 +-
 libgnu/itold.c                                     |      4 +-
 libgnu/link.c                                      |      7 +-
 libgnu/localcharset.c                              |     21 +-
 libgnu/localcharset.h                              |      7 +-
 libgnu/lseek.c                                     |     11 +-
 libgnu/lstat.c                                     |      6 +-
 libgnu/malloc.c                                    |      7 +-
 libgnu/malloca.c                                   |     42 +-
 libgnu/malloca.h                                   |     11 +-
 libgnu/math.c                                      |      3 +
 libgnu/math.in.h                                   |    989 +-
 libgnu/mbrtowc.c                                   |     26 +-
 libgnu/mbsinit.c                                   |      4 +-
 libgnu/mbsrtowcs-impl.h                            |      4 +-
 libgnu/mbsrtowcs-state.c                           |      6 +-
 libgnu/mbsrtowcs.c                                 |      4 +-
 libgnu/md5.c                                       |     15 +-
 libgnu/md5.h                                       |      7 +-
 libgnu/memchr.c                                    |      4 +-
 libgnu/mempcpy.c                                   |      7 +-
 libgnu/memrchr.c                                   |      4 +-
 libgnu/mkdir.c                                     |      4 +-
 libgnu/mkfifo.c                                    |      4 +-
 libgnu/mkostemp.c                                  |      4 +-
 libgnu/mkstemp.c                                   |     52 -
 libgnu/mktime-internal.h                           |      2 -
 libgnu/mktime.c                                    |    398 +-
 libgnu/msvc-inval.c                                |     13 +-
 libgnu/msvc-inval.h                                |      7 +-
 libgnu/msvc-nothrow.c                              |      7 +-
 libgnu/msvc-nothrow.h                              |      7 +-
 libgnu/nanosleep.c                                 |      4 +-
 libgnu/nproc.c                                     |     13 +-
 libgnu/nproc.h                                     |      7 +-
 libgnu/open.c                                      |      6 +-
 libgnu/openat-die.c                                |      4 +-
 libgnu/openat-priv.h                               |      4 +-
 libgnu/openat-proc.c                               |      4 +-
 libgnu/openat.c                                    |      6 +-
 libgnu/openat.h                                    |     37 +-
 libgnu/opendir.c                                   |      4 +-
 libgnu/pathmax.h                                   |      7 +-
 libgnu/pipe-safer.c                                |      4 +-
 libgnu/printf-args.c                               |      7 +-
 libgnu/printf-args.h                               |      7 +-
 libgnu/printf-parse.c                              |      9 +-
 libgnu/printf-parse.h                              |      7 +-
 libgnu/progname.c                                  |      4 +-
 libgnu/progname.h                                  |      4 +-
 libgnu/putenv.c                                    |    194 +
 libgnu/raise.c                                     |      6 +-
 libgnu/readdir.c                                   |      4 +-
 libgnu/readlink.c                                  |      4 +-
 libgnu/realloc.c                                   |      4 +-
 libgnu/ref-add.sin                                 |      5 +-
 libgnu/ref-del.sin                                 |      5 +-
 libgnu/rename.c                                    |      4 +-
 libgnu/rewinddir.c                                 |      4 +-
 libgnu/rmdir.c                                     |      4 +-
 libgnu/round.c                                     |     14 +-
 libgnu/roundf.c                                    |      7 +-
 libgnu/same-inode.h                                |      4 +-
 libgnu/same.c                                      |    123 +
 libgnu/same.h                                      |     25 +
 libgnu/save-cwd.c                                  |      4 +-
 libgnu/save-cwd.h                                  |      4 +-
 libgnu/secure_getenv.c                             |     41 +
 libgnu/select.c                                    |     95 +-
 libgnu/sig-handler.c                               |      3 +
 libgnu/sig-handler.h                               |     16 +-
 libgnu/sigaction.c                                 |      4 +-
 libgnu/signal.in.h                                 |     30 +-
 libgnu/signbitd.c                                  |      4 +-
 libgnu/signbitf.c                                  |      4 +-
 libgnu/signbitl.c                                  |      4 +-
 libgnu/sigprocmask.c                               |      6 +-
 libgnu/size_max.h                                  |      7 +-
 libgnu/sleep.c                                     |      6 +-
 libgnu/sockets.c                                   |      4 +-
 libgnu/sockets.h                                   |      4 +-
 libgnu/stat.c                                      |     21 +-
 libgnu/stdalign.in.h                               |     46 +-
 libgnu/stdbool.in.h                                |     58 +-
 libgnu/stddef.in.h                                 |      7 +-
 libgnu/stdint.in.h                                 |     69 +-
 libgnu/stdio-impl.h                                |     12 +-
 libgnu/stdio.in.h                                  |     50 +-
 libgnu/stdlib.in.h                                 |    186 +-
 libgnu/strcasecmp.c                                |      7 +-
 libgnu/strdup.c                                    |      7 +-
 libgnu/streq.h                                     |     12 +-
 libgnu/strerror-override.c                         |     25 +-
 libgnu/strerror-override.h                         |     12 +-
 libgnu/strerror.c                                  |      4 +-
 libgnu/strftime.c                                  |     20 +-
 libgnu/strftime.h                                  |      4 +-
 libgnu/string.in.h                                 |     30 +-
 libgnu/strings.in.h                                |      7 +-
 libgnu/stripslash.c                                |      4 +-
 libgnu/strncasecmp.c                               |      7 +-
 libgnu/strndup.c                                   |     36 +
 libgnu/strnlen.c                                   |     30 +
 libgnu/strnlen1.c                                  |      4 +-
 libgnu/strnlen1.h                                  |      4 +-
 libgnu/strptime.c                                  |     18 +-
 libgnu/symlink.c                                   |      4 +-
 libgnu/sys_select.in.h                             |     55 +-
 libgnu/sys_socket.c                                |      3 +
 libgnu/sys_socket.in.h                             |     21 +-
 libgnu/sys_stat.in.h                               |     78 +-
 libgnu/sys_time.in.h                               |    207 +-
 libgnu/sys_times.in.h                              |      7 +-
 libgnu/sys_types.in.h                              |     19 +-
 libgnu/sys_uio.in.h                                |      7 +-
 libgnu/sys_utsname.in.h                            |    108 +
 libgnu/tempname.c                                  |     11 +-
 libgnu/tempname.h                                  |      4 +-
 libgnu/time.in.h                                   |      7 +-
 libgnu/time_r.c                                    |      7 +-
 libgnu/times.c                                     |      7 +-
 libgnu/tmpdir.c                                    |     24 +-
 libgnu/tmpdir.h                                    |      4 +-
 libgnu/tmpfile.c                                   |      9 +-
 libgnu/trunc.c                                     |     10 +-
 libgnu/truncf.c                                    |      4 +-
 libgnu/uname.c                                     |    268 +
 libgnu/unistd--.h                                  |      4 +-
 libgnu/unistd-safer.h                              |      4 +-
 libgnu/unistd.c                                    |      3 +
 libgnu/unistd.in.h                                 |     69 +-
 libgnu/unlink.c                                    |      4 +-
 libgnu/vasnprintf.c                                |     18 +-
 libgnu/vasnprintf.h                                |      7 +-
 libgnu/vasprintf.c                                 |      7 +-
 libgnu/verify.h                                    |    144 +-
 libgnu/w32sock.h                                   |      8 +-
 libgnu/wchar.in.h                                  |     74 +-
 libgnu/wctype-h.c                                  |      4 +
 libgnu/wctype.in.h                                 |     55 +-
 libgnu/xalloc-die.c                                |     41 +
 libgnu/xalloc-oversized.h                          |     38 +
 libgnu/xalloc.h                                    |    263 +
 libgnu/xgetcwd.c                                   |     41 +
 libgnu/xgetcwd.h                                   |     17 +
 libgnu/xmalloc.c                                   |    122 +
 libgnu/xsize.c                                     |      3 +
 libgnu/xsize.h                                     |     27 +-
 libgnu/xstrndup.c                                  |     36 +
 libgnu/xstrndup.h                                  |     23 +
 libgui/Makefile.am                                 |    121 +
 libgui/Makefile.in                                 |   4014 +
 libgui/default-qt-settings.in                      |    602 +
 libgui/languages/be_BY.ts                          |   3571 +
 libgui/languages/de_DE.ts                          |   2075 +
 libgui/languages/en_US.ts                          |   2015 +
 libgui/languages/es_ES.ts                          |   2083 +
 libgui/languages/fr_FR.ts                          |   2040 +
 libgui/languages/nl_NL.ts                          |   3630 +
 libgui/languages/pt_BR.ts                          |   2093 +
 libgui/languages/pt_PT.ts                          |   2766 +
 libgui/languages/ru_RU.ts                          |   2035 +
 libgui/languages/uk_UA.ts                          |   2681 +
 libgui/link-deps.mk                                |     21 +
 libgui/qterminal-module.mk                         |     92 +
 libgui/qterminal/libqterminal/QTerminal.cc         |    121 +
 libgui/qterminal/libqterminal/QTerminal.h          |    155 +
 libgui/qterminal/libqterminal/unix/BlockArray.cpp  |    336 +
 libgui/qterminal/libqterminal/unix/BlockArray.h    |    118 +
 libgui/qterminal/libqterminal/unix/Character.h     |    205 +
 .../qterminal/libqterminal/unix/CharacterColor.h   |    292 +
 libgui/qterminal/libqterminal/unix/Emulation.cpp   |    426 +
 libgui/qterminal/libqterminal/unix/Emulation.h     |    456 +
 .../libqterminal/unix/ExtendedDefaultTranslator.h  |     74 +
 libgui/qterminal/libqterminal/unix/Filter.cpp      |    555 +
 libgui/qterminal/libqterminal/unix/Filter.h        |    379 +
 libgui/qterminal/libqterminal/unix/History.cpp     |    696 +
 libgui/qterminal/libqterminal/unix/History.h       |    330 +
 .../libqterminal/unix/KeyboardTranslator.cpp       |    888 +
 .../libqterminal/unix/KeyboardTranslator.h         |    650 +
 libgui/qterminal/libqterminal/unix/LineFont.h      |     21 +
 .../libqterminal/unix/QUnixTerminalImpl.cpp        |    210 +
 .../libqterminal/unix/QUnixTerminalImpl.h          |     70 +
 libgui/qterminal/libqterminal/unix/Screen.cpp      |   1566 +
 libgui/qterminal/libqterminal/unix/Screen.h        |    655 +
 .../qterminal/libqterminal/unix/ScreenWindow.cpp   |    294 +
 libgui/qterminal/libqterminal/unix/ScreenWindow.h  |    252 +
 .../qterminal/libqterminal/unix/SelfListener.cpp   |     38 +
 libgui/qterminal/libqterminal/unix/SelfListener.h  |     40 +
 .../libqterminal/unix/TerminalCharacterDecoder.cpp |    224 +
 .../libqterminal/unix/TerminalCharacterDecoder.h   |    134 +
 .../qterminal/libqterminal/unix/TerminalModel.cpp  |    414 +
 libgui/qterminal/libqterminal/unix/TerminalModel.h |    371 +
 .../qterminal/libqterminal/unix/TerminalView.cpp   |   2712 +
 libgui/qterminal/libqterminal/unix/TerminalView.h  |    741 +
 .../qterminal/libqterminal/unix/Vt102Emulation.cpp |   1261 +
 .../qterminal/libqterminal/unix/Vt102Emulation.h   |    187 +
 .../libqterminal/unix/konsole_wcwidth.cpp          |    216 +
 .../qterminal/libqterminal/unix/konsole_wcwidth.h  |     24 +
 libgui/qterminal/libqterminal/unix/kpty.cpp        |    484 +
 libgui/qterminal/libqterminal/unix/kpty.h          |    166 +
 libgui/qterminal/libqterminal/unix/kpty_p.h        |     50 +
 .../libqterminal/win32/QTerminalColors.cpp         |     49 +
 .../qterminal/libqterminal/win32/QTerminalColors.h |     39 +
 .../libqterminal/win32/QWinTerminalImpl.cpp        |   1551 +
 .../libqterminal/win32/QWinTerminalImpl.h          |    103 +
 libgui/src/color-picker.cc                         |     71 +
 libgui/src/color-picker.h                          |     49 +
 libgui/src/dialog.cc                               |    504 +
 libgui/src/dialog.h                                |    269 +
 libgui/src/documentation-dock-widget.cc            |     65 +
 libgui/src/documentation-dock-widget.h             |     48 +
 libgui/src/files-dock-widget.cc                    |    887 +
 libgui/src/files-dock-widget.h                     |    164 +
 libgui/src/find-files-dialog.cc                    |    405 +
 libgui/src/find-files-dialog.h                     |     79 +
 libgui/src/find-files-model.cc                     |    219 +
 libgui/src/find-files-model.h                      |     64 +
 libgui/src/history-dock-widget.cc                  |    224 +
 libgui/src/history-dock-widget.h                   |     79 +
 libgui/src/icons/arrow_down.png                    |    Bin 0 -> 471 bytes
 libgui/src/icons/arrow_left.png                    |    Bin 0 -> 462 bytes
 libgui/src/icons/arrow_right.png                   |    Bin 0 -> 475 bytes
 libgui/src/icons/arrow_up.png                      |    Bin 0 -> 477 bytes
 libgui/src/icons/artsbuilderexecute.png            |    Bin 0 -> 1382 bytes
 libgui/src/icons/bookmark.png                      |    Bin 0 -> 390 bytes
 libgui/src/icons/bp_next.png                       |    Bin 0 -> 1173 bytes
 libgui/src/icons/bp_prev.png                       |    Bin 0 -> 1159 bytes
 libgui/src/icons/bp_rm_all.png                     |    Bin 0 -> 803 bytes
 libgui/src/icons/bp_toggle.png                     |    Bin 0 -> 2608 bytes
 libgui/src/icons/chat.png                          |    Bin 0 -> 15258 bytes
 libgui/src/icons/configure.png                     |    Bin 0 -> 2548 bytes
 libgui/src/icons/db_cont.png                       |    Bin 0 -> 1730 bytes
 libgui/src/icons/db_step.png                       |    Bin 0 -> 1251 bytes
 libgui/src/icons/db_step_in.png                    |    Bin 0 -> 1377 bytes
 libgui/src/icons/db_step_out.png                   |    Bin 0 -> 1189 bytes
 libgui/src/icons/db_stop.png                       |    Bin 0 -> 1010 bytes
 libgui/src/icons/editcopy.png                      |    Bin 0 -> 1075 bytes
 libgui/src/icons/editcut.png                       |    Bin 0 -> 1379 bytes
 libgui/src/icons/editdelete.png                    |    Bin 0 -> 2552 bytes
 libgui/src/icons/editpaste.png                     |    Bin 0 -> 1550 bytes
 libgui/src/icons/fileclose.png                     |    Bin 0 -> 2449 bytes
 libgui/src/icons/filenew.png                       |    Bin 0 -> 410 bytes
 libgui/src/icons/fileopen.png                      |    Bin 0 -> 1365 bytes
 libgui/src/icons/fileprint.png                     |    Bin 0 -> 1482 bytes
 libgui/src/icons/filesave.png                      |    Bin 0 -> 1440 bytes
 libgui/src/icons/filesaveas.png                    |    Bin 0 -> 1942 bytes
 libgui/src/icons/find.png                          |    Bin 0 -> 1777 bytes
 libgui/src/icons/folder_new.png                    |    Bin 0 -> 1713 bytes
 libgui/src/icons/gear.png                          |    Bin 0 -> 2373 bytes
 .../icons/graphic_logo_DocumentationDockWidget.png |    Bin 0 -> 1863 bytes
 libgui/src/icons/graphic_logo_FileEditor.png       |    Bin 0 -> 1566 bytes
 libgui/src/icons/graphic_logo_FilesDockWidget.png  |    Bin 0 -> 1595 bytes
 .../src/icons/graphic_logo_HistoryDockWidget.png   |    Bin 0 -> 1540 bytes
 libgui/src/icons/graphic_logo_NewsDockWidget.png   |    Bin 0 -> 1589 bytes
 libgui/src/icons/graphic_logo_ReleaseWidget.png    |    Bin 0 -> 1594 bytes
 .../src/icons/graphic_logo_TerminalDockWidget.png  |    Bin 0 -> 1597 bytes
 libgui/src/icons/graphic_logo_WorkspaceView.png    |    Bin 0 -> 2024 bytes
 libgui/src/icons/help_index.png                    |    Bin 0 -> 22733 bytes
 libgui/src/icons/home.png                          |    Bin 0 -> 5491 bytes
 libgui/src/icons/icons_license                     |    323 +
 libgui/src/icons/jabber_protocol.png               |    Bin 0 -> 11050 bytes
 .../icons/letter_logo_DocumentationDockWidget.png  |    Bin 0 -> 1928 bytes
 libgui/src/icons/letter_logo_FileEditor.png        |    Bin 0 -> 1785 bytes
 libgui/src/icons/letter_logo_FilesDockWidget.png   |    Bin 0 -> 1757 bytes
 libgui/src/icons/letter_logo_HistoryDockWidget.png |    Bin 0 -> 1825 bytes
 libgui/src/icons/letter_logo_NewsDockWidget.png    |    Bin 0 -> 1882 bytes
 libgui/src/icons/letter_logo_ReleaseWidget.png     |    Bin 0 -> 1937 bytes
 .../src/icons/letter_logo_TerminalDockWidget.png   |    Bin 0 -> 1933 bytes
 libgui/src/icons/letter_logo_WorkspaceView.png     |    Bin 0 -> 2077 bytes
 libgui/src/icons/logo.png                          |    Bin 0 -> 9816 bytes
 libgui/src/icons/ok.png                            |    Bin 0 -> 1518 bytes
 libgui/src/icons/question.png                      |    Bin 0 -> 1903 bytes
 libgui/src/icons/redled.png                        |    Bin 0 -> 428 bytes
 libgui/src/icons/redo.png                          |    Bin 0 -> 1895 bytes
 libgui/src/icons/reload.png                        |    Bin 0 -> 2013 bytes
 libgui/src/icons/search.png                        |    Bin 0 -> 1567 bytes
 libgui/src/icons/star.png                          |    Bin 0 -> 1468 bytes
 libgui/src/icons/stop.png                          |    Bin 0 -> 358 bytes
 libgui/src/icons/terminal.png                      |    Bin 0 -> 7757 bytes
 libgui/src/icons/undo.png                          |    Bin 0 -> 2035 bytes
 libgui/src/icons/up.png                            |    Bin 0 -> 1604 bytes
 libgui/src/icons/warning.png                       |    Bin 0 -> 9768 bytes
 libgui/src/icons/widget-close.png                  |    Bin 0 -> 220 bytes
 libgui/src/icons/widget-dock.png                   |    Bin 0 -> 199 bytes
 libgui/src/icons/widget-undock.png                 |    Bin 0 -> 210 bytes
 libgui/src/icons/zoom-in.png                       |    Bin 0 -> 415 bytes
 libgui/src/icons/zoom-out.png                      |    Bin 0 -> 355 bytes
 libgui/src/m-editor/file-editor-interface.h        |     81 +
 libgui/src/m-editor/file-editor-tab.cc             |   1507 +
 libgui/src/m-editor/file-editor-tab.h              |    221 +
 libgui/src/m-editor/file-editor.cc                 |   1479 +
 libgui/src/m-editor/file-editor.h                  |    246 +
 libgui/src/m-editor/find-dialog.cc                 |    320 +
 libgui/src/m-editor/find-dialog.h                  |    114 +
 libgui/src/m-editor/octave-qscintilla.cc           |    189 +
 libgui/src/m-editor/octave-qscintilla.h            |     68 +
 libgui/src/main-window.cc                          |   2250 +
 libgui/src/main-window.h                           |    383 +
 libgui/src/module.mk                               |    205 +
 libgui/src/octave-dock-widget.cc                   |    264 +
 libgui/src/octave-dock-widget.h                    |    116 +
 libgui/src/octave-gui.cc                           |    206 +
 libgui/src/octave-gui.h                            |     29 +
 libgui/src/octave-interpreter.cc                   |     53 +
 libgui/src/octave-interpreter.h                    |     54 +
 libgui/src/octave-qt-link.cc                       |    555 +
 libgui/src/octave-qt-link.h                        |    193 +
 libgui/src/qtinfo/parser.cc                        |    660 +
 libgui/src/qtinfo/parser.h                         |    122 +
 libgui/src/qtinfo/webinfo.cc                       |    280 +
 libgui/src/qtinfo/webinfo.h                        |     70 +
 libgui/src/resource-manager.cc                     |    306 +
 libgui/src/resource-manager.h                      |    134 +
 libgui/src/resource.qrc                            |     71 +
 libgui/src/settings-dialog.cc                      |    705 +
 libgui/src/settings-dialog.h                       |     67 +
 libgui/src/settings-dialog.ui                      |   1661 +
 libgui/src/terminal-dock-widget.cc                 |     70 +
 libgui/src/terminal-dock-widget.h                  |     57 +
 libgui/src/thread-manager.cc                       |    143 +
 libgui/src/thread-manager.h                        |     92 +
 libgui/src/welcome-wizard.cc                       |    342 +
 libgui/src/welcome-wizard.h                        |    135 +
 libgui/src/workspace-model.cc                      |    299 +
 libgui/src/workspace-model.h                       |    112 +
 libgui/src/workspace-view.cc                       |    278 +
 libgui/src/workspace-view.h                        |     83 +
 libinterp/DOCSTRINGS                               |  15281 +++
 libinterp/Makefile.am                              |    377 +
 libinterp/Makefile.in                              |   8613 ++
 libinterp/builtin-defun-decls.h                    |    717 +
 libinterp/builtins.h                               |     32 +
 libinterp/config-features.sh                       |     36 +
 libinterp/corefcn/Cell.cc                          |    320 +
 libinterp/corefcn/Cell.h                           |    150 +
 libinterp/corefcn/__contourc__.cc                  |    338 +
 libinterp/corefcn/__dispatch__.cc                  |    136 +
 libinterp/corefcn/__lin_interpn__.cc               |    362 +
 libinterp/corefcn/__pchip_deriv__.cc               |    168 +
 libinterp/corefcn/__qp__.cc                        |    535 +
 libinterp/corefcn/balance.cc                       |    389 +
 libinterp/corefcn/besselj.cc                       |   1247 +
 libinterp/corefcn/betainc.cc                       |    491 +
 libinterp/corefcn/bitfcns.cc                       |    853 +
 libinterp/corefcn/bsxfun.cc                        |    825 +
 libinterp/corefcn/c-file-ptr-stream.cc             |    362 +
 libinterp/corefcn/c-file-ptr-stream.h              |    232 +
 libinterp/corefcn/cellfun.cc                       |   2539 +
 libinterp/corefcn/colloc.cc                        |    139 +
 libinterp/corefcn/comment-list.cc                  |     45 +
 libinterp/corefcn/comment-list.h                   |    101 +
 libinterp/corefcn/conv2.cc                         |    573 +
 libinterp/corefcn/cutils.c                         |     60 +
 libinterp/corefcn/cutils.h                         |     43 +
 libinterp/corefcn/daspk.cc                         |    480 +
 libinterp/corefcn/dasrt.cc                         |    588 +
 libinterp/corefcn/dassl.cc                         |    568 +
 libinterp/corefcn/data.cc                          |   7531 +
 libinterp/corefcn/data.h                           |     34 +
 libinterp/corefcn/debug.cc                         |   1480 +
 libinterp/corefcn/debug.h                          |    143 +
 libinterp/corefcn/defaults.cc                      |    615 +
 libinterp/corefcn/defaults.in.h                    |    234 +
 libinterp/corefcn/defun-dld.h                      |     71 +
 libinterp/corefcn/defun-int.h                      |    189 +
 libinterp/corefcn/defun.cc                         |    205 +
 libinterp/corefcn/defun.h                          |     66 +
 libinterp/corefcn/det.cc                           |    258 +
 libinterp/corefcn/dirfns.cc                        |    802 +
 libinterp/corefcn/dirfns.h                         |     35 +
 libinterp/corefcn/display.cc                       |    188 +
 libinterp/corefcn/display.h                        |    126 +
 libinterp/corefcn/dlmread.cc                       |    522 +
 libinterp/corefcn/dot.cc                           |    383 +
 libinterp/corefcn/dynamic-ld.cc                    |    477 +
 libinterp/corefcn/dynamic-ld.h                     |    100 +
 libinterp/corefcn/eig.cc                           |    334 +
 libinterp/corefcn/ellipj.cc                        |    941 +
 libinterp/corefcn/error.cc                         |   2041 +
 libinterp/corefcn/error.h                          |    145 +
 libinterp/corefcn/event-queue.h                    |    125 +
 libinterp/corefcn/fft.cc                           |    321 +
 libinterp/corefcn/fft2.cc                          |    294 +
 libinterp/corefcn/fftn.cc                          |    189 +
 libinterp/corefcn/file-io.cc                       |   2291 +
 libinterp/corefcn/file-io.h                        |     36 +
 libinterp/corefcn/filter.cc                        |    743 +
 libinterp/corefcn/find.cc                          |    622 +
 libinterp/corefcn/gammainc.cc                      |    234 +
 libinterp/corefcn/gcd.cc                           |    528 +
 libinterp/corefcn/getgrent.cc                      |    215 +
 libinterp/corefcn/getpwent.cc                      |    219 +
 libinterp/corefcn/getrusage.cc                     |    205 +
 libinterp/corefcn/givens.cc                        |    214 +
 libinterp/corefcn/gl-render.cc                     |   3114 +
 libinterp/corefcn/gl-render.h                      |    211 +
 libinterp/corefcn/gl2ps-renderer.cc                |    253 +
 libinterp/corefcn/gl2ps-renderer.h                 |     89 +
 libinterp/corefcn/graphics-props.cc                |   6853 +
 libinterp/corefcn/graphics.cc                      |  10564 ++
 libinterp/corefcn/graphics.in.h                    |   5906 +
 libinterp/corefcn/gripes.cc                        |    247 +
 libinterp/corefcn/gripes.h                         |    134 +
 libinterp/corefcn/help.cc                          |   1517 +
 libinterp/corefcn/help.h                           |     56 +
 libinterp/corefcn/hess.cc                          |    190 +
 libinterp/corefcn/hex2num.cc                       |    317 +
 libinterp/corefcn/hook-fcn.cc                      |     41 +
 libinterp/corefcn/hook-fcn.h                       |    262 +
 libinterp/corefcn/input.cc                         |   1448 +
 libinterp/corefcn/input.h                          |    290 +
 libinterp/corefcn/inv.cc                           |    250 +
 libinterp/corefcn/jit-ir.cc                        |    845 +
 libinterp/corefcn/jit-ir.h                         |   1435 +
 libinterp/corefcn/jit-typeinfo.cc                  |   2277 +
 libinterp/corefcn/jit-typeinfo.h                   |    852 +
 libinterp/corefcn/jit-util.cc                      |     51 +
 libinterp/corefcn/jit-util.h                       |    209 +
 libinterp/corefcn/kron.cc                          |    322 +
 libinterp/corefcn/load-path.cc                     |   2341 +
 libinterp/corefcn/load-path.h                      |    577 +
 libinterp/corefcn/load-save.cc                     |   1916 +
 libinterp/corefcn/load-save.h                      |     99 +
 libinterp/corefcn/lookup.cc                        |    398 +
 libinterp/corefcn/ls-ascii-helper.cc               |    175 +
 libinterp/corefcn/ls-ascii-helper.h                |     38 +
 libinterp/corefcn/ls-hdf5.cc                       |    957 +
 libinterp/corefcn/ls-hdf5.h                        |    214 +
 libinterp/corefcn/ls-mat-ascii.cc                  |    424 +
 libinterp/corefcn/ls-mat-ascii.h                   |     37 +
 libinterp/corefcn/ls-mat4.cc                       |    589 +
 libinterp/corefcn/ls-mat4.h                        |     45 +
 libinterp/corefcn/ls-mat5.cc                       |   2768 +
 libinterp/corefcn/ls-mat5.h                        |     61 +
 libinterp/corefcn/ls-oct-ascii.cc                  |    433 +
 libinterp/corefcn/ls-oct-ascii.h                   |    189 +
 libinterp/corefcn/ls-oct-binary.cc                 |    307 +
 libinterp/corefcn/ls-oct-binary.h                  |     37 +
 libinterp/corefcn/ls-utils.cc                      |     88 +
 libinterp/corefcn/ls-utils.h                       |     32 +
 libinterp/corefcn/lsode.cc                         |    548 +
 libinterp/corefcn/lu.cc                            |    858 +
 libinterp/corefcn/luinc.cc                         |    395 +
 libinterp/corefcn/mappers.cc                       |   2228 +
 libinterp/corefcn/matherr.c                        |     53 +
 libinterp/corefcn/matrix_type.cc                   |    633 +
 libinterp/corefcn/max.cc                           |    779 +
 libinterp/corefcn/md5sum.cc                        |    101 +
 libinterp/corefcn/mex.cc                           |   3459 +
 libinterp/corefcn/mex.h                            |    175 +
 libinterp/corefcn/mexproto.h                       |    313 +
 libinterp/corefcn/mgorth.cc                        |    156 +
 libinterp/corefcn/module.mk                        |    348 +
 libinterp/corefcn/mxarray.in.h                     |    533 +
 libinterp/corefcn/nproc.cc                         |     90 +
 libinterp/corefcn/oct-errno.h                      |     72 +
 libinterp/corefcn/oct-errno.in.cc                  |    345 +
 libinterp/corefcn/oct-fstrm.cc                     |    114 +
 libinterp/corefcn/oct-fstrm.h                      |     86 +
 libinterp/corefcn/oct-handle.h                     |    147 +
 libinterp/corefcn/oct-hdf5.h                       |     30 +
 libinterp/corefcn/oct-hist.cc                      |    872 +
 libinterp/corefcn/oct-hist.h                       |     38 +
 libinterp/corefcn/oct-iostrm.cc                    |     89 +
 libinterp/corefcn/oct-iostrm.h                     |    154 +
 libinterp/corefcn/oct-lvalue.cc                    |     94 +
 libinterp/corefcn/oct-lvalue.h                     |    108 +
 libinterp/corefcn/oct-map.cc                       |   1783 +
 libinterp/corefcn/oct-map.h                        |    663 +
 libinterp/corefcn/oct-obj.cc                       |    284 +
 libinterp/corefcn/oct-obj.h                        |    318 +
 libinterp/corefcn/oct-prcstrm.cc                   |     70 +
 libinterp/corefcn/oct-prcstrm.h                    |     87 +
 libinterp/corefcn/oct-procbuf.cc                   |    222 +
 libinterp/corefcn/oct-procbuf.h                    |     79 +
 libinterp/corefcn/oct-stdstrm.h                    |    178 +
 libinterp/corefcn/oct-stream.cc                    |   4241 +
 libinterp/corefcn/oct-stream.h                     |    741 +
 libinterp/corefcn/oct-strstrm.cc                   |     66 +
 libinterp/corefcn/oct-strstrm.h                    |    176 +
 libinterp/corefcn/oct-tex-lexer.cc                 |   2962 +
 libinterp/corefcn/oct-tex-lexer.in.ll              |    171 +
 libinterp/corefcn/oct-tex-lexer.ll                 |    274 +
 libinterp/corefcn/oct-tex-parser.cc                |   2023 +
 libinterp/corefcn/oct-tex-parser.h                 |    138 +
 libinterp/corefcn/oct-tex-parser.yy                |    219 +
 libinterp/corefcn/oct-tex-symbols.cc               |    107 +
 libinterp/corefcn/oct-tex-symbols.in               |    113 +
 libinterp/corefcn/oct.h                            |     45 +
 libinterp/corefcn/octave-link.cc                   |    451 +
 libinterp/corefcn/octave-link.h                    |    468 +
 libinterp/corefcn/pager.cc                         |    721 +
 libinterp/corefcn/pager.h                          |    150 +
 libinterp/corefcn/pinv.cc                          |    192 +
 libinterp/corefcn/pr-output.cc                     |   4116 +
 libinterp/corefcn/pr-output.h                      |    271 +
 libinterp/corefcn/procstream.cc                    |     70 +
 libinterp/corefcn/procstream.h                     |    161 +
 libinterp/corefcn/profiler.cc                      |    470 +
 libinterp/corefcn/profiler.h                       |    190 +
 libinterp/corefcn/pt-jit.cc                        |   2383 +
 libinterp/corefcn/pt-jit.h                         |    444 +
 libinterp/corefcn/quad.cc                          |    519 +
 libinterp/corefcn/quadcc.cc                        |   2295 +
 libinterp/corefcn/qz.cc                            |   1292 +
 libinterp/corefcn/rand.cc                          |   1256 +
 libinterp/corefcn/rcond.cc                         |    103 +
 libinterp/corefcn/regexp.cc                        |   1463 +
 libinterp/corefcn/schur.cc                         |    382 +
 libinterp/corefcn/sighandlers.cc                   |   1155 +
 libinterp/corefcn/sighandlers.h                    |    185 +
 libinterp/corefcn/siglist.c                        |    238 +
 libinterp/corefcn/siglist.h                        |     47 +
 libinterp/corefcn/sparse-xdiv.cc                   |    635 +
 libinterp/corefcn/sparse-xdiv.h                    |     99 +
 libinterp/corefcn/sparse-xpow.cc                   |    767 +
 libinterp/corefcn/sparse-xpow.h                    |     57 +
 libinterp/corefcn/sparse.cc                        |    269 +
 libinterp/corefcn/spparms.cc                       |    208 +
 libinterp/corefcn/sqrtm.cc                         |    277 +
 libinterp/corefcn/str2double.cc                    |    418 +
 libinterp/corefcn/strfind.cc                       |    438 +
 libinterp/corefcn/strfns.cc                        |    980 +
 libinterp/corefcn/sub2ind.cc                       |    209 +
 libinterp/corefcn/svd.cc                           |    436 +
 libinterp/corefcn/syl.cc                           |    218 +
 libinterp/corefcn/symtab.cc                        |   1778 +
 libinterp/corefcn/symtab.h                         |   2897 +
 libinterp/corefcn/syscalls.cc                      |   1961 +
 libinterp/corefcn/sysdep.cc                        |    923 +
 libinterp/corefcn/sysdep.h                         |     58 +
 libinterp/corefcn/time.cc                          |    539 +
 libinterp/corefcn/toplev.cc                        |   1552 +
 libinterp/corefcn/toplev.h                         |    470 +
 libinterp/corefcn/tril.cc                          |    433 +
 libinterp/corefcn/txt-eng-ft.cc                    |   1085 +
 libinterp/corefcn/txt-eng-ft.h                     |    210 +
 libinterp/corefcn/txt-eng.cc                       |     39 +
 libinterp/corefcn/txt-eng.h                        |    451 +
 libinterp/corefcn/typecast.cc                      |    486 +
 libinterp/corefcn/urlwrite.cc                      |   1185 +
 libinterp/corefcn/utils.cc                         |   1445 +
 libinterp/corefcn/utils.h                          |    151 +
 libinterp/corefcn/variables.cc                     |   2652 +
 libinterp/corefcn/variables.h                      |    154 +
 libinterp/corefcn/workspace-element.h              |     89 +
 libinterp/corefcn/xdiv.cc                          |   1009 +
 libinterp/corefcn/xdiv.h                           |    151 +
 libinterp/corefcn/xnorm.cc                         |    212 +
 libinterp/corefcn/xnorm.h                          |     44 +
 libinterp/corefcn/xpow.cc                          |   2852 +
 libinterp/corefcn/xpow.h                           |    203 +
 libinterp/corefcn/zfstream.cc                      |    620 +
 libinterp/corefcn/zfstream.h                       |    515 +
 libinterp/dldfcn/__delaunayn__.cc                  |    249 +
 libinterp/dldfcn/__dsearchn__.cc                   |    115 +
 libinterp/dldfcn/__eigs__.cc                       |    623 +
 libinterp/dldfcn/__fltk_uigetfile__.cc             |    148 +
 libinterp/dldfcn/__glpk__.cc                       |    759 +
 libinterp/dldfcn/__init_fltk__.cc                  |   2257 +
 libinterp/dldfcn/__init_gnuplot__.cc               |    187 +
 libinterp/dldfcn/__magick_read__.cc                |   2256 +
 libinterp/dldfcn/__voronoi__.cc                    |    354 +
 libinterp/dldfcn/amd.cc                            |    206 +
 libinterp/dldfcn/ccolamd.cc                        |    586 +
 libinterp/dldfcn/chol.cc                           |   1393 +
 libinterp/dldfcn/colamd.cc                         |    772 +
 libinterp/dldfcn/config-module.awk                 |     77 +
 libinterp/dldfcn/config-module.sh                  |     19 +
 libinterp/dldfcn/convhulln.cc                      |    341 +
 libinterp/dldfcn/dmperm.cc                         |    229 +
 libinterp/dldfcn/fftw.cc                           |    381 +
 libinterp/dldfcn/module-files                      |     21 +
 libinterp/dldfcn/module.mk                         |    320 +
 libinterp/dldfcn/oct-qhull.h                       |     60 +
 libinterp/dldfcn/qr.cc                             |   1605 +
 libinterp/dldfcn/symbfact.cc                       |    364 +
 libinterp/dldfcn/symrcm.cc                         |    702 +
 libinterp/dldfcn/tsearch.cc                        |    186 +
 libinterp/find-defun-files.sh                      |     26 +
 libinterp/gendoc.pl                                |     73 +
 libinterp/genprops.awk                             |    825 +
 libinterp/link-deps.mk                             |     42 +
 libinterp/mk-errno-list                            |     52 +
 libinterp/mk-pkg-add                               |     53 +
 libinterp/mkbuiltins                               |    161 +
 libinterp/mkdefs                                   |     54 +
 libinterp/mkops                                    |     57 +
 libinterp/oct-conf.in.h                            |    621 +
 libinterp/octave-value/module.mk                   |    160 +
 libinterp/octave-value/ov-base-diag.cc             |    541 +
 libinterp/octave-value/ov-base-diag.h              |    225 +
 libinterp/octave-value/ov-base-int.cc              |    615 +
 libinterp/octave-value/ov-base-int.h               |    134 +
 libinterp/octave-value/ov-base-mat.cc              |    531 +
 libinterp/octave-value/ov-base-mat.h               |    206 +
 libinterp/octave-value/ov-base-scalar.cc           |    196 +
 libinterp/octave-value/ov-base-scalar.h            |    159 +
 libinterp/octave-value/ov-base-sparse.cc           |    467 +
 libinterp/octave-value/ov-base-sparse.h            |    177 +
 libinterp/octave-value/ov-base.cc                  |   1600 +
 libinterp/octave-value/ov-base.h                   |    831 +
 libinterp/octave-value/ov-bool-mat.cc              |    590 +
 libinterp/octave-value/ov-bool-mat.h               |    238 +
 libinterp/octave-value/ov-bool-sparse.cc           |    804 +
 libinterp/octave-value/ov-bool-sparse.h            |    159 +
 libinterp/octave-value/ov-bool.cc                  |    241 +
 libinterp/octave-value/ov-bool.h                   |    252 +
 libinterp/octave-value/ov-builtin.cc               |    174 +
 libinterp/octave-value/ov-builtin.h                |    118 +
 libinterp/octave-value/ov-cell.cc                  |   1541 +
 libinterp/octave-value/ov-cell.h                   |    191 +
 libinterp/octave-value/ov-ch-mat.cc                |    227 +
 libinterp/octave-value/ov-ch-mat.h                 |    157 +
 libinterp/octave-value/ov-class.cc                 |   2272 +
 libinterp/octave-value/ov-class.h                  |    287 +
 libinterp/octave-value/ov-colon.cc                 |     48 +
 libinterp/octave-value/ov-colon.h                  |     79 +
 libinterp/octave-value/ov-complex.cc               |    471 +
 libinterp/octave-value/ov-complex.h                |    208 +
 libinterp/octave-value/ov-cs-list.cc               |     62 +
 libinterp/octave-value/ov-cs-list.h                |     91 +
 libinterp/octave-value/ov-cx-diag.cc               |    243 +
 libinterp/octave-value/ov-cx-diag.h                |     97 +
 libinterp/octave-value/ov-cx-mat.cc                |    811 +
 libinterp/octave-value/ov-cx-mat.h                 |    185 +
 libinterp/octave-value/ov-cx-sparse.cc             |    949 +
 libinterp/octave-value/ov-cx-sparse.h              |    162 +
 libinterp/octave-value/ov-dld-fcn.cc               |     90 +
 libinterp/octave-value/ov-dld-fcn.h                |    103 +
 libinterp/octave-value/ov-fcn-handle.cc            |   2071 +
 libinterp/octave-value/ov-fcn-handle.h             |    223 +
 libinterp/octave-value/ov-fcn-inline.cc            |   1026 +
 libinterp/octave-value/ov-fcn-inline.h             |    106 +
 libinterp/octave-value/ov-fcn.cc                   |     45 +
 libinterp/octave-value/ov-fcn.h                    |    205 +
 libinterp/octave-value/ov-float.cc                 |    352 +
 libinterp/octave-value/ov-float.h                  |    262 +
 libinterp/octave-value/ov-flt-complex.cc           |    456 +
 libinterp/octave-value/ov-flt-complex.h            |    199 +
 libinterp/octave-value/ov-flt-cx-diag.cc           |    208 +
 libinterp/octave-value/ov-flt-cx-diag.h            |     95 +
 libinterp/octave-value/ov-flt-cx-mat.cc            |    776 +
 libinterp/octave-value/ov-flt-cx-mat.h             |    183 +
 libinterp/octave-value/ov-flt-re-diag.cc           |    176 +
 libinterp/octave-value/ov-flt-re-diag.h            |     95 +
 libinterp/octave-value/ov-flt-re-mat.cc            |    890 +
 libinterp/octave-value/ov-flt-re-mat.h             |    216 +
 libinterp/octave-value/ov-int-traits.h             |     63 +
 libinterp/octave-value/ov-int16.cc                 |     92 +
 libinterp/octave-value/ov-int16.h                  |     56 +
 libinterp/octave-value/ov-int32.cc                 |     92 +
 libinterp/octave-value/ov-int32.h                  |     56 +
 libinterp/octave-value/ov-int64.cc                 |     92 +
 libinterp/octave-value/ov-int64.h                  |     56 +
 libinterp/octave-value/ov-int8.cc                  |     92 +
 libinterp/octave-value/ov-int8.h                   |     56 +
 libinterp/octave-value/ov-intx.h                   |    672 +
 libinterp/octave-value/ov-java.cc                  |   2404 +
 libinterp/octave-value/ov-java.h                   |    314 +
 libinterp/octave-value/ov-lazy-idx.cc              |    197 +
 libinterp/octave-value/ov-lazy-idx.h               |    252 +
 libinterp/octave-value/ov-mex-fcn.cc               |    162 +
 libinterp/octave-value/ov-mex-fcn.h                |    122 +
 libinterp/octave-value/ov-null-mat.cc              |    138 +
 libinterp/octave-value/ov-null-mat.h               |    101 +
 libinterp/octave-value/ov-oncleanup.cc             |    221 +
 libinterp/octave-value/ov-oncleanup.h              |    101 +
 libinterp/octave-value/ov-perm.cc                  |    453 +
 libinterp/octave-value/ov-perm.h                   |    236 +
 libinterp/octave-value/ov-range.cc                 |    714 +
 libinterp/octave-value/ov-range.h                  |    323 +
 libinterp/octave-value/ov-re-diag.cc               |    246 +
 libinterp/octave-value/ov-re-diag.h                |    100 +
 libinterp/octave-value/ov-re-mat.cc                |   1036 +
 libinterp/octave-value/ov-re-mat.h                 |    242 +
 libinterp/octave-value/ov-re-sparse.cc             |    951 +
 libinterp/octave-value/ov-re-sparse.h              |    166 +
 libinterp/octave-value/ov-scalar.cc                |    373 +
 libinterp/octave-value/ov-scalar.h                 |    261 +
 libinterp/octave-value/ov-str-mat.cc               |    795 +
 libinterp/octave-value/ov-str-mat.h                |    263 +
 libinterp/octave-value/ov-struct.cc                |   2328 +
 libinterp/octave-value/ov-struct.h                 |    291 +
 libinterp/octave-value/ov-type-conv.h              |    110 +
 libinterp/octave-value/ov-typeinfo.cc              |    730 +
 libinterp/octave-value/ov-typeinfo.h               |    328 +
 libinterp/octave-value/ov-uint16.cc                |     92 +
 libinterp/octave-value/ov-uint16.h                 |     56 +
 libinterp/octave-value/ov-uint32.cc                |     92 +
 libinterp/octave-value/ov-uint32.h                 |     56 +
 libinterp/octave-value/ov-uint64.cc                |     92 +
 libinterp/octave-value/ov-uint64.h                 |     56 +
 libinterp/octave-value/ov-uint8.cc                 |     92 +
 libinterp/octave-value/ov-uint8.h                  |     56 +
 libinterp/octave-value/ov-usr-fcn.cc               |   1143 +
 libinterp/octave-value/ov-usr-fcn.h                |    514 +
 libinterp/octave-value/ov.cc                       |   3143 +
 libinterp/octave-value/ov.h                        |   1424 +
 libinterp/octave.cc                                |   1050 +
 libinterp/octave.h                                 |     50 +
 libinterp/operators/module.mk                      |    144 +
 libinterp/operators/op-b-b.cc                      |     95 +
 libinterp/operators/op-b-bm.cc                     |     81 +
 libinterp/operators/op-b-sbm.cc                    |     96 +
 libinterp/operators/op-bm-b.cc                     |    121 +
 libinterp/operators/op-bm-bm.cc                    |    210 +
 libinterp/operators/op-bm-sbm.cc                   |    103 +
 libinterp/operators/op-cdm-cdm.cc                  |    121 +
 libinterp/operators/op-cdm-cm.cc                   |     35 +
 libinterp/operators/op-cdm-cs.cc                   |     33 +
 libinterp/operators/op-cdm-dm.cc                   |     37 +
 libinterp/operators/op-cdm-m.cc                    |     38 +
 libinterp/operators/op-cdm-s.cc                    |     34 +
 libinterp/operators/op-cell.cc                     |     71 +
 libinterp/operators/op-chm.cc                      |    105 +
 libinterp/operators/op-class.cc                    |    161 +
 libinterp/operators/op-cm-cdm.cc                   |     35 +
 libinterp/operators/op-cm-cm.cc                    |    299 +
 libinterp/operators/op-cm-cs.cc                    |    161 +
 libinterp/operators/op-cm-dm.cc                    |     35 +
 libinterp/operators/op-cm-m.cc                     |    143 +
 libinterp/operators/op-cm-pm.cc                    |     33 +
 libinterp/operators/op-cm-s.cc                     |    145 +
 libinterp/operators/op-cm-scm.cc                   |    203 +
 libinterp/operators/op-cm-sm.cc                    |    168 +
 libinterp/operators/op-cs-cm.cc                    |    145 +
 libinterp/operators/op-cs-cs.cc                    |    201 +
 libinterp/operators/op-cs-m.cc                     |    130 +
 libinterp/operators/op-cs-s.cc                     |    146 +
 libinterp/operators/op-cs-scm.cc                   |    172 +
 libinterp/operators/op-cs-sm.cc                    |    166 +
 libinterp/operators/op-dm-cdm.cc                   |     37 +
 libinterp/operators/op-dm-cm.cc                    |     35 +
 libinterp/operators/op-dm-cs.cc                    |     34 +
 libinterp/operators/op-dm-dm.cc                    |    104 +
 libinterp/operators/op-dm-m.cc                     |     37 +
 libinterp/operators/op-dm-s.cc                     |     33 +
 libinterp/operators/op-dm-scm.cc                   |    557 +
 libinterp/operators/op-dm-sm.cc                    |    196 +
 libinterp/operators/op-dm-template.cc              |     95 +
 libinterp/operators/op-dms-template.cc             |     92 +
 libinterp/operators/op-double-conv.cc              |    140 +
 libinterp/operators/op-fcdm-fcdm.cc                |    120 +
 libinterp/operators/op-fcdm-fcm.cc                 |     35 +
 libinterp/operators/op-fcdm-fcs.cc                 |     33 +
 libinterp/operators/op-fcdm-fdm.cc                 |     51 +
 libinterp/operators/op-fcdm-fm.cc                  |     36 +
 libinterp/operators/op-fcdm-fs.cc                  |     34 +
 libinterp/operators/op-fcm-fcdm.cc                 |     35 +
 libinterp/operators/op-fcm-fcm.cc                  |    343 +
 libinterp/operators/op-fcm-fcs.cc                  |    196 +
 libinterp/operators/op-fcm-fdm.cc                  |     35 +
 libinterp/operators/op-fcm-fm.cc                   |    186 +
 libinterp/operators/op-fcm-fs.cc                   |    188 +
 libinterp/operators/op-fcm-pm.cc                   |     33 +
 libinterp/operators/op-fcn.cc                      |     54 +
 libinterp/operators/op-fcs-fcm.cc                  |    178 +
 libinterp/operators/op-fcs-fcs.cc                  |    216 +
 libinterp/operators/op-fcs-fm.cc                   |    157 +
 libinterp/operators/op-fcs-fs.cc                   |    164 +
 libinterp/operators/op-fdm-fcdm.cc                 |     37 +
 libinterp/operators/op-fdm-fcm.cc                  |     35 +
 libinterp/operators/op-fdm-fcs.cc                  |     34 +
 libinterp/operators/op-fdm-fdm.cc                  |    114 +
 libinterp/operators/op-fdm-fm.cc                   |     35 +
 libinterp/operators/op-fdm-fs.cc                   |     33 +
 libinterp/operators/op-float-conv.cc               |    132 +
 libinterp/operators/op-fm-fcdm.cc                  |     36 +
 libinterp/operators/op-fm-fcm.cc                   |    209 +
 libinterp/operators/op-fm-fcs.cc                   |    163 +
 libinterp/operators/op-fm-fdm.cc                   |     35 +
 libinterp/operators/op-fm-fm.cc                    |    274 +
 libinterp/operators/op-fm-fs.cc                    |    167 +
 libinterp/operators/op-fm-pm.cc                    |     33 +
 libinterp/operators/op-fs-fcm.cc                   |    179 +
 libinterp/operators/op-fs-fcs.cc                   |    166 +
 libinterp/operators/op-fs-fm.cc                    |    155 +
 libinterp/operators/op-fs-fs.cc                    |    190 +
 libinterp/operators/op-i16-i16.cc                  |    149 +
 libinterp/operators/op-i32-i32.cc                  |    149 +
 libinterp/operators/op-i64-i64.cc                  |    149 +
 libinterp/operators/op-i8-i8.cc                    |    149 +
 libinterp/operators/op-int-concat.cc               |    318 +
 libinterp/operators/op-int-conv.cc                 |    235 +
 libinterp/operators/op-int.h                       |   1191 +
 libinterp/operators/op-m-cdm.cc                    |     36 +
 libinterp/operators/op-m-cm.cc                     |    170 +
 libinterp/operators/op-m-cs.cc                     |    141 +
 libinterp/operators/op-m-dm.cc                     |     35 +
 libinterp/operators/op-m-m.cc                      |    224 +
 libinterp/operators/op-m-pm.cc                     |     33 +
 libinterp/operators/op-m-s.cc                      |    157 +
 libinterp/operators/op-m-scm.cc                    |    175 +
 libinterp/operators/op-m-sm.cc                     |    167 +
 libinterp/operators/op-pm-cm.cc                    |     33 +
 libinterp/operators/op-pm-fcm.cc                   |     33 +
 libinterp/operators/op-pm-fm.cc                    |     33 +
 libinterp/operators/op-pm-m.cc                     |     35 +
 libinterp/operators/op-pm-pm.cc                    |     87 +
 libinterp/operators/op-pm-scm.cc                   |    101 +
 libinterp/operators/op-pm-sm.cc                    |    150 +
 libinterp/operators/op-pm-template.cc              |     90 +
 libinterp/operators/op-range.cc                    |    142 +
 libinterp/operators/op-s-cm.cc                     |    144 +
 libinterp/operators/op-s-cs.cc                     |    150 +
 libinterp/operators/op-s-m.cc                      |    136 +
 libinterp/operators/op-s-s.cc                      |    172 +
 libinterp/operators/op-s-scm.cc                    |    178 +
 libinterp/operators/op-s-sm.cc                     |    161 +
 libinterp/operators/op-sbm-b.cc                    |    141 +
 libinterp/operators/op-sbm-bm.cc                   |    167 +
 libinterp/operators/op-sbm-sbm.cc                  |    115 +
 libinterp/operators/op-scm-cm.cc                   |    197 +
 libinterp/operators/op-scm-cs.cc                   |    184 +
 libinterp/operators/op-scm-m.cc                    |    175 +
 libinterp/operators/op-scm-s.cc                    |    189 +
 libinterp/operators/op-scm-scm.cc                  |    248 +
 libinterp/operators/op-scm-sm.cc                   |    176 +
 libinterp/operators/op-sm-cm.cc                    |    173 +
 libinterp/operators/op-sm-cs.cc                    |    165 +
 libinterp/operators/op-sm-m.cc                     |    165 +
 libinterp/operators/op-sm-s.cc                     |    175 +
 libinterp/operators/op-sm-scm.cc                   |    184 +
 libinterp/operators/op-sm-sm.cc                    |    201 +
 libinterp/operators/op-str-m.cc                    |     65 +
 libinterp/operators/op-str-s.cc                    |     65 +
 libinterp/operators/op-str-str.cc                  |    179 +
 libinterp/operators/op-struct.cc                   |    108 +
 libinterp/operators/op-ui16-ui16.cc                |    149 +
 libinterp/operators/op-ui32-ui32.cc                |    148 +
 libinterp/operators/op-ui64-ui64.cc                |    149 +
 libinterp/operators/op-ui8-ui8.cc                  |    149 +
 libinterp/operators/ops.h                          |    397 +
 libinterp/options-usage.h                          |    178 +
 libinterp/parse-tree/lex.cc                        |   5995 +
 libinterp/parse-tree/lex.h                         |    805 +
 libinterp/parse-tree/lex.ll                        |   3267 +
 libinterp/parse-tree/module.mk                     |    110 +
 libinterp/parse-tree/oct-gperf.h                   |    299 +
 libinterp/parse-tree/oct-parse.cc                  |   9201 ++
 libinterp/parse-tree/oct-parse.h                   |    301 +
 libinterp/parse-tree/oct-parse.in.yy               |   4643 +
 libinterp/parse-tree/oct-parse.yy                  |   4643 +
 libinterp/parse-tree/octave.gperf                  |    122 +
 libinterp/parse-tree/parse.h                       |    466 +
 libinterp/parse-tree/pt-all.h                      |     54 +
 libinterp/parse-tree/pt-arg-list.cc                |    355 +
 libinterp/parse-tree/pt-arg-list.h                 |    110 +
 libinterp/parse-tree/pt-array-list.cc              |    108 +
 libinterp/parse-tree/pt-array-list.h               |     75 +
 libinterp/parse-tree/pt-assign.cc                  |    395 +
 libinterp/parse-tree/pt-assign.h                   |    167 +
 libinterp/parse-tree/pt-binop.cc                   |    315 +
 libinterp/parse-tree/pt-binop.h                    |    182 +
 libinterp/parse-tree/pt-bp.cc                      |    495 +
 libinterp/parse-tree/pt-bp.h                       |    170 +
 libinterp/parse-tree/pt-cbinop.cc                  |    195 +
 libinterp/parse-tree/pt-cbinop.h                   |     77 +
 libinterp/parse-tree/pt-cell.cc                    |    114 +
 libinterp/parse-tree/pt-cell.h                     |     72 +
 libinterp/parse-tree/pt-check.cc                   |    569 +
 libinterp/parse-tree/pt-check.h                    |    141 +
 libinterp/parse-tree/pt-cmd.cc                     |     59 +
 libinterp/parse-tree/pt-cmd.h                      |    132 +
 libinterp/parse-tree/pt-colon.cc                   |    286 +
 libinterp/parse-tree/pt-colon.h                    |    124 +
 libinterp/parse-tree/pt-const.cc                   |     88 +
 libinterp/parse-tree/pt-const.h                    |    105 +
 libinterp/parse-tree/pt-decl.cc                    |    148 +
 libinterp/parse-tree/pt-decl.h                     |    243 +
 libinterp/parse-tree/pt-eval.cc                    |   1310 +
 libinterp/parse-tree/pt-eval.h                     |    192 +
 libinterp/parse-tree/pt-except.cc                  |    103 +
 libinterp/parse-tree/pt-except.h                   |    163 +
 libinterp/parse-tree/pt-exp.cc                     |     88 +
 libinterp/parse-tree/pt-exp.h                      |    156 +
 libinterp/parse-tree/pt-fcn-handle.cc              |    220 +
 libinterp/parse-tree/pt-fcn-handle.h               |    156 +
 libinterp/parse-tree/pt-id.cc                      |    155 +
 libinterp/parse-tree/pt-id.h                       |    167 +
 libinterp/parse-tree/pt-idx.cc                     |    684 +
 libinterp/parse-tree/pt-idx.h                      |    132 +
 libinterp/parse-tree/pt-jump.cc                    |     87 +
 libinterp/parse-tree/pt-jump.h                     |    115 +
 libinterp/parse-tree/pt-loop.cc                    |    153 +
 libinterp/parse-tree/pt-loop.h                     |    328 +
 libinterp/parse-tree/pt-mat.cc                     |   1412 +
 libinterp/parse-tree/pt-mat.h                      |     90 +
 libinterp/parse-tree/pt-misc.cc                    |    369 +
 libinterp/parse-tree/pt-misc.h                     |    155 +
 libinterp/parse-tree/pt-pr-code.cc                 |   1328 +
 libinterp/parse-tree/pt-pr-code.h                  |    196 +
 libinterp/parse-tree/pt-select.cc                  |    223 +
 libinterp/parse-tree/pt-select.h                   |    302 +
 libinterp/parse-tree/pt-stmt.cc                    |    292 +
 libinterp/parse-tree/pt-stmt.h                     |    196 +
 libinterp/parse-tree/pt-unop.cc                    |    208 +
 libinterp/parse-tree/pt-unop.h                     |    157 +
 libinterp/parse-tree/pt-walk.h                     |    211 +
 libinterp/parse-tree/pt.cc                         |     50 +
 libinterp/parse-tree/pt.h                          |     86 +
 libinterp/parse-tree/token.cc                      |    214 +
 libinterp/parse-tree/token.h                       |    153 +
 libinterp/template-inst/Array-jit.cc               |     47 +
 libinterp/template-inst/Array-os.cc                |     47 +
 libinterp/template-inst/Array-tc.cc                |     38 +
 libinterp/template-inst/module.mk                  |      6 +
 libinterp/version.cc                               |    131 +
 libinterp/version.in.h                             |     55 +
 liboctave/Array-C.cc                               |    100 -
 liboctave/Array-b.cc                               |    115 -
 liboctave/Array-ch.cc                              |     44 -
 liboctave/Array-d.cc                               |    167 -
 liboctave/Array-f.cc                               |    167 -
 liboctave/Array-fC.cc                              |    101 -
 liboctave/Array-i.cc                               |     73 -
 liboctave/Array-idx-vec.cc                         |     36 -
 liboctave/Array-s.cc                               |     43 -
 liboctave/Array-str.cc                             |     37 -
 liboctave/Array-util.cc                            |    653 -
 liboctave/Array-util.h                             |    105 -
 liboctave/Array-voidp.cc                           |     36 -
 liboctave/Array.cc                                 |   2778 -
 liboctave/Array.h                                  |    716 -
 liboctave/Array2.h                                 |     35 -
 liboctave/Array3.h                                 |     91 -
 liboctave/ArrayN.h                                 |     35 -
 liboctave/CColVector.cc                            |    533 -
 liboctave/CColVector.h                             |    148 -
 liboctave/CDiagMatrix.cc                           |    573 -
 liboctave/CDiagMatrix.h                            |    150 -
 liboctave/CMatrix.cc                               |   4087 -
 liboctave/CMatrix.h                                |    436 -
 liboctave/CNDArray.cc                              |    935 -
 liboctave/CNDArray.h                               |    176 -
 liboctave/CRowVector.cc                            |    475 -
 liboctave/CRowVector.h                             |    138 -
 liboctave/CSparse.cc                               |   7887 --
 liboctave/CSparse.h                                |    522 -
 liboctave/CmplxAEPBAL.cc                           |    105 -
 liboctave/CmplxAEPBAL.h                            |     51 -
 liboctave/CmplxCHOL.cc                             |    445 -
 liboctave/CmplxCHOL.h                              |     98 -
 liboctave/CmplxGEPBAL.cc                           |    128 -
 liboctave/CmplxGEPBAL.h                            |     88 -
 liboctave/CmplxHESS.cc                             |    125 -
 liboctave/CmplxHESS.h                              |     82 -
 liboctave/CmplxLU.cc                               |    210 -
 liboctave/CmplxLU.h                                |     67 -
 liboctave/CmplxQR.cc                               |    701 -
 liboctave/CmplxQR.h                                |     76 -
 liboctave/CmplxQRP.cc                              |    107 -
 liboctave/CmplxQRP.h                               |     69 -
 liboctave/CmplxSCHUR.cc                            |    173 -
 liboctave/CmplxSCHUR.h                             |     93 -
 liboctave/CmplxSVD.cc                              |    214 -
 liboctave/CmplxSVD.h                               |     97 -
 liboctave/CollocWt.cc                              |    513 -
 liboctave/CollocWt.h                               |    190 -
 liboctave/DAE.h                                    |     61 -
 liboctave/DAEFunc.h                                |    102 -
 liboctave/DAERT.h                                  |     68 -
 liboctave/DAERTFunc.h                              |     87 -
 liboctave/DASPK-opts.in                            |    343 -
 liboctave/DASPK.cc                                 |    780 -
 liboctave/DASPK.h                                  |     82 -
 liboctave/DASRT-opts.in                            |    133 -
 liboctave/DASRT.cc                                 |    651 -
 liboctave/DASRT.h                                  |    124 -
 liboctave/DASSL-opts.in                            |    161 -
 liboctave/DASSL.cc                                 |    581 -
 liboctave/DASSL.h                                  |     82 -
 liboctave/DET.h                                    |     90 -
 liboctave/DiagArray2.cc                            |    141 -
 liboctave/DiagArray2.h                             |    191 -
 liboctave/EIG.cc                                   |    871 -
 liboctave/EIG.h                                    |    145 -
 liboctave/LSODE-opts.in                            |    159 -
 liboctave/LSODE.cc                                 |    504 -
 liboctave/LSODE.h                                  |     78 -
 liboctave/MArray-C.cc                              |     43 -
 liboctave/MArray-d.cc                              |     41 -
 liboctave/MArray-decl.h                            |    269 -
 liboctave/MArray-defs.h                            |     67 -
 liboctave/MArray-f.cc                              |     41 -
 liboctave/MArray-fC.cc                             |     43 -
 liboctave/MArray-i.cc                              |     72 -
 liboctave/MArray-s.cc                              |     46 -
 liboctave/MArray.cc                                |    362 -
 liboctave/MArray.h                                 |    104 -
 liboctave/MArray2.h                                |     37 -
 liboctave/MArrayN.h                                |     35 -
 liboctave/MDiagArray2.cc                           |    106 -
 liboctave/MDiagArray2.h                            |    108 -
 liboctave/MSparse-C.cc                             |     35 -
 liboctave/MSparse-d.cc                             |     33 -
 liboctave/MSparse-defs.h                           |    213 -
 liboctave/MSparse.cc                               |    634 -
 liboctave/MSparse.h                                |    128 -
 liboctave/Makefile.am                              |    591 +-
 liboctave/Makefile.in                              |  10914 +-
 liboctave/Matrix.h                                 |     36 -
 liboctave/MatrixType.cc                            |   1279 -
 liboctave/MatrixType.h                             |    182 -
 liboctave/ODE.h                                    |    114 -
 liboctave/ODEFunc.h                                |     93 -
 liboctave/ODES.cc                                  |     44 -
 liboctave/ODES.h                                   |     79 -
 liboctave/ODESFunc.h                               |    107 -
 liboctave/PermMatrix.cc                            |    216 -
 liboctave/PermMatrix.h                             |    133 -
 liboctave/Quad-opts.in                             |     67 -
 liboctave/Quad.cc                                  |    302 -
 liboctave/Quad.h                                   |    246 -
 liboctave/Range.cc                                 |    509 -
 liboctave/Range.h                                  |    164 -
 liboctave/Sparse-C.cc                              |     64 -
 liboctave/Sparse-b.cc                              |     37 -
 liboctave/Sparse-d.cc                              |     52 -
 liboctave/Sparse-diag-op-defs.h                    |    236 -
 liboctave/Sparse-op-defs.h                         |   2154 -
 liboctave/Sparse-perm-op-defs.h                    |    172 -
 liboctave/Sparse.cc                                |   2805 -
 liboctave/Sparse.h                                 |    684 -
 liboctave/SparseCmplxCHOL.cc                       |     70 -
 liboctave/SparseCmplxCHOL.h                        |     98 -
 liboctave/SparseCmplxLU.cc                         |    479 -
 liboctave/SparseCmplxLU.h                          |     66 -
 liboctave/SparseCmplxQR.cc                         |    900 -
 liboctave/SparseCmplxQR.h                          |    179 -
 liboctave/SparseQR.cc                              |    916 -
 liboctave/SparseQR.h                               |    175 -
 liboctave/SparsedbleCHOL.cc                        |     70 -
 liboctave/SparsedbleCHOL.h                         |     86 -
 liboctave/SparsedbleLU.cc                          |    457 -
 liboctave/SparsedbleLU.h                           |     62 -
 liboctave/array/Array-C.cc                         |    101 +
 liboctave/array/Array-b.cc                         |    116 +
 liboctave/array/Array-ch.cc                        |     45 +
 liboctave/array/Array-d.cc                         |    168 +
 liboctave/array/Array-f.cc                         |    168 +
 liboctave/array/Array-fC.cc                        |    101 +
 liboctave/array/Array-i.cc                         |     73 +
 liboctave/array/Array-idx-vec.cc                   |     36 +
 liboctave/array/Array-s.cc                         |     43 +
 liboctave/array/Array-str.cc                       |     37 +
 liboctave/array/Array-util.cc                      |    652 +
 liboctave/array/Array-util.h                       |    115 +
 liboctave/array/Array-voidp.cc                     |     36 +
 liboctave/array/Array.cc                           |   2841 +
 liboctave/array/Array.h                            |    768 +
 liboctave/array/Array2.h                           |     35 +
 liboctave/array/Array3.h                           |     94 +
 liboctave/array/ArrayN.h                           |     35 +
 liboctave/array/CColVector.cc                      |    534 +
 liboctave/array/CColVector.h                       |    151 +
 liboctave/array/CDiagMatrix.cc                     |    575 +
 liboctave/array/CDiagMatrix.h                      |    158 +
 liboctave/array/CMatrix.cc                         |   4117 +
 liboctave/array/CMatrix.h                          |    465 +
 liboctave/array/CNDArray.cc                        |    928 +
 liboctave/array/CNDArray.h                         |    183 +
 liboctave/array/CRowVector.cc                      |    476 +
 liboctave/array/CRowVector.h                       |    142 +
 liboctave/array/CSparse.cc                         |   7904 ++
 liboctave/array/CSparse.h                          |    553 +
 liboctave/array/DiagArray2.cc                      |    141 +
 liboctave/array/DiagArray2.h                       |    194 +
 liboctave/array/MArray-C.cc                        |     43 +
 liboctave/array/MArray-d.cc                        |     41 +
 liboctave/array/MArray-decl.h                      |    269 +
 liboctave/array/MArray-defs.h                      |     67 +
 liboctave/array/MArray-f.cc                        |     41 +
 liboctave/array/MArray-fC.cc                       |     43 +
 liboctave/array/MArray-i.cc                        |     76 +
 liboctave/array/MArray-s.cc                        |     46 +
 liboctave/array/MArray.cc                          |    366 +
 liboctave/array/MArray.h                           |    110 +
 liboctave/array/MArray2.h                          |     37 +
 liboctave/array/MArrayN.h                          |     35 +
 liboctave/array/MDiagArray2.cc                     |    108 +
 liboctave/array/MDiagArray2.h                      |    110 +
 liboctave/array/MSparse-C.cc                       |     35 +
 liboctave/array/MSparse-d.cc                       |     33 +
 liboctave/array/MSparse-defs.h                     |    213 +
 liboctave/array/MSparse.cc                         |    634 +
 liboctave/array/MSparse.h                          |    129 +
 liboctave/array/Matrix.h                           |     36 +
 liboctave/array/MatrixType.cc                      |   1276 +
 liboctave/array/MatrixType.h                       |    185 +
 liboctave/array/PermMatrix.cc                      |    216 +
 liboctave/array/PermMatrix.h                       |    134 +
 liboctave/array/Range.cc                           |    570 +
 liboctave/array/Range.h                            |    164 +
 liboctave/array/Sparse-C.cc                        |     64 +
 liboctave/array/Sparse-b.cc                        |     37 +
 liboctave/array/Sparse-d.cc                        |     52 +
 liboctave/array/Sparse.cc                          |   2883 +
 liboctave/array/Sparse.h                           |    775 +
 liboctave/array/boolMatrix.cc                      |    104 +
 liboctave/array/boolMatrix.h                       |     99 +
 liboctave/array/boolNDArray.cc                     |    178 +
 liboctave/array/boolNDArray.h                      |    127 +
 liboctave/array/boolSparse.cc                      |    325 +
 liboctave/array/boolSparse.h                       |    140 +
 liboctave/array/chMatrix.cc                        |    215 +
 liboctave/array/chMatrix.h                         |    118 +
 liboctave/array/chNDArray.cc                       |    221 +
 liboctave/array/chNDArray.h                        |    126 +
 liboctave/array/dColVector.cc                      |    326 +
 liboctave/array/dColVector.h                       |    123 +
 liboctave/array/dDiagMatrix.cc                     |    388 +
 liboctave/array/dDiagMatrix.h                      |    128 +
 liboctave/array/dMatrix.cc                         |   3455 +
 liboctave/array/dMatrix.h                          |    401 +
 liboctave/array/dNDArray.cc                        |    941 +
 liboctave/array/dNDArray.h                         |    200 +
 liboctave/array/dRowVector.cc                      |    333 +
 liboctave/array/dRowVector.h                       |    119 +
 liboctave/array/dSparse.cc                         |   8037 ++
 liboctave/array/dSparse.h                          |    504 +
 liboctave/array/dim-vector.cc                      |    302 +
 liboctave/array/dim-vector.h                       |    531 +
 liboctave/array/fCColVector.cc                     |    536 +
 liboctave/array/fCColVector.h                      |    158 +
 liboctave/array/fCDiagMatrix.cc                    |    579 +
 liboctave/array/fCDiagMatrix.h                     |    164 +
 liboctave/array/fCMatrix.cc                        |   4142 +
 liboctave/array/fCMatrix.h                         |    488 +
 liboctave/array/fCNDArray.cc                       |    933 +
 liboctave/array/fCNDArray.h                        |    190 +
 liboctave/array/fCRowVector.cc                     |    477 +
 liboctave/array/fCRowVector.h                      |    149 +
 liboctave/array/fColVector.cc                      |    325 +
 liboctave/array/fColVector.h                       |    126 +
 liboctave/array/fDiagMatrix.cc                     |    388 +
 liboctave/array/fDiagMatrix.h                      |    129 +
 liboctave/array/fMatrix.cc                         |   3472 +
 liboctave/array/fMatrix.h                          |    426 +
 liboctave/array/fNDArray.cc                        |    906 +
 liboctave/array/fNDArray.h                         |    195 +
 liboctave/array/fRowVector.cc                      |    333 +
 liboctave/array/fRowVector.h                       |    123 +
 liboctave/array/idx-vector.cc                      |   1334 +
 liboctave/array/idx-vector.h                       |   1051 +
 liboctave/array/int16NDArray.cc                    |     60 +
 liboctave/array/int16NDArray.h                     |     50 +
 liboctave/array/int32NDArray.cc                    |     59 +
 liboctave/array/int32NDArray.h                     |     50 +
 liboctave/array/int64NDArray.cc                    |     60 +
 liboctave/array/int64NDArray.h                     |     50 +
 liboctave/array/int8NDArray.cc                     |     59 +
 liboctave/array/int8NDArray.h                      |     50 +
 liboctave/array/intNDArray.cc                      |    296 +
 liboctave/array/intNDArray.h                       |    131 +
 liboctave/array/module.mk                          |    143 +
 liboctave/array/uint16NDArray.cc                   |     59 +
 liboctave/array/uint16NDArray.h                    |     50 +
 liboctave/array/uint32NDArray.cc                   |     59 +
 liboctave/array/uint32NDArray.h                    |     50 +
 liboctave/array/uint64NDArray.cc                   |     60 +
 liboctave/array/uint64NDArray.h                    |     50 +
 liboctave/array/uint8NDArray.cc                    |     60 +
 liboctave/array/uint8NDArray.h                     |     50 +
 liboctave/base-aepbal.h                            |     94 -
 liboctave/base-dae.h                               |     78 -
 liboctave/base-de.h                                |    119 -
 liboctave/base-list.h                              |    114 -
 liboctave/base-lu.cc                               |    190 -
 liboctave/base-lu.h                                |     87 -
 liboctave/base-min.h                               |    124 -
 liboctave/base-qr.cc                               |     80 -
 liboctave/base-qr.h                                |     81 -
 liboctave/boolMatrix.cc                            |    105 -
 liboctave/boolMatrix.h                             |    102 -
 liboctave/boolNDArray.cc                           |    171 -
 liboctave/boolNDArray.h                            |    125 -
 liboctave/boolSparse.cc                            |    323 -
 liboctave/boolSparse.h                             |    132 -
 liboctave/bsxfun-decl.h                            |     59 -
 liboctave/bsxfun-defs.cc                           |    254 -
 liboctave/bsxfun.h                                 |     79 -
 liboctave/byte-swap.h                              |     97 -
 liboctave/caseless-str.h                           |     94 -
 liboctave/chMatrix.cc                              |    215 -
 liboctave/chMatrix.h                               |    120 -
 liboctave/chNDArray.cc                             |    145 -
 liboctave/chNDArray.h                              |    112 -
 liboctave/cmd-edit.cc                              |   1567 -
 liboctave/cmd-edit.h                               |    300 -
 liboctave/cmd-hist.cc                              |    977 -
 liboctave/cmd-hist.h                               |    226 -
 liboctave/config-ops.sh                            |    107 -
 liboctave/cruft/Faddeeva/Faddeeva.cc               |   2515 +
 liboctave/cruft/Faddeeva/Faddeeva.hh               |     62 +
 liboctave/cruft/Faddeeva/module.mk                 |      3 +
 liboctave/cruft/Makefile.am                        |     69 +
 liboctave/cruft/Makefile.in                        |   4779 +
 {libcruft => liboctave/cruft}/amos/cacai.f         |      0
 {libcruft => liboctave/cruft}/amos/cacon.f         |      0
 {libcruft => liboctave/cruft}/amos/cairy.f         |      0
 {libcruft => liboctave/cruft}/amos/casyi.f         |      0
 {libcruft => liboctave/cruft}/amos/cbesh.f         |      0
 {libcruft => liboctave/cruft}/amos/cbesi.f         |      0
 {libcruft => liboctave/cruft}/amos/cbesj.f         |      0
 {libcruft => liboctave/cruft}/amos/cbesk.f         |      0
 {libcruft => liboctave/cruft}/amos/cbesy.f         |      0
 {libcruft => liboctave/cruft}/amos/cbinu.f         |      0
 {libcruft => liboctave/cruft}/amos/cbiry.f         |      0
 {libcruft => liboctave/cruft}/amos/cbknu.f         |      0
 {libcruft => liboctave/cruft}/amos/cbuni.f         |      0
 {libcruft => liboctave/cruft}/amos/cbunk.f         |      0
 {libcruft => liboctave/cruft}/amos/ckscl.f         |      0
 {libcruft => liboctave/cruft}/amos/cmlri.f         |      0
 {libcruft => liboctave/cruft}/amos/crati.f         |      0
 {libcruft => liboctave/cruft}/amos/cs1s2.f         |      0
 {libcruft => liboctave/cruft}/amos/cseri.f         |      0
 {libcruft => liboctave/cruft}/amos/cshch.f         |      0
 {libcruft => liboctave/cruft}/amos/cuchk.f         |      0
 {libcruft => liboctave/cruft}/amos/cunhj.f         |      0
 {libcruft => liboctave/cruft}/amos/cuni1.f         |      0
 {libcruft => liboctave/cruft}/amos/cuni2.f         |      0
 {libcruft => liboctave/cruft}/amos/cunik.f         |      0
 {libcruft => liboctave/cruft}/amos/cunk1.f         |      0
 {libcruft => liboctave/cruft}/amos/cunk2.f         |      0
 {libcruft => liboctave/cruft}/amos/cuoik.f         |      0
 {libcruft => liboctave/cruft}/amos/cwrsk.f         |      0
 {libcruft => liboctave/cruft}/amos/dgamln.f        |      0
 {libcruft => liboctave/cruft}/amos/gamln.f         |      0
 {libcruft => liboctave/cruft}/amos/module.mk       |      0
 {libcruft => liboctave/cruft}/amos/xzabs.f         |      0
 {libcruft => liboctave/cruft}/amos/xzexp.f         |      0
 {libcruft => liboctave/cruft}/amos/xzlog.f         |      0
 {libcruft => liboctave/cruft}/amos/xzsqrt.f        |      0
 {libcruft => liboctave/cruft}/amos/zacai.f         |      0
 {libcruft => liboctave/cruft}/amos/zacon.f         |      0
 {libcruft => liboctave/cruft}/amos/zairy.f         |      0
 {libcruft => liboctave/cruft}/amos/zasyi.f         |      0
 {libcruft => liboctave/cruft}/amos/zbesh.f         |      0
 {libcruft => liboctave/cruft}/amos/zbesi.f         |      0
 {libcruft => liboctave/cruft}/amos/zbesj.f         |      0
 {libcruft => liboctave/cruft}/amos/zbesk.f         |      0
 {libcruft => liboctave/cruft}/amos/zbesy.f         |      0
 {libcruft => liboctave/cruft}/amos/zbinu.f         |      0
 {libcruft => liboctave/cruft}/amos/zbiry.f         |      0
 {libcruft => liboctave/cruft}/amos/zbknu.f         |      0
 {libcruft => liboctave/cruft}/amos/zbuni.f         |      0
 {libcruft => liboctave/cruft}/amos/zbunk.f         |      0
 {libcruft => liboctave/cruft}/amos/zdiv.f          |      0
 {libcruft => liboctave/cruft}/amos/zkscl.f         |      0
 {libcruft => liboctave/cruft}/amos/zmlri.f         |      0
 {libcruft => liboctave/cruft}/amos/zmlt.f          |      0
 {libcruft => liboctave/cruft}/amos/zrati.f         |      0
 {libcruft => liboctave/cruft}/amos/zs1s2.f         |      0
 {libcruft => liboctave/cruft}/amos/zseri.f         |      0
 {libcruft => liboctave/cruft}/amos/zshch.f         |      0
 {libcruft => liboctave/cruft}/amos/zuchk.f         |      0
 {libcruft => liboctave/cruft}/amos/zunhj.f         |      0
 {libcruft => liboctave/cruft}/amos/zuni1.f         |      0
 {libcruft => liboctave/cruft}/amos/zuni2.f         |      0
 {libcruft => liboctave/cruft}/amos/zunik.f         |      0
 {libcruft => liboctave/cruft}/amos/zunk1.f         |      0
 {libcruft => liboctave/cruft}/amos/zunk2.f         |      0
 {libcruft => liboctave/cruft}/amos/zuoik.f         |      0
 {libcruft => liboctave/cruft}/amos/zwrsk.f         |      0
 liboctave/cruft/blas-xtra/cconv2.f                 |     77 +
 liboctave/cruft/blas-xtra/cdotc3.f                 |     59 +
 liboctave/cruft/blas-xtra/cmatm3.f                 |     69 +
 liboctave/cruft/blas-xtra/csconv2.f                |     83 +
 liboctave/cruft/blas-xtra/dconv2.f                 |     77 +
 liboctave/cruft/blas-xtra/ddot3.f                  |     60 +
 liboctave/cruft/blas-xtra/dmatm3.f                 |     69 +
 {libcruft => liboctave/cruft}/blas-xtra/module.mk  |      0
 liboctave/cruft/blas-xtra/sconv2.f                 |     77 +
 liboctave/cruft/blas-xtra/sdot3.f                  |     59 +
 liboctave/cruft/blas-xtra/smatm3.f                 |     69 +
 {libcruft => liboctave/cruft}/blas-xtra/xcdotc.f   |      0
 {libcruft => liboctave/cruft}/blas-xtra/xcdotu.f   |      0
 {libcruft => liboctave/cruft}/blas-xtra/xddot.f    |      0
 {libcruft => liboctave/cruft}/blas-xtra/xdnrm2.f   |      0
 {libcruft => liboctave/cruft}/blas-xtra/xdznrm2.f  |      0
 {libcruft => liboctave/cruft}/blas-xtra/xerbla.f   |      0
 {libcruft => liboctave/cruft}/blas-xtra/xscnrm2.f  |      0
 {libcruft => liboctave/cruft}/blas-xtra/xsdot.f    |      0
 {libcruft => liboctave/cruft}/blas-xtra/xsnrm2.f   |      0
 {libcruft => liboctave/cruft}/blas-xtra/xzdotc.f   |      0
 {libcruft => liboctave/cruft}/blas-xtra/xzdotu.f   |      0
 liboctave/cruft/blas-xtra/zconv2.f                 |     77 +
 liboctave/cruft/blas-xtra/zdconv2.f                |     83 +
 liboctave/cruft/blas-xtra/zdotc3.f                 |     59 +
 liboctave/cruft/blas-xtra/zmatm3.f                 |     69 +
 {libcruft => liboctave/cruft}/daspk/datv.f         |      0
 {libcruft => liboctave/cruft}/daspk/dcnst0.f       |      0
 {libcruft => liboctave/cruft}/daspk/dcnstr.f       |      0
 {libcruft => liboctave/cruft}/daspk/ddasic.f       |      0
 {libcruft => liboctave/cruft}/daspk/ddasid.f       |      0
 {libcruft => liboctave/cruft}/daspk/ddasik.f       |      0
 {libcruft => liboctave/cruft}/daspk/ddaspk.f       |      0
 {libcruft => liboctave/cruft}/daspk/ddstp.f        |      0
 {libcruft => liboctave/cruft}/daspk/ddwnrm.f       |      0
 {libcruft => liboctave/cruft}/daspk/dfnrmd.f       |      0
 {libcruft => liboctave/cruft}/daspk/dfnrmk.f       |      0
 {libcruft => liboctave/cruft}/daspk/dhels.f        |      0
 {libcruft => liboctave/cruft}/daspk/dheqr.f        |      0
 {libcruft => liboctave/cruft}/daspk/dinvwt.f       |      0
 {libcruft => liboctave/cruft}/daspk/dlinsd.f       |      0
 {libcruft => liboctave/cruft}/daspk/dlinsk.f       |      0
 {libcruft => liboctave/cruft}/daspk/dmatd.f        |      0
 {libcruft => liboctave/cruft}/daspk/dnedd.f        |      0
 {libcruft => liboctave/cruft}/daspk/dnedk.f        |      0
 {libcruft => liboctave/cruft}/daspk/dnsd.f         |      0
 {libcruft => liboctave/cruft}/daspk/dnsid.f        |      0
 {libcruft => liboctave/cruft}/daspk/dnsik.f        |      0
 {libcruft => liboctave/cruft}/daspk/dnsk.f         |      0
 {libcruft => liboctave/cruft}/daspk/dorth.f        |      0
 {libcruft => liboctave/cruft}/daspk/dslvd.f        |      0
 {libcruft => liboctave/cruft}/daspk/dslvk.f        |      0
 {libcruft => liboctave/cruft}/daspk/dspigm.f       |      0
 {libcruft => liboctave/cruft}/daspk/dyypnw.f       |      0
 {libcruft => liboctave/cruft}/daspk/module.mk      |      0
 {libcruft => liboctave/cruft}/dasrt/ddasrt.f       |      0
 {libcruft => liboctave/cruft}/dasrt/drchek.f       |      0
 {libcruft => liboctave/cruft}/dasrt/droots.f       |      0
 {libcruft => liboctave/cruft}/dasrt/module.mk      |      0
 {libcruft => liboctave/cruft}/dassl/ddaini.f       |      0
 {libcruft => liboctave/cruft}/dassl/ddajac.f       |      0
 {libcruft => liboctave/cruft}/dassl/ddanrm.f       |      0
 {libcruft => liboctave/cruft}/dassl/ddaslv.f       |      0
 {libcruft => liboctave/cruft}/dassl/ddassl.f       |      0
 {libcruft => liboctave/cruft}/dassl/ddastp.f       |      0
 {libcruft => liboctave/cruft}/dassl/ddatrp.f       |      0
 {libcruft => liboctave/cruft}/dassl/ddawts.f       |      0
 {libcruft => liboctave/cruft}/dassl/module.mk      |      0
 {libcruft => liboctave/cruft}/fftpack/cfftb.f      |      0
 {libcruft => liboctave/cruft}/fftpack/cfftb1.f     |      0
 {libcruft => liboctave/cruft}/fftpack/cfftf.f      |      0
 {libcruft => liboctave/cruft}/fftpack/cfftf1.f     |      0
 {libcruft => liboctave/cruft}/fftpack/cffti.f      |      0
 {libcruft => liboctave/cruft}/fftpack/cffti1.f     |      0
 {libcruft => liboctave/cruft}/fftpack/fftpack.doc  |      0
 {libcruft => liboctave/cruft}/fftpack/module.mk    |      0
 {libcruft => liboctave/cruft}/fftpack/passb.f      |      0
 {libcruft => liboctave/cruft}/fftpack/passb2.f     |      0
 {libcruft => liboctave/cruft}/fftpack/passb3.f     |      0
 {libcruft => liboctave/cruft}/fftpack/passb4.f     |      0
 {libcruft => liboctave/cruft}/fftpack/passb5.f     |      0
 {libcruft => liboctave/cruft}/fftpack/passf.f      |      0
 {libcruft => liboctave/cruft}/fftpack/passf2.f     |      0
 {libcruft => liboctave/cruft}/fftpack/passf3.f     |      0
 {libcruft => liboctave/cruft}/fftpack/passf4.f     |      0
 {libcruft => liboctave/cruft}/fftpack/passf5.f     |      0
 {libcruft => liboctave/cruft}/fftpack/zfftb.f      |      0
 {libcruft => liboctave/cruft}/fftpack/zfftb1.f     |      0
 {libcruft => liboctave/cruft}/fftpack/zfftf.f      |      0
 {libcruft => liboctave/cruft}/fftpack/zfftf1.f     |      0
 {libcruft => liboctave/cruft}/fftpack/zffti.f      |      0
 {libcruft => liboctave/cruft}/fftpack/zffti1.f     |      0
 {libcruft => liboctave/cruft}/fftpack/zpassb.f     |      0
 {libcruft => liboctave/cruft}/fftpack/zpassb2.f    |      0
 {libcruft => liboctave/cruft}/fftpack/zpassb3.f    |      0
 {libcruft => liboctave/cruft}/fftpack/zpassb4.f    |      0
 {libcruft => liboctave/cruft}/fftpack/zpassb5.f    |      0
 {libcruft => liboctave/cruft}/fftpack/zpassf.f     |      0
 {libcruft => liboctave/cruft}/fftpack/zpassf2.f    |      0
 {libcruft => liboctave/cruft}/fftpack/zpassf3.f    |      0
 {libcruft => liboctave/cruft}/fftpack/zpassf4.f    |      0
 {libcruft => liboctave/cruft}/fftpack/zpassf5.f    |      0
 liboctave/cruft/lapack-xtra/crsf2csf.f             |    101 +
 .../cruft}/lapack-xtra/module.mk                   |      0
 .../cruft}/lapack-xtra/xclange.f                   |      0
 .../cruft}/lapack-xtra/xdlamch.f                   |      0
 .../cruft}/lapack-xtra/xdlange.f                   |      0
 .../cruft}/lapack-xtra/xilaenv.f                   |      0
 .../cruft}/lapack-xtra/xslamch.f                   |      0
 .../cruft}/lapack-xtra/xslange.f                   |      0
 .../cruft}/lapack-xtra/xzlange.f                   |      0
 liboctave/cruft/lapack-xtra/zrsf2csf.f             |    101 +
 liboctave/cruft/misc/blaswrap.c                    |    295 +
 liboctave/cruft/misc/cquit.c                       |     84 +
 {libcruft => liboctave/cruft}/misc/d1mach-tst.for  |      0
 {libcruft => liboctave/cruft}/misc/d1mach.f        |      0
 liboctave/cruft/misc/f77-extern.cc                 |     35 +
 liboctave/cruft/misc/f77-fcn.c                     |     64 +
 liboctave/cruft/misc/f77-fcn.h                     |    295 +
 {libcruft => liboctave/cruft}/misc/i1mach.f        |      0
 liboctave/cruft/misc/lo-error.c                    |    139 +
 liboctave/cruft/misc/lo-error.h                    |     68 +
 {libcruft => liboctave/cruft}/misc/module.mk       |      0
 liboctave/cruft/misc/quit.cc                       |    105 +
 liboctave/cruft/misc/quit.h                        |    231 +
 {libcruft => liboctave/cruft}/misc/r1mach.f        |      0
 liboctave/cruft/mkf77def.in                        |     60 +
 {libcruft => liboctave/cruft}/odepack/cfode.f      |      0
 {libcruft => liboctave/cruft}/odepack/dlsode.f     |      0
 {libcruft => liboctave/cruft}/odepack/ewset.f      |      0
 {libcruft => liboctave/cruft}/odepack/intdy.f      |      0
 {libcruft => liboctave/cruft}/odepack/module.mk    |      0
 {libcruft => liboctave/cruft}/odepack/prepj.f      |      0
 {libcruft => liboctave/cruft}/odepack/scfode.f     |      0
 {libcruft => liboctave/cruft}/odepack/sewset.f     |      0
 {libcruft => liboctave/cruft}/odepack/sintdy.f     |      0
 {libcruft => liboctave/cruft}/odepack/slsode.f     |      0
 {libcruft => liboctave/cruft}/odepack/solsy.f      |      0
 {libcruft => liboctave/cruft}/odepack/sprepj.f     |      0
 {libcruft => liboctave/cruft}/odepack/ssolsy.f     |      0
 {libcruft => liboctave/cruft}/odepack/sstode.f     |      0
 {libcruft => liboctave/cruft}/odepack/stode.f      |      0
 {libcruft => liboctave/cruft}/odepack/svnorm.f     |      0
 {libcruft => liboctave/cruft}/odepack/vnorm.f      |      0
 {libcruft => liboctave/cruft}/ordered-qz/dsubsp.f  |      0
 {libcruft => liboctave/cruft}/ordered-qz/exchqz.f  |      0
 {libcruft => liboctave/cruft}/ordered-qz/module.mk |      0
 {libcruft => liboctave/cruft}/ordered-qz/sexchqz.f |      0
 {libcruft => liboctave/cruft}/ordered-qz/ssubsp.f  |      0
 {libcruft => liboctave/cruft}/quadpack/dqagi.f     |      0
 {libcruft => liboctave/cruft}/quadpack/dqagie.f    |      0
 {libcruft => liboctave/cruft}/quadpack/dqagp.f     |      0
 {libcruft => liboctave/cruft}/quadpack/dqagpe.f    |      0
 {libcruft => liboctave/cruft}/quadpack/dqelg.f     |      0
 {libcruft => liboctave/cruft}/quadpack/dqk15i.f    |      0
 {libcruft => liboctave/cruft}/quadpack/dqk21.f     |      0
 {libcruft => liboctave/cruft}/quadpack/dqpsrt.f    |      0
 {libcruft => liboctave/cruft}/quadpack/module.mk   |      0
 {libcruft => liboctave/cruft}/quadpack/qagi.f      |      0
 {libcruft => liboctave/cruft}/quadpack/qagie.f     |      0
 {libcruft => liboctave/cruft}/quadpack/qagp.f      |      0
 {libcruft => liboctave/cruft}/quadpack/qagpe.f     |      0
 {libcruft => liboctave/cruft}/quadpack/qelg.f      |      0
 {libcruft => liboctave/cruft}/quadpack/qk15i.f     |      0
 {libcruft => liboctave/cruft}/quadpack/qk21.f      |      0
 {libcruft => liboctave/cruft}/quadpack/qpsrt.f     |      0
 {libcruft => liboctave/cruft}/quadpack/xerror.f    |      0
 {libcruft => liboctave/cruft}/ranlib/Basegen.doc   |      0
 {libcruft => liboctave/cruft}/ranlib/HOWTOGET      |      0
 {libcruft => liboctave/cruft}/ranlib/README        |      0
 {libcruft => liboctave/cruft}/ranlib/advnst.f      |      0
 {libcruft => liboctave/cruft}/ranlib/genbet.f      |      0
 {libcruft => liboctave/cruft}/ranlib/genchi.f      |      0
 {libcruft => liboctave/cruft}/ranlib/genexp.f      |      0
 {libcruft => liboctave/cruft}/ranlib/genf.f        |      0
 {libcruft => liboctave/cruft}/ranlib/gengam.f      |      0
 {libcruft => liboctave/cruft}/ranlib/genmn.f       |      0
 {libcruft => liboctave/cruft}/ranlib/genmul.f      |      0
 {libcruft => liboctave/cruft}/ranlib/gennch.f      |      0
 {libcruft => liboctave/cruft}/ranlib/gennf.f       |      0
 {libcruft => liboctave/cruft}/ranlib/gennor.f      |      0
 {libcruft => liboctave/cruft}/ranlib/genprm.f      |      0
 {libcruft => liboctave/cruft}/ranlib/genunf.f      |      0
 {libcruft => liboctave/cruft}/ranlib/getcgn.f      |      0
 {libcruft => liboctave/cruft}/ranlib/getsd.f       |      0
 {libcruft => liboctave/cruft}/ranlib/ignbin.f      |      0
 {libcruft => liboctave/cruft}/ranlib/ignlgi.f      |      0
 {libcruft => liboctave/cruft}/ranlib/ignnbn.f      |      0
 {libcruft => liboctave/cruft}/ranlib/ignpoi.f      |      0
 {libcruft => liboctave/cruft}/ranlib/ignuin.f      |      0
 {libcruft => liboctave/cruft}/ranlib/initgn.f      |      0
 {libcruft => liboctave/cruft}/ranlib/inrgcm.f      |      0
 {libcruft => liboctave/cruft}/ranlib/lennob.f      |      0
 {libcruft => liboctave/cruft}/ranlib/mltmod.f      |      0
 liboctave/cruft/ranlib/module.mk                   |     60 +
 {libcruft => liboctave/cruft}/ranlib/phrtsd.f      |      0
 {libcruft => liboctave/cruft}/ranlib/qrgnin.f      |      0
 {libcruft => liboctave/cruft}/ranlib/randlib.chs   |      0
 {libcruft => liboctave/cruft}/ranlib/randlib.fdoc  |      0
 {libcruft => liboctave/cruft}/ranlib/ranf.f        |      0
 {libcruft => liboctave/cruft}/ranlib/setall.f      |      0
 {libcruft => liboctave/cruft}/ranlib/setant.f      |      0
 {libcruft => liboctave/cruft}/ranlib/setgmn.f      |      0
 {libcruft => liboctave/cruft}/ranlib/setsd.f       |      0
 {libcruft => liboctave/cruft}/ranlib/sexpo.f       |      0
 {libcruft => liboctave/cruft}/ranlib/sgamma.f      |      0
 {libcruft => liboctave/cruft}/ranlib/snorm.f       |      0
 {libcruft => liboctave/cruft}/ranlib/tstbot.for    |      0
 {libcruft => liboctave/cruft}/ranlib/tstgmn.for    |      0
 {libcruft => liboctave/cruft}/ranlib/tstmid.for    |      0
 {libcruft => liboctave/cruft}/ranlib/wrap.f        |      0
 {libcruft => liboctave/cruft}/slatec-err/fdump.f   |      0
 {libcruft => liboctave/cruft}/slatec-err/ixsav.f   |      0
 {libcruft => liboctave/cruft}/slatec-err/j4save.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/module.mk |      0
 {libcruft => liboctave/cruft}/slatec-err/xerclr.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xercnt.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xerhlt.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xermsg.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xerprn.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xerrwd.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xersve.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xgetf.f   |      0
 {libcruft => liboctave/cruft}/slatec-err/xgetua.f  |      0
 {libcruft => liboctave/cruft}/slatec-err/xsetf.f   |      0
 {libcruft => liboctave/cruft}/slatec-err/xsetua.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/acosh.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/albeta.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/algams.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/alngam.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/alnrel.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/asinh.f    |      0
 liboctave/cruft/slatec-fn/atanh.f                  |     78 +
 {libcruft => liboctave/cruft}/slatec-fn/betai.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/csevl.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/d9gmit.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/d9lgic.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/d9lgit.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/d9lgmc.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dacosh.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dasinh.f   |      0
 liboctave/cruft/slatec-fn/datanh.f                 |     89 +
 {libcruft => liboctave/cruft}/slatec-fn/dbetai.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dcsevl.f   |      0
 liboctave/cruft/slatec-fn/derf.f                   |     83 +
 liboctave/cruft/slatec-fn/derfc.in.f               |    230 +
 {libcruft => liboctave/cruft}/slatec-fn/dgami.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/dgamit.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dgamlm.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dgamma.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dgamr.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/dlbeta.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dlgams.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dlngam.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dlnrel.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dpchim.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/dpchst.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/erf.f      |      0
 liboctave/cruft/slatec-fn/erfc.in.f                |    160 +
 {libcruft => liboctave/cruft}/slatec-fn/gami.f     |      0
 {libcruft => liboctave/cruft}/slatec-fn/gamit.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/gamlim.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/gamma.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/gamr.f     |      0
 {libcruft => liboctave/cruft}/slatec-fn/initds.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/inits.f    |      0
 liboctave/cruft/slatec-fn/module.mk                |     81 +
 {libcruft => liboctave/cruft}/slatec-fn/pchim.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/pchst.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/r9gmit.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/r9lgic.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/r9lgit.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/r9lgmc.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xacosh.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xasinh.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xatanh.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xbetai.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xdacosh.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/xdasinh.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/xdatanh.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/xdbetai.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/xderf.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/xderfc.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xdgami.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xdgamit.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/xdgamma.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/xerf.f     |      0
 {libcruft => liboctave/cruft}/slatec-fn/xerfc.f    |      0
 {libcruft => liboctave/cruft}/slatec-fn/xgamma.f   |      0
 {libcruft => liboctave/cruft}/slatec-fn/xgmainc.f  |      0
 {libcruft => liboctave/cruft}/slatec-fn/xsgmainc.f |      0
 liboctave/dColVector.cc                            |    326 -
 liboctave/dColVector.h                             |    120 -
 liboctave/dDiagMatrix.cc                           |    387 -
 liboctave/dDiagMatrix.h                            |    123 -
 liboctave/dMatrix.cc                               |   3426 -
 liboctave/dMatrix.h                                |    386 -
 liboctave/dNDArray.cc                              |    936 -
 liboctave/dNDArray.h                               |    192 -
 liboctave/dRowVector.cc                            |    333 -
 liboctave/dRowVector.h                             |    118 -
 liboctave/dSparse.cc                               |   8007 --
 liboctave/dSparse.h                                |    478 -
 liboctave/data-conv.cc                             |   1216 -
 liboctave/data-conv.h                              |    128 -
 liboctave/dbleAEPBAL.cc                            |    102 -
 liboctave/dbleAEPBAL.h                             |     51 -
 liboctave/dbleCHOL.cc                              |    447 -
 liboctave/dbleCHOL.h                               |     96 -
 liboctave/dbleGEPBAL.cc                            |    128 -
 liboctave/dbleGEPBAL.h                             |     87 -
 liboctave/dbleHESS.cc                              |    126 -
 liboctave/dbleHESS.h                               |     75 -
 liboctave/dbleLU.cc                                |    210 -
 liboctave/dbleLU.h                                 |     63 -
 liboctave/dbleQR.cc                                |    710 -
 liboctave/dbleQR.h                                 |     82 -
 liboctave/dbleQRP.cc                               |    104 -
 liboctave/dbleQRP.h                                |     70 -
 liboctave/dbleSCHUR.cc                             |    168 -
 liboctave/dbleSCHUR.h                              |     88 -
 liboctave/dbleSVD.cc                               |    211 -
 liboctave/dbleSVD.h                                |    106 -
 liboctave/dim-vector.cc                            |    302 -
 liboctave/dim-vector.h                             |    525 -
 liboctave/dir-ops.cc                               |    101 -
 liboctave/dir-ops.h                                |     90 -
 liboctave/eigs-base.cc                             |   3876 -
 liboctave/f2c-main.c                               |     35 -
 liboctave/fCColVector.cc                           |    532 -
 liboctave/fCColVector.h                            |    150 -
 liboctave/fCDiagMatrix.cc                          |    573 -
 liboctave/fCDiagMatrix.h                           |    150 -
 liboctave/fCMatrix.cc                              |   4083 -
 liboctave/fCMatrix.h                               |    440 -
 liboctave/fCNDArray.cc                             |    932 -
 liboctave/fCNDArray.h                              |    176 -
 liboctave/fCRowVector.cc                           |    475 -
 liboctave/fCRowVector.h                            |    142 -
 liboctave/fCmplxAEPBAL.cc                          |    105 -
 liboctave/fCmplxAEPBAL.h                           |     51 -
 liboctave/fCmplxCHOL.cc                            |    445 -
 liboctave/fCmplxCHOL.h                             |    100 -
 liboctave/fCmplxGEPBAL.cc                          |    127 -
 liboctave/fCmplxGEPBAL.h                           |     90 -
 liboctave/fCmplxHESS.cc                            |    127 -
 liboctave/fCmplxHESS.h                             |     82 -
 liboctave/fCmplxLU.cc                              |    210 -
 liboctave/fCmplxLU.h                               |     67 -
 liboctave/fCmplxQR.cc                              |    703 -
 liboctave/fCmplxQR.h                               |     77 -
 liboctave/fCmplxQRP.cc                             |    106 -
 liboctave/fCmplxQRP.h                              |     69 -
 liboctave/fCmplxSCHUR.cc                           |    173 -
 liboctave/fCmplxSCHUR.h                            |     92 -
 liboctave/fCmplxSVD.cc                             |    216 -
 liboctave/fCmplxSVD.h                              |     98 -
 liboctave/fColVector.cc                            |    325 -
 liboctave/fColVector.h                             |    123 -
 liboctave/fDiagMatrix.cc                           |    387 -
 liboctave/fDiagMatrix.h                            |    123 -
 liboctave/fEIG.cc                                  |    866 -
 liboctave/fEIG.h                                   |    134 -
 liboctave/fMatrix.cc                               |   3422 -
 liboctave/fMatrix.h                                |    388 -
 liboctave/fNDArray.cc                              |    896 -
 liboctave/fNDArray.h                               |    189 -
 liboctave/fRowVector.cc                            |    333 -
 liboctave/fRowVector.h                             |    119 -
 liboctave/file-ops.cc                              |    798 -
 liboctave/file-ops.h                               |    190 -
 liboctave/file-stat.cc                             |    283 -
 liboctave/file-stat.h                              |    314 -
 liboctave/floatAEPBAL.cc                           |    103 -
 liboctave/floatAEPBAL.h                            |     51 -
 liboctave/floatCHOL.cc                             |    447 -
 liboctave/floatCHOL.h                              |     97 -
 liboctave/floatGEPBAL.cc                           |    128 -
 liboctave/floatGEPBAL.h                            |     86 -
 liboctave/floatHESS.cc                             |    126 -
 liboctave/floatHESS.h                              |     79 -
 liboctave/floatLU.cc                               |    210 -
 liboctave/floatLU.h                                |     65 -
 liboctave/floatQR.cc                               |    696 -
 liboctave/floatQR.h                                |     75 -
 liboctave/floatQRP.cc                              |    104 -
 liboctave/floatQRP.h                               |     70 -
 liboctave/floatSCHUR.cc                            |    167 -
 liboctave/floatSCHUR.h                             |     89 -
 liboctave/floatSVD.cc                              |    211 -
 liboctave/floatSVD.h                               |     96 -
 liboctave/functor.h                                |     75 -
 liboctave/glob-match.cc                            |     59 -
 liboctave/glob-match.h                             |    101 -
 liboctave/idx-vector.cc                            |   1336 -
 liboctave/idx-vector.h                             |   1050 -
 liboctave/int16NDArray.cc                          |     60 -
 liboctave/int16NDArray.h                           |     50 -
 liboctave/int32NDArray.cc                          |     59 -
 liboctave/int32NDArray.h                           |     50 -
 liboctave/int64NDArray.cc                          |     60 -
 liboctave/int64NDArray.h                           |     50 -
 liboctave/int8NDArray.cc                           |     59 -
 liboctave/int8NDArray.h                            |     50 -
 liboctave/intNDArray.cc                            |    286 -
 liboctave/intNDArray.h                             |    129 -
 liboctave/kpse.cc                                  |   2660 -
 liboctave/link-deps.mk                             |     26 +-
 liboctave/lo-array-gripes.cc                       |    164 -
 liboctave/lo-array-gripes.h                        |     74 -
 liboctave/lo-cieee.c                               |    279 -
 liboctave/lo-cutils.c                              |     78 -
 liboctave/lo-cutils.h                              |     59 -
 liboctave/lo-ieee.cc                               |     89 -
 liboctave/lo-ieee.h                                |    121 -
 liboctave/lo-macros.h                              |     95 -
 liboctave/lo-mappers.cc                            |    645 -
 liboctave/lo-mappers.h                             |    404 -
 liboctave/lo-math.h                                |     40 -
 liboctave/lo-specfun.cc                            |   3322 -
 liboctave/lo-specfun.h                             |    599 -
 liboctave/lo-sysdep.cc                             |    143 -
 liboctave/lo-sysdep.h                              |     40 -
 liboctave/lo-traits.h                              |    153 -
 liboctave/lo-utils.cc                              |    554 -
 liboctave/lo-utils.h                               |    106 -
 liboctave/mach-info.cc                             |    264 -
 liboctave/mach-info.h                              |     79 -
 liboctave/mk-ops.awk                               |    242 -
 liboctave/mx-base.h                                |     88 -
 liboctave/mx-defs.h                                |    144 -
 liboctave/mx-ext.h                                 |     80 -
 liboctave/mx-inlines.cc                            |   1372 -
 liboctave/mx-op-decl.h                             |    303 -
 liboctave/mx-op-defs.h                             |    654 -
 liboctave/mx-op-inc.mk                             |      1 -
 liboctave/mx-op-src.mk                             |      1 -
 liboctave/mx-ops                                   |    438 -
 liboctave/numeric/CmplxAEPBAL.cc                   |    105 +
 liboctave/numeric/CmplxAEPBAL.h                    |     51 +
 liboctave/numeric/CmplxCHOL.cc                     |    446 +
 liboctave/numeric/CmplxCHOL.h                      |     99 +
 liboctave/numeric/CmplxGEPBAL.cc                   |    129 +
 liboctave/numeric/CmplxGEPBAL.h                    |     89 +
 liboctave/numeric/CmplxHESS.cc                     |    125 +
 liboctave/numeric/CmplxHESS.h                      |     82 +
 liboctave/numeric/CmplxLU.cc                       |    222 +
 liboctave/numeric/CmplxLU.h                        |     67 +
 liboctave/numeric/CmplxQR.cc                       |    709 +
 liboctave/numeric/CmplxQR.h                        |     76 +
 liboctave/numeric/CmplxQRP.cc                      |    109 +
 liboctave/numeric/CmplxQRP.h                       |     69 +
 liboctave/numeric/CmplxSCHUR.cc                    |    173 +
 liboctave/numeric/CmplxSCHUR.h                     |     94 +
 liboctave/numeric/CmplxSVD.cc                      |    215 +
 liboctave/numeric/CmplxSVD.h                       |     97 +
 liboctave/numeric/CollocWt.cc                      |    513 +
 liboctave/numeric/CollocWt.h                       |    190 +
 liboctave/numeric/DAE.h                            |     61 +
 liboctave/numeric/DAEFunc.h                        |    102 +
 liboctave/numeric/DAERT.h                          |     68 +
 liboctave/numeric/DAERTFunc.h                      |     87 +
 liboctave/numeric/DASPK-opts.in                    |    343 +
 liboctave/numeric/DASPK.cc                         |    780 +
 liboctave/numeric/DASPK.h                          |     82 +
 liboctave/numeric/DASRT-opts.in                    |    133 +
 liboctave/numeric/DASRT.cc                         |    651 +
 liboctave/numeric/DASRT.h                          |    124 +
 liboctave/numeric/DASSL-opts.in                    |    161 +
 liboctave/numeric/DASSL.cc                         |    581 +
 liboctave/numeric/DASSL.h                          |     82 +
 liboctave/numeric/DET.h                            |     90 +
 liboctave/numeric/EIG.cc                           |    872 +
 liboctave/numeric/EIG.h                            |    145 +
 liboctave/numeric/LSODE-opts.in                    |    159 +
 liboctave/numeric/LSODE.cc                         |    505 +
 liboctave/numeric/LSODE.h                          |     78 +
 liboctave/numeric/ODE.h                            |    114 +
 liboctave/numeric/ODEFunc.h                        |     93 +
 liboctave/numeric/ODES.cc                          |     44 +
 liboctave/numeric/ODES.h                           |     79 +
 liboctave/numeric/ODESFunc.h                       |    107 +
 liboctave/numeric/Quad-opts.in                     |     67 +
 liboctave/numeric/Quad.cc                          |    305 +
 liboctave/numeric/Quad.h                           |    252 +
 liboctave/numeric/SparseCmplxCHOL.cc               |     70 +
 liboctave/numeric/SparseCmplxCHOL.h                |    109 +
 liboctave/numeric/SparseCmplxLU.cc                 |    483 +
 liboctave/numeric/SparseCmplxLU.h                  |     67 +
 liboctave/numeric/SparseCmplxQR.cc                 |    900 +
 liboctave/numeric/SparseCmplxQR.h                  |    179 +
 liboctave/numeric/SparseQR.cc                      |    917 +
 liboctave/numeric/SparseQR.h                       |    175 +
 liboctave/numeric/SparsedbleCHOL.cc                |     70 +
 liboctave/numeric/SparsedbleCHOL.h                 |     91 +
 liboctave/numeric/SparsedbleLU.cc                  |    460 +
 liboctave/numeric/SparsedbleLU.h                   |     62 +
 liboctave/numeric/base-aepbal.h                    |     94 +
 liboctave/numeric/base-dae.h                       |     78 +
 liboctave/numeric/base-de.h                        |    119 +
 liboctave/numeric/base-lu.cc                       |    191 +
 liboctave/numeric/base-lu.h                        |     87 +
 liboctave/numeric/base-min.h                       |    124 +
 liboctave/numeric/base-qr.cc                       |     80 +
 liboctave/numeric/base-qr.h                        |     81 +
 liboctave/numeric/bsxfun-decl.h                    |     59 +
 liboctave/numeric/bsxfun-defs.cc                   |    254 +
 liboctave/numeric/bsxfun.h                         |     84 +
 liboctave/numeric/dbleAEPBAL.cc                    |    102 +
 liboctave/numeric/dbleAEPBAL.h                     |     51 +
 liboctave/numeric/dbleCHOL.cc                      |    447 +
 liboctave/numeric/dbleCHOL.h                       |     96 +
 liboctave/numeric/dbleGEPBAL.cc                    |    128 +
 liboctave/numeric/dbleGEPBAL.h                     |     87 +
 liboctave/numeric/dbleHESS.cc                      |    126 +
 liboctave/numeric/dbleHESS.h                       |     75 +
 liboctave/numeric/dbleLU.cc                        |    219 +
 liboctave/numeric/dbleLU.h                         |     63 +
 liboctave/numeric/dbleQR.cc                        |    716 +
 liboctave/numeric/dbleQR.h                         |     82 +
 liboctave/numeric/dbleQRP.cc                       |    106 +
 liboctave/numeric/dbleQRP.h                        |     70 +
 liboctave/numeric/dbleSCHUR.cc                     |    168 +
 liboctave/numeric/dbleSCHUR.h                      |     89 +
 liboctave/numeric/dbleSVD.cc                       |    211 +
 liboctave/numeric/dbleSVD.h                        |    106 +
 liboctave/numeric/eigs-base.cc                     |   3893 +
 liboctave/numeric/fCmplxAEPBAL.cc                  |    105 +
 liboctave/numeric/fCmplxAEPBAL.h                   |     53 +
 liboctave/numeric/fCmplxCHOL.cc                    |    450 +
 liboctave/numeric/fCmplxCHOL.h                     |    100 +
 liboctave/numeric/fCmplxGEPBAL.cc                  |    129 +
 liboctave/numeric/fCmplxGEPBAL.h                   |     92 +
 liboctave/numeric/fCmplxHESS.cc                    |    127 +
 liboctave/numeric/fCmplxHESS.h                     |     83 +
 liboctave/numeric/fCmplxLU.cc                      |    227 +
 liboctave/numeric/fCmplxLU.h                       |     69 +
 liboctave/numeric/fCmplxQR.cc                      |    719 +
 liboctave/numeric/fCmplxQR.h                       |     79 +
 liboctave/numeric/fCmplxQRP.cc                     |    109 +
 liboctave/numeric/fCmplxQRP.h                      |     69 +
 liboctave/numeric/fCmplxSCHUR.cc                   |    173 +
 liboctave/numeric/fCmplxSCHUR.h                    |     94 +
 liboctave/numeric/fCmplxSVD.cc                     |    216 +
 liboctave/numeric/fCmplxSVD.h                      |     99 +
 liboctave/numeric/fEIG.cc                          |    869 +
 liboctave/numeric/fEIG.h                           |    140 +
 liboctave/numeric/floatAEPBAL.cc                   |    103 +
 liboctave/numeric/floatAEPBAL.h                    |     51 +
 liboctave/numeric/floatCHOL.cc                     |    447 +
 liboctave/numeric/floatCHOL.h                      |     98 +
 liboctave/numeric/floatGEPBAL.cc                   |    129 +
 liboctave/numeric/floatGEPBAL.h                    |     86 +
 liboctave/numeric/floatHESS.cc                     |    126 +
 liboctave/numeric/floatHESS.h                      |     79 +
 liboctave/numeric/floatLU.cc                       |    221 +
 liboctave/numeric/floatLU.h                        |     65 +
 liboctave/numeric/floatQR.cc                       |    702 +
 liboctave/numeric/floatQR.h                        |     75 +
 liboctave/numeric/floatQRP.cc                      |    106 +
 liboctave/numeric/floatQRP.h                       |     70 +
 liboctave/numeric/floatSCHUR.cc                    |    168 +
 liboctave/numeric/floatSCHUR.h                     |     90 +
 liboctave/numeric/floatSVD.cc                      |    212 +
 liboctave/numeric/floatSVD.h                       |     96 +
 liboctave/numeric/lo-mappers.cc                    |    657 +
 liboctave/numeric/lo-mappers.h                     |    413 +
 liboctave/numeric/lo-specfun.cc                    |   3722 +
 liboctave/numeric/lo-specfun.h                     |    666 +
 liboctave/numeric/module.mk                        |    187 +
 liboctave/numeric/oct-convn.cc                     |    175 +
 liboctave/numeric/oct-convn.h                      |     71 +
 liboctave/numeric/oct-fftw.cc                      |   1090 +
 liboctave/numeric/oct-fftw.h                       |    405 +
 liboctave/numeric/oct-norm.cc                      |    569 +
 liboctave/numeric/oct-norm.h                       |     60 +
 liboctave/numeric/oct-rand.cc                      |    909 +
 liboctave/numeric/oct-rand.h                       |    275 +
 liboctave/numeric/oct-spparms.cc                   |    231 +
 liboctave/numeric/oct-spparms.h                    |    121 +
 liboctave/numeric/randgamma.c                      |    201 +
 liboctave/numeric/randgamma.h                      |     42 +
 liboctave/numeric/randmtzig.c                      |    870 +
 liboctave/numeric/randmtzig.h                      |    101 +
 liboctave/numeric/randpoisson.c                    |    622 +
 liboctave/numeric/randpoisson.h                    |     42 +
 liboctave/numeric/sparse-base-chol.cc              |    292 +
 liboctave/numeric/sparse-base-chol.h               |    225 +
 liboctave/numeric/sparse-base-lu.cc                |    146 +
 liboctave/numeric/sparse-base-lu.h                 |     98 +
 liboctave/numeric/sparse-dmsolve.cc                |    523 +
 liboctave/oct-alloc.cc                             |    104 -
 liboctave/oct-alloc.h                              |    101 -
 liboctave/oct-binmap.h                             |    467 -
 liboctave/oct-cmplx.h                              |     82 -
 liboctave/oct-convn.cc                             |    170 -
 liboctave/oct-convn.h                              |     71 -
 liboctave/oct-env.cc                               |    547 -
 liboctave/oct-env.h                                |    142 -
 liboctave/oct-fftw.cc                              |   1056 -
 liboctave/oct-fftw.h                               |    351 -
 liboctave/oct-glob.cc                              |    130 -
 liboctave/oct-glob.h                               |     35 -
 liboctave/oct-group.cc                             |    222 -
 liboctave/oct-group.h                              |    112 -
 liboctave/oct-inttypes.cc                          |    653 -
 liboctave/oct-inttypes.h                           |   1099 -
 liboctave/oct-locbuf.cc                            |    147 -
 liboctave/oct-locbuf.h                             |    213 -
 liboctave/oct-md5.cc                               |     85 -
 liboctave/oct-md5.h                                |     25 -
 liboctave/oct-mem.h                                |    157 -
 liboctave/oct-mutex.cc                             |    175 -
 liboctave/oct-mutex.h                              |    150 -
 liboctave/oct-norm.cc                              |    568 -
 liboctave/oct-norm.h                               |     60 -
 liboctave/oct-openmp.h                             |     34 -
 liboctave/oct-passwd.cc                            |    229 -
 liboctave/oct-passwd.h                             |    132 -
 liboctave/oct-rand.cc                              |    695 -
 liboctave/oct-rand.h                               |    253 -
 liboctave/oct-refcount.h                           |     89 -
 liboctave/oct-rl-edit.c                            |    383 -
 liboctave/oct-rl-edit.h                            |    151 -
 liboctave/oct-rl-hist.c                            |    316 -
 liboctave/oct-rl-hist.h                            |     81 -
 liboctave/oct-shlib.cc                             |    520 -
 liboctave/oct-shlib.h                              |    192 -
 liboctave/oct-sort.cc                              |   1957 -
 liboctave/oct-sort.h                               |    347 -
 liboctave/oct-sparse.h                             |     97 -
 liboctave/oct-spparms.cc                           |    231 -
 liboctave/oct-spparms.h                            |    121 -
 liboctave/oct-syscalls.cc                          |    416 -
 liboctave/oct-syscalls.h                           |     73 -
 liboctave/oct-time.cc                              |    301 -
 liboctave/oct-time.h                               |    368 -
 liboctave/oct-uname.cc                             |     55 -
 liboctave/oct-uname.h                              |     92 -
 liboctave/operators/Sparse-diag-op-defs.h          |    236 +
 liboctave/operators/Sparse-op-defs.h               |   2150 +
 liboctave/operators/Sparse-perm-op-defs.h          |    172 +
 liboctave/operators/config-ops.sh                  |    107 +
 liboctave/operators/mk-ops.awk                     |    242 +
 liboctave/operators/module.mk                      |     69 +
 liboctave/operators/mx-base.h                      |     88 +
 liboctave/operators/mx-defs.h                      |    144 +
 liboctave/operators/mx-ext.h                       |     80 +
 liboctave/operators/mx-inlines.cc                  |   1372 +
 liboctave/operators/mx-op-decl.h                   |    303 +
 liboctave/operators/mx-op-defs.h                   |    654 +
 liboctave/operators/mx-op-inc.mk                   |      1 +
 liboctave/operators/mx-op-src.mk                   |      1 +
 liboctave/operators/mx-ops                         |    438 +
 liboctave/operators/smx-op-inc.mk                  |      1 +
 liboctave/operators/smx-op-src.mk                  |      1 +
 liboctave/operators/sparse-mk-ops.awk              |    257 +
 liboctave/operators/sparse-mx-ops                  |     66 +
 liboctave/operators/vx-op-inc.mk                   |      1 +
 liboctave/operators/vx-op-src.mk                   |      1 +
 liboctave/operators/vx-ops                         |     59 +
 liboctave/pathlen.h                                |     34 -
 liboctave/pathsearch.cc                            |    175 -
 liboctave/pathsearch.h                             |    172 -
 liboctave/randgamma.c                              |    143 -
 liboctave/randgamma.h                              |     38 -
 liboctave/randmtzig.c                              |    703 -
 liboctave/randmtzig.h                              |     93 -
 liboctave/randpoisson.c                            |    465 -
 liboctave/randpoisson.h                            |     38 -
 liboctave/regexp.cc                                |    592 -
 liboctave/regexp.h                                 |    281 -
 liboctave/singleton-cleanup.cc                     |     60 -
 liboctave/smx-op-inc.mk                            |      1 -
 liboctave/smx-op-src.mk                            |      1 -
 liboctave/sparse-base-chol.cc                      |    291 -
 liboctave/sparse-base-chol.h                       |    217 -
 liboctave/sparse-base-lu.cc                        |    146 -
 liboctave/sparse-base-lu.h                         |     98 -
 liboctave/sparse-dmsolve.cc                        |    521 -
 liboctave/sparse-mk-ops.awk                        |    257 -
 liboctave/sparse-mx-ops                            |     66 -
 liboctave/sparse-sort.cc                           |     63 -
 liboctave/sparse-sort.h                            |     52 -
 liboctave/sparse-util.cc                           |    119 -
 liboctave/sparse-util.h                            |     39 -
 liboctave/statdefs.h                               |     70 -
 liboctave/str-vec.cc                               |    287 -
 liboctave/str-vec.h                                |    117 -
 liboctave/sun-utils.h                              |     62 -
 liboctave/sysdir.h                                 |     50 -
 liboctave/system/dir-ops.cc                        |    101 +
 liboctave/system/dir-ops.h                         |     90 +
 liboctave/system/file-ops.cc                       |    799 +
 liboctave/system/file-ops.h                        |    190 +
 liboctave/system/file-stat.cc                      |    283 +
 liboctave/system/file-stat.h                       |    314 +
 liboctave/system/lo-sysdep.cc                      |    149 +
 liboctave/system/lo-sysdep.h                       |     40 +
 liboctave/system/mach-info.cc                      |    224 +
 liboctave/system/mach-info.h                       |     76 +
 liboctave/system/module.mk                         |     43 +
 liboctave/system/oct-env.cc                        |    547 +
 liboctave/system/oct-env.h                         |    142 +
 liboctave/system/oct-group.cc                      |    221 +
 liboctave/system/oct-group.h                       |    112 +
 liboctave/system/oct-openmp.h                      |     34 +
 liboctave/system/oct-passwd.cc                     |    229 +
 liboctave/system/oct-passwd.h                      |    132 +
 liboctave/system/oct-syscalls.cc                   |    418 +
 liboctave/system/oct-syscalls.h                    |     75 +
 liboctave/system/oct-time.cc                       |    304 +
 liboctave/system/oct-time.h                        |    368 +
 liboctave/system/oct-uname.cc                      |     51 +
 liboctave/system/oct-uname.h                       |     92 +
 liboctave/system/pathlen.h                         |     34 +
 liboctave/system/sysdir.h                          |     50 +
 liboctave/system/syswait.h                         |     65 +
 liboctave/system/tempnam.c                         |     59 +
 liboctave/system/tempname.c                        |    207 +
 liboctave/syswait.h                                |     65 -
 liboctave/tempnam.c                                |     59 -
 liboctave/tempname.c                               |    207 -
 liboctave/uint16NDArray.cc                         |     59 -
 liboctave/uint16NDArray.h                          |     50 -
 liboctave/uint32NDArray.cc                         |     59 -
 liboctave/uint32NDArray.h                          |     50 -
 liboctave/uint64NDArray.cc                         |     60 -
 liboctave/uint64NDArray.h                          |     50 -
 liboctave/uint8NDArray.cc                          |     60 -
 liboctave/uint8NDArray.h                           |     50 -
 liboctave/util/action-container.h                  |    341 +
 liboctave/util/base-list.h                         |    131 +
 liboctave/util/byte-swap.h                         |     94 +
 liboctave/util/caseless-str.h                      |     95 +
 liboctave/util/cmd-edit.cc                         |   1785 +
 liboctave/util/cmd-edit.h                          |    350 +
 liboctave/util/cmd-hist.cc                         |   1030 +
 liboctave/util/cmd-hist.h                          |    231 +
 liboctave/util/data-conv.cc                        |    991 +
 liboctave/util/data-conv.h                         |    264 +
 liboctave/util/f2c-main.c                          |     35 +
 liboctave/util/functor.h                           |     75 +
 liboctave/util/glob-match.cc                       |     59 +
 liboctave/util/glob-match.h                        |    101 +
 liboctave/util/kpse.cc                             |   2648 +
 liboctave/util/lo-array-gripes.cc                  |    168 +
 liboctave/util/lo-array-gripes.h                   |     74 +
 liboctave/util/lo-cieee.c                          |    279 +
 liboctave/util/lo-cutils.c                         |    200 +
 liboctave/util/lo-cutils.h                         |     68 +
 liboctave/util/lo-ieee.cc                          |     86 +
 liboctave/util/lo-ieee.h                           |    143 +
 liboctave/util/lo-macros.h                         |     99 +
 liboctave/util/lo-math.h                           |     40 +
 liboctave/util/lo-regexp.cc                        |    620 +
 liboctave/util/lo-regexp.h                         |    289 +
 liboctave/util/lo-traits.h                         |    153 +
 liboctave/util/lo-utils.cc                         |    427 +
 liboctave/util/lo-utils.h                          |    186 +
 liboctave/util/module.mk                           |     94 +
 liboctave/util/oct-alloc.cc                        |    104 +
 liboctave/util/oct-alloc.h                         |    101 +
 liboctave/util/oct-base64.cc                       |     94 +
 liboctave/util/oct-base64.h                        |     37 +
 liboctave/util/oct-binmap.h                        |    475 +
 liboctave/util/oct-cmplx.h                         |     82 +
 liboctave/util/oct-glob.cc                         |    130 +
 liboctave/util/oct-glob.h                          |     35 +
 liboctave/util/oct-inttypes.cc                     |    788 +
 liboctave/util/oct-inttypes.h                      |   1252 +
 liboctave/util/oct-locbuf.cc                       |    147 +
 liboctave/util/oct-locbuf.h                        |    213 +
 liboctave/util/oct-md5.cc                          |     85 +
 liboctave/util/oct-md5.h                           |     25 +
 liboctave/util/oct-mem.h                           |    160 +
 liboctave/util/oct-mutex.cc                        |    175 +
 liboctave/util/oct-mutex.h                         |    150 +
 liboctave/util/oct-refcount.h                      |     94 +
 liboctave/util/oct-rl-edit.c                       |    429 +
 liboctave/util/oct-rl-edit.h                       |    165 +
 liboctave/util/oct-rl-hist.c                       |    320 +
 liboctave/util/oct-rl-hist.h                       |     83 +
 liboctave/util/oct-shlib.cc                        |    524 +
 liboctave/util/oct-shlib.h                         |    192 +
 liboctave/util/oct-sort.cc                         |   1963 +
 liboctave/util/oct-sort.h                          |    346 +
 liboctave/util/oct-sparse.h                        |     97 +
 liboctave/util/pathsearch.cc                       |    175 +
 liboctave/util/pathsearch.h                        |    172 +
 liboctave/util/singleton-cleanup.cc                |     60 +
 liboctave/{ => util}/singleton-cleanup.h           |      0
 liboctave/util/sparse-sort.cc                      |     63 +
 liboctave/util/sparse-sort.h                       |     52 +
 liboctave/util/sparse-util.cc                      |    131 +
 liboctave/util/sparse-util.h                       |     43 +
 liboctave/util/statdefs.h                          |     70 +
 liboctave/util/str-vec.cc                          |    291 +
 liboctave/util/str-vec.h                           |    121 +
 liboctave/util/sun-utils.h                         |     62 +
 liboctave/util/unwind-prot.cc                      |     38 +
 liboctave/util/unwind-prot.h                       |    145 +
 liboctave/util/url-transfer.cc                     |    811 +
 liboctave/util/url-transfer.h                      |    287 +
 liboctave/vx-op-inc.mk                             |      1 -
 liboctave/vx-op-src.mk                             |      1 -
 liboctave/vx-ops                                   |     59 -
 m4/00gnulib.m4                                     |      2 +-
 m4/acinclude.m4                                    |   3347 +-
 m4/alloca.m4                                       |      2 +-
 m4/ax_blas.m4                                      |      4 +-
 m4/ax_blas_f77_func.m4                             |    172 +-
 m4/ax_compare_version.m4                           |    177 +
 m4/ax_pthread.m4                                   |     98 +-
 m4/base64.m4                                       |     15 +
 m4/canonicalize.m4                                 |     55 +-
 m4/ceil.m4                                         |     13 +-
 m4/ceilf.m4                                        |     19 +-
 m4/chdir-long.m4                                   |     10 +-
 m4/check-math-lib.m4                               |      7 +-
 m4/close.m4                                        |      2 +-
 m4/closedir.m4                                     |      2 +-
 m4/codeset.m4                                      |      2 +-
 m4/configmake.m4                                   |     13 +-
 m4/copysign.m4                                     |      2 +-
 m4/copysignf.m4                                    |     25 +-
 m4/d-ino.m4                                        |     27 +-
 m4/d-type.m4                                       |      2 +-
 m4/dirent_h.m4                                     |      2 +-
 m4/dirfd.m4                                        |      2 +-
 m4/dirname.m4                                      |      2 +-
 m4/double-slash-root.m4                            |      2 +-
 m4/dup.m4                                          |      8 +-
 m4/dup2.m4                                         |     31 +-
 m4/eealloc.m4                                      |      5 +-
 m4/environ.m4                                      |     47 +
 m4/errno_h.m4                                      |     16 +-
 m4/error.m4                                        |      3 +-
 m4/exponentd.m4                                    |      7 +-
 m4/exponentf.m4                                    |      2 +-
 m4/exponentl.m4                                    |      2 +-
 m4/extensions.m4                                   |     51 +-
 m4/extern-inline.m4                                |     80 +
 m4/fchdir.m4                                       |     22 +-
 m4/fclose.m4                                       |      6 +-
 m4/fcntl-o.m4                                      |     15 +-
 m4/fcntl.m4                                        |      2 +-
 m4/fcntl_h.m4                                      |      2 +-
 m4/fdopendir.m4                                    |     22 +-
 m4/fflush.m4                                       |     23 +-
 m4/filemode.m4                                     |      2 +-
 m4/filenamecat.m4                                  |      2 +-
 m4/float_h.m4                                      |      2 +-
 m4/floor.m4                                        |     13 +-
 m4/floorf.m4                                       |     19 +-
 m4/fnmatch.m4                                      |      6 +-
 m4/fopen.m4                                        |      9 +-
 m4/fpieee.m4                                       |      8 +-
 m4/fpurge.m4                                       |      2 +-
 m4/freading.m4                                     |      2 +-
 m4/frexp.m4                                        |    172 +
 m4/frexpf.m4                                       |     96 +
 m4/fseek.m4                                        |      2 +-
 m4/fseeko.m4                                       |     18 +-
 m4/fstat.m4                                        |     26 +-
 m4/fstatat.m4                                      |      6 +-
 m4/ftell.m4                                        |      2 +-
 m4/ftello.m4                                       |     19 +-
 m4/getcwd-abort-bug.m4                             |     64 +-
 m4/getcwd-path-max.m4                              |      5 +-
 m4/getcwd.m4                                       |     23 +-
 m4/getdtablesize.m4                                |     37 +-
 m4/gethostname.m4                                  |      2 +-
 m4/getlogin_r.m4                                   |      2 +-
 m4/getopt.m4                                       |    293 +-
 m4/gettimeofday.m4                                 |     51 +-
 m4/glibc21.m4                                      |      2 +-
 m4/glob.m4                                         |      2 +-
 m4/gnulib-cache.m4                                 |     32 +-
 m4/gnulib-common.m4                                |     15 +-
 m4/gnulib-comp.m4                                  |   1301 +-
 m4/include_next.m4                                 |      2 +-
 m4/intmax_t.m4                                     |      2 +-
 m4/inttypes_h.m4                                   |      2 +-
 m4/isatty.m4                                       |      8 +-
 m4/isnand.m4                                       |      2 +-
 m4/isnanf.m4                                       |      2 +-
 m4/isnanl.m4                                       |      2 +-
 m4/largefile.m4                                    |    146 +
 m4/libtool.m4                                      |     12 +-
 m4/link.m4                                         |     22 +-
 m4/localcharset.m4                                 |      2 +-
 m4/locale-fr.m4                                    |     20 +-
 m4/locale-ja.m4                                    |     10 +-
 m4/locale-zh.m4                                    |     10 +-
 m4/longlong.m4                                     |      2 +-
 m4/lseek.m4                                        |     61 +-
 m4/lstat.m4                                        |     41 +-
 m4/malloc.m4                                       |     42 +-
 m4/malloca.m4                                      |      2 +-
 m4/math_h.m4                                       |    250 +-
 m4/mathfunc.m4                                     |      6 +-
 m4/mbrtowc.m4                                      |      2 +-
 m4/mbsinit.m4                                      |      2 +-
 m4/mbsrtowcs.m4                                    |      2 +-
 m4/mbstate_t.m4                                    |      2 +-
 m4/md5.m4                                          |      5 +-
 m4/memchr.m4                                       |      2 +-
 m4/mempcpy.m4                                      |      2 +-
 m4/memrchr.m4                                      |      2 +-
 m4/mkdir.m4                                        |     43 +-
 m4/mkfifo.m4                                       |     26 +-
 m4/mkostemp.m4                                     |      2 +-
 m4/mkstemp.m4                                      |     72 -
 m4/mktime.m4                                       |     43 +-
 m4/mmap-anon.m4                                    |     14 +-
 m4/mode_t.m4                                       |      2 +-
 m4/module.mk                                       |      6 +-
 m4/msvc-inval.m4                                   |      2 +-
 m4/msvc-nothrow.m4                                 |      2 +-
 m4/multiarch.m4                                    |      6 +-
 m4/nanosleep.m4                                    |     59 +-
 m4/nocrash.m4                                      |      6 +-
 m4/nproc.m4                                        |      2 +-
 m4/off_t.m4                                        |     18 +
 m4/open.m4                                         |      5 +-
 m4/openat.m4                                       |      7 +-
 m4/opendir.m4                                      |      2 +-
 m4/pathmax.m4                                      |      2 +-
 m4/pkg.m4                                          |    157 +
 m4/printf.m4                                       |     31 +-
 m4/putenv.m4                                       |     56 +
 m4/raise.m4                                        |      8 +-
 m4/readdir.m4                                      |      2 +-
 m4/readlink.m4                                     |     32 +-
 m4/realloc.m4                                      |     42 +-
 m4/rename.m4                                       |     96 +-
 m4/rewinddir.m4                                    |      2 +-
 m4/rmdir.m4                                        |     22 +-
 m4/round.m4                                        |     89 +-
 m4/roundf.m4                                       |     89 +-
 m4/same.m4                                         |     13 +
 m4/save-cwd.m4                                     |      2 +-
 m4/secure_getenv.m4                                |     25 +
 m4/select.m4                                       |     42 +-
 m4/sigaction.m4                                    |      9 +-
 m4/signal_h.m4                                     |      2 +-
 m4/signalblocking.m4                               |      8 +-
 m4/signbit.m4                                      |    177 +-
 m4/size_max.m4                                     |      2 +-
 m4/sleep.m4                                        |     22 +-
 m4/socketlib.m4                                    |      2 +-
 m4/sockets.m4                                      |      2 +-
 m4/socklen.m4                                      |      2 +-
 m4/ssize_t.m4                                      |      2 +-
 m4/st_dm_mode.m4                                   |      2 +-
 m4/stat.m4                                         |     23 +-
 m4/stdalign.m4                                     |     24 +-
 m4/stdbool.m4                                      |      2 +-
 m4/stddef_h.m4                                     |      2 +-
 m4/stdint.m4                                       |      2 +-
 m4/stdint_h.m4                                     |      2 +-
 m4/stdio_h.m4                                      |      7 +-
 m4/stdlib_h.m4                                     |     15 +-
 m4/strcase.m4                                      |      2 +-
 m4/strdup.m4                                       |      2 +-
 m4/strerror.m4                                     |     50 +-
 m4/strftime.m4                                     |      2 +-
 m4/string_h.m4                                     |      2 +-
 m4/strings_h.m4                                    |      2 +-
 m4/strndup.m4                                      |     55 +
 m4/strnlen.m4                                      |     30 +
 m4/strptime.m4                                     |      2 +-
 m4/symlink.m4                                      |     22 +-
 m4/sys_select_h.m4                                 |      2 +-
 m4/sys_socket_h.m4                                 |      5 +-
 m4/sys_stat_h.m4                                   |     20 +-
 m4/sys_time_h.m4                                   |     38 +-
 m4/sys_times_h.m4                                  |      2 +-
 m4/sys_types_h.m4                                  |      9 +-
 m4/sys_uio_h.m4                                    |      2 +-
 m4/sys_utsname_h.m4                                |     54 +
 m4/tempname.m4                                     |      2 +-
 m4/time_h.m4                                       |      6 +-
 m4/time_r.m4                                       |      4 +-
 m4/times.m4                                        |      2 +-
 m4/tm_gmtoff.m4                                    |      2 +-
 m4/tmpdir.m4                                       |      9 +-
 m4/tmpfile.m4                                      |      2 +-
 m4/trunc.m4                                        |     13 +-
 m4/truncf.m4                                       |     13 +-
 m4/uname.m4                                        |     19 +
 m4/unistd-safer.m4                                 |      2 +-
 m4/unistd_h.m4                                     |     10 +-
 m4/unlink.m4                                       |     36 +-
 m4/vasnprintf.m4                                   |      9 +-
 m4/vasprintf.m4                                    |      2 +-
 m4/warn-on-use.m4                                  |      2 +-
 m4/wchar_h.m4                                      |      2 +-
 m4/wchar_t.m4                                      |      2 +-
 m4/wctype_h.m4                                     |     18 +-
 m4/wint_t.m4                                       |      2 +-
 m4/xalloc.m4                                       |      7 +
 m4/xgetcwd.m4                                      |     10 +
 m4/xsize.m4                                        |      5 +-
 m4/xstrndup.m4                                     |     15 +
 oct-conf-post.h                                    |    172 +
 oct-conf-post.in.h                                 |    172 +
 run-octave.in                                      |     25 +-
 scripts/@ftp/ascii.m                               |      9 +-
 scripts/@ftp/binary.m                              |      8 +-
 scripts/@ftp/cd.m                                  |     27 +-
 scripts/@ftp/close.m                               |      8 +-
 scripts/@ftp/delete.m                              |      6 +-
 scripts/@ftp/dir.m                                 |      7 +-
 scripts/@ftp/display.m                             |      5 +-
 scripts/@ftp/ftp.m                                 |     44 +-
 scripts/@ftp/loadobj.m                             |      8 +-
 scripts/@ftp/mget.m                                |      9 +-
 scripts/@ftp/mkdir.m                               |      4 +-
 scripts/@ftp/mput.m                                |      5 +-
 scripts/@ftp/rename.m                              |      8 +-
 scripts/@ftp/rmdir.m                               |      4 +-
 scripts/@ftp/saveobj.m                             |      5 +-
 scripts/DOCSTRINGS                                 |  21036 +--
 scripts/Makefile.am                                |     94 +-
 scripts/Makefile.in                                |   1345 +-
 scripts/audio/lin2mu.m                             |      5 +-
 scripts/audio/loadaudio.m                          |      5 +-
 scripts/audio/mu2lin.m                             |     33 +-
 scripts/audio/playaudio.m                          |      8 +-
 scripts/audio/record.m                             |      3 +-
 scripts/audio/saveaudio.m                          |      3 +-
 scripts/audio/setaudio.m                           |      3 +-
 scripts/audio/wavread.m                            |     40 +-
 scripts/audio/wavwrite.m                           |     71 +-
 scripts/deprecated/__error_text__.m                |      3 +-
 scripts/deprecated/autocor.m                       |     59 -
 scripts/deprecated/autocov.m                       |     62 -
 scripts/deprecated/betai.m                         |     47 -
 scripts/deprecated/cellidx.m                       |    108 -
 scripts/deprecated/clg.m                           |     40 -
 scripts/deprecated/cor.m                           |      2 +-
 scripts/deprecated/corrcoef.m                      |      2 +-
 scripts/deprecated/cquad.m                         |     39 -
 scripts/deprecated/cut.m                           |      9 +-
 scripts/deprecated/default_save_options.m          |     42 +
 scripts/deprecated/dispatch.m                      |    103 -
 scripts/deprecated/error_text.m                    |      3 +-
 scripts/deprecated/fstat.m                         |     35 -
 scripts/deprecated/gammai.m                        |     47 -
 scripts/deprecated/gen_doc_cache.m                 |     39 +
 scripts/deprecated/glpkmex.m                       |    117 -
 scripts/deprecated/interp1q.m                      |     81 +
 scripts/deprecated/intwarning.m                    |    133 -
 scripts/deprecated/is_duplicate_entry.m            |     53 -
 scripts/deprecated/is_global.m                     |     37 -
 scripts/deprecated/isequalwithequalnans.m          |     50 +
 scripts/deprecated/isstr.m                         |      3 +-
 scripts/deprecated/java_convert_matrix.m           |     48 +
 scripts/deprecated/java_debug.m                    |     49 +
 scripts/deprecated/java_get.m                      |     63 +
 scripts/deprecated/java_invoke.m                   |     57 +
 scripts/deprecated/java_new.m                      |     51 +
 scripts/deprecated/java_set.m                      |     63 +
 scripts/deprecated/java_unsigned_conversion.m      |     50 +
 scripts/deprecated/javafields.m                    |     54 +
 scripts/deprecated/javamethods.m                   |     54 +
 scripts/deprecated/krylovb.m                       |     46 -
 scripts/deprecated/module.mk                       |     42 +-
 scripts/deprecated/perror.m                        |     45 -
 scripts/deprecated/polyderiv.m                     |      3 +-
 scripts/deprecated/re_read_readline_init_file.m    |     40 +
 scripts/deprecated/read_readline_init_file.m       |     40 +
 scripts/deprecated/replot.m                        |     43 -
 scripts/deprecated/saveimage.m                     |    314 -
 scripts/deprecated/saving_history.m                |     41 +
 scripts/deprecated/setstr.m                        |     40 -
 scripts/deprecated/shell_cmd.m                     |      6 +-
 scripts/deprecated/strerror.m                      |     72 -
 scripts/deprecated/studentize.m                    |      3 +-
 scripts/deprecated/sylvester_matrix.m              |      3 +-
 scripts/deprecated/values.m                        |     61 -
 scripts/deprecated/weibcdf.m                       |     47 -
 scripts/deprecated/weibinv.m                       |     40 -
 scripts/deprecated/weibpdf.m                       |     47 -
 scripts/deprecated/weibrnd.m                       |     46 -
 scripts/elfun/acosd.m                              |     16 +-
 scripts/elfun/acot.m                               |     12 +-
 scripts/elfun/acotd.m                              |     14 +-
 scripts/elfun/acoth.m                              |     10 +-
 scripts/elfun/acsc.m                               |     10 +-
 scripts/elfun/acscd.m                              |     16 +-
 scripts/elfun/acsch.m                              |     10 +-
 scripts/elfun/asec.m                               |      9 +-
 scripts/elfun/asecd.m                              |     16 +-
 scripts/elfun/asech.m                              |     10 +-
 scripts/elfun/asind.m                              |     16 +-
 scripts/elfun/atan2d.m                             |     41 +
 scripts/elfun/atand.m                              |     14 +-
 scripts/elfun/cosd.m                               |     18 +-
 scripts/elfun/cot.m                                |     12 +-
 scripts/elfun/cotd.m                               |     18 +-
 scripts/elfun/coth.m                               |     10 +-
 scripts/elfun/csc.m                                |     12 +-
 scripts/elfun/cscd.m                               |     17 +-
 scripts/elfun/csch.m                               |     12 +-
 scripts/elfun/module.mk                            |      1 +
 scripts/elfun/sec.m                                |     12 +-
 scripts/elfun/secd.m                               |     18 +-
 scripts/elfun/sech.m                               |     12 +-
 scripts/elfun/sind.m                               |     18 +-
 scripts/elfun/tand.m                               |     20 +-
 scripts/general/accumarray.m                       |     31 +-
 scripts/general/accumdim.m                         |     27 +-
 scripts/general/bicubic.m                          |     76 +-
 scripts/general/bincoeff.m                         |    120 +
 scripts/general/bitcmp.m                           |     70 +-
 scripts/general/bitget.m                           |     37 +-
 scripts/general/bitset.m                           |    119 +-
 scripts/general/blkdiag.m                          |     22 +-
 scripts/general/cart2pol.m                         |     35 +-
 scripts/general/cart2sph.m                         |     28 +-
 scripts/general/cell2mat.m                         |    104 +-
 scripts/general/celldisp.m                         |     23 +-
 scripts/general/chop.m                             |      3 +-
 scripts/general/circshift.m                        |      4 +-
 scripts/general/colon.m                            |     44 -
 scripts/general/common_size.m                      |      6 +-
 scripts/general/cplxpair.m                         |     52 +-
 scripts/general/cumtrapz.m                         |     20 +-
 scripts/general/curl.m                             |     26 +-
 scripts/general/dblquad.m                          |     16 +-
 scripts/general/deal.m                             |     16 +-
 scripts/general/del2.m                             |      3 +-
 scripts/general/display.m                          |      7 +-
 scripts/general/divergence.m                       |     18 +-
 scripts/general/fieldnames.m                       |     78 +
 scripts/general/flipdim.m                          |     14 +-
 scripts/general/fliplr.m                           |     12 +-
 scripts/general/flipud.m                           |     12 +-
 scripts/general/genvarname.m                       |    208 -
 scripts/general/gradient.m                         |     89 +-
 scripts/general/idivide.m                          |     26 +-
 scripts/general/int2str.m                          |     28 +-
 scripts/general/interp1.m                          |    700 +-
 scripts/general/interp1q.m                         |     70 -
 scripts/general/interp2.m                          |    290 +-
 scripts/general/interp3.m                          |     71 +-
 scripts/general/interpft.m                         |     63 +-
 scripts/general/interpn.m                          |    190 +-
 scripts/general/isa.m                              |     76 +-
 scripts/general/iscolumn.m                         |      2 +-
 scripts/general/isdir.m                            |     14 +-
 scripts/general/isequal.m                          |     51 +-
 scripts/general/isequaln.m                         |     51 +
 scripts/general/isequalwithequalnans.m             |     44 -
 scripts/general/isrow.m                            |      2 +-
 scripts/general/isscalar.m                         |      2 +-
 scripts/general/issquare.m                         |     31 +-
 scripts/general/isvector.m                         |      2 +-
 scripts/general/loadobj.m                          |      5 +-
 scripts/general/logspace.m                         |     20 +-
 scripts/general/methods.m                          |     79 +
 scripts/general/module.mk                          |      8 +-
 scripts/general/nargchk.m                          |     17 +-
 scripts/general/narginchk.m                        |      7 +-
 scripts/general/nargoutchk.m                       |     20 +-
 scripts/general/nextpow2.m                         |     22 +-
 scripts/general/nthargout.m                        |     12 +-
 scripts/general/num2str.m                          |    209 +-
 scripts/general/pol2cart.m                         |     52 +-
 scripts/general/polyarea.m                         |     12 +-
 scripts/general/postpad.m                          |     22 +-
 scripts/general/prepad.m                           |     31 +-
 scripts/general/private/__isequal__.m              |     19 +-
 scripts/general/private/__splinen__.m              |     18 +-
 scripts/general/profexplore.m                      |     24 +-
 scripts/general/profile.m                          |     85 +-
 scripts/general/profshow.m                         |     22 +-
 scripts/general/quadgk.m                           |    241 +-
 scripts/general/quadl.m                            |      6 +-
 scripts/general/quadv.m                            |      8 +-
 scripts/general/randi.m                            |     51 +-
 scripts/general/rat.m                              |     44 +-
 scripts/general/repmat.m                           |    141 +-
 scripts/general/rot90.m                            |     25 +-
 scripts/general/rotdim.m                           |     52 +-
 scripts/general/saveobj.m                          |      5 +-
 scripts/general/shift.m                            |     18 +-
 scripts/general/shiftdim.m                         |     13 +-
 scripts/general/sortrows.m                         |      2 +-
 scripts/general/sph2cart.m                         |     19 +-
 scripts/general/structfun.m                        |     41 +-
 scripts/general/subsindex.m                        |      6 +-
 scripts/general/trapz.m                            |     26 +-
 scripts/general/triplequad.m                       |     15 +-
 scripts/geometry/convhull.m                        |     20 +-
 scripts/geometry/delaunay.m                        |     84 +-
 scripts/geometry/delaunay3.m                       |      6 +-
 scripts/geometry/delaunayn.m                       |      4 +-
 scripts/geometry/dsearch.m                         |      8 +-
 scripts/geometry/dsearchn.m                        |     16 +-
 scripts/geometry/griddata.m                        |    119 +-
 scripts/geometry/griddata3.m                       |     48 +-
 scripts/geometry/griddatan.m                       |     53 +-
 scripts/geometry/inpolygon.m                       |    108 +-
 scripts/geometry/rectint.m                         |     27 +-
 scripts/geometry/tsearchn.m                        |     42 +-
 scripts/geometry/voronoi.m                         |     58 +-
 scripts/geometry/voronoin.m                        |     20 +-
 scripts/gui/errordlg.m                             |     51 +
 scripts/gui/guidata.m                              |     67 +
 scripts/gui/guihandles.m                           |     80 +
 scripts/gui/helpdlg.m                              |     51 +
 scripts/gui/inputdlg.m                             |    208 +
 scripts/gui/listdlg.m                              |    194 +
 scripts/gui/module.mk                              |     43 +
 scripts/gui/msgbox.m                               |     56 +
 scripts/gui/private/__file_filter__.m              |     94 +
 scripts/gui/private/__fltk_file_filter__.m         |     65 +
 scripts/gui/private/__is_function__.m              |     32 +
 scripts/gui/private/__uigetdir_fltk__.m            |     35 +
 scripts/gui/private/__uigetfile_fltk__.m           |     39 +
 scripts/gui/private/__uiobject_split_args__.m      |     67 +
 scripts/gui/private/__uiputfile_fltk__.m           |     39 +
 scripts/gui/private/message_dialog.m               |     66 +
 scripts/gui/questdlg.m                             |    176 +
 scripts/gui/uicontextmenu.m                        |     31 +
 scripts/gui/uicontrol.m                            |     37 +
 scripts/gui/uigetdir.m                             |     81 +
 scripts/gui/uigetfile.m                            |    203 +
 scripts/gui/uimenu.m                               |    147 +
 scripts/gui/uipanel.m                              |     32 +
 scripts/gui/uipushtool.m                           |     40 +
 scripts/gui/uiputfile.m                            |    136 +
 scripts/gui/uiresume.m                             |     46 +
 scripts/gui/uitoggletool.m                         |     40 +
 scripts/gui/uitoolbar.m                            |     32 +
 scripts/gui/uiwait.m                               |     81 +
 scripts/gui/waitbar.m                              |    199 +
 scripts/gui/waitforbuttonpress.m                   |     55 +
 scripts/gui/warndlg.m                              |     50 +
 scripts/help/__gripe_missing_component__.m         |     56 +
 scripts/help/__makeinfo__.m                        |     42 +-
 scripts/help/__unimplemented__.m                   |    851 +
 scripts/help/doc.m                                 |     89 +-
 scripts/help/doc_cache_create.m                    |    160 +
 scripts/help/gen_doc_cache.m                       |    151 -
 scripts/help/get_first_help_sentence.m             |     55 +-
 scripts/help/help.m                                |     44 +-
 scripts/help/lookfor.m                             |     15 +-
 scripts/help/module.mk                             |      5 +-
 scripts/help/print_usage.m                         |     44 +-
 scripts/help/private/__additional_help_message__.m |      3 +-
 scripts/help/private/__strip_html_tags__.m         |      3 +-
 scripts/help/type.m                                |     94 +-
 scripts/help/unimplemented.m                       |    436 -
 scripts/help/which.m                               |     11 +-
 scripts/image/autumn.m                             |     18 +-
 scripts/image/bone.m                               |     56 +-
 scripts/image/brighten.m                           |     56 +-
 scripts/image/cmpermute.m                          |    145 +
 scripts/image/cmunique.m                           |    201 +
 scripts/image/colorcube.m                          |     96 +
 scripts/image/colormap.m                           |    142 +-
 scripts/image/contrast.m                           |     40 +-
 scripts/image/cool.m                               |     18 +-
 scripts/image/copper.m                             |     25 +-
 scripts/image/default.img                          |    Bin 7997 -> 1226 bytes
 scripts/image/flag.m                               |     28 +-
 scripts/image/gmap40.m                             |     26 +-
 scripts/image/gray.m                               |     26 +-
 scripts/image/gray2ind.m                           |    100 +-
 scripts/image/hot.m                                |     43 +-
 scripts/image/hsv.m                                |     28 +-
 scripts/image/hsv2rgb.m                            |    108 +-
 scripts/image/image.m                              |    325 +-
 scripts/image/imagesc.m                            |    209 +-
 scripts/image/imfinfo.m                            |    170 +-
 scripts/image/imformats.m                          |    328 +
 scripts/image/imread.m                             |    152 +-
 scripts/image/imshow.m                             |     82 +-
 scripts/image/imwrite.m                            |    257 +-
 scripts/image/ind2gray.m                           |     75 +-
 scripts/image/ind2rgb.m                            |    108 +-
 scripts/image/iscolormap.m                         |     53 +
 scripts/image/jet.m                                |     65 +-
 scripts/image/lines.m                              |     63 +
 scripts/image/module.mk                            |     19 +-
 scripts/image/ntsc2rgb.m                           |     69 +-
 scripts/image/ocean.m                              |     37 +-
 scripts/image/pink.m                               |     44 +-
 scripts/image/prism.m                              |     25 +-
 scripts/image/private/__imfinfo__.m                |     72 +
 scripts/image/private/__imread__.m                 |    214 +
 scripts/image/private/__imwrite__.m                |    201 +
 scripts/image/private/imageIO.m                    |     69 +
 scripts/image/private/imwrite_filename.m           |     68 +
 scripts/image/private/ind2x.m                      |     60 +
 scripts/image/rainbow.m                            |     35 +-
 scripts/image/rgb2hsv.m                            |     79 +-
 scripts/image/rgb2ind.m                            |    120 +-
 scripts/image/rgb2ntsc.m                           |     77 +-
 scripts/image/rgbplot.m                            |     92 +
 scripts/image/spinmap.m                            |     72 +
 scripts/image/spring.m                             |     18 +-
 scripts/image/summer.m                             |     22 +-
 scripts/image/white.m                              |     20 +-
 scripts/image/winter.m                             |     21 +-
 scripts/io/beep.m                                  |      3 +-
 scripts/io/csvread.m                               |      2 +-
 scripts/io/csvwrite.m                              |      7 +-
 scripts/io/dlmwrite.m                              |     43 +-
 scripts/io/fileread.m                              |      8 +-
 scripts/io/importdata.m                            |    509 +
 scripts/io/is_valid_file_id.m                      |      4 +-
 scripts/io/module.mk                               |      1 +
 scripts/io/strread.m                               |    320 +-
 scripts/io/textread.m                              |    263 +-
 scripts/io/textscan.m                              |    491 +-
 scripts/java/javaArray.m                           |     54 +
 scripts/java/javaaddpath.m                         |     59 +
 scripts/java/javaclasspath.m                       |    125 +
 scripts/java/javamem.m                             |     94 +
 scripts/java/javarmpath.m                          |     58 +
 scripts/java/module.mk                             |     75 +
 scripts/java/octave.jar                            |    Bin 0 -> 30647 bytes
 scripts/java/org/octave/ClassHelper.java           |    950 +
 scripts/java/org/octave/DlgListener.java           |    164 +
 scripts/java/org/octave/JDialogBox.java            |    991 +
 scripts/java/org/octave/Matrix.java                |    361 +
 scripts/java/org/octave/OctClassLoader.java        |     74 +
 scripts/java/org/octave/Octave.java                |    220 +
 scripts/java/org/octave/OctaveReference.java       |     64 +
 scripts/java/org/octave/TeXcode.java               |     37 +
 scripts/java/org/octave/TeXtranslator.java         |    262 +
 scripts/java/org/octave/images/error.png           |    Bin 0 -> 1205 bytes
 scripts/java/org/octave/images/information.png     |    Bin 0 -> 963 bytes
 scripts/java/org/octave/images/octave.png          |    Bin 0 -> 1463 bytes
 scripts/java/org/octave/images/question.png        |    Bin 0 -> 1778 bytes
 scripts/java/org/octave/images/warning.png         |    Bin 0 -> 1508 bytes
 scripts/java/usejava.m                             |     95 +
 scripts/linear-algebra/commutation_matrix.m        |     34 +-
 scripts/linear-algebra/cond.m                      |     78 +-
 scripts/linear-algebra/condest.m                   |     67 +-
 scripts/linear-algebra/cross.m                     |     15 +-
 scripts/linear-algebra/duplication_matrix.m        |     22 +-
 scripts/linear-algebra/expm.m                      |     20 +-
 scripts/linear-algebra/housh.m                     |     55 +-
 scripts/linear-algebra/isdefinite.m                |     10 +-
 scripts/linear-algebra/ishermitian.m               |     29 +-
 scripts/linear-algebra/issymmetric.m               |     29 +-
 scripts/linear-algebra/krylov.m                    |     15 +-
 scripts/linear-algebra/linsolve.m                  |    137 +
 scripts/linear-algebra/logm.m                      |     30 +-
 scripts/linear-algebra/module.mk                   |      1 +
 scripts/linear-algebra/normest.m                   |      7 +-
 scripts/linear-algebra/null.m                      |     26 +-
 scripts/linear-algebra/onenormest.m                |    121 +-
 scripts/linear-algebra/orth.m                      |      8 +-
 scripts/linear-algebra/planerot.m                  |     15 +-
 scripts/linear-algebra/qzhess.m                    |     39 +-
 scripts/linear-algebra/rank.m                      |     54 +-
 scripts/linear-algebra/rref.m                      |     52 +-
 scripts/linear-algebra/subspace.m                  |      3 +-
 scripts/linear-algebra/trace.m                     |     31 +-
 scripts/linear-algebra/vech.m                      |      8 +-
 scripts/miscellaneous/ans.m                        |      3 +-
 scripts/miscellaneous/bincoeff.m                   |    120 -
 scripts/miscellaneous/bug_report.m                 |      4 +-
 scripts/miscellaneous/bunzip2.m                    |      3 +-
 scripts/miscellaneous/bzip2.m                      |     46 +-
 scripts/miscellaneous/cast.m                       |      3 +-
 scripts/miscellaneous/citation.m                   |     54 +
 scripts/miscellaneous/colon.m                      |     46 +
 scripts/miscellaneous/comma.m                      |      3 +-
 scripts/miscellaneous/compare_versions.m           |    134 +-
 scripts/miscellaneous/computer.m                   |     21 +-
 scripts/miscellaneous/copyfile.m                   |    142 +-
 scripts/miscellaneous/debug.m                      |      9 +-
 scripts/miscellaneous/delete.m                     |      2 +-
 scripts/miscellaneous/desktop.m                    |     50 +
 scripts/miscellaneous/dir.m                        |     64 +-
 scripts/miscellaneous/dos.m                        |      4 +-
 scripts/miscellaneous/dump_prefs.m                 |      5 +-
 scripts/miscellaneous/edit.m                       |    674 +-
 scripts/miscellaneous/error_ids.m                  |     57 +
 scripts/miscellaneous/fact.m                       |    118 +-
 scripts/miscellaneous/fileattrib.m                 |     10 +-
 scripts/miscellaneous/fileparts.m                  |     68 +-
 scripts/miscellaneous/fullfile.m                   |     14 +-
 scripts/miscellaneous/genvarname.m                 |    210 +
 scripts/miscellaneous/getappdata.m                 |     28 +-
 scripts/miscellaneous/getfield.m                   |     34 +-
 scripts/miscellaneous/gunzip.m                     |      3 +-
 scripts/miscellaneous/gzip.m                       |     71 +-
 scripts/miscellaneous/info.m                       |      4 +-
 scripts/miscellaneous/inputname.m                  |     11 +-
 scripts/miscellaneous/isappdata.m                  |     21 +-
 scripts/miscellaneous/isdeployed.m                 |      4 +-
 scripts/miscellaneous/ismac.m                      |      9 +-
 scripts/miscellaneous/ispc.m                       |      9 +-
 scripts/miscellaneous/isunix.m                     |      9 +-
 scripts/miscellaneous/license.m                    |     29 +-
 scripts/miscellaneous/list_primes.m                |     16 +-
 scripts/miscellaneous/ls.m                         |     22 +-
 scripts/miscellaneous/ls_command.m                 |      2 +-
 scripts/miscellaneous/menu.m                       |     34 +-
 scripts/miscellaneous/mex.m                        |      5 +-
 scripts/miscellaneous/mexext.m                     |      4 +-
 scripts/miscellaneous/mkoctfile.m                  |     61 +-
 scripts/miscellaneous/module.mk                    |     10 +-
 scripts/miscellaneous/movefile.m                   |    149 +-
 scripts/miscellaneous/namelengthmax.m              |      5 +-
 scripts/miscellaneous/news.m                       |     50 +-
 scripts/miscellaneous/orderfields.m                |     62 +-
 scripts/miscellaneous/pack.m                       |      3 +-
 scripts/miscellaneous/paren.m                      |      3 +-
 scripts/miscellaneous/parseparams.m                |      8 +-
 scripts/miscellaneous/perl.m                       |     31 +-
 scripts/miscellaneous/private/__xzip__.m           |     41 +-
 scripts/miscellaneous/private/display_info_file.m  |     56 +
 scripts/miscellaneous/python.m                     |     35 +-
 scripts/miscellaneous/recycle.m                    |     22 +-
 scripts/miscellaneous/rmappdata.m                  |     42 +-
 scripts/miscellaneous/run.m                        |     61 +-
 scripts/miscellaneous/semicolon.m                  |      3 +-
 scripts/miscellaneous/setappdata.m                 |     24 +-
 scripts/miscellaneous/setfield.m                   |     90 +-
 scripts/miscellaneous/substruct.m                  |     17 +-
 scripts/miscellaneous/swapbytes.m                  |      4 +-
 scripts/miscellaneous/symvar.m                     |      4 +-
 scripts/miscellaneous/tar.m                        |      7 +-
 scripts/miscellaneous/tempdir.m                    |      4 +-
 scripts/miscellaneous/tempname.m                   |      3 +-
 scripts/miscellaneous/unix.m                       |      4 +-
 scripts/miscellaneous/unpack.m                     |    110 +-
 scripts/miscellaneous/untar.m                      |      5 +-
 scripts/miscellaneous/unzip.m                      |      5 +-
 scripts/miscellaneous/usejava.m                    |     67 -
 scripts/miscellaneous/ver.m                        |     36 +-
 scripts/miscellaneous/version.m                    |     10 +-
 scripts/miscellaneous/warning_ids.m                |     26 +-
 scripts/miscellaneous/what.m                       |     13 +-
 scripts/miscellaneous/xor.m                        |     14 +-
 scripts/miscellaneous/zip.m                        |      5 +-
 scripts/mk-pkg-add                                 |      6 +-
 scripts/mkdoc.pl                                   |      4 +-
 scripts/mkinstalldirs                              |     36 -
 scripts/optimization/__all_opts__.m                |      4 +-
 scripts/optimization/fminbnd.m                     |    183 +-
 scripts/optimization/fminsearch.m                  |    353 +
 scripts/optimization/fminunc.m                     |     50 +-
 scripts/optimization/fsolve.m                      |     74 +-
 scripts/optimization/fzero.m                       |    140 +-
 scripts/optimization/glpk.m                        |    341 +-
 scripts/optimization/lsqnonneg.m                   |     26 +-
 scripts/optimization/module.mk                     |      1 +
 scripts/optimization/optimget.m                    |     25 +-
 scripts/optimization/optimset.m                    |     69 +-
 scripts/optimization/pqpnonneg.m                   |     17 +-
 scripts/optimization/private/__fdjac__.m           |      2 +-
 scripts/optimization/qp.m                          |     25 +-
 scripts/optimization/sqp.m                         |    205 +-
 scripts/path/matlabroot.m                          |     10 +-
 scripts/path/pathdef.m                             |     47 +-
 scripts/path/savepath.m                            |     88 +-
 scripts/pkg/module.mk                              |     39 +-
 scripts/pkg/pkg.m                                  |   1994 +-
 scripts/pkg/private/build.m                        |     64 +
 scripts/pkg/private/configure_make.m               |    167 +
 scripts/pkg/private/copy_files.m                   |    144 +
 scripts/pkg/private/create_pkgadddel.m             |     89 +
 scripts/pkg/private/describe.m                     |     87 +
 scripts/pkg/private/dirempty.m                     |     51 +
 scripts/pkg/private/extract_pkg.m                  |     44 +
 scripts/pkg/private/finish_installation.m          |     41 +
 scripts/pkg/private/fix_depends.m                  |     67 +
 scripts/pkg/private/fix_version.m                  |     41 +
 scripts/pkg/private/generate_lookfor_cache.m       |     31 +
 scripts/pkg/private/get_description.m              |     80 +
 scripts/pkg/private/get_forge_download.m           |     29 +
 scripts/pkg/private/get_forge_pkg.m                |     14 +-
 scripts/pkg/private/get_unsatisfied_deps.m         |     55 +
 scripts/pkg/private/getarch.m                      |     30 +
 scripts/pkg/private/getarchdir.m                   |     28 +
 scripts/pkg/private/getarchprefix.m                |     33 +
 scripts/pkg/private/install.m                      |    344 +
 scripts/pkg/private/installed_packages.m           |    156 +
 scripts/pkg/private/is_architecture_dependent.m    |     47 +
 scripts/pkg/private/list_forge_packages.m          |     45 +
 scripts/pkg/private/load_package_dirs.m            |     58 +
 scripts/pkg/private/load_packages.m                |     62 +
 .../pkg/private/load_packages_and_dependencies.m   |     55 +
 scripts/pkg/private/packinfo_copy_file.m           |     38 +
 scripts/pkg/private/parse_pkg_idx.m                |     77 +
 scripts/pkg/private/prepare_installation.m         |     50 +
 scripts/pkg/private/print_package_description.m    |     46 +
 scripts/pkg/private/rebuild.m                      |    100 +
 scripts/pkg/private/repackage.m                    |     90 +
 scripts/pkg/private/save_order.m                   |     60 +
 scripts/pkg/private/shell.m                        |     57 +
 scripts/pkg/private/uninstall.m                    |    147 +
 scripts/pkg/private/unload_packages.m              |     80 +
 scripts/pkg/private/verify_directory.m             |     34 +
 scripts/pkg/private/write_index.m                  |     92 +
 scripts/plot/__gnuplot_drawnow__.m                 |    392 -
 scripts/plot/__plt_get_axis_arg__.m                |     82 -
 scripts/plot/allchild.m                            |     57 -
 scripts/plot/ancestor.m                            |     86 -
 scripts/plot/appearance/__clabel__.m               |    129 +
 scripts/plot/appearance/__getlegenddata__.m        |     61 +
 scripts/plot/appearance/axis.m                     |    627 +
 scripts/plot/appearance/box.m                      |     71 +
 scripts/plot/appearance/caxis.m                    |     97 +
 scripts/plot/appearance/clabel.m                   |    153 +
 scripts/plot/appearance/daspect.m                  |    143 +
 scripts/plot/appearance/datetick.m                 |    314 +
 scripts/plot/appearance/diffuse.m                  |     59 +
 scripts/plot/appearance/grid.m                     |    142 +
 scripts/plot/appearance/gtext.m                    |     72 +
 scripts/plot/appearance/hidden.m                   |     87 +
 scripts/plot/appearance/legend.m                   |   1607 +
 scripts/plot/appearance/module.mk                  |     42 +
 scripts/plot/appearance/orient.m                   |    165 +
 scripts/plot/appearance/pbaspect.m                 |    122 +
 scripts/plot/appearance/private/__axis_label__.m   |     43 +
 scripts/plot/appearance/private/__axis_limits__.m  |     58 +
 scripts/plot/appearance/shading.m                  |    142 +
 scripts/plot/appearance/specular.m                 |     94 +
 scripts/plot/appearance/text.m                     |    338 +
 scripts/plot/appearance/title.m                    |    112 +
 scripts/plot/appearance/view.m                     |    128 +
 scripts/plot/appearance/whitebg.m                  |    167 +
 scripts/plot/appearance/xlabel.m                   |     73 +
 scripts/plot/appearance/xlim.m                     |    100 +
 scripts/plot/appearance/ylabel.m                   |     75 +
 scripts/plot/appearance/ylim.m                     |    101 +
 scripts/plot/appearance/zlabel.m                   |     84 +
 scripts/plot/appearance/zlim.m                     |    101 +
 scripts/plot/area.m                                |    208 -
 scripts/plot/axes.m                                |     62 -
 scripts/plot/axis.m                                |    580 -
 scripts/plot/bar.m                                 |     99 -
 scripts/plot/barh.m                                |     58 -
 scripts/plot/box.m                                 |     61 -
 scripts/plot/caxis.m                               |     88 -
 scripts/plot/cla.m                                 |    102 -
 scripts/plot/clabel.m                              |    142 -
 scripts/plot/clf.m                                 |    105 -
 scripts/plot/close.m                               |     93 -
 scripts/plot/closereq.m                            |     43 -
 scripts/plot/colorbar.m                            |    613 -
 scripts/plot/colstyle.m                            |     89 -
 scripts/plot/comet.m                               |     88 -
 scripts/plot/comet3.m                              |     86 -
 scripts/plot/compass.m                             |    120 -
 scripts/plot/contour.m                             |     92 -
 scripts/plot/contour3.m                            |     86 -
 scripts/plot/contourc.m                            |    153 -
 scripts/plot/contourf.m                            |     93 -
 scripts/plot/cylinder.m                            |     92 -
 scripts/plot/daspect.m                             |    133 -
 scripts/plot/diffuse.m                             |     58 -
 scripts/plot/draw/area.m                           |    283 +
 scripts/plot/draw/bar.m                            |    140 +
 scripts/plot/draw/barh.m                           |     91 +
 scripts/plot/draw/colorbar.m                       |    775 +
 scripts/plot/draw/comet.m                          |    104 +
 scripts/plot/draw/comet3.m                         |    103 +
 scripts/plot/draw/compass.m                        |    137 +
 scripts/plot/draw/contour.m                        |    140 +
 scripts/plot/draw/contour3.m                       |    106 +
 scripts/plot/draw/contourc.m                       |    171 +
 scripts/plot/draw/contourf.m                       |    114 +
 scripts/plot/draw/cylinder.m                       |    109 +
 scripts/plot/draw/ellipsoid.m                      |     99 +
 scripts/plot/draw/errorbar.m                       |    220 +
 scripts/plot/draw/ezcontour.m                      |     75 +
 scripts/plot/draw/ezcontourf.m                     |     75 +
 scripts/plot/draw/ezmesh.m                         |    104 +
 scripts/plot/draw/ezmeshc.m                        |     86 +
 scripts/plot/draw/ezplot.m                         |    108 +
 scripts/plot/draw/ezplot3.m                        |     84 +
 scripts/plot/draw/ezpolar.m                        |     72 +
 scripts/plot/draw/ezsurf.m                         |    116 +
 scripts/plot/draw/ezsurfc.m                        |     86 +
 scripts/plot/draw/feather.m                        |    136 +
 scripts/plot/draw/fill.m                           |    163 +
 scripts/plot/draw/fplot.m                          |    219 +
 scripts/plot/draw/hist.m                           |    212 +
 scripts/plot/draw/isocolors.m                      |    173 +
 scripts/plot/draw/isonormals.m                     |    165 +
 scripts/plot/draw/isosurface.m                     |    231 +
 scripts/plot/draw/line.m                           |     92 +
 scripts/plot/draw/loglog.m                         |    120 +
 scripts/plot/draw/loglogerr.m                      |     87 +
 scripts/plot/draw/mesh.m                           |    127 +
 scripts/plot/draw/meshc.m                          |    111 +
 scripts/plot/draw/meshz.m                          |    162 +
 scripts/plot/draw/module.mk                        |    104 +
 scripts/plot/draw/pareto.m                         |    132 +
 scripts/plot/draw/patch.m                          |    270 +
 scripts/plot/draw/pcolor.m                         |    150 +
 scripts/plot/draw/peaks.m                          |     95 +
 scripts/plot/draw/pie.m                            |    103 +
 scripts/plot/draw/pie3.m                           |    103 +
 scripts/plot/draw/plot.m                           |    285 +
 scripts/plot/draw/plot3.m                          |    388 +
 scripts/plot/draw/plotmatrix.m                     |    198 +
 scripts/plot/draw/plotyy.m                         |    364 +
 scripts/plot/draw/polar.m                          |    217 +
 scripts/plot/draw/private/__add_datasource__.m     |     52 +
 scripts/plot/draw/private/__bar__.m                |    479 +
 scripts/plot/draw/private/__contour__.m            |    558 +
 scripts/plot/draw/private/__errcomm__.m            |     80 +
 scripts/plot/draw/private/__errplot__.m            |    349 +
 scripts/plot/draw/private/__ezplot__.m             |    565 +
 scripts/plot/draw/private/__interp_cube__.m        |    185 +
 scripts/plot/draw/private/__line__.m               |    128 +
 scripts/plot/draw/private/__marching_cube__.m      |    531 +
 scripts/plot/draw/private/__patch__.m              |    370 +
 scripts/plot/draw/private/__pie__.m                |    201 +
 scripts/plot/draw/private/__plt__.m                |    502 +
 scripts/plot/draw/private/__quiver__.m             |    424 +
 scripts/plot/draw/private/__scatter__.m            |    374 +
 scripts/plot/draw/private/__stem__.m               |    430 +
 scripts/plot/draw/quiver.m                         |    109 +
 scripts/plot/draw/quiver3.m                        |    125 +
 scripts/plot/draw/rectangle.m                      |    252 +
 scripts/plot/draw/ribbon.m                         |    124 +
 scripts/plot/draw/rose.m                           |    121 +
 scripts/plot/draw/scatter.m                        |    217 +
 scripts/plot/draw/scatter3.m                       |    129 +
 scripts/plot/draw/semilogx.m                       |    133 +
 scripts/plot/draw/semilogxerr.m                    |     89 +
 scripts/plot/draw/semilogy.m                       |    133 +
 scripts/plot/draw/semilogyerr.m                    |     90 +
 scripts/plot/draw/shrinkfaces.m                    |    218 +
 scripts/plot/draw/slice.m                          |    217 +
 scripts/plot/draw/sombrero.m                       |     86 +
 scripts/plot/draw/sphere.m                         |     90 +
 scripts/plot/draw/stairs.m                         |    332 +
 scripts/plot/draw/stem.m                           |    215 +
 scripts/plot/draw/stem3.m                          |     92 +
 scripts/plot/draw/stemleaf.m                       |    596 +
 scripts/plot/draw/surf.m                           |    118 +
 scripts/plot/draw/surface.m                        |    213 +
 scripts/plot/draw/surfc.m                          |    142 +
 scripts/plot/draw/surfl.m                          |    213 +
 scripts/plot/draw/surfnorm.m                       |    166 +
 scripts/plot/draw/tetramesh.m                      |    158 +
 scripts/plot/draw/trimesh.m                        |    120 +
 scripts/plot/draw/triplot.m                        |     66 +
 scripts/plot/draw/trisurf.m                        |    174 +
 scripts/plot/draw/waterfall.m                      |     99 +
 scripts/plot/ellipsoid.m                           |     74 -
 scripts/plot/errorbar.m                            |    176 -
 scripts/plot/ezcontour.m                           |     68 -
 scripts/plot/ezcontourf.m                          |     67 -
 scripts/plot/ezmesh.m                              |     96 -
 scripts/plot/ezmeshc.m                             |     79 -
 scripts/plot/ezplot.m                              |     94 -
 scripts/plot/ezplot3.m                             |     69 -
 scripts/plot/ezpolar.m                             |     61 -
 scripts/plot/ezsurf.m                              |     96 -
 scripts/plot/ezsurfc.m                             |     79 -
 scripts/plot/feather.m                             |    117 -
 scripts/plot/figure.m                              |    102 -
 scripts/plot/fill.m                                |    131 -
 scripts/plot/findall.m                             |     60 -
 scripts/plot/findobj.m                             |    259 -
 scripts/plot/fplot.m                               |    136 -
 scripts/plot/gca.m                                 |     60 -
 scripts/plot/gcbf.m                                |     36 -
 scripts/plot/gcbo.m                                |     46 -
 scripts/plot/gcf.m                                 |     63 -
 scripts/plot/ginput.m                              |     48 -
 scripts/plot/gnuplot_binary.in                     |     61 -
 scripts/plot/gnuplot_binary.m                      |     61 -
 scripts/plot/graphics_toolkit.m                    |     95 -
 scripts/plot/grid.m                                |    121 -
 scripts/plot/gtext.m                               |     49 -
 scripts/plot/guidata.m                             |     52 -
 scripts/plot/guihandles.m                          |     70 -
 scripts/plot/hggroup.m                             |     53 -
 scripts/plot/hidden.m                              |     77 -
 scripts/plot/hist.m                                |    197 -
 scripts/plot/hold.m                                |    173 -
 scripts/plot/isfigure.m                            |     45 -
 scripts/plot/ishghandle.m                          |     59 -
 scripts/plot/ishold.m                              |     79 -
 scripts/plot/isocolors.m                           |    172 -
 scripts/plot/isonormals.m                          |    163 -
 scripts/plot/isosurface.m                          |    225 -
 scripts/plot/isprop.m                              |     55 -
 scripts/plot/legend.m                              |   1161 -
 scripts/plot/line.m                                |     59 -
 scripts/plot/linkprop.m                            |     98 -
 scripts/plot/loglog.m                              |    109 -
 scripts/plot/loglogerr.m                           |     71 -
 scripts/plot/mesh.m                                |     67 -
 scripts/plot/meshc.m                               |     61 -
 scripts/plot/meshgrid.m                            |    103 -
 scripts/plot/meshz.m                               |     88 -
 scripts/plot/module.mk                             |    212 -
 scripts/plot/ndgrid.m                              |     97 -
 scripts/plot/newplot.m                             |     76 -
 scripts/plot/orient.m                              |    109 -
 scripts/plot/pareto.m                              |    122 -
 scripts/plot/patch.m                               |    235 -
 scripts/plot/pbaspect.m                            |    113 -
 scripts/plot/pcolor.m                              |     94 -
 scripts/plot/peaks.m                               |     86 -
 scripts/plot/pie.m                                 |     87 -
 scripts/plot/pie3.m                                |     88 -
 scripts/plot/plot.m                                |    209 -
 scripts/plot/plot3.m                               |    345 -
 scripts/plot/plotmatrix.m                          |    188 -
 scripts/plot/plotyy.m                              |    327 -
 scripts/plot/polar.m                               |    230 -
 scripts/plot/print.m                               |    676 -
 scripts/plot/private/__actual_axis_position__.m    |     86 -
 scripts/plot/private/__add_datasource__.m          |     55 -
 scripts/plot/private/__add_default_menu__.m        |    109 -
 scripts/plot/private/__axes_limits__.m             |     56 -
 scripts/plot/private/__axis_label__.m              |     42 -
 scripts/plot/private/__bar__.m                     |    427 -
 scripts/plot/private/__clabel__.m                  |    115 -
 scripts/plot/private/__color_str_rgb__.m           |     50 -
 scripts/plot/private/__contour__.m                 |    550 -
 scripts/plot/private/__default_plot_options__.m    |     34 -
 scripts/plot/private/__errcomm__.m                 |     78 -
 scripts/plot/private/__errplot__.m                 |    336 -
 scripts/plot/private/__ezplot__.m                  |    445 -
 scripts/plot/private/__file_filter__.m             |     93 -
 scripts/plot/private/__fltk_file_filter__.m        |     64 -
 scripts/plot/private/__fltk_ginput__.m             |    105 -
 scripts/plot/private/__fltk_print__.m              |    163 -
 scripts/plot/private/__getlegenddata__.m           |     58 -
 scripts/plot/private/__ghostscript__.m             |    167 -
 scripts/plot/private/__gnuplot_get_var__.m         |    161 -
 scripts/plot/private/__gnuplot_ginput__.m          |    154 -
 scripts/plot/private/__gnuplot_has_feature__.m     |     61 -
 scripts/plot/private/__gnuplot_has_terminal__.m    |     64 -
 scripts/plot/private/__gnuplot_open_stream__.m     |     45 -
 scripts/plot/private/__gnuplot_print__.m           |    306 -
 scripts/plot/private/__gnuplot_version__.m         |     51 -
 scripts/plot/private/__go_draw_axes__.m            |   2650 -
 scripts/plot/private/__go_draw_figure__.m          |    198 -
 scripts/plot/private/__interp_cube__.m             |    184 -
 scripts/plot/private/__is_function__.m             |     31 -
 scripts/plot/private/__line__.m                    |    121 -
 scripts/plot/private/__marching_cube__.m           |    530 -
 scripts/plot/private/__next_line_color__.m         |     54 -
 scripts/plot/private/__next_line_style__.m         |     61 -
 scripts/plot/private/__patch__.m                   |    368 -
 scripts/plot/private/__pie__.m                     |    200 -
 scripts/plot/private/__plt__.m                     |    604 -
 scripts/plot/private/__pltopt__.m                  |    241 -
 scripts/plot/private/__print_parse_opts__.m        |    608 -
 scripts/plot/private/__quiver__.m                  |    437 -
 scripts/plot/private/__scatter__.m                 |    378 -
 scripts/plot/private/__stem__.m                    |    557 -
 scripts/plot/private/__tight_eps_bbox__.m          |    124 -
 scripts/plot/private/__uigetdir_fltk__.m           |     34 -
 scripts/plot/private/__uigetfile_fltk__.m          |     38 -
 scripts/plot/private/__uiobject_split_args__.m     |     66 -
 scripts/plot/private/__uiputfile_fltk__.m          |     38 -
 scripts/plot/quiver.m                              |     99 -
 scripts/plot/quiver3.m                             |    118 -
 scripts/plot/rectangle.m                           |    222 -
 scripts/plot/refresh.m                             |     42 -
 scripts/plot/refreshdata.m                         |    117 -
 scripts/plot/ribbon.m                              |     95 -
 scripts/plot/rose.m                                |    111 -
 scripts/plot/saveas.m                              |    107 -
 scripts/plot/scatter.m                             |    191 -
 scripts/plot/scatter3.m                            |    111 -
 scripts/plot/semilogx.m                            |    123 -
 scripts/plot/semilogxerr.m                         |     69 -
 scripts/plot/semilogy.m                            |    123 -
 scripts/plot/semilogyerr.m                         |     71 -
 scripts/plot/shading.m                             |    113 -
 scripts/plot/shg.m                                 |     36 -
 scripts/plot/slice.m                               |    197 -
 scripts/plot/sombrero.m                            |     66 -
 scripts/plot/specular.m                            |     92 -
 scripts/plot/sphere.m                              |     61 -
 scripts/plot/spinmap.m                             |     57 -
 scripts/plot/stairs.m                              |    268 -
 scripts/plot/stem.m                                |    132 -
 scripts/plot/stem3.m                               |     58 -
 scripts/plot/subplot.m                             |    365 -
 scripts/plot/surf.m                                |     86 -
 scripts/plot/surface.m                             |    188 -
 scripts/plot/surfc.m                               |     94 -
 scripts/plot/surfl.m                               |    188 -
 scripts/plot/surfnorm.m                            |    157 -
 scripts/plot/text.m                                |    254 -
 scripts/plot/title.m                               |     83 -
 scripts/plot/trimesh.m                             |     69 -
 scripts/plot/triplot.m                             |     60 -
 scripts/plot/trisurf.m                             |    131 -
 scripts/plot/uicontextmenu.m                       |     30 -
 scripts/plot/uicontrol.m                           |     36 -
 scripts/plot/uigetdir.m                            |     66 -
 scripts/plot/uigetfile.m                           |    193 -
 scripts/plot/uimenu.m                              |    149 -
 scripts/plot/uipanel.m                             |     31 -
 scripts/plot/uipushtool.m                          |     39 -
 scripts/plot/uiputfile.m                           |    128 -
 scripts/plot/uiresume.m                            |     45 -
 scripts/plot/uitoggletool.m                        |     39 -
 scripts/plot/uitoolbar.m                           |     31 -
 scripts/plot/uiwait.m                              |     80 -
 scripts/plot/util/__actual_axis_position__.m       |     86 +
 scripts/plot/util/__default_plot_options__.m       |     35 +
 scripts/plot/util/__gnuplot_drawnow__.m            |    410 +
 scripts/plot/util/__next_line_color__.m            |     54 +
 scripts/plot/util/__next_line_style__.m            |     58 +
 scripts/plot/util/__plt_get_axis_arg__.m           |     66 +
 scripts/plot/util/__pltopt__.m                     |    235 +
 scripts/plot/util/allchild.m                       |     64 +
 scripts/plot/util/ancestor.m                       |    116 +
 scripts/plot/util/axes.m                           |     82 +
 scripts/plot/util/cla.m                            |    108 +
 scripts/plot/util/clf.m                            |    124 +
 scripts/plot/util/close.m                          |    109 +
 scripts/plot/util/closereq.m                       |     46 +
 scripts/plot/util/colstyle.m                       |     90 +
 scripts/plot/util/copyobj.m                        |    156 +
 scripts/plot/util/figure.m                         |    127 +
 scripts/plot/util/findall.m                        |     65 +
 scripts/plot/util/findfigs.m                       |     77 +
 scripts/plot/util/findobj.m                        |    420 +
 scripts/plot/util/gca.m                            |     75 +
 scripts/plot/util/gcbf.m                           |     39 +
 scripts/plot/util/gcbo.m                           |     48 +
 scripts/plot/util/gcf.m                            |     79 +
 scripts/plot/util/gco.m                            |     47 +
 scripts/plot/util/ginput.m                         |     60 +
 scripts/plot/util/gnuplot_binary.in                |     65 +
 scripts/plot/util/gnuplot_binary.m                 |     65 +
 scripts/plot/util/graphics_toolkit.m               |    106 +
 scripts/plot/util/hdl2struct.m                     |    174 +
 scripts/plot/util/hggroup.m                        |     71 +
 scripts/plot/util/hold.m                           |    200 +
 scripts/plot/util/isaxes.m                         |     56 +
 scripts/plot/util/isfigure.m                       |     55 +
 scripts/plot/util/ishghandle.m                     |     64 +
 scripts/plot/util/ishold.m                         |     84 +
 scripts/plot/util/isprop.m                         |     61 +
 scripts/plot/util/linkprop.m                       |    102 +
 scripts/plot/util/meshgrid.m                       |    135 +
 scripts/plot/util/module.mk                        |     80 +
 scripts/plot/util/ndgrid.m                         |    128 +
 scripts/plot/util/newplot.m                        |    256 +
 scripts/plot/util/print.m                          |    721 +
 scripts/plot/util/printd.m                         |    115 +
 scripts/plot/util/private/__add_default_menu__.m   |    115 +
 scripts/plot/util/private/__fltk_ginput__.m        |     95 +
 scripts/plot/util/private/__fltk_print__.m         |    174 +
 scripts/plot/util/private/__ghostscript__.m        |    171 +
 scripts/plot/util/private/__gnuplot_get_var__.m    |    150 +
 scripts/plot/util/private/__gnuplot_ginput__.m     |    149 +
 .../plot/util/private/__gnuplot_has_feature__.m    |     64 +
 .../plot/util/private/__gnuplot_has_terminal__.m   |     65 +
 .../plot/util/private/__gnuplot_open_stream__.m    |     46 +
 scripts/plot/util/private/__gnuplot_print__.m      |    316 +
 scripts/plot/util/private/__gnuplot_version__.m    |     51 +
 scripts/plot/util/private/__go_draw_axes__.m       |   2662 +
 scripts/plot/util/private/__go_draw_figure__.m     |    206 +
 scripts/plot/util/private/__print_parse_opts__.m   |    654 +
 scripts/plot/util/private/__tight_eps_bbox__.m     |    124 +
 scripts/plot/util/refresh.m                        |     45 +
 scripts/plot/util/refreshdata.m                    |    119 +
 scripts/plot/util/saveas.m                         |    108 +
 scripts/plot/util/shg.m                            |     38 +
 scripts/plot/util/struct2hdl.m                     |    647 +
 scripts/plot/util/subplot.m                        |    545 +
 scripts/plot/view.m                                |    124 -
 scripts/plot/waitbar.m                             |    188 -
 scripts/plot/waitforbuttonpress.m                  |     47 -
 scripts/plot/whitebg.m                             |    164 -
 scripts/plot/xlabel.m                              |     63 -
 scripts/plot/xlim.m                                |    100 -
 scripts/plot/ylabel.m                              |     57 -
 scripts/plot/ylim.m                                |     96 -
 scripts/plot/zlabel.m                              |     70 -
 scripts/plot/zlim.m                                |     96 -
 scripts/polynomial/compan.m                        |     17 +-
 scripts/polynomial/conv.m                          |     97 +-
 scripts/polynomial/deconv.m                        |     30 +-
 scripts/polynomial/mkpp.m                          |     64 +-
 scripts/polynomial/module.mk                       |      8 +-
 scripts/polynomial/mpoles.m                        |      5 +-
 scripts/polynomial/pchip.m                         |     76 +-
 scripts/polynomial/poly.m                          |     11 +-
 scripts/polynomial/polyaffine.m                    |     11 +-
 scripts/polynomial/polyder.m                       |     13 +-
 scripts/polynomial/polyeig.m                       |     93 +
 scripts/polynomial/polyfit.m                       |    113 +-
 scripts/polynomial/polygcd.m                       |     22 +-
 scripts/polynomial/polyint.m                       |     20 +-
 scripts/polynomial/polyout.m                       |     17 +-
 scripts/polynomial/polyreduce.m                    |     37 +-
 scripts/polynomial/polyval.m                       |     69 +-
 scripts/polynomial/polyvalm.m                      |      8 +-
 scripts/polynomial/ppder.m                         |     40 +-
 scripts/polynomial/ppint.m                         |     20 +-
 scripts/polynomial/ppjumps.m                       |     21 +-
 scripts/polynomial/ppval.m                         |     49 +-
 scripts/polynomial/private/__splinefit__.m         |    624 +
 scripts/polynomial/residue.m                       |     68 +-
 scripts/polynomial/roots.m                         |     73 +-
 scripts/polynomial/spline.m                        |    121 +-
 scripts/polynomial/splinefit.m                     |    239 +
 scripts/polynomial/unmkpp.m                        |      2 +-
 scripts/prefs/addpref.m                            |      6 +-
 scripts/prefs/getpref.m                            |      6 +-
 scripts/prefs/ispref.m                             |      4 +-
 scripts/prefs/module.mk                            |      2 +
 scripts/prefs/prefdir.m                            |     48 +
 scripts/prefs/preferences.m                        |     34 +
 scripts/prefs/private/loadprefs.m                  |      4 +-
 scripts/prefs/private/prefsfile.m                  |     27 +-
 scripts/prefs/private/saveprefs.m                  |      4 +-
 scripts/prefs/rmpref.m                             |     58 +-
 scripts/prefs/setpref.m                            |      6 +-
 scripts/set/intersect.m                            |     45 +-
 scripts/set/ismember.m                             |     89 +-
 scripts/set/powerset.m                             |     28 +-
 scripts/set/private/validargs.m                    |      3 +-
 scripts/set/setdiff.m                              |     28 +-
 scripts/set/setxor.m                               |     17 +-
 scripts/set/union.m                                |     41 +-
 scripts/set/unique.m                               |    118 +-
 scripts/signal/arch_fit.m                          |      5 +-
 scripts/signal/arch_rnd.m                          |      5 +-
 scripts/signal/arch_test.m                         |      7 +-
 scripts/signal/arma_rnd.m                          |      3 +-
 scripts/signal/autoreg_matrix.m                    |     17 +-
 scripts/signal/bartlett.m                          |     22 +-
 scripts/signal/blackman.m                          |     20 +-
 scripts/signal/detrend.m                           |     26 +-
 scripts/signal/diffpara.m                          |      4 +-
 scripts/signal/durbinlevinson.m                    |      3 +-
 scripts/signal/fftconv.m                           |     63 +-
 scripts/signal/fftfilt.m                           |    111 +-
 scripts/signal/fftshift.m                          |     68 +-
 scripts/signal/filter2.m                           |     10 +-
 scripts/signal/fractdiff.m                         |      3 +-
 scripts/signal/freqz.m                             |     71 +-
 scripts/signal/freqz_plot.m                        |      3 +-
 scripts/signal/hamming.m                           |     20 +-
 scripts/signal/hanning.m                           |     16 +-
 scripts/signal/hurst.m                             |      5 +-
 scripts/signal/ifftshift.m                         |     65 +-
 scripts/signal/periodogram.m                       |     36 +-
 scripts/signal/private/rectangle_lw.m              |      9 +-
 scripts/signal/private/rectangle_sw.m              |     35 +-
 scripts/signal/private/triangle_lw.m               |      6 +-
 scripts/signal/private/triangle_sw.m               |     37 +-
 scripts/signal/sinc.m                              |      9 +-
 scripts/signal/sinetone.m                          |      7 +-
 scripts/signal/sinewave.m                          |     20 +-
 scripts/signal/spectral_adf.m                      |     26 +-
 scripts/signal/spectral_xdf.m                      |     26 +-
 scripts/signal/spencer.m                           |     12 +-
 scripts/signal/stft.m                              |     87 +-
 scripts/signal/synthesis.m                         |     19 +-
 scripts/signal/unwrap.m                            |     52 +-
 scripts/signal/yulewalker.m                        |      7 +-
 scripts/sparse/bicg.m                              |     35 +-
 scripts/sparse/bicgstab.m                          |     24 +-
 scripts/sparse/cgs.m                               |     13 +-
 scripts/sparse/colperm.m                           |      3 +-
 scripts/sparse/eigs.m                              |   1121 +
 scripts/sparse/etreeplot.m                         |      5 +-
 scripts/sparse/gmres.m                             |     71 +-
 scripts/sparse/gplot.m                             |     12 +-
 scripts/sparse/module.mk                           |      5 +-
 scripts/sparse/nonzeros.m                          |     11 +-
 scripts/sparse/pcg.m                               |    375 +-
 scripts/sparse/pcr.m                               |    231 +-
 scripts/sparse/private/__sprand_impl__.m           |     29 +-
 scripts/sparse/spaugment.m                         |      8 +-
 scripts/sparse/spconvert.m                         |      3 +-
 scripts/sparse/spdiags.m                           |     14 +-
 scripts/sparse/speye.m                             |     16 +-
 scripts/sparse/spfun.m                             |     13 +-
 scripts/sparse/spones.m                            |     10 +-
 scripts/sparse/sprand.m                            |     11 +-
 scripts/sparse/sprandn.m                           |     12 +-
 scripts/sparse/sprandsym.m                         |     11 +-
 scripts/sparse/spstats.m                           |     13 +-
 scripts/sparse/spy.m                               |      5 +-
 scripts/sparse/svds.m                              |     56 +-
 scripts/sparse/treelayout.m                        |     10 +-
 scripts/sparse/treeplot.m                          |     16 +-
 scripts/specfun/bessel.m                           |     12 +-
 scripts/specfun/beta.m                             |     35 +-
 scripts/specfun/betaln.m                           |      5 +-
 scripts/specfun/ellipke.m                          |    178 +
 scripts/specfun/expint.m                           |    266 +
 scripts/specfun/factor.m                           |     49 +-
 scripts/specfun/factorial.m                        |     15 +-
 scripts/specfun/isprime.m                          |     10 +-
 scripts/specfun/lcm.m                              |      8 +-
 scripts/specfun/legendre.m                         |     39 +-
 scripts/specfun/module.mk                          |      2 +
 scripts/specfun/nchoosek.m                         |      4 +-
 scripts/specfun/nthroot.m                          |     13 +-
 scripts/specfun/perms.m                            |     36 +-
 scripts/specfun/pow2.m                             |      9 +-
 scripts/specfun/primes.m                           |     20 +-
 scripts/specfun/reallog.m                          |     11 +-
 scripts/specfun/realpow.m                          |     11 +-
 scripts/specfun/realsqrt.m                         |     11 +-
 scripts/special-matrix/gallery.m                   |   2855 +
 scripts/special-matrix/hadamard.m                  |      4 +-
 scripts/special-matrix/hankel.m                    |      6 +-
 scripts/special-matrix/hilb.m                      |      4 +-
 scripts/special-matrix/invhilb.m                   |      4 +-
 scripts/special-matrix/magic.m                     |      8 +-
 scripts/special-matrix/module.mk                   |      1 +
 scripts/special-matrix/pascal.m                    |      2 +-
 scripts/special-matrix/rosser.m                    |     10 +-
 scripts/special-matrix/toeplitz.m                  |     10 +-
 scripts/special-matrix/vander.m                    |     14 +-
 scripts/special-matrix/wilkinson.m                 |      2 +-
 scripts/startup/__finish__.m                       |      9 +-
 scripts/startup/inputrc                            |      5 +
 scripts/startup/main-rcfile                        |      6 +-
 scripts/statistics/base/center.m                   |     22 +-
 scripts/statistics/base/cloglog.m                  |     10 +-
 scripts/statistics/base/corr.m                     |     30 +-
 scripts/statistics/base/cov.m                      |     42 +-
 scripts/statistics/base/gls.m                      |      6 +-
 scripts/statistics/base/histc.m                    |     15 +-
 scripts/statistics/base/iqr.m                      |     20 +-
 scripts/statistics/base/kendall.m                  |     27 +-
 scripts/statistics/base/kurtosis.m                 |    133 +-
 scripts/statistics/base/logit.m                    |      7 +-
 scripts/statistics/base/mahalanobis.m              |     17 +-
 scripts/statistics/base/mean.m                     |     53 +-
 scripts/statistics/base/meansq.m                   |     14 +-
 scripts/statistics/base/median.m                   |     30 +-
 scripts/statistics/base/mode.m                     |     22 +-
 scripts/statistics/base/moment.m                   |     83 +-
 scripts/statistics/base/ols.m                      |     21 +-
 scripts/statistics/base/ppplot.m                   |      6 +-
 scripts/statistics/base/prctile.m                  |      3 +-
 scripts/statistics/base/probit.m                   |      5 +-
 scripts/statistics/base/qqplot.m                   |     41 +-
 scripts/statistics/base/quantile.m                 |     51 +-
 scripts/statistics/base/range.m                    |     13 +-
 scripts/statistics/base/ranks.m                    |     18 +-
 scripts/statistics/base/run_count.m                |     14 +-
 scripts/statistics/base/runlength.m                |      9 +-
 scripts/statistics/base/skewness.m                 |    134 +-
 scripts/statistics/base/spearman.m                 |     21 +-
 scripts/statistics/base/statistics.m               |      4 +-
 scripts/statistics/base/std.m                      |     32 +-
 scripts/statistics/base/table.m                    |      3 +-
 scripts/statistics/base/var.m                      |     23 +-
 scripts/statistics/base/zscore.m                   |     64 +-
 scripts/statistics/distributions/betacdf.m         |     28 +-
 scripts/statistics/distributions/betainv.m         |     28 +-
 scripts/statistics/distributions/betapdf.m         |     30 +-
 scripts/statistics/distributions/betarnd.m         |     53 +-
 scripts/statistics/distributions/binocdf.m         |     32 +-
 scripts/statistics/distributions/binoinv.m         |     28 +-
 scripts/statistics/distributions/binopdf.m         |     37 +-
 scripts/statistics/distributions/binornd.m         |     42 +-
 scripts/statistics/distributions/cauchy_cdf.m      |     28 +-
 scripts/statistics/distributions/cauchy_inv.m      |     28 +-
 scripts/statistics/distributions/cauchy_pdf.m      |     28 +-
 scripts/statistics/distributions/cauchy_rnd.m      |     46 +-
 scripts/statistics/distributions/chi2cdf.m         |     20 +-
 scripts/statistics/distributions/chi2inv.m         |     20 +-
 scripts/statistics/distributions/chi2pdf.m         |     18 +-
 scripts/statistics/distributions/chi2rnd.m         |     39 +-
 scripts/statistics/distributions/discrete_cdf.m    |     24 +-
 scripts/statistics/distributions/discrete_inv.m    |     22 +-
 scripts/statistics/distributions/discrete_pdf.m    |     24 +-
 scripts/statistics/distributions/discrete_rnd.m    |     26 +-
 scripts/statistics/distributions/empirical_cdf.m   |     14 +-
 scripts/statistics/distributions/empirical_inv.m   |     12 +-
 scripts/statistics/distributions/empirical_pdf.m   |     10 +-
 scripts/statistics/distributions/empirical_rnd.m   |     16 +-
 scripts/statistics/distributions/expcdf.m          |     24 +-
 scripts/statistics/distributions/expinv.m          |     22 +-
 scripts/statistics/distributions/exppdf.m          |     22 +-
 scripts/statistics/distributions/exprnd.m          |     34 +-
 scripts/statistics/distributions/fcdf.m            |     28 +-
 scripts/statistics/distributions/finv.m            |     28 +-
 scripts/statistics/distributions/fpdf.m            |     28 +-
 scripts/statistics/distributions/frnd.m            |     46 +-
 scripts/statistics/distributions/gamcdf.m          |     24 +-
 scripts/statistics/distributions/gaminv.m          |     28 +-
 scripts/statistics/distributions/gampdf.m          |     26 +-
 scripts/statistics/distributions/gamrnd.m          |     49 +-
 scripts/statistics/distributions/geocdf.m          |     23 +-
 scripts/statistics/distributions/geoinv.m          |     23 +-
 scripts/statistics/distributions/geopdf.m          |     21 +-
 scripts/statistics/distributions/geornd.m          |     43 +-
 scripts/statistics/distributions/hygecdf.m         |     36 +-
 scripts/statistics/distributions/hygeinv.m         |     38 +-
 scripts/statistics/distributions/hygepdf.m         |     34 +-
 scripts/statistics/distributions/hygernd.m         |     52 +-
 .../distributions/kolmogorov_smirnov_cdf.m         |      4 +-
 scripts/statistics/distributions/laplace_cdf.m     |      6 +-
 scripts/statistics/distributions/laplace_inv.m     |      8 +-
 scripts/statistics/distributions/laplace_pdf.m     |      6 +-
 scripts/statistics/distributions/laplace_rnd.m     |     12 +-
 scripts/statistics/distributions/logistic_cdf.m    |      6 +-
 scripts/statistics/distributions/logistic_inv.m    |      8 +-
 scripts/statistics/distributions/logistic_pdf.m    |      6 +-
 scripts/statistics/distributions/logistic_rnd.m    |     12 +-
 scripts/statistics/distributions/logncdf.m         |     28 +-
 scripts/statistics/distributions/logninv.m         |     28 +-
 scripts/statistics/distributions/lognpdf.m         |     26 +-
 scripts/statistics/distributions/lognrnd.m         |     46 +-
 scripts/statistics/distributions/nbincdf.m         |     28 +-
 scripts/statistics/distributions/nbininv.m         |     30 +-
 scripts/statistics/distributions/nbinpdf.m         |     26 +-
 scripts/statistics/distributions/nbinrnd.m         |     49 +-
 scripts/statistics/distributions/normcdf.m         |     32 +-
 scripts/statistics/distributions/norminv.m         |     32 +-
 scripts/statistics/distributions/normpdf.m         |     28 +-
 scripts/statistics/distributions/normrnd.m         |     50 +-
 scripts/statistics/distributions/poisscdf.m        |     22 +-
 scripts/statistics/distributions/poissinv.m        |     20 +-
 scripts/statistics/distributions/poisspdf.m        |     18 +-
 scripts/statistics/distributions/poissrnd.m        |     38 +-
 scripts/statistics/distributions/stdnormal_cdf.m   |      6 +-
 scripts/statistics/distributions/stdnormal_inv.m   |     10 +-
 scripts/statistics/distributions/stdnormal_pdf.m   |      6 +-
 scripts/statistics/distributions/stdnormal_rnd.m   |     12 +-
 scripts/statistics/distributions/tcdf.m            |     90 +-
 scripts/statistics/distributions/tinv.m            |     20 +-
 scripts/statistics/distributions/tpdf.m            |     22 +-
 scripts/statistics/distributions/trnd.m            |     34 +-
 scripts/statistics/distributions/unidcdf.m         |     20 +-
 scripts/statistics/distributions/unidinv.m         |     20 +-
 scripts/statistics/distributions/unidpdf.m         |     18 +-
 scripts/statistics/distributions/unidrnd.m         |     26 +-
 scripts/statistics/distributions/unifcdf.m         |     28 +-
 scripts/statistics/distributions/unifinv.m         |     28 +-
 scripts/statistics/distributions/unifpdf.m         |     26 +-
 scripts/statistics/distributions/unifrnd.m         |     46 +-
 scripts/statistics/distributions/wblcdf.m          |     28 +-
 scripts/statistics/distributions/wblinv.m          |     28 +-
 scripts/statistics/distributions/wblpdf.m          |     26 +-
 scripts/statistics/distributions/wblrnd.m          |     46 +-
 scripts/statistics/distributions/wienrnd.m         |      3 +-
 scripts/statistics/models/logistic_regression.m    |      3 +-
 .../private/logistic_regression_derivatives.m      |      7 +-
 .../private/logistic_regression_likelihood.m       |      9 +-
 scripts/statistics/tests/anova.m                   |      3 +-
 scripts/statistics/tests/bartlett_test.m           |      5 +-
 .../statistics/tests/chisquare_test_homogeneity.m  |      9 +-
 .../statistics/tests/chisquare_test_independence.m |      5 +-
 scripts/statistics/tests/cor_test.m                |     13 +-
 scripts/statistics/tests/f_test_regression.m       |      7 +-
 scripts/statistics/tests/hotelling_test.m          |      3 +-
 scripts/statistics/tests/hotelling_test_2.m        |      3 +-
 scripts/statistics/tests/kolmogorov_smirnov_test.m |     41 +-
 .../statistics/tests/kolmogorov_smirnov_test_2.m   |     11 +-
 scripts/statistics/tests/kruskal_wallis_test.m     |     15 +-
 scripts/statistics/tests/manova.m                  |     14 +-
 scripts/statistics/tests/mcnemar_test.m            |      4 +-
 scripts/statistics/tests/prop_test_2.m             |     15 +-
 scripts/statistics/tests/run_test.m                |      7 +-
 scripts/statistics/tests/sign_test.m               |     13 +-
 scripts/statistics/tests/t_test.m                  |     13 +-
 scripts/statistics/tests/t_test_2.m                |     15 +-
 scripts/statistics/tests/t_test_regression.m       |     30 +-
 scripts/statistics/tests/u_test.m                  |     13 +-
 scripts/statistics/tests/var_test.m                |      9 +-
 scripts/statistics/tests/welch_test.m              |     11 +-
 scripts/statistics/tests/wilcoxon_test.m           |     13 +-
 scripts/statistics/tests/z_test.m                  |     17 +-
 scripts/statistics/tests/z_test_2.m                |     21 +-
 scripts/strings/base2dec.m                         |     26 +-
 scripts/strings/bin2dec.m                          |     18 +-
 scripts/strings/blanks.m                           |     10 +-
 scripts/strings/cstrcat.m                          |     10 +-
 scripts/strings/deblank.m                          |     22 +-
 scripts/strings/dec2base.m                         |     41 +-
 scripts/strings/dec2bin.m                          |     12 +-
 scripts/strings/dec2hex.m                          |     12 +-
 scripts/strings/findstr.m                          |     10 +-
 scripts/strings/hex2dec.m                          |     20 +-
 scripts/strings/index.m                            |     31 +-
 scripts/strings/isletter.m                         |      8 +-
 scripts/strings/isstrprop.m                        |     32 +-
 scripts/strings/mat2str.m                          |     30 +-
 scripts/strings/module.mk                          |      6 +-
 scripts/strings/ostrsplit.m                        |    118 +
 scripts/strings/regexptranslate.m                  |     10 +-
 scripts/strings/rindex.m                           |      7 +-
 scripts/strings/str2num.m                          |      8 +-
 scripts/strings/strcat.m                           |    139 +-
 scripts/strings/strchr.m                           |      4 +-
 scripts/strings/strjoin.m                          |     98 +
 scripts/strings/strjust.m                          |     20 +-
 scripts/strings/strmatch.m                         |     42 +-
 scripts/strings/strsplit.m                         |    292 +-
 scripts/strings/strtok.m                           |     32 +-
 scripts/strings/strtrim.m                          |     22 +-
 scripts/strings/strtrunc.m                         |     14 +-
 scripts/strings/substr.m                           |     18 +-
 scripts/strings/untabify.m                         |     12 +-
 scripts/strings/validatestring.m                   |     28 +-
 scripts/testfun/__have_feature__.m                 |     35 +
 scripts/testfun/__printf_assert__.m                |     28 +
 scripts/testfun/__prog_output_assert__.m           |     35 +
 scripts/testfun/__run_test_suite__.m               |    270 +
 scripts/testfun/assert.m                           |    607 +-
 scripts/testfun/demo.m                             |     60 +-
 scripts/testfun/example.m                          |     32 +-
 scripts/testfun/fail.m                             |     44 +-
 scripts/testfun/module.mk                          |      4 +
 scripts/testfun/rundemos.m                         |     50 +-
 scripts/testfun/runtests.m                         |     72 +-
 scripts/testfun/speed.m                            |    152 +-
 scripts/testfun/test.m                             |    259 +-
 scripts/time/addtodate.m                           |      9 +-
 scripts/time/asctime.m                             |     10 +-
 scripts/time/calendar.m                            |      6 +-
 scripts/time/clock.m                               |      5 +-
 scripts/time/ctime.m                               |      8 +-
 scripts/time/date.m                                |      5 +-
 scripts/time/datenum.m                             |     55 +-
 scripts/time/datestr.m                             |     64 +-
 scripts/time/datetick.m                            |    305 -
 scripts/time/datevec.m                             |     45 +-
 scripts/time/eomday.m                              |      4 +-
 scripts/time/etime.m                               |     12 +-
 scripts/time/is_leap_year.m                        |      4 +-
 scripts/time/module.mk                             |      1 -
 scripts/time/now.m                                 |     13 +-
 scripts/time/weekday.m                             |     12 +-
 src/Cell.cc                                        |    317 -
 src/Cell.h                                         |    144 -
 src/DLD-FUNCTIONS/__contourc__.cc                  |    342 -
 src/DLD-FUNCTIONS/__delaunayn__.cc                 |    231 -
 src/DLD-FUNCTIONS/__dispatch__.cc                  |    138 -
 src/DLD-FUNCTIONS/__dsearchn__.cc                  |    117 -
 src/DLD-FUNCTIONS/__fltk_uigetfile__.cc            |    144 -
 src/DLD-FUNCTIONS/__glpk__.cc                      |    863 -
 src/DLD-FUNCTIONS/__init_fltk__.cc                 |   2106 -
 src/DLD-FUNCTIONS/__init_gnuplot__.cc              |    193 -
 src/DLD-FUNCTIONS/__lin_interpn__.cc               |    364 -
 src/DLD-FUNCTIONS/__magick_read__.cc               |   1224 -
 src/DLD-FUNCTIONS/__pchip_deriv__.cc               |    170 -
 src/DLD-FUNCTIONS/__qp__.cc                        |    537 -
 src/DLD-FUNCTIONS/__voronoi__.cc                   |    336 -
 src/DLD-FUNCTIONS/amd.cc                           |    206 -
 src/DLD-FUNCTIONS/balance.cc                       |    389 -
 src/DLD-FUNCTIONS/besselj.cc                       |    931 -
 src/DLD-FUNCTIONS/betainc.cc                       |    333 -
 src/DLD-FUNCTIONS/bsxfun.cc                        |    813 -
 src/DLD-FUNCTIONS/ccolamd.cc                       |    583 -
 src/DLD-FUNCTIONS/cellfun.cc                       |   2478 -
 src/DLD-FUNCTIONS/chol.cc                          |   1399 -
 src/DLD-FUNCTIONS/colamd.cc                        |    768 -
 src/DLD-FUNCTIONS/colloc.cc                        |    139 -
 src/DLD-FUNCTIONS/config-module.awk                |     77 -
 src/DLD-FUNCTIONS/config-module.sh                 |     19 -
 src/DLD-FUNCTIONS/conv2.cc                         |    394 -
 src/DLD-FUNCTIONS/convhulln.cc                     |    321 -
 src/DLD-FUNCTIONS/daspk.cc                         |    480 -
 src/DLD-FUNCTIONS/dasrt.cc                         |    590 -
 src/DLD-FUNCTIONS/dassl.cc                         |    569 -
 src/DLD-FUNCTIONS/det.cc                           |    255 -
 src/DLD-FUNCTIONS/dlmread.cc                       |    522 -
 src/DLD-FUNCTIONS/dmperm.cc                        |    231 -
 src/DLD-FUNCTIONS/dot.cc                           |    368 -
 src/DLD-FUNCTIONS/eig.cc                           |    336 -
 src/DLD-FUNCTIONS/eigs.cc                          |   1532 -
 src/DLD-FUNCTIONS/fft.cc                           |    322 -
 src/DLD-FUNCTIONS/fft2.cc                          |    296 -
 src/DLD-FUNCTIONS/fftn.cc                          |    188 -
 src/DLD-FUNCTIONS/fftw.cc                          |    298 -
 src/DLD-FUNCTIONS/filter.cc                        |    733 -
 src/DLD-FUNCTIONS/find.cc                          |    622 -
 src/DLD-FUNCTIONS/gammainc.cc                      |    230 -
 src/DLD-FUNCTIONS/gcd.cc                           |    531 -
 src/DLD-FUNCTIONS/getgrent.cc                      |    215 -
 src/DLD-FUNCTIONS/getpwent.cc                      |    219 -
 src/DLD-FUNCTIONS/getrusage.cc                     |    205 -
 src/DLD-FUNCTIONS/givens.cc                        |    215 -
 src/DLD-FUNCTIONS/hess.cc                          |    191 -
 src/DLD-FUNCTIONS/hex2num.cc                       |    192 -
 src/DLD-FUNCTIONS/inv.cc                           |    252 -
 src/DLD-FUNCTIONS/kron.cc                          |    322 -
 src/DLD-FUNCTIONS/lookup.cc                        |    397 -
 src/DLD-FUNCTIONS/lsode.cc                         |    546 -
 src/DLD-FUNCTIONS/lu.cc                            |    859 -
 src/DLD-FUNCTIONS/luinc.cc                         |    385 -
 src/DLD-FUNCTIONS/matrix_type.cc                   |    617 -
 src/DLD-FUNCTIONS/max.cc                           |    649 -
 src/DLD-FUNCTIONS/md5sum.cc                        |    101 -
 src/DLD-FUNCTIONS/mgorth.cc                        |    154 -
 src/DLD-FUNCTIONS/module-files                     |     83 -
 src/DLD-FUNCTIONS/module.mk                        |   1134 -
 src/DLD-FUNCTIONS/nproc.cc                         |     91 -
 src/DLD-FUNCTIONS/oct-qhull.h                      |     60 -
 src/DLD-FUNCTIONS/pinv.cc                          |    192 -
 src/DLD-FUNCTIONS/qr.cc                            |   1613 -
 src/DLD-FUNCTIONS/quad.cc                          |    511 -
 src/DLD-FUNCTIONS/quadcc.cc                        |   2278 -
 src/DLD-FUNCTIONS/qz.cc                            |   1268 -
 src/DLD-FUNCTIONS/rand.cc                          |   1143 -
 src/DLD-FUNCTIONS/rcond.cc                         |    104 -
 src/DLD-FUNCTIONS/regexp.cc                        |   1250 -
 src/DLD-FUNCTIONS/schur.cc                         |    384 -
 src/DLD-FUNCTIONS/spparms.cc                       |    208 -
 src/DLD-FUNCTIONS/sqrtm.cc                         |    279 -
 src/DLD-FUNCTIONS/str2double.cc                    |    382 -
 src/DLD-FUNCTIONS/strfind.cc                       |    420 -
 src/DLD-FUNCTIONS/sub2ind.cc                       |    212 -
 src/DLD-FUNCTIONS/svd.cc                           |    438 -
 src/DLD-FUNCTIONS/syl.cc                           |    220 -
 src/DLD-FUNCTIONS/symbfact.cc                      |    363 -
 src/DLD-FUNCTIONS/symrcm.cc                        |    710 -
 src/DLD-FUNCTIONS/time.cc                          |    553 -
 src/DLD-FUNCTIONS/tril.cc                          |    428 -
 src/DLD-FUNCTIONS/tsearch.cc                       |    186 -
 src/DLD-FUNCTIONS/typecast.cc                      |    460 -
 src/DLD-FUNCTIONS/urlwrite.cc                      |   1735 -
 src/DOCSTRINGS                                     |  14424 --
 src/Makefile.am                                    |    772 +-
 src/Makefile.in                                    |   8060 +-
 src/OPERATORS/module.mk                            |    136 -
 src/OPERATORS/op-b-b.cc                            |     95 -
 src/OPERATORS/op-b-bm.cc                           |     80 -
 src/OPERATORS/op-b-sbm.cc                          |     95 -
 src/OPERATORS/op-bm-b.cc                           |    111 -
 src/OPERATORS/op-bm-bm.cc                          |    184 -
 src/OPERATORS/op-bm-sbm.cc                         |    103 -
 src/OPERATORS/op-cdm-cdm.cc                        |    110 -
 src/OPERATORS/op-cdm-cm.cc                         |     35 -
 src/OPERATORS/op-cdm-cs.cc                         |     33 -
 src/OPERATORS/op-cdm-dm.cc                         |     37 -
 src/OPERATORS/op-cdm-m.cc                          |     38 -
 src/OPERATORS/op-cdm-s.cc                          |     34 -
 src/OPERATORS/op-cell.cc                           |     71 -
 src/OPERATORS/op-chm.cc                            |    105 -
 src/OPERATORS/op-class.cc                          |    161 -
 src/OPERATORS/op-cm-cdm.cc                         |     35 -
 src/OPERATORS/op-cm-cm.cc                          |    260 -
 src/OPERATORS/op-cm-cs.cc                          |    145 -
 src/OPERATORS/op-cm-dm.cc                          |     35 -
 src/OPERATORS/op-cm-m.cc                           |    143 -
 src/OPERATORS/op-cm-pm.cc                          |     33 -
 src/OPERATORS/op-cm-s.cc                           |    143 -
 src/OPERATORS/op-cm-scm.cc                         |    203 -
 src/OPERATORS/op-cm-sm.cc                          |    168 -
 src/OPERATORS/op-cs-cm.cc                          |    133 -
 src/OPERATORS/op-cs-cs.cc                          |    197 -
 src/OPERATORS/op-cs-m.cc                           |    130 -
 src/OPERATORS/op-cs-s.cc                           |    146 -
 src/OPERATORS/op-cs-scm.cc                         |    172 -
 src/OPERATORS/op-cs-sm.cc                          |    166 -
 src/OPERATORS/op-dm-cdm.cc                         |     37 -
 src/OPERATORS/op-dm-cm.cc                          |     35 -
 src/OPERATORS/op-dm-cs.cc                          |     34 -
 src/OPERATORS/op-dm-dm.cc                          |    103 -
 src/OPERATORS/op-dm-m.cc                           |     37 -
 src/OPERATORS/op-dm-s.cc                           |     33 -
 src/OPERATORS/op-dm-scm.cc                         |    511 -
 src/OPERATORS/op-dm-sm.cc                          |    196 -
 src/OPERATORS/op-dm-template.cc                    |     95 -
 src/OPERATORS/op-dms-template.cc                   |     92 -
 src/OPERATORS/op-double-conv.cc                    |    119 -
 src/OPERATORS/op-fcdm-fcdm.cc                      |    112 -
 src/OPERATORS/op-fcdm-fcm.cc                       |     35 -
 src/OPERATORS/op-fcdm-fcs.cc                       |     33 -
 src/OPERATORS/op-fcdm-fdm.cc                       |     51 -
 src/OPERATORS/op-fcdm-fm.cc                        |     36 -
 src/OPERATORS/op-fcdm-fs.cc                        |     34 -
 src/OPERATORS/op-fcm-fcdm.cc                       |     35 -
 src/OPERATORS/op-fcm-fcm.cc                        |    335 -
 src/OPERATORS/op-fcm-fcs.cc                        |    196 -
 src/OPERATORS/op-fcm-fdm.cc                        |     35 -
 src/OPERATORS/op-fcm-fm.cc                         |    183 -
 src/OPERATORS/op-fcm-fs.cc                         |    172 -
 src/OPERATORS/op-fcm-pm.cc                         |     33 -
 src/OPERATORS/op-fcn.cc                            |     54 -
 src/OPERATORS/op-fcs-fcm.cc                        |    152 -
 src/OPERATORS/op-fcs-fcs.cc                        |    208 -
 src/OPERATORS/op-fcs-fm.cc                         |    156 -
 src/OPERATORS/op-fcs-fs.cc                         |    163 -
 src/OPERATORS/op-fdm-fcdm.cc                       |     37 -
 src/OPERATORS/op-fdm-fcm.cc                        |     35 -
 src/OPERATORS/op-fdm-fcs.cc                        |     34 -
 src/OPERATORS/op-fdm-fdm.cc                        |    103 -
 src/OPERATORS/op-fdm-fm.cc                         |     35 -
 src/OPERATORS/op-fdm-fs.cc                         |     33 -
 src/OPERATORS/op-float-conv.cc                     |    111 -
 src/OPERATORS/op-fm-fcdm.cc                        |     36 -
 src/OPERATORS/op-fm-fcm.cc                         |    206 -
 src/OPERATORS/op-fm-fcs.cc                         |    162 -
 src/OPERATORS/op-fm-fdm.cc                         |     35 -
 src/OPERATORS/op-fm-fm.cc                          |    255 -
 src/OPERATORS/op-fm-fs.cc                          |    162 -
 src/OPERATORS/op-fm-pm.cc                          |     33 -
 src/OPERATORS/op-fs-fcm.cc                         |    178 -
 src/OPERATORS/op-fs-fcs.cc                         |    161 -
 src/OPERATORS/op-fs-fm.cc                          |    154 -
 src/OPERATORS/op-fs-fs.cc                          |    184 -
 src/OPERATORS/op-i16-i16.cc                        |    149 -
 src/OPERATORS/op-i32-i32.cc                        |    149 -
 src/OPERATORS/op-i64-i64.cc                        |    149 -
 src/OPERATORS/op-i8-i8.cc                          |    149 -
 src/OPERATORS/op-int-concat.cc                     |    318 -
 src/OPERATORS/op-int-conv.cc                       |    235 -
 src/OPERATORS/op-int.h                             |   1191 -
 src/OPERATORS/op-m-cdm.cc                          |     36 -
 src/OPERATORS/op-m-cm.cc                           |    166 -
 src/OPERATORS/op-m-cs.cc                           |    140 -
 src/OPERATORS/op-m-dm.cc                           |     35 -
 src/OPERATORS/op-m-m.cc                            |    223 -
 src/OPERATORS/op-m-pm.cc                           |     33 -
 src/OPERATORS/op-m-s.cc                            |    155 -
 src/OPERATORS/op-m-scm.cc                          |    175 -
 src/OPERATORS/op-m-sm.cc                           |    167 -
 src/OPERATORS/op-pm-cm.cc                          |     33 -
 src/OPERATORS/op-pm-fcm.cc                         |     33 -
 src/OPERATORS/op-pm-fm.cc                          |     33 -
 src/OPERATORS/op-pm-m.cc                           |     35 -
 src/OPERATORS/op-pm-pm.cc                          |     87 -
 src/OPERATORS/op-pm-scm.cc                         |     97 -
 src/OPERATORS/op-pm-sm.cc                          |    150 -
 src/OPERATORS/op-pm-template.cc                    |     90 -
 src/OPERATORS/op-range.cc                          |    142 -
 src/OPERATORS/op-s-cm.cc                           |    142 -
 src/OPERATORS/op-s-cs.cc                           |    149 -
 src/OPERATORS/op-s-m.cc                            |    136 -
 src/OPERATORS/op-s-s.cc                            |    172 -
 src/OPERATORS/op-s-scm.cc                          |    178 -
 src/OPERATORS/op-s-sm.cc                           |    161 -
 src/OPERATORS/op-sbm-b.cc                          |    141 -
 src/OPERATORS/op-sbm-bm.cc                         |    167 -
 src/OPERATORS/op-sbm-sbm.cc                        |    114 -
 src/OPERATORS/op-scm-cm.cc                         |    196 -
 src/OPERATORS/op-scm-cs.cc                         |    184 -
 src/OPERATORS/op-scm-m.cc                          |    175 -
 src/OPERATORS/op-scm-s.cc                          |    189 -
 src/OPERATORS/op-scm-scm.cc                        |    248 -
 src/OPERATORS/op-scm-sm.cc                         |    174 -
 src/OPERATORS/op-sm-cm.cc                          |    173 -
 src/OPERATORS/op-sm-cs.cc                          |    165 -
 src/OPERATORS/op-sm-m.cc                           |    165 -
 src/OPERATORS/op-sm-s.cc                           |    175 -
 src/OPERATORS/op-sm-scm.cc                         |    182 -
 src/OPERATORS/op-sm-sm.cc                          |    196 -
 src/OPERATORS/op-str-m.cc                          |     64 -
 src/OPERATORS/op-str-s.cc                          |     64 -
 src/OPERATORS/op-str-str.cc                        |    155 -
 src/OPERATORS/op-struct.cc                         |    108 -
 src/OPERATORS/op-ui16-ui16.cc                      |    149 -
 src/OPERATORS/op-ui32-ui32.cc                      |    148 -
 src/OPERATORS/op-ui64-ui64.cc                      |    149 -
 src/OPERATORS/op-ui8-ui8.cc                        |    149 -
 src/TEMPLATE-INST/Array-os.cc                      |     47 -
 src/TEMPLATE-INST/Array-tc.cc                      |     38 -
 src/TEMPLATE-INST/module.mk                        |      5 -
 src/bitfcns.cc                                     |    706 -
 src/builtins.h                                     |     28 -
 src/c-file-ptr-stream.cc                           |    362 -
 src/c-file-ptr-stream.h                            |    227 -
 src/comment-list.cc                                |    106 -
 src/comment-list.h                                 |    131 -
 src/cutils.c                                       |     60 -
 src/cutils.h                                       |     43 -
 src/data.cc                                        |   7241 -
 src/data.h                                         |     34 -
 src/debug.cc                                       |   1250 -
 src/debug.h                                        |    134 -
 src/defaults.cc                                    |    542 -
 src/defaults.h.in                                  |    214 -
 src/defun-dld.h                                    |     71 -
 src/defun-int.h                                    |    187 -
 src/defun.cc                                       |    200 -
 src/defun.h                                        |     66 -
 src/dirfns.cc                                      |    783 -
 src/dirfns.h                                       |     40 -
 src/display.cc                                     |    160 -
 src/display.h                                      |     99 -
 src/dynamic-ld.cc                                  |    582 -
 src/dynamic-ld.h                                   |    100 -
 src/error.cc                                       |   1863 -
 src/error.h                                        |    142 -
 src/file-io.cc                                     |   2273 -
 src/file-io.h                                      |     36 -
 src/find-defun-files.sh                            |     26 -
 src/gendoc.pl                                      |     73 -
 src/genprops.awk                                   |    820 -
 src/gl-render.cc                                   |   3036 -
 src/gl-render.h                                    |    212 -
 src/gl2ps-renderer.cc                              |    238 -
 src/gl2ps-renderer.h                               |     86 -
 src/gl2ps.c                                        |   6078 -
 src/gl2ps.h                                        |    200 -
 src/graphics-props.cc                              |   6732 -
 src/graphics.cc                                    |   9973 --
 src/graphics.h.in                                  |   5743 -
 src/gripes.cc                                      |    238 -
 src/gripes.h                                       |    130 -
 src/help.cc                                        |   1373 -
 src/help.h                                         |     49 -
 src/input.cc                                       |   1570 -
 src/input.h                                        |    123 -
 src/lex.cc                                         |   6595 -
 src/lex.h                                          |    200 -
 src/lex.ll                                         |   3783 -
 src/link-deps.mk                                   |     38 -
 src/load-path.cc                                   |   2304 -
 src/load-path.h                                    |    563 -
 src/load-save.cc                                   |   1871 -
 src/load-save.h                                    |     90 -
 src/ls-ascii-helper.cc                             |    175 -
 src/ls-ascii-helper.h                              |     38 -
 src/ls-hdf5.cc                                     |    921 -
 src/ls-hdf5.h                                      |    213 -
 src/ls-mat-ascii.cc                                |    378 -
 src/ls-mat-ascii.h                                 |     34 -
 src/ls-mat4.cc                                     |    609 -
 src/ls-mat4.h                                      |     45 -
 src/ls-mat5.cc                                     |   2719 -
 src/ls-mat5.h                                      |     61 -
 src/ls-oct-ascii.cc                                |    432 -
 src/ls-oct-ascii.h                                 |    189 -
 src/ls-oct-binary.cc                               |    307 -
 src/ls-oct-binary.h                                |     37 -
 src/ls-utils.cc                                    |     88 -
 src/ls-utils.h                                     |     32 -
 src/main-cli.cc                                    |     43 +
 src/main-gui.cc                                    |     44 +
 src/main.c                                         |     36 -
 src/main.in.cc                                     |    763 +
 src/mappers.cc                                     |   2051 -
 src/matherr.c                                      |     53 -
 src/mex.cc                                         |   3540 -
 src/mex.h                                          |    175 -
 src/mexproto.h                                     |    279 -
 src/mk-errno-list                                  |     52 -
 src/mk-pkg-add                                     |     51 -
 src/mkbuiltins                                     |    110 -
 src/mkdefs                                         |     54 -
 src/mkoctfile.cc.in                                |    786 -
 src/mkoctfile.in                                   |    562 -
 src/mkoctfile.in.cc                                |    812 +
 src/mkoctfile.in.sh                                |    561 +
 src/mkops                                          |     57 -
 src/mxarray.h.in                                   |    347 -
 src/oct-conf.h.in                                  |    571 -
 src/oct-errno.cc.in                                |    345 -
 src/oct-errno.h                                    |     72 -
 src/oct-fstrm.cc                                   |    114 -
 src/oct-fstrm.h                                    |     86 -
 src/oct-gperf.h                                    |    298 -
 src/oct-hdf5.h                                     |     30 -
 src/oct-hist.cc                                    |    781 -
 src/oct-hist.h                                     |     38 -
 src/oct-iostrm.cc                                  |     89 -
 src/oct-iostrm.h                                   |    154 -
 src/oct-lvalue.cc                                  |     94 -
 src/oct-lvalue.h                                   |    104 -
 src/oct-map.cc                                     |   1779 -
 src/oct-map.h                                      |    659 -
 src/oct-obj.cc                                     |    284 -
 src/oct-obj.h                                      |    170 -
 src/oct-parse.cc                                   |   8013 --
 src/oct-parse.h                                    |    267 -
 src/oct-parse.yy                                   |   4697 -
 src/oct-prcstrm.cc                                 |     70 -
 src/oct-prcstrm.h                                  |     87 -
 src/oct-procbuf.cc                                 |    218 -
 src/oct-procbuf.h                                  |     79 -
 src/oct-stdstrm.h                                  |    175 -
 src/oct-stream.cc                                  |   4305 -
 src/oct-stream.h                                   |    716 -
 src/oct-strstrm.cc                                 |     66 -
 src/oct-strstrm.h                                  |    176 -
 src/oct.h                                          |     45 -
 src/octave-config.cc.in                            |    224 -
 src/octave-config.in                               |    168 -
 src/octave-config.in.cc                            |    245 +
 src/octave-config.in.sh                            |    169 +
 src/octave.cc                                      |   1037 -
 src/octave.gperf                                   |    121 -
 src/octave.h                                       |     36 -
 src/ops.h                                          |    403 -
 src/ov-base-diag.cc                                |    532 -
 src/ov-base-diag.h                                 |    225 -
 src/ov-base-int.cc                                 |    608 -
 src/ov-base-int.h                                  |    129 -
 src/ov-base-mat.cc                                 |    482 -
 src/ov-base-mat.h                                  |    201 -
 src/ov-base-scalar.cc                              |    177 -
 src/ov-base-scalar.h                               |    155 -
 src/ov-base-sparse.cc                              |    465 -
 src/ov-base-sparse.h                               |    175 -
 src/ov-base.cc                                     |   1571 -
 src/ov-base.h                                      |    802 -
 src/ov-bool-mat.cc                                 |    589 -
 src/ov-bool-mat.h                                  |    235 -
 src/ov-bool-sparse.cc                              |    793 -
 src/ov-bool-sparse.h                               |    157 -
 src/ov-bool.cc                                     |    240 -
 src/ov-bool.h                                      |    251 -
 src/ov-builtin.cc                                  |    156 -
 src/ov-builtin.h                                   |     98 -
 src/ov-cell.cc                                     |   1528 -
 src/ov-cell.h                                      |    180 -
 src/ov-ch-mat.cc                                   |    197 -
 src/ov-ch-mat.h                                    |    155 -
 src/ov-class.cc                                    |   2282 -
 src/ov-class.h                                     |    285 -
 src/ov-colon.cc                                    |     48 -
 src/ov-colon.h                                     |     77 -
 src/ov-complex.cc                                  |    457 -
 src/ov-complex.h                                   |    207 -
 src/ov-cs-list.cc                                  |     62 -
 src/ov-cs-list.h                                   |     91 -
 src/ov-cx-diag.cc                                  |    238 -
 src/ov-cx-diag.h                                   |     95 -
 src/ov-cx-mat.cc                                   |    785 -
 src/ov-cx-mat.h                                    |    181 -
 src/ov-cx-sparse.cc                                |    934 -
 src/ov-cx-sparse.h                                 |    160 -
 src/ov-dld-fcn.cc                                  |     90 -
 src/ov-dld-fcn.h                                   |    103 -
 src/ov-fcn-handle.cc                               |   2002 -
 src/ov-fcn-handle.h                                |    219 -
 src/ov-fcn-inline.cc                               |   1020 -
 src/ov-fcn-inline.h                                |    104 -
 src/ov-fcn.cc                                      |     45 -
 src/ov-fcn.h                                       |    191 -
 src/ov-float.cc                                    |    339 -
 src/ov-float.h                                     |    256 -
 src/ov-flt-complex.cc                              |    442 -
 src/ov-flt-complex.h                               |    196 -
 src/ov-flt-cx-diag.cc                              |    207 -
 src/ov-flt-cx-diag.h                               |     93 -
 src/ov-flt-cx-mat.cc                               |    752 -
 src/ov-flt-cx-mat.h                                |    179 -
 src/ov-flt-re-diag.cc                              |    175 -
 src/ov-flt-re-diag.h                               |     93 -
 src/ov-flt-re-mat.cc                               |    870 -
 src/ov-flt-re-mat.h                                |    212 -
 src/ov-int-traits.h                                |     63 -
 src/ov-int16.cc                                    |     96 -
 src/ov-int16.h                                     |     56 -
 src/ov-int32.cc                                    |     96 -
 src/ov-int32.h                                     |     56 -
 src/ov-int64.cc                                    |     96 -
 src/ov-int64.h                                     |     56 -
 src/ov-int8.cc                                     |     95 -
 src/ov-int8.h                                      |     56 -
 src/ov-intx.h                                      |    668 -
 src/ov-lazy-idx.cc                                 |    197 -
 src/ov-lazy-idx.h                                  |    250 -
 src/ov-mex-fcn.cc                                  |    162 -
 src/ov-mex-fcn.h                                   |    122 -
 src/ov-null-mat.cc                                 |    134 -
 src/ov-null-mat.h                                  |    100 -
 src/ov-oncleanup.cc                                |    227 -
 src/ov-oncleanup.h                                 |    101 -
 src/ov-perm.cc                                     |    449 -
 src/ov-perm.h                                      |    234 -
 src/ov-range.cc                                    |    684 -
 src/ov-range.h                                     |    320 -
 src/ov-re-diag.cc                                  |    244 -
 src/ov-re-diag.h                                   |     98 -
 src/ov-re-mat.cc                                   |   1014 -
 src/ov-re-mat.h                                    |    240 -
 src/ov-re-sparse.cc                                |    944 -
 src/ov-re-sparse.h                                 |    164 -
 src/ov-scalar.cc                                   |    361 -
 src/ov-scalar.h                                    |    257 -
 src/ov-str-mat.cc                                  |    777 -
 src/ov-str-mat.h                                   |    257 -
 src/ov-struct.cc                                   |   2251 -
 src/ov-struct.h                                    |    289 -
 src/ov-type-conv.h                                 |    109 -
 src/ov-typeinfo.cc                                 |    691 -
 src/ov-typeinfo.h                                  |    327 -
 src/ov-uint16.cc                                   |     96 -
 src/ov-uint16.h                                    |     56 -
 src/ov-uint32.cc                                   |     95 -
 src/ov-uint32.h                                    |     56 -
 src/ov-uint64.cc                                   |     95 -
 src/ov-uint64.h                                    |     56 -
 src/ov-uint8.cc                                    |     95 -
 src/ov-uint8.h                                     |     56 -
 src/ov-usr-fcn.cc                                  |    915 -
 src/ov-usr-fcn.h                                   |    450 -
 src/ov.cc                                          |   3069 -
 src/ov.h                                           |   1394 -
 src/pager.cc                                       |    712 -
 src/pager.h                                        |    150 -
 src/parse.h                                        |    119 -
 src/pr-output.cc                                   |   4089 -
 src/pr-output.h                                    |    262 -
 src/procstream.cc                                  |     70 -
 src/procstream.h                                   |    161 -
 src/profiler.cc                                    |    470 -
 src/profiler.h                                     |    190 -
 src/pt-all.h                                       |     54 -
 src/pt-arg-list.cc                                 |    286 -
 src/pt-arg-list.h                                  |    105 -
 src/pt-assign.cc                                   |    530 -
 src/pt-assign.h                                    |    173 -
 src/pt-binop.cc                                    |    318 -
 src/pt-binop.h                                     |    183 -
 src/pt-bp.cc                                       |    501 -
 src/pt-bp.h                                        |    170 -
 src/pt-cbinop.cc                                   |    223 -
 src/pt-cbinop.h                                    |     79 -
 src/pt-cell.cc                                     |    126 -
 src/pt-cell.h                                      |     69 -
 src/pt-check.cc                                    |    561 -
 src/pt-check.h                                     |    139 -
 src/pt-cmd.cc                                      |     58 -
 src/pt-cmd.h                                       |    127 -
 src/pt-colon.cc                                    |    285 -
 src/pt-colon.h                                     |    124 -
 src/pt-const.cc                                    |     87 -
 src/pt-const.h                                     |    105 -
 src/pt-decl.cc                                     |    147 -
 src/pt-decl.h                                      |    241 -
 src/pt-eval.cc                                     |   1247 -
 src/pt-eval.h                                      |    190 -
 src/pt-except.cc                                   |    100 -
 src/pt-except.h                                    |    156 -
 src/pt-exp.cc                                      |     88 -
 src/pt-exp.h                                       |    151 -
 src/pt-fcn-handle.cc                               |    207 -
 src/pt-fcn-handle.h                                |    156 -
 src/pt-id.cc                                       |    143 -
 src/pt-id.h                                        |    169 -
 src/pt-idx.cc                                      |    687 -
 src/pt-idx.h                                       |    131 -
 src/pt-jump.cc                                     |     87 -
 src/pt-jump.h                                      |    115 -
 src/pt-loop.cc                                     |    146 -
 src/pt-loop.h                                      |    273 -
 src/pt-mat.cc                                      |   1430 -
 src/pt-mat.h                                       |     95 -
 src/pt-misc.cc                                     |    353 -
 src/pt-misc.h                                      |    149 -
 src/pt-pr-code.cc                                  |   1322 -
 src/pt-pr-code.h                                   |    196 -
 src/pt-select.cc                                   |    223 -
 src/pt-select.h                                    |    302 -
 src/pt-stmt.cc                                     |    216 -
 src/pt-stmt.h                                      |    185 -
 src/pt-unop.cc                                     |    208 -
 src/pt-unop.h                                      |    157 -
 src/pt-walk.h                                      |    211 -
 src/pt.cc                                          |     50 -
 src/pt.h                                           |     80 -
 src/sighandlers.cc                                 |   1049 -
 src/sighandlers.h                                  |    177 -
 src/siglist.c                                      |    232 -
 src/siglist.h                                      |     47 -
 src/sparse-xdiv.cc                                 |    633 -
 src/sparse-xdiv.h                                  |     93 -
 src/sparse-xpow.cc                                 |    765 -
 src/sparse-xpow.h                                  |     57 -
 src/sparse.cc                                      |    267 -
 src/strfns.cc                                      |    937 -
 src/symtab.cc                                      |   1672 -
 src/symtab.h                                       |   2476 -
 src/syscalls.cc                                    |   1942 -
 src/sysdep.cc                                      |    902 -
 src/sysdep.h                                       |     58 -
 src/token.cc                                       |    170 -
 src/token.h                                        |    125 -
 src/toplev.cc                                      |   1533 -
 src/toplev.h                                       |    455 -
 src/txt-eng-ft.cc                                  |    669 -
 src/txt-eng-ft.h                                   |    107 -
 src/txt-eng.h                                      |    193 -
 src/unwind-prot.cc                                 |     39 -
 src/unwind-prot.h                                  |    344 -
 src/utils.cc                                       |   1431 -
 src/utils.h                                        |    130 -
 src/variables.cc                                   |   2592 -
 src/variables.h                                    |    147 -
 src/version.h.in                                   |     91 -
 src/xdiv.cc                                        |   1000 -
 src/xdiv.h                                         |    129 -
 src/xgl2ps.c                                       |     34 -
 src/xnorm.cc                                       |    212 -
 src/xnorm.h                                        |     37 -
 src/xpow.cc                                        |   2858 -
 src/xpow.h                                         |    158 -
 src/zfstream.cc                                    |    630 -
 src/zfstream.h                                     |    515 -
 test/Makefile.am                                   |    115 +-
 test/Makefile.in                                   |    817 +-
 test/args.tst                                      |    236 +
 ...bc_overloads_expected => bc-overloads-expected} |      0
 test/bug-31371.tst                                 |     41 +
 test/bug-35448/bug-35448.tst                       |     11 +
 test/bug-35448/fA.m                                |     10 +
 test/bug-35448/fB.m                                |      4 +
 test/bug-35448/fC.m                                |      4 +
 test/bug-35448/module.mk                           |      7 +
 test/bug-36025/@testclass/one.m                    |      5 +
 test/bug-36025/@testclass/testclass.m              |      4 +
 test/bug-36025/@testclass/two.m                    |      5 +
 test/bug-36025/bug-36025.tst                       |      9 +
 test/bug-36025/module.mk                           |      7 +
 test/bug-38236/bug-38236.tst                       |      3 +
 test/bug-38236/df_vr.m                             |      2 +
 test/bug-38236/module.mk                           |      6 +
 test/bug-38236/u_vr.m                              |     12 +
 test/bug-38576.tst                                 |     20 +
 test/bug-38691/bug-38691.tst                       |     18 +
 test/bug-38691/dir1/func1.m                        |     14 +
 test/bug-38691/dir2/func1.m                        |      4 +
 test/bug-38691/dir2/func2.m                        |      4 +
 test/bug-38691/dir2/func3.m                        |      4 +
 test/bug-38691/module.mk                           |      8 +
 test/build-bc-overload-tests.sh                    |    139 +
 test/build-sparse-tests.sh                         |   1326 +
 test/build_bc_overload_tests.sh                    |    117 -
 test/build_bc_overloads_expected.m                 |      2 +-
 test/build_sparse_tests.sh                         |   1326 -
 .../{test_class_concat.m => class-concat.tst}      |      0
 test/class-concat/module.mk                        |      2 +-
 test/classes/@Blork/Blork.m                        |     21 +-
 test/classes/@Blork/bleek.m                        |      6 +-
 test/classes/@Blork/display.m                      |     10 +-
 test/classes/@Blork/get.m                          |     14 +-
 test/classes/@Blork/set.m                          |      6 +-
 .../@CPrecedenceTester1/CPrecedenceTester1.m       |      8 +
 test/classes/@CPrecedenceTester1/tattack.m         |      5 +
 .../@CPrecedenceTester2/CPrecedenceTester2.m       |     15 +
 test/classes/@CPrecedenceTester2/tattack.m         |      5 +
 .../@CPrecedenceTester3/CPrecedenceTester3.m       |     15 +
 test/classes/@CPrecedenceTester3/tattack.m         |      5 +
 test/classes/@Cork/Cork.m                          |      8 +-
 test/classes/@Cork/click.m                         |      6 +-
 test/classes/@Cork/display.m                       |     10 +-
 test/classes/@Cork/get.m                           |     14 +-
 test/classes/@Cork/set.m                           |      6 +-
 test/classes/@Dork/Dork.m                          |     20 +-
 test/classes/@Dork/bling.m                         |      4 +-
 test/classes/@Dork/display.m                       |     18 +-
 test/classes/@Dork/gack.m                          |      6 +-
 test/classes/@Dork/get.m                           |      4 +-
 test/classes/@Dork/getStash.m                      |      6 +-
 test/classes/@Dork/private/myStash.m               |      2 +-
 test/classes/@Dork/set.m                           |      6 +-
 test/classes/@Gork/Gork.m                          |     17 +-
 test/classes/@Gork/cork.m                          |      6 +-
 test/classes/@Gork/display.m                       |     17 +-
 test/classes/@Gork/gark.m                          |      6 +-
 test/classes/@Gork/get.m                           |      4 +-
 test/classes/@Gork/set.m                           |     10 +-
 test/classes/@Gork/subsasgn.m                      |      5 +-
 test/classes/@Gork/subsref.m                       |      3 +-
 test/classes/@Pork/Pork.m                          |     20 +-
 test/classes/@Pork/bling.m                         |      4 +-
 test/classes/@Pork/display.m                       |     18 +-
 test/classes/@Pork/get.m                           |      4 +-
 test/classes/@Pork/gurk.m                          |      6 +-
 test/classes/@Pork/private/myStash.m               |      2 +-
 test/classes/@Pork/set.m                           |      6 +-
 test/classes/@Sneetch/Sneetch.m                    |     10 +-
 test/classes/@Sneetch/display.m                    |     16 +-
 test/classes/@Snork/Snork.m                        |     11 +-
 test/classes/@Snork/cack.m                         |      4 +-
 test/classes/@Snork/display.m                      |     10 +-
 test/classes/@Snork/double.m                       |      6 +
 test/classes/@Snork/end.m                          |      4 +-
 test/classes/@Snork/eq.m                           |      8 +
 test/classes/@Snork/ge.m                           |      8 +
 test/classes/@Snork/get.m                          |     14 +-
 test/classes/@Snork/getStash.m                     |      6 +-
 test/classes/@Snork/gick.m                         |      6 +-
 test/classes/@Snork/gt.m                           |      8 +
 test/classes/@Snork/horzcat.m                      |      8 +
 test/classes/@Snork/ldivide.m                      |      8 +
 test/classes/@Snork/le.m                           |      8 +
 test/classes/@Snork/loadobj.m                      |      4 +-
 test/classes/@Snork/lt.m                           |      8 +
 test/classes/@Snork/minus.m                        |      8 +
 test/classes/@Snork/mldivide.m                     |      8 +
 test/classes/@Snork/mpower.m                       |     10 +
 test/classes/@Snork/mrdivide.m                     |      8 +
 test/classes/@Snork/mtimes.m                       |      8 +
 test/classes/@Snork/ne.m                           |      5 +
 test/classes/@Snork/plus.m                         |      8 +
 test/classes/@Snork/power.m                        |     10 +
 test/classes/@Snork/private/myStash.m              |      4 +-
 test/classes/@Snork/rdivide.m                      |      8 +
 test/classes/@Snork/saveobj.m                      |      4 +-
 test/classes/@Snork/set.m                          |      6 +-
 test/classes/@Snork/subsasgn.m                     |      6 +-
 test/classes/@Snork/subsindex.m                    |      4 +-
 test/classes/@Snork/subsref.m                      |      6 +-
 test/classes/@Snork/tattack.m                      |      5 +
 test/classes/@Snork/times.m                        |      8 +
 test/classes/@Snork/uminus.m                       |      6 +
 test/classes/@Snork/uplus.m                        |      5 +
 test/classes/@Snork/vertcat.m                      |      8 +
 test/classes/@Spork/Spork.m                        |     13 +-
 test/classes/@Spork/cack.m                         |      4 +-
 test/classes/@Spork/display.m                      |     10 +-
 test/classes/@Spork/geek.m                         |      6 +-
 test/classes/@Spork/get.m                          |     14 +-
 test/classes/@Spork/getStash.m                     |      6 +-
 test/classes/@Spork/loadobj.m                      |      8 +-
 test/classes/@Spork/private/myStash.m              |      4 +-
 test/classes/@Spork/saveobj.m                      |      6 +-
 test/classes/@Spork/set.m                          |      6 +-
 test/classes/classes.tst                           |    363 +
 test/classes/module.mk                             |     79 +-
 test/classes/test_classes.m                        |    201 -
 test/ctor-vs-method/@parent/parent.m               |      4 +-
 test/ctor-vs-method/__trace__.m                    |      3 +-
 test/ctor-vs-method/ctor-vs-method.tst             |     56 +
 test/ctor-vs-method/module.mk                      |      2 +-
 test/ctor-vs-method/test_ctor_vs_method.m          |     56 -
 test/diag-perm.tst                                 |    265 +
 test/error.tst                                     |     83 +
 test/eval-catch.tst                                |     64 +
 .../@other/getsize_arrayfun.m                      |      2 +-
 .../fcn-handle-derived-resolution.tst              |     59 +
 test/fcn-handle-derived-resolution/module.mk       |      2 +-
 .../test_fcn_handle_derived_resolution.m           |     59 -
 test/fntests.m                                     |    271 +-
 test/for.tst                                       |    125 +
 test/func.tst                                      |    192 +
 test/global.tst                                    |     83 +
 test/if.tst                                        |    101 +
 test/index.tst                                     |    503 +
 test/io.tst                                        |    529 +
 test/jit.tst                                       |    431 +
 test/line-continue.tst                             |     91 +
 test/logical-index.tst                             |     73 +
 test/nest/module.mk                                |     21 +
 test/null-assign.tst                               |     63 +
 test/parser.tst                                    |    285 +
 test/prefer.tst                                    |    197 +
 test/range.tst                                     |    109 +
 test/recursion.tst                                 |     42 +
 test/return.tst                                    |     29 +
 test/slice.tst                                     |    180 +
 test/struct.tst                                    |    244 +
 test/switch.tst                                    |     99 +
 test/system.tst                                    |    373 +
 test/test_args.m                                   |    236 -
 test/test_diag_perm.m                              |    265 -
 test/test_error.m                                  |     93 -
 test/test_eval-catch.m                             |     73 -
 test/test_for.m                                    |    111 -
 test/test_func.m                                   |    192 -
 test/test_global.m                                 |     91 -
 test/test_if.m                                     |     87 -
 test/test_index.m                                  |    212 -
 test/test_io.m                                     |    610 -
 test/test_line_continue.m                          |     80 -
 test/test_logical_index.m                          |     73 -
 test/test_null_assign.m                            |     63 -
 test/test_parser.m                                 |    259 -
 test/test_prefer.m                                 |    227 -
 test/test_range.m                                  |     74 -
 test/test_recursion.m                              |     43 -
 test/test_return.m                                 |     31 -
 test/test_slice.m                                  |    180 -
 test/test_struct.m                                 |    266 -
 test/test_switch.m                                 |     95 -
 test/test_system.m                                 |    489 -
 test/test_transpose.m                              |     86 -
 test/test_try.m                                    |    139 -
 test/test_unwind.m                                 |     60 -
 test/test_while.m                                  |     70 -
 test/transpose.tst                                 |     86 +
 test/try.tst                                       |    182 +
 test/unwind.tst                                    |     58 +
 test/while.tst                                     |     73 +
 8161 files changed, 1067245 insertions(+), 759446 deletions(-)

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list