comparison fixes-4-0-3.md @ 46:171ca967fcc9 kai

Start new development branch closer to the current website, but more lightweigt for further maintanence.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 02:08:11 +0200
parents
children
comparison
equal deleted inserted replaced
45:33f406425440 46:171ca967fcc9
1 ---
2 layout: default
3 title: Bugs Fixed in GNU Octave 4.0.3
4 menu: false
5 ---
6
7 <p>
8 <ul>
9 <li>doc: clarify differences between atan and atan2 <a href="https://savannah.gnu.org/bugs/?48178">(bug #48178)</a></li>
10
11 <li>doc: delete mention of unsupported syntax for looping over structs <a href="https://savannah.gnu.org/bugs/?48064">(bug #48064)</a></li>
12
13 <li>ver.m: return empty struct for unknown package <a href="https://savannah.gnu.org/bugs/?48235">(bug #48235)</a>.</li>
14
15 <li>Update gnulib subrepo for texinfo formatting fixes <a href="https://savannah.gnu.org/bugs/?48001">(bug #48001)</a></li>
16
17 <li>Fix typos in Java conversion of 32 and 64 bit integers <a href="https://savannah.gnu.org/bugs/?48107">(bug #48107)</a></li>
18
19 <li>Create valid gnuplot commands even for single-entry colormaps <a href="https://savannah.gnu.org/bugs/?48083">(bug #48083)</a>.</li>
20
21 <li>orderfields.m: Remove trailing bracket in docstring <a href="https://savannah.gnu.org/bugs/?48063">(bug #48063)</a>.</li>
22
23 <li>Don't overly restrict options passed to Java jvm <a href="https://savannah.gnu.org/bugs/?39063">(bug #39063)</a>.</li>
24
25 <li>Write integers with correct byte order on big-endian systems <a href="https://savannah.gnu.org/bugs/?47434">(bug #47434)</a></li>
26
27 <li>doc: Document syntax for specifying color when using Tex interpreter <a href="https://savannah.gnu.org/bugs/?47907">(bug #47907)</a>.</li>
28
29 <li>Round quantized pixel values before writing uintN images <a href="https://savannah.gnu.org/bugs/?47746">(bug #47746)</a></li>
30
31 <li>Fix popen2 error on Windows when child writes to stderr <a href="https://savannah.gnu.org/bugs/?43036">(bug #43036)</a></li>
32
33 <li>it_IT.ts: Correct Italian translation of "col:" <a href="https://savannah.gnu.org/bugs/?47857">(bug #47857)</a>.</li>
34
35 <li>avoid crash in audiowrite argument processing <a href="https://savannah.gnu.org/bugs/?47875">(bug #47875)</a></li>
36
37 <li>make __magick_read__ a built-in function <a href="https://savannah.gnu.org/bugs/?41699">(bug #41699)</a></li>
38
39 <li>sortrows.m: Improve docstring <a href="https://savannah.gnu.org/bugs/?47844">(bug #47844)</a>.</li>
40
41 <li>doc: Fix typo in exec docstring.</li>
42
43 <li>Use correct URL for Online Documentation <a href="https://savannah.gnu.org/bugs/?47835">(bug #47835)</a>.</li>
44
45 <li>Fix autoscale affecting legend axes objects <a href="https://savannah.gnu.org/bugs/?47765">(bug #47765)</a>.</li>
46
47 <li>configure.ac: Remove AC_CHECK_FUNC for pipe now that gnulib::pipe used.</li>
48
49 <li>doc: fix on manual the syntax to empty elements from cell array.</li>
50
51 <li>octave.texi: Set document encoding to UTF-8.</li>
52
53 <li>Enable the pipe function on Windows <a href="https://savannah.gnu.org/bugs/?47614">(bug #47614)</a></li>
54
55 <li>avoid mulitple definitions of static function-scope vars <a href="https://savannah.gnu.org/bugs/?47372">(bug #47372)</a></li>
56
57 <li>Array-sym.cc: Delete obsolete file.</li>
58
59 <li>Initialize variable to stop unstable results for lgamma <a href="https://savannah.gnu.org/bugs/?47524">(bug #47524)</a>.</li>
60
61 <li>call openmp function at initialization <a href="https://savannah.gnu.org/bugs/?47372">(bug #47372)</a></li>
62
63 <li>macros.texi: Colorized links for PDF files with Texinfo 6.x.</li>
64 </ul>
65 </p>