Samuel GOUGEON [Fri, 25 Aug 2017 21:22:17 +0000]
* Bug 14544 fixed: scatter and scatter3 canceled upstream drawlater
http://bugzilla.scilab.org/14544
Change-Id: I8bbdc31b9097bdc425dd1af7aea55d99b9dba78f
Samuel GOUGEON [Wed, 16 Aug 2017 19:19:21 +0000]
* Bug 15249 fixed: findobj('toto') yielded an error instead of []
http://bugzilla.scilab.org/15249
Change-Id: I6472eb67301c5b7473c54a64188201ffaa9ee980
Samuel GOUGEON [Sat, 25 Feb 2017 20:57:26 +0000]
scilab.start: clear main_menubar_cb getPreferencesValue
Change-Id: I71c166603b1a5b8eaccf616c9e36748fe09fe9ab
Samuel GOUGEON [Tue, 28 Mar 2017 00:59:15 +0000]
* Bug 14532 fixed: test_run failed on non-autoloaded atoms
http://bugzilla.scilab.org/14532
Replaces https://codereview.scilab.org/#/c/18176/
Tested on "apifun":
atomsInstall apifun
atomsAutoloadDel apifun
test_run("apifun",[],"show_error")
Change-Id: I2da90184507e94fe6dce21240a045bd4cff9221b
Samuel GOUGEON [Mon, 2 Oct 2017 23:49:49 +0000]
* Bug 15282 fixed: help_from_sci() could set % in xml:id & master_help.xml
http://bugzilla.scilab.org/15282
Change-Id: I20b0ef05ff659cce1567c4a0a374445d3bdcaccd
Paul Bignier [Sun, 24 Sep 2017 16:20:21 +0000]
* Bug 15228 fixed - Graphics: get() error message fixed
Change-Id: Id8233f1eacae7c0ddaba36097bea753583d77c7c
Clément DAVID [Mon, 25 Sep 2017 15:55:07 +0000]
Xcos: fix Chaos_Modelica demo
Change-Id: If31a6b617e099a45901db3eb0d830a8271d1af4e
Samuel GOUGEON [Fri, 22 Sep 2017 20:53:48 +0000]
Xcos help pages: misc. improvements (all but pallettes)
Change-Id: Ibf18707da3e635562cc0b8ff2a30bbe45ba6760c
Samuel GOUGEON [Sat, 9 Sep 2017 16:01:42 +0000]
%i_lcm() updated after https://codereview.scilab.org/19180
%i_gcd() is now included in gcd() since I54d731a7a061d7f60cbfda8aa8f8279b39eb924a
Upgrading lcm() within the same gcd() commit was my first intention.
After changing my plan, i forgot committing this %i_lcm() update,
the only occurence using the former %i_gcd().
Change-Id: I75ebdb8d7980e7aa2227395e46c65cfd45fb80c6
Samuel GOUGEON [Mon, 11 Sep 2017 21:12:26 +0000]
* Bug 15273 fixed: Wrong documented order of eval_cshep2d 2d derivatives
http://bugzilla.scilab.org/15273
Change-Id: Ib25742dd14bd3259ebc18b84ece453ad33f6eb42
Antoine ELIAS [Mon, 11 Sep 2017 07:22:31 +0000]
* bug 14896: Using 'set' with multiple properties
Change-Id: I3746fc3fc98c3578e93e52a08d33541dc30c3f22
Samuel GOUGEON [Thu, 10 Aug 2017 19:56:01 +0000]
* Bug 15239 fixed: Console .tag & .userdata not displayed nor documented
http://bugzilla.scilab.org/15239
Change-Id: I7f035c366fc50095722ef6273e0e9c3bc69d5b14
Samuel GOUGEON [Thu, 31 Aug 2017 23:32:22 +0000]
* Bug 15260 fixed: sci2exp broken for all cells structs and hypermats
http://bugzilla.scilab.org/15260
This commit fixes the issue for cells, hypermats and simple structs.
The bug http://bugzilla.scilab.org/15264 must be priorly fixed to fix
the case of arrays of structures.
We should not wait for it (there are more than 900 occurences of
sci2exp() in Scilab .sci files, that are potentially impacted by this
bug and that wait). A complementary fix will be commited later.
Change-Id: I902727617b022ed6dbb07d854d67bf37af8c1099
Samuel GOUGEON [Tue, 6 Jun 2017 00:05:22 +0000]
* Bug 8297 fixed: cat() slowness was crippling. Rewritten
* http://bugzilla.scilab.org/8297
* fastens cat() by x300 for stacking (250,250) matrices
by > x60000 for stacking (500,500) matrices
(0.25s instead of 4h), etc.
* All non reg tests for other former cat() bugs pass:
test_run elementary_functions bug_4439
test_run elementary_functions bug_4460
test_run elementary_functions bug_4751
test_run elementary_functions bug_13409
* Unit test extended.
Change-Id: I7f8d547e3f5549c060e0c97f4e4a08bd32a1bc47
Samuel GOUGEON [Tue, 8 Aug 2017 10:04:53 +0000]
* Bug 15236 fixed: isglobal() page was inaccurate + wrong examples
* http://bugzilla.scilab.org/15236
* page overhauled => easier to retranslate from scratch rather than
to detect and pick up many cookies to retranslate
=> other languages deleted
Change-Id: I0cd3c9d3594303376f521e675157561bc8f048ab
Samuel GOUGEON [Sat, 18 Mar 2017 13:23:32 +0000]
* bug 15070 fixed: bitset() failed for bit pos as encoded integer
http://bugzilla.scilab.org/15070
Change-Id: I8ae89895adaaec628a379bb305747c9436117a28
Samuel GOUGEON [Wed, 30 Aug 2017 16:37:54 +0000]
Pages evstr, strcmp, strcmpi: misc typos + encoding fixed
Weirdly, encoding issues for (pt) files do no appear in the CR diff.
They do in the pages as bad chars.
No entry in CHANGES required.
Change-Id: I056e79b924c3e1827c59b2dd80b74af82d71a4be
Antoine ELIAS [Mon, 4 Sep 2017 07:02:21 +0000]
* Bug 14573 & 14623 fixed: varargout management when is not alone and in mlist overload
Change-Id: I2abc9f06ace6741b9c0deed72ef802aa9e639c3c
Samuel GOUGEON [Sun, 12 Mar 2017 23:18:26 +0000]
* bug 15017.a: gcd() always returned a int32. + support int64 & uint64
* http://bugzilla.scilab.org/15017
* The type of output GCD is now the type of input.
* The input can now be an array instead of a row (was not checked)
* Support to int64 and uint64 added
* Code improved & simplified:
- # of input arguments was not checked.
- %i_gcd() included and removed (used nowhere else)
* Help page updated and improved.
Existing translations: too many changes => not worth keeping them
* There were no unit tests: added
The bug 15058 http://bugzilla.scilab.org/15058 will be fixed in master
after merging this commit and merging 6.0 => master
Change-Id: I54d731a7a061d7f60cbfda8aa8f8279b39eb924a
Antoine ELIAS [Mon, 4 Sep 2017 15:11:11 +0000]
* Bug 15266 fixed: Wrong default out_mode in linear_interpn
Change-Id: I6fdb34caf3c840cd013789ab32c343ec64196302
Samuel GOUGEON [Fri, 25 Aug 2017 18:13:13 +0000]
* Bug 12195 fixed: generateBlockImage sometimes changed the current driver
http://bugzilla.scilab.org/12195
Change-Id: I12ac17067267fc257c1082015fafa58548b8eba1
Siddhartha Gairola [Tue, 7 Mar 2017 09:35:58 +0000]
* Bug #13900 fixed - Statistics: making nanmin and nanmax obsolete
Change-Id: I02e0446c03cf9ff149b42f11a7ee96982d9ce222
Samuel GOUGEON [Fri, 18 Aug 2017 21:24:44 +0000]
Update man.xml with the new dookbook URL
Change-Id: I70e94c437a8998fc4541df24588bf3bef759c4a3
Samuel GOUGEON [Thu, 17 Aug 2017 23:54:46 +0000]
* Bugs 14629 & 14680 fixed: '<' caused trouble in Xcos EXPRESSION rendering
* http://bugzilla.scilab.org/14680: '<' in expression was eaten in the icon
* http://bugzilla.scilab.org/14629: The last '<' truncated the rendering
Change-Id: I5668e5dfed7cbd2ffbf2c5d429d94d982fbb44e8
Samuel GOUGEON [Mon, 14 Aug 2017 19:32:26 +0000]
Update scilab_macros.txt + scilab_primitives.txt
Mainly based on syntax highlighting in Scinotes + some edition trials
Change-Id: I193fbb51041e25bf8731f593242aff7958b3cf8e
Samuel GOUGEON [Tue, 14 Feb 2017 01:14:26 +0000]
help: misc. typos and short improvements (no image changed)
Change-Id: I4ae949f23d916a9c1e0715a36d3872b2ba116ef7
Samuel GOUGEON [Sun, 23 Jul 2017 14:50:09 +0000]
size() can now be overloaded for tlist lists
See http://mailinglists.scilab.org/Scilab-users-overloading-size-for-tlist-tp4036768p4036769.html
Change-Id: I1dab6396a9ea97fdca8235b29faae5436b063b33
Cedric Delamarre [Mon, 17 Jul 2017 14:44:05 +0000]
[bug_15037] residu fixed
test_run cacsd bug_15037
test_run cacsd bug_15037 mode_nwni_profiling
Change-Id: I2554f03563b9b10fca06c37e99381ec1bad704fb
Cedric Delamarre [Thu, 13 Jul 2017 14:47:33 +0000]
[bug_15184] overload and error management fixed
test_run overloading bug_15184
test_run overloading bug_15184 mode_nwni_profiling
Change-Id: Idd63c0c54122d2bcee71e9d4c02d949c84bf8c12
Cedric Delamarre [Thu, 13 Jul 2017 12:07:25 +0000]
[bug_15199] tests added
test_run optimization bug_15199
test_run optimization bug_15199 mode_nwni_profiling
Change-Id: Ie7bea5308bceb6585459a5544d6ec297c4510f46
Clément DAVID [Thu, 6 Jul 2017 10:41:07 +0000]
* Bug #15207 fixed : `xcos(scs_m)` did not work for sub-systems.
Change-Id: I657da9558bf9b52da1b9457dc83ea82e0133fd9c
Clément DAVID [Thu, 6 Jul 2017 09:07:32 +0000]
Scicos tests: re-generate dia.ref after bug fixes
Change-Id: I820d50ff7ae985bbf45f165667ee65dbb37b5f1e
Clément DAVID [Wed, 5 Jul 2017 16:00:55 +0000]
* Bug #15185 fixed - "Region to Superblock" did not restore broken links.
Change-Id: I0ea3d06c9318f4eed8002b5196f6282909b4a5fa
Clément DAVID [Tue, 4 Jul 2017 12:46:43 +0000]
* Bug #15205 fixed - `get_scicos_version` returned the previous version.
Change-Id: Icaa2c2c3138a637fb3348f019fd6bef6a4cae505
Clément DAVID [Mon, 27 Mar 2017 15:45:41 +0000]
Fix build with ocaml 4.0.4
Change-Id: I962fe026f1c44f7f76435db0b4838b0d936994c8
Antoine ELIAS [Fri, 16 Jun 2017 14:22:02 +0000]
* Bug 15188 fixed: Failed to load hdf5_is_file function
Change-Id: I449c170d2778858146af5bcfc50a036d088628b8
Clément DAVID [Fri, 10 Mar 2017 15:59:55 +0000]
String: fix bug #4277 nonreg test
Change-Id: I4ef867ad73dd3c1e957df700b4950b2e7b9554ae
Samuel GOUGEON [Sun, 21 May 2017 17:47:21 +0000]
* Bug 11756 fixed: atomsGui categories failed listing all member modules
http://bugzilla.scilab.org/11756
Change-Id: I3c1315f60704f04ad9fd511f19f64ee0cf5f5b0d
Samuel GOUGEON [Sat, 29 Apr 2017 12:47:25 +0000]
* Bug 15144 fixed: mean() and stdev() could not be overloaded
* http://bugzilla.scilab.org/15144
* This feature is noticeably expected in Image processing toolboxes
where matrices and RGB hypermatrices are embedded in custom typed lists.
Change-Id: I6eade55b9a031d9d13f8275362d079c147f0e06a
Antoine ELIAS [Sat, 22 Apr 2017 10:16:51 +0000]
improve iconvert speed
test_run integer iconvert
test_run integer iconvert mode_nwni_profiling
Change-Id: Ida2e82cfe8dbd3fb89bacf0a5e5501a808579daa
Samuel GOUGEON [Thu, 6 Apr 2017 23:28:46 +0000]
* Bug 15119: Inequality comparisons between complex-encoded real numbers failed
http://bugzilla.scilab.org/15119
%s_#_hm() and %hm_#_s() overloading functions are no longer used
(tested) => removed
Change-Id: Id35090dc4c3b5f895fd63e479c18f64f68847c41
Clément DAVID [Mon, 27 Mar 2017 16:39:13 +0000]
AST: let some tests pass
Change-Id: I1093639502f993b66e2d71561cb0dde7592701d1
Samuel GOUGEON [Sun, 26 Mar 2017 18:03:02 +0000]
* Bug 14254 fixed: unclear error when installing unavailable atoms
http://bugzilla.scilab.org/14254
Replaces https://codereview.scilab.org/#/c/18635/
The error message contains the Scilab version and the OS name.
It is not constant and so can't build a constant .dia.ref.
For the time being, assert_checkerror() crashes Scilab.
Change-Id: Iac27325414e3fcf2b415e2fe19d86c980dcfbf24
Paul Bignier [Tue, 14 Mar 2017 15:21:52 +0000]
* Bug #15063 fixed - effectively remove fort
Change-Id: I5b30b0bc71253f5af76486fba016463b27d89467
Cedric Delamarre [Fri, 31 Mar 2017 16:48:46 +0000]
memory corruption fixed
fix trouble after https://codereview.scilab.org/#/c/19218/
a(1) = {1} //crash
Change-Id: I0678dd76102221f84bb3c0dddea848ec8e63c7e4
Antoine ELIAS [Tue, 18 Apr 2017 16:07:48 +0000]
* Bug #15139 fixed - return in try/catch expression
Change-Id: I3cdbc4a7e765eae73f6a552332b6764d6eb75203
Simon Marchetto [Fri, 7 Apr 2017 16:00:54 +0000]
* Bug #15121 fixed: getOptionals() fails to recognize some options.
Change-Id: Ic9e3e48ff8c419620d96ac9fa0d69853e0f2078a
Signed-off-by: Simon Marchetto <simon.marchetto@scilab-enterprises.com>
Simon Marchetto [Fri, 21 Apr 2017 03:42:31 +0000]
* Bug #15138 fixed : Scilab crashes at start on Windows
pointer returned from getenv() must not be modified or deleted (internal memory block)
Change-Id: I73a382ce0dca9d46d83f6a7180cc8402f9cb78b1
Simon Marchetto [Fri, 21 Apr 2017 04:17:23 +0000]
* Bug #15137 fixed : ilib_build cannot build a library with more than 999 function entries in Scilab 6
Change-Id: I0cba7e99b30b25583a23a47830d0cbcb58dabed5
Signed-off-by: Simon Marchetto <simon.marchetto@scilab-enterprises.com>
Paul Bignier [Mon, 10 Apr 2017 12:49:03 +0000]
* Bug #15117 fixed - Optimization: fix imbricated optimizers calls
test_run optimization bug_15117
test_run optimization bug_15117 mode_nwni_profiling
Change-Id: I56767debaec42b1bfbfe44031059b3a3485c1dad
Clément DAVID [Thu, 6 Apr 2017 08:38:30 +0000]
Remove xcos_saxon test
1. Java DOM serialization / deserialization is no more used in 6.0.0 so there is no impact on having Saxon loaded or not.
2. This test locks the Windows test machines
3. There is no associated bug
Change-Id: I92907a59c5639a78cc1a94ae1d29acf3206cd346
Clément DAVID [Fri, 17 Mar 2017 05:54:44 +0000]
* Bug #15024 fixed : Xcos labels were not preserved .
This commit upgrade the Xcos metamodel for BLOCK and LINK labels. An
owned ANNOTATION is associated as an HTML label and allow each label to be
move-able on the user-interface and a DESCRIPTION field is available
for oneliner (eg. Scilab variable compatible).
XMI serialization has been updated accordingly.
ZCOS format upgrade (backward compatible) the Scilab 5 encoding (as an mxCell).
NOTE: PORT label is still a string
Change-Id: I65f2d628e5359b7b5bdaf093b053d201177057f5
Cedric Delamarre [Fri, 24 Mar 2017 17:03:02 +0000]
[bug_14399] lines number fixed
Change-Id: Id57d80a17be326c6af100fb7110584240608e2bc
Cedric Delamarre [Wed, 22 Mar 2017 10:34:48 +0000]
Memory leak fixed in types
* test_run ast bug_15008 mode_nwni_profiling
Change-Id: I6d0e6b88f811a47a7517e0b7efb871260c6543f8
Cedric Delamarre [Wed, 22 Mar 2017 09:42:32 +0000]
[bug_15008] overloading call fix with operators AND OR
* test_run ast bug_15008
Change-Id: I3b6cbac32650a4039cbad490faaf0ff50e20d52b
Clément DAVID [Wed, 22 Mar 2017 13:20:23 +0000]
* Bug #15072 fixed: The context was stored as a root diagram attribute instead of being stored on each Superblock layer.
Change-Id: If6c998a91767015e9287f79c180cbf578ac0d732
Samuel GOUGEON [Sat, 18 Mar 2017 15:51:38 +0000]
* Bug 15079 fixed: extraction & insertion in subchildren could fail
http://bugzilla.scilab.org/15079
Change-Id: Ic6818a4d8bc362a63ccbd59b6fcc80c7df943023
Antoine ELIAS [Tue, 14 Feb 2017 15:32:01 +0000]
fix link trouble for tbx using struct on linux
Change-Id: I4bb67ff14ca23f8d8f696e882e5d641097ce9cad
Antoine ELIAS [Wed, 1 Feb 2017 11:31:22 +0000]
Bug #14424 #14376 fixed: remove size max of input function, avoid wrong interpretation of C characters ('\', '%', ...)
* multiple print of prompt
* bad prompt after error
input("write a string: "); // write a string to get an error
Change-Id: If637263c325909d9ee84425c099e3b778f3ac0de
Paul Bignier [Wed, 15 Mar 2017 14:30:09 +0000]
* Bug #15046 fixed - Dynamic_link: call() couldn't mix inputs and outputs
Change-Id: I59ca8acd5c11d5c9c24ebb3f33ae20ad517457f7
Samuel GOUGEON [Sat, 18 Mar 2017 21:38:45 +0000]
* Bug 13592 fixed: legend() set by hand in frame was shifted wrt mouse
Change-Id: Ifc3abfc3df3e115862ba91533323fc8a369f7d9e
Samuel GOUGEON [Sat, 11 Mar 2017 01:44:19 +0000]
* bug 15053 fixed: remaining _str2code() references made mfile2sci failing
http://bugzilla.scilab.org/15053
Search "str2code" (16 hits in 11 files)
Only 2 remaining references (likely unrelevant), with no replacement:
scilab\modules\xcos\tests\nonreg_tests\utils\renameIO.sci (1 hit)
Line 65: iparIO = [iparIO(1:4) ; _str2code(newName) ; iparIO(5+lfil:$)];
scilab\modules\xcos\tests\nonreg_tests\utils\setW2Fformat.sci (1 hit)
Line 66: ipar = [ipar(1:5+lfil-1) ; _str2code(formatStr)];
Change-Id: I6ef0ca0d3b79d8d88eff5a643a1981dc2921ffe7
Paul Bignier [Wed, 15 Feb 2017 15:25:06 +0000]
* Bug #15039 fixed - Xcos demos: showcase auto-positioning (link + node)
Change-Id: I67e2e5d94a50680be5ea9a4663ef5c5100c6e7a9
Paul Bignier [Tue, 28 Feb 2017 10:39:27 +0000]
Scicos tests: remove LV diagram
Change-Id: I94c3a3a4d012cab54326dc170d935d218c44485a
Paul Bignier [Mon, 27 Feb 2017 10:58:53 +0000]
* Bug #12771 fixed - Xcos help: fix xcosPalGenerateallIcons example
* Also fixed a test and an occurrence in the code
Change-Id: I84c901d02b62a95a25495390e51df571ff8ab683
Antoine ELIAS [Sun, 12 Mar 2017 16:49:34 +0000]
bug fix #14886: matplot save/load failed
Change-Id: I06af15d8dd91a5cf55c4bd102a16921666947127
Antoine ELIAS [Sun, 12 Mar 2017 16:02:49 +0000]
fix bug #15057: update .data of matplot does not take care of dimension >2
http://bugzilla.scilab.org/show_bug.cgi?id=15057
Change-Id: I036ba0bfc11626981a0fb9680d84078f9bd7e38f
Adeline CARNIS [Mon, 13 Mar 2017 10:19:19 +0000]
* Bug #15060 fixed - fplot3d did not draw because of an addition with an empty matrix which now returns an empty matrix.
Change-Id: If828e738f740c6469529ed019683237a2c01ed78
Adeline CARNIS [Fri, 10 Mar 2017 11:09:10 +0000]
*Bug #15019 fixed - Add 'csci6' in the calling of ilib_build in 'Getting started with API_Scilab' help page.
Change-Id: I1c67a49d27fe1b3fe2603fddb2a8a84222cdda94
Adeline CARNIS [Fri, 10 Mar 2017 09:59:43 +0000]
* Bug #15054 fixed - The callbacks of wfir_gui() were not prioritary. The callback_type property must be setted to 10.
Change-Id: Ieb74a7675f8a11257d57481fb3eaf9ac38eb3ff0
Paul Bignier [Wed, 8 Mar 2017 16:33:57 +0000]
* Bug #15052 fixed - IO: getpid() wasn't available
Change-Id: Ia8d27f67f5a6e5047b293a5b0d45cf7cc45c3ef0
Clément DAVID [Mon, 6 Mar 2017 13:04:11 +0000]
Help: fix jimport link
Change-Id: I1f256abced10d64cc83375cfb9089dbac2abfc72
Paul Bignier [Fri, 17 Feb 2017 15:39:33 +0000]
* Bug #15015 fixed - Output_stream: replace Sergescii with Ascii
* https://codereview.scilab.org/#/c/15941/ prevented some of those blocks (at least RFILE_f) from working
as the inner functions still expected Sergescii. Using ascii all the way now
* Run RFILE_f's help page example to test
Change-Id: I7d4a07c08217d279b9c7626786e07e47d51d82ba
Samuel GOUGEON [Tue, 14 Feb 2017 19:06:33 +0000]
* Bug #14910 fixed: plot() example now on a cleared figure
http://bugzilla.scilab.org/14910
Change-Id: I0707f8b742ff0813bc21e003f48b4a33f5fece96
Aashay Singhal [Wed, 1 Mar 2017 19:40:44 +0000]
bug #4276 fixed: strsubst() replaces all occurences in regex mode.
Updated the test case file also.
Change-Id: I8a39e20a509c7c59452a79354d62d33c92825549
Samuel GOUGEON [Mon, 13 Feb 2017 23:59:35 +0000]
xget/xset: deprecated, help updated
* fix http://bugzilla.scilab.org/show_bug.cgi?id=5278
* Beside "fpf", this is the last step for removing xget() and xset()
from Scilab.
Change-Id: I4e8d27c3241966d2362403ec0466d943d3866882
Paul Bignier [Tue, 21 Feb 2017 16:02:57 +0000]
* Bug #14637 fixed - Xcos: fix ghost links and Implicit vs Explicit links imports
* Links showing <!--Invalid source--> or <!--Invalid target--> in the xml file are now ignored
* Not distinguishing Implicit vs Explicit links was buggy when loading an mlist-encoded superblock
Change-Id: I3fbdb16010b515e843f7b26bbf1128af156261c1
Samuel GOUGEON [Tue, 14 Feb 2017 17:49:25 +0000]
clf('reset') must not reset .figure_id
Change-Id: If2a852839d2ab6aa6567d5c12a3ca78c0bf43d44
Adeline CARNIS [Thu, 23 Feb 2017 13:56:06 +0000]
* Bug #15006 fixed - ode help page still contained 'root', replaced by 'roots'
Change-Id: Ib51154a1c3af36bb3b3abbfb6b1543533ba57521
Paul Bignier [Tue, 21 Feb 2017 08:51:25 +0000]
* Bug #15010 fixed - Scicos macros: fix variation between Scilab 5 & 6
* Enables to pass Coselica demos!
Change-Id: I93626cbbdf963776859ce9d0456ec9e404daf9be
Clément DAVID [Wed, 22 Feb 2017 14:09:41 +0000]
* Bug #14636 fixed: read() mis-read empty files
Fixed Xcos model with modelica electrical blocks (created in 5.5.2) crashed Scilab 6.
Change-Id: I80c3252d1140c7635d7b43e6082ee6fbcbbe46e5
Adeline CARNIS [Tue, 14 Feb 2017 10:53:17 +0000]
x_choices: use "xchoicesi" as an helper gateway
Change-Id: I059c5c7661577249c733d714487af1ebfa7c0846
Antoine ELIAS [Mon, 13 Feb 2017 22:31:39 +0000]
fix crash on scilab start with splashscreen
Change-Id: I69466b040fd6b1901d5741487ca030714826a39c
Antoine ELIAS [Mon, 13 Feb 2017 20:41:54 +0000]
fix some demos
Change-Id: I7fde6eba5d6e23cc12fd2c91b9bbe326458d617c
Clément DAVID [Mon, 13 Feb 2017 16:49:14 +0000]
Update CHANGES.html
Change-Id: I457f5dd949b81804f19b3eaafdc7e9ba0a59106b
Clément DAVID [Mon, 13 Feb 2017 16:30:51 +0000]
Helptools: add the CHANGES.html in the binary
Change-Id: If6bf089d24f939896943b79d844389c45be3553d
Antoine ELIAS [Mon, 13 Feb 2017 15:43:00 +0000]
bug #14992: removed readgateway use whereis instead
Change-Id: Id2b4488f9afcf5974ddc6cb19e2b5e46d19e0014
Samuel GOUGEON [Mon, 13 Feb 2017 15:20:58 +0000]
readgateway() removed
Change-Id: I6b1512eb1756da02ccafb34ab7d190ef15d76e64
Antoine ELIAS [Mon, 13 Feb 2017 09:31:28 +0000]
remove reference to comp and remove variable type 11
Change-Id: I85503b63e222bd682e4175ed013e8d11d151fe12
Samuel GOUGEON [Mon, 13 Feb 2017 00:29:01 +0000]
* Bug #14731 fixed: Demos Graphics=>complex: Re+Im rotations synchronized
* http://bugzilla.scilab.org/14731
* empty fig#0 removed
Change-Id: I12f7a5a0c79a0f70c3d4f809a95ed00017a10f47
Samuel GOUGEON [Sun, 12 Feb 2017 23:42:36 +0000]
help: cells subsection created
Change-Id: Ic77c621dba743e61ac112456a1bfa7432ea096d2
Samuel GOUGEON [Mon, 13 Feb 2017 05:17:27 +0000]
xset: help page only 'fpf' + equivalences
Change-Id: Ic41802d1a8deac8051045701164b90a466feb978
Samuel GOUGEON [Sun, 12 Feb 2017 22:23:20 +0000]
help: numderivative => integration - derivation
numderivative() is a general usage differential function,
not only used for optimization
Change-Id: If23fd56240ec81f77c605baa7fd7d2a0c3efdb86
Samuel GOUGEON [Sun, 12 Feb 2017 18:47:28 +0000]
main_menubar duplicate removed
Change-Id: Iacabc972ce9617b23fcd370b19256c76632e6aca
Adeline CARNIS [Fri, 10 Feb 2017 15:16:46 +0000]
Replace root by roots in ode function.
To test: play example of ode_root help page
Change-Id: I02eff7302b9b8ade88f61fe603c8dc6ccc13e383
Clément DAVID [Fri, 10 Feb 2017 10:35:58 +0000]
Xcos tests: fix dia.ref and disable some for 6.0.0
Change-Id: Iaa791656da272dca21b79f34ecf83b884d7b09c6
Antoine ELIAS [Fri, 10 Feb 2017 16:12:01 +0000]
fix macro type to 13 like scilab 5
function y = foo(x)
y = acod(x);
end
type(acosd) => 13
type(foo) => 13
plot(1:10, factorial);
plot(-1:0.01:1, acosd);
plot(-1:0.01:1, foo);
Change-Id: Iceb4ef0e86a016a3bd2fb42244053773891ab358
Samuel GOUGEON [Wed, 8 Feb 2017 21:58:15 +0000]
* Bug #14711.a fixed: in a frame.axes, colorbar() displayed nothing
http://bugzilla.scilab.org/14711
Change-Id: I5cf73b980638ba4ad0c2e96075f169961b7fb9c4
Clément DAVID [Fri, 10 Feb 2017 08:19:42 +0000]
AST: add short-cut && and short-cut || tests
Change-Id: If8f67599d6b6326a917b599ea40dd652e17385cc
Clément DAVID [Fri, 10 Feb 2017 10:24:35 +0000]
Xcos help: fix the CLKINV help page
Change-Id: I56778faecfd8c12b8fcae2035bace3e02ccae9f8