Adeline CARNIS [Tue, 24 Jan 2017 16:26:28 +0000]
permute: remove one of test which checks if x is empty (following:
https://codereview.scilab.org/#/c/18933/)
Change-Id: Ia7d2a318db097ca77863cb425609142c5d77b990
Adeline CARNIS [Thu, 26 Jan 2017 15:05:56 +0000]
[graphics] regen dia.ref
test_run graphics bug_140
test_run graphics bug_3590
Change-Id: I949e2b9ac702d23444195447cf371e28bc02ea8b
Clément DAVID [Wed, 25 Jan 2017 12:05:54 +0000]
Fix some valgrind detected issues
Change-Id: I6b0f53e5da1cf2d3bf450f11716c0a359dbf0aa1
Clément DAVID [Wed, 25 Jan 2017 11:14:39 +0000]
Graphics: fix handle.tag / gca() / clf() crash
my_handle = scf(100001);
clf(my_handle, "reset");
xdel(winsid())
fig_handle = figure("figure_name", "toto");
//fig_handle = figure("figure_name", "toto");
xdel(winsid())
my_handle = scf(100001);
clf(my_handle, "reset");
Change-Id: I3f31375ca2c12d84b153d06f86679cd480ae27de
Samuel GOUGEON [Tue, 24 Jan 2017 16:16:59 +0000]
* Bug #14965 fixed: getPreferencesValue() upgraded.
- http://bugzilla.scilab.org/14965 :
+ tag with multiple occurrences is now supported
+ the path+filename of the XML document can now be provided
instead of its XML handle.
- Commit required for https://codereview.scilab.org/#/c/18803/
- new page in PDF: http://bugzilla.scilab.org/attachment.cgi?id=4470
Change-Id: Ia8f0f0cdee1cff2e813a5cd874461aa5b7387be8
Cedric Delamarre [Thu, 26 Jan 2017 15:57:16 +0000]
[m2sci] bug_1082 fixed
allow the call of overload with type troncated
to 8 characteres for compatibility with scilab 5.
test_run m2sci bug_1082
Change-Id: I92d71cd8548148399560eb5cfb013324528000d8
Clément DAVID [Thu, 26 Jan 2017 12:09:03 +0000]
Help building: add a CHANGES.html target
The Common Markdown executable might not be needed for common builds.
Rather than checking for it and enforcing its presence the CHANGES build will
only fail at make time.
To update CHANGES.html, type:
$ make modules/helptools/data/pages/CHANGES.html
Change-Id: Ib79a45627e8a26d153d7f6827e8722eaf5405366
Clément DAVID [Thu, 26 Jan 2017 17:06:16 +0000]
Xcos gui: fix DEBUG_LEVEL setting
Change-Id: I9dce0888653082c2227920364241dac38ed543ea
Antoine ELIAS [Thu, 26 Jan 2017 16:59:13 +0000]
fix dllinfo call
Change-Id: I8f66e6b78b1ea823687b9c39ed5243c18ff5bcb8
Antoine ELIAS [Thu, 26 Jan 2017 10:17:15 +0000]
fix some xcos tests
Change-Id: I434b76b2a55c7e411cbd3e4f88c02ffcc0f08f9d
Clément DAVID [Thu, 26 Jan 2017 16:06:36 +0000]
Xcos icons: fix block.graphics.sz resize heuristic
Change-Id: Id51e5b9a767e30b04ff9ef78f4fb805eb277cb13
Clément DAVID [Thu, 26 Jan 2017 15:17:34 +0000]
Xcos GUI: fix warning reporting
Change-Id: Id78368756f49202555b5f8b424704f9f73519c01
Clément DAVID [Thu, 26 Jan 2017 14:23:07 +0000]
Xcos: fix the file creation on demand
Change-Id: I94099eae7adeedd14cb9df98be3af914605e54be
Antoine ELIAS [Thu, 26 Jan 2017 15:20:57 +0000]
do not try to sort %nan and %nan
b = gsort([1 2 %nan 1 3 %nan 2 3],"g","d");
Change-Id: Ieb173a8d35279c245458f75947a29df85f5eb332
Clément DAVID [Thu, 26 Jan 2017 13:50:02 +0000]
Xcos: fix SuperBlock children ownership
The children should be referenced on move to avoid future deletion on
double-click. The PARENT_BLOCK property should also be updated ; on
deletion the unlink will thus not be performed on the temporary block.
Change-Id: I9406a29fa31bd095dcd67150f94c54c8733389e1
Antoine ELIAS [Thu, 26 Jan 2017 14:50:29 +0000]
fix wrong delete of user_data in gda
Change-Id: Ib9a150a48b5838c9b5cd9e25f6d1f2680084502f
Paul Bignier [Wed, 25 Jan 2017 11:26:16 +0000]
Helptools: regen images
* A lot of these changes (most?) are incurred from the jvm update so the diff is minor
Change-Id: Ibeff5a9774c8c46fe952393838f5c14bf4c16b0c
Cedric Delamarre [Thu, 26 Jan 2017 10:21:05 +0000]
multiplication rational by poly fixed
test_run overloading rational
test_run cacsd routh_t
Change-Id: I090ec893af6f45004d1ef8b66c78399eee4b1cce
Antoine ELIAS [Thu, 26 Jan 2017 13:18:04 +0000]
fix extraction with $ after
6af9737ba40a4c6235d7dbecaee9b251b049eb12
Change-Id: Iaa6d2537e9c1859da2393e3ce52108cb791b44a7
Antoine ELIAS [Thu, 26 Jan 2017 12:47:29 +0000]
missing const in sparse
Change-Id: Iaefbef35027432c236b935ffee0cfa308ab08213
Clément DAVID [Tue, 24 Jan 2017 15:24:42 +0000]
Xcos superblock: fix the modified status
Change-Id: Iac6658bc6eeb3f2130620f2b01878d5bba607251
Clément DAVID [Tue, 24 Jan 2017 13:54:30 +0000]
Xcos: fix recent diagrams management
Change-Id: Idd2f76ad1d608fc3f48a2cb087eb37c60935f077
Clément DAVID [Thu, 26 Jan 2017 08:32:22 +0000]
Scicos: reimplement scicos_block() depth comparison
The in-depth comparison is required to handle superblocks ; with this
the operator== from InternalType is called and can only compare
type names.
Change-Id: I9a3a66c4df27ef2510cd42fb32c696a77c97efe8
Clément DAVID [Thu, 26 Jan 2017 10:23:22 +0000]
Types: constify some methods
Change-Id: I59fd8386f38191de43b00c5590d50cad9af378be
Paul Bignier [Thu, 26 Jan 2017 09:35:34 +0000]
Xcos tests: remove messagebox redef and regen some blocks
* Modified test_run in order to take all 5 messagebox inputs
Change-Id: I75563619198269f67c5b6cd6950623adfc329e43
Clément DAVID [Mon, 23 Jan 2017 10:19:27 +0000]
Scicos: fix SIGSEGV on blocks_link.tst
Change-Id: I188173368605fa52a6f3bc3397f31008fe73d4f8
Antoine ELIAS [Tue, 2 Feb 2016 11:05:54 +0000]
improve insert and insertNew of native types
Change-Id: I0f8cfc9c1c42dba207d1b371821fc9da0d0c8e55
Adeline CARNIS [Wed, 11 Jan 2017 15:59:48 +0000]
Fix numderivative.tst and add \n in 'Invalid index.' sentence -->
localization files updated.
Change-Id: I9b5302327524a8295468726c2d98d8f18d94681f
Antoine ELIAS [Tue, 24 Jan 2017 15:52:49 +0000]
fix test in modules_manager
Change-Id: I33a149507374416106497b574b03facd5e8912bb
Clément DAVID [Wed, 25 Jan 2017 16:21:44 +0000]
Graphics: fix custom Formatter after JDK8 upgrade
Change-Id: I4edd236b4c4fd7650593389563d096a1585363fc
Paul Bignier [Mon, 23 Jan 2017 15:41:54 +0000]
Helptools: fix images generation
* datafit: just a warning
* datatipRemove: fat typo in the gateway describer!
* xcos examples: simply regen'ed those blocks, as done for the Watertank demo
Change-Id: I6f1df16c4caab50e562b108cf48fe3685e937cf0
Antoine ELIAS [Tue, 24 Jan 2017 11:43:15 +0000]
fix sum on (u)int64 with big values ( > 53 bits )
Change-Id: I760cf37d0cc70812c3a8cc06208110142f82a1bc
Antoine ELIAS [Tue, 24 Jan 2017 12:16:47 +0000]
fix mput/mputi for (u)int64 > 53 bits
Change-Id: Iddd55699bbe4e2e95e1a653bbd65cf1df63564f5
Simon Marchetto [Wed, 25 Jan 2017 12:57:09 +0000]
* Bug #9825 fixed - assert_computedigits returns too much digits
Change-Id: I78a147938aed4adcd1c6b30d806162c40fbf0bd3
Clément DAVID [Mon, 23 Jan 2017 10:19:27 +0000]
HDF5: fix ISO C++ warnings
Change-Id: Ieedf1a8dc4ca2ee74edf44f164bb05ee4c513db8
Antoine ELIAS [Wed, 18 Jan 2017 17:31:06 +0000]
fix bug in case of empty rect
crash set of rectangles demo
Change-Id: Iac10b998b29f63a2ffc4ecd2fa22ade631ba9217
Paul Bignier [Fri, 14 Feb 2014 10:59:41 +0000]
Xcos help: Implicit palette examples (only DIFF_f)
Change-Id: I65cda6bc9d7f441b673ab15a274c77e74e866e21
Paul Bignier [Thu, 12 Jan 2017 14:03:02 +0000]
Scicos macros: fix steadycos
* Allows bug_12424.tst to pass
Change-Id: Ib07131c08bcc4af0ea60a92873c660f3b66f1f7b
Paul Bignier [Thu, 19 Jan 2017 15:28:44 +0000]
Helptools: regen images after
b6c6e48acc
* Hadn't checked Xcos demos modifications consequences
Change-Id: I84be4713c4d523353805d70a068465374bab6c50
Antoine ELIAS [Tue, 24 Jan 2017 09:19:04 +0000]
tmp does not work on Windows
Change-Id: Ifbda84088e913d513fe78b6cbc578f4bb47063ac
Cedric Delamarre [Wed, 25 Jan 2017 11:26:23 +0000]
wcstod no more convert d and D characters
test_run atoms bug_13108
test_run ast bug_14303
test_run("string", ["strtod", "bug_12335", "bug_14568", "bug_13524", "bug_14568_test", "bug_5073", "bug_5291", "bug_8234"])
Change-Id: Ia3edc93aa3f16282d21d8fe8ebdd602fa69aad87
Antoine ELIAS [Sat, 21 Jan 2017 12:25:15 +0000]
regen ast bug_14303 ref
Change-Id: Ieb449582e094cdcaa92d00fe128ea5597043293b
Samuel GOUGEON [Thu, 29 Dec 2016 06:24:49 +0000]
%h_p() fixed (missing "", datatip.text etc, label.userdata..) and improved
* Missing "" added mainly for uimenu and uicontrol
* Label.user_data was missing: added
* Datatips:
- .text, .font_style and .font_size were missing
- grouping of properties improved
* Plot3d / Fac3d: each list of fields was duplicated
* test_run gui run. tests updated / fixed. Some external unfixed ones remain.
* test_run graphics run. tests updated / fixed. Some unfixed ones remain,
due to independent bugs:
- datatipRemove() missing
- datatipSetDisplay & bug_10298: datatipSetDisplay bugged:
asynchronous update ?
- xload()/load() bugged
- etc
Change-Id: I00bcc8e894ecdac59c72478b547c9a1162d13d53
Antoine ELIAS [Wed, 25 Jan 2017 10:12:05 +0000]
fix linux compilation
Change-Id: I69ad2f3f3437fb033c942db0da34ce4688afaf4d
Antoine ELIAS [Wed, 25 Jan 2017 09:18:20 +0000]
fix windows trouble in test_run when WSCI is not a long path
Change-Id: I14bbf72b3f260bdbe4cccb664c4e28debe64252c
Clément DAVID [Wed, 25 Jan 2017 09:09:23 +0000]
Fix CID 1321272 - free of array-typed value
Change-Id: Idbe6271c0f6b2178baa41b8a0adba2cbc4ba0eb6
Clément DAVID [Tue, 24 Jan 2017 14:49:25 +0000]
Xcos palette: use ~150x150px block images
Due to the added zoom in feature, the icons appears not as good as
in 5.5.2. Higher resolution images will fix that. For example, BIGSOM_f
was converted from 57x61px to 169x181px.
Change-Id: I6e7022f2335b225b28c47e6931f0a9c67d547dca
Antoine ELIAS [Mon, 23 Jan 2017 09:25:11 +0000]
change fileio ticket_495 url
Change-Id: I0c60c11fc27807b61e3ffd7cfce7d510ad57b3b7
Antoine ELIAS [Tue, 24 Jan 2017 09:17:20 +0000]
permute: check input values after input count
Change-Id: Id79826376d76c63f931fde8324fb492cf0ec289d
Paul Bignier [Wed, 18 Jan 2017 14:47:23 +0000]
Scicos_blocks macros: proper object comparison
* diffobjs doesn't work for Xcos objects, tests passed (blocks_set.tst) but results were wrong
Change-Id: Ie2244e9bb642f3174f9d76730d8b3ebcb1d73cbd
Antoine ELIAS [Tue, 24 Jan 2017 15:35:07 +0000]
expandPathVariable must return 'longpathname version' of scilab variables
fix dirname tests in installed version on Windows
Change-Id: I471123699e76a4e826a09d130bce9e23187c871c
Cedric Delamarre [Tue, 24 Jan 2017 15:14:46 +0000]
the return of api_scilab.hxx
Change-Id: I8310feaf782baddfa7cd8b59b4be03a93ac877a9
Adeline CARNIS [Thu, 5 Jan 2017 16:41:29 +0000]
Fix sparse tests
Change-Id: I0dc6f2b5e4d15a8fac7f2d41b1fa09a18e93a4fa
Adeline CARNIS [Wed, 11 Jan 2017 11:45:58 +0000]
Example of DesignEllipticFilter.xml produced a warning,
addition/substraction with an empty matrix(call csim).
Change-Id: I787c020517f3b722e1e7ecb295c6c6930ebee4a6
Antoine ELIAS [Tue, 24 Jan 2017 13:36:17 +0000]
not fixed in 6.0.0
Change-Id: I229095ae42c3dc8f6ebfb982ce096a7f9748c1a1
Adeline CARNIS [Thu, 19 Jan 2017 15:34:07 +0000]
[output_stream] fix basout test
Change-Id: I70c6d75a71edc0e2bbac525d436b56bfae526328
Adeline CARNIS [Thu, 19 Jan 2017 15:36:30 +0000]
[output_stream] regen dia.ref
Change-Id: I07f3167941a2cb057451986c9cda9b2ce217be83
Nikhil Goel [Mon, 23 Jan 2017 10:31:13 +0000]
* Bug #14911 fixed - GUI: added "Label => Title" in the graphic context menu on figure
Change-Id: I56643cf00c70486787dc9acd65245fcdf5804a3e
Samuel GOUGEON [Tue, 17 Jan 2017 02:01:00 +0000]
* Bugs #11476 & #14956 fixed: clf('reset') misworked. clf page overhauled.
- http://bugzilla.scilab.org/11476
reset applied to a figure docked to the desktop resized and moved
the whole Scilab desktop.
- http://bugzilla.scilab.org/14956
Properties immediate_drawing, resize, resizefcn, closerequestfcn,
toolbar_visible, menubar_visible, infobar_visible, default_axes, and
icon were not reset
- help page rewritten: main changes:
- PDF rendering: http://bugzilla.scilab.org/attachment.cgi?id=4467
- list of syntaxes clarified
- usage on multiple figures was not described
- usage on a vector of handles mixing figures and frames was not described
- usage of showHiddenHandles protecting uimenus was not described
- 'reset': the fact that .toolbar, .menubar, .layout, .layout_options
and .dockable are not reset was not documented.
- new subsection dedicated to partial clearings
- See also improved and extended.
- macro and test 7411 fixed: reforging datatips wrongly removed the
disabling of event_handler_enable
Change-Id: I5a749080c0baf10b2187fb07477248410da94330
Cedric Delamarre [Tue, 17 Jan 2017 15:59:49 +0000]
[differential_equations] valgrind error in ode test fixed
test_run differential_equations ode
test_run differential_equations ode mode_nwni_profiling
Change-Id: Ic36eb2326793b9fdbb41dcdb3e3342b7042729f1
Cedric Delamarre [Thu, 12 Jan 2017 15:04:44 +0000]
[optimization] windows link fixed && valgrind error fixed
test_run optimization optim_sourcefortran2
test_run optimization optim_sourcefortran2 mode_nwni_profiling
Change-Id: I6dab8eb8cc03956a7efeea5cb53bd78ef9ee966b
Paul Bignier [Fri, 13 Jan 2017 15:42:01 +0000]
Differential_equations demos: fix & workaround
* Chemical demo: hard to find because it looked like Scilab5 had it right but it was the wrong one...
* Reactor demo: workaround for a bug in the parser: 'scf //' works but not 'scf //c' (syntaxic sugar bug)
Change-Id: Ide3000b1db8d5be4799b55095036ee939f719b67
Paul Bignier [Tue, 25 Feb 2014 15:14:01 +0000]
* Bug #13217 fixed - CACSD: fixed augment return when flag2="i"
augment help example did not match the console result.
Change-Id: Id8aef7a4031aae6bf88b6a3ad992f3e31bb10a50
Samuel GOUGEON [Thu, 25 Aug 2016 15:26:57 +0000]
* Bug #9451 fixed - test_run's output puzzled modules lines and tests lines
http://bugzilla.scilab.org/9451
Change-Id: I9bf59e5727043adbade1a96a0946baf90a953f90
Clément DAVID [Wed, 11 Jan 2017 13:40:06 +0000]
Localization: regen dia.ref
Change-Id: I8d93e6ddaa82e90e7685528ba5b08861e02295f5
Samuel GOUGEON [Tue, 27 Dec 2016 00:24:39 +0000]
* Bug #13401 fixed - record it in CHANGES
Change-Id: Ieb364a3f2622f34910c26c00f5f7e3dc55a33aa0
Clément DAVID [Mon, 23 Jan 2017 15:38:13 +0000]
librarypath.xml : add support for local install
Change-Id: I7d1f836f9d4cc2b10865859bb3ea6afb42bf0ac5
Samuel GOUGEON [Thu, 22 Dec 2016 22:22:21 +0000]
help elementary functions: sorting sign, nthroot, and, or, repmat, lstsize..
* lstsize: .sci is already at the right place.
No other file to move (tests, etc)
* cell2mat, num2cell, cellstr: no other code (tests, etc) to move
Change-Id: I8eb53e013a57d568769fc62318ff6d6f30caac72
Samuel GOUGEON [Thu, 27 Oct 2016 18:24:44 +0000]
plotframe: 'captions' is a function => overwriting removed
Change-Id: Ib0d47fa4a601f350c6b20b68e4038676e00ede06
Antoine ELIAS [Wed, 18 Jan 2017 16:21:07 +0000]
avoid dependencies with previous demo
Change-Id: I7fe64b9620050d6c71da64c6b41bf04525bec069
Antoine ELIAS [Wed, 30 Nov 2016 10:18:14 +0000]
fix xload function
Change-Id: I4dda2318d873a6765ff584c2e7686d909224c437
Antoine ELIAS [Sat, 21 Jan 2017 12:24:47 +0000]
remove old mopen behaviour of matfile2sci
Change-Id: Iedbe06b47b7aa6f0d2d70fd2f08f9b4f0c9708aa
Antoine ELIAS [Sat, 21 Jan 2017 12:23:35 +0000]
fix optimization tests
Change-Id: I158ffd2bc41428a6599b680c04f3de7592e7c51c
Antoine ELIAS [Sat, 21 Jan 2017 09:01:19 +0000]
localization regen some tests
Change-Id: I2dd29880b710ff0d28b48a6ee470980bf2c331f6
Adeline CARNIS [Mon, 16 Jan 2017 16:20:53 +0000]
Fix atoms test
test_run('atoms', ['atomsIsLoaded', 'atomsLoad', 'test_run_atoms'])
Change-Id: Ib6ade50fb89963fba95c0db94800d6d451eef350
Paul Bignier [Fri, 20 Jan 2017 10:20:08 +0000]
Scicos_blocks: remove a useless stdio
* Surely there are plenty of other ones but I was in the file so here's a fix
Change-Id: I63d71a2659ff60f01b8255dd0fcd08d1a85fc194
Antoine ELIAS [Thu, 5 Jan 2017 14:40:54 +0000]
increase windows binary stack size
Change-Id: If15e9b1019046610398af05604cc8af7b0e71be1
Paul Bignier [Sat, 21 Jan 2017 17:05:58 +0000]
Coverage src: enable clang compilation for MacOS
* std::prev had trouble passing. Removed it and improved the code
* Only 2 lines deal with prev, the rest is just endl->'n'
* With this commit, I can compile Scilab with clang as long as I provide the -fno-openmp flag
Change-Id: I20305d7f7a9a39b915f8201cb39721e53e76c9e3
Adeline CARNIS [Mon, 16 Jan 2017 16:32:39 +0000]
If the input path contained a / or \, the output path must contain it.
Change-Id: I47068233707c46cdbe040e0fcf97a8ba544c59dc
Paul Bignier [Mon, 17 Feb 2014 11:12:38 +0000]
Xcos help: Matrix palette examples
Change-Id: I9cbc1ffc9e9d42089db94e15710d966575aa96a6
Paul Bignier [Thu, 19 Jan 2017 11:36:28 +0000]
Scicos_blocks macros: fix INVBLK after
e544dc051
Change-Id: I87d36fe1d037a008da2139e07ab6b983feeeb055
Antoine ELIAS [Sat, 21 Jan 2017 08:38:09 +0000]
CID #1369054: after
8d1276905457012a041517b354c6c758feb0784e
Change-Id: I0be76cc8865be0a8dc25ed8bb6dbb20a72929d6c
Antoine ELIAS [Fri, 20 Jan 2017 07:34:26 +0000]
scilab C/C++ files not more compiled with ICC
Change-Id: I3f09b32e17f523e1e0e49c484d7e16321f46d0f4
Antoine ELIAS [Thu, 19 Jan 2017 22:49:17 +0000]
fix mexlib tests
Change-Id: I7046cb62d5aa923814879b46f909f81475461655
Paul Bignier [Tue, 2 Feb 2016 10:37:54 +0000]
* [#2835](bugzilla.scilab.org/show_bug.cgi?id=2835): On negative "initial event", EVTDLY_c took no notice of the input.
* Bug #2835 fixed - On negative "initial event", EVTDLY_c took no notice of the input.
That block was only half useful if it was only meant to be called by itself.
Now it can be called by another block.
Change-Id: Ib90abdecfc195cc1fe074c713d6597949edcce07
Clément DAVID [Fri, 20 Jan 2017 10:51:28 +0000]
CHANGES: generate the html version
Change-Id: I281be7312e500b88608c0ddf81c114240e8628b9
Clément DAVID [Wed, 18 Jan 2017 21:34:49 +0000]
Xcos search: index help JARs
Change-Id: I9ba29bc09362ffe6965e5182920b8c0bb8ae04ea
Antoine ELIAS [Mon, 16 Jan 2017 10:18:25 +0000]
fix console interactive tests
Change-Id: Idfe575ef00265d480e41616ad41bfce922cfbbf2
Antoine ELIAS [Wed, 11 Jan 2017 16:44:19 +0000]
check view as integer after call of C gateway
Change-Id: Id68f3ff1f63beb4d73cb03f3f2f32e0169684271
Adeline CARNIS [Thu, 19 Jan 2017 10:42:36 +0000]
[signal_processing] not fixed in 6.0.0
Change-Id: I9079aaebec7b7040413543a619e0575541d10976
Paul Bignier [Fri, 26 Aug 2016 09:39:10 +0000]
Compatibility_functions: small fixes for tests
* Tests were not passing. It is better now but still needs https://codereview.scilab.org/#/c/18438 to pass
Change-Id: I77b1bab3085c20e41eda928e8de48aab24d73433
Paul Bignier [Thu, 9 Jul 2015 10:00:58 +0000]
Xcos tests: remove .cos use
* .cos files are not supported by Xcos 6.
Change-Id: Icb550f551497e7da247543a102e961797213c808
Paul Bignier [Tue, 17 Jan 2017 12:50:47 +0000]
Xcos demos: repositioning
* Simply moved all objects closer to the border so users don't have so much resizing to do
* In some cases, simply double-clicked on the annotations to make their text appear (?!)
Change-Id: Ib2c8086a3c2bd29bd6816eaf974c9ed8b16a29fc
Paul Bignier [Mon, 9 Jan 2017 16:47:31 +0000]
Fix some demos errors/warnings #2
* About diazepam.dem.sce: there was a bug in Scilab5, fixed in 6 so simply removed the instruction
Change-Id: I874665ab87d6ee53102ba04aa30bf508ad492dc2
Adeline CARNIS [Thu, 25 Aug 2016 10:28:24 +0000]
Rationnal simplification for complex polynoms updated.
test_run polynomials bug_13192
Change-Id: I04416ba2806ba15a492bf29d842f16faced61742
Clément DAVID [Wed, 18 Jan 2017 11:32:06 +0000]
* bug #14835 fixed: `AFFICH_m` block was not rendered correctly.
Change-Id: I5084e48c602abb0149d9576b79d265c398a68d53
Clément DAVID [Wed, 18 Jan 2017 10:53:45 +0000]
CID 1350568 fixed using Java try-with-ressource
Change-Id: Ic579ae6a9dd043343beb0e724386dfb8c25f5a25
Clément DAVID [Wed, 18 Jan 2017 13:25:35 +0000]
modules_manager: regen some dia.ref
Change-Id: I703ad5cbd73e17221fd5ea5580b0da32bb6dd4a7
Antoine ELIAS [Wed, 18 Jan 2017 11:00:35 +0000]
polynomials: fix 'not fixed' test
Change-Id: If75e8cf714c40b5a178962fde6ef5e07eb802d1a
Clément DAVID [Wed, 18 Jan 2017 10:14:14 +0000]
CID 1098878: Resource Leak fixed
Change-Id: I91166cefe2adc0968cb98f4ebf0de678dbd43189