mottelet [Fri, 5 Feb 2021 14:23:04 +0000]
[fileio] allow mopen and mclose to handle multiple files
It would allow
files = listfiles("*.sce");
hash(mopen(files),"sha256")
if https://codereview.scilab.org/#/c/21697/ is merged, as hash() already
handles arrays of file descriptors.
Change-Id: I03e0224f66446f893336ccbe7569e01e460da119
Samuel GOUGEON [Fri, 7 Aug 2020 20:33:40 +0000]
* Bug 16529 fixed: deff() upgraded: output arg added, one-string def, etc
http://bugzilla.scilab.org/16529
New deff() page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5175
Change-Id: I37cff6f15eeb1730137e2ce21aaf63ee3a8dba5b
Samuel GOUGEON [Sat, 12 Dec 2020 17:31:16 +0000]
* Bug 16614 fixed: replot() could fail out of gcf()
http://bugzilla.scilab.org/16614
Change-Id: I960d9caf12880ce8e3c1c7942dfd213d9c39b2fb
Samuel GOUGEON [Sat, 28 Nov 2020 20:11:54 +0000]
[doc] pathsep() page improved
http://mailinglists.scilab.org/Scilab-users-pathsep-returns-under-linux-tt4041125.html
Change-Id: Ide8a623a73106bed78ed7d51d6f8f60a2fbde3d4
Samuel GOUGEON [Sat, 19 Dec 2020 15:20:32 +0000]
Default Java Heap increased to 512 MB
http://mailinglists.scilab.org/Scilab-users-Increasing-Scilab-default-Java-heap-memory-to-512-MB-tp4041162.html
Change-Id: I2e68dad445c829ddbf7b818b64fa02611940a05e
Samuel GOUGEON [Thu, 7 Jan 2021 21:00:53 +0000]
* Bug 16305 fixed: unwrap() failed unfolding straight segments
http://bugzilla.scilab.org/16305
Change-Id: I8015da57839530a120190869663d6e35d87ed2e9
Samuel GOUGEON [Thu, 22 Oct 2020 16:59:12 +0000]
* Bug 16288 fixed: wavread(): misleading error message
http://bugzilla.scilab.org/16288
Change-Id: Iae5a716065a68444dc27e1ea18085847c6af9f52
Samuel GOUGEON [Thu, 22 Oct 2020 17:25:22 +0000]
* Bug 16561 fixed: histplot(-10:0.2:10, 6) warning & error removed
http://bugzilla.scilab.org/16561
Change-Id: Ia6d282bf0ef450d2c52f8380b4a792f1da13f08a
Samuel GOUGEON [Tue, 26 Jan 2021 18:01:15 +0000]
* Bug 16634 fixed: wrong scilab -h for -l option / Linux
http://bugzilla.scilab.org/16634
Change-Id: I94c2149a85aab84f49f7e5206183b218a406ffda
Samuel GOUGEON [Thu, 30 Jul 2020 21:51:08 +0000]
[doc] misc fix & improvements
* insertion, extraction: Main <variablelist> replaced with <refsect3>
No content changed (the diff is far bad)
* gsort: rank of "" when sorting text
* polyline_properties: image of line styles fixed
* cumsum: + warning: sparse density => 100%: http://bugzilla.scilab.org/8100
+ completing http://bugzilla.scilab.org/14297 for cumsum
+ <latex alt=".."> added and other improvements
* mtlb_sparse: no longer exists: http://bugzilla.scilab.org/14477
* symbols: ** deprecated equivalent of ^:http://bugzilla.scilab.org/16568
* xsave: remark @ http://mailinglists.scilab.org/Scilab-users-xsave-or-save-tt4041024.html
* replot(): note added: gca() stays the same.
* example_run: description of moduleNames improved (for external modules)
This documents the change https://codereview.scilab.org/8698
* percent: wrong overload name fixed in example. See also improved.
SCI/modules/overloading/macros/README no longer exists.
* bode: example #3 plot: avoid extra tight x limit
Change-Id: Ia8a083ba7f80f7e91bf4f2e75ef92c0a74121486
Samuel GOUGEON [Tue, 2 Feb 2021 03:20:27 +0000]
* Bug 16639 fixed: atomsInstall & atomsRemove now update Toolboxes menu
http://bugzilla.scilab.org/16639
Test: see the How-to-reproduce
Change-Id: Id06f9d0c45e73c0f33a3e528d90eba12b05c4c20
mottelet [Fri, 5 Feb 2021 14:57:51 +0000]
[graphics] update S(f)grayplot after
c296e494
Change-Id: If87c73df6a0496f4f045be8502cab1891e7a719b
Cedric Delamarre [Wed, 31 Mar 2021 14:12:08 +0000]
debugger: deadlock in the java EDT due to the debug mode fixed
f=figure("closerequestfcn","disp(""closing""); close(gcf()); disp(""close done !"")");
debug
click on the close button of the figure
the EDT is waiting for the execution of the closerequestfcn
because storing a command in debug mode pause the thread.
When the main thread of Scilab execute close, the close function
wants to add something in the EDT which is paused.
Change-Id: I0996465dd9f9965e3ef05c845260c533aded6348
Samuel GOUGEON [Sun, 31 Jan 2021 01:06:44 +0000]
* Bug 16638 fixed: getcolor() rendering debugged
http://bugzilla.scilab.org/16638
Page illustrated: http://bugzilla.scilab.org/attachment.cgi?id=5226
Change-Id: I4235ec23407d3df5b87ac61f35e32f3d345c4fc7
Samuel GOUGEON [Sun, 31 Jan 2021 01:27:11 +0000]
[doc] uigetcolor() and colormap pages illustrated
Change-Id: If9f789ef94a51a330254a9172176783bb123f613
Samuel GOUGEON [Wed, 27 Jan 2021 22:05:08 +0000]
* Bug 16636 fixed: det(sparse) now actually implemented
http://bugzilla.scilab.org/16636
det() page overhauled: http://bugzilla.scilab.org/attachment.cgi?id=5223
Change-Id: I4da698b36746b1989a788c683147e407144373d6
mottelet [Mon, 18 Jan 2021 10:32:01 +0000]
* Bug 16631 fixed now readonly handle properties are reported as such
Change-Id: I55c9d0740f088fb91f06ea672b9732dec017eda0
mottelet [Tue, 19 Jan 2021 15:56:45 +0000]
* Bug 16632 fixed: now scilab starts with unsupported locale on macOS
http://bugzilla.scilab.org/show_bug.cgi?id=16632
Change-Id: Iaa378f254c3ec0bd807d50f152242c1cb53021ca
mottelet [Thu, 21 Jan 2021 07:48:37 +0000]
* Bug 16633: now Listbox callback can be triggered by item click
https://bugzilla.scilab.org/show_bug.cgi?id=16633
Movie: https://bugzilla.scilab.org/attachment.cgi?id=5219
Change-Id: Ia54de8cb31f21628b47d6e6a5514b13dafccb325
Samuel GOUGEON [Sat, 20 Jun 2020 21:17:42 +0000]
[doc] replace MathML with LaTeX (continue)
Change-Id: I0f1e697b17717699fda0e042b99852e028fcb63c
Samuel GOUGEON [Sun, 3 Jan 2021 23:28:57 +0000]
* Bug 16626 fixed: == and <> between libraries restored
http://bugzilla.scilab.org/16626
Change-Id: If355c53584c4def06158ce43a42ccf5db539716e
Antoine ELIAS [Fri, 26 Mar 2021 13:38:21 +0000]
create java user configuration at first start even in MW mode
Change-Id: I287f5410c43628751bd2eb6b8868458e8d2d4507
Cedric Delamarre [Fri, 26 Mar 2021 12:57:41 +0000]
debugger: error in try/catch and errcatch fixed
* the debugger must not stop when there is an error
with exec/execstr(..., errcatch) and in a try catch exp.
execstr("cos(""e"")", "errcatch")
try, 1+list(); catch, disp("error catched !"); end
Change-Id: I8c447a26bc0bd89e51562cf24e3c2c9e93eabff5
Antoine ELIAS [Fri, 26 Mar 2021 10:13:37 +0000]
reduce depth search to find figure during closing
Change-Id: I9baebc842b7e1780e4c579d74eb035332608baea
Cedric Delamarre [Fri, 26 Mar 2021 10:09:07 +0000]
debugger: callstack generation fixed with execstr
Change-Id: I8a658a696131b69410508a43d6faa92e877d76cb
Samuel GOUGEON [Tue, 27 Oct 2020 00:16:21 +0000]
* Bug 16573 fixed: mfile2sci: sci_axis is now reliable
http://bugzilla.scilab.org/16573
test_run m2sci AXIS enable_lt
Requires merging https://codereview.scilab.org/21614
(uses "Colon" defined in m2sci()).
Change-Id: I423387a6c92bafdc42e7108b0920586d77073fc0
Samuel GOUGEON [Sat, 2 Jan 2021 18:21:36 +0000]
* Bug 14098 [doc]: genlib() and library pages updated for Scilab 6
http://bugzilla.scilab.org/14098
Proposed updates (PDF):
genlib: http://bugzilla.scilab.org/attachment.cgi?id=5212
library: http://bugzilla.scilab.org/attachment.cgi?id=5213
Change-Id: I00d89dd42ccb08314b92806a1d225ff6cd7ecd7c
Samuel GOUGEON [Sat, 2 Jan 2021 23:18:03 +0000]
* Bug 16624 fixed: fullfile() ignored forced final filesep
http://bugzilla.scilab.org/16624
Change-Id: I691b90aa574478020b3c14c8054e634289e92955
Samuel GOUGEON [Fri, 1 Jan 2021 18:30:30 +0000]
[doc] power() improved page
en_US PDF: http://bugzilla.scilab.org/attachment.cgi?id=5211
Change-Id: I31f2963d5b8967cb27215a19670df1cb503e6ce8
Samuel GOUGEON [Thu, 24 Dec 2020 00:05:16 +0000]
* Bug 16620 fixed: polyint() introduced
http://bugzilla.scilab.org/16620
polyint page (en_US PDF): http://bugzilla.scilab.org/attachment.cgi?id=5204
Change-Id: I4d8c0e7d754886bf2900796ee2113f44311725c8
Samuel GOUGEON [Mon, 28 Dec 2020 00:46:54 +0000]
* Bug 11888 fixed [doc]: struct() page overhauled for struct arrays
http://bugzilla.scilab.org/11888
struct() page overhaulded (en_US PDF): http://bugzilla.scilab.org/attachment.cgi?id=5205
Change-Id: Ib0231567e6184a98e2e339f0bfffa41bff580068
Samuel GOUGEON [Tue, 22 Dec 2020 22:29:44 +0000]
* Bug 16618: close() extended to help xcos browsevar editvar
http://bugzilla.scilab.org/16618
close() en_US page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5202
Change-Id: I26fe9057c3cd64ee53225d3a2127ccba856e80d5
Samuel GOUGEON [Mon, 21 Dec 2020 23:09:00 +0000]
* Bug 16617 fixed: gamma() extended to incomplete cases
http://bugzilla.scilab.org/16617
gamma page (en_US PDF): http://bugzilla.scilab.org/attachment.cgi?id=5200
Change-Id: Ied34fae9a75f0bdc5cea60906bdba586feb7365f
Samuel GOUGEON [Mon, 14 Dec 2020 17:22:27 +0000]
nchoosek(4,2) displayed nothing
Change-Id: I83f55c7a34cd871dd3737502395130c8f28d9787
Samuel GOUGEON [Sun, 13 Dec 2020 02:52:32 +0000]
* Bug 16565: edit(user_defined_func) corrupted the original code
http://bugzilla.scilab.org/16565
http://bugzilla.scilab.org/16576
This somewhat improves the code, but fixes completely none of these reports:
There are some remaining issues.
Change-Id: If1d24383269c336bacc2bb540d34027baf9305e6
Samuel GOUGEON [Fri, 11 Dec 2020 19:52:21 +0000]
* Bug 16613 fixed: .*. and kron extended to booleans
http://bugzilla.scilab.org/16613
https://codereview.scilab.org/21641 might be required first
Change-Id: Ic34454d9d61704d443df3d3c5418aa885781bcbc
Samuel GOUGEON [Fri, 11 Dec 2020 16:03:41 +0000]
* Bug 16612 fixed: kron() now maps .*. for sparse numeric
http://bugzilla.scilab.org/16612
Change-Id: Ifd5ccd88157d9f5852661129760811e602da5e6c
Samuel GOUGEON [Mon, 7 Dec 2020 21:42:13 +0000]
* Bug 16608 fixed: union() extended to boolean and to sparse matrices
http://bugzilla.scilab.org/16608
union page updated (en_US PDF): http://bugzilla.scilab.org/attachment.cgi?id=5194
Change-Id: Id977654abc74264513c987253bb0e9bb1164be87
Samuel GOUGEON [Sat, 5 Dec 2020 15:47:01 +0000]
* Bug 13855 fixed [doc]: pause() page updated & improved
http://bugzilla.scilab.org/13855
New en_US page: http://bugzilla.scilab.org/attachment.cgi?id=5192 (PDF)
Change-Id: Ib7e11d938ba9629edc54df4cff2bfd331e9f3745
Samuel GOUGEON [Sun, 6 Dec 2020 00:38:39 +0000]
* Bug 15841 fixed: intersect() now accepts sparse
http://bugzilla.scilab.org/15841
Updated page: (en_US PDF)
Change-Id: I6d9db4a5dd49c3a28f39de2c3510166d87d4e7f9
Samuel GOUGEON [Mon, 2 Mar 2020 18:37:55 +0000]
* Bugs 16340 16451 fixed: setdiff('','') & 'c'|'r' with strings. + booleans + sparse
http://bugzilla.scilab.org/16340
http://bugzilla.scilab.org/16451 : extension to booleans
http://bugzilla.scilab.org/15868 : extension to sparse matrices
Change-Id: I6299184cf25918c3afadc1082c479af27994a882
mottelet [Tue, 23 Mar 2021 09:41:17 +0000]
* Bug 11600 fixed: now rand() parses its inputs as it should
http://bugzilla.scilab.org/show_bug.cgi?id=11600
Change-Id: I8f26c2f6caf1056de183f37ece4fb27350be754b
Samuel GOUGEON [Thu, 12 Nov 2020 01:53:10 +0000]
%b|s_#_s|b() overloads moved => [overloading]
All these overloads have been tested to get their actual status:
* The following are now no longer called (hard-coded):
%b_a_b(+), %b_s_b(-), %b_x_b(.*) => removed
* All other comitted ones are still called. They are used now for more
than 10 years in a transparent way by all users. So they can be
considered as native, no longer only for compatibility reasons.
=> proposal to move them in [overloading]:
- Only when s is complex:
%b_a_s(+), %b_s_s(-), %b_d_s(./), %b_x_s(.*),
%s_a_b, %s_s_b, %s_d_b(./), %s_x_b(.*)
- When s is real or complex:
%b_c_s([,]), %b_f_s([;]), %b_l_s, %b_p_s(^), %b_r_s, %b_l_b(\)
%s_c_b([,]), %s_f_b([;]), %s_l_b(\), %s_p_b(^), %s_r_b(/), %b_r_b(/)
%b_l_b and %b_r_b could be moved to [boolean] instead of [overloading],
but they would then be alone in booleanlib.
Change-Id: I31ee365958c075e136a3a7b2ef184cee4acdd761
Samuel GOUGEON [Tue, 27 Oct 2020 02:02:42 +0000]
[m2sci] Conversions of box() grid() cla() improved
test_run m2sci BOX enable_lt
test_run m2sci CLA enable_lt
test_run m2sci GRID enable_lt
subplot: not actually implemented
Change-Id: Icbb5c2d19f8f607225e6dba66977ee3ba81904b4
Samuel GOUGEON [Mon, 2 Nov 2020 21:14:18 +0000]
[m2sci] kernel misc. fixes & improvements
* %..operatio => %..operation fixed: ttypes are no longer limited to 8 chars
* sciparam: after https://codereview.scilab.org/21606
new codes for cells concatenations with braces.
* Function, Builtin : New predefined constants, required for instance
to distinguish nargin(@cos) from nargin('cos')
Not defined anywhere else in [m2sci].
* Colon : New predefined Variable (to ease definitions of
insertions and extraction with ":").
Not defined anywhere else in [m2sci].
* Help pages: various improvements, noticeably: examples added.
Change-Id: I60e74c2c6980980650023ae8bd6bc49ea4247891
Stéphane MOTTELET [Tue, 13 Oct 2020 11:28:06 +0000]
Revert
f56158b2 "[doc] string pages improved" for specific files where
the term "text" was abusively used instead of "string".
Change-Id: I85d764fcd6250815acdef55bbcf7432c8a7a04e4
Samuel GOUGEON [Wed, 28 Oct 2020 03:43:19 +0000]
[m2sci] kernel code reorganization: clarify dependencies & ease code browsing
test_run("m2sci",[],"enable_lt") // (no new failing tests)
No code content changed.
* changevarname() never called => DELETED
old2newinstr() called only only in changevarname() => DELETED
* Minor functions called within a single other one are transfered as
private functions:
("A=>B" means "A() called only in B(), and so transfered into B.sci")
get_unknown => in getvar2sci
default_trad => in funcall2sci
mtlbtoolfun => default_trad => funcall2sci
transformtree => mfile2sci
multi_fun_file => mfile2sci
infer2txt => m2sci
translateorder => translatepath
variablesearch => lst_funcall
funcallsearch => lst_funcall
get_unknown => getvar2sci
equal2sci => instruction2sci
clause2sci => instruction2sci
updatevarslist => (equal2sci, clause2sci) => instruction2sci
i_notation => m2sci_syntax
replace_brackets => syntax_m2sci
replace_end_dollar => syntax_m2sci
* Bigger functions called in a single one: left apart as public
+ dependency info added in their heading comment
m2sci: called only in mfile2sci()
lst_funcall: called only in translatepath()
sci_m2scideclare: called only in expression2sci()
funcall2sci: called only in expression2sci()
mtlbtoolfun: called only in default_trad()
Change-Id: Ic444781ac118902253ee88386ffb195073acf3f4
Samuel GOUGEON [Tue, 27 Oct 2020 23:06:44 +0000]
* Bugs 16567 16586 fixed: mfile2sci() supports block %{..%}. Appended comments improved"
http://bugzilla.scilab.org/16567
http://bugzilla.scilab.org/16586
test_run m2sci bug_16586
test_run m2sci COMMENTS_syntax enable_lt
Change-Id: Ia6df17cee2a2ec668b70f93ac1c78d3402ad0d9d
Samuel GOUGEON [Mon, 26 Oct 2020 00:53:06 +0000]
* Bug 16552 [m2sci]: cd, dir, dos, exist, ferror, +ismac, ispc, isunix, return
http://bugzilla.scilab.org/16552
test_run m2sci CD enable_lt
test_run m2sci DIR enable_lt // fails for another generic reason
test_run m2sci DOS enable_lt
test_run m2sci FERROR enable_lt
test_run m2sci ISPC enable_lt
test_run m2sci ISUNIX enable_lt
test_run m2sci ISMAC enable_lt
test_run m2sci EXIST enable_lt
test_run m2sci RETURN enable_lt
test_run m2sci END_index_syntax enable_lt
Change-Id: I3b16b269eb12ce91ecf6ef4a141e1ed51a9ebb6f
Samuel GOUGEON [Sat, 31 Oct 2020 01:34:02 +0000]
* Bug 16571 fixed [m2sci]: Bad ~ conversion on operations, integers, or complex
http://bugzilla.scilab.org/16571
After merging this commit, .dia.ref will have to be updated for
ISPS, ISUNIX and ISMAC @ https://codereview.scilab.org/21610
(and likely other ones elsewhere in m2sci. But This will be done
later, progressively, after fixing bugs that piled up).
Change-Id: I8ad221f123499e485ea91688290317920b2a421e
Samuel GOUGEON [Mon, 17 Aug 2020 22:22:30 +0000]
* Bug 14033 fixed: x_matrix() extended to booleans, integers, text
http://bugzilla.scilab.org/14033
+ display of real/complex matrices improved.
+ Proposed page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5180
Change-Id: I438f8931f454d3b846047d528753485854cab94c
Samuel GOUGEON [Sun, 25 Oct 2020 22:01:08 +0000]
* Bug 15299 fixed: plot() for polynomials & rationals
http://bugzilla.scilab.org/15299
plot page updated (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5186
Change-Id: I30553e6047cc8d08027a16d4d04c503186eecac6
Samuel GOUGEON [Wed, 28 Oct 2020 15:55:01 +0000]
* Bug 13303 fixed: mprintf msprintf mfprintf now accept input booleans
http://bugzilla.scilab.org/13303
test_run output_stream mprintf
test_run output_stream msprintf
The documentation will be updated after merging this commit
(as well to document numbered fields in format, introduced in 6.1.0).
Pages of mprintf, msprintf, mfprintf, printf_conversion, gettext
to be considered. A lot of work..)
Change-Id: I49af3f4f3989de3a0da697a770b141a05c8cb534
Samuel GOUGEON [Wed, 28 Aug 2019 19:12:40 +0000]
* Bug 10455 fixed: helpbrowser improved
http://bugzilla.scilab.org/10455
* Autoloaded ATOMS chapters are now listed at restart
* The page left at last quit is now displayed at restart
* The browser now remembers its own language (if not getlanguage())
Change-Id: I396c8bf3a2c7811292216fa7a1697342e2e9b1ab
Samuel GOUGEON [Mon, 10 Aug 2020 12:21:52 +0000]
* Bugs 10490 16530 fixed: mapsound fixed/reforged
http://bugzilla.scilab.org/16530
http://bugzilla.scilab.org/10490
mapsound page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5178
Change-Id: I72a260572a65ab761a844b77f5d5fbdd081d5c44
Samuel GOUGEON [Thu, 23 Jul 2020 20:25:05 +0000]
* Bug 16504 fixed: clock() upgraded (time zone, daylight ST)
http://bugzilla.scilab.org/16504
clock page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5162
Change-Id: I037c477aafd18b6aba6d90b7b1c52784bb6cd605
Samuel GOUGEON [Thu, 30 Jul 2020 12:12:33 +0000]
[doc] mv strings rationals functions library descriptions => core/types section
Existing pages could be improved later.
Missing ones (lists, structures, cells, implicitlist, integers,
polynomials, handles, ..) will be added in the same section.
Change-Id: Ib8c94bcb43a114776422f305f87451a14acf5426
Samuel GOUGEON [Mon, 27 Jul 2020 14:50:47 +0000]
[doc] Linear_algebra/Factorization section clarified
Change-Id: Ie2611308cd2dc34b8b7de48bb9f3ed0c5bdc01cc
mottelet [Mon, 22 Jun 2020 10:14:42 +0000]
* Bug 16476 fixed: now issquare can be overloaded
http://bugzilla.scilab.org/show_bug.cgi?id=16476
gateway is simplified (no call to functions using old API).
Change-Id: I190cdcb82bad55eb47990fdf3700952b26079c98
Serge Steer [Fri, 12 Jun 2020 13:31:43 +0000]
[signal_processing] add Savitsky-Golay filtering macros
Courtesy of S. Steer. These filters were too usefull to be kept in
Cardiovascular Wave Analysis toolbox.
sgolaydiff was improved at boundaries (odd mirroring is better than
even mirroring for approximating derivative).
Change-Id: I0c4d46d2c18fb3e969db0d8bc924a9f0d9fe92af
Samuel GOUGEON [Thu, 21 Feb 2019 01:20:05 +0000]
* Bug 15963 fixed: EXPRESSION block => Math palette
http://bugzilla.scilab.org/15963
Change-Id: I16968bcc30a280f2774b14a462eb43a21051fd47
Samuel GOUGEON [Thu, 25 Jul 2019 19:04:27 +0000]
* Bug 10046 fixed [xcos]: MAXMIN default = 2 inputs
http://bugzilla.scilab.org/10046
Change-Id: I224dd72f435a1e6772502e3e0713328ce780118c
Samuel GOUGEON [Wed, 30 Dec 2020 22:24:55 +0000]
* Bug 15226 fixed [doc]: get() page overhauled
http://bugzilla.scilab.org/15226
get() proposed page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5209
Change-Id: I84b44548c79b99ea338e23fbc6888284ecc3aa20
Samuel GOUGEON [Fri, 22 Jan 2021 01:11:04 +0000]
[Arnoldi] made internal. eigs() moved to [linear_algebra]
http://bugzilla.scilab.org/11677
Change-Id: I56e6724a96c99a244f4d3e34121ea76fba5ab3b5
Samuel GOUGEON [Wed, 20 May 2020 16:14:24 +0000]
* Bug 16385 fixed: Xcos 'Simulation => Modelica init' error
http://bugzilla.scilab.org/16385
Change-Id: I867cef8ee14805dc28633c5f7ac095d41496c312
Samuel GOUGEON [Sat, 12 Dec 2020 02:58:37 +0000]
* Bug 16609 fixed: bitcmp() upgraded for Scilab 6
http://bugzilla.scilab.org/16609
Help page rewritten (en_US PDF): http://bugzilla.scilab.org/attachment.cgi?id=5197
Change-Id: I9969af87ff46984ed55c390d78b2bdae167b917d
mottelet [Mon, 1 Feb 2021 08:01:50 +0000]
[dynamic_link] fix ilib_gen_Make_unix regression after fb164e7
empty parms ([] instead of "") caused some problems.
Change-Id: I10610122996a23643812097f5d614861a02826cb
Antoine ELIAS [Thu, 4 Feb 2021 23:03:12 +0000]
fix xlfont to correctly manage 3rd parameter when it is called with 4 inputs
Change-Id: Ieb0f522dd354001dd434984cbe157cac2810ad54
Samuel GOUGEON [Thu, 12 Nov 2020 22:36:00 +0000]
* Bug 16596 : [int , sparse] and [int ; sparse] now possible
http://bugzilla.scilab.org/16596
Change-Id: I7b3bf094aa07b8814acbcf9030e9fca591a6f310
Samuel GOUGEON [Wed, 27 Jan 2021 01:28:09 +0000]
[doc] triu & tril => Matrix - shaping section
Change-Id: Ie7f154f3515af2891bcc7f4b2e8685a21bdb6a23
Samuel GOUGEON [Mon, 18 Jan 2021 06:25:45 +0000]
* Bug 16629 fixed: interp1() fixed + complex + extended extrapolations
http://bugzilla.scilab.org/16629
interp1 page fixed & updated (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5217
Change-Id: Iec59c6c2ffa312d6d282c52828b40966bc8871d9
Samuel GOUGEON [Fri, 8 Jan 2021 22:28:02 +0000]
== and <> with void implemented
After http://bugzilla.scilab.org/15292 has been fixed.
Change-Id: I842d9924a48c61a29d0399279b62c45b4fb9ce03
Antoine ELIAS [Mon, 8 Mar 2021 10:25:36 +0000]
* Bug 16654 fixed: interp1 was leaking memory
http://bugzilla.scilab.org/show_bug.cgi?id=16654
Change-Id: Iabbb4d15976e97f341ce6291f137743e8bd84f1c
Cedric Delamarre [Mon, 8 Mar 2021 09:10:34 +0000]
debugger fixed when stop an execution running inside pause
Change-Id: I8346915fe6276a96f2a0e0082571c01beecbf2fd
Cedric Delamarre [Wed, 3 Mar 2021 14:48:29 +0000]
callstack generation fixed
Change-Id: I644038d8e694450e10d28bd9cf736f46f9e0f5a7
Cedric Delamarre [Wed, 3 Mar 2021 09:42:13 +0000]
reset error flag after abort an execution
Change-Id: I197de02ca3059e26ac0cfc07a681f5f32bb520e8
Clément DAVID [Tue, 22 Dec 2020 09:14:40 +0000]
linux: configure did detect the deprecated javah binary
Change-Id: I58ede76f05fa1d37d4ed6fd4815a9165964378c5
Clément DAVID [Tue, 22 Dec 2020 09:13:17 +0000]
Update autotools to the latest.
- automake (GNU automake) 1.16.1
- autoconf (GNU Autoconf) 2.69
- libtool (GNU libtool) 2.4.6 (patched for macOS)
Change-Id: Ib9467aae167eedcd5098f6dd9f6e7d7a99e2f8fb
Cedric Delamarre [Mon, 22 Feb 2021 12:33:53 +0000]
breakpoint add, update, remove method added
Change-Id: Id93e04017304c380afa0ad4d3a6c910880340b97
Clément DAVID [Thu, 21 Jan 2021 20:37:46 +0000]
Happy new year 2021! Keep safe and healthy.
Change-Id: I766ab90a9457571c95646ab6c29f2315a55c1dd4
Samuel GOUGEON [Sat, 6 Feb 2021 21:21:05 +0000]
[atoms] atoms* listings in console
Change-Id: I0fbb088132713dfe0dabec6e6c91da5e2d7befa1
Samuel GOUGEON [Fri, 1 Jan 2021 14:43:09 +0000]
* Bug 16622 fixed: inv() now overloadable for hypermat of doubles
http://bugzilla.scilab.org/16622
Test:
inv(rand(2,2,2))
should display:
Function not defined for given argument type(s),
check arguments or define function %s_inv for overloading.
Change-Id: I81284ea373149add6d6c55f3522c556a24f0c55a
mottelet [Fri, 27 Nov 2020 08:36:43 +0000]
[atoms] add http_get as a failsafe downloading method
Under new macOS 11.0 neither curl or wget seem to work when
invoked via unix_w (network entitlement problem). The idea is to
propose http_get as a failsafe method for all platforms.
Change-Id: Ibdc9c9eb9f8e0c1bc334003bb68cf42f220494b5
Samuel GOUGEON [Sat, 12 Dec 2020 22:38:15 +0000]
* Bug 13985 fixed: lists are nicely displayed
http://bugzilla.scilab.org/13985
+ Unit tests about display are gathered in [console]
+ Some .dia.ref about lists are removed
Change-Id: I1c3bc505b7fc2aa165de0774abd66642d520a900
Clement David [Tue, 3 Mar 2020 10:00:19 +0000]
* Bug 16357 fixed - Xcos context no longer handled exec()
http://bugzilla.scilab.org/16357
Change-Id: Ia43e42c24b187c7e2ad2efb969c3cfd73f78eff8
Cedric Delamarre [Mon, 11 Jan 2021 12:54:40 +0000]
[sparse] insertion with negativ or null index fixed
* a=spzeros(3,3);a(0) = 1
Change-Id: I0f075a7a22c6e83a67e0b514ea9f17e597134715
Samuel GOUGEON [Thu, 11 Feb 2021 17:23:22 +0000]
* Bug 16644 fixed: input('Message:') wrong mprintf error message
http://bugzilla.scilab.org/16644
Interactive test:
--> input("Message: ")
Message: "100" euros
x="100" euros
^~~~~^
Error: syntax error, unexpected identifier, expecting end of file
Message:
ans =
[]
Change-Id: I674e52444efcd54347c1028570c5f070dd52adad
Samuel GOUGEON [Wed, 23 Dec 2020 18:58:46 +0000]
demo_gui() fixed for some Linux (w/o copyfile)
http://mailinglists.scilab.org/Scilab-users-file-permission-and-demo-gui-tp4041207.html
Change-Id: Ic7736b379025e345a2947916937230286f688706
mottelet [Mon, 19 Oct 2020 08:36:42 +0000]
[dynamic_link] prevent reconfigure for same compilation flags
Change-Id: I47b49b67fe964b8cb2763bd50fcd09a62162069d
mottelet [Thu, 21 Jan 2021 18:35:47 +0000]
* Bug 16623 fixed: now rand(2,2,2)^2 triggers the %s_p_s overload
http://bugzilla.scilab.org/show_bug.cgi?id=16623
Change-Id: I73013af673a644025b56c5422fea304e4aea8fe0
Samuel GOUGEON [Fri, 1 Jan 2021 17:27:51 +0000]
* Bug 9221: %chars constant added (selected sets of unicode symbols)
http://bugzilla.scilab.org/9221
%chars proposed page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5210
Change-Id: I52b18632faddfc11ad131a7cdae7314d18253edb
Samuel GOUGEON [Wed, 30 Dec 2020 02:53:04 +0000]
Disabling the [parallel] module
http://bugzilla.scilab.org/14486
What do you want to do with this module?
At least, its help pages must no longer appear in the helpbrowser,
since its functions are removed.
As far as i have checked, no cross-references pointing to the
parallel pages remain in the help.
Change-Id: I1f69c62915183a161b447ac1cd78e730a80711ba
Stéphane Mottelet [Tue, 2 Jun 2020 14:10:50 +0000]
* Bug 16407 fixed: now Fec rendering is correct
https://bugzilla.scilab.org/show_bug.cgi?id=16407
Change-Id: Id910084c9538dc0ccfb1f039d58fb8e30f8d33a4
mottelet [Tue, 20 Oct 2020 12:19:02 +0000]
* Bug 16559 fixed: size(A,'*') was 0 for A = speye(2^16,2^16)
http://bugzilla.scilab.org/show_bug.cgi?id=16559
The patch also improves the speed of colon extraction A(:,...,:)
and A(:) when A is sparse.
Change-Id: If7cde827079d6d4d16fb66859f8a6aed592289f1
Stéphane MOTTELET [Wed, 15 May 2019 16:13:19 +0000]
* Bug 7117 fixed: now findobj() can search within given object
http://bugzilla.scilab.org/show_bug.cgi?id=7117
help page: http://bugzilla.scilab.org/attachment.cgi?id=5153
Change-Id: I1c8c1e4b95b6b36686bdf1de7de5920ec3f2b0c6
Ghislain Antony Vaillant [Tue, 20 Oct 2020 14:33:20 +0000]
Fix typo produces -> produced
Change-Id: I41cca430e7e2d865b68d15b2844878b5608b5e2f
Cedric Delamarre [Thu, 22 Oct 2020 12:23:14 +0000]
extraction on implicit list fixed.
https://bugzilla.scilab.org/show_bug.cgi?id=16141
https://bugzilla.scilab.org/show_bug.cgi?id=16396
test_run("ast", ["bug_16396" "bug_16141" "extract"])
Change-Id: I2c63e1c27f93727dba4eeb24a625ee384a91a44d
Cedric Delamarre [Thu, 10 Dec 2020 12:27:12 +0000]
debugger: reset requested pause flag when abort
Change-Id: I22b897c2fd3322976fae70b1041dafbc86052529
Antoine ELIAS [Wed, 9 Dec 2020 11:29:00 +0000]
add C interface on static_runner new function
Change-Id: I30f85a1ebe4849da62f50aadfdaadc6be9967136
Cedric Delamarre [Mon, 7 Dec 2020 13:34:21 +0000]
debugger: manual pause added
Change-Id: I7a37610d260d1911abf4f4da6744d462a60d7f12