<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>CHANGES</title>
    <style type="text/css" media="all">
      @import url("scilab_code.css");
      @import url("xml_code.css");
      @import url("c_code.css");
      @import url("style.css");
          a:link { text-decoration: none; font-weight: bold;}  /* OK  */
          body { font-family:"arial"; font-size:11px }
      ul { page-break-before:avoid; }   /* not enough to actually avoid page breaks at bad places. A pity.  */
          li { padding-top: 1mm; }
      h2 { page-break-after:avoid; }     /* .... */
      h3 { page-break-after:avoid; }     /* .... */
    </style>
  </head>
  <body>
    <div class="manualnavbar" align="left">
      <a href="http://www.scilab.org/" class="ulink">Scilab Homepage</a> |
      <a href="http://help.scilab.org/" class="ulink">Online Help</a> |
      <a href="http://wiki.scilab.org/" class="ulink">Wiki</a> |
      <a href="http://bugzilla.scilab.org/" class="ulink">Bug Tracker</a> |
      <a href="http://forge.scilab.org/" class="ulink">Forge</a> |
      <a href="http://lists.scilab.org/" class="ulink">Mailing Lists Archives</a> |
      <a href="http://atoms.scilab.org/" class="ulink">ATOMS</a> |
      <a href="http://fileexchange.scilab.org/" class="ulink">File Exchange</a>
      <hr/>
    </div>
    <span class="path"><a href="index.html">Scilab help</a> >> CHANGES</span>
    <br/>
    <br/>
    <div class="refsection">
<h1>Welcome to Scilab 6.0.0 beta-2</h1>
<p>This file details the changes between Scilab 6.0.0-beta-2, this release, and the previous release 5.5.2. For changelogs with earlier release, please see <a href="https://www.scilab.org/en/content/download/3332/24658/file/Scilab5.5.2_ReleaseNotes.pdf">Scilab 5.5.2</a>.</p>
<p>This file is intended for the specific needs of advanced users, and describes:</p>
<ul>
<li>New and modified features, in each module,</li>
<li>Changes in functions (removed/added/modified),</li>
<li>Changes in the language,</li>
<li>Bug fixes.</li>
</ul>
<p>This changelog is most likely incomplete, as an enormous amount of code has changed between 5.5.2 and 6. Please report any thing we could have missed, on the <a href="http://mailinglists.scilab.org">mailing lists</a> or on the <a href="http://bugzilla.scilab.org">bug tracker</a>, and we will correct it before the final Scilab 6.0.0 release.</p>
<h2>Main new features</h2>
<p>For high-level description of the main new features of this release, please consult the <a href="modules/helptools/data/pages/homepage-en_US.html">embedded help</a>. It is also available as the "What's new" page of the help, by simply typing <code>help</code> in Scilab console.</p>
<p>In summary, the main new features are:</p>
<ul>
<li>New language parser and interpreter, ensuring:
<ul>
<li>Support for bigger data sets: dynamic memory usage. No need for <code>stacksize</code> anymore.</li>
<li>Xcos also uses the new re-written Scilab engine.</li>
</ul>
</li>
<li>New code productivity features: full-featured debugger, profiler / coverage tool, and "lint"-like commands.</li>
<li>Newsfeed, providing a continuous feed of news, tips, and general communication from the community and from Scilab Enterprises.</li>
<li>Licensing change: Scilab is now released under the terms of the GNU General Public License (GPL) v2.0 (but continues to be available under the terms of the CeCILL v2.1).</li>
</ul>
<h2>Installation</h2>
<ul>
<li>Under Windows, MKL packages are now included in Scilab installer and are not more downloaded anymore while installing Scilab.</li>
</ul>
<h2>Compilation</h2>
<ul>
<li>A C++11 compliant compiler is now needed.</li>
<li>Java 8 is now required to build Java code (version switch to 1.8).</li>
<li>Ant minimal version switched to 1.9.0 (for Java 8 compatibility).</li>
<li>ecj minimal version switched to 4.4.0 (for Java 8 compatibility).</li>
<li><code>--without-xcos</code> now only disable Xcos compilation. Xcos graphical interface is disabled using <code>--without-gui</code>.</li>
</ul>
<h2>Dependencies</h2>
<ul>
<li>Apache xmlgraphics stack upgraded to the latest versions :
<ul>
<li>xmlgraphics-commons 2.0.1</li>
<li>Batik 1.8</li>
<li>FOP 2.0</li>
</ul>
</li>
</ul>
<h2>Packaging & Supported Operating Systems</h2>
<ul>
<li>
<p>Scilab embedded JVM has been upgraded to Java 1.8. To run or compile Scilab 6.0.0 you need at least:</p>
<ul>
<li>
<p>Windows:</p>
<ul>
<li>Windows 8 (Desktop)</li>
<li>Windows 7</li>
<li>Windows Vista SP2</li>
<li>Windows Server 2008 R2 SP1 (64-bit)</li>
<li>Windows Server 2012 (64-bit)</li>
</ul>
</li>
<li>
<p>Mac OS X:</p>
<ul>
<li>Intel-based Mac running Mac OS X 10.8.3+, 10.9+</li>
</ul>
</li>
<li>
<p>Linux:</p>
<ul>
<li>Red Hat Enterprise Linux 5.5+, 6.x (32-bit), 6.x (64-bit), 7.x (64-bit)</li>
<li>Oracle Linux 5.5+, 6.x (32-bit), 6.x (64-bit), 7.x (64-bit)</li>
<li>Ubuntu Linux 12.04 LTS, 13.x</li>
<li>Suse Linux Enterprise Server 10 SP2+, 11.x</li>
</ul>
<p>For more information, please consult: <a href="http://java.com/en/download/help/sysreq.xml">What are the system requirements for Java?</a></p>
</li>
</ul>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/SSE2">SSE2</a>, Streaming SIMD Extensions 2 support is now mandatory to run Scilab on Linux i686.</p>
</li>
</ul>
<h2>Syntax Modifications</h2>
<ul>
<li>Multiline blocs of comments <code>/* ...\n ... \n ... */</code> are now possible.</li>
<li>Declaration of a number on two lines is no longer allowed: <code>1.. \n 2</code></li>
<li><code>1./M</code> is now parsed as <code>1 ./ M</code> instead of <code>1. / M</code></li>
<li><code>{}</code> and <code>[]</code> are now distinct operators. <code>{}</code> are now used to build cells.</li>
<li>Declaring non-homogenous strings ("string' or 'string") is no longer allowed.</li>
<li>New shortcut operators have been introduced: && and ||.</li>
<li>Syntax <code>%i:10</code> is now deprecated (only real scalars can be used).</li>
<li><code>(a=b)</code> executed like <code>a == b</code> is now deprecated and returns an error.</li>
<li><code>while ... else ... end</code> control instruction is no more supported.</li>
<li>Transposed matrix can now use the extraction operator directly <code>A'(1, 2)</code></li>
<li>Function without output argument cannot be call in assignation expression</li>
</ul>
<pre><code>function foo()
    //...
endfunction

val = foo() //return error
</code></pre>
<h2>Feature changes and additions</h2>
<ul>
<li>Addition or subtraction with an empty matrix now return an empty matrix.</li>
<li>scatter/scatter3 plot with different mark colors is now available.</li>
<li>parulacolormap is now available.</li>
<li>name2rgb can now handle a single string and a matrix of strings.</li>
<li><code>isoview</code>, <code>isoview on</code>, <code>isoview off</code>, <code>isoview(idGraphics, "on"|"off")</code> are now supported</li>
<li><code>twinkle</code> and <code>twinkle(n)</code> are now supported: by default, the current element <code>gce()</code> blinks.</li>
<li><code>householder()</code> can now return the reflection matrix, and has a demo.</li>
<li><code>ndgrid()</code> can now works with any types of homogeneous data</li>
<li><code>bench_run()</code> can now return its results and/or record them in a file</li>
<li><code>typeof(.., "overload")</code> allows now to get the overloading type-code of an object</li>
<li><code>sign()</code> can now handle a sparse matrix.</li>
<li><code>sleep(..,'s')</code> allows now to specify the duration in seconds.</li>
<li><code>real()</code>, <code>imag()</code>, <code>conj()</code> and <code>isreal()</code> now accept rational fractions</li>
<li>A call stack limit has been introduced. Default maximum depth is setup to 1000 and can be changed by new function recursionlimit or by preferences interface.</li>
<li>The floating point exception mode (ieee) is now set to <code>2</code> by default: floating point exceptions now produce <code>Inf</code> or <code>Nan</code>, and do not cause any error. The previous behavior can be recalled by simply calling: <code>ieee(0)</code></li>
<li>The graphics entity "Datatip" has its property <code>z_component = 'on|off'</code> changed to <code>display_components = 'xyz'</code>, now it is possible to choose which components to display and the order. Loading old <code>*.scg</code> files containing datatips with "z_component" property may not display the z component.</li>
<li>Valgrind error detection added to <code>test_run()</code> (on Linux only)</li>
<li><code>amell()</code> now
<ul>
<li>checks if its parameters are real numbers,</li>
<li>throws an error if the second parameter is not a scalar.</li>
</ul>
</li>
<li>The use of I/O console is now allowed with the following functions:
<ul>
<li><code>mget()</code>,</li>
<li><code>mgetl()</code>,</li>
<li><code>mgetstr()</code>,</li>
<li><code>mput()</code>,</li>
<li><code>mputl()</code> and</li>
<li><code>mputstr()</code>.</li>
</ul>
</li>
<li><code>mclearerr()</code> now returns a flag indicating the file identifier validity.</li>
<li><code>fileinfo()</code> can now take a row vector as input.</li>
<li><code>msprintf()</code> no more returns an error message when there are too many input arguments (more values that format needs).</li>
<li><code>deletefile()</code> can delete multiple files at once.</li>
<li><code>exec()</code> of macro executes the body in the current scope but the prototype must have zero input and output arguments.</li>
<li><code>error()</code>: an error number in input is deprecated.</li>
<li><code>impl()</code>: Recall impl with the same parameters as in its previous stop is now available.</li>
<li><code>ode()</code>: <code>y0</code> is restricted to a column vector.</li>
<li><code>pppdiv()</code>: Return a scalar of type 'constant' when the rank is 0.</li>
<li><code>pdiv()</code>: Return a matrix of type 'constant' when all the rank are 0.</li>
<li><code>test_run()</code> can now take "[]" as argument to be used on console; for instance: test_run string [] no_check_ref</li>
<li><code>typeof(:)</code> and <code>typeof(n:$)</code> now return <code>"implicitlist"</code> instead of respectively <code>"constant"</code> and <code>"size implicit"</code>.</li>
<li><code>strange([])</code> now returns %nan instead of [], as all other functions for statistical dispersion</li>
<li><code>stdev(x, dir>ndims(x))</code> now yields an error instead of returning <code>zeros(x)</code></li>
<li><code>write()</code>: Writing string or string matrix in a file does not add blank space before each value</li>
</ul>
<h2>Help pages:</h2>
<ul>
<li>CACSD and Signal Processing help pages have been sorted up.</li>
<li>fixed / improved:  <code>members</code>, <code>part</code>, <code>ode</code>, <code>ode_optional_output</code>, <code>ode_roots</code>, <code>roots</code>, <code>printf</code>, <code>sprintf</code>, <code>iconvert</code>, <code>stdev</code>, <code>xlabel</code></li>
<li>rewriten: <code>consolebox</code>, <code>double</code>, <code>isoview</code>, <code>householder</code>, <code>or</code>, <code>and</code>.</li>
<li>resorted: <code>else</code>, <code>elseif</code>, <code>end</code>, <code>try</code>, <code>sciargs</code>, <code>global</code>, <code>halt</code>, <code>empty</code>, <code>power</code></li>
<li>added: support to <code>valign=".."</code> and <code>style="white-space:nowrap"</code> attributes for <code><td></code> and <code><th></code> tags</li>
</ul>
<h2>Data Structures</h2>
<ul>
<li>cells and structs are now native types, hence improving performances.</li>
<li>cells:
<ul>
<li>insertion and extraction must be done via <code>()</code> or <code>{}.</code></li>
<li><code>.dims</code> and <code>.entries</code> fields have been removed, please use <code>size</code> and <code>()</code> instead.</li>
</ul>
</li>
<li>struct
<ul>
<li><code>.dims</code> field has been removed, please use size instead.</li>
</ul>
</li>
<li>hypermatrix:
<ul>
<li>hypermatrices are natively managed (without <code>mlist</code> overloading).</li>
<li>typeof function now returns real type like <code>constant</code>, <code>string</code>, ... instead of <code>hypermat</code></li>
<li>type function returns real type like <code>1, 10, ...</code> instead of <code>17</code> (<code>mlist</code>).</li>
<li><code>.dims</code> and <code>.entries</code> fields have been removed, please use <code>size</code> and <code>()</code> instead.</li>
</ul>
</li>
</ul>
<h2>Xcos</h2>
<ul>
<li>Major rewrite of the data structures, huge models should load and save faster. The memory usage on diagram edition is also slightly reduced.</li>
<li>Implicit fixed-size step ODE solver added: Crank-Nicolson 2(3). Added to the CVode package, it also benefits from the CVode rootfinding feature.</li>
</ul>
<h2>API modification</h2>
<p>A new set of C APIs to write C or C++ extensions (toolboxes) to Scilab. It allows defining native functions (commonly called "gateways"), getting input parameters for such functions, setting return parameters, accessing local variables, using common helper functions for accessing environment information (such as warning level), generate errors... It also includes ways to overload existing Scilab functions to support additional parameter types (see <code>help scilab_overload</code>). Finally, you can call back Scilab functions (macros and built-in functions) from your gateway (see <code>help scilab_call</code>).</p>
<p>User-defined functions written in C or C++ (gateways) must now use a <code>void* pvApiCtx</code> name as a second parameter instead of any <code>unsigned long l</code>. This is now required for some macros, such as <code>Rhs()</code>, to work.</p>
<p>For example: use <code>int sci_Levkov(char *fname, void* pvApiCtx)</code> instead of <code>int sci_Levkov(char *fname)</code> or <code>int sci_Levkov(char *fname, unsigned long l)</code>.</p>
<h2>Obsolete functions or features</h2>
<ul>
<li><code>maxfiles()</code> is now obsolete.</li>
<li><code>isoview(xmin,xmax,ymin,ymax)</code> is deprecated. Please use <code>isoview("on"), replot(..)</code> instead.</li>
</ul>
<h2>Removed Functions</h2>
<ul>
<li>
<p><code>intersci()</code> has been removed. Please use <a href="http://swig.org/">swig</a> instead.</p>
</li>
<li>
<p><code>numdiff()</code> has been removed. Please use <code>numderivative()</code> instead.</p>
</li>
<li>
<p><code>derivative()</code> has been removed. Please use <code>numderivative()</code> instead.</p>
</li>
<li>
<p><code>curblockc()</code> has been removed. Please use <code>curblock()</code> instead.</p>
</li>
<li>
<p><code>extract_help_examples()</code> has been removed.</p>
</li>
<li>
<p><code>xpause()</code> has been removed. Please use <code>sleep()</code> instead.</p>
</li>
<li>
<p><code>xclear()</code> has been removed. Please use <code>clf()</code> instead.</p>
</li>
<li>
<p><code>fcontour2d()</code> has been removed. Please use <code>contour2d()</code> instead.</p>
</li>
<li>
<p><code>plot2d1()</code> has been removed. Please use <code>plot2d()</code> instead.</p>
</li>
<li>
<p><code>lex_sort()</code> has been removed. Please use <code>gsort(..,"lr")</code> instead</p>
</li>
<li>
<p>Symbolic module functions have been removed:</p>
<ul>
<li><code>addf()</code></li>
<li><code>cmb_lin()</code></li>
<li><code>ldivf()</code></li>
<li><code>mulf()</code></li>
<li><code>rdivf()</code></li>
<li><code>solve()</code></li>
<li><code>subf()</code></li>
<li><code>trianfml()</code></li>
<li><code>trisolve()</code></li>
<li><code>block2exp()</code></li>
</ul>
</li>
<li>
<p>Functions based on former Scilab stack have been removed:</p>
<ul>
<li><code>comp()</code></li>
<li><code>errcatch()</code></li>
<li><code>iserror()</code></li>
<li><code>fun2string()</code></li>
<li><code>getvariablesonstack()</code></li>
<li><code>gstacksize()</code></li>
<li><code>macr2lst()</code></li>
<li><code>stacksize()</code></li>
<li><code>code2str()</code></li>
<li><code>str2code()</code></li>
<li><code>-mem</code> launching option (used to set <code>stacksize()</code> at startup).</li>
</ul>
</li>
</ul>
<h2>Known issues</h2>
<ul style="page-break-before:avoid">
<li>Scilab 6 is still in a beta stage and likely to contain a number of known or unknown bugs. Do not hesitate to <a href="https://bugzilla.scilab.org">report</a> them.</li>
<li>Toolboxes rebuild is in progress. Do not hesitate to submit patch or feature upgrade to the <a href="dev@lists.scilab.org">development mailing list</a> for a particular toolbox.</li>
</ul>
<h2>Bug Fixes</h2>
<h3>In 6.0.0 beta-2:</h3>
<div style="column-count:2; -moz-column-count:2; -webkit-column-count:32 ">
<ul style="list-style-type: none;">
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=2104">Bug #2104</a> fixed   - <code>iw(1:9)</code> and <code>w(1:10)</code> <code>ode()</code> output parameters were not documented</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=2517">Bug #2517</a> fixed   - <code>"position"</code> property format was not accepted by <code>figure()</code> despite what was said in help</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=6314">Bug #6314</a> fixed   - The identical code of <code>%p_m_r()</code> and <code>%r_m_p()</code> was not factorized</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=7378">Bug #7378</a> fixed   - <code>quart()</code> used with only <code>NaN</code>s yielded an error instead of returning <code>NaN</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=7646">Bug #7646</a> fixed   - Extractions <code>A'(1,2)</code> and <code>A.'(1,2)</code> from a transposed matrix were not possible</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=7884">Bug #7884</a> fixed   - <code>typeof()</code> help page was poor, puzzled, and not up-to-date to Scilab 6:
<ul>
<li>new typeof <code>uint64</code>, <code>int64</code>, <code>void</code>, <code>deletelist</code>, <code>implicitlist</code> were missing</li>
<li>former <code>hypermat</code> and <code>size implicit</code> typeof weren't removed</li>
<li>typeof names longer than 8-char were not documented.</li>
</ul>
</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=8210">Bug #8210</a> fixed   - UMFPACK demos were not well packaged and not numerous enough.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=8310">Bug #8310</a>         - Non-convex plane or unplane polygons could be wrongly triangulated and badly rendered with extra facets.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=9456">Bug #9456</a> fixed   - <code>bench_run()</code> did not work on a path or in a toolbox</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=9621">Bug #9621</a> fixed   - A <code>tlist()</code> with undefined fields can now be saved.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=10082">Bug #10082</a> fixed - <code>string(complex)</code> with <code>real(complex)>0</code> did not remove the leading space replacing <code>"+"</code></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=11625">Bug #11625</a> fixed - Uicontrol table did not update <code>.string</code> when values were modified interactively in the table.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=12559">Bug #12559</a>       - FFTW had some memory leaks</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=12872">Bug #12872</a>       - Help pages of <code>else</code>, <code>elseif</code>, <code>end</code>, <code>try</code>, <code>sciargs</code>, global, halt, empty and power were in wrong help sections</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13154">Bug #13154</a>       - In shellmode, completion now separates Files from Directories.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13308">Bug #13308</a> fixed - Xcos had no Crank-Nicolson solver.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13465">Bug #13465</a> fixed - The display of polyline <code>.display_function</code> and <code>.display_function</code> properties was not conventional</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13468">Bug #13468</a> fixed - Scilab hanged when incorrect format was used for file reading using <code>mfscanf()</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13490">Bug #13490</a> fixed - <code>histc()</code> help page fixed to match the macro (by default, normalize the result).</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13725">Bug #13725</a> fixed - Sometimes <code>xfpoly()</code> polygon filling failed.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13748">Bug #13748</a> fixed - <code>printf()</code>, <code>sprintf()</code> (en,ja): short descriptions and obsolete flags were missing.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13751">Bug #13751</a> fixed - <code>lqg2stan()</code> returned wrong (inverted) values.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13769">Bug #13769</a> fixed - <code>t = "abc..//ghi"</code> was parsed as a continued + comment</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13810">Bug #13810</a> fixed - <code>householder(v, k*v)</code> returned column of <code>Nan</code>. Input parameters were not checked. The Householder matrix could not be returned. Help pages were inaccurate and without examples. There was no <code>householder()</code> demo.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13816">Bug #13816</a> fixed - <code>show_margins()</code> caused a scilab crash</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13831">Bug #13831</a> fixed - <code>ss2ss()</code> did not update the initial state</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13839">Bug #13839</a> fixed - <code>sign()</code> could not be used with sparse matrices</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13869">Bug #13869</a> fixed - <code>bench_run()</code> with option <code>nb_run=10</code> did not override the NB RUN tags</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13873">Bug #13873</a> fixed - <code>%hm_stdev(H,idim>2)</code> returned <code>zeros(H)</code></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13897">Bug #13897</a> fixed - Concatenating structures with same fields in mismatching orders failed</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13899">Bug #13899</a> fixed - Syntax coloring was off in <code>scinotes()</code></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13923">Bug #13923</a> fixed - Changes of <code>typeof(:)</code> and <code>typeof(n:$)</code> were not documented.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13939">Bug #13939</a> fixed - In HTML help pages, itemizedlist <code><ul></code> were rendered as numbered ones</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13965">Bug #13965</a> fixed - The rendering of histograms with <code>histplot()</code> was poor</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13966">Bug #13966</a> fixed - <code>twinkle()</code> and <code>twinkle(n)</code> were not supported</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13974">Bug #13974</a> fixed - <code>isoview(xmin, xmax, ymin, ymax)</code> was unhandy.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14035">Bug #14035</a> fixed - <code>ndgrid()</code> did not manage all homogeneous data type (booleans, integers, polynomials, rationals, strings, <code>[]</code>)</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14067">Bug #14067</a> fixed - 3rd argument of <code>fsolve()</code> became mandatory</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14099">Bug #14099</a> fixed - <code>sci2exp()</code> macro was fixed to avoid "a+[] Warning". string(polynomials|rationals) had badly formated outputs and was not vectorized</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14111">Bug #14111</a> fixed - In Scilab 6, <code>lib()</code> loading a Scilab 5 library did not give a proper error message.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14115">Bug #14115</a> fixed - In Scinotes, the <code>switch</code> and <code>otherwise</code> keywords were no longer colorized.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14116">Bug #14116</a> fixed - Invalid exponent in case of complex exponents especially <code>0*%i</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14118">Bug #14118</a> fixed - <code>real()</code>, <code>imag()</code>, <code>conj()</code>, <code>isreal()</code> did not accept rationals</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14271">Bug #14271</a> fixed - <code>conjgrad()</code> displayed an incorrect error message about number of arguments.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14297">Bug #14297</a> fixed - <code>cumsum</code>'s output was badly documented.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14326">Bug #14326</a> fixed - It was no longer possible to delete any part of a structure array with <code>[]</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14347">Bug #14347</a> fixed - <code>plot2d()</code> crashed with multiple entries (non regression test added).</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14359">Bug #14359</a> fixed - Black Hole demo updated. Stop and Clear buttons did not have priority tag set. <code>Callback_type</code> property has been added and set to <code>10</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14362">Bug #14362</a> fixed - The <code>ode()</code> Lotka demo had typo errors</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14366">Bug #14366</a> fixed - <code>typeof(var,"overload")</code> was not documented</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14374">Bug #14374</a> fixed - The parser did not manage comments properly in shellmode</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14375">Bug #14375</a> fixed - Calling <code>input()</code> with a argument of 64 characters or more crashed Scilab.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14389">Bug #14389</a> fixed - The new <code>int64()</code> and <code>uint64()</code> were not documented, and other help pages were not updated for them.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14390">Bug #14390</a> fixed - <code>double()</code> help page had irrelevant syntaxes and was poor</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14396">Bug #14396</a> fixed - Real number display was not proper for very wide decimal parts</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14398">Bug #14398</a> fixed - Matrix extraction was mistakenly considered a function call in calling sequence</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14405">Bug #14405</a> fixed - GetScilabVariableJNI symbol was not resolved on xcosPalAdd()</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14415">Bug #14415</a> fixed - Some spelling errors were detected in ~20 help pages</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14416">Bug #14416</a> fixed - The file extension filter in Scinotes "Save as" window did not re-used the active file's extension when applicable.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14418">Bug #14418</a> fixed - <code>saxon9he.jar</code> made scilab throw an XPathFactoryConfigurationException.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14419">Bug #14419</a> fixed - Scinotes's highlighting of the new <code>||</code> and <code>&&</code> operators was wrong.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14423">Bug #14423</a> fixed - <code>bench_run did()</code> not have a return value, export file was not configurable</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14425">Bug #14425</a> fixed - <code>xpause()</code> was a duplicate of <code>sleep()</code>. <code>sleep()</code> did not propose "s" time unit.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14429">Bug #14429</a> fixed - Rationals <code>r+(-r)</code> and <code>r-r</code> did not simplify the denominator to 1 in simp_mode(%t)</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14432">Bug #14432</a> fixed - Using an implicit list as scoped assignation to a variable in function call caused scilab to crash</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14433">Bug #14433</a> fixed - <code>acoth()</code> (which call <code>atanh()</code>) crashed scilab</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14434">Bug #14434</a> fixed - <code>PlotSparse()</code> did not work anymore.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14446">Bug #14446</a> fixed - An error message generated by <code>save(..)</code> pointed a bad argument index.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14450">Bug #14450</a> fixed - <code>builder_help.sce</code> of a toolbox ignored some existing language directories</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14453">Bug #14453</a> fixed - <code>strcat([])</code> returned an empty string instead of <code>[]</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14455">Bug #14455</a>       - <code>macr2tree()</code> crashed when passing a FieldExp.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14468">Bug #14468</a> fixed - Scinotes was unable to export to HTML.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14471">Bug #14471</a> fixed - <code>strange([])</code> returned <code>[]</code> instead of <code>Nan</code> as all other functions for statistical dispersion</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14476">Bug #14476</a> fixed - Operation <code>.*</code> between polynomials and imaginary numbers was always returning <code>0</code></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14493">Bug #14493</a> fixed - <code>and()</code> and <code>or()</code> help pages were poor and inaccurate.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14495">Bug #14495</a> fixed - <code>consolebox()</code> help page shew wrong syntaxes and was poor.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14499">Bug #14499</a> fixed - <code>getd()</code> did not update already defined functions</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14500">Bug #14500</a> fixed - Operator <code>.^</code> was broken for sparse matrices.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14540">Bug #14540</a> fixed - Datatips did not clip outside axes bounds</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14524">Bug #14524</a> fixed - Numeric locales were not set to standard "C" by default at scilab startup</li>
</ul>
</div>
<h3>In 6.0.0 beta-1 and earlier:</h3>
<ul style="page-break-before:avoid">
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=6057">Bug #6057</a> fixed  - trailing space after minus sign has been removed from the display of values</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=6064">Bug #6064</a> fixed - <code>scatter()</code> did not exist in Scilab.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=8990">Bug #8990</a> fixed - <code>.zoom_auto</code> feature was missing on the <code>plot()</code> toolbar.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=9560">Bug #9560</a>  fixed - <code>1./M</code> was parsed as <code>1. / M</code> instead of <code>1 ./ M</code></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=11511">Bug #11511</a> fixed - <code>error()</code> did not accept string matrix (non regression test added).</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=12044">Bug #12044</a> fixed - Adding or substracting the empty matrix now return an empty matrix.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=12202">Bug #12202</a> fixed - Mixing int8 and doubles with colon operator led to wrong results.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=12419">Bug #12419</a> fixed - objects were cleared before the <code>scilab.quit</code> was called</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=12928">Bug #12928</a> fixed - <code>intXX()</code> functions with <code>%nan</code> and <code>%inf</code> return wrong values.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13289">Bug #13289</a> fixed - Using non-integer indexes for mlists made Scilab crash.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13298">Bug #13298</a> fixed - Static analysis bugs detected by PVS-Studio fixed.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13517">Bug #13517</a> fixed - <code>isdef()</code> crashed Scilab when called with a vector of strings as input in a function and after a declaration of variable.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13709">Bug #13709</a> fixed - <code>unique()</code> sometimes returned wrong index values.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13750">Bug #13750</a> fixed V- Calling <code>ss2ss()</code> with <code>flag = 2</code> returned an error.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13780">Bug #13780</a> fixed - <code>size()</code> with two input and output arguments did not return an error.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13795">Bug #13795</a> fixed - <code>grep()</code> with regexp option did not match the empty string properly</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13807">Bug #13807</a> fixed - Invalid margins were computed when figure was not visible.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13829">Bug #13829</a> fixed - <code>mean()</code> and <code>sum()</code> returned wrong results for hypermatrices.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13834">Bug #13834</a> fixed - Drawing a high number of strings in a figure generated a Java exception.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13838">Bug #13838</a> fixed - Sparse and complex substraction made Scilab crash.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13843">Bug #13843</a> fixed - Scilab crashed when <code>polarplot()</code> and <code>plot2d()</code> were called with wrong <code>strf</code> value.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13853">Bug #13853</a> fixed - <code>plzr()</code> returned wrong results for discrete-time systems with a numeric time step.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13854">Bug #13854</a> fixed - Under some operating systems, SciNotes did not initialize a new document at startup.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13862">Bug #13862</a> fixed - There was no lazy evaluation of <code>or</code> operands in <code>if</code> tests.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13864">Bug #13864</a> fixed - <code>%l_isequal()</code> was useless in Scilab 6.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13866">Bug #13866</a> fixed - There were some issues with FFTW3 library.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13872">Bug #13872</a> fixed - Non regression test added for <code>unique()</code> (the indices returned were wrong)</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13881">Bug #13881</a> fixed - <code>datatipRemoveAll()</code> did not work.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13890">Bug #13890</a> fixed - <code>getd()</code> did not return loaded symbols in previous scope.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13893">Bug #13893</a> fixed - <code>simp()</code> did not set a rational denominator at <code>1</code> when numerator was equal to zero.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13894">Bug #13894</a> fixed - Default working directory of the previous session did not work.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13903">Bug #13903</a> fixed - <code>get_function_path()</code> returned a path with a missing file separator.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13907">Bug #13907</a> fixed - Avoids the gray background on the right panel of the palette Browser.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13908">Bug #13908</a> fixed - <code>part(text, n:$)</code> was very slow.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13918">Bug #13918</a> fixed - Unmanaged operations on hypermatrix did not call overload functions.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13919">Bug #13919</a> fixed - Scilab parsed <code>hidden</code> as a reserved keyword but it is not used.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13920">Bug #13920</a> fixed - <code>getscilabkeywords()</code> help page should be in the "Scilab keywords" section.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13924">Bug #13924</a> fixed - rationals <code>r1==r2</code> and <code>r1~=r2</code> might sometimes be wrong.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13925">Bug #13925</a> fixed - SciNotes used the wrong paired bracket highlight style.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13931">Bug #13931</a> fixed - handle <code>aarch64</code> processor for some Linux distribution.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13941">Bug #13941</a> fixed - Internal timestamps of HDF5 files prevented having a fixed hash for an unvarying set of saved objects.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13942">Bug #13942</a> fixed - the palette browser tree was always resized when expanded/collapsed.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13944">Bug #13944</a> fixed - The menu "Toolboxes" was missing.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13971">Bug #13971</a> fixed - A space has been added between Scilab prompt and cursor.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13972">Bug #13972</a> fixed - Wildcard <code>*</code> was not managed in <code>printf()</code> expressions.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13983">Bug #13983</a> fixed - <code>who_user()</code> returned wrong values.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13986">Bug #13986</a> fixed - <code>setdefaultlanguage()</code> did not set value correctly in Windows registry.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13990">Bug #13990</a> fixed - <code>gettext()</code> did not manage the added <code>_W</code> macro.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=13999">Bug #13999</a> fixed - <code>editor()</code> was modal. It locked the console using an external editor.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14020">Bug #14020</a> fixed - Incorrect carriage return ascii code.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14022">Bug #14022</a> fixed - <code>getscilabkeywords()</code> was KO (+gateway what() added).</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14023">Bug #14023</a> fixed - It was not possible to concatenate cells.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14024">Bug #14024</a> fixed - Print of <code>macrofile()</code> display a debug message instead of macro prototype.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14025">Bug #14025</a> fixed - <code>head_comments()</code> did not take into account compiled functions.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14028">Bug #14028</a> fixed - force flag of <code>genlib()</code> did not rebuild bin file.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14030">Bug #14030</a> fixed - Linear algebra demo crashed due to a bad delete in <code>schur()</code> implementation.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14036">Bug #14036</a> fixed - <code>.tag</code> and <code>.user_data</code> properties were not displayed and not documented for light entity.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14038">Bug #14038</a> fixed - Encoded integers were no longer accepted for list extraction.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14040">Bug #14040</a> fixed - graphic property setting fails when using array of handles</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14041">Bug #14041</a> fixed - <code>genlib()</code> crashed when the file is locked by another program.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14043">Bug #14043</a> fixed - Examples of API Scilab help pages had to be updated (<code>pvApiCtx</code> in gateway prototypes).</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14044">Bug #14044</a> fixed - <code>MALLOC.h</code> is now renamed to <code>sci_malloc.h</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14047">Bug #14047</a> fixed - wrong behaviour of <code>break</code> ( <code>continue</code> ) in <code>if</code> and outside of loop fixed.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14049">Bug #14049</a> fixed - <code>genlib()</code> hang if an unexpected <code>endfunction</code> occurs.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14055">Bug #14055</a> fixed - overload on matrix concatenation was not called with <code>[]</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14057">Bug #14057</a> fixed - <code>grand(m,n)</code> returned a wrong error and <code>grand(m,n,p)</code> called an overloading function instead of returning an error.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14058">Bug #14058</a> fixed - Scilab crashed with <code>file("close", file())</code> instruction</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14059">Bug #14059</a> fixed - Lack of performance on deletion of matrix elements.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14065">Bug #14065</a> fixed - Change "java size" in points in graphics font help page.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14082">Bug #14082</a> fixed - <code>m=1; m()=1;</code> made Scilab crash.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14093">Bug #14093</a> fixed - <code>atanh()</code> returns NaN for values with an absolute value greater than 1</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14095">Bug #14095</a> fixed - Scilab crashed when a .fig file was loaded with <code>loadmatfile()</code> function.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14096">Bug #14096</a> fixed - Issue with <code>mscanf()</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14097">Bug #14097</a> fixed - <code>genlib()</code> no more adds a separator at the end of the lib path if it is not given in the directory path.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14105">Bug #14105</a> fixed - New block comments <code>/*...*/</code> feature was not documented.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14107">Bug #14107</a> fixed - <code>lstcat()</code> of a string and a list did not produce consistent results.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14109">Bug #14109</a> fixed - <code>lsq()</code> crashed Scilab when Scilab version depended on MKL library.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14113">Bug #14113</a> fixed - Scilab 6 did not detect infinite loop.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14135">Bug #14135</a> fixed - crash when running "Graphics -> Matplot -> Java Image" demonstration.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14141">Bug #14141</a> fixed - <code>gcf().attribute=value</code> lead to "Wrong insertion : function or macro are not expected".</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14144">Bug #14144</a> fixed - Scilab crashed with <code>int64(2^63)</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14149">Bug #14149</a> fixed - HDF5 could not restore hypermatrix with good dimensions.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14150">Bug #14150</a> fixed - The Windows SDK was not found on Windows 8.1.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14156">Bug #14156</a> fixed - <code>mfscanf()</code> returned an empty matrix when datafile contained a header.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14159">Bug #14159</a> fixed - <code>Matplot()</code> crashed Scilab on boolean input.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14178">Bug #14178</a> fixed - Tcl/Tk unavailability on MacOS is now documented.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14181">Bug #14181</a> fixed - <code>intg()</code> (or <code>integrate()</code>) in a function that is being integrated failed.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14187">Bug #14187</a> fixed - <code>fscanfMat()</code> failed to read format <code>%d</code>, <code>%i</code> and <code>%f</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14199">Bug #14199</a> fixed - <code>sqrt()</code> returned wrong dimension results on matrix with more than dimensions.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14203">Bug #14203</a> fixed - Improve some error messages, some help pages and some comments.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14204">Bug #14204</a> fixed - <code>dec2bin()</code> ( <code>dec2base()</code> ) must show a better error message for too large values.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14205">Bug #14205</a> fixed - Console crash when assigning uint32 numbers to double matrix.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14209">Bug #14209</a> fixed - <code>1:245</code> created infinite loop.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14212">Bug #14212</a> fixed - Scilab 6 did not load array of struct from Scilab 5.5 files correctly</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14219">Bug #14219</a> fixed - As <a href="http://bugzilla.scilab.org/show_bug.cgi?id=14203">bug #14203</a>, improve some error messages, some help pages and some comments.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14223">Bug #14223</a> fixed - <code>det()</code> returned an error when it is used with a singular matrix.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14225">Bug #14225</a> fixed - command-line option "-quit" should set the processs exit status</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14228">Bug #14228</a> fixed - Setting <code>.rotation_angles</code> property to a matrix of any size did not return error message.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14232">Bug #14232</a> fixed - Typos fixed in Xcos.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14245">Bug #14245</a> fixed - Problem in recursive extraction using list with <code>struct()</code>.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14247">Bug #14247</a> fixed - <code>sqrt()</code> did not work on hypermatrices (non regression test added).</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14249">Bug #14249</a> fixed - <code>Ctrl-C</code> can be used to stop writing control expression.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14251">Bug #14251</a> fixed - <code>spec()</code> leaked some memory.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14253">Bug #14253</a> fixed - Insertion in a struct contained in a list fixed.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14255">Bug #14255</a> fixed - <code>fftw()</code> without MKL leaked.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14300">Bug #14300</a> fixed - Crash when playing with structures.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14303">Bug #14303</a> fixed - matrix display for large number was not correctly aligned</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14304">Bug #14304</a> fixed - <code>find(x, nmax)</code> returned <code>[]</code> (non regression test added).</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14313">Bug #14313</a> fixed - Parser did not create a column separator after spaces and <code>...</code> at the end of lines</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14316">Bug #14316</a> fixed - Operation <code>scalar^matrix</code> was identical to <code>scalar.^matrix</code> instead of being <code>expm( log(scalar) * matrix )</code></li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14331">Bug #14331</a> fixed - The third argument of <code>lsq()</code> crashed Scilab.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14348">Bug #14348</a> fixed - Scilab did not open sce/sci file from Windows explorer.</li>
<li><a href="http://bugzilla.scilab.org/show_bug.cgi?id=14361">Bug #14361</a> fixed - Parser did not manage -linebreak + blockcomment <code>... /* a comment */</code></li>
</ul>
    </div>
  </body>
</html>