Samuel GOUGEON [Mon, 8 Aug 2016 06:25:37 +0000]
Bug #13899 (the end?) fixed: Scinotes colorization of macros
Should be OK after
649b6d93 https://codereview.scilab.org/#/c/18302/
Change-Id: I0d6b217769676dce68f68d8ab33a7ade1de22fc4
Pierre-Aime Agnel [Mon, 11 Jul 2016 15:07:55 +0000]
* Bug #14667 fixed - Multi line string without final quote generated a non terminal parser state.
Change-Id: I6722af005f6fc892371dd441737f471f39c91186
Pierre-Aime Agnel [Wed, 30 Mar 2016 10:12:49 +0000]
[bug_14303 REOPENED] fixed: NaN and Inf values were not printed with the correct width
test_run ast bug_14303
Change-Id: Ie5c9ea2446a60261c3a270203e5f25154485db23
Adeline CARNIS [Thu, 18 Aug 2016 08:21:49 +0000]
* Bug #14685 fixed - datavec produced an invalid index error.
Change-Id: Ibfc755cd4323a68fc9e7518efa8b002e005cc1b3
Adeline CARNIS [Wed, 17 Aug 2016 13:18:50 +0000]
* Bug #14527 fixed - Calling pathconvert function without parameters crashed Scilab.
Change-Id: I92302d28550097e6ae4a5b868ca8c3e577cd36ef
Cedric Delamarre [Fri, 23 Sep 2016 12:40:51 +0000]
avoid the use of libmpi++
Change-Id: Icd9f6a05923f5c8c3c832d1030981eaef8051c27
Paul Bignier [Mon, 26 Sep 2016 07:14:44 +0000]
Scicos gateways: fix 19 warnings C4101 (unreferenced local variable)
Change-Id: I9a51422e9d930ec19a5c199f6ffd9de8761eea34
Clément DAVID [Thu, 22 Sep 2016 09:26:09 +0000]
Xcos: be compatible with Scilab 5.5.2 zcos files
To ease transition from Xcos 5 to Xcos 6, the ZCOS file format is
compatible. To have the same rendering on both version, the encoding of
some values (style rotation) have to be set in a special manner.
Port geometry is still discarded as it is no more present on the Port
model. The user have to manually resize each block to enforce a port
layouting on Scilab 5 after openning a Scilab 6 saved file.
Change-Id: I4b05946ab017000ef454cba88cac866c4b945dcf
Samuel GOUGEON [Mon, 8 Aug 2016 08:35:30 +0000]
* Bug #9161 fixed - Insertions at repeated index in sparse => bad result
http://bugzilla.scilab.org/9161
Fixed in Scilab 6. Non reg test added
Change-Id: I6e933ebe74289cecc2ac049e2aabe8e0bb0a3fb6
Samuel GOUGEON [Tue, 9 Aug 2016 02:30:47 +0000]
* Bug #4327 fixed - NR test: overloading did not support type names > 8 chars
http://bugzilla.scilab.org/4327
Change-Id: I305f6c065ef747613a78054e5a924ea63bb2f567
Samuel GOUGEON [Tue, 9 Aug 2016 03:10:15 +0000]
* Bug #7192 fixed - NR test: S=[], S($+1,:)=row inserted it in row#2
http://bugzilla.scilab.org/7192
Change-Id: I0a3e6d42f82f3596f36790a6df7a564a91a9e87c
Cedric Delamarre [Thu, 8 Sep 2016 13:53:14 +0000]
MPI function added and gateway prototype added for toolboxes.
* MPI_Create_comm function added.
* scicppopt type of gateway proto added.
* management of given comm in MPI functions.
* doc updated, test added.
Change-Id: I71699ee8cb3a828c36fdf9c5c716fbb1fce6aaf5
Samuel GOUGEON [Sun, 21 Aug 2016 23:05:31 +0000]
Bug #14581 fixed : bugzilla.scilab.org/14581
* replot() upgraded:
- a bound set to %inf gets the position of the most marginal object
- replot() syntax added (as replot([%inf %inf %inf %inf]) )
- option "tigh_limits" added
- Any handle having Axes as direct children -- as uicontrol-frame --
is now supported
* zoom_auto() is replaced with replot() and is removed
* replot unit test added
* Bug #14581 fixed : http://bugzilla.scilab.org/14581
"Reframe to contents" feature fixed.
Change-Id: I65142a8ce25bc5a4d59e3728f314b091400356ec
Samuel GOUGEON [Thu, 11 Aug 2016 19:51:09 +0000]
* Bug #14591 fixed - NRTest: <= and >= on hypermatrices were inverted
http://bugzilla.scilab.org/14591
Change-Id: I76ec94908bb7e53e8af20392eedce98008cea0b5
Samuel GOUGEON [Tue, 9 Aug 2016 01:05:35 +0000]
* Bug #8938 fixed - nonreg test added (insertions in boolean sparse)
http://bugzilla.scilab.org/8938
Change-Id: Ie27e690b921912136520147d628c9fb6fbb58b05
Samuel GOUGEON [Fri, 19 Aug 2016 21:19:22 +0000]
* bug #10116 fixed - for/end failed with handles: NR test added
http://bugzilla.scilab.org/10116
Change-Id: I3f3142bcd8acf942f586cbb060ab87f486380a50
Samuel GOUGEON [Sat, 27 Aug 2016 18:21:06 +0000]
* Bug #13166: NR test added: 'l' & 'b' flags were sticky in mget & mgeti
http://bugzilla.scilab.org/13166
Change-Id: I3e4ea246f5574664e89861071358bda0f9ccd119
Clément DAVID [Mon, 19 Sep 2016 08:35:18 +0000]
CID1321282 fixed - Remove the default constructor
Change-Id: I02d0ae4cb00bb8187ea715692cd50820b47882cb
Samuel GOUGEON [Sun, 28 Aug 2016 17:08:01 +0000]
* Bug #8010 fixed: NR test added: %i(1,1)=1 redefined %i
http://bugzilla.scilab.org/8010
Change-Id: Ie3930651c7d71c5fecdd51031e55684987520f90
Paul Bignier [Tue, 30 Aug 2016 08:49:22 +0000]
Really remove x_message from Scilab
* It's been obsoleted & removed a long time ago but there were still occurrences of it
Change-Id: I793976d96bb2d029432121fedcc49bfcc74ea166
Paul Bignier [Mon, 8 Aug 2016 07:41:33 +0000]
Xcos MVC: loosen in_ & out_implicit fields
* Accept wrongly defined blocks for backward compatibility.
Namely, we want to pass CPGE compilation stage
Change-Id: I018715b0a6817b24247f25a126a949e08b162d45
Paul Bignier [Thu, 15 Sep 2016 07:26:05 +0000]
HDF5: fix after
3c43337f2
* CID 1362783
Change-Id: I84a1ff67fca3ad7ff208c03f4d5444ca8301e4e5
Dhruv Khattar [Wed, 29 Jun 2016 21:44:14 +0000]
Coverity #1098354 fixed
Change-Id: I8dc8e4a8e67af67fe7f15dbbc9eff5a200007072
Paul Bignier [Fri, 12 Aug 2016 07:32:38 +0000]
[CID# 1350626] Slint: add initialization for SciFile class
Change-Id: If42f5ac3a170cf8c6929d88b10fff8529d61a031
Paul Bignier [Wed, 10 Aug 2016 14:08:53 +0000]
Xcos MVC: allow smaller in_implicit
* This fixes the error when resizing pin & pout. The missing ports are tagged as Explicit
* This bug was detected when compiling the CPGE toolbox
Change-Id: Idd7ef586ca686e94e3edcd88cd45af84a9e5b4d1
Paul Bignier [Thu, 9 Jul 2015 08:54:39 +0000]
Xcos MVC: fix MList import
* Now loading both mlist (backward compatibility) and userType
Change-Id: I04fd3490c689434f87c0c727a29a77fc51f4bcf4
Paul Bignier [Thu, 8 Sep 2016 08:10:41 +0000]
Optimization: fix empty matrix addition
* bug_244.tst now passes again (it displayed a warning)
Change-Id: I0f5ecc430eb5c18b9770a2f81c23cef17447dd68
Paul Bignier [Thu, 8 Sep 2016 14:22:31 +0000]
Typo in help sections: 'See Also'->'See also'
Change-Id: Icfeaf0d578773b6b37cbe48d22a86f922ef6bef8
Paul Bignier [Thu, 1 Sep 2016 11:46:36 +0000]
Xcos MVC: fix BaseObject
Change-Id: I9d91364e35e0173c620fdb09c9f04a10f7456d5c
Paul Bignier [Tue, 6 Sep 2016 12:21:07 +0000]
HDF5: fix 11 defects
* CID 1303109, 1303139, 1303147 and 1321146 to 1321153
Change-Id: I547cceb2a735e417734d5e0556ab449f685d34b4
Paul Bignier [Thu, 1 Sep 2016 10:24:53 +0000]
CHANGES.md: fix typo after
13203363e
* Used this commit to fix other minor issues
Change-Id: I0972d856b3462e3de7f5ab8c4d8917a601e4dead
Caio SOUZA [Thu, 11 Aug 2016 15:58:51 +0000]
* [Bug #14714] fixed - Crash/Leak when deleting datatip
Change-Id: Ia06421037b39e2e81939e2f7966644195005a7d8
Caio SOUZA [Thu, 30 Jun 2016 20:10:23 +0000]
Datatip detached position property
* The graphics entity "Datatip" has a new property `detached_position`
which accepts `[]` or a 3-components vector to set the position in
axes coordinates to draw the datatip text box.
Change-Id: Ibfcdc1272b1afbd9cc5d65ed596b1e09047b1afa
Caio SOUZA [Wed, 29 Jun 2016 16:49:02 +0000]
* [Bug #14632] fixed - Zooming moves drawn axis offscreen
Change-Id: I6761803542870b223d4579788af4ace7e7e110da
Samuel GOUGEON [Mon, 14 Mar 2016 10:23:17 +0000]
help pages: consolebox harmean ndgrid
* consolebox: (fr) translation added
* harmean: %pi comment fixed. Extended overhaul. (fr) added.
* iconvert (pt): encoding to UTF-8 fixed (bad conversion into HTML)
* ndgrid: extra blank lines, typos, wrong <screen> fixed
Change-Id: Iafdf51c31fd5130f1be7e8418ea33d446de13b16
Paul Bignier [Fri, 19 Aug 2016 09:15:38 +0000]
Xcos MVC: use ScicosID() instead of 0
Change-Id: I05ff2bd1d907b8d04a7718c84f0c5b817b8179ea
Paul Bignier [Mon, 29 Aug 2016 11:33:37 +0000]
* Bug #14710 fixed - fullpath(TMPDIR+...) was bugged on MacOS
Change-Id: I40c2b8f79fa3085eaf88818d5289148baf9c8e55
Paul Bignier [Fri, 19 Aug 2016 09:19:06 +0000]
Xcos MVC: fix after
4b9d000e
* Increase the model object ref not to delete it when the adapter is freed.
Change-Id: I37c9c9ea828ae3f4cda52e8183a1b25351d322e6
Paul Bignier [Thu, 1 Sep 2016 08:04:26 +0000]
Xcos MVC: fix a memleak when cloning a diagram containing a superblock
Change-Id: I706d4407840d60c5a86a2b7f3e776132ad63c8fb
Paul Bignier [Tue, 30 Aug 2016 13:32:41 +0000]
Xcos MVC: fix a memleak
Change-Id: I6e99d1c46773e9b7924262e3ba08c049ad67fed7
Paul Bignier [Wed, 17 Aug 2016 08:43:28 +0000]
Scicos tests: remove messageboxredefinitions
* https://codereview.scilab.org/#/c/18356 redefines it in test_run
Change-Id: I265b702537ea09bef7d35b7010e477b734de7ceb
Dhruv Khattar [Mon, 22 Aug 2016 14:54:25 +0000]
Coverity #1350431 fixed
Change-Id: If98f80c091c4779bb3954739b6f598e75200632b
Paul Bignier [Mon, 29 Aug 2016 11:46:27 +0000]
Graphics: fix compilation after
b27eba71
Change-Id: I0464b7acead51bc3ca1564da7639e375cb34d360
Dhruv Khattar [Fri, 26 Aug 2016 15:50:05 +0000]
Graphics module Null Checks added
Change-Id: Ie93fea82a9333aac98c32afcde9b723d6bc5f09f
Clément DAVID [Mon, 20 Jun 2016 14:26:07 +0000]
Xcos: reduce the lag at the first DnD #2
The first DnD of a block is slow on Windows as Batik and Java2D is not
setup on JVM at first start. To fully initialize all classes, we have to
render some blocks to images and suppose that these blocks will cover all
functionnalities (SVG strikes, fonts, bitmap images, etc...).
Change-Id: Ida995f3e19d7355c6a43886cc182c37cd0476eb4
Paul Bignier [Fri, 19 Aug 2016 07:25:58 +0000]
Configure for MacOS: enable El Capitan (10.11)
Change-Id: Id3a0bc2827c72f8cdb49dffb7ccb301b8126be2b
Paul Bignier [Wed, 17 Aug 2016 13:18:35 +0000]
Configure for MacOS: correct call for version stamp
Change-Id: I6be146eeeb08b033353a44915232746c76d112f3
Clément DAVID [Mon, 29 Aug 2016 07:43:12 +0000]
fix compilation after 4fda44
Change-Id: Ib66bfd611234ee65def3c3ce1be4ba90e82a01d3
Clément DAVID [Thu, 4 Aug 2016 16:11:41 +0000]
Xcos: fix port labeling on invalid rpar
Change-Id: I0c00735a3db948fbda25786e665bb50f326cb4db
Dhruv Khattar [Thu, 25 Aug 2016 11:40:26 +0000]
Coverity #1321160 fixed
Change-Id: Iff356764402f1b89ca749f9cea5734a9caec07dc
Dhruv Khattar [Sun, 21 Aug 2016 10:10:32 +0000]
Coverity #1321058, #1321094, #1321156, #1354293 fixed
Change-Id: I83391d3b60fed8b56dbd219219a39ec5fa4169e2
Antoine ELIAS [Mon, 22 Aug 2016 09:29:14 +0000]
add dependence on core in hepltools module
Change-Id: I50222247ff1a446c284bbd0caaea5148141c8676
Dhruv Khattar [Sat, 20 Aug 2016 08:47:39 +0000]
Coverity #1098587 fixed
Change-Id: Ie3332bdc6c3e1826bcd98bd8f4b1540c627c68e5
Paul Bignier [Fri, 19 Aug 2016 09:45:20 +0000]
Polynomials: fix sci_poly after
7603e394, fixing CID 1361694
* Applied the same solution to other parts of the file, thus fixing CID 1321276
Change-Id: I44520738808ec20b0bc415b43bf2e9f8c9b34654
Dhruv Khattar [Thu, 18 Aug 2016 13:30:22 +0000]
Coverity #1321068, #1321069 fixed
Change-Id: I9cc486617a66e04014c9e71f2a89468aa5b04325
Dhruv Khattar [Thu, 18 Aug 2016 11:53:50 +0000]
Coverity #1321276 fixed
Change-Id: If8117d3cbf5807cee730771e11947b3dae3039f0
Dhruv Khattar [Wed, 17 Aug 2016 20:14:29 +0000]
sci_x_choice.c, sci_uigetcolor.c, sci_x_dialog.c, sci_x_mdialog.c, sci_Clipboard.c -> *.cpp
Change-Id: I88caa3cc76c079140dcfeda01c44c0903850df84
Dhruv Khattar [Thu, 18 Aug 2016 10:06:13 +0000]
Coverity #1099169 fixed
Change-Id: Iae41486161a9e97a570a770fadf02c8759cf9f9d
Dhruv Khattar [Wed, 17 Aug 2016 19:09:24 +0000]
Coverity #1099226, #1099227, #1099228, #1320990 fixed
Change-Id: I096658785797c9cf500df6a6b34e70db729ca8a2
Dhruv Khattar [Sun, 14 Aug 2016 11:02:15 +0000]
Coverity #1357533 fixed
Change-Id: I44659216c4f5d53a7067b76f8f02f75f5dd3dbef
Dhruv Khattar [Wed, 17 Aug 2016 17:19:34 +0000]
Coverity #1352290, #109679, #1321277 fixed
Change-Id: Ifab073b304d0375003d3648cecb5fdb29144cb49
Dhruv Khattar [Wed, 17 Aug 2016 10:12:16 +0000]
Coverity #1350354, #1350367, #1350441, #1350442, #1350626 fixed
Change-Id: I80ae6a2daad8fac248fa062d78099ebf13e14e67
Dhruv Khattar [Tue, 16 Aug 2016 20:45:08 +0000]
Coverity #1098277, #1098279, #1360822 fixed
Change-Id: Ic5f6fccad435eca7bd1ea2ed711a378dd9383323
Samuel GOUGEON [Mon, 8 Aug 2016 05:36:22 +0000]
Bug #8493 fixed - simp(p1,p2) did nothing for complex-encoded polys
http://bugzilla.scilab.org/8493
Change-Id: I45b6d1ba343e1ffbd17fb36e00f4723291f0cd23
Samuel GOUGEON [Sat, 6 Aug 2016 20:08:10 +0000]
Bug #11037 : non regression test added
http://bugzilla.scilab.org/11037#c3
Change-Id: I42c5b21af874949880cc1a4b9cbc9f5d0d215e92
Dhruv Khattar [Tue, 16 Aug 2016 14:36:19 +0000]
Coverity #1321157 fixed
Link to solution: http://www.aronaldg.org/webfiles/compecon/src/libscl_float.15-11-16/src/eigen.cpp
Change-Id: Ic2174ecc96dfa62821caa78ad08515a9f6c691d6
Samuel GOUGEON [Fri, 5 Aug 2016 04:28:07 +0000]
* bug #11692 fixed - help section mixing default en_US + others was not sorted
- http://bugzilla.scilab.org/11692
- other minor code improvements
- tested on a separate module
Change-Id: Idff3bd558ce1edff4b26e5448de9fd697e2a5dd6
Dhruv Khattar [Sun, 14 Aug 2016 10:15:43 +0000]
Coverity #1099226, #1099227, #1099228, #1320990 fixed
Change-Id: I6f7dcf1131acd5c85b32ed29a9436b814f29773b
Dhruv Khattar [Sun, 14 Aug 2016 10:00:31 +0000]
Coverity #132120, #1097640, #1099299 fixed
Change-Id: I4e51ee7d5825c869af950c7a5f6a809bf393a08d
Dhruv Khattar [Fri, 12 Aug 2016 20:26:06 +0000]
AST: Variable free'ed in error case
Change-Id: I18d1c67a10b8cd7e323647ae4eb42eefb2da105f
Clément DAVID [Fri, 29 Jul 2016 18:40:01 +0000]
Uicontrols: add some layout and messagebox-like demos
Change-Id: I4995135aaee81c346c7fa76c33c1577190a9e0e3
Dhruv Khattar [Sun, 14 Aug 2016 06:51:29 +0000]
Coverity #1320928, #1320929 fixed
Change-Id: I2077921656ac524b0ea015348232ab218e59fc50
Samuel GOUGEON [Sat, 6 Aug 2016 05:25:28 +0000]
eval(): remove the for/for-end/end loop (20x faster on a 100x100 matrix)
n = 100; m = rand(n,n+1); s=string(m); tic(); e = eval(s); toc()
Change-Id: I2b2413e8eadcf874aa25565a2be9cc4b969bb1f1
Samuel GOUGEON [Fri, 5 Aug 2016 08:42:30 +0000]
* bug #8356 fixed - sci2exp() was wrong for m-t-lists with undefined fields
http://bugzilla.scilab.org/8356
+ code factorization
Change-Id: I972777e55b977eeecf0451d1ef72cbef4284993b
Samuel GOUGEON [Fri, 5 Aug 2016 03:49:28 +0000]
* bug #11375 fixed - non-en_US CHAPTER file with no xml was ignored
http://bugzilla.scilab.org/11375
Fix tested on a separate module compiled appart.
Change-Id: Ia6bdda97cd0e54793c0e302ab1faf5947a639e33
Dhruv Khattar [Sun, 14 Aug 2016 10:43:31 +0000]
Coverity #1320926, #1321017 fixed
Change-Id: Icb4fd43cd2c8be24a0a6c86d100b7b0af0b1ba38
Dhruv Khattar [Fri, 12 Aug 2016 20:14:41 +0000]
Coverity #1107272, #1356057 fixed
Change-Id: I7d9e812c23600c33db3e2c6e7fa5807caddad79b
Samuel GOUGEON [Thu, 4 Aug 2016 20:55:31 +0000]
* bug #14694 fixed - help color_list poorly rendered named colors
http://bugzilla.scilab.org/14694
HTML: http://bugzilla.scilab.org/attachment.cgi?id=4379
Change-Id: I4dcf0ae3f8b4f9bafdbedace90f8b20c2de620a4
Dhruv Khattar [Fri, 12 Aug 2016 10:59:41 +0000]
Coverity #1164282, #1321381, #1321382, #1321131, #1321132 fixed
Change-Id: Ib010c8307b168a7895f4a5cb91ed298eb9efdfee
Dhruv Khattar [Fri, 12 Aug 2016 11:38:25 +0000]
Coverity #731335, #1321204 fixed
Change-Id: I236bf3020bd49dbc8dfa749ee6e89aafa0a65da8
Dhruv Khattar [Thu, 11 Aug 2016 11:50:57 +0000]
Coverity #1097844 fixed
Change-Id: Iab82aaba5dad2ff353b46e9706faae528b5e480f
Dhruv Khattar [Thu, 11 Aug 2016 11:02:43 +0000]
Coverity #1099169, #1098330, #1320913 fixed
Change-Id: Ie2fba4f218ac2f4503a0910221d746f738ebf17e
Samuel GOUGEON [Wed, 3 Aug 2016 13:17:04 +0000]
* Bug #14513 - isequal: non reg test added
http://bugzilla.scilab.org/14513
Change-Id: I34c114e3de424520692a4c557360ad4ac9cc9465
Samuel GOUGEON [Mon, 4 Jul 2016 23:23:27 +0000]
bitor bitxor bitand upgraded. Help pages rewritten. Bug #14654 fixed
* http://bugzilla.scilab.org/14654
- bitand, bitor and bitxor could not be used with positive signed integers
- 64-bit input integers were not supported
* Operands with mixed types or inttypes were not accepted.
* bit###(scalar, array) or bitand(array, scalar) were not accepted.
* The implementation for hypermatrices was still with the former
hypermatrices encoding, and therefore was wrong.
* Results with decimal numbers > 2^32 were wrong. Now, all positive decimal
numbers up to number_properties("huge") are well processed
* bitxor() was not vectorized and was slow
* 95% of their code was similar but not factorized.
Change-Id: Ia5d9a55900aae9bc1799273c4e1da261f73ecd45
Paul Bignier [Thu, 11 Aug 2016 12:51:57 +0000]
Tests: fix encoding to UTF8
* These wrong encodings crashed on MacOS!
Change-Id: I3d8024f14cbb19de80245fc7263b50f31058881a
Dhruv Khattar [Wed, 10 Aug 2016 10:17:38 +0000]
returnArguments -> ReturnArguments
Change-Id: Ibcaea1708189270dc54be84224c215f03345a98e
Stanislav KROTER [Tue, 28 Jun 2016 13:58:43 +0000]
Fixed some typos.
Change-Id: Ib729dadbc8955e2f0535cce1eb31bab3052966da
Samuel GOUGEON [Tue, 2 Aug 2016 16:46:53 +0000]
* Bug #14690 fixed - User's startup files were executed twice or never
http://bugzilla.scilab.org/14690
Change-Id: I388cdd9b10afbec2f0a43cae720ea6c4ace83d3c
Samuel GOUGEON [Mon, 1 Aug 2016 22:42:10 +0000]
* Bug #14649 fixed: isnan(complex(%inf, %inf)) was %F while phase is NaN
http://bugzilla.scilab.org/14649
Change-Id: Ib925be0f43dd9300b764b776e3be8fe8a0c48ae1
Dhruv Khattar [Tue, 9 Aug 2016 17:31:53 +0000]
Coverity #1099169, #1320913, #1321304 fixed
Change-Id: I1646c9c3b52d18c459bfad5a37b800d06878306e
Dhruv Khattar [Wed, 10 Aug 2016 04:40:08 +0000]
Coverity #1099079, #1099546, #1194641, #1354289, #1099315 fixed
Change-Id: Idf1f2badd670e89c1d0dc48edaff5cd21388e053
Samuel GOUGEON [Tue, 9 Aug 2016 18:51:46 +0000]
degree(): wrong call to overload (6.0 regression)
Change-Id: Ic9eedf5c88bd83171a66acb59194eeaeed842690
Samuel GOUGEON [Tue, 28 Jun 2016 17:29:38 +0000]
Help: various fixes (next)
Change-Id: I4096f8b0ba53c203519c5ad507ccf094b01a1043
Samuel GOUGEON [Thu, 30 Jun 2016 20:16:03 +0000]
* Bug #13583 fixed - getd() loading a script with clear() yielded an error
http://bugzilla.scilab.org/13583
Change-Id: Ia8243dd2d6c4f0f10adebc526bc407a5303ebadf
Dhruv Khattar [Tue, 9 Aug 2016 17:05:42 +0000]
Coverity #1321032, #1321033 fixed
Change-Id: I779ae1a16a06cefd6937efc18c44ad677f14c6b3
Dhruv Khattar [Tue, 9 Aug 2016 11:20:34 +0000]
Coverity #1098338, #1099164, #1099173 fixed
Change-Id: I856154489f8fcf6df6dc5202e36217d7674c0a48
Pierre-Aime Agnel [Mon, 12 May 2014 09:26:41 +0000]
* Bug #13405 fixed - hypermat was redundant, now tagged as obsolete.
Change-Id: Iadba3cf741b02ff289d27165ca6d8493f368b039
Samuel GOUGEON [Thu, 30 Jun 2016 04:50:47 +0000]
* Bug #14640 fixed: median(int8([10 60 80 100])) returned -58 instead of 70
http://bugzilla.scilab.org/14640
Change-Id: Iee08a16879eff4fbe408302afb1dfa1594c9a0aa
Samuel GOUGEON [Sat, 25 Jun 2016 04:32:37 +0000]
* Bug #7649 fixed: isempty() on struct(), {} or list(,) returned %F
http://bugzilla.scilab.org/7649
- isempty({}) returned %F
- isempty(struct()) returned %F
- isempty(list(,)) returned %F
- In lists, founding a first non-empty content did not stop uselessly
scanning all remaining components.
Change-Id: I0ab56a72bddfcdb66a62e8162dbf658c2dde1805
Samuel GOUGEON [Wed, 22 Jun 2016 02:38:19 +0000]
strtod() help page overhauled. (fr) added
Change-Id: If322e0105df17938d560fd185c2c15006a1eddbf