Antoine ELIAS [Tue, 29 Jan 2013 15:16:40 +0000]
cosmetic, rename functions
Change-Id: I9a16ca3b6db0f727dcb5c6dd580756d927e39fef
Antoine ELIAS [Tue, 29 Jan 2013 15:17:54 +0000]
windows compilation
Change-Id: I1c84618e1c161bf57ab7436aacc7a3c5458f55fd
Vincent COUVERT [Tue, 29 Jan 2013 14:45:41 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/Scilab_f2c.sln
scilab/modules/core/src/c/stack1.c
scilab/modules/core/src/c/stack2.c
scilab/modules/output_stream/src/c/errorTable.c
scilab/modules/scicos_blocks/src/c/cmscope.c
scilab/modules/scicos_blocks/src/c/cscope.c
scilab/modules/tclsci/tclsci.iss
scilab/tools/innosetup/code_modules.iss
Change-Id: If5608729546e1e4bcca7bae76830488c6d183f15
Vincent COUVERT [Tue, 29 Jan 2013 09:49:32 +0000]
Fix compilation for Visual Express
Change-Id: I397375d9749bdfa6789cc439d80f056828b01aec
Sylvestre Ledru [Mon, 28 Jan 2013 13:17:37 +0000]
Avoid the C++ mangling issue by moving the declaration into the extern C
Change-Id: Icbb30fc757908350c526d6e8cb40f1650a70b315
Sylvestre Ledru [Sun, 27 Jan 2013 08:32:25 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I32594309d26ae9d46157366bd39afae8f2a61f28
Stanislav KROTER [Sat, 26 Jan 2013 16:25:12 +0000]
Fixed translation of help page for resume function into Russian.
Examples -> Примеры
Change-Id: I42cc096975283fa0d284cba0a00d297435fa9a13
Sylvestre Ledru [Sat, 26 Jan 2013 08:55:10 +0000]
Relax the xcos verification schema to fix all java tests
Change-Id: Id8e0562941901963b0ea458380c286b8227fe36b
Sylvestre Ledru [Fri, 25 Jan 2013 13:23:36 +0000]
* Bug #12239 fixed - Apply some of the recent changes in eigs to feigs.
Change-Id: I402167e9aea1e81c10f45f9d7318585d4efeec45
Guillaume Horel [Fri, 25 Jan 2013 13:23:59 +0000]
* Bug #12240 fixed - Refactoring of the eigs function.
Change-Id: I9828d03e872df33cdd45cb3a7b33e405c593112c
Sylvestre Ledru [Fri, 25 Jan 2013 15:45:50 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I062085e391fcbfc4b7438086d7f72dec33812dc4
Sylvestre Ledru [Fri, 25 Jan 2013 15:43:12 +0000]
One last file svg inclusion missing
Change-Id: Ic50b353f81c73392d5187aa492995feb214f0d51
Sylvestre Ledru [Fri, 25 Jan 2013 15:33:26 +0000]
these images have been removed.
Change-Id: I33de567353f822e3453d789115bbd9cd480743e3
Guillaume Horel [Fri, 25 Jan 2013 13:11:32 +0000]
* Bug #12238 fixed - [d v] = eigs(A) was broken for sparse matrices.
test_run("arnoldi","bug_12238",["no_check_error_output"])
test_run("arnoldi",[],["no_check_error_output"])
Change-Id: I3cb71420c734e9e97cff3898906c0f0aa86fd41d
Sylvestre Ledru [Fri, 25 Jan 2013 14:30:55 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: Ifac1021010b1ae68ba6d0c9d2b468869a82d85f3
Calixte DENIZET [Fri, 25 Jan 2013 13:38:13 +0000]
EditVar: start editvar in EDT
Change-Id: I2fc39d397839fe660b540ffeca2155808bd99812
Antoine ELIAS [Fri, 25 Jan 2013 09:21:24 +0000]
update windows installer
Change-Id: Ieac62f9ef5db86f8a42a3cc9c768d018f6827633
Sylvestre Ledru [Fri, 25 Jan 2013 10:29:25 +0000]
add images for the datatips help pages
Change-Id: Ie7e6f740680b696af85fbd31ea818d3959469804
Sylvestre Ledru [Thu, 24 Jan 2013 13:11:17 +0000]
* Bug #12247 fixed - Fix a recurring typo in some error messages.
"for argument %d" instead of "for argument #%d"
Change-Id: I40242c69c96a6fbbf8f3b14107336dc5d4ffe3ae
Clément DAVID [Fri, 18 Jan 2013 16:04:41 +0000]
* Bug #12057 fixed - Scopes with big scope buffer size simulation was much
more slower.
- use a 2 objects approach to avoid copy cost on a huge buffer
- use a 4K points threshold on misconfiguration
- cmscope and cscope updated
- update the unit tests to check the number of points at the end
Change-Id: I700d22d3769fae517575c95ca6e1eab30992cd37
Calixte DENIZET [Wed, 23 Jan 2013 19:56:48 +0000]
Bug 11778: Bad color_map dims did not return an error
Change-Id: I03512b7fe433e8acf9dd95fd7b2beaa52cdb2b07
Calixte DENIZET [Thu, 24 Jan 2013 14:58:15 +0000]
Fix memleaks and slightly improve perfs
Change-Id: I43b8f2a966a1d7f9012e0365b931bf0fddff31c9
Vincent COUVERT [Fri, 25 Jan 2013 08:06:26 +0000]
Fix Linux compilation
Change-Id: I78b19d657af5d96d141dbd97802e9eaf2ae94665
Sylvestre Ledru [Wed, 16 Jan 2013 08:27:00 +0000]
Add examples for armax, armax1 & initstate
Note that the inistate example will fail because of:
http://bugzilla.scilab.org/show_bug.cgi?id=11938
Change-Id: Ia531fe39b7cac0c4dfda1e3f2170b2ddc1ffffec
Stanislav KROTER [Thu, 24 Jan 2013 13:59:11 +0000]
Revision of help pages for ode function (en_US, ru_RU).
Change-Id: I091fa4aca050484b7bc0e5c85651a0e35d3e5387
Stanislav KROTER [Tue, 22 Jan 2013 15:59:19 +0000]
Revision of Russian help page for resume function after commit
040712019dd358ba8f06b432931d8b601653b7a2.
Change-Id: Id82f3b0b9e4bf6cd0ec09a5140b5df348d758c9b
Stanislav KROTER [Tue, 22 Jan 2013 15:27:41 +0000]
Revision of Russian help page for list function after commit
5aa6dba74ece7c0854b2e5ead4dcc01036588a07.
Change-Id: Icdf1a66aa74db4d89eb5ade06c538222a92d7510
Stanislav KROTER [Tue, 22 Jan 2013 15:10:03 +0000]
Revision of help pages for poly function after commit
19f65129f614e293dd5663e8f6e0ef0e2f9a8dcf.
The phrase "rational fractions" in the Examples section on the French page must be translated.
Change-Id: Ib10838ea9bf114ff20393403a16fe9cfc842e89b
Antoine ELIAS [Thu, 24 Jan 2013 16:36:12 +0000]
Merge remote-tracking branch 'origin/master' into yasp
Conflicts:
scilab/Makefile.in
scilab/modules/arnoldi/arnoldi.iss
scilab/modules/atoms/atoms.iss
scilab/modules/cacsd/cacsd.iss
scilab/modules/compatibility_functions/compatibility_functions.iss
scilab/modules/differential_equations/differential_equations.iss
scilab/modules/external_objects/external_objects.iss
scilab/modules/interpolation/interpolation.iss
scilab/modules/intersci/intersci.iss
scilab/modules/linear_algebra/linear_algebra.iss
scilab/modules/m2sci/m2sci.iss
scilab/modules/matio/matio.iss
scilab/modules/mexlib/mexlib.iss
scilab/modules/optimization/optimization.iss
scilab/modules/parallel/parallel.iss
scilab/modules/polynomials/polynomials.iss
scilab/modules/randlib/randlib.iss
scilab/modules/signal_processing/signal_processing.iss
scilab/modules/sound/sound.iss
scilab/modules/sparse/sparse.iss
scilab/modules/spreadsheet/spreadsheet.iss
scilab/modules/statistics/statistics.iss
scilab/modules/symbolic/symbolic.iss
scilab/modules/umfpack/umfpack.iss
scilab/tools/innosetup/code_modules.iss
scilab/tools/innosetup/components.iss
scilab/tools/innosetup/icons.iss
Change-Id: I153a9e4863d429281bfd5d575a9f9a247749cdaf
Calixte DENIZET [Wed, 23 Jan 2013 18:08:40 +0000]
Bug 12235 fixed: Matplot did not update on color_map change
Change-Id: Ice6321a5f75184db377184f186aa2eb33ad3f08a
Vincent COUVERT [Thu, 24 Jan 2013 08:25:37 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I525b13e4305d6b915abdd47d2336b15894749fa7
Antoine ELIAS [Fri, 18 Jan 2013 15:04:43 +0000]
update windows installer, need to be fully tested !!!!
Change-Id: I525b13f4305d6a915abdc47d2336b15894749fa7
Sylvestre Ledru [Wed, 23 Jan 2013 23:34:12 +0000]
Update of the localization templates
Change-Id: Ica1f9f69877dfb8cb358d8908c674e810b9cc1e2
Sylvestre Ledru [Wed, 23 Jan 2013 23:31:01 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I3b6beec7dec1900370b359415c4c068011a18e4a
Calixte DENIZET [Wed, 23 Jan 2013 19:24:04 +0000]
Bug 11958 fixed: axesflag=0 was not taken into account in plot2d3
Change-Id: I5c966cb1aa47f38493d313fa1aa8394e61f52d4f
Antoine ELIAS [Wed, 23 Jan 2013 15:40:40 +0000]
fix Scilab 6 windows installer
Change-Id: I36552d50748add5922b6317f2c35961e5028691a
Clément DAVID [Wed, 23 Jan 2013 14:19:12 +0000]
Compilation: fix --enable-code-coverage C/CXX/F/LDFLAGS
Change-Id: I26a2538c12d8ed6e250341cb253432d0d77fc898
Sylvestre Ledru [Wed, 23 Jan 2013 10:56:56 +0000]
Fix a french typo (opérande is masculin)
Change-Id: I816a2597df8ca35a2cd6d33e646951491e78f925
Sylvestre Ledru [Wed, 23 Jan 2013 10:43:20 +0000]
Improve the null() example (avoid the confusion between 2 as value and index)
Change-Id: If46065cf5d3a1e8f745a88b9716ff9776d7673f7
Calixte DENIZET [Wed, 23 Jan 2013 13:39:15 +0000]
Bug 11801 fixed: Bug with isoview='on' on subplots
Change-Id: I40caba09c4c57e7cbfd388c43ed4a6887c8468e3
Calixte DENIZET [Wed, 23 Jan 2013 14:04:03 +0000]
Bug 12151 fixed: Axes did not pass through (0,0) when x_location and y_location were set to 'origin'
Change-Id: I5126f10bc801db394062dd7f55d1f4e27eff269d
Sylvestre Ledru [Wed, 23 Jan 2013 10:57:56 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Change-Id: I32443160797c079253b86ca4d641846e84e45518
Sylvestre Ledru [Wed, 23 Jan 2013 09:58:20 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I54716ec8bc18539ba9efc93abd46d8f6c00bbfae
Calixte DENIZET [Sun, 20 Jan 2013 17:36:55 +0000]
Bug 11931 fixed: In graphics, white space was not used as default thousand separator
Change-Id: Ideb311c457b2137b86d5c5588e0425f2c5b76038
Calixte DENIZET [Sat, 19 Jan 2013 18:22:24 +0000]
Bug 12232 fixed: fix several memleaks in various filler
Change-Id: I8f38a34b3c1f6f707dddf1e0fa1cb9abcd330c18
Calixte DENIZET [Fri, 18 Jan 2013 20:14:21 +0000]
Bugs 12196 & 12154 fixed: There were no log-scales with Fec & Fac3d.
Change-Id: Ib3d904d42f060315a5117ddbba0ba61afa875ac1
Vincent COUVERT [Tue, 22 Jan 2013 16:31:46 +0000]
Update with deleted/new files
Change-Id: I6495f4c338665c7644aa4f264abd45cc62b532f7
Vincent COUVERT [Tue, 22 Jan 2013 14:14:43 +0000]
These files no more exist
Change-Id: I979164e8ef1368b07b41d149522359b3ded04491
Antoine ELIAS [Mon, 21 Jan 2013 13:45:27 +0000]
test_run : mode_nwni disable Xcos tests
Change-Id: If53ed87109c0273215d9b39891f4c1a3c3a1c377
Vincent COUVERT [Tue, 22 Jan 2013 09:18:42 +0000]
Fix error messages at startup
Change-Id: I0378bf82cdd1209de0f53df1c40a6c41b6f9b109
Vincent COUVERT [Mon, 21 Jan 2013 22:02:25 +0000]
Fix error in XML format
Change-Id: I79158454c213f3b9af61b6a8caec6ee48483a531
Sylvestre Ledru [Mon, 21 Jan 2013 19:22:19 +0000]
Improve the list example
Change-Id: Ia206a0d6bdc32adac8ac0275f8e3eb1bd9ab9641
Sylvestre Ledru [Mon, 21 Jan 2013 19:04:42 +0000]
Various improvements of the poly help page
Change-Id: I6df2da01f47ac7a4f2835c9c30065c8aac2ec44f
Sylvestre Ledru [Mon, 21 Jan 2013 18:57:51 +0000]
Add a new example with resume
Change-Id: I1d90f41c15d02c79264d6da36ff6c084302da531
Antoine ELIAS [Mon, 21 Jan 2013 15:32:07 +0000]
add protection around in/ouput function arguments
Change-Id: I12029219d3d74d6ad291b85e31d3ea1107dde8eb
Antoine ELIAS [Mon, 21 Jan 2013 13:56:45 +0000]
fix windows polynomials project
Change-Id: I7d87e0fac2383212a50752a5f7ecee1ee13b6bb4
Calixte DENIZET [Fri, 18 Jan 2013 13:21:31 +0000]
Help generation: fix bug with LaTeX equations and regenerate the images
Change-Id: I05d8fca2012fd35949d8d0fea41bdfe43f0468e6
Calixte DENIZET [Fri, 18 Jan 2013 15:34:07 +0000]
Graphics: remove useless (and faulty) free
Change-Id: I938c029e9f2a25f5f172d6d0c821929378bfa88a
Antoine ELIAS [Fri, 18 Jan 2013 14:55:00 +0000]
remove bad FREE in graphics module
Change-Id: I528119d49d82a582eaa03074a30a5d2c3eff20c5
Vincent COUVERT [Fri, 18 Jan 2013 14:42:15 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/modules/core/src/c/tmpdir.c
Change-Id: I6723587fa027caf4d6b75c97389d31f7d4567d67
Vincent COUVERT [Fri, 18 Jan 2013 14:40:10 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I6723578fa037caf4d6b75c97389d31f7d4567d67
Vincent COUVERT [Fri, 18 Jan 2013 14:35:08 +0000]
Avoid dependency on GLIBC_2.4 (__realpath_chk)
Change-Id: I6723578fa037caf4d6b75c97389d31f7d3568d67
Vincent COUVERT [Fri, 18 Jan 2013 13:16:49 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/modules/core/src/c/tmpdir.c
Change-Id: I2dd87a083daa7a1c1e67d50d070cfab5b1c20c77
Vincent COUVERT [Fri, 18 Jan 2013 13:05:15 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I39c3e9958140c733986f938b22c153f0839a04f1
Sylvestre Ledru [Fri, 18 Jan 2013 12:49:17 +0000]
* Enforce a minimal version of Flexdock (1.2.2).
Change-Id: I3214009a7fc677757b7361c777cd9d556ddc1e2c
Sylvestre Ledru [Fri, 18 Jan 2013 11:23:38 +0000]
Do not let realpath do the allocation: Mac OS X 10.5 had issues with the NULL argument
Change-Id: I43fa4fb6b4b333380eff51c6e7c68332a62a8b27
Calixte DENIZET [Fri, 18 Jan 2013 10:40:48 +0000]
Fix for images loading in help under Windows
Change-Id: Ia792eba1461a1eb2d9a6ae377ae97315c3f7b52e
Vincent COUVERT [Fri, 18 Jan 2013 08:40:03 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Change-Id: I2dd87a073daa7a1c1e67d50d071cfab5b1c20c77
Vincent COUVERT [Fri, 18 Jan 2013 08:30:16 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I6da2a613c01e295040d2206cb1499cf45d90362c
Bruno JOFRET [Thu, 17 Jan 2013 11:26:34 +0000]
Use LinkedList instead of Array to avoid Unsupported operation on remove
Change-Id: Iabe531dd1a24c5d697777becc2e4af79694111eb
Vincent COUVERT [Fri, 18 Jan 2013 08:17:41 +0000]
* Enforce a minimal version of Scirenderer (1.0.5).
Change-Id: I478ed226b829e4ba0d3a8a06626781cc83f53fdf
Sylvestre Ledru [Thu, 17 Jan 2013 15:47:06 +0000]
Split the interp2d example instead of having one big image with subplots
Change-Id: If3f7a4d60be450f506095406af2fe7784c22e3a1
Bruno JOFRET [Mon, 7 Jan 2013 11:23:43 +0000]
Force SwingView update to be done through EDT.
Optimize SwingView element access.
Change-Id: I962cd54f95424ca779eebc327afd5d7c6adbdae3
Calixte DENIZET [Thu, 17 Jan 2013 15:04:25 +0000]
Docking: bug when saving the configuration
Change-Id: Ica5093b9238ec471ee1a81cc682bba334e55c63c
Antoine ELIAS [Thu, 17 Jan 2013 14:52:23 +0000]
not equal operator is <> or @= but nor !=
Change-Id: I31af51eabc8fdf9df8ff5a8c055a4861328523c3
Vincent COUVERT [Thu, 17 Jan 2013 14:25:48 +0000]
Fix Windows compilation (Studio & Express)
Change-Id: Ic3fe74a24b24920fcb0f09ddd0c8138a22814ba9
Clément DAVID [Thu, 17 Jan 2013 09:56:35 +0000]
* Bug #12213 fixed - lincos help page example produced undefined variable
warnings.
Change-Id: I83fd7f392e2b730a98481e10f3edd7b964189bfe
Calixte DENIZET [Tue, 15 Jan 2013 19:31:02 +0000]
Bug 11477 fixed: there were memleaks with textures (matplot, etc)
Change-Id: I108ca67ae8a4a0795ea9cda0a773ff66458a2307
Alain Lamy [Wed, 16 Jan 2013 17:02:29 +0000]
* Bug #12186 fixed - Performances of the function 'horner' improved.
Change-Id: I2b6c02e510abaf342905277b4d51f95f45c921b4
Calixte DENIZET [Wed, 16 Jan 2013 14:32:42 +0000]
Remove Java exceptions printing from the console
Change-Id: Ic2a1b9ca63b0e011537bd10df7b8e8a78542c04a
Sylvestre Ledru [Wed, 16 Jan 2013 13:45:59 +0000]
Improve the display of the example
Change-Id: I506bd84eeba6bc6c769177deac8356ab1296b4bd
Sylvestre Ledru [Wed, 16 Jan 2013 17:32:25 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/modules/localization/src/c/InitializeLocalization.c
Change-Id: I3ae8e91fa6eb97b9006807b600d22484fc1aaef8
Sylvestre Ledru [Wed, 16 Jan 2013 16:59:28 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: I618f0ee7bfdbf383dc95b59b4b9880c8953fa413
Sylvestre Ledru [Wed, 16 Jan 2013 14:19:57 +0000]
* Enforce a minimal version of Scirenderer (1.0.4).
Change-Id: I0d26b6c1295cf70294b6ded0311cf78e85c93f52
Simon GARESTE [Wed, 16 Jan 2013 13:51:41 +0000]
skip zneupd/znaupd tests in arnoldi for Mac - bug 12211 not fixed yet
Change-Id: Id27f1c247b16c891ca046a4cb5a53c0dfa117584
Bruno JOFRET [Wed, 16 Jan 2013 13:26:43 +0000]
Fix BUG#12219 : delete('all') should recreate a basic axe within figure.
Change-Id: I730c0c786f6091e37428a0b2048e59b2363c6b9e
Sylvestre Ledru [Tue, 15 Jan 2013 16:24:41 +0000]
More examples for cacsd
Change-Id: I18ca4ade60376b15c952fe122330651a309ea3b0
Sylvestre Ledru [Tue, 15 Jan 2013 13:51:42 +0000]
Add an example of plotprofile with an exec instead of a deff
Change-Id: I616bc70d277435a0d9c75c4b03946090a3c7f137
Sylvestre Ledru [Tue, 15 Jan 2013 13:05:57 +0000]
Add more examples in cacsd + images
Change-Id: I54f7e2802480657a034756ecf2208d1abc9cc10c
Sylvestre Ledru [Tue, 15 Jan 2013 12:30:05 +0000]
Remove useless docbook tag
Change-Id: I51640bb7bf677c3dbc25d16a9e9cd89aaf3dec69
Alexandre HERISSE [Mon, 14 Jan 2013 13:24:08 +0000]
* Bug #12167 fixed - Text of ports in superblocks were not updated.
Change-Id: I55461ae62484466a72b01a345cc9e7c34c0cdd59
Antoine ELIAS [Tue, 15 Jan 2013 15:02:35 +0000]
add new symbols in nolibjvm for windows only
Change-Id: I595facc75353e07ad197c8f68988fc1cf195c856
Antoine ELIAS [Tue, 15 Jan 2013 11:15:46 +0000]
update nojvm windows project to export same symbols that jvm project
Change-Id: Ibf1d419291e81dc3bf5c76beaa2a572db43a5ba3
Sylvestre Ledru [Tue, 15 Jan 2013 10:17:17 +0000]
Disable the display of the prompt when called from c (call_scilab) or Java (javasci)
Change-Id: I62012a0132e047f228cc070593033d0f9c3e4745
Sylvestre Ledru [Tue, 15 Jan 2013 08:23:08 +0000]
Add examples for rlist & whereis
Change-Id: I0dc54536c6e23dd5c574023a391bb9eb2a662628
Sylvestre Ledru [Tue, 15 Jan 2013 08:02:02 +0000]
Add a unitary test about bug 12220
Change-Id: Icf1e9045dad2af6f3fdca0903ea4d33295394cf4
Sylvestre Ledru [Tue, 15 Jan 2013 07:33:56 +0000]
Merge remote-tracking branch 'origin/5.4'
Change-Id: Ib16ac3332b985dffbad1c046eab4042bc7b0b82c
Sylvestre Ledru [Mon, 14 Jan 2013 11:09:43 +0000]
Remove useless (and buggy) declaration of getGraphicObjectIntProperty
Change-Id: Ia18a09f8100ee7a45a64572d5dad2095f1809dea
Calixte DENIZET [Mon, 14 Jan 2013 09:33:03 +0000]
Graphics: fix memleak in setter
Change-Id: If43e24c088016ac1b066ddde7235b42702b689b0
Sylvestre Ledru [Sat, 12 Jan 2013 12:09:32 +0000]
Fix an incorrect declaration
Change-Id: Ie01d02745d967fa4b22663fb54b9c7b9dddf671d