Stéphane Mottelet [Tue, 9 Oct 2018 16:35:12 +0000]
[interpolation] mesh2d gateway introduced
http://bugzilla.scilab.org/show_bug.cgi?id=8284
Change-Id: I8d5a80579a1c056b02fb0ce8abba5394395f0088
Samuel GOUGEON [Thu, 18 Jul 2019 16:16:42 +0000]
* Bug 14498 fixed: size([],3) returned 1 instead of 0
http://bugzilla.scilab.org/14498
Change-Id: I2cfce9306d1a268a1374ec34f851c0fa71c21103
Stéphane MOTTELET [Mon, 1 Jul 2019 15:08:58 +0000]
* Bug 16111 fixed: now isglobal supports array of strings
http://bugzilla.scilab.org/show_bug.cgi?id=16111
Change-Id: I5fefe90e3e688a9dd8699f365c275cfbb603459e
Clément DAVID [Wed, 17 Jul 2019 15:47:58 +0000]
Linux/macOS `-std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0`
This change will use -std=c++11 mode but will keep a pre-C++11 ABI on Scilab
and toolboxes builds. Some distribution use a c++11 ABI by default which
lead to incompatibilities with the stock release.
Change-Id: Ia088ce1590de277c6490c178da3decb1ba16ef00
Antoine ELIAS [Wed, 17 Jul 2019 13:21:46 +0000]
provide 2 logging functions, 1 for errors and 1 for outputs
scilab -nwni -quit -e "1+1;1+'a';" 2> errors.log > outputs.log
Change-Id: Ie733ab6df1b808e4f15351110c25362fd3e09562
Clement DAVID [Thu, 6 Jun 2019 19:30:29 +0000]
core: on error, a crash could happen
The most trivial example is `atomsInstall non_existing_file` but this
might also crash on inner-function definition/clearing.
On error, the call stack have to be copied to the error stack as values
rather than reference to Callable; on stack return, intermediate
Callable will be release as any other variable and the error stack
printed when hitting either a catch or the top level.
Change-Id: Iac132fb0771057c6364dffe66ca0266d6ea60111
Clément DAVID [Tue, 21 May 2019 10:07:24 +0000]
Linux: add a debug option to launch Scilab under rr
Change-Id: I806733b72c3ead0dee5b7f6190fe95b77d77c81b
Cedric Delamarre [Tue, 11 Jun 2019 16:06:59 +0000]
Scilab debugger updates
Change-Id: I6c50133a304daa406908c1419ac9a9c00174ca2a
Stéphane Mottelet [Tue, 4 Jun 2019 15:21:52 +0000]
* Bug 15984 fixed: display scale fixed for Retina displays under OSX
http://bugzilla.scilab.org/show_bug.cgi?id=15984
http://bugzilla.scilab.org/show_bug.cgi?id=15316
Before fix : http://bugzilla.scilab.org/attachment.cgi?id=4966
After fix : http://bugzilla.scilab.org/attachment.cgi?id=4967
see also:
http://bugzilla.scilab.org/show_bug.cgi?id=15943
for generalization of patch for other platforms.
Change-Id: I0ceed485605abe30dedce8d28b0a8514d2a5fa4b
Antoine ELIAS [Tue, 25 Jun 2019 11:40:38 +0000]
fix: deletion does not return correct empty matrix
Change-Id: I1524e570e6dd2cf0365be8ebfce948d50c6f88a5
Stéphane MOTTELET [Fri, 21 Jun 2019 10:11:17 +0000]
* Bug 15248: lsq() was leaking memory
http://bugzilla.scilab.org/show_bug.cgi?id=15248
Change-Id: I6b1358f7f1509f70e89598782628fcff32922c45
Stéphane MOTTELET [Fri, 21 Jun 2019 07:45:16 +0000]
* Bug 15321: lu() was leaking memory
http://bugzilla.scilab.org/show_bug.cgi?id=15321
Change-Id: I9cd52ba473e71ff159bc9acffc1a561dd90db5e9
Stéphane Mottelet [Fri, 7 Jun 2019 10:08:50 +0000]
[types] fix broken .giws.xml file
Change-Id: I3372e46fa985a9d5a3e177ad708a016d482c0071
Stéphane Mottelet [Fri, 6 Apr 2018 13:19:34 +0000]
* Bug 13548 fixed: now Slider values can be int. multiples of sliderStep
http://bugzilla.scilab.org/show_bug.cgi?id=13548
This patch adds a new "SnapToTicks" property and also fixes:
http://bugzilla.scilab.org/show_bug.cgi?id=15514
http://bugzilla.scilab.org/show_bug.cgi?id=15518
Change-Id: I9db479f8cf7a7a4294f9ffb9a314cc2425d68053
Clément DAVID [Wed, 12 Jun 2019 08:48:07 +0000]
ast: use a human-readable memory number on allocation error
Change-Id: Id4ef7ad049e6e2a1e6248ad4b07e5b738f186cec
Clément DAVID [Wed, 12 Jun 2019 11:24:03 +0000]
Standardization of Inf and NaN.
Provided by NumericConstants class.
Change-Id: I2e616bb2ed275910bd0f0387aff01bcab879eaeb
Clement DAVID [Wed, 29 May 2019 10:10:58 +0000]
BrowseVar: report used memory with SI prefix
Change-Id: I7bc6e28cba10ee907bf65e0d96fc4431174c5653
Stéphane MOTTELET [Fri, 3 May 2019 12:11:30 +0000]
* Bug 15087 fixed: deleting rows or cols from matrix was slow
https://bugzilla.scilab.org/show_bug.cgi?id=15087
Change-Id: Ia9e7161a684b2dee75a78f323c98264182d26a73
Samuel GOUGEON [Mon, 10 Jun 2019 03:34:24 +0000]
* Bug 14741: frexp() actually undocumented
Comes after https://codereview.scilab.org/21002
Change-Id: I8280e2488b91fd93bae78939cda9730c7c595771
Samuel GOUGEON [Mon, 10 Jun 2019 02:58:26 +0000]
* Bug 14741 fixed: [m,e]=log2(x) documented. frexp()=>internal
http://bugzilla.scilab.org/14741
New log2() page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=4969
Change-Id: I0984bcc505bd428a0d5df97d94dac45c39b101b2
Stéphane MOTTELET [Fri, 10 May 2019 16:13:44 +0000]
* Bug 16067 fixed: now matrices of signed integers are displayed correctly
http://bugzilla.scilab.org/show_bug.cgi?id=16067
Change-Id: I214dadbba27169d0d032400ed1be1bb0f3c1a4fc
Stéphane Mottelet [Thu, 14 Mar 2019 16:26:35 +0000]
* Bug 16003 fixed: now mousewheel zoom works with triangles
http://bugzilla.scilab.org/show_bug.cgi?id=16003
In fact Fac3d triangle entities were not considered at all by
the entity picker (I was not aware of this). The failsafe
(no intersection claimed) was broken by
https://codereview.scilab.org/#/c/20581, which added
true "smart" 3D zoom.
Change-Id: Ic7562efed44b6fe880d7c29feadadfdfeab81136
Stéphane Mottelet [Fri, 22 Mar 2019 17:24:21 +0000]
* Bug 16015 fixed: intg(a,b,f) called f(x) with x outside domain
http://bugzilla.scilab.org/show_bug.cgi?id=16015
Change-Id: I3123ca77777d16f25b645c99de83bb88cc3688ba
Clément DAVID [Wed, 12 Jun 2019 10:07:47 +0000]
fix build after
31430aee
Change-Id: I30340843469ee204b53116e1f8a7a76731c765c1
Stéphane Mottelet [Fri, 22 Mar 2019 14:20:42 +0000]
* Bug 16013 fixed: load environment does not fail any more
http://bugzilla.scilab.org/show_bug.cgi?id=16013
Change-Id: I6fae79b58a7ffc5203b1f0e10b2f290142ee7d76
Stéphane Mottelet [Fri, 22 Mar 2019 13:31:40 +0000]
* Bug 15668 fixed: save(file) don't save predefined variables any more
http://bugzilla.scilab.org/show_bug.cgi?id=15668
Change-Id: Ia46f3167b7cc7763de518f087aa203d74374cf17
Stéphane Mottelet [Thu, 20 Sep 2018 14:40:36 +0000]
* Bug 8088 fixed: norm() now accepts %nan and %inf terms
http://bugzilla.scilab.org/show_bug.cgi?id=8088
Change-Id: I5c30b4dbbc3f643197fd0b4ffb7130adb90c54f8
Stéphane Mottelet [Wed, 20 Feb 2019 09:38:58 +0000]
* Bug 15964 fixed: now the sparse empty matrix is always real
http://bugzilla.scilab.org/show_bug.cgi?id=15957
Change-Id: I6d9456d87d688044970dec0d55f25b156053631b
Stéphane Mottelet [Wed, 23 Jan 2019 11:00:01 +0000]
[sparse] now sparse([]) is sparse
Note: also fixes other cases when [] was created instead of a
(0,0) sparse matrix.
Change-Id: I2f5eb43cafab1da1888c7d8cd5fea0d5cbc863b9
Stéphane Mottelet [Wed, 14 Nov 2018 08:03:19 +0000]
* Bug 9673 fixed: colon operator precedence was too low
http://bugzilla.scilab.org/show_bug.cgi?id=9673
https://github.com/rdbyk/balisc/issues/601
Change-Id: I42358f7fd938af65232dc063461d4d3506561d85
Nimish Kapoor [Wed, 6 Jun 2018 06:53:49 +0000]
CoverityFix-CID:1350525 Dereference null return value
Change-Id: Ia9330a817bc3c16056394df144719c6237ca5339
Nimish Kapoor [Sun, 5 Aug 2018 17:51:43 +0000]
CoverityFix-CID:1350493 Dereference null return value
Change-Id: I1dcc07e09b3e9a44820de779855e45eb1021e445
Cedric Delamarre [Thu, 6 Jun 2019 08:01:44 +0000]
Makefile update
Change-Id: I5884faf21f92806774ca2d132c45136a95a1fedb
Nimish Kapoor [Mon, 16 Jul 2018 08:50:28 +0000]
CoverityFix-CID:1351082 Unread field should be static
Change-Id: I9b7e286c20cdafdecf88013a3525669da5e7547f
Nimish Kapoor [Fri, 6 Jul 2018 18:19:38 +0000]
CoverityFix CID:1360856 Problems with implementation of equals()
Change-Id: Ia1e175445e2006435b6abd408804b36b008482fe
Samuel GOUGEON [Wed, 20 Mar 2019 23:31:53 +0000]
[scicos_blocks] Capacitor Inductor Resistor: issue with µ unit on icons
Reported at http://mailinglists.scilab.org/Capacitor-value-issue-tt4039249.html
Change-Id: I675c3ce7f93914fa0f873be1318dfb3ecc68df46
Adeline CARNIS [Fri, 5 Apr 2019 10:00:20 +0000]
Example of implicitplot function failed
Change-Id: I3d7cd6c937267af3e3aaa5583af618909b2d2153
Stéphane Mottelet [Tue, 14 May 2019 21:02:22 +0000]
* Bugs 16012, 16014, 16085: fixed regression of insertion in structs
http://bugzilla.scilab.org/show_bug.cgi?id=16014
http://bugzilla.scilab.org/show_bug.cgi?id=16012
http://bugzilla.scilab.org/show_bug.cgi?id=16085
http://bugzilla.scilab.org/show_bug.cgi?id=16087
Change-Id: If3f1b7204698450d731575af46558adf504fcb7f
Samuel GOUGEON [Sat, 20 Apr 2019 22:09:27 +0000]
* Bugs 16071+16072+16075 fixed: prettyprint() debugged & a bit improved
* http://bugzilla.scilab.org/16071 :
- 0*%z : 0 => 0z (to show the symbolic variable)
- complex(1,%nan): 1NaNi => 1 + Nani
- text input
=> tex|latex:
$ \ % & { } ~ ^ characters were not protected.
Spaces were not protected (words were concatenated).
=> mathML: <mi></mi> were missing. "<" was not protected
- MathML:
. MathJax does not support <infinity/> => <mi>∞</mi>
. Any syslin was parenthesed, even with delimiter=""
- Documentation:
. ")" was wrongly indicated as supported delimiter.
. "" as possible delimiter was not documented, to not use any
matrix bracketting.
- Improvements:
. 6.21D+23 : 6.21 x 10^+23 => 6.21 x 10^23
. 1 + (-2-3i)z => 1 - (2+3i)z
. exportFormat was uselessly case-sensitive => no longer the case
. Default argins had to be explicitly provided when an explicit
argin follows => now just skip them with ,,.
. polynomials => tex|latex: a space-free unbreakable string result
was delivered => now 1 space added after each power term,
to ease wrapping when required.
. MathML : formatting of the output improved = \n (ascii(10))
added before and/or after each <mtable>, </mtable>, <mtr>, </mtr>,
<mtd>, <mfenced> and </mfenced> for and around tables, enabling
to easily split the result and then properly indent it with
external tools.
* http://bugzilla.scilab.org/16072
encoded integers were actually NOT supported
* http://bugzilla.scilab.org/16075
prettyprint() was broken for cells arrays
* Unit tests added for texts, integers, complex numbers, polynomials
with complex coefficients, cells, linear systems, and extended for
decimal numbers.
Change-Id: Id2fca732444e0cfe1932a3a82825aa09489d7ae5
Clément DAVID [Thu, 16 May 2019 20:05:15 +0000]
Linux: fix build after
e78c5951 - ASAN support
* reset CFLAGS to the previous one
* disable ASAN by default
Change-Id: I506fccc527b5925c8c25833c3ccdb5b11aea55ab
Stéphane MOTTELET [Mon, 13 May 2019 08:41:23 +0000]
* Bug 15840 fixed: now grand(1,prm,x) has same dims as x
http://bugzilla.scilab.org/show_bug.cgi?id=15840
Change-Id: If7d1d918d46826a3e783f826c926db1e266308ab
Clément DAVID [Thu, 7 Feb 2019 16:53:15 +0000]
AddressSanitizer: allow reports on dyn. loaded libs
Add a ./configure --enable-address-sanitizer flag to ease usage.
Change-Id: Ibd06bb00b8247b1646158931b0dc2673a88f838c
Clement DAVID [Fri, 22 Mar 2019 09:29:37 +0000]
Bug #12502 fixed: Rotate, flip did not work on ports
Change-Id: I34e3918685e2a6500accc30746bc01a78d2f64eb
Clément DAVID [Mon, 6 May 2019 09:54:40 +0000]
coverity: fix #1401290 to #1401299 ; use default values on error
Change-Id: Ic89cb3105d5c35bd0a9f96c8a23aef0f74415420
Antoine ELIAS [Wed, 27 Feb 2019 23:45:46 +0000]
mgetl: fix trouble with 'continuous' read on Windows
Change-Id: I2cbbf601bd78f794f254e3de7f7b5f5eeb216cc1
Stéphane MOTTELET [Thu, 25 Apr 2019 15:15:14 +0000]
[elementary_functions] added bitstring function
help page @ http://www.utc.fr/~mottelet/scilab/download/bitstring.pdf
--> bitstring(%pi)
ans =
0100000000001001001000011111101101010100010001000010110100011000
--> bitstring([1; 1+%eps])
ans =
!0011111111110000000000000000000000000000000000000000000000000000 !
! !
!0011111111110000000000000000000000000000000000000000000000000001 !
--> bitstring(int8(-1))
ans =
11111111
Change-Id: If911c3582c585072844a27186a81fda16f2fc740
Paul Bignier [Sun, 29 Apr 2018 18:54:17 +0000]
Xcos MVC: avoid copy constructor calls
Change-Id: I76e165f89d434004b2ec7b2d9bbb1d5d4bb3c116
Clément DAVID [Fri, 12 Apr 2019 15:01:41 +0000]
Coverity: fix #1400678, #743503, #1400677, #1400675, #1400676
Change-Id: I387f16f279348c5c7950c7876ff949c8af617e86
Stéphane MOTTELET [Mon, 29 Apr 2019 09:05:31 +0000]
* Bug 15812 fixed: source may become corrupted after insertion
http://bugzilla.scilab.org/show_bug.cgi?id=15812
Change-Id: Ic10a138aa5fb2213a2ba68125f5b3f1fb4ba4282
Stéphane MOTTELET [Fri, 26 Apr 2019 16:07:37 +0000]
[differential_equations] add sanity check in ode unit test
http://bugzilla.scilab.org/show_bug.cgi?id=16043
Change-Id: I4fa3b7b7e7b497328716b866daacf1a2f81e7fba
Stéphane MOTTELET [Fri, 26 Apr 2019 13:53:50 +0000]
* Bug 15995 fixed: patch was missing in surface plot
http://bugzilla.scilab.org/show_bug.cgi?id=15995
Change-Id: I074aed1adf25e195b2d22b5e498610df7a9a8ab0
Samuel GOUGEON [Fri, 19 Apr 2019 01:28:45 +0000]
Proud Puffin in good shape for the demo
Don't squeeze The Puffin
Change-Id: Id43b677eece103190fd1798cdadcaa9e6e4c1b04
Samuel GOUGEON [Wed, 17 Apr 2019 04:15:09 +0000]
[doc] Reorganizing [statistics] help pages
* The Descriptive statistics chapter was incoherent. It mixed features
of other sections:
- median center wcenter => Central tendency
- stdev stdevf variance variancef => Dispersion
- histc => Shape (empirical distribution)
- cov covar correl => Multivariate statistics
=> Empty section = deleted
* Regression section: empty = deleted
* reglin => Multivariate
* Summaries/tabul => Shape (empirical distribution)
=> empty section = deleted
* PCA section => Multivariate
=> empty section = deleted
Change-Id: I544218224afb279f786170189ec1e2b0323b5b28
Stéphane Mottelet [Thu, 14 Mar 2019 17:33:03 +0000]
* Bug 16007 fixed: non-integer index in sparse crashed Scilab
http://bugzilla.scilab.org/show_bug.cgi?id=16007
Positive fractionnal indices were supported, provided they were
greater than 1
Change-Id: I821cc4f5cbd2618cf6c5560d0478171b1389c846
Nimish Kapoor [Fri, 27 Jul 2018 20:00:01 +0000]
CoverityFix-CID:1360865 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ifa23ab98ae8da53d7b86f55d8a6cce5cb6f4371f
Nimish Kapoor [Fri, 27 Jul 2018 19:57:44 +0000]
CoverityFix-CID:1360864 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I42b3bce7d4b95b59627e7515aefb51356a4300a3
Nimish Kapoor [Fri, 27 Jul 2018 19:54:08 +0000]
CoverityFix-CID:1360863 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I9421ce517e4c44b6e0a953ab265aa4932b165a0a
Nimish Kapoor [Fri, 27 Jul 2018 19:51:13 +0000]
CoverityFix-CID:1360862 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Id1737d9155cd1266a3d226d6fc4871a43d6bd551
Nimish Kapoor [Fri, 27 Jul 2018 19:47:53 +0000]
CoverityFix-CID:1360861 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I533a633f918f9f69ac9c1f40c257bfc006d46c75
Nimish Kapoor [Fri, 27 Jul 2018 19:44:18 +0000]
CoverityFix-CID:1351079 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I42c31a73c79c4c7f442779a3c27c059e966d34fe
Nimish Kapoor [Fri, 27 Jul 2018 19:40:45 +0000]
CoverityFix-CID:1351078 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ic0f1dff108aec23417a92648a9f3578b69b45f4b
Nimish Kapoor [Fri, 27 Jul 2018 19:37:28 +0000]
CoverityFix-CID:1351077 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I2cc73fd8dd6e9aaf7116c64918b40525901d7a96
Nimish Kapoor [Fri, 27 Jul 2018 19:33:52 +0000]
CoverityFix-CID:1351076 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ib01f7cc0528ca83ae306c1a6163a02506759f589
Nimish Kapoor [Fri, 27 Jul 2018 19:30:11 +0000]
CoverityFix-CID:1351075 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ibdb5c5067673ea55a01b63ca3dabdf72136dddc4
Nimish Kapoor [Fri, 27 Jul 2018 19:04:55 +0000]
CoverityFix-CID:1351072 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Id94c1d1cc67d1ae001a86e291ef63c350e03db8e
Nimish Kapoor [Fri, 27 Jul 2018 18:56:35 +0000]
CoverityFix-CID:1351071 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I3f48777f7ae739e78dbf0785e5ccb0ae97b2fc85
Nimish Kapoor [Fri, 27 Jul 2018 18:46:50 +0000]
CoverityFix-CID:1351070 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: If20c3516fee586a9e4889507d7473dc9f5c39bf8
Nimish Kapoor [Fri, 27 Jul 2018 18:28:32 +0000]
CoverityFix-CID:1351069 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I84368e1eec8b6f574260e1602abdf2a24fe7098a
Nimish Kapoor [Fri, 27 Jul 2018 18:22:31 +0000]
CoverityFix-CID:1351068 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I220b0c820ca6949f9037dbf58b63fb918ed9969f
Nimish Kapoor [Fri, 27 Jul 2018 18:11:00 +0000]
CoverityFix-CID:1351067 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ia48aee55832ea4a56c3adac21cea9cc347c56ae0
Nimish Kapoor [Fri, 27 Jul 2018 18:01:02 +0000]
CoverityFix-CID:1351066 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ia0e9d20fdf56ea6650eac5a9b003502688db0f32
Nimish Kapoor [Fri, 27 Jul 2018 17:49:21 +0000]
CoverityFix-CID:1351065 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I5bf29781b7bce4b50745b8fbc5389d0e71a3f5c4
Nimish Kapoor [Fri, 27 Jul 2018 17:40:50 +0000]
CoverityFix-CID:1351064 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: If531421d09121a58d7e73aea1f1f9cc125eb6236
Nimish Kapoor [Fri, 27 Jul 2018 17:32:51 +0000]
CoverityFix-CID:1351063 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ibbf24ac63e6c3d821f7ed9b5c604b3c709c1b20f
Nimish Kapoor [Fri, 27 Jul 2018 17:29:33 +0000]
CoverityFix-CID:1351062 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I2f5696147170bf42696b58c2863a981bf92a2d51
Nimish Kapoor [Fri, 27 Jul 2018 17:23:14 +0000]
CoverityFix-CID:1351061 Inner class could be made static
This class is an inner class, but does not use its embedded reference to
the object which created it.
Change-Id: I482f0aed34f85f687d17b2bd432207fd2c21971d
Nimish Kapoor [Fri, 27 Jul 2018 20:05:34 +0000]
CoverityFix-CID:1367996 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I5a82220851690758f9820bf86fad2b538d7abd35
Samuel GOUGEON [Mon, 8 Apr 2019 14:35:50 +0000]
Menu ? => Links => Mailing lists was KO
Change-Id: I4d41af88f2f0aff1e32b0b1c64c19fc058cbc19b
Nimish Kapoor [Sat, 28 Apr 2018 18:12:17 +0000]
CovertyFix-CID:1366841,CID:1366842 Resource Leak
Change-Id: I4ccd41eb231c210a7500d354e8eeb51260a3b729
Stéphane Mottelet [Mon, 1 Apr 2019 11:57:39 +0000]
* Bug 16033 fixed: now scilab-bin is not built using --without-gui
https://bugzilla.scilab.org/show_bug.cgi?id=16033
Change-Id: I8df2799a13ed173e463d409852683a945f0e84ff
Samuel GOUGEON [Tue, 26 Feb 2019 03:03:48 +0000]
* Bug 15983 fixed [cacsd]: group() regressed in 5.5.2
http://bugzilla.scilab.org/15983
test_run signal_processing bug_13205 show_error
test_run signal_processing bug_13692 show_error
test_run signal_processing bug_15983 show_error
Change-Id: Ieaf47ebb58dac71c1d6d054407c7997f2da0ec49
Samuel GOUGEON [Fri, 29 Mar 2019 21:11:55 +0000]
* Bug 16021 fixed: tand(90) cotd(90) 1/cosd(90) were wrong
http://bugzilla.scilab.org/16021
Change-Id: Ia906c625d2aac46e31c0f040fec5a2d93692c86c
Stéphane MOTTELET [Mon, 25 Mar 2019 20:52:28 +0000]
Fix OSX compilation problems
Change-Id: Iaa763c3699cefe43b6c643b78111cd0c520e15ec
Samuel GOUGEON [Fri, 29 Mar 2019 17:52:16 +0000]
* Bug 16005 fixed [doc]: intdec() example was biased & not robust
http://bugzilla.scilab.org/16005
Change-Id: I4ce1a11ce6f0d78e0c9fa10766c58d04c440c141
Antoine ELIAS [Thu, 21 Feb 2019 16:05:32 +0000]
Command history: Save in file before each execution to avoid to lose it in case of crash
Change-Id: I66b67a97ac0ec8ab30e3c7aa14a6e6f2ca68729b
Antoine ELIAS [Thu, 21 Feb 2019 10:56:49 +0000]
EditVar: allow to change "ans" value
Change-Id: I305b4cd2e204fd8c4960e62b85ec98854010515c
Antoine ELIAS [Fri, 15 Feb 2019 13:26:38 +0000]
Merge remote-tracking branch 'origin/6.0'
Change-Id: I9a6de62734cbcb06c9cc038158849013c937439a
Samuel GOUGEON [Thu, 14 Feb 2019 07:44:49 +0000]
[doc] pt_BR: Missing Xcos chapters + wrong entries
Change-Id: I2e0e6d80205e605bd6e2f1374a2634a1e395c445
Clement DAVID [Wed, 13 Feb 2019 22:07:27 +0000]
Xcos: relink on parameters update (with undo/redo)
As usual, using cell level API discard Model change propagation and kill
undo/redo operation.
Change-Id: Ibbab5a22a6dfc322322b4bf171243248fed73d3f
Clement DAVID [Thu, 14 Feb 2019 08:13:46 +0000]
Xcos: discard style update on interfacefunction change
On update, style is already updated so there is no real need apart from
manual/debug testing within Xcos. This style update introduce style
reset while (on Scilab Thread) setting an interface function on a block
(trigger a notification passed to the EDT) *and* setting the style. On
the next EDT execution, the style will be discarded !
Change-Id: Ia0fbc352b5137e32ae4ab5eae9d2a3a4b9be5c62
Samuel GOUGEON [Thu, 14 Feb 2019 05:44:12 +0000]
[doc] colorbar() page overhauled
http://bugzilla.scilab.org/4808 (already in CHANGES)
Page in PDF: http://bugzilla.scilab.org/attachment.cgi?id=4892
Follow-up of https://codereview.scilab.org/20549
Change-Id: I71e2e9bd1ff93b5ea5a4273db95bd1ad35881d4a
Clément DAVID [Mon, 11 Feb 2019 14:17:21 +0000]
update CHANGES and homepage before the release
Change-Id: If4fc5037c6501bfe7f1754dade7e238b4a071b8e
Samuel GOUGEON [Sat, 9 Feb 2019 19:45:48 +0000]
localization: update POT and dispatch PO files
Patch set 1 = Launchpad import from https://codereview.scilab.org/20728
+ CR inputs before the revert https://codereview.scilab.org/20829
Patch set 9: All mismatching formats fixed (~400), except 46 exceptions
in ja & zh due to different order from en to translations:
Example:
sparse - ja_JP : mismatching formats at line #512
%s: Wrong number of input arguments: %d to %d expected.\n
%1$s: 入力引数で不正な数: %3$d への %2$d を想定します.\n
"fuzzy" tags:
* Reviewed: fr (Patch Set 11), pt (PS 14), es (PS15)
* Reviewed & partially cleared:
PS19: cacsd, elementary_functions, graphics
PS22: ast, boolean, data_structures, matio, sparse
PS24: core, graphic_export, gui
PS25: umfpack, xcos
PS26: randlib, scicos, scinotes
PS27: string, polynomials
PS29: atoms, io
PS30: signal_processing, ui_data
PS31: overloading, special_functions
PS32: compatibilty_functions, forgotten entries
Timestamp set to 2019-02-12 for all .po files (even not unchanged ones)
2019-02-12 for graphics.pot
Change-Id: I2490120d890d07f90152e9a4e39bd0110f783a51
Samuel GOUGEON [Tue, 12 Feb 2019 22:23:23 +0000]
[doc] ISO-8859 => UTF-8 reencoding and tagging
Change-Id: I0967b9c5ce5cbdd171c461157fc8467de6785613
Cedric Delamarre [Tue, 12 Feb 2019 15:09:38 +0000]
dynamic link demo fixed
demos -> dynamic link -> c++ function using standard library
Change-Id: If7661d30b178cf4c3fc87b9f5c40fe4babd51a98
Cedric Delamarre [Tue, 12 Feb 2019 16:43:29 +0000]
optimization: navet and seros demos fixed
optimization and simulation -> ICSE -> spaceship landing trajectory
Change-Id: I46ace7c772e92c04afc12e2a6893da1fddf1d62d
Clément DAVID [Tue, 12 Feb 2019 17:11:12 +0000]
macOS: fix some crash while using gfortran from homebrew or other brand
http://bugzilla.scilab.org/show_bug.cgi?id=13697
http://bugzilla.scilab.org/show_bug.cgi?id=13852
http://bugzilla.scilab.org/show_bug.cgi?id=13857
Change-Id: Ib7684024b76effb4d128aecfe5dff4ada291b752
Samuel GOUGEON [Tue, 12 Feb 2019 16:59:04 +0000]
[doc] tree2code updated
Change-Id: Idf821aaa6284cc25076147c9e67ab7c304dc07d0
Samuel GOUGEON [Tue, 12 Feb 2019 14:56:57 +0000]
[doc] pt_BR ISO8859 (badly rendered) => UTF8 (fixed)
Just a start.
More than 800 remaining files tagged ISO-8859.
~50 % of them are badly rendered in web and java browsers.
Change-Id: Ie17006a87f6e8038c32e94cf14f6870fda485c3d
Samuel GOUGEON [Tue, 12 Feb 2019 15:28:21 +0000]
[doc] AFFICH_m: comput function updated
Change-Id: Ide35eed783c82de1120812e58e4fafd04f0ed890