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
Paul BIGNIER [Fri, 17 May 2013 07:12:19 +0000]
* Bug #8636 fixed - Polynomials: roots() doc update
Change-Id: I4d3453fceb857ed60a052cc0c7dbc3a1b806bf15
Vincent COUVERT [Thu, 23 May 2013 13:51:41 +0000]
Update localization templates
Change-Id: I862d0380579bd2c2a06ba5383118582d326f908d
Vincent COUVERT [Thu, 23 May 2013 13:48:04 +0000]
Use standard localisation message
Change-Id: I782217fcfd83b07926f4972f18dd5a8009c06f67
Charlotte HECQUET [Mon, 6 May 2013 14:54:45 +0000]
* Bug #10456 fixed - Functions ismatrix, isrow, iscolumn and issquare added (SEP 095).
Change-Id: I50d14b4128ed28d96a18952904258dd07b4367ed
Charlotte HECQUET [Thu, 23 May 2013 12:04:17 +0000]
* Bug #6466 fixed - Example with vectorized input added in help pages of mprintf and msprintf.
Change-Id: I4c1a315e957439b7ad7fa10451e8386a8cf42b94
Charlotte HECQUET [Thu, 16 May 2013 16:21:52 +0000]
* Bug #12613 fixed - gsort did not return correct results with %nan.
Change-Id: I95f12e4d9480f119ecf3baf44d3bab28cce6a88e
Charlotte HECQUET [Wed, 22 May 2013 07:05:48 +0000]
* Bug #12631 fixed - A "see also" link added from progressionbar to waitbar and vice versa.
Change-Id: I9974cae21cce8d53bcc6a35b35a31ca7bbc542cd
Paul BIGNIER [Tue, 23 Apr 2013 15:25:20 +0000]
ODEPACK solvers (daskr): adding Scilab macro example for pjac and psol
Change-Id: Iada46d9fc3025c75e6dd17ef8fb3e1ada536552b
Clément DAVID [Wed, 22 May 2013 10:21:36 +0000]
Xcos: remove hand-crafted scicos_block mlist
This only impacts unable to maintain composite blocks.
Change-Id: I4b0cd0e82eb7f983378513abd66c31351580edfc
Clément DAVID [Wed, 22 May 2013 11:42:44 +0000]
* Bug #12590 fixed - Block shape style is removed on file loading.
Change-Id: I070e66692dd298500a5628d6091faec578d5b824
Simon GARESTE [Thu, 23 May 2013 08:26:50 +0000]
fixing 12634 - could not install existing archive from contrib/archive in offline mode
Change-Id: I431c9cb89b412f787cb91385d97f656736fc2e35
Sylvestre Ledru [Sat, 18 May 2013 08:38:10 +0000]
Improve so piece of the code + translate to english
Change-Id: I4d108fb723be04108cdbd3fcbb71801a4fbb41af
Yuri Chornoivan [Fri, 17 May 2013 16:52:06 +0000]
Fix various localization problems and typos
Change-Id: If852c1ba2c7de5695863614c4348adfebfb9102b
Calixte DENIZET [Wed, 15 May 2013 15:50:58 +0000]
Help: fix few issues
Change-Id: I4c79466f11335a432514a40344718345abdcbba1
Calixte DENIZET [Fri, 17 May 2013 13:30:46 +0000]
FileBrowser: slightly improve buttons layout (Windows rendering was bad)
Change-Id: I92e05e46a65b724da4f7e54394cbb5e93f9cf1e4
Vincent COUVERT [Fri, 17 May 2013 14:29:36 +0000]
Update localization templates
Change-Id: I214d160ec8ee6a3b3a83e5b6730bdc39017381f6
Vincent COUVERT [Fri, 17 May 2013 14:25:51 +0000]
Use standard messages
Change-Id: I2fed5df35bb5a1ca4fb3ee842da2c38d6625784d
Calixte DENIZET [Fri, 17 May 2013 09:32:58 +0000]
Bug 11869 fixed: 'Environment' was not localized in preferences
Change-Id: Ie8005710fa4e6b95f8023696b30b33674bd0cb09
Paul BIGNIER [Fri, 17 May 2013 13:52:42 +0000]
Statistics: minor typo fix in cdfchi() and cdft() docs
Same kind as https://codereview.scilab.org/#/c/11530/
Change-Id: I9a1dabcb6d04578fa828ec53d7845d8c72a42459
Vincent COUVERT [Fri, 17 May 2013 13:12:59 +0000]
Update localization templates
Change-Id: Ida24743bdd62dc9e840650d0993b7306506b5d4d
Sylvestre Ledru [Fri, 17 May 2013 11:30:56 +0000]
Fix a typo (ouput => output)
Change-Id: I2ecb07be3261222684a0479333fc69968a36b681
Vincent COUVERT [Fri, 17 May 2013 12:40:15 +0000]
Use standard localization message
Change-Id: I4a70696e69585f3cdf7a08aa4a77cbb4a74e3280
Vincent COUVERT [Fri, 17 May 2013 12:08:22 +0000]
Use standard localization message
Change-Id: I9d7663a88c7fac3711e93431ade362c355d2d720
Paul BIGNIER [Fri, 17 May 2013 09:41:41 +0000]
Statistics: minor typo fix in cdfchi() and cdft() gateways
Error message did not correspod to actual error
Change-Id: Ia52348dbf9b058de727e8fe95398d7479dbdb360
Vincent COUVERT [Fri, 17 May 2013 12:00:55 +0000]
Use standard localization message
Change-Id: I0ebf83b3a5c2d7023714af762462c328d8f590d3
Vincent COUVERT [Fri, 17 May 2013 11:51:03 +0000]
Choleski ==> Cholesky
Change-Id: I66613ef28f70c10c3560bade65f44bbd7a4c6eeb
Vincent COUVERT [Fri, 17 May 2013 11:37:34 +0000]
Use standard localization message
Change-Id: I5a3f2906d1129044d7885a6602927e88135ef8e9
Alexandre HERISSE [Fri, 17 May 2013 08:33:47 +0000]
* Bug #12424 fixed - Calling lincos on a Derivative block made scilab crash
Change-Id: Id8fa5974bb39d11547c977ab4289478890aa1fb8
Paul BIGNIER [Fri, 17 May 2013 09:01:10 +0000]
Randlib: typo fix in grand() doc
Was fixed in https://codereview.scilab.org/#/c/11150/
but got reverted unintentionally in https://codereview.scilab.org/#/c/11454/
Change-Id: I16c7597066bbd5cf5ce0b2f7aecb119612326398
Cedric Delamarre [Fri, 17 May 2013 07:07:08 +0000]
fix linux compilation with --enable-stop-on-warning flag.
Change-Id: Iaac24fe7a632d3638f69944cf479510cf98a58f0
Charlotte HECQUET [Mon, 29 Apr 2013 14:53:54 +0000]
* Bug #4481 fixed - Help page of iir updated: frq can be a scalar.
Change-Id: I480e652ddc718318e6b21e4024d5fd4f9d9f4deb
Charlotte HECQUET [Tue, 30 Apr 2013 14:35:20 +0000]
* Bug #5779 fixed - xnumb number format too small (+ unit test added).
Change-Id: I4b35c6b468ec7f778567e1a73ab6272a4c5054ca
Cedric Delamarre [Fri, 10 May 2013 12:08:57 +0000]
assert_checkerror function corrected.
function testerror()
error(["first line" "second line"])
endfunction
assert_checkerror("testerror()", "first line")
Change-Id: I14c05f6abb8e5e5cb63db7a34e62153c218942bc
Clément DAVID [Wed, 15 May 2013 07:23:37 +0000]
* Bug #12561 fixed - SELECT_m and RELAY_f no more behave as expected.
Change-Id: Ib7723e48737b9704cbf164f037651eecd61de35e
Calixte DENIZET [Thu, 16 May 2013 18:46:53 +0000]
Bug 11648 fixed: Copy graphic to clipboard did not work
Change-Id: I7b35f6ebd598876891660bfa693dd54e8c2fc4d8
Adeline CARNIS [Tue, 30 Apr 2013 10:36:16 +0000]
*Bug #10818 fixed - home, %e, %s, %z, %t and %f help pages have been added.
Change-Id: I8621c39a0be79228a87a7ed85f3d49646a33439b
Adeline CARNIS [Mon, 29 Apr 2013 14:40:06 +0000]
*Bug #10930 fixed - the comments in armax function were in french.
Change-Id: I73e08af1a3d922c147abbaedbf9a6361232fc320
Adeline CARNIS [Mon, 29 Apr 2013 12:46:40 +0000]
Add unitary test for meanf function and change the help page.
Change-Id: I9082a6b9f7e9b0da9b81894e887c38d0125dea69
Adeline CARNIS [Mon, 29 Apr 2013 08:37:18 +0000]
* Bug #7206 fixed - Meanf function returned an error if the second argument was an hypermat.
Change-Id: I78dd52e069df30fcd7ea8b8d983ae9552d0e4c47
Charlotte HECQUET [Tue, 30 Apr 2013 09:28:01 +0000]
* Bug #7655 fixed - An example added in help page of type, for type(X)=11 and type(X)=13.
Change-Id: I3ec3db93449d3259cf7b1b97032b2d64537b992c
Cedric Delamarre [Wed, 24 Apr 2013 10:07:12 +0000]
daskr with an input argument function as a macro corrected.
Change-Id: I3892ecfb9ee0536003e20aaed3bbca6010f457cc
Calixte DENIZET [Thu, 16 May 2013 12:34:18 +0000]
Bug 12614 fixed: HelpBrowser was not launched in EDT
Change-Id: I0e529afac69bc18ebe5339061268e6f0e0233918
Calixte DENIZET [Thu, 16 May 2013 12:31:01 +0000]
Bug 12376 fixed: Exec & edit buttons in examples in help are sometimes misplaced
Change-Id: I438fa4c2f9742ac6c70597c32f9208fbae6dbb8c
Calixte DENIZET [Fri, 3 May 2013 14:34:20 +0000]
Bug 12547 fixed: In SciNotes, bad line numbering with splitted function declaration.
Change-Id: I29f6157ab819d747dda0f5bced275f13dafbe4fb
Cedric Delamarre [Thu, 16 May 2013 09:53:04 +0000]
error message in funcprot corrected.
Change-Id: I0d8abcc52cdd0580ecc81688732d18161084d90b
Antoine ELIAS [Fri, 10 May 2013 12:09:25 +0000]
remove double code in bitcmp macro
Change-Id: I0d756ed4d877e29c82cbb2c6119681fea07e76b1
Antoine ELIAS [Mon, 13 May 2013 13:58:20 +0000]
bug 12085 On Windows csvWrite wrote wrong EOL.
Change-Id: I596e42c9b39c3892948dcd9eff5d81c817d6803d
Vincent COUVERT [Wed, 15 May 2013 21:00:22 +0000]
Comment this line since not used (Wrongly uncommented by https://codereview.scilab.org/#/c/11454/22)
Change-Id: Iba4fb73760ea9e9bbff0f423655feb75c33763b4
Samuel GOUGEON [Tue, 14 May 2013 13:47:18 +0000]
* Bug #12581 fixed - isfield could not support mlist or tlist.
Change-Id: Icc018568ce7555d7d4bd82156456e1897e7f97cf
Samuel GOUGEON [Tue, 14 May 2013 13:37:48 +0000]
* Bug #12589 fixed - Call sequence for spzeros & spones were missing in the french help pages.
Change-Id: I233e694ae357d6dcd4c7a02a1c8dbc86d378dd9a
Charlotte HECQUET [Fri, 10 May 2013 14:04:43 +0000]
* Bug #9109 fixed - nfreq tagged as obsolete.
Change-Id: I86096fc461ea92dc0e88e61a6b438382625b43a3
Adeline CARNIS [Tue, 14 May 2013 08:47:07 +0000]
Add error messages in qmr function.
Change-Id: I4b69acff59ef391bf7d11f389dc701931c2cc38a
Charlotte HECQUET [Tue, 9 Apr 2013 14:32:43 +0000]
* Bug #5073 fixed - New parameter added at strtod function (decimal separator).
Change-Id: I10c5c3e4d7c00d62a4971753229a2816b81c231c