Vincent COUVERT [Fri, 8 Mar 2013 12:51:56 +0000]
* winclose() tagged as obsolete. Will be removed for Scilab 5.5.0.
Use close() instead.
* Remove references in examples.
Change-Id: I426a9769ebae8da5280b7d466bc86a623fcc5f3b
Paul BIGNIER [Thu, 7 Mar 2013 15:14:50 +0000]
Typo fixes
Change-Id: I403b94624a67a99089f9d663e71b2726842c2f54
Charlotte HECQUET [Thu, 7 Mar 2013 10:41:45 +0000]
* Bug #11924 fixed - winclose() was not tagged as obsolete.
Change-Id: I8d8266caa022b5a3480c27059e78f7068225ac9d
Michaël Baudin [Wed, 6 Mar 2013 08:10:21 +0000]
* Bug #9196 fixed - The threshold level for conditioning in backslash was too
small.
Change-Id: Ie0056d871047b63092542e73c19da0a609cb963b
Cedric Delamarre [Fri, 8 Mar 2013 11:17:47 +0000]
documentation of znaupd and zneupd corrected.
Change-Id: I1a9c99d344777dea11f25a542c23743ed622ecbe
Calixte DENIZET [Thu, 21 Feb 2013 14:54:02 +0000]
Bug 5478 fixed: Scilab could not be started with a non readable/writeable SCIHOME
Change-Id: If7ce900097e51da6eceb117e412d77c8f35b4909
Clément DAVID [Wed, 6 Mar 2013 12:11:55 +0000]
* Bug #12352 fixed - Critical error when closing a scope windows during
simulation fixed.
Change-Id: If7fc9432c2780b2dea08213ba6e61a680fd59a66
Sylvestre Ledru [Fri, 8 Mar 2013 10:45:31 +0000]
Move the levels in the code coverage 90 => 85 & 75 => 70
Change-Id: Ia8b08889e7bd451541e5d0d01c5361fefb20f459
Cedric Delamarre [Fri, 8 Mar 2013 10:44:53 +0000]
tests about znaupd corrected.
Change-Id: If7b02b0bfbf455d51afdbc429064bcb7b9b0be61
Calixte DENIZET [Thu, 7 Mar 2013 10:33:03 +0000]
Bug 11944 fixed: In SciNotes, untabify several lines did not work correctly.
Change-Id: I946bac88da00513bb623e458cb7a1380d3931e91
Sylvestre Ledru [Thu, 7 Mar 2013 18:16:45 +0000]
Remove some useless code
Change-Id: I4937a9ccbc0a55effa9dc9bcc3281bd59fb25ce9
Calixte DENIZET [Tue, 5 Mar 2013 16:06:53 +0000]
GO: improve Axes accessors
Change-Id: I415ac149c6b33950f34b1868e1a9e33359ed86b4
Vincent COUVERT [Fri, 8 Mar 2013 07:37:15 +0000]
Fix incompatible operands comparison
Change-Id: I0c7a0d44c7f0b3e46fa8a13bc7f0457eb00b5a20
Samuel GOUGEON [Wed, 6 Mar 2013 15:53:38 +0000]
* Bug #5576 fixed - interp() help page has been improved.
Change-Id: I39e2e987ed7735b709475a739b33d226bd21602c
Charlotte HECQUET [Tue, 5 Mar 2013 13:54:25 +0000]
* Bug #12335 fixed - strtod didn't work with negative numbers.
+ manage sign '+' and '-' and form with '.' without zero like .3 or -.5 ( compatible with strtod C function )
Change-Id: I50993dd8363759a77e18eb2f8d196a1f4a3bfdf4
Calixte DENIZET [Thu, 7 Mar 2013 13:49:13 +0000]
Bug 12234 fixed: Graphics could crash with an invalid property
Change-Id: Id7d8b5bacaf30cda1abb4ca6b478872c75799fc7
Sylvestre Ledru [Thu, 7 Mar 2013 13:51:17 +0000]
Improve the order of declaration (the --enable-force-full-link option was breaking the graphic features)
Change-Id: I5f201db02cfa383b94019b87492eef16b99d190c
Sylvestre Ledru [Wed, 6 Mar 2013 10:13:23 +0000]
Rename directories to change the order on the online help page help.scilab.org/
Change-Id: Ib511c479a86b825b9b6091a59a408a46e7ad0b6f
Calixte DENIZET [Thu, 7 Mar 2013 10:08:31 +0000]
Bug 12354 fixed: In SciNotes, invalid function with a semicolon after args declaration
Change-Id: Ib2712d377995057f38b05988fe297b569d21a910
Simon Marchetto [Wed, 6 Mar 2013 15:23:09 +0000]
elementary_functions: regression test for bug #9844 (sum return wrong values)
Change-Id: Iac9f345c96da046f524d34f2e0746336c98caa63
Charlotte HECQUET [Thu, 7 Mar 2013 08:06:15 +0000]
* Bug #12122 fixed - Help page of lufact did not specify that lufact doesn't handle complex matrix.
Change-Id: Ide444ccd197238b47e9fa73e8fa7587d33447051
Sylvestre Ledru [Wed, 6 Mar 2013 17:23:03 +0000]
Add a new option to the configure to force the link of all Scilab libraries. This will avoid bugs like bugzilla.scilab.org/show_bug.cgi?id=12133 (undefined symbol which can be seen only at runtime)
+ do some minor cleanup
This is also interesting for the code coverage (it will help him to know
that these libraries are Scilab code)
Change-Id: I5e5f0a3e336b9c1f6a01ed30ca8fdd416fee268d
Sylvestre Ledru [Wed, 6 Mar 2013 17:21:48 +0000]
* Bug #12133 fixed - parallel_run was not available.
Change-Id: If28681a54ef7241758c11d60a8780237951db884
Clément DAVID [Wed, 6 Mar 2013 16:03:58 +0000]
Signal processing help: render some plot to illustrate the help page
Change-Id: I6f5571018e0797fd28e61a855154e486c3439419
Bruno JOFRET [Wed, 6 Mar 2013 13:18:44 +0000]
Force tab closure to be performed by EDT.
Change-Id: I118f2a28e743639e1c36af1a5d92608f704b335b
Antoine ELIAS [Fri, 1 Mar 2013 14:56:18 +0000]
Fix bug 11639 : unistall removed ALL scilab registry information.
set LASTINSTALL key to most recent version already installed.
Change-Id: Ie3c2083cd712e8fd9f9a78de49e42135f212f504
Antoine ELIAS [Wed, 6 Mar 2013 11:26:13 +0000]
winqueryreg can list subkey with argument "key"
Change-Id: If1a301103fd66a9461be4ec49ed7a468f0f8c1c9
Sylvestre Ledru [Wed, 6 Mar 2013 09:33:52 +0000]
Remove some useless variable declarations
Change-Id: Icb5ae3d234e87e9f1ef1146d6e850ec6deafb7d1
Sylvestre Ledru [Mon, 4 Mar 2013 16:19:02 +0000]
In case of error in the gateway number, provide a better error message
Change-Id: Ie6ff6a4a1045c5520f7672e8a6d8746b06677671
Bruno JOFRET [Wed, 6 Mar 2013 08:29:47 +0000]
If no history file is given through prefs, create a default one.
Change-Id: Ic89f52916e5529d57aa3559ea6313baa5a27ebcc
Clément DAVID [Tue, 5 Mar 2013 15:37:14 +0000]
* Bug #12351 fixed - "Save as" a diagram to a selected xcos file type, saved
it as zcos.
Change-Id: I70e9dad73964726222788d3c350577bdda150cde
Charlotte HECQUET [Fri, 1 Mar 2013 16:26:08 +0000]
* Bug #12291 fixed - Unable to display a list of handle as an handle userData.
Change-Id: Ib660b8e6caa3ad85e1123ea4557b9a2fa1e5cf95
Calixte DENIZET [Tue, 5 Mar 2013 17:31:17 +0000]
Bug 4946 fixed: Bad rendering of big rotated label
Change-Id: I2bfff213ece12d3ab5030ce37aae0c5c1761e483
Calixte DENIZET [Tue, 5 Mar 2013 19:58:41 +0000]
Bug 11362 fixed: imprecision in axes_properties doc about mark_style=mark_size=0
Change-Id: I43dbebd15486c8dbfc8048d639a661020836eec7
Simon Marchetto [Tue, 5 Mar 2013 16:24:09 +0000]
* Bug #6975 fixed: Scilab's xlabel(),ylabel(),zlabel() functions are undocumented.
xlabel documentation rewritten, particularly:
- graphic handle parameter documented
- label properties detailed
- example and image fixed
Change-Id: Ib3b042572756a46c2731a76ed00703daa993bb12
Stanislav KROTER [Tue, 5 Mar 2013 14:14:32 +0000]
Changed russian help page for modulo after commit
067227d1fd13493ff3c0b2b3afdd516d244d3803.
Change-Id: I207814a572429991727e4bbd5ab983220385c79a
Vincent COUVERT [Tue, 5 Mar 2013 07:51:45 +0000]
First input argument of modulo can also be a polynomial.
To test: test_run("polynomials", "bug_201")
Change-Id: If7bca785c6b63d76733c4455da85853f99083049
Simon Marchetto [Tue, 5 Mar 2013 11:13:49 +0000]
* Bug #12333 fixed - Cleaned command history is restored after reopening Scilab.
fix:
- on all platforms history file name is now SCIHOME/history
- retrieve everywhere history file path from preferences
+ remove wrong comments about history filename
Change-Id: I9c9ec856f88230ca293004900bc3c79979282e0c
Cedric Delamarre [Tue, 5 Mar 2013 08:54:52 +0000]
Two tests had the same name in arnoldi module.
Change-Id: I9d99e90fe0c2e6034ba446db77bea017646da30f
Antoine ELIAS [Mon, 4 Mar 2013 15:31:27 +0000]
add wrapper entry points to allow toolboxes to not link against core.lib instead of MALLOC.lib
Change-Id: I5aa0bde6ab7d95a9e783919b3bf79ef93b3926b6
Charlotte HECQUET [Mon, 4 Mar 2013 14:52:37 +0000]
* Bug #12348 fixed - surf() disable lines(n) if there is no input variable.
Change-Id: I506cfdd14a514364891e3b733ac541e8e1076fbb
Vincent COUVERT [Mon, 4 Mar 2013 16:20:49 +0000]
Missing file in binary versions
Change-Id: Icc3cea20533269ff667692a2b72e44ec2ac6a0d6
Bruno JOFRET [Mon, 4 Mar 2013 12:47:00 +0000]
Fix clear behaviour on Linux 64b.
Change-Id: I81f5f3b6baef20328521862d4802a47e682cc5d7
Bruno JOFRET [Mon, 4 Mar 2013 08:38:52 +0000]
Fix modulo call on non-double datatype. Add unitary test.
Change-Id: Ibf8ee1fa1c07a13aa7820f32e9bfd0bea2b97813
Vincent COUVERT [Mon, 4 Mar 2013 12:19:17 +0000]
This library has been removed
Change-Id: I2553e18bba92175b8a73ed5ebabfb821219d9ecb
Sylvestre Ledru [Mon, 4 Mar 2013 11:10:08 +0000]
Fix a typo in the documentation
Change-Id: Icdf94736778c729ce82d1315905fb04e3be1e2a3
Samuel GOUGEON [Mon, 4 Mar 2013 11:02:16 +0000]
* Bug #12346 fixed - lsslist() help pages were mislocated. Moved now to CACSD.
Change-Id: I31cf24ebce36705886377b3772c75e96a55c83e7
Alexandre HERISSE [Wed, 27 Feb 2013 15:37:41 +0000]
* Bug #11871 fixed - Connectors were misaligned after Undo command.
Change-Id: I1b055b7b2b8c6109c5eb389a2d1d20552273338b
Alexandre HERISSE [Wed, 27 Feb 2013 13:57:54 +0000]
* Bug #10435 fixed - Undo in superdiagram did not update superblock ports
and links.
Change-Id: Ie3893b1f01de67960bb3b77795e3f94c083c294c
Charlotte HECQUET [Wed, 6 Feb 2013 17:03:23 +0000]
* Bug #12059 fixed - Index returned by gsort of sparse were wrong.
Change-Id: I1ff44f0737f53166672281174479140758bca627
Vincent COUVERT [Mon, 4 Mar 2013 08:25:42 +0000]
Remove references to MALLOC.lib + old useless Makefile.in
Change-Id: I9ffdef90238ecd5c5754b1b42ae940a8780441fa
Vincent COUVERT [Thu, 28 Feb 2013 21:43:46 +0000]
Update help page after https://codereview.scilab.org/#/c/10467/
Change-Id: Ief2358999581b765e805a0be1c6ff6b3f79505fe
Stanislav KROTER [Mon, 4 Mar 2013 07:09:21 +0000]
Fixed a typo.
Change-Id: I3f3e052812d99047d0b83979c3c8e4bd869da985
Calixte DENIZET [Fri, 22 Feb 2013 10:26:16 +0000]
Scinotes: show a messagebox when an external modif has been made on the current file
Change-Id: I6ad2e0c841ac2f637caca9541a2e05e1e2d55738
Stanislav KROTER [Fri, 1 Mar 2013 14:26:33 +0000]
Removed "Sfgrayplot demo:" from demo of Sfgrayplot.
The main reason to do this was localization (this phrase was not localized).
Besides, demos of many other function have no explanation that "it is a demo".
Change-Id: I3a6829b799d03eae2ae997f03d9c2152138671a6
Stanislav KROTER [Fri, 1 Mar 2013 00:57:25 +0000]
Fixed the title on ndgrid image.
Change-Id: I493ac2f200f8ae095ecda85e2299e5756598fbc3
Charlotte HECQUET [Thu, 7 Feb 2013 13:52:59 +0000]
* Bug #12174 fixed - The function "routh_t" gave incorrect output for all denominators
that include gain value "k".
Change-Id: I490b1dabdd130266314b647c1f97439acd1f17fd
Bruno JOFRET [Mon, 11 Feb 2013 15:03:58 +0000]
* Bug #9935 fixed - clear() does not clear all variables.
Change-Id: I8caae906a77fd23f6cd0d09d1da2a0387a2ffe3f
Bruno JOFRET [Thu, 14 Feb 2013 09:55:43 +0000]
* Bug #9934 fixed - clear([["A","B"]) returns a non standard error message.
Change-Id: I813cda8b3257928366e6b4d05fe2547e6122034e
Bruno JOFRET [Thu, 14 Feb 2013 09:14:15 +0000]
* Bug #10278 fixed - clear(1) returns a wrong error message.
Change-Id: I7e9eb99047211a0dc1ae5eab03a0eb9fda667d3e
Bruno JOFRET [Fri, 1 Mar 2013 10:08:45 +0000]
* Fix BUG #12317 Eventhandler and keyboard events
* Avoid NPE when closing a figure using shortcut CTRL+W and the eventhandler tried to update the infobar.
Change-Id: I20a0452df49d6ea29445c5ae4254eb32c7df7d8e
Antoine ELIAS [Fri, 1 Mar 2013 09:23:25 +0000]
winqueryreg supports standard shortcuts names for windows registry roots ( HKLM, HKCU, ...)
Change-Id: I41fd26220fea7b4f0d8ade38fbfa30aeaa0352a8
Bruno JOFRET [Wed, 13 Feb 2013 17:37:04 +0000]
Rewrite clear GW in C.
Change-Id: I7179c0ba9d6eae5465d430e91d9d4499b6cc835c
Antoine ELIAS [Fri, 1 Mar 2013 08:34:42 +0000]
add missing ref file bug_10415
Change-Id: I044d7e37e3621284479ba035116c37cd8dc68a70
Simon Marchetto [Tue, 26 Feb 2013 11:08:57 +0000]
* Bug #10415 fixed - Remove a session line in history causes the removal
of the session node in history browser
+ removelinehistory unit tests
Change-Id: I23741ebee565ede41d87a3fb3d788cb080391bb9
Sylvestre Ledru [Fri, 1 Mar 2013 08:02:31 +0000]
Path libs/MALLOC/ no longer exists
Change-Id: Ie7b535bf15c36d6442c887e8b42f6c4f1d0b6d53
Vincent COUVERT [Fri, 1 Mar 2013 08:02:11 +0000]
* Update SEP #35 after code reorganization (SCI/libs/ removal).
* Add missing header in binary versions (MALLOC.h).
Change-Id: I2ac32833c56b46b52ebe88acedf3744f2787cbdc
Alexandre HERISSE [Thu, 28 Feb 2013 15:56:23 +0000]
xcos_toolbox_skeleton.tst file from modules_manager had it corresponding dia.ref file disaligned
Change-Id: I4544399afb180329720997f95ebf13ca3edea4d4
Alexandre HERISSE [Thu, 28 Feb 2013 14:34:50 +0000]
Sigbuilder block was opening two figures when asked to launch graphic window
Change-Id: I82e643d6d0c2bb062f355504570f9ad1d0e88412
Sylvestre Ledru [Thu, 28 Feb 2013 15:59:01 +0000]
Add an image for the remezb
Change-Id: Ia17e18de67a3ca8609f4bcb310c6959e6c3da9ef
Sylvestre Ledru [Thu, 28 Feb 2013 15:58:41 +0000]
Add an image for the ndgrid
Change-Id: I08fde7ca7f70b82f0bf794f9ad30d0b9a4264754
Sylvestre Ledru [Thu, 28 Feb 2013 15:45:21 +0000]
Add an image for the meshgrid
Change-Id: Ieddd7c108205aa941709498ad59159ac98dea9c2
Sylvestre Ledru [Thu, 28 Feb 2013 17:16:31 +0000]
Remove the wrong declaration du MALLOC
Change-Id: I914d5c9ba6af7eb74f8d88260367d7dca42f7a94
Sylvestre Ledru [Thu, 28 Feb 2013 16:30:21 +0000]
Missing update on the file list when includes/ExportImport.h has been removed
Change-Id: I609eb638fad0f70170483ae7a10eee33fcce12bd
Calixte DENIZET [Thu, 28 Feb 2013 09:41:40 +0000]
Graphics: xstringl returned bad values between drawlater/drawnow
Change-Id: I3a64b7f0a123e299bf70df6512bc8819d31fb3ff
Sylvestre Ledru [Thu, 28 Feb 2013 07:54:16 +0000]
Kill the libs/hashtable/ directory and move the files to core. libs/ is not interesting and does not provide anything interesting
This commit removes libs/ under Linux & Mac OS X.
Change-Id: Id8380eae80c7460c1fa79f69ea869678162224f6
Sylvestre Ledru [Wed, 27 Feb 2013 17:52:22 +0000]
Kill the libs/MALLOC/ directory and move the files to core. libs/ is not interesting and does not provide anything interesting
Change-Id: I909537beb425f43bf3a4c8101f1f4a18f74c31d4
Vincent COUVERT [Thu, 28 Feb 2013 10:13:31 +0000]
Fix atoms tests after strtod modifications
Change-Id: I9e9682b07b625592f9362ebec04ac52b1427eb9e
Calixte DENIZET [Thu, 28 Feb 2013 12:18:42 +0000]
Graphics: avoid useless operations
Change-Id: Id4e4a7f1c96c5539b6934220f85bf3a128690389
Stanislav KROTER [Thu, 28 Feb 2013 12:46:59 +0000]
Removed unnecessary image.
Change-Id: Ie7fad44fa219a3cc65dbdfcb8fe96bd46be4e081
Stanislav KROTER [Tue, 26 Feb 2013 13:30:19 +0000]
Fixed a problem with Cyrillic.
Change-Id: Ifff877f74133cb4d282ed3c211c8bcec6fa751c8
Sylvestre Ledru [Wed, 27 Feb 2013 17:27:22 +0000]
Kill the libs/dynamiclibrary/ directory and move the file. libs/ is not interesting and does not provide anything interesting
Change-Id: I13e51bee84632610ef78b70ef6f4c5160dea01b5
Vincent COUVERT [Thu, 28 Feb 2013 10:10:40 +0000]
Deactivate test because freezes test chains
Change-Id: I74fae76d9670a112fa34e521e65358e6a5c5eb31
Antoine ELIAS [Thu, 28 Feb 2013 08:29:42 +0000]
remove libst from windows installation
Change-Id: I32a5eec9765e8172183b5fff22091cd9f3e4af93
Antoine ELIAS [Wed, 27 Feb 2013 15:56:25 +0000]
fix bug 11969 under Windows
echo disp(1+2); > test.sci
echo disp("foo") >> test.sci
more test.sci | bin\scilex -nwni
Change-Id: I669e468b44086c4e8c466cea1dd4c14660a11b4b
Antoine ELIAS [Wed, 27 Feb 2013 14:16:32 +0000]
remove dependendy on libst, rewrite mgeti and mputi to follow documentation
test_run("fileio",["mgeti","mputi"])
Change-Id: If2f9231e494dfa20cb2850bf8bfe72344db15ec0
Antoine ELIAS [Wed, 27 Feb 2013 15:12:39 +0000]
update fileio tests 3663 and 4467 to take care of Windows configuration
Change-Id: I9cccc4e61e82cf85c2c162ee6b10e026e60bc683
Vincent COUVERT [Wed, 27 Feb 2013 12:40:01 +0000]
Typo: legeng ==> legend
Change-Id: I7396b8cada25e2fab68330251eaa2e453eb96bf4
Calixte DENIZET [Tue, 9 Oct 2012 12:44:14 +0000]
Bug 11969 fixed: Only the first line was executed when the code was piped under Linux.
Change-Id: Ibab822ad0aecf4b1bb7f65a5cf4104540c555ce2
Sylvestre Ledru [Tue, 26 Feb 2013 14:00:19 +0000]
Missing refresh of the Makefile
Change-Id: I84d5dd1fbdc3e5d594d377229e2b44a44a00e14c
Sylvestre Ledru [Tue, 26 Feb 2013 11:35:35 +0000]
Remove useless compilation FLAGS to Tcl/Tk from the graphics module
Change-Id: I1717856594a6d224207866872fdd0905b03e7948
Sylvestre Ledru [Tue, 26 Feb 2013 11:28:16 +0000]
doublylinkedlist was no longer used. Drop it. Found thanks to the code coverage: scan-build.scilab.org/code-coverage-c/
Change-Id: I6b48d92b67712fb6648c2c907003c6485aa14f8c
Sylvestre Ledru [Tue, 26 Feb 2013 11:07:33 +0000]
Regenerated images for Sfgrayplot
Change-Id: If2005741fc0cf50dd3e98f96277798025588a507
Stanislav KROTER [Tue, 26 Feb 2013 11:42:12 +0000]
Translation of help page for Sfgrayplot into Russian.
Change-Id: I471755050184d19f445c870600621e722268c952
Stanislav KROTER [Tue, 26 Feb 2013 11:40:44 +0000]
Removed xset as obsolete function (inserted set function).
Change-Id: I991903c414cfdd327ea96f3d32c55b6f671a137e
Charlotte HECQUET [Mon, 25 Feb 2013 09:18:30 +0000]
Add cases after commit https://codereview.scilab.org/#/c/10467 (Fixes bug #5291)
Change-Id: I93fee0516f41062ffad7aaf80d8928d86995c9c7
Antoine ELIAS [Mon, 25 Feb 2013 16:40:54 +0000]
During load, restore callback functions of figure handle at the end
Change-Id: I24e65f00159b188d86a9f1ad1cce1f5582a9ceaa
Simon Marchetto [Mon, 25 Feb 2013 16:44:02 +0000]
* Bug #6320 fixed - Completion in Scilab is case sensitive
Completion in Scilab is now case insensitive.
-it applies on all syntax elements of Scilab, and file/directory paths.
-if one hypothesis matches only, then the console applies it automatically.
New unit tests for case insensitive completion.
Used stristr function moved from scilab_windows to string module.
Used convstr exported from string module.
Change-Id: I6216a3aacaee11c976f080947d1e7a2ad867f573
Antoine ELIAS [Mon, 25 Feb 2013 17:34:22 +0000]
add scinotes.bat and xcos.bat in windows installation
Change-Id: I25aecec42480adc280be13b0d8d4034856eeaeec
Calixte DENIZET [Fri, 15 Feb 2013 13:31:24 +0000]
Graphics: avoid useless redraw
Change-Id: Ie1d1a8ea2fee13d842ea4caa711b17ac5949eabe