Clément DAVID [Fri, 10 Apr 2020 13:37:30 +0000]
bug #16370 fixed - msprintf did not handle dollars
Using the `%2$f` format, the number between the % and the $ signs was
not checked on the first pass. This change detect a valid positive
integer and not anything else until the $.
Change-Id: I6636367b96023883911eeca6291370c270b381d0
Stéphane Mottelet [Thu, 23 Apr 2020 07:51:22 +0000]
[OSX] LANG detection with osascript was freezing menus on Catalina
Change-Id: I7512a392c7834f430b8dd07ca69d72aaa2abd6fd
Samuel GOUGEON [Thu, 27 Feb 2020 04:26:43 +0000]
[doc] Unfold synopses [core](continue)
Note: ascii(160) unbreakable space is sometimes used to indent
parts of synopses (if, try, select, while..)
Change-Id: I0d9d9a873dd3f90a3f936f5f5595bfe8cec78f32
Samuel GOUGEON [Mon, 24 Feb 2020 19:59:28 +0000]
Misc fix after afaec81 953f96 d12faf
Firstly pushed on the master branch on 2020-02-24 21:00:00
at https://codereview.scilab.org/21403
Change-Id: If9a18a5659854a0c63ebb925eb1fc62afe34f4d3
Samuel GOUGEON [Fri, 28 Feb 2020 02:18:30 +0000]
bitget(u-int64) fixed & examples added
http://mailinglists.scilab.org/Scilab-users-Bitget-for-int64-uint64-tt4040422.html
Change-Id: I7e4a0731dfe81861158c62afbdaf3ddc7002bc8c
Samuel GOUGEON [Sun, 15 Mar 2020 02:20:57 +0000]
* Bug 16369 fixed: sparse right divisions / restored
http://bugzilla.scilab.org/16369
After p = a * b: a = p / b
* restored for p or/and b sparses, and b and p real
* added for b square and complex
After p = a * b: b = a \ p
* added for a square and complex
Unit tests added
Change-Id: I0738f4e542f6c527ab74d1debfc0b5570cb9d8b2
Samuel GOUGEON [Sat, 14 Mar 2020 18:17:16 +0000]
* Bug 16366 fixed: plot(..,':') was dash-dotted
http://bugzilla.scilab.org/16366
Change-Id: Idb413eebba370934f45144a6f80cfb62e3b5c3b8
mottelet [Tue, 31 Mar 2020 14:15:16 +0000]
* Bug 16397 fixed: display of long (real) column vectors repaired
https://bugzilla.scilab.org/show_bug.cgi?id=16397
The worst case (100 times slower for 1e5 length) is for a real column
vector. Complex case is not considered because the improved display of
complex vectors and matrices has an unavoidable overhead (display width
of real and imaginary part has be determined by inspecting all values
before formating output).
Change-Id: Ia893bf0cf52629b583688c533fdaba9a0990769d
Clement David [Tue, 31 Mar 2020 13:16:11 +0000]
* bug #16399 fixed - zeros() with empty list extraction failed.
Change-Id: Idd22687b2d32d49acf031fbe10e5433002fb6e4b
Clement David [Tue, 7 Apr 2020 14:01:43 +0000]
* Bug #16401 fixed - a global external_object_java class crashed Scilab
Change-Id: Ibc7c9816b034ebb7544bbd8aff9493c1a4c99c2e
Stéphane Mottelet [Thu, 9 Apr 2020 13:02:33 +0000]
* Bug 16403 fixed: 1D extraction of matrix with implicit index had wrong dimensions
Change-Id: Ib0025ce308de45734fd6c39961ea46ff92ab6f81
Stéphane Mottelet [Fri, 10 Apr 2020 09:19:46 +0000]
* Bug 16350 fixed: now empty sparse bool matrix is false in cond exp
http://bugzilla.scilab.org/show_bug.cgi?id=16350
Change-Id: I626fb459edbeb140b748074232a96abc0b67103b
Antoine ELIAS [Wed, 26 Feb 2020 17:49:19 +0000]
fix delmenu on non dockable figure
Scenario 1: Menu "File" will not be removed
--> f1 = figure("dockable", "off")
--> delmenu(f1.figure_id, gettext("File"));
Scenario 2: Menu "File" will be removed
-->f1 = figure("dockable", "on")
-->delmenu(f1.figure_id, gettext("File"));
Change-Id: I62b4a8ae0dda054e599b0913676935815563d8be
Samuel GOUGEON [Sat, 14 Mar 2020 22:37:05 +0000]
* Bug 16365 fixed: median(m,'r'|'c') was wrong after 5dc990
http://bugzilla.scilab.org/16365
Change-Id: I4c269f9f06ed89ba2ad99899b36068142e1468eb
Samuel GOUGEON [Mon, 24 Feb 2020 02:05:19 +0000]
hist3d => bar3d: fix doc + images after d89ceaa
Change-Id: If7fe69716fd84aad27628001ce817323839a2f68
Clément DAVID [Mon, 9 Mar 2020 11:19:12 +0000]
update branch information to 6.1
Change-Id: Ic6b5f9b2e4f2425931f51e44f95da8b9519c431b
Samuel GOUGEON [Mon, 2 Mar 2020 23:51:12 +0000]
14 missing NR test files added
http://bugzilla.scilab.org/2463
http://bugzilla.scilab.org/9349
http://bugzilla.scilab.org/4171
http://bugzilla.scilab.org/8301
http://bugzilla.scilab.org/8393
http://bugzilla.scilab.org/12341
http://bugzilla.scilab.org/14916
http://bugzilla.scilab.org/15158
http://bugzilla.scilab.org/14191
http://bugzilla.scilab.org/15421
http://bugzilla.scilab.org/7083
http://bugzilla.scilab.org/13537
http://bugzilla.scilab.org/8930
http://bugzilla.scilab.org/15607
test_run ast bug_2463
test_run ast bug_9349
test_run data_structures bug_4171
test_run data_structures bug_8301
test_run data_structures bug_8393
test_run fileio bug_12341
test_run fileio bug_14916
test_run functions bug_15158
test_run graphics bug_14191
test_run graphics bug_15421
test_run graphics bug_7083
test_run sound bug_13537
test_run sparse bug_8930
test_run tclsci bug_15607
Change-Id: If2def5d6731d228e1f315a408e12e13930f34ec8
Samuel GOUGEON [Sat, 29 Feb 2020 22:02:38 +0000]
[xcos] Clarifying action executing diagram context
The context is evaluated not when the diagram is loaded
(as we load its file), but when it is *run*:
http://mailinglists.scilab.org/Scilab-users-Context-error-in-Xcos-Scilab-6-1-0-tp4040449p4040450.html
Change-Id: Ibbcd318cb044d22d468fc4cc86bd304c5dcdc684
Clement David [Wed, 11 Mar 2020 10:34:02 +0000]
Bug #3188 fixed - `part()` was slower since 4.1.2
Change-Id: Ief42881ad2dcb49134abb1f9172603866790e5ee
Antoine ELIAS [Thu, 5 Mar 2020 08:45:13 +0000]
improve strcat, strsubst, part performance
//strcat
a = ones(1,300000);
b = string(a);
tic();strcat(b);toc()
//strsubst
A = string(rand(100, 100));
tic;B = strcat(A);toc
tic;strsubst(B, "3", "X");toc
tic;strsubst(B, "30", "X");toc
tic;strsubst(B, "3", "XYZ");toc
//part
c = 1e5;
str = strcat(string(int(rand(1, c) * 10)));
idx = int(rand(1, c) * c + 1);
tic;part(str, idx);toc
Change-Id: I8f2635cf3ce2e3ab257690935ddf0961b403ea40
Cedric Delamarre [Thu, 5 Mar 2020 09:55:44 +0000]
[debugger]crash fixed when an execution finished after a Step Out
Change-Id: Idebf7143806584f7e8faaa5fdf7e6918ca5d24ce
Cedric Delamarre [Wed, 26 Feb 2020 15:29:51 +0000]
[debugger] stop on break point fixed.
Change-Id: Ia0904aa01177a7f1eb1ee74c12ff0a1b66c3e12e
Antoine ELIAS [Wed, 26 Feb 2020 13:09:26 +0000]
change version to 6.1.1
Change-Id: I15d5a0f6fa11d61b977650407404a079f5de9389
Clement David [Tue, 25 Feb 2020 09:07:22 +0000]
Update CHANGES.md before the release
Change-Id: Ie912c1aa67050b3b9868e20255c3a0c19427d181
Clement David [Mon, 24 Feb 2020 18:03:42 +0000]
helptools: clean gen. of cached images
Change-Id: Icf94134525b84c8884284c267572b88c8c9dd876
Clément DAVID [Mon, 24 Feb 2020 16:11:26 +0000]
xcos: fix scifunc_block_m after
59f9727d
Change-Id: I87cd3db9b54f40b2293d53f5d47b31756c168884
Stanislav KROTER [Mon, 24 Feb 2020 11:46:16 +0000]
Translation of circshift, fftshift and flipdim help pages into russian.
Change-Id: Iff7fbaacf245c456642897dc3969472c04800891
Clément DAVID [Mon, 24 Feb 2020 10:12:55 +0000]
localization: refresh po files from source code
Change-Id: I9d0c236e2344e066bf7d7f596de28c831fbc21d6
Clément DAVID [Mon, 24 Feb 2020 10:36:56 +0000]
helptools: refresh CHANGES.html
Change-Id: Ia3a460011047c8f67ed4b85e4ae9e4de76a1a36f
Clément DAVID [Mon, 24 Feb 2020 10:48:04 +0000]
test_run: filter out Gtk-Message logs
Change-Id: I231230e827f24403f317046b022ee3d843e71639
Antoine ELIAS [Mon, 24 Feb 2020 12:49:24 +0000]
fix detectmsvc64tools
Change-Id: Ie73d76c00df25d7708a01945b931b421c8c16976
Samuel GOUGEON [Thu, 2 Jan 2020 19:59:39 +0000]
[doc] mv all 3 pages /Integers => /elementary_functions/Integers
Purpose:
- remove the very small Integers help chapter from the help root
- improve the help tree and consistency for users
Change-Id: I8ac511be22e697097338cb7d963bcffe7f854307
Samuel GOUGEON [Mon, 25 Feb 2019 21:23:25 +0000]
* Bug 8328 fixed [xcos]: Tabs of block Format=>Edit were unclear
http://bugzilla.scilab.org/8328
Merging will feed launchpad ASAP.
Change-Id: I43de096ee4598191475a80dd7478331c863046b1
Samuel GOUGEON [Sun, 23 Feb 2020 22:49:12 +0000]
misc fix after c7b7a0 b2a6b7
874f2e06 07fa762
Change-Id: I0f8d003fbd152ad46d8241289e09f428cb7feda1
Samuel GOUGEON [Wed, 24 Jul 2019 20:37:13 +0000]
* Bug 10014 fixed: DominationRank() made private in optim_nsga2()
http://bugzilla.scilab.org/10014
Change-Id: I48920f5c1eb97a6521defa08cc58d882534319a6
Clément DAVID [Sun, 23 Feb 2020 21:44:38 +0000]
Xcos tests: fix blocks_set.tst after
59f9727d
Change-Id: I8feae72a969fb5966252d7238d99a88b2cf014ac
Samuel GOUGEON [Mon, 3 Jun 2019 10:32:12 +0000]
* Bug 16108 fixed: CSCOPE & CMSCOPE Label&id now displayed
http://bugzilla.scilab.org/16108
Change-Id: I75cd5face463a38964db542abc582fa95c3b79cb
Antoine ELIAS [Sun, 23 Feb 2020 21:07:45 +0000]
fix printf with index outside token
Change-Id: Ieffb203eef642a0b8a7f2f68d5217e9a6067418e
Clément DAVID [Sun, 23 Feb 2020 20:24:16 +0000]
helptools: fix Graphics.xml and the image cache
Change-Id: Iccfff7f45627df43e93eac44af3e1e56e2cd022b
Samuel GOUGEON [Sun, 23 Feb 2020 20:55:16 +0000]
* Bug 16333: tree_show(xcos_block) crashed
http://bugzilla.scilab.org/16333
This patch is OK for me for blocks.
For diagrams: i succeeded only once to display the test diagram,
and then never again. When debugging, it appears that the crash
never occurs at the same level in the tree. It is somewhat random.
At least on my (slow) PC.
Change-Id: I32d7fcfb8bfaa0aa4ed3e5db92d148ef98e8f9aa
Samuel GOUGEON [Mon, 15 Apr 2019 18:47:22 +0000]
* Bug 14585: editvar(close) replaces closeEditvar()
http://bugzilla.scilab.org/14585
closeEditvar removal: https://codereview.scilab.org/20946
Change-Id: I6941329981f2a096c02197cd7b5dfbcbc681dc27
Samuel GOUGEON [Sat, 23 Feb 2019 23:48:14 +0000]
* Bugs 15921 15979 16223 fixed [xcos]: EXPRESSION CLR DLR multichar exponents
* http://bugzilla.scilab.org/15921 : "<" in scifunc_block_m
* http://bugzilla.scilab.org/15979 : EXPRESSION CLR DLR multichar exponents
* http://bugzilla.scilab.org/16223 : * management in EXPRESSION CLR DLR..
See the thread of http://mailinglists.scilab.org/Scilab-users-CLR-design-component-is-not-clear-in-scilab-6-0-2-x64-W10-tp4039907p4040012.html
* Protection of "_" added (as in variable name "ab_c" in expressions)
* Expected rendering: http://bugzilla.scilab.org/attachment.cgi?id=4905
* Follow-up of https://codereview.scilab.org/19768
Moving EXPRESSION to the Maths palette in review
@ https://codereview.scilab.org/20867
Test for 15921:
- add a scifunc_block_m block
- double-click. Answer OK to the first GUI
- second GUI: enter y1=2*(u1<3)
- all next GUI: answer OK
- Finally, check that in the updated icon the formula shows y1=2(u1<3)
Change-Id: I9b06e80d8c8d91a4360dd1ecd8409cd912dd6f97
Antoine ELIAS [Sun, 23 Feb 2020 11:46:31 +0000]
add support of SCI/TMPDIR/... in fullpath
Change-Id: I1797a7e674344b0da294c40db73d708aad59d527
Samuel GOUGEON [Sun, 17 Feb 2019 00:52:30 +0000]
[doc] useless LaTeX removed (continue)
Change-Id: I451be7350585072caa440442f12ffaf5b3415154
Samuel GOUGEON [Tue, 25 Jun 2019 20:13:41 +0000]
* Bug 10702 fixed: FROMWSB & TOWS_c icons show varname
http://bugzilla.scilab.org/10702
Change-Id: Ia727476ef772c25efdc3551c8417b8cee512abe8
Samuel GOUGEON [Thu, 31 Oct 2019 13:41:46 +0000]
* Bug 16228 fixed: cla() missing in bode() & nyquist() demos
http://bugzilla.scilab.org/16228
Change-Id: I2a456ce51cb58dbdb25ee22e0e9f7709a4407328
Samuel GOUGEON [Sat, 25 May 2019 18:47:19 +0000]
* Bug 15643 fixed [doc]: The signed zero was not documented
http://bugzilla.scilab.org/15643
PDF page: http://bugzilla.scilab.org/attachment.cgi?id=4961
Change-Id: Ibc4a7c7242a6c91b742446523bef636ad19e3bae
Samuel GOUGEON [Wed, 28 Aug 2019 13:28:31 +0000]
* Bug 16167 fixed: clf('reset') could remove native menus
http://bugzilla.scilab.org/16167
Test:
get(0).showhiddenhandles = "on";
f = scf(1234);
addmenu(1234,"Test")
addmenu(1234,"Bug 16167")
f.children
// clf('reset')
plot() // includes a clf("reset')
f.children
// Check that native menus are still here,
// while "Test" and "Bug 16167" ones have been removed.
Resetting native menus is not really the purpose of the report.
I don't know any easy way to do it (the implemented attempt fails,
due to copy() failure (and likely swap_handles() also).
Closing the figure -- that may be docked -- and reopening a new one
is not convenient either.
Change-Id: I5cbb61cacceb65ca33c698f05b35fdfd2aa91865
Samuel GOUGEON [Sun, 24 Feb 2019 03:07:23 +0000]
[doc] xcos interfaces.gif unclipped + refreshed
Change-Id: I46e5095720f9d2caee156e592526a837cdeecef8
Samuel GOUGEON [Tue, 14 Feb 2017 05:43:07 +0000]
* Bug #12428 fixed: A part of toprint() error message was not translated.
http://bugzilla.scilab.org/12428
The french translation was added since then.
Other .po files have the translation
Change-Id: If66f5502fa5b0407659e419c06cfaa463d7d0977
Samuel GOUGEON [Thu, 25 Jul 2019 21:33:26 +0000]
[graphics] datatipGetStruct() datatipSetStruct() removal + cleaning
datatipRemoveNearest() : called nowhere => macro removed
datatipDeleteSelected() : called nowhere => macro removed
datatipSetSelected() : called nowhere => macro removed
datatipsGUI() : called nowhere => macro removed
datatipSetGUI() : called only in datatipsGUI() => macro removed
datatipGetSelected() : called only in datatipDeleteSelected() &
datatipSetSelected() => macro removed
datatipRadioCallback() : idem
datatipMove.sci : replaced with a builtin => macro removed
datatipSetStyle.sci : idem
Hence:
datatipSetStruct() : called only in the above macros => removal OK
datatipGetStruct() : idem
Datatips cleaning is not achieved, but this is a first step.
Change-Id: I26afca3825f8a07f8d0099e763dfbede6d3f6398
Samuel GOUGEON [Fri, 1 Mar 2019 20:08:16 +0000]
* Bug 15067 fixed: adds D&D of XMI files
http://bugzilla.scilab.org/15067
"*.xmi" added to the Console: File => Open file" selector
at https://codereview.scilab.org/20895 (merged)
Change-Id: I9bea5666fb944eafab2677300a8b9e8186f4b59d
Samuel GOUGEON [Wed, 6 Nov 2019 15:39:58 +0000]
* Bug 16239: mv %k %sn macros in [special_functions]
http://bugzilla.scilab.org/16239
No tests found for %k and %sn.
Pages already in [special_functions]
Change-Id: I9e594f3f9f94156fda33280aa7e76c6263ac85ba
Samuel GOUGEON [Sun, 14 Apr 2019 12:36:26 +0000]
* Bug 16062 fixed: tbx_make(Dir,'*') for all sections despite custom builder
http://bugzilla.scilab.org/16062
Change-Id: If5556e9837c1e4009ddf9d215e2e4c29111a768e
Samuel GOUGEON [Sun, 7 Apr 2019 07:57:40 +0000]
* Bug 15861 fixed [cacsd]: overloadname() removed (== typeof(,'overload')
http://bugzilla.scilab.org/15861
Change-Id: Ib4cb6d0a7392df71a487fd257c82231180867145
Samuel GOUGEON [Fri, 31 May 2019 14:57:26 +0000]
* Bug 14900 fixed: function overloading code mc => function
http://bugzilla.scilab.org/14900
Apparently, after S.num = %pi;
modulo == S // does not need %function_o_st(), but when this one is
defined, the comparison calls it.
Change-Id: I02dd07110ebbcce14042fd5591a136a74d8055c6
Samuel GOUGEON [Fri, 31 May 2019 23:50:37 +0000]
* Bug 15357 fixed: atomsGetInstalledPath() softer wrt name & version
http://bugzilla.scilab.org/15357
new page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=4964
Please check that the unit tests are not OS-specific (unlikely).
Change-Id: I4603d655ba3aab8a6def668d30e640278949840a
Antoine ELIAS [Fri, 21 Feb 2020 18:25:21 +0000]
dynamic_link remove support of old VS versions
Change-Id: I4258e86bd5b7dc81e6968bbca3c3fc62b9087404
Samuel GOUGEON [Sun, 17 Dec 2017 19:32:00 +0000]
* Bug 7293 fixed: circshift() introduced
http://bugzilla.scilab.org/7293
Other shifting modes useful with hypermatrices could be implemented.
This implementation of classical features is expected for a long time.
Submitting it as is.
It will still be possible to add new hypermatrices features later.
Change-Id: I1c07b9a17efaa2bf7dd65a5eb82738b8c29527b6
Cedric Delamarre [Fri, 21 Feb 2020 17:03:42 +0000]
[scicos] dia.ref updated
Change-Id: Ifef9ca5610d3750a4a5d58fbd6315d019c8f086f
Cedric Delamarre [Fri, 21 Feb 2020 16:36:44 +0000]
[scinotes] dia.ref update
Change-Id: I7b4e6dbf60d1de3d5a65d5d4253a7fc15fd9fa3f
Cedric Delamarre [Fri, 21 Feb 2020 15:59:15 +0000]
tclsci fixed after
33ce445f981d
test_run tclsci TCL_SetGet
test_run tclsci bug_1591
Change-Id: Ie98a4eb26f697839b8654804c57d6be6fc5c2ee7
Clément DAVID [Tue, 18 Feb 2020 11:14:32 +0000]
helptools: remove unused cached images
Change-Id: Ia05c598a73c5cc6ce860bef817ffaa3737daaeb9
Clément DAVID [Wed, 19 Feb 2020 14:23:52 +0000]
output_stream/localization: let msprintf() handle parameter field
Change-Id: I142b2bd920bd9134093896396e06d2ec619c6fd4
Clément DAVID [Wed, 19 Feb 2020 15:05:36 +0000]
localization: import from launchpad
Change-Id: I5321761b3630e1465aec6d03166c6f4767d54972
Clément DAVID [Fri, 21 Feb 2020 14:52:56 +0000]
helptools: fix help build after
b161d4b7
Change-Id: I515498933b0d0cdc1bd2e6127e496c12fb13c223
Clément DAVID [Mon, 17 Feb 2020 23:58:20 +0000]
helptools: fix images generation from scratch
Change-Id: Ib7e68bdd4a76563b6ffdd7a1c682004ded7c10cd
Samuel GOUGEON [Sat, 6 Apr 2019 21:39:27 +0000]
Remove unused overloads % structures
Change-Id: I8142300a7febe57a5a088a3f9158807aea5eccbc
Samuel GOUGEON [Wed, 29 May 2019 19:47:18 +0000]
* Bug 16081 fixed: prettyprint(): HTML added. Page overhauled.
http://bugzilla.scilab.org/16081
PDF page: http://bugzilla.scilab.org/attachment.cgi?id=4962
Pre-requisite: https://codereview.scilab.org/20966
Change-Id: I8d7a402f7f28ebb309a1cdbbeebc4f2b585ec6ea
Samuel GOUGEON [Fri, 21 Feb 2020 12:07:21 +0000]
[doc] unwrap_2D.png moved in [elementary_functions]
Change-Id: Ia86d9d30b1aa9253ee64f5ee06bb847a916cf569
Samuel GOUGEON [Mon, 15 Apr 2019 22:56:26 +0000]
[doc] preferences() page improved
PDF version: attached in Patch Set#1. Please remove before merging.
Change-Id: Idc788578603720d3de4373b24c5cb5c44b22cce3
Samuel GOUGEON [Wed, 27 Feb 2019 22:39:26 +0000]
move sinc() and sincd() in [special_functions]
Change-Id: Ibecc5b005142986351a702da8830730f825a684f
Samuel GOUGEON [Sun, 24 Feb 2019 08:08:36 +0000]
[xcos] Hydraulics: dialogs localized
Change-Id: I1b1e2e071933e2a753534a3f6412e1a71808b1fd
Samuel GOUGEON [Wed, 17 Apr 2019 05:29:26 +0000]
[doc] HDF5: New help subsection h5is* (10 items)
Change-Id: Ibacd229df3d20360f2abec053b1d4821047dde7e
Samuel GOUGEON [Mon, 22 Jul 2019 21:40:24 +0000]
* Bug 16145 fixed: intg() integrate() intc() default atol
http://bugzilla.scilab.org/16145
intl : The current undocumented default abserr and relerr values
clearly differ from the intg() ones => unchanged, since anyway
intl() will soon be declared obsolete and removed.
Note: intl() and intc() will be merged into integrate() when
processing http://bugzilla.scilab.org/7761
Change-Id: Ie6c74b2c2aec74e3c35e05c85262a4a59a37b57c
Clément DAVID [Fri, 21 Feb 2020 08:50:16 +0000]
help: fix invalid memory access on examples
Change-Id: If42cdad8da0eb33cde30af4c7798cdce9e395cae
Antoine ELIAS [Wed, 19 Feb 2020 20:27:02 +0000]
fix fullpath with wildcard in file part
fullpath(SCI + filesep() + "contrib/../modules/helptools/*.xml")
Change-Id: I0f5325a48400e9be90c275ea864bffbd54667ad5
Samuel GOUGEON [Fri, 15 Feb 2019 20:06:28 +0000]
[doc] getmemory() page improved
Change-Id: Ie63dbc4433179129177f208bc14a81556529c61b
Samuel GOUGEON [Tue, 25 Jun 2019 23:47:37 +0000]
* Bug 9130 fixed [doc]: SigBuilder page: missing parameters description
http://bugzilla.scilab.org/9130
Restored page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=4978
Change-Id: I40ad3a531f47ec332e1b9040bc0317e89fdaa76e
Yuri Chornoivan [Thu, 20 Feb 2020 23:11:34 +0000]
* Bug 16328 fixed: typos exists => exist
http://bugzilla.scilab.org/16328
+ prbs_a: follow-up of http://bugzilla.scilab.org/16090#c7
Change-Id: I3cb95d6d970d8c1eab7a1b4cf1ebb55dfe6949bc
Yuri Chornoivan [Thu, 20 Feb 2020 23:38:42 +0000]
* Bug 16330 fixed: unsupported UTF pi in msgid
http://bugzilla.scilab.org/16330
Change-Id: I90f372035b33758d9ec143d3a2be3a6f7a72e160
Samuel GOUGEON [Tue, 2 Apr 2019 23:29:34 +0000]
[doc] Xcos pages: wrap scopes screenshots
Change-Id: I7e38401289b496e2f2f2d0c4f66b4ea81822eb46
Samuel GOUGEON [Sun, 21 Jul 2019 04:06:55 +0000]
[types] moving wrongly located tests
Change-Id: I5dd8897bb1c60bcb89adfeee99718b3566514de5
Samuel GOUGEON [Mon, 10 Jun 2019 16:35:17 +0000]
Toolboxes menu: case-insensitive sorting
Change-Id: I84c2af0e844fe51ea47b6e71e0b0e68bdc9c61b5
Antoine ELIAS [Thu, 20 Feb 2020 20:01:16 +0000]
fix extraction with boolean sparse index
Change-Id: I90d97627d8b5ae85f76d3b35183df5856122bd9c
Clément DAVID [Wed, 19 Feb 2020 08:34:41 +0000]
graphics: fix Random / binomial random variable demo
Change-Id: I2edc62dcf1b4a8c0d099ca1d0b54cd6c72ed6d38
Antoine ELIAS [Fri, 21 Feb 2020 08:08:01 +0000]
remove useless file convertbase.*
Change-Id: I23e42f2335db75bf5aa27bfa4e1b02091cff21ab
Samuel GOUGEON [Mon, 22 Jul 2019 20:25:36 +0000]
[core] getmemory('') error refered to funcprot
Change-Id: Ief21234d31fb21c8c656ee2318eed0d714987334
Samuel GOUGEON [Fri, 21 Feb 2020 02:36:29 +0000]
saveafterncommands() set obsolete
Change-Id: Ibe37b6aa9d6baa137b26541fc1c693db6b5e5ba7
Samuel GOUGEON [Thu, 20 Feb 2020 22:28:23 +0000]
Fix files.iss after 9554001 [simulated_annealing => optim]
Change-Id: I98f7c36eb607c58fd272aa9867e39452a4391b28
Samuel GOUGEON [Thu, 20 Feb 2020 20:29:17 +0000]
[ast] fix parser.tst after
fced8250 (./. .\.)
Change-Id: Ib4aa3dc58056ff852d134c60975d206dd0659256
Antoine ELIAS [Thu, 20 Feb 2020 07:24:39 +0000]
update rc files to 6.1.0
Change-Id: I66f4eaff443a1de5fd19d694f353134d08d378c8
Stéphane Mottelet [Thu, 29 Mar 2018 10:36:31 +0000]
* Bug 14487 fixed: matrix indexing is now coherent with MATLAB
http://bugzilla.scilab.org/14487
http://bugzilla.scilab.org/11405
Change-Id: Ifd388cc9aa17075ca916c3bb35b468471eb80999
Clément DAVID [Tue, 18 Feb 2020 13:49:41 +0000]
helptools: regen xcos schema to pass help generation
Change-Id: Ie32afe055a2f8a85cfd7dc35cffb4bad1b73a6ec
Stéphane MOTTELET [Thu, 4 Jul 2019 21:24:05 +0000]
* Bug 14660 fixed: dec2base was not uint64 ready.
https://bugzilla.scilab.org/show_bug.cgi?id=14660
Change-Id: I7ea342ca26a054b88e34d79f7fe594c3ce1ae108
Samuel GOUGEON [Sat, 31 Dec 2016 19:40:08 +0000]
* Bugs #7777 & #12303 fixed - interactive move of any object in figure
* http://bugzilla.scilab.org/7777 : move mode turned off after each object
* http://bugzilla.scilab.org/12302 : enable moving blocks of legends
* ADDED in this commit:
- "Move objects" icon added in the graphics toolbar
- "Move objects" item added in the graphics Edit menu
- A true "Move mode" is now available: It is no longer necessary to
re-run ged(6) after each (successfull or unsuccessfull) selecting
click.
- error for Segs fixed.
- Labels: Moving with reversed axis added.
- Moving in log or/and reversed axis added for the following objects:
- Text
- Segments and arrows
- Polyline
- Rectangle
- Arc
- Moving added in all axis modes (normal, reversed, log) for the
following types of objects:
- Axes in their whole: handle = its frame box
- Legend: Both types of legends blocks, as generated with legend()
or with legends(): handle = its frame box
- Datatip detached: handle = datatip area
- uicontrols
- Unit test added for ged(6,)
- ged_loop, ged_move_entity: header added (split from ged.sci)
- dist2Ellipse() used nowhere in Scilab => removed
Change-Id: I8787fd46fc2a54f477ad2ca1e43554fa22683304
Clement David [Tue, 18 Feb 2020 11:08:41 +0000]
Xcos: fix Ball on a platform demo
Change-Id: I88e6103e7cbda2c9a4e45a8b9178b03516326342
Samuel GOUGEON [Sun, 10 Nov 2019 21:58:08 +0000]
* Bug 16244 fixed: perms() checkmemory & 'unique'
http://bugzilla.scilab.org/16244
PDF page: http://bugzilla.scilab.org/attachment.cgi?id=5024
See also: https://codereview.scilab.org/21124
Supporting "unique" for complex numbers is prevented, until
the required https://codereview.scilab.org/20723 is merged.
Extension of factorial() at https://codereview.scilab.org/19940
would increase perms() robustness.
m2sci: no reason to keep perms() in the "Not yet converted" list
(even without this patch). All Matlab perms() syntaxes exist
as is in Scilab. m2sci_perms() had no unit test.
Change-Id: I52bdc025ba530a63a1369650c1f5d133bc619f9e
Samuel GOUGEON [Fri, 8 Nov 2019 12:54:56 +0000]
[doc] mv perms.xml in setoperations
Merge of this transfer is required before improving the files contents.
Thanks.
Change-Id: Ied4ddd58c3fe6ce61d62877b6ede0bc1d6342ce3
Antoine ELIAS [Thu, 20 Feb 2020 13:25:59 +0000]
fix nchoosek example
Change-Id: I836d44592804fe22a07470d120acffdd3e8a63ca