Antoine ELIAS [Mon, 17 Aug 2015 13:58:47 +0000]
ast, elementary_functions, string, fileio, output_stream memory leaks
Change-Id: I03c514074aad77ad5971adb75352bed98b378932
Antoine ELIAS [Mon, 10 Aug 2015 10:31:05 +0000]
add a class to store dlamch constant
Change-Id: I25f1a19aa701f9c4460aa1a0aca58ef4879dc567
Clément DAVID [Fri, 21 Aug 2015 16:35:13 +0000]
test_run: add an "mode_nwni_profiling" parameter
test_run ast eq
test_run('ast', 'eq', 'mode_nwni_profiling')
Change-Id: If6f070b7156844205450f0916fb14298597d18c8
Antoine ELIAS [Mon, 10 Aug 2015 10:33:19 +0000]
ast memory leaks
Change-Id: I468d734f7b13a3ec093861c83a116e478fe8c2ef
Cedric Delamarre [Fri, 21 Aug 2015 14:51:38 +0000]
matplot color fixed
Change-Id: I4767ce543dac70b0079a80b83bd3d78326597568
Cedric Delamarre [Mon, 24 Aug 2015 08:05:35 +0000]
Windows compilation fixed.
Change-Id: I3bcd75c6825c83a1ef7093014a16dafa71f3fc99
Cedric Delamarre [Thu, 20 Aug 2015 15:29:41 +0000]
unintialize value fixed and std::atomic used in Runner
Change-Id: I84c35ac62b7c662eb0fa04e8f282a292d3425248
Clément DAVID [Fri, 21 Aug 2015 13:37:43 +0000]
Xcos log: avoid ambiguous definition
Change-Id: I03b2c628a776f42eae9fa0a17552a63025f77736
Charlotte HECQUET [Fri, 21 Aug 2015 12:22:17 +0000]
* Bug #14095 fixed - Scilab crashed when a .fig file was loaded with loadmatfile function.
Change-Id: Iaf40d04029779ca656b188261d3f2d590fecf5f9
Clément DAVID [Fri, 21 Aug 2015 06:14:34 +0000]
Xcos JNI: add getObjectProperty(..., bool)
* The bool accessor was not mapped to the Xcos Controller
Change-Id: If8d29736d185567f28735b49a9d11fba53b78fba
Clément DAVID [Thu, 20 Aug 2015 14:32:34 +0000]
Xcos MVC: add a default explorer view
Implement a Treeshow-like Java view. This also check that everything is
fine while implementing a view with a state in the Event Dispatch
Thread.
Synchronization on Model object creation / deletion should be managed
and a reference have to be stored on the Java side for all used object.
Any access on Controller::getProperty / Controller::setProperty with
invalid uid will return an error status that is passed through the
caller.
As the C -> Java calls are slow, the view is installed on demand. A huge
diagram can be loaded in seconds and the view retrieve data and track
all changes reducing performance once installed.
Change-Id: I79b474aa81db5eb365e2b755e757ccf4bebb0a68
Clément DAVID [Thu, 20 Aug 2015 09:49:49 +0000]
Xcos scopes: fix the error reporting on NWNI mode
an NWNI simulation with a scope crashed without reporting a
comprehensive issue.
Change-Id: Ic5c739dc720f5a32675e4cd777839b3891f24019
Cedric Delamarre [Thu, 20 Aug 2015 09:07:30 +0000]
* Bug #14040 fixed - graphic property setting fails when using array of handles
test_run graphics bug_14040
Change-Id: I53bff92be35a2362a967ae667ecaba40baa71fa9
Samuel Gougeon [Wed, 19 Aug 2015 15:13:37 +0000]
* Bug #13944 fixed - The menu "Toolboxes" was missing.
Change-Id: I2d7c6fd5d2d266311439f836feade20b8b5b412c
Clément DAVID [Tue, 18 Aug 2015 09:28:38 +0000]
Compilation: upgrade swig generated files to swig-3.0.7
Change-Id: Icdf009b631a4fba1363f7076bc8311a94172fd38
Samuel Gougeon [Wed, 19 Aug 2015 07:34:08 +0000]
restoring the Toolboxes menu for not autoloaded contrib/ toolboxes. bugzilla.scilab.org/show_bug.cgi?id=13944
Change-Id: If984e2ac3d107c831b1eff060fd84a694037b675
Charlotte HECQUET [Fri, 14 Aug 2015 14:15:04 +0000]
* Bug #14058 fixed - Scilab crashed with 'file("close", file())' instruction
Change-Id: I509d448162250dd36a75a048af62a35b473c5b02
Paul Bignier [Wed, 8 Jul 2015 08:02:07 +0000]
Xcos MVC: fix default 'wpar' property
* Gave its old default to 'wpar', for backward compatibility (for scicos_diagram.tst to pass)
Change-Id: Iab278e3189cdf8ad7d12718f9acd4fd65b29d6c4
Paul Bignier [Wed, 8 Jul 2015 07:48:21 +0000]
Types: fix fieldnames for Scicos objects
Change-Id: Ie6673295fd5aac362ca7346fc65a20aa3ff7171d
Paul Bignier [Tue, 28 Jul 2015 10:35:00 +0000]
Typo fix: varaible -> variable
Change-Id: I9194730134baae5c164b4b5ad950a83e283b02c1
Paul Bignier [Tue, 7 Jul 2015 10:26:10 +0000]
Scicos tests: fix getfield to mind Annotations and Links
Change-Id: I31cd6ef1e3bdf5c4f163eb3ae6d9573edf60869e
Paul Bignier [Fri, 3 Jul 2015 09:32:16 +0000]
Xcos MVC: allow to pass the properties in any order
* Also allowed to passed "fake" properties, that don't belong to the Adapter.
Nothing is done in that case
Change-Id: I4804872a4b38d42cc8f132fb6c0f496cfbaa5fff
Charlotte HECQUET [Fri, 14 Aug 2015 09:15:37 +0000]
mclose("all") showed a warning when it was executed in scinotes.
test_run functions exec
Change-Id: I546eb195b2823bfa7552609e1c036ca768b7000c
Charlotte HECQUET [Thu, 13 Aug 2015 09:16:12 +0000]
* Bug #14036 fixed - tag and user_data properties were not displayed and not documented for light entity.
Change-Id: Ie038ddea65aa87b81b28cf86b32cf158ff43796b
Charlotte HECQUET [Wed, 12 Aug 2015 13:53:17 +0000]
* Bug #13843 fixed - Scilab crashed when polarplot and plot2d were called with wrong strf value.
Change-Id: I1984e256bc3eba20ef72bfde07eb2c7674981f78
Adeline CARNIS [Mon, 17 Aug 2015 13:33:16 +0000]
* Bug #13750 fixed - Calling ss2ss function with flag = 2 returned an error.
Change-Id: I1b26deb55c87f835d9121046435fd8d9b27b1b6a
Adeline CARNIS [Wed, 12 Aug 2015 15:38:47 +0000]
* Bug #13780 fixed - size with two input and output arguments must return an error.
Change-Id: I2c590e4535926c0eca2bd55831970c55f8bdcbe0
John GLIKSBERG [Tue, 18 Aug 2015 10:34:52 +0000]
removed useless copy of input arguments when allocating output matrix of double
Change-Id: Ie60ca6926154d821718d9b9c91440e2e986d91e4
Clément DAVID [Tue, 18 Aug 2015 08:46:35 +0000]
Configure: fix --enable-build-swig option
Seems to be merge issue.
Change-Id: I3d6ce65743b5b11152852e8462051cb6847a5c3c
Clément DAVID [Wed, 28 Jan 2015 16:23:26 +0000]
fix some gcc 4.9 valid warnings
Scilab types used an int size whereas some natives functions return a
size_t. static_cast<int> is needed.
`for(iterator i = begin(), end = cases->end(); i != end; ++i)` will
disable optimizations as the end variable is not `const` thus might be
modified in the loop.
Change-Id: I828c95342c4e804e54dc7c0424a084d9708141cd
Paul Bignier [Tue, 21 Jul 2015 08:23:38 +0000]
Xcos gateways: fix 'opar' in model2blk() and pass blocks_link
* sci_model2blk.cpp forgot to set 'oparsz' values
Change-Id: I7b590cbb242d4e0df6ad6f5669360bede9680522
Paul Bignier [Tue, 21 Jul 2015 07:24:03 +0000]
Xcos tests: pass blocks_set
* https://codereview.scilab.org/#/c/16756 forgot to deprecate func_block in blocks_set.tst
* In YaSp, save() supports string arguments
Change-Id: I4319d5c69cbfc88824d095bd22b9fe571c15b5e1
Paul Bignier [Mon, 20 Jul 2015 15:27:33 +0000]
Scicos_blocks macros: fix SELF_SWITCH for Xcos 6
* Fixed trying to link to an object that doesn't exist yet in the diagram by 'pin', 'pout', 'pein' & 'peout'
If you want to do that, use 'model' instead of 'graphics'
It was not necessary anyway because the links do it...
Change-Id: I2e012825fe12d63208d539d40986555fb85e9f94
Cedric Delamarre [Mon, 17 Aug 2015 15:46:41 +0000]
mscanf in a callback fixed
function demo_1()
my_handle = scf(100001);
plot(1:10)
if is_handle_valid(my_handle) then
mprintf("Press Return to continue");
mscanf("%c");
end
plot(1:20)
endfunction
f = figure();
h = uicontrol(f, "style", "pushbutton", "string", "Lancer demo", "position", [20 20 100 50], "callback", "demo_1()");
Change-Id: Ia20ae93a63b971c433146b653b35813f8d1324ab
Paul Bignier [Thu, 9 Jul 2015 15:32:39 +0000]
Scicos_blocks macros: replace obsolete macr2lst
* In YaSp, macr2lst is replaced by macr2tree
* Tested by blocks_set.tst
Change-Id: I16398ce65c7be26c1e74b62df7468bf4926a1ab2
Paul Bignier [Wed, 22 Jul 2015 14:17:10 +0000]
Xcos MVC: minor fix
* Only call constructor instead of constructor + copy constructor
Change-Id: I895b9a45057be0140ee188d3b5b1ff523ba28953
Clément DAVID [Mon, 6 Jul 2015 11:52:15 +0000]
Upgrade autotools to the latest version
libtool-2.4.2
autoconf-2.69
automake-1.15
Change-Id: I35a3905325e274d9d7e0035ea5871b370b35c3be
Cedric Delamarre [Wed, 12 Aug 2015 14:48:59 +0000]
threads management fixed
* dead lock fixed
* debug print updated
* more comments added
* useless lock removed
copy/past the exemple of uicontrol_properties help page.
Change-Id: Ib3f96ba2114aa2bc80cfaba32d9ad99eb9061623
Adeline CARNIS [Thu, 13 Aug 2015 13:21:07 +0000]
*Bug #13872 fixed - The indices returned by unique were wrong. Non regression test added.
Change-Id: I156240b683f78f12416fbfb382d942c27052839a
Cedric Delamarre [Wed, 12 Aug 2015 15:20:12 +0000]
changes updated about forgotten bug closed
Change-Id: I8372a904d342e78d268e6d39b7246311745ae412
Charlotte HECQUET [Wed, 12 Aug 2015 09:36:15 +0000]
* Bug #14025 fixed - head_comments did not take into account compiled functions.
Change-Id: Ic21b0ff60bcb120aa845d4275a2df577371284f1
Adeline CARNIS [Wed, 12 Aug 2015 09:26:04 +0000]
* Bug #13709 fixed - the returned position by unique function was sometimes wrong.
Change-Id: I14e6df5a5e05686c986a873166461a072358b8bc
Abdoulaye DIOP [Mon, 10 Aug 2015 11:51:00 +0000]
Help couldnt be displayed when loading several modules
To reproduce this bug, exec several loaders in the scilab.start file, and try to use the help function
Change-Id: Id3ca2b0ff5ab2374e200328f33e460c36fe1e471
Adeline CARNIS [Tue, 11 Aug 2015 15:35:28 +0000]
Reimann demo: add callback_type property of play, pause and quit buttons.
This proprety is set at 10.
To test: Demo > Graphics > Animation > Reimann
Change-Id: I7d72ece87512452fde96da3162a072f6bd4e5523
Adeline CARNIS [Wed, 12 Aug 2015 07:26:08 +0000]
Replace 12 by 10 in levitron demo.
Change-Id: I8c642dc1367354a3884c64290ce2b4888984ce0c
Charlotte HECQUET [Tue, 11 Aug 2015 13:22:17 +0000]
Improve description of callback_type property in uicontrol_properties help page.
Change-Id: I1801d891df8bdd2df8040e7daca098742f388a5b
John GLIKSBERG [Tue, 11 Aug 2015 14:02:21 +0000]
[elementary_functions] fix argument check in log1p from < 0 to <= -1
Change-Id: I1b837a6265c1cade5158d023e1d7682605405aa3
Adeline CARNIS [Mon, 10 Aug 2015 15:39:40 +0000]
fort function does not exist in version 6. A gateway has been created.
Change-Id: I73e2b469ae0f2972137f00f20d5bf992267cf39f
Cedric Delamarre [Mon, 10 Aug 2015 12:39:36 +0000]
bug_14049 test added.
test_run io bug_14049
Change-Id: If957e22d6348fb78038089285f841b54ed9a2662
Charlotte HECQUET [Mon, 10 Aug 2015 07:39:02 +0000]
<para> was missing in scilab.xml help pages after https://codereview.scilab.org/#/c/16957/
Change-Id: I07325f2e84193bcc88e15565ed8a5378034337de
Cedric Delamarre [Fri, 7 Aug 2015 12:48:25 +0000]
the use of thread in optimisation, differential_equations and signal_processing removed
test_run optimization
Change-Id: Iddfc33063aaaba0e187d2a5da800aa56e64e8544
Antoine ELIAS [Fri, 7 Aug 2015 10:38:55 +0000]
update h5rm and h5flush tests to clean previous file
Change-Id: I57439099990e46e9b41d6ea3cc8f8eb00722dca4
Cedric Delamarre [Fri, 7 Aug 2015 10:04:12 +0000]
compilation fixed after https://codereview.scilab.org/#/c/16956/
Change-Id: Ifb34705fcb83a33f9d5a9b5cfe7fa989435d4e23
Cedric Delamarre [Thu, 6 Aug 2015 13:14:01 +0000]
command priority management
* Set command from gui (help, clc, resume, pause, abort) as prioritary command.
* Documentation updated about callback_type 0, 2, 10, 12.
* menu control => abort fixed
Change-Id: I19c0ffa03910eb8869e8d825f4439d3280d79288
Cedric Delamarre [Wed, 5 Aug 2015 16:43:36 +0000]
uninitialized variable
test_run graphics bug_14042
Change-Id: I053ff087d06c1238fca79219807c96248ec53ccb
Cedric Delamarre [Mon, 3 Aug 2015 10:22:48 +0000]
flag to force scilab exit after -e or -f execution added.
Change-Id: I76434aee1238715ed40c66353a785511d4c8113f
Cedric Delamarre [Mon, 3 Aug 2015 14:34:30 +0000]
sident gateway fixed and "bad lhs" error modified.
test_run cacsd bug_14006
test_run string bug_7282
Change-Id: I21e4888f645d8ff61cdbd8ab4eb6b522ff1720bb
Antoine ELIAS [Fri, 7 Aug 2015 08:22:34 +0000]
genlib can return 4 arguments
my_function = ["function test()";"foo()";"endfunction"];
my_function2 = ["function test2()";"foo(";"endfunction"];
my_file = TMPDIR+"/test.sci";
my_file2 = TMPDIR+"/test2.sci";
mkdir(my_dir);
mputl(my_function,my_file);
mputl(my_function2,my_file2);
[a,b,c,d] = genlib("test", TMPDIR,%T)
Change-Id: I099a80e2ef52aa8c1010d34931ba89903b109625
Cedric Delamarre [Wed, 5 Aug 2015 14:56:57 +0000]
exception fixed about lasterror
test_run development_tools|assert
Change-Id: Ic6db5a8291a034b1552e4069dd93143303de7cf3
Cedric Delamarre [Mon, 3 Aug 2015 08:45:08 +0000]
[bug_14020] mscanf fixed about empty data.
input call mscanf and they have to return an empty string
when nothing is entered instead of an empty matrix.
Change-Id: I13cc2bea99fff08927f1eeef8a24b0fb56ac26ac
Cedric Delamarre [Wed, 5 Aug 2015 13:50:09 +0000]
Threads management modified to execute all scilab script in the main thread.
Change-Id: If546fb624ac93005df24a1c22050d3e01cf396f8
Antoine ELIAS [Wed, 5 Aug 2015 14:38:48 +0000]
rename branch to master
Remove reference to YaSp
Change-Id: I0cdea9075519d1db06058d5d90f79bc0d46baf4f
Cedric Delamarre [Mon, 27 Jul 2015 15:43:56 +0000]
ScilabException management and bug fixed
* ScilabError and ScilabMessage removed
* InternalError added
* mlist print fixed when an error occured :
test_run data_structures list
Change-Id: Ie39647a3b606198d0e7ae87e68be0addea9a7eca
Antoine ELIAS [Mon, 3 Aug 2015 12:13:38 +0000]
ast: serialization, get string size after converstion to take care of multibyte chars
function test_string()
disp("chaîne avec des caractères spéciaux");
endfunction
Change-Id: I47328be07fe4b54b278d1536c575f8bad4e3e339
Antoine ELIAS [Mon, 3 Aug 2015 13:13:53 +0000]
Merge remote-tracking branch 'origin/YaSp'
Conflicts:
scilab/CHANGES_5.6.X
Change-Id: Id915fe8b5050104c1ddb9c21247da7f5d91cd5e1
Antoine ELIAS [Mon, 3 Aug 2015 13:11:02 +0000]
fake commit to diverge from origin/YaSp
Change-Id: I0e123a9581b8b35087aded86935e3cf10aa0fd9e
Cedric Delamarre [Fri, 31 Jul 2015 14:48:59 +0000]
missing Lock on parseur added.
Change-Id: Ibedce4c81d18effaf9e30cbe7179d9de116d5b14
Cedric Delamarre [Fri, 31 Jul 2015 15:51:53 +0000]
Lock to manage interruptible threads added.
Change-Id: I24ba52cd38cf391c4098089eb516d1631851ad31
Paul Bignier [Thu, 30 Jul 2015 08:08:21 +0000]
Differential_equations: fix ode gateway to match Scilab 5
* When using root-find feature, Scilab 5 returned [] in case no root was found
* Tested by Demos->Simulation->ODE->Chemical_process_(Stiff)
Change-Id: I69089f2d1d335d65f37471c77c9cf3da5e01abdd
Cedric Delamarre [Thu, 30 Jul 2015 16:13:14 +0000]
insertion in hypermat fixed
a(1,1,2)=12;
a(2,1,1)=14
Change-Id: I0f1da15de4a3f5d9f5deacfdc49bd4a241a0d06e
Vincent COUVERT [Thu, 30 Jul 2015 15:40:45 +0000]
Use same ref under Linux and Mac OS X
Change-Id: I201a46a10f25d028f7f55fac7b028046a5032bd4
Vincent COUVERT [Thu, 30 Jul 2015 15:37:03 +0000]
Fix test after https://codereview.scilab.org/#/c/16911/
Change-Id: I3b1454a195822d1354aadd8a697ac1175232a1c9
Adeline CARNIS [Wed, 29 Jul 2015 15:06:41 +0000]
Levitron demo updated. Stop and Reinit callback must be priority. Set callback_type property to 12.
Change-Id: I99c8f5ee6b45747089ec72b673ea08efae5d346c
Calixte DENIZET [Thu, 30 Jul 2015 10:45:04 +0000]
History: restore it
Change-Id: I3c1412ff51a23e1f14f2110a99d02cf993695b37
Cedric Delamarre [Thu, 30 Jul 2015 15:15:04 +0000]
display of exec fixed.
function testExec()
c = 1
b = 2
endfunction
exec(testExec, "errcatch", -1);
Change-Id: I9b67f425668ea6acc201d8f65fac08a605d2f915
Cedric Delamarre [Thu, 30 Jul 2015 14:43:33 +0000]
missplaced Lock fixed
get the test case of bug 12722, then click in the window and press some keys.
Change-Id: I0833d68f1effe1cb2bb0a461f7113b953d54e3d4
Cedric Delamarre [Thu, 30 Jul 2015 09:51:09 +0000]
double free in select case fixed
a=12;
select a
case 12
a=14
end
Change-Id: I8af5b4c4151ca1af30dba7c4eb2046e014d83286
Cedric Delamarre [Thu, 30 Jul 2015 11:47:05 +0000]
StoreCommand fixed and avoid Spurious Wakeups.
start Scilab with gui and click on cross to close it.
process never exit.
Change-Id: I960414ba2203c21dadee7d3452fb7f8c1f73f03d
Vincent COUVERT [Thu, 30 Jul 2015 15:19:08 +0000]
No more force English at startup.
Partial revert of https://codereview.scilab.org/#/c/16915/ & https://codereview.scilab.org/#/c/16912/
Change-Id: I02eba0f57bbae18d66b903635e09da1f02bba392
Francois Granade [Thu, 30 Jul 2015 09:14:32 +0000]
set up changelog for 6.0.0 alpha-2
Change-Id: I56fb5a85648b67f40b1cf4482685593a1e8bd6f6
Cedric Delamarre [Wed, 29 Jul 2015 16:00:02 +0000]
[demo] image.dat updated with new save
Change-Id: Ib0e3fca37f697af318c980d3f04de9112bd607c4
Antoine ELIAS [Wed, 29 Jul 2015 18:13:13 +0000]
fix storing of userdata address on 64 bits version
Change-Id: I43b6db0d431818945276f41173c1a12feaa04947
Antoine ELIAS [Wed, 29 Jul 2015 12:59:42 +0000]
add a ';' between end dans next command to help parser
bug reported : http://bugzilla.scilab.org/show_bug.cgi?id=14014
Change-Id: I598708c0d79380f0b0a81beea7bc36ed78dc8940
Antoine ELIAS [Wed, 29 Jul 2015 12:38:31 +0000]
Revert "insertion of [] in struct may used to delete entire row or col. fix some overloading tests"
This reverts commit
6bede4a5476297c4028368d269e35155bc4903e9.
Change-Id: Ifc2b5170d32ff947572e8049bb5d0b9ee6ef55f9
Cedric Delamarre [Wed, 29 Jul 2015 09:58:05 +0000]
close scilab with cross must close the process.
Change-Id: If88493977f0d289e7e30e9e50ca16aec60f0551f
Cedric Delamarre [Wed, 29 Jul 2015 09:38:47 +0000]
linux compilation fixed
Change-Id: I0c17ed6461ca3b03c3df307b903e1877a9e02884
Vincent COUVERT [Wed, 29 Jul 2015 09:32:58 +0000]
Fix a typo
Change-Id: Ic2f07b6b57c90e2e5d0911c9e0e6d5bebb42dd43
Cedric Delamarre [Tue, 28 Jul 2015 15:04:37 +0000]
module preferences plugged
Change-Id: Ib591895037b72513d1f7e7448e4c19834653d681
Vincent COUVERT [Wed, 29 Jul 2015 09:26:33 +0000]
Removed references to deprecated/removed functions
Change-Id: I573a1eb429e8ad6f65a6fe83db5a9f915b46537e
Vincent COUVERT [Wed, 29 Jul 2015 08:37:05 +0000]
Review + translation before release
Change-Id: I1885f5d5691c1a0d85891c6a327bf5461026eaba
Vincent COUVERT [Wed, 29 Jul 2015 08:06:06 +0000]
revnumber switched from 5.6.0 to 6.0.0
Change-Id: I4cd7a44f703fcc8d248fb9c2ae6ee115fa1e0e13
Vincent COUVERT [Wed, 29 Jul 2015 07:40:46 +0000]
Fix path to css + remove file from Makefile
Change-Id: I95856ab06590d9a7ba588a816ed517db0ad03f59
Francois Granade [Wed, 29 Jul 2015 00:02:22 +0000]
English help home page and CHANGELOG for alpha release. Missing the help home page in French
Change-Id: I3822bc9233b8ec2558c5321fadf6e97cd7ae3d52
Cedric Delamarre [Tue, 28 Jul 2015 15:25:31 +0000]
localization fixed under linux
Change-Id: I940aa2ed270e957b12a3b0a20a836817d6a79e86
Antoine ELIAS [Tue, 28 Jul 2015 09:08:05 +0000]
change variable declaration to f2c solution
Change-Id: I44bf099b745aaaf77dbef1a605c30ae336f9b23f
Calixte DENIZET [Tue, 28 Jul 2015 09:56:43 +0000]
Console: fix print issue in term after segfault and print the stack in this case
Change-Id: Ia1db001bab6125fdfe2a720b2b8f85edb34d169d
Antoine ELIAS [Tue, 28 Jul 2015 10:41:15 +0000]
add a space to prompt
Change-Id: I267654d6c0ad1aa50dd2a22b55bdbb2ed4a916db
Antoine ELIAS [Tue, 28 Jul 2015 11:53:47 +0000]
add welcome alpha message and force localization in en_US
Change-Id: I633ff7facfdeb5d1103a155b76396d96537b392a
Antoine ELIAS [Mon, 27 Jul 2015 16:17:18 +0000]
insertion of [] in struct may used to delete entire row or col.
fix some overloading tests
test_run overloading bug_7042
test_run overloading bug_2267
Change-Id: I2cbdc9fc6ab8cc1d693c665172436f750e455553
Antoine ELIAS [Mon, 27 Jul 2015 15:46:54 +0000]
update sparse test reference
Change-Id: Icf536624c1b0d4bae412599f4bd642a65097f8d6