Antoine ELIAS [Thu, 29 Oct 2015 14:02:46 +0000]
remove types_gw from Windows installer
Change-Id: Ia94244998a3261e9951352d616b87fd91a3bb592
Antoine ELIAS [Thu, 29 Oct 2015 12:58:45 +0000]
coverage must be link staticly to scilab
Change-Id: I1db1bbf911384313b0aae4f8d2098d6375bb0f45
Antoine ELIAS [Thu, 29 Oct 2015 09:23:52 +0000]
fix non handled exception if error occurs in scilab.start
Change-Id: Id491d15fecc4dcf65b1d679f142891e6fb8eeec5
Antoine ELIAS [Thu, 22 Oct 2015 13:40:04 +0000]
add management of mode(7)
Change-Id: I5abfa67306e755522ed25a836cd603079ab5af03
Paul Bignier [Thu, 29 Oct 2015 08:57:01 +0000]
Scicos src: vec2var now errors out on empty string/integer matrices
* Empty string or integer matrices don't exist in Scilab, so error out when they are detected
Change-Id: Id32880df6de3e71cf436ce116884166e952c95de
Paul Bignier [Tue, 25 Aug 2015 13:15:55 +0000]
Xcos MVC: Fixed objects content for compatibility between Scicos and Xcos
* A superblock still contains children information but not the whole diargam anymore: it is regenerated on demand
* Example to show that all model elements are cleared (here with SuperBlock):
grep "objectCreated" tests/unit_tests/model/SuperBlock.dia.ref | wc -l
= 83
grep "objectDeleted" tests/unit_tests/model/SuperBlock.dia.ref | wc -l
= 83
Change-Id: I89c82e65d05cc838b0e270b87d9ba90717ae6878
Antoine ELIAS [Wed, 14 Oct 2015 10:31:41 +0000]
update "some" def files
Change-Id: I0856b4f36184cd60aaf5eba7e04db025235dcca9
Antoine ELIAS [Tue, 27 Oct 2015 11:24:17 +0000]
re enable < indirection on command line under Windows
bin/scilex -nwni < file.sce &> output.log
Change-Id: Ie1aac79d7561b249e1da94746e21797a3951971c
Cedric Delamarre [Thu, 22 Oct 2015 12:21:09 +0000]
memory leak in arrayof fixed
Change-Id: I0c5f421745ea3ef51128d1b9438dd4b28601ff65
Cedric Delamarre [Tue, 27 Oct 2015 14:17:50 +0000]
move gateway about types from module types to core
* fix scilab built with --wtout-gui flag
Change-Id: Iec72eeb4ebdafb0c51a801d4a7e0c0889dc29c5e
Cedric Delamarre [Wed, 28 Oct 2015 11:15:40 +0000]
double delete of Library fixed
./bin/scilab-cli -profiling -e "loadXcosLibs" -quit &> log
test_run ast library
test_run ast library mode_nwni_profiling
Change-Id: I8e2bdafb275c65209588b515c2cc3b65b5aa703f
Calixte DENIZET [Sun, 25 Oct 2015 19:00:40 +0000]
Add a code coverage tool
Change-Id: I1fbbef61b54db27deae6f70748ff492bdf463659
Paul Bignier [Tue, 27 Oct 2015 15:54:12 +0000]
Scicos tests: fix default values and regenerate ref files
* New property 'UID' and fix default values for 'exprs', 'odstate' & 'opar',
now that var2vec is mapped on sci_types
Change-Id: I1fa895fc06aef456a2be609873a5b37c9a28d4f5
Cedric Delamarre [Tue, 27 Oct 2015 12:53:22 +0000]
Linux compilation fixed with --with-mpi flag
Change-Id: I8ebfd24fb9b47e7e221ed56a8581caac450d2018
Clément DAVID [Tue, 27 Oct 2015 14:04:14 +0000]
* Bug #13931 fixed - handle "aarch64" processor for some Linux distribution.
Thanks to Martin Michlmayr for the patch.
Change-Id: Iae5bc7c8974be4c0c1034b47a43257a7358f355d
Clément DAVID [Tue, 27 Oct 2015 10:08:01 +0000]
Xcos GUI: convert values only for scicos geometries
Change-Id: If4e8309bcffeccb58a901c8a51ec77a84a708ead
Paul Bignier [Tue, 27 Oct 2015 08:17:20 +0000]
Xcos GUI: fix ZCOS reading
* Some ZCOS files define ports twice, so only read them once.
Don't create a new object in the model but resync them.
// Positioning & sizes need to be fixed but the import passes!
--> xcos(SCI + "/modules/xcos/demos/Simple_Demo.zcos");
Change-Id: Ifc47aec6f83b72df151b79c5019f352ba5f6b900
Paul Bignier [Fri, 23 Oct 2015 15:40:15 +0000]
Xcos GUI: fixed Annotations loading
// Does not pass yet but getting closer
--> importXcosDiagram(SCI + "/modules/xcos/demos/Simple_Demo.zcos");
Change-Id: I23dfd5870043ce724a6a0b16061f4a1f0cc4604e
Calixte DENIZET [Tue, 27 Oct 2015 09:28:45 +0000]
Slint: fix bug when mopen/mclose is not in a function's body
Change-Id: Iee1d3985aa5a4000d3010c23fc36053f9e700444
Cedric Delamarre [Tue, 27 Oct 2015 09:40:29 +0000]
dlwIsExpress modified to avoid the use of regitry key
Change-Id: I850321775434e2e706c03283bcf742e8dfe90b0b
Cedric Delamarre [Thu, 22 Oct 2015 13:40:05 +0000]
segfault fixed at Scilab exit
Change-Id: Ib68ec6b4a1c6b203956489c7a9d8d51915757677
Cedric Delamarre [Thu, 22 Oct 2015 15:09:47 +0000]
[bug_14187] fscanfMat fixed
test_run fileio bug_14187
test_run fileio bug_6428
Change-Id: I339a9d81bcd5bc21c57a33da2eb41a6c724b4013
Antoine ELIAS [Thu, 24 Sep 2015 10:22:50 +0000]
bug #14097: genlib does not add end separator
Change-Id: I1faff14deaacc3eb65ce532df658180730660173
Charlotte HECQUET [Fri, 23 Oct 2015 09:46:17 +0000]
* Bug #11511 fixed - error() did non accept string matrix (non regression test).
Change-Id: I78a88c36030001df5c226af9ccd858e322d982f6
Antoine ELIAS [Fri, 23 Oct 2015 09:25:48 +0000]
bug_14212: unable to reload array of struct from scilab 5.5.2 sod file
Change-Id: I416c8a7a28ce147515a463591448690be9d3f70f
Paul Bignier [Fri, 23 Oct 2015 09:57:32 +0000]
Xcos GUI: fix Annotations import and loosen DSTATE decoding
* DSTATE can be an empty string, for backward compatibility
* Does not handle all Annotations properties but now allows proper creation in the model
// Does not pass yet (need to decode all properties) but goes further
--> xcos(SCI + "/modules/xcos/demos/Simple_Demo.zcos");
Change-Id: Ie08cd0098cf523aefd9eb4abe3ee68299f7356c1
Charlotte HECQUET [Tue, 13 Oct 2015 13:46:59 +0000]
* Bug #13903 fixed - get_function_path() returned a path with a missing file separator.
Change-Id: Iece8626aed2982db4776d217d4ae7539c7965b5e
Charlotte HECQUET [Fri, 16 Oct 2015 14:34:10 +0000]
* Bug #14065 fixed - Change "java size" in points in graphics font help page.
Change-Id: I57c486f4ffe8901c86fd1a58aa72338ca10d0eca
Paul Bignier [Thu, 22 Oct 2015 08:31:42 +0000]
Xcos GUI: minor Java code cleanup
Change-Id: I7974c96697ff43e7315a8a8905254a38fc42dcbc
Paul Bignier [Thu, 22 Oct 2015 16:12:28 +0000]
Scicos src: fix struct detected as mlists
Change-Id: I9279dacb1eba577b378a377b9436d2e6aec8b5cb
Clément DAVID [Thu, 22 Oct 2015 07:57:47 +0000]
Xcos: fix bugs when loading XCOS or ZCOS files
* Add an UID for Annotation, Link and Port
* decode link's inner ports
* manage duplicated id element (are invalid xml) PARTIAL FIX
* Render blocks well (size and flip)
Change-Id: I416782be9c73744fe082d2932ca396bf543018d2
Paul Bignier [Thu, 22 Oct 2015 10:46:29 +0000]
Scicos src: var2vec: map encoding on sci_types instead of InternalTypes
* Removed duplicate tests in xcos/ (they are in scicos/)
Change-Id: I4d22dfef90f4afc43976e1fe5213e87068671f94
Cedric Delamarre [Thu, 22 Oct 2015 12:22:34 +0000]
Makefiles.in fixed about BLAS_CFLAGS
Change-Id: I21821e76e61b22e03eb22aaac31d224ac44f9824
Francois Granade [Thu, 22 Oct 2015 09:46:49 +0000]
reverted change for chroot architecture detection, it does not work (exclamation point cannot be used in a condition, without 'test' or '['), in fact
Change-Id: If8d9c2cc4b747ac8bd07829ebf73bcfcd582b83b
Paul Bignier [Mon, 19 Oct 2015 14:31:27 +0000]
Scicos src: comment out Structs in var2vec
* Because it is not mapped as a ScilabType (Xcos Java)
Change-Id: Ib9d571e23a768f88c81b076d78138a33bf21f3ce
Clément DAVID [Mon, 31 Mar 2014 06:40:24 +0000]
Scilab launch script: support i386 chroot on a x86_64 host
In such a config, uname returns host values. The right thing to do is to
check long size using getconf.
Change-Id: If747cc628030e8dc8adb6c131281cb2828169355
Clément DAVID [Wed, 21 Oct 2015 16:31:34 +0000]
Revert "Configure: detect Atlas on Fedora >= 21"
This broke the MacOS-X Jenkins build.
This reverts commit
b20b2c72023f1e7599d8caf62a15bf04db978d40.
Change-Id: If20fbdbdb9bed3cb6848d049fcce54609a306963
Clément DAVID [Wed, 21 Oct 2015 15:36:03 +0000]
Localization: regenerate locales
Change-Id: I69f710e161efd7e2163d9dbf307db7822fffdcba
Clément DAVID [Wed, 21 Oct 2015 08:35:26 +0000]
Java tests: fix junit4 setup (by adding the missing Hamcrest jar)
Change-Id: Ia45c0c5ce3b267b0bbf880754aedfd118eb8ecc7
Charlotte HECQUET [Wed, 21 Oct 2015 12:54:02 +0000]
* Bug #14203 fixed - Improve some error messages, some help pages and some comments.
Change-Id: I3a92432fe9f892fd330f18ef115c1f0bb15f7834
Clément DAVID [Wed, 14 Oct 2015 15:04:12 +0000]
Xcos MVC: handle XCOS / ZCOS file loading
* Restore the scicos decoders for mixed file loading
* Manage the mirror property on the Java side
* Implement partial var2vec / vec2var to handle old diagram loading
Change-Id: I0cb4cb92ee9ea80629c43926c93ee11c7849c3ef
Clément DAVID [Tue, 13 Oct 2015 14:25:57 +0000]
Xcos: reintroduce a private xcosDiagramToScilab
importXcosDiagram use this helper to decode files using the Java
implementation. The rationale behind : `importXcosDiagram` is a public
function that manage all supported file types whereas `xcosDiagramToScilab`
is an helper used to call the Java implemented decoders.
NOTE: This commit also slightly improve the decoding of XCOS and ZCOS
diagrams.
Change-Id: I3f7329194e728e60bce8b47033b28b77969a9002
Paul Bignier [Mon, 31 Aug 2015 08:35:47 +0000]
Scicos src: fix memleaks
Change-Id: I10aa444cf142eb58230c675a865252882972840b
Clément DAVID [Mon, 17 Aug 2015 07:47:59 +0000]
Configure: detect Atlas on Fedora >= 21
Change-Id: I37d5b951489328b04c71edbf8f59cb9626eddf99
Clément DAVID [Wed, 21 Oct 2015 09:28:53 +0000]
Make doc: build on Java headless
Change-Id: If45574d61bd41d02835540e40da97a930688e2af
Clément DAVID [Fri, 27 Feb 2015 13:31:27 +0000]
Xcos MVC: fix all cosf tests load and compile
See the out of source test file.
Change-Id: I68f9349ee6b08aafe3b940414f38e419c31d6131
Cedric Delamarre [Wed, 21 Oct 2015 08:32:05 +0000]
* Bug 14209 fixed - display of ImplicitList fixed.
// infinit loop
1:245
Change-Id: Ie9f6342329147698cb34077c7414f51ecdd52c23
Calixte DENIZET [Wed, 21 Oct 2015 08:08:47 +0000]
SLint: remove pcre_free_study (which caused a bug on OSX)
Change-Id: I6e2882d012271995d04dbd7b5bce7257657dd8b3
Paul Bignier [Tue, 20 Oct 2015 09:10:50 +0000]
Xcos MVC: fix memleak in list insertion
A List inserted in another List is cloned, so free it after it is appended
Change-Id: Ie04a37c3e1c9007ca87b040b9c50aade9e984510
Cedric Delamarre [Mon, 19 Oct 2015 14:43:45 +0000]
[bug_14205] double free fixed
Change-Id: I08a885c933c921ab7501af173cfebdf051b6d8bb
Antoine ELIAS [Wed, 21 Oct 2015 08:36:44 +0000]
fix new power impl on windows, zgemm need doublecomplex pointer
Change-Id: I994d8e4d6a2d53115e15b91a2044b79542c59483
Cedric Delamarre [Tue, 20 Oct 2015 10:10:11 +0000]
libX dependencies removed in cli binary
Change-Id: Ib1412fd4ed890efbf4be8185e049dd5a9552bb76
Cedric Delamarre [Mon, 19 Oct 2015 10:29:21 +0000]
performance improved about power.
a=rand(1000,1000);
tic();g=a^1024;toc()
tic();g=a^1023;toc()
test_run ast power
Change-Id: I087291bfe9d211fb9c51da66e8e7d181cf193f4b
Cedric Delamarre [Tue, 20 Oct 2015 15:03:51 +0000]
invalid read in polynomials prod fixed and bool2s memory leak fixed
test_run elementary_functions prod
test_run elementary_functions prod mode_nwni_profiling
Change-Id: Ic76286c97496e8f9e1e2e90e083d83e8672c75a7
Clément DAVID [Wed, 7 Oct 2015 15:23:35 +0000]
Linux : SSE2 support is now mandatory
Note: this is only for i686, as x86_64 already requires that.
Change-Id: I3b4f9a99066d6d13bdf209d3691a340489aa92cd
Antoine ELIAS [Tue, 20 Oct 2015 12:54:08 +0000]
fix null terminated in toUTF8 and toWide convertion functions
Change-Id: I0247015a8f5f6654611c66c9e73221c1c03468e4
Antoine ELIAS [Tue, 20 Oct 2015 11:02:45 +0000]
wrong name of embedded file
Change-Id: I29951b0ed44550c157a93861b2cb70bcf65882c9
Cedric Delamarre [Tue, 20 Oct 2015 10:13:25 +0000]
modules Makefile.am fixed about forgotten '\'
Change-Id: Ic8b23ed1b63923072048a5dfebb627345e846473
Antoine ELIAS [Tue, 20 Oct 2015 08:50:53 +0000]
add cnes slint configuration files to Windows installer and enable tclsci module
Change-Id: Ia4a66da9e94f2667dbade10d5d31c14719fcb226
Calixte DENIZET [Tue, 20 Oct 2015 08:49:57 +0000]
SLint: add xml conf files
Change-Id: Iebf83aacbf984883b5dc9d53d858330af416eb63
Antoine ELIAS [Tue, 20 Oct 2015 06:43:27 +0000]
enable slint module at scilab start on windows
Change-Id: I014b3dae6fb78a3dc8595de6d856cf4ff97a3bec
Clément DAVID [Mon, 19 Oct 2015 15:44:29 +0000]
Xcos MVC: regenerate SWIG files
Change-Id: Ie6a06361316f0497eea29123856848861a85b281
Antoine ELIAS [Mon, 19 Oct 2015 16:05:12 +0000]
add slint to windows installer
Change-Id: I5b06b2003f6fa122524019441fd30827dd259a75
Paul Bignier [Wed, 30 Sep 2015 14:15:04 +0000]
Xcos MVC & GUI: allow to clone naked blocks (no ports)
* This avoids cloning some ports twice when dragging blocks in the Xcos GUI
To make sure of this:
--> xcos
--> scicos_log("TRACE");
// Drag'n'drop a block from the palette to the diagram and monitor object creation
Change-Id: I4b290780e58c17e3ea44af7b57fc4ec211214714
Calixte DENIZET [Mon, 19 Oct 2015 14:31:15 +0000]
Slint: add PCRE flags (again...)
Change-Id: I76135d704032630ab225c8bc4edf5672ad15e9ed
Calixte DENIZET [Mon, 19 Oct 2015 14:12:38 +0000]
Slint: add PCRE flags
Change-Id: I483d24d646347beebf51aae298edd533c17a1cc9
Clément DAVID [Mon, 19 Oct 2015 12:33:55 +0000]
Xcos: as the loading is incomplete, NPE may be thrown
This commit disable image generation from XCOS / ZCOS files to make
compilation chain PASS.
Change-Id: I56533944fb1f0ff8e48e694a854658b446d2bb79
Calixte DENIZET [Tue, 25 Aug 2015 16:12:51 +0000]
Add a lint tool for Scilab's code
Change-Id: If1a069eedcc3f038e943f1e27288d3d95b750893
Paul Bignier [Fri, 9 Oct 2015 14:12:48 +0000]
Xcos GUI: fix Link creation
--> xcos();scicos_log("TRACE");
// Check that creating Links by dragging them from block ports updates CONTROL_POINTS at the right times
Change-Id: I4c5a59a4bf75bfd570bfe86ee75f30fa3fc579e7
Cedric Delamarre [Fri, 16 Oct 2015 09:04:34 +0000]
Mac complation fixed about missing symbole __ZN12TclsciModule4LoadEv
Change-Id: I4c31670a8db763d2b790a4f560a5968062ee9096
Antoine ELIAS [Fri, 16 Oct 2015 09:09:45 +0000]
clear result in listexp before leave
Change-Id: I625daa50b272b35ad63a270f1abedf03aac4e17b
Charlotte HECQUET [Thu, 15 Oct 2015 09:56:08 +0000]
* Bug #13864 fixed - macro %l_isequal was useless in Scilab 6.
Change-Id: Ib22dd4d57e7bafc978041b6666756e0f8830ad17
Clément DAVID [Fri, 2 Oct 2015 18:44:22 +0000]
Xcos GUI: handle XCOS / ZCOS import
Change-Id: I8c89984de76cf2f936529e14ba038634ab9168ee
Clément DAVID [Wed, 14 Oct 2015 12:48:22 +0000]
Xcos MVC: add a mirror boolean on ANGLE
Change-Id: I277b9e8308d98314d2b89b9d5b22eae71536e778
Antoine ELIAS [Wed, 14 Oct 2015 12:01:19 +0000]
fix row concatenation with overloaded type
Change-Id: I2eb6f33e313246c58716ce282a0444dda1270df9
Charlotte HECQUET [Tue, 13 Oct 2015 13:17:36 +0000]
* Bug #13862 fixed - There was no lazy evaluation of 'or' operands in 'if' tests.
Change-Id: I5484462a410322cd4f623ff106850a4e0f4c670e
Adeline CARNIS [Tue, 13 Oct 2015 14:03:15 +0000]
xpoly does not return handle. Test: Demo > CACSD > Inverted pendulum.
Change-Id: I44ea339ab4b95dd8acaa6d56a041e6ea4228c1d5
Adeline CARNIS [Thu, 1 Oct 2015 15:07:25 +0000]
call function does not exist in version 6. A gateway has been created.
To test: Demo GUI > Introduction: Getting started with Scilab > Call an
external routine
Demo GUI > Dynamic link > Call a C function
Demo GUI > Dynamic link > Call a Fortran subroutine
Change-Id: I610b7b4742c99153581ddf5aef24f14b5a64012f
Charlotte HECQUET [Fri, 9 Oct 2015 14:34:00 +0000]
fgrayplot demo was K.O because of command grayplot(x,y,m,);
Change-Id: I9b6120773da7e28ccf335616bc01d13d55964e39
Cedric Delamarre [Tue, 13 Oct 2015 16:14:42 +0000]
[mem leak] run_CallExp fixed about ImplicitList
1:10
Change-Id: I1c43d099df9c9564b4c3ac9defd4aebb99e4df92
Cedric Delamarre [Tue, 13 Oct 2015 15:28:31 +0000]
[memleak] scicos => var2vec leak fixed about List and Struct
a = var2vec(tlist(["" ""],list()));
vec2var(a);
a = var2vec(struct("toto", list(struct("titi", 12))));
vec2var(a);
test_run scicos var2vec
test_run scicos vec2var
Change-Id: I288c779e4d773bb80f82407e766a77fd82d09683
Adeline CARNIS [Tue, 13 Oct 2015 13:31:12 +0000]
%s*eye()-A replaced byg %s*eye(ma,na)-A with [ma,na] = size(A).
Test: Demo_Gui > Introduction: Getting started with Scilab > Operations
and numerical primitives
Change-Id: I026ea37ce0b143457958dad605e170a636c86a77
Clément DAVID [Tue, 13 Oct 2015 11:32:10 +0000]
* Bug #13990 fixed - `gettext` did not manage the added '_W' macro.
Change-Id: Ied05e5e123d011d4d72d28270a57beec7688129a
Paul Bignier [Tue, 13 Oct 2015 12:02:12 +0000]
Xcos MVC: hardcode function names to match Windows & Linux
* gcc macros display namespaces on Windows
Change-Id: I4aaed0e45fdc586b7425cef9c142cb0dda2bbd0e
Antoine ELIAS [Thu, 8 Oct 2015 09:22:41 +0000]
failed on exec correctly close file
Change-Id: If985cb040cadfe1a762b071f4aba35d0c32e791d
Charlotte HECQUET [Thu, 8 Oct 2015 13:19:38 +0000]
* Bug #13893 fixed - simp() function did not set a rational denominator at 1 when numerator was equal to zero.
Change-Id: Ic742094c7247b31ad86b4d77bd75f42c4014437d
Antoine ELIAS [Mon, 12 Oct 2015 09:19:55 +0000]
bug 14199: wrong management of matrix dimensions
Change-Id: Ia0ffab00ddce47a266105c388b82d8dab7b63c04
Paul Bignier [Tue, 13 Oct 2015 09:50:00 +0000]
Scicos tests: regenerate ref files with COLOR property
* Fix after https://codereview.scilab.org/#/c/17289
Change-Id: I38f23565f178c263d4734512b7ca481854a0022c
Antoine ELIAS [Tue, 13 Oct 2015 08:50:46 +0000]
fix scicos-cli compilation on Windows
Change-Id: Iba7e4f4209c5108cfc90c2cdc1932b081d7e9c66
Antoine ELIAS [Tue, 13 Oct 2015 08:17:27 +0000]
fix windows compilation after https://codereview.scilab.org/#/c/17289
MSVC does not like list initializers in class members initialization.
Change-Id: Ica1473a8238222be18df464e914415b63aa2a73b
Cedric Delamarre [Tue, 13 Oct 2015 08:38:14 +0000]
Linux compilation fixed after https://codereview.scilab.org/#/c/17274/
Change-Id: I7601812482b4cd631c1f1a7511d0f02f9564d451
Clément DAVID [Tue, 13 Oct 2015 06:33:31 +0000]
* Bug #13920 fixed - `getscilabkeywords` help page should be in the "Scilab keywords" section.
Change-Id: I86701f3ae44760fa2c411107251a71c7a0e80516
Paul Bignier [Tue, 13 Oct 2015 07:29:32 +0000]
Scicos MVC: minor comment fix
* Fix after https://codereview.scilab.org/#/c/17289
Change-Id: I583318b6b6719fff03a83343b8a8a07ee32167b0
Clément DAVID [Wed, 7 Oct 2015 13:27:22 +0000]
Xcos MVC: add a color and grid to diagrams and superblocks
Change-Id: Id5c9c3b8ca8a93c01f11714ec8a412c183e64581
Cedric Delamarre [Mon, 16 Mar 2015 10:19:07 +0000]
tclsci plugged
test_run tclsci
Change-Id: I50c12d7255fd4a828b4a971a4dab15f2775776fe
Clément DAVID [Mon, 12 Oct 2015 12:57:11 +0000]
Compilation: fix MacOsX after
c4b27724
Change-Id: Iea2b4a28c817de84413afb3e0db67820965e91ce
Clément DAVID [Wed, 7 Oct 2015 19:25:54 +0000]
* Bug #13908 fixed - part(text, n:$) was very slow.
Change-Id: I873009170ee38f6cc28357ce929238cfe999aa3a
Antoine ELIAS [Mon, 12 Oct 2015 10:47:34 +0000]
fix windows installer after https://codereview.scilab.org/#/c/17235/
Change-Id: If8ce05e23ecb060ffc173f7407301747a4b81858
Clément DAVID [Mon, 12 Oct 2015 08:02:28 +0000]
* Bug #13919 fixed - Scilab parsed "hidden" as a reserved keyword but it is not used.
Change-Id: I9a1f753eae3b46190e11275821198cd72d16673b
Cedric Delamarre [Tue, 6 Oct 2015 14:32:55 +0000]
CallExp must interpret arguments before function/variable
// error must be undefined variable b
a(b)
test_run ast bug_14135
Change-Id: Ibcf4f6c59faf1db3f1625e353e216e65690be794