Cedric Delamarre [Tue, 2 Jul 2013 10:13:02 +0000]
matrix division updated.
After master modification :
https://codereview.scilab.org/#/c/11610
https://codereview.scilab.org/#/c/10705
https://codereview.scilab.org/#/c/10753
test_run("linear_algebra","bug_9196",["no_check_error_output" ]);
Change-Id: I9a7bc445ab14a8e0359d1b8d0ad332e7fc0d0a10
Cedric Delamarre [Mon, 1 Jul 2013 16:00:10 +0000]
test updated, {} create a cell in YaSp.
Change-Id: Ia1282547ad034deee2b99075a7ebb45b2d243542
Cedric Delamarre [Mon, 1 Jul 2013 15:58:07 +0000]
overload %s_i_i rewrote for Yasp.
a = int8(hypermat([3 2 2]));
b = hypermat([1 2 2])+1;
a(1,:,:) = b
Change-Id: I1f5a475de2771ab72769674751dfaa8075a35ade
Cedric Delamarre [Mon, 1 Jul 2013 13:43:40 +0000]
qr updated.
https://codereview.scilab.org/#/c/10987/
Change-Id: I5644cde847192e5f64fad4b98348fb3fa1331b02
Cedric Delamarre [Mon, 1 Jul 2013 12:23:39 +0000]
inv : nonreg test 10921 updated.
Change-Id: I60f73087a69c6f591f261b5b70ef96edfcbaf354
Cedric Delamarre [Mon, 1 Jul 2013 12:16:05 +0000]
spec : error message corrected and test updated.
Change-Id: I9680936f2c63c2dfeb3eb65834de9790a6ad1a3b
Cedric Delamarre [Mon, 1 Jul 2013 08:46:32 +0000]
somes types tests updated.
Change-Id: I9508d44bacb2f44c0dfaad48b6a6d0726cdb96b4
Cedric Delamarre [Fri, 28 Jun 2013 15:25:19 +0000]
strtod function updated.
test_run("string","strtod",["no_check_error_output" ]);
Change-Id: I46074bc3858a5ec6fef8d6e535f3e4cfdb6045a4
Cedric Delamarre [Fri, 28 Jun 2013 13:36:36 +0000]
strcmp unit test updated.
Change-Id: I6c7217512480d70aa6920c6964dc02c8945c755d
Cedric Delamarre [Thu, 27 Jun 2013 09:01:46 +0000]
set types::Pointer as assignable.
ptr = umf_lufact(sparse(1)) // ptr should exist
test_run("arnoldi","bug_11653",["no_check_error_output" ]);
Change-Id: Ia8d2c40c2d1e939c5a0d19afd649ec8ef451a8a8
Vincent COUVERT [Wed, 26 Jun 2013 20:49:03 +0000]
Fix Mac OS X compilation.
* Remove duplicates
* Group YaSp specific libraries
* Do not list dynamic modules in engine libraries (remove libgomp.dylib dependency for scilab-bin)
+ Update of two Makefile.in files
Change-Id: I0797c312687a6378b1b48d0bc31668f61b77f9dc
Vincent COUVERT [Wed, 26 Jun 2013 20:38:30 +0000]
Move tests from SCI/modules/double/ to SCI/modules/types/ (double module has been removed from YaSp)
Change-Id: I167be3499f3641d45e241176c97669aeb98442b6
Vincent COUVERT [Wed, 26 Jun 2013 20:05:03 +0000]
Fix Mac OS X compilation
Change-Id: I48e7ecacdd90b6c1fce35c3b996f4faa8f804139
Cedric Delamarre [Tue, 25 Jun 2013 15:07:12 +0000]
typename rewrote.
Change-Id: I039126104087b6e5ac2dba8a65589e2b525ebe7f
Cedric Delamarre [Tue, 25 Jun 2013 13:10:18 +0000]
revert dae unit test from master.
Change-Id: I84c267a83761d4845b65c5871227cf31531de5d8
Cedric Delamarre [Tue, 25 Jun 2013 08:29:46 +0000]
dae unit test updated.
Change-Id: I36849ec06642fad6a9943ab428a82c2cf685bf00
Vincent COUVERT [Mon, 24 Jun 2013 21:56:00 +0000]
intg updated after modification in master.
This reverts commit
1e7fb44ad0241ec559c42e24eeea8efa0339cd2c.
Change-Id: If6b7fcd04e193aa6d1dc78bf0ae52842e5e7fe58
Cedric Delamarre [Tue, 25 Jun 2013 10:44:03 +0000]
intg unit test updated.
Change-Id: I175f3021ff0e8cfd9cbabe95ce32cf467a1f2034
Cedric Delamarre [Tue, 25 Jun 2013 10:43:48 +0000]
tmpdir path of the scilab start in test_run corrected.
Change-Id: Ic055de2ff9c21a1ba4de818185da5d1c3ab70790
Antoine ELIAS [Tue, 25 Jun 2013 08:53:31 +0000]
test_run update binary names on Windows
Change-Id: I81bb5d8caff1695ae4e88ee84a80f72a523d2465
Antoine ELIAS [Tue, 25 Jun 2013 08:13:48 +0000]
fix varargout management after https://codereview.scilab.org/#/c/11740/
Change-Id: I610bb6e6d1c30b952f32c15ebab41989e75cc636
Vincent COUVERT [Mon, 24 Jun 2013 21:55:30 +0000]
Revert "intg updated after modification in "
This reverts commit
a3aa43ffde1967d0d944b5c4c84db38295e18566.
Compilation fails under Windows
Change-Id: I700b2f5df01c19b6c488247a92c79d21ebd93844
Cedric Delamarre [Mon, 24 Jun 2013 16:19:09 +0000]
bvode unit test updated.
Change-Id: Ib5393adeaa5ab7a9d828a930741ff6c45bee731e
Cedric Delamarre [Mon, 24 Jun 2013 15:44:02 +0000]
min/max : management of [] corrected.
Change-Id: Icb3b31fafec9bb44c5de5cc0df0155bd48318e49
Cedric Delamarre [Mon, 24 Jun 2013 12:38:03 +0000]
Reset flags after execution of the file passed to Scilab with -f argument.
Change-Id: I643bac8cdfaf19b795354422163e7e417bd0c758
Cedric Delamarre [Mon, 24 Jun 2013 09:53:47 +0000]
intg updated after modification in master.
Change-Id: I420d5745fd89920c45afd04adbf71e78f8d3d6e6
Antoine ELIAS [Mon, 24 Jun 2013 08:21:14 +0000]
On windows :
- replug generation of 2 binaries ( scilex and wscilex )
- remove dependencies on jvm for scilex.exe ( installed version )
- update installer
Change-Id: I955ce6e38320b2fd3461ec90dce3a8198e4f4369
Vincent COUVERT [Thu, 20 Jun 2013 11:04:43 +0000]
Fix F2C compilation after https://codereview.scilab.org/#/c/11733/
Change-Id: I405df2d03bdbdd243e8706fcb497566bb20f21a4
Antoine ELIAS [Fri, 21 Jun 2013 12:19:25 +0000]
fix MacOSX startup
Change-Id: I40b0a95659adb92cac0983298975c8567eb756ed
Antoine ELIAS [Sun, 23 Jun 2013 08:01:25 +0000]
history_manager, add copy to \0
Change-Id: I468e0e4067f70228aa4d23a9b936bfcf5be51e22
Antoine ELIAS [Sun, 23 Jun 2013 07:59:18 +0000]
update banner
Change-Id: I88ed7311c0bf027cecada930abfa1415532be5d9
Antoine ELIAS [Fri, 21 Jun 2013 11:33:36 +0000]
propagate cmdline option in new main function
Change-Id: Idfcd23637b84cdb4a8497e5a3cb2678972325870
Antoine ELIAS [Fri, 21 Jun 2013 08:48:11 +0000]
fix intel compilation on windows
Change-Id: Ic51d6cc911b40577ada9b1cfb4806326f4f357d0
Antoine ELIAS [Fri, 21 Jun 2013 09:12:13 +0000]
move declaration of variables at start of block
Change-Id: I727c589437225528e0d640a6a3b5010ef1dd2577
Cedric Delamarre [Thu, 20 Jun 2013 16:01:59 +0000]
complex left division corrected.
test_run("linear_algebra","leftmatrixdiv",["no_check_error_output" ]);
n=3;m=5; b=rand(m,2)+%i;A=rand(m,n);
A\b
Change-Id: I49ec0282be2ffce5746a4b3c3f455b427cb3ee0a
Cedric Delamarre [Thu, 20 Jun 2013 14:49:23 +0000]
squeeze unit test updated.
Change-Id: Iff53ccf81e1fd1cd94c75026b85df699e11697e5
Cedric Delamarre [Thu, 20 Jun 2013 13:34:08 +0000]
nonreg_test about stacksize deleted.
Change-Id: I0a07e85f9fd6550aae0ba1bd886eba56456ab148
Cedric Delamarre [Thu, 20 Jun 2013 13:06:30 +0000]
deff macro corrected.
deff("foo", ["a=2;" "a=3;" "disp(a)"])
Change-Id: Ib75be121371040d4fd2e299f482f8116475e1749
Cedric Delamarre [Thu, 20 Jun 2013 12:24:49 +0000]
stacksize and gstacksize unit_test removed.
Change-Id: I9d8e97bb81e29d205df158795f27f3362f8283ee
Cedric Delamarre [Thu, 20 Jun 2013 13:25:51 +0000]
eq and ne whith types::Struct plugged.
Change-Id: Id01be2683c970aaef95f9e019b48a021e65cb7c0
Antoine ELIAS [Thu, 20 Jun 2013 13:47:39 +0000]
Merge remote-tracking branch 'origin/master' into yasp
Conflicts:
scilab/Scilab.sln
scilab/Scilab_f2c.sln
scilab/bin/scilab
scilab/modules/call_scilab/examples/call_scilab/c/common/myprog.c
scilab/modules/console/src/c/GetCommandLine.c
scilab/modules/core/src/c/dynamic_gateways.c
scilab/modules/core/src/fortran/fact.f
scilab/modules/differential_equations/sci_gateway/fortran/intg.f
scilab/modules/differential_equations/src/fortran/core_Import.def
scilab/modules/double/sci_gateway/fortran/matxpow.f
scilab/modules/double/src/fortran/Elementary_functions_f_Import.def
scilab/modules/double/tests/nonreg_tests/bug_3006.dia.ref
scilab/modules/elementary_functions/sci_gateway/fortran/sci_f_maxi.f
scilab/modules/fileio/sci_gateway/c/sci_filesep.c
scilab/modules/fileio/sci_gateway/c/sci_getrelativefilename.c
scilab/modules/fileio/src/c/filesmanagement.c
scilab/modules/fileio/src/c/mget.c
scilab/modules/history_manager/src/cpp/HistoryManager.cpp
scilab/modules/scicos/Makefile.am
scilab/modules/scicos/Makefile.in
scilab/modules/scicos_blocks/Makefile.in
scilab/modules/scicos_blocks/src/cpp/affich2.cpp
scilab/modules/statistics/sci_gateway/c/sci_cdfchi.c
scilab/modules/statistics/sci_gateway/c/sci_cdfchn.c
scilab/modules/statistics/sci_gateway/c/sci_cdff.c
scilab/modules/statistics/sci_gateway/c/sci_cdffnc.c
scilab/modules/statistics/sci_gateway/c/sci_cdfpoi.c
scilab/modules/statistics/sci_gateway/c/sci_cdft.c
scilab/modules/ui_data/src/c/ui_data.vcxproj.filters
scilab/modules/ui_data/src/cpp/BrowseVarManager.cpp
Change-Id: I6031b87db38025b5521ac07d2c8fa8ce217bc47a
Charlotte HECQUET [Fri, 10 May 2013 11:48:59 +0000]
cross function added. See bug #9941 fixed.
Change-Id: If020bc7b5d58fff5f2d23650cf30f1728b7e6759
Adeline CARNIS [Wed, 19 Jun 2013 13:35:37 +0000]
Fix test win64b: test_run('optimization', 'bug_11452')
test_run('optimization', 'bug_632')
test_run('optimization', 'lsqrsolve')
Change-Id: I02b79e795cd24dbf611353fa28bf4ac59c1849b2
Adeline CARNIS [Wed, 19 Jun 2013 13:01:57 +0000]
Fix test win64b: test_run('core', 'bug_8086')
Change-Id: I092963ea34f319ad01a75f381f52571c55362f11
Antoine ELIAS [Thu, 20 Jun 2013 10:08:52 +0000]
fix windows installer generation
Change-Id: I78a0e0d1400340ae35080579d42105311cb60767
Cedric Delamarre [Thu, 20 Jun 2013 09:25:19 +0000]
conj : error message corrected and unit test updated.
Change-Id: I7117752c5166fbb53590dbdfa752b94273dceee3
Adeline CARNIS [Wed, 19 Jun 2013 12:00:08 +0000]
*Bug #4042 fixed - squeeze(A(1,1,:)) returned an hypermatrix instead a matrix.
Change-Id: I10cacedfda6fc32b65897e9a996680c560a10509
Cedric Delamarre [Thu, 20 Jun 2013 08:54:36 +0000]
lexicographical gsort with nan corrected.
test_run("elementary_functions","gsort",[]);
m = [1 2 %nan;1 3 %nan;1 2 3];
b = gsort(m,'lr','i');
assert_checkequal(sci2exp(b,0), '[1,2,3;1,2,%nan;1,3,%nan]');
Change-Id: I9d0191477f4ccc7e165de10f9def6bff2dbf12c7
Adeline CARNIS [Thu, 20 Jun 2013 10:01:51 +0000]
*Bug #11766 fixed - nthroot in the m2sci help added.
Change-Id: If311b9befece8b8bad5597a96f8b045d52e64797
Charlotte HECQUET [Wed, 19 Jun 2013 14:17:57 +0000]
* Bug #12666 fixed - There was a memory leak in fft function.
Change-Id: I5aae78edee7ca0fd28aaf8610332f528cd7bccef
Adeline CARNIS [Thu, 20 Jun 2013 08:14:19 +0000]
Fix test win64b: test_run('integer', 'intops_v5')
Change-Id: I63b26d8a5f8d725cedf03f01ffe25e6e4d413d19
Adeline CARNIS [Thu, 20 Jun 2013 08:59:35 +0000]
Fix test win64b: test_run('simulated_annealing', 'compute_initial_temp')
Change-Id: I6c0958cd4862d50880976c2c1689b961f1bdbdd3
Clément DAVID [Thu, 20 Jun 2013 09:44:00 +0000]
API Scilab: add a test using allocMatrixOfBoolean
Change-Id: I1f960d878b2de04807802bdce06371b34a4ce484
Cedric Delamarre [Thu, 20 Jun 2013 09:07:40 +0000]
revert the erf unit test from master.
Change-Id: I6c3705c6313a7397837cbfa594522b9b7c8fd080
Paul BIGNIER [Thu, 20 Jun 2013 07:26:56 +0000]
Differential_equations: remove intg() warning
Related to bug #5728. The removed warning was not of substantial interest and messed with integrate()
Change-Id: I61ec534c3c344ce84b3e5aaebbee87c5b2cf350c
Cedric Delamarre [Wed, 19 Jun 2013 13:15:19 +0000]
elementary_functions unit_tests update about cell
Change-Id: I90fee24d2caceab9323104159da7429c6872c52e
Cedric Delamarre [Wed, 19 Jun 2013 12:14:54 +0000]
issquare unit test updated.
Change-Id: Id05e10c3f678b5d43287c0703815eb6fb024cf49
Cedric Delamarre [Wed, 19 Jun 2013 12:14:21 +0000]
macro squeeze updated for YaSp.
Change-Id: I18ae0a42960e1c5799ecf786eddd61e40cb668b4
Cedric Delamarre [Wed, 19 Jun 2013 12:12:22 +0000]
function cell update.
Change-Id: Idc8d6210796c7bdde32d99bd66798aecb0ca56aa
Cedric Delamarre [Wed, 19 Jun 2013 12:11:18 +0000]
lasterror and error message about the number of output arguments corrected.
Change-Id: If1d12888f822b3fc4044ba366d2cd2805ae49514
Cedric Delamarre [Wed, 19 Jun 2013 12:06:19 +0000]
add methode to know the number of input/output arguments of a macro/macrofile.
function toto(a), endfunction
toto(1,2)
lasterror() // should contain only the fist line
Change-Id: Iafe99e1eeeca7fc1b5edd4d36d743b75987653af
Antoine ELIAS [Wed, 19 Jun 2013 15:09:49 +0000]
fix insertion in cells
a=cell(1,3)
a{1} = 22
a{2} = 1:5
Change-Id: I95ea55d7b636e338ef6d175d978322c2a6235834
Cedric Delamarre [Fri, 14 Jun 2013 12:19:40 +0000]
module call_scilab
make check-call_scilab
Change-Id: I7cb8b100bcad06e467b5411ea8e972c108c2582a
Antoine ELIAS [Mon, 17 Jun 2013 17:57:36 +0000]
reforge main to prepare API mode, remove some files and link
Change-Id: I558300de289200175d1a55374074d54b1ebe0a3f
Vincent COUVERT [Fri, 14 Jun 2013 12:03:13 +0000]
Use standard error message
Change-Id: I031acaaca582395477b6b127ecc82a0bd959d568
Antoine ELIAS [Wed, 5 Jun 2013 11:13:43 +0000]
reforge symbol/context management
Thanks to Fabrice Le fassant for concept
Change-Id: I3df307fe2d30c3e65e8a3f73f5e85cd7d2926cb9
Antoine ELIAS [Fri, 14 Jun 2013 13:01:01 +0000]
fix bad prototypes in call_scilab
Change-Id: If7234c758576902ed93b56de8647a35d3601208e
Cedric Delamarre [Fri, 14 Jun 2013 12:17:29 +0000]
myprog updated with api_scilab.
Change-Id: Ib2d6130e15f5f881c79b1c1855b7c18c17d0030a
Cedric Delamarre [Thu, 13 Jun 2013 13:28:07 +0000]
toolbox skeleton : bad check of scilab version.
Change-Id: I098f8fa1eb65209717cebb2b28bf64b10a8dcd12
Cedric Delamarre [Tue, 11 Jun 2013 15:13:40 +0000]
call_scilab module plugged.
Change-Id: Ibb8e191cd31762344ad6ff25649cc1c9445a7ac8
Paul BIGNIER [Thu, 13 Jun 2013 14:04:00 +0000]
Polynomials: argument checks in lcmdiag
Change-Id: I4ff5fd260f066445b2c48202dffc426679ee9c58
Simon Marchetto [Fri, 14 Jun 2013 10:21:37 +0000]
* Bug #12470 fixed - Variable browser is not refreshed after loading an environment.
Fix: call updatebrowsevar() in 'load environment' script
Refactoring: Split fonctionalities in Variable Browser
- opening
- set data
- update
done in Java classes BrowseVar, ScilabVariableBrowser
and in C: new unit BrowseVarManager (replaces UpdateBrowseVar)
macro browsevar() calls openVariableBrowser()
macro updatebrowsevar() calls SetVariableBrowserData()
Change-Id: I982e8d85b60c7dc0859c4b59a35d3eb244b4112f
Sylvestre Ledru [Fri, 14 Jun 2013 10:27:08 +0000]
Try to fix the thirdparty lib path in the binary
Change-Id: I328d7f1abd5a381e2c0f7ba9e3849f8f6f00255d
Vincent COUVERT [Fri, 14 Jun 2013 07:59:16 +0000]
Fix Windows compilation after https://codereview.scilab.org/#/c/11622/
Change-Id: Icb2e7332ce70a8108168a7d1dc199d27dd9e36db
Sylvestre Ledru [Fri, 14 Jun 2013 07:39:16 +0000]
Remove matio declaration in ENGINE_LIBS (thanks to Vincent for spotting this out)
Change-Id: I52956192518e748a4329896cf699bcb5789f17a9
Paul BIGNIER [Thu, 13 Jun 2013 08:05:02 +0000]
* Bug #12679 fixed - Polynomials: argument check for gcd and lcm
Change-Id: I400feeb0683ef4c422496e071f1bb614a59a4239
Clément DAVID [Thu, 6 Jun 2013 07:36:29 +0000]
Bug #12651 fixed (2) - scicos_simulate did not works in nwni mode.
Some tests has been updated to use this mode, to check :
bin/scilab -nwni -f modules/xcos/tests/unit_tests/model2blk.tst
Change-Id: Ida727fc6ec7b1fb8f318340fe097d8f6f7facdc6
Cedric Delamarre [Mon, 10 Jun 2013 14:39:48 +0000]
tests about stacksize deleted.
Change-Id: I6c148aa0d6285f98443109a6349a265b8dc37c7b
Cedric Delamarre [Thu, 13 Jun 2013 14:55:57 +0000]
bug_I deleted because of comp.
Change-Id: I221e9daf7753394e7c51f246c1496d82bd04c7ad
Cedric Delamarre [Thu, 13 Jun 2013 14:50:43 +0000]
clear : error message corrected.
clear(["a","b"])
Change-Id: I25eea96102d6bdf821bd4b35841e2ece3672bb88
Cedric Delamarre [Thu, 13 Jun 2013 14:28:56 +0000]
localisation of undefined variable.
Change-Id: I89677e747a1fe81a1049692ac5c8c9d73a388736
Cedric Delamarre [Thu, 13 Jun 2013 13:45:03 +0000]
with_module : error message corrected.
with_module(["ffa", "ff"])
Change-Id: Id03e6bae74296993f7538fbb4e3af90b5027fe4a
Paul BIGNIER [Thu, 13 Jun 2013 14:50:28 +0000]
* Bug #12686 fixed - wrong error returned by instruction 'diff()'
Change-Id: I8f2278c02f6c7f28c700e30f42958142b9dbb6b3
Yuri Chornoivan [Thu, 13 Jun 2013 14:21:23 +0000]
Fix various typos
Change-Id: I659a87b08f731a5c882217e91dc5dadabbb11d31
Sylvestre Ledru [Thu, 13 Jun 2013 13:42:34 +0000]
Search libraries into lib/thirdparty into any cases
Change-Id: I36e4d62665f73d2a860193aba732b26f0786fb04
Sylvestre Ledru [Thu, 13 Jun 2013 13:42:34 +0000]
Search libraries into lib/thirdparty into any cases
Change-Id: I36e4d62665f73d2a860193aba732b26f0786fb04
Cedric Delamarre [Thu, 13 Jun 2013 13:15:35 +0000]
YaSp has no max number of variable.
Change-Id: Ic3ba018d07e05cc4e697ecc555d1c4723f03151d
Sylvestre Ledru [Thu, 13 Jun 2013 09:41:29 +0000]
Refresh the makefile.in
Change-Id: I70cd1fabc719ab8121fe9337d474dd2fde6b5682
Paul BIGNIER [Wed, 5 Jun 2013 09:59:40 +0000]
* Bug #5921 fixed (proposal 2) - Randlib: doc improvement for grand
Change-Id: I755ed5cd4a331c4b9dd50d94ddd9c8cc4264be51
Sylvestre Ledru [Thu, 13 Jun 2013 08:53:14 +0000]
BLAS_LIBS & LAPACK_LIBS are explicitly linked at the end. Unlike Scilab 5 in which the binary
is in C, Scilab 6 main is in C++. For some reasons (ie, I don't know why), libtool places blas and
lapack at the beginning of the order of the link. This caused some issues with the overload of the
xerbla function
Change-Id: Idbc4abf7be9b29113495a968d4a8c128f0718a7d
Sylvestre Ledru [Thu, 13 Jun 2013 08:42:38 +0000]
remove old comments to match the modules/Makefile.am from scilab 5
Change-Id: I6d4c98b172e3b8f52173915dcdfb2058797b0bf0
Vincent COUVERT [Thu, 13 Jun 2013 07:27:34 +0000]
These images are localized (https://codereview.scilab.org/#/c/11487/)
Change-Id: Ibcf062602ada608fd2e227b67a3c4549a19d4e5a
Paul BIGNIER [Tue, 11 Jun 2013 09:21:32 +0000]
* Bug #10269 fixed - qp_solve can now return an error flag
If a fifth output argument is present (qp_solve used to take up to four arguments),
then qp_solve returns the error flag in it,
and issues warnings intead of errors
Change-Id: Ia1a9fd2e8dd665e2fb0278223f8ae0648c3a1096
Paul BIGNIER [Fri, 31 May 2013 10:17:41 +0000]
* Bug #7648 fixed - Statistics: CDF functions can now only take integers as degrees of freedom arguments
Just ran a check on the arguments that are supposed to be integers
Change-Id: Ib9e37b305cc41a9adfeffd8531da303208bc0dbd
Paul BIGNIER [Wed, 12 Jun 2013 15:32:05 +0000]
Typo fix in SEP
Change-Id: I85cfee6fffb5213436095b381323fafd0318e1f9
Vincent COUVERT [Wed, 12 Jun 2013 13:45:10 +0000]
Fix some valgrind issues
This reverts commit
28637a6c27747d64d1d68387641d95fa3fd20bc6
Change-Id: Ibdecff1830d8242ee2ef56f9f1de65565aa3e2a8
Vincent COUVERT [Wed, 12 Jun 2013 15:03:59 +0000]
Fix f2c compilation after https://codereview.scilab.org/#/c/11667/
Change-Id: Id37a99dabedce51aaf4fa583c7ed7632392a6f50
Paul BIGNIER [Tue, 14 May 2013 09:16:20 +0000]
* Bugs #5728 10229 invalid - Differential_equations: Quadpack update
'intg.f' calls Netlib's Quadpack.
The upstream is now matched.
Sole input: added a warning message in order to prevent edge missing.
This makes the bug invalid because it shows that it is too much to ask from the solver.
Updated tests and doc.
Change-Id: Ia92fe0b437717590b633af8691242e4aa77f62ac
Vincent COUVERT [Wed, 12 Jun 2013 14:35:05 +0000]
Fix Windows compilation after https://codereview.scilab.org/#/c/11667/
Change-Id: Ib3c46c1fbf396aedd9761350bc9b6dcb6b799a5f
Vincent COUVERT [Wed, 12 Jun 2013 13:44:34 +0000]
Revert "Fix some valgrind issues"
This reverts commit
fd57a0024cdc02b9e933b199fb175eeb2cedea54
Change-Id: I29b5ee0b59d4bb6c0bd40ed86a5de0f40056aa90