Clément DAVID [Mon, 24 Jun 2013 06:43:25 +0000]
Ignore the .gitreview file used by git-review
Change-Id: I171e9b08600021277c19cd7aef2172076688548c
Antoine ELIAS [Fri, 21 Jun 2013 09:06:11 +0000]
add missing header
Change-Id: Iee60f9f17212df50bfd9a9f351e9777d1bac1d4d
Clément DAVID [Thu, 20 Jun 2013 11:20:21 +0000]
Fix some memory leak or valgrind suppressions
Change-Id: I0c755dcf339ee22b4d20cba61bf24add3f16ba50
Vincent COUVERT [Fri, 21 Jun 2013 08:14:48 +0000]
Rename variable because this name is the name of the function inside the .start file
Change-Id: Ia39d00aa65ad0b7ebf19723c47d1832d03c2cb9b
Charlotte HECQUET [Mon, 29 Apr 2013 14:04:59 +0000]
* Bug #4383 fixed - A warning added to show which time response is computed by csim
when direct feedthrough is set to zero.
Change-Id: Ic78d6ed14c985433aa1aab01bef3a5c9930089fe
Paul BIGNIER [Wed, 24 Apr 2013 07:15:00 +0000]
* Bug #7596 fixed - Squaring error messages between stack1.c and errorTable.c
The same error happening in two different places should yield the same error message in Scilab console
Change-Id: I597af80dd3783b10a507a97fad1146e13237f342
Vincent COUVERT [Thu, 20 Jun 2013 12:34:18 +0000]
Revert "* Bug #12666 fixed - There was a memory leak in fft function."
This reverts commit
9b555e2e7c9d132742e1178b5dc6b86f48f61ecb
Change-Id: I794e4b261fc0a8829c9c4fd52fde762767f6c6c5
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
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
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
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
Vincent COUVERT [Fri, 14 Jun 2013 12:03:13 +0000]
Use standard error message
Change-Id: I031acaaca582395477b6b127ecc82a0bd959d568
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
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
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
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
Paul BIGNIER [Wed, 5 Jun 2013 09:59:40 +0000]
* Bug #5921 fixed (proposal 2) - Randlib: doc improvement for grand
Change-Id: I755ed5cd4a331c4b9dd50d94ddd9c8cc4264be51
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
Vincent COUVERT [Wed, 12 Jun 2013 13:18:59 +0000]
Add missing items
Change-Id: Idd4063e67eb44d6b24643858ffa36d5c030f7a9a
Charlotte HECQUET [Mon, 22 Apr 2013 11:53:10 +0000]
Add on for bug # 7828: another calling sequence allowed.
Change-Id: Ic46f698b32fe34a7db193355cf496fd530901d81
Paul BIGNIER [Fri, 7 Jun 2013 08:15:42 +0000]
* Bug #12657 fixed - Double: doing v.^p computation in place
When v1 and v2 are real arrays, v1 >= 0 and v2 integer,
v1.^v2 can be done in place.
Added test.
Change-Id: Ibb6f8d1987a5f80fc79befcfb684ece1a71832f3
Paul BIGNIER [Mon, 10 Jun 2013 09:06:12 +0000]
* Bug #12678 fixed - nthroot() vectorizable
Allowing second argument of nthroot to be a vector or a matrix
Updated test and doc
Change-Id: I2aacd7076bcf82ad28dada6bc388ed81119a4914
Charlotte HECQUET [Tue, 30 Apr 2013 08:18:28 +0000]
* Bug #11885 fixed - Each rand has been changed to grand in genetic algorithms and simulated annealing functions.
Change-Id: I4534e29d3a9c0cc9b3e69343eb04e7eda440e533
Charlotte HECQUET [Fri, 19 Apr 2013 12:35:30 +0000]
* Bug #8511 fixed - sprand used rand and grand functions, and internal state of the random
generator was changed.
Change-Id: I666a2cbf73e6e47bbcf6f7d4e29ccd795c49c975
Charlotte HECQUET [Mon, 3 Jun 2013 15:08:22 +0000]
* Bug #12034 fixed - max function did not manage empty matrices.
Change-Id: I9b5ee92b2c1bd9a710958408ca1b93350e967db4
Charlotte HECQUET [Thu, 6 Jun 2013 15:40:57 +0000]
* Bug #9821 fixed - getrelativefilename did not manage matrix of string.
Change-Id: I40bf260d7dd57f73b936b86219de409fee528d92
Vincent COUVERT [Wed, 12 Jun 2013 10:07:38 +0000]
Fix Scilab crash after https://codereview.scilab.org/#/c/11673/
Change-Id: Ie042875cb616226f5722b6dcb023cd22a859f1f9
Vincent COUVERT [Wed, 12 Jun 2013 09:17:51 +0000]
Update localization templates
Change-Id: I484f45e340e8813e9173fe0f9c61edddeeab9273
Clément DAVID [Fri, 7 Jun 2013 19:35:26 +0000]
Fix some valgrind issues
Change-Id: I0d975b0eb081a203661bb3ad8233550837ca8049
Cedric Delamarre [Wed, 12 Jun 2013 08:31:04 +0000]
printf removed.
function a=foo(),a=sin(3),endfunction
bytecode(foo)
Change-Id: I4930e0f1b64ffd98b1643093e0c3f20edd22efef
Sylvestre Ledru [Tue, 11 Jun 2013 12:17:05 +0000]
Fix the XML declarations
Change-Id: I83dca4fca97932471ca2e1be178fe894a35dd8bb
Sylvestre Ledru [Tue, 11 Jun 2013 11:16:54 +0000]
Fix the XML declarations
Change-Id: I298779b18a4cd7aea2812f9b0be18f10e34c6fe1
Sylvestre Ledru [Tue, 11 Jun 2013 09:53:22 +0000]
Massive indent of all codes:
* .sci, .sce
* .h, .c, .hxx, .cpp
* .java
* .xml
Change-Id: Ibf3b7e01bcdd31074e1787adbb7d5686ba1e7e15
Charlotte HECQUET [Wed, 22 May 2013 15:14:03 +0000]
* Bug #12080 fixed - lsqrsolve always printed messages.
Change-Id: I2afdf623f78b395aa703695f1f70e394f103c22c
Charlotte HECQUET [Mon, 10 Jun 2013 06:42:28 +0000]
Non regression test of bug #2682 updated after https://codereview.scilab.org/#/c/11576/.
Change-Id: I355fe430cc5fd2a2c669ca7fbeaa8b08ca4b69f0
Sylvestre Ledru [Wed, 5 Jun 2013 15:27:33 +0000]
* graypolarplot has been improved in term of performance and rendering.
Change-Id: I6886179297913c5e6708835985b295ea88712478
Sylvestre Ledru [Wed, 5 Jun 2013 06:53:36 +0000]
add call_scilab_* examples to the git ignore list
Change-Id: I2f977348ad709f4c5daca7a03195fa3a9598fc4a
Sylvestre Ledru [Wed, 5 Jun 2013 06:40:22 +0000]
In case of segmentation fault, declare it could be caused by a graphic driver issue. See mailinglists.scilab.org/Scilab-5-4-1-Segmentation-fault-td4026756.html
Change-Id: Idabace119918c6814b97c5a4f690e41bb555f8b4
Sylvestre Ledru [Tue, 4 Jun 2013 12:39:02 +0000]
* Bug #12624 fixed - In case of errors in Scilab macros, make sure that
"make check-TESTS" fails correctly.
To reproduce it,
$ rm modules/umfpack/macros/lib
$ make check-TESTS
Change-Id: Ie8d20020715e2ed5e490ab5a60d9d5a5c018a4a8
Paul BIGNIER [Fri, 7 Jun 2013 16:00:02 +0000]
Minor typo fixes
Change-Id: I8a5ec2d7614678b49f919bd9af8c846cd1267529
Charlotte HECQUET [Fri, 12 Apr 2013 15:49:10 +0000]
* Bug #7080 fixed - Some graphics macros did not use standard error messages.
Change-Id: I96a5d3c3976ec98cd7fa4d18fa18e8e9e77ba0a2
Sylvestre Ledru [Tue, 4 Jun 2013 11:37:22 +0000]
* Bug #12637 fixed - Some signal processing functions were not in the correct
section of the help pages.
Change-Id: I592767a9bec157eb4a7e319a3fe31786e4cd3675
Clément DAVID [Tue, 4 Jun 2013 07:08:18 +0000]
* Bug #12651 fixed - The 'nw' scicos_simulate option did not work while
passing a previous Info simulation status.
Change-Id: I0f54f03edec73877e763a7e9f57914dbcb5b09ba
Alexandre HERISSE [Fri, 24 May 2013 11:13:00 +0000]
update I/O autonumbering algorithm (buggy with region to superblock action)
Change-Id: Id73b72f263dab64950ec9b35f3768677153ba490
Sylvestre Ledru [Tue, 4 Jun 2013 12:34:49 +0000]
in some contexts (errors in the macros for example), atomsQuit might not be declared. check that the function exists
Change-Id: I48ccc7f30e2c0577f290101990c85e1e92b89b1e
Sylvestre Ledru [Tue, 4 Jun 2013 12:30:33 +0000]
* Bug #10596 fixed - exit(xxx) from Scilab was failing.
Change-Id: Iaa290d5c7a26f6643a48e37c64c505db6dcf6a98
Paul BIGNIER [Tue, 4 Jun 2013 13:01:18 +0000]
Minor typo fixes
Change-Id: Ia8d56cdb55ba400db8e4857723db63a733a87157
Simon Marchetto [Thu, 18 Apr 2013 11:28:34 +0000]
* Bug #8778 fixed - Call_ScilabOpen, TerminateScilab can not be called more
than 80 times in a loop.
Fix: free stack (and global stack) in TerminateScilab
+ refactoring: freemem, freegmem renamed to freeStackLastMemory, freeGlobalStackLastMemory respectively
Change-Id: Idc282a2460c2b83f954d94634ac6ce002a7b0bae
Rui Hirokawa [Sat, 1 Jun 2013 06:08:05 +0000]
- added japanese translation of hdf5.
- language tag corrected.
Change-Id: I9f9327c24e87c3e84ce771fda5e72798f7699c64
Paul BIGNIER [Mon, 3 Jun 2013 09:55:29 +0000]
Sparse help: fix lusolve calling sequence
Used traductor for japanese (copied from argument 'b')
Change-Id: I393073910931e513752f3971e787598f11547385
Vincent COUVERT [Fri, 31 May 2013 09:57:44 +0000]
* Bug #12615 fixed - Graphics seemed to be dead after a call to plot/bar/barh with
a bad LineSpec argument.
Change-Id: Ie39ef58ab4555ef4250b0f5561794b121549f2fe
Charlotte HECQUET [Fri, 31 May 2013 13:54:16 +0000]
* Bug #12557 fixed - Valid function names were not specified in help pages of function and functions.
Change-Id: I4c0f91df24d11974d42f996157ad837af4939927
Paul BIGNIER [Thu, 30 May 2013 09:54:48 +0000]
* Bug #7486 fixed - Linear_algebra: DGELSY update and closer to the upstream (ZGELSY as well)
Update DGSELY (minor diff) from 3.0 to 3.3.1.
Instead of commenting out the part of the code that we are not interesed in, add an input parameter that will be tested around those parts.
This commit does not modifiy anything for the user, but we can now send our modifications to LAPACK.
Change-Id: I9ed03714943fd7fb443224dcccbb165df031f298
Paul BIGNIER [Thu, 30 May 2013 09:41:41 +0000]
Linear_algebra: giving DGELSY and ZGELSY their own files
I don't know why they were crammed in the same file.
This commit is a first step to update these functions.
See abandoned https://codereview.scilab.org/#/c/11608/
Change-Id: Iaad2ade229e5182d027a3391e15711334970f184
Adeline CARNIS [Fri, 31 May 2013 12:41:18 +0000]
Fix Windows compilation
Change-Id: Icb9d20166bc2c74bc7cdd7967f156f6ab01017d0
Charlotte HECQUET [Thu, 23 May 2013 14:31:38 +0000]
* Bug #7826 fixed - chart tagged as obsolete.
Change-Id: I5a11224aa23c7bc80dfd95ce8afa82f036aaa5ab
Charlotte HECQUET [Mon, 27 May 2013 09:16:29 +0000]
* Bug #12639 fixed - justify([], position) returned an error instead of "".
Change-Id: Ia740d55c62e103985b8073509936968d44e20a2e
Simon GARESTE [Thu, 23 May 2013 15:30:43 +0000]
fixing bugs 12070 and 12413 - we can now remove modules whether connected or not.
Change-Id: I276ef6cd87fe3db0152d85692d09f80307f25888
Paul BIGNIER [Fri, 3 May 2013 15:18:13 +0000]
Minor typos in statistics module
Change-Id: I7d5885902769659a6e184e373730a35f78a6416d
Paul BIGNIER [Fri, 3 May 2013 09:29:11 +0000]
* Bug #7296 fixed - Enabling %nan, %inf and -%inf for the cdf* functions
Change-Id: Iecf0699cd87975c827f51639da446e3b42e2c00f
Vincent COUVERT [Fri, 31 May 2013 07:48:10 +0000]
Add missing files
Change-Id: I2c825922434abc74a45ee1e7c2580a52e280d63e
Vincent COUVERT [Fri, 31 May 2013 07:38:23 +0000]
Replace name by variable
Change-Id: I380e0574df6c4ae3cf4c8ec25d10dbf4dced3018
Charlotte HECQUET [Fri, 3 May 2013 15:32:41 +0000]
* Bug #11139 fixed - conj was not defined for sparse matrices (+ unit test added).
Change-Id: Ic05f78bfa6ea71eff32264ecd1a9451210b98c5c
Paul BIGNIER [Fri, 24 May 2013 09:28:16 +0000]
Fix f2c compilation
Also fix some numbering issues, making ddaskr suitable for more than one dimension problems
Change-Id: I335c648747ad3144ef657840284f5f123427fd93
Rui Hirokawa [Mon, 27 May 2013 14:25:02 +0000]
sync with 5.5.
Change-Id: I4cd20c70fd1ed49b3d1a60776b5fd33b9fbbee9e
Rui Hirokawa [Mon, 27 May 2013 14:10:09 +0000]
added api_scilab.
Change-Id: Ifd1276d7f288283209eeffad9003b5d034340c06
Charlotte HECQUET [Wed, 29 May 2013 06:31:05 +0000]
Sort commit numbers in CHANGES_5.5.X.
Change-Id: I22188a066a77e9a233b5ca7ba4566f007e27fc50
Charlotte HECQUET [Mon, 27 May 2013 10:21:12 +0000]
* Bug #12143 fixed - "stop entity picker" (ged(11)) returned an error message.
Change-Id: If4aee12605b6db83ed5a7994591d7f1625a6b55c
Clément DAVID [Fri, 24 May 2013 14:19:53 +0000]
Xcos: fix regression after
88502bae
External ports had some wrong modification.
Change-Id: Id26ca9c32589a598ec945e7e30efd308e89ab493
Clément DAVID [Fri, 24 May 2013 09:01:34 +0000]
* Bug #12460 fixed - xcosPalGenerateAllIcons sometimes crashed Scilab.
The crash (or any stack issue) was due to mixed Scilab execution (stack
and store commands). The implementation as a macro avoid Java->Scilab
calls.
Change-Id: Ibc9533c33bf5bbd7fec0495c665c26341822db92
Charlotte HECQUET [Fri, 24 May 2013 09:18:20 +0000]
* Bug #8856 fixed - Non regression test for [k,l,m,...]=find(a==5) which works with matrices (not hypermat)
+ non regression test of bug #476 updated.
Change-Id: Ic43d852fe41584438fd5941813e17dfd8efdb7b6
Charlotte HECQUET [Fri, 24 May 2013 12:34:14 +0000]
* Bug #10213 fixed - sci2exp can be impacted by format which has been mentionned in its help page.
Change-Id: I570cf25d4b7b1963715c44f44bec2a3f14f28a0d
Charlotte HECQUET [Fri, 24 May 2013 08:41:25 +0000]
* Bug #8857 fixed - Non regression test for bug #477 updated.
Change-Id: I6e467c20f4e89727144923915e20a688266d2cc6
Charlotte HECQUET [Fri, 24 May 2013 08:51:31 +0000]
* Bug #8858 fixed - Non regression test of bug #480 updated.
Change-Id: Icb26eff7159183942bbe4b9c723955ba07e05bb3
Charlotte HECQUET [Fri, 24 May 2013 08:07:59 +0000]
* Bug #8614 fixed - Unit test for barhomogenize added.
Change-Id: I56ebb7928c31150a5e8b2cc3b7d59817f93442ab
Alexandre HERISSE [Fri, 24 May 2013 08:33:45 +0000]
* Bug #12387 fixed - Setup menu option "Modelica initialize" did not blur
during simulation.
Change-Id: Ib8bbd4200f7499ed39b3b5ed37b398e678efba9c
Alexandre HERISSE [Thu, 23 May 2013 14:03:14 +0000]
* Bug #12619 fixed - The discrete block DLR was not displaying latex formula
like continuous CLR block.
Change-Id: I0fc694618f4efad4dcf023ac3314678716b6ca40
Charlotte HECQUET [Thu, 23 May 2013 08:33:57 +0000]
* Bug #8234 fixed - strtod did not return an empty matrix when input argument was an empty matrix.
Change-Id: Ied892d878086eaea36a35a8c4be1edf6a53ddef6
Charlotte HECQUET [Tue, 21 May 2013 08:25:46 +0000]
* Bug #12629 fixed - Last example of csim help page defined a function input() overwriting the Scilab one.
Change-Id: I4631cdb592080f9fd42fa343ac1b21a6a8152944