Paul Bignier [Thu, 5 Jan 2017 10:23:16 +0000]
Scicos macros: fix Xcos startup
* Commit
e5005117 prevented Xcos startup
Change-Id: Iec1a91bdc7bdd6972d315bd66f64dbc843a478ee
Samuel GOUGEON [Thu, 22 Dec 2016 21:25:51 +0000]
help flipdim: description fixed and page improved
* The variable name "sb" and its description were unclear => "blockSize"
* The description of the blockSize variable was partly wrong.
* There were no illustrated results
* There was no See also section
* The pt_BR and ru_RU pages are outdated after the introduction of the
"blockSize" option 3 years ago.
Easier to retranslate from scrach => removed.
Change-Id: Ife9c013ba779a4cfb9a495a09493171074a2201d
Samuel GOUGEON [Tue, 9 Aug 2016 23:08:10 +0000]
hypermat functions overloads unused => removal
Change-Id: I2febb383a51c685ffb2dcdaa6be0957d75f18c19
Antoine ELIAS [Thu, 5 Jan 2017 11:09:15 +0000]
fix integer tests
Change-Id: Ib192872a3164bfaab03c6eb8342e43d5e34965f8
Antoine ELIAS [Thu, 5 Jan 2017 12:04:49 +0000]
fix spreadsheet tests
Change-Id: I1495680f946748b2754db7b157002a65eba23074
Paul Bignier [Thu, 5 Jan 2017 09:53:53 +0000]
Graphics doc: fix compilation
Change-Id: Id42c383ea3ac30531159fa0b0dd74a8cb5f221b4
Samuel GOUGEON [Sun, 18 Dec 2016 01:04:43 +0000]
help pixel_drawing_mode: page overhauled
* PDF rendering: http://bugzilla.scilab.org/attachment.cgi?id=4459
* the description was not very clear
* the values given in the table were all wrong: they are no longer
numeric, and strings were wrong
* There was no example
* There was no illustration
* There was no See also section
Change-Id: Ib98681cea9c6554d0f15f354cd7d820f62124756
Paul Bignier [Thu, 5 Jan 2017 08:42:11 +0000]
Renderer: Fix java compilation
Change-Id: Id3e5125bf1a62b69e81acb6edcd84285aa6beddc
Paul Bignier [Wed, 4 Jan 2017 16:44:47 +0000]
Merge branch 'palette-browser' into 'master'
Change-Id: Ib2b127d8fdca5aaf9f2a8e55aeefce61f91594df
Adeline CARNIS [Thu, 27 Oct 2016 10:27:20 +0000]
* Bug #14824 fixed - Incorrect error message with mfprintf(fd, '%d', [])
Change-Id: Id650c3ba86a06546b868a7771715abc6f0ed3c46
Adeline CARNIS [Tue, 3 Jan 2017 10:32:03 +0000]
syredi.tst changed in signal processing module.
Change-Id: I66f47be6e918031fe48097ff2db75b0f7ebfd648
Cedric Delamarre [Wed, 4 Jan 2017 15:10:12 +0000]
module io tests fixed
test_run io bug_14022
test_run io bug_14111
test_run io bug_5586
Change-Id: I7a006cf6d27508365cf5e47e5bcffc8124d988ce
Antoine ELIAS [Tue, 3 Jan 2017 15:12:53 +0000]
bug 14909: getshortpathname and getlongpathname return values with '\' instead of '/'
Change-Id: I1cac6de9737a85c41b67a14ffb6591cfac1befe1
Adeline CARNIS [Mon, 7 Nov 2016 11:54:43 +0000]
* [#14839](bugzilla.scilab.org/show_bug.cgi?id=14839): `plot2d2` crashed Scilab.
Change-Id: I37adea67bea4da901b2babf0a7da8fd9413dce2b
Adeline CARNIS [Fri, 22 Apr 2016 13:54:47 +0000]
if x contains negative elements, then acosh must return positive values. test_run('elementary_functions', 'asech')
Change-Id: I707c6777b6face5a8167a29d910f22acb48754ca
Antoine ELIAS [Tue, 3 Jan 2017 11:42:12 +0000]
replace / by filesep in 14710 test
Change-Id: If34ce4e0976504b45319b45a909b7e7a0faea4dc
Antoine ELIAS [Tue, 3 Jan 2017 09:45:27 +0000]
fix trouble in string(lib) about SCI expand
Change-Id: I60a04d059351c61199bf8d250927f2fcfa2782a8
Paul Bignier [Thu, 8 Dec 2016 11:33:50 +0000]
Modules_manager tests: regen xcos_toolbox_skeleton
* Fixed obsolete use of tbx_build_loader & tbx_build_cleaner(name, path)
Change-Id: I5465ade0414325583a271defb5c9229bd50b8bfd
Simon Marchetto [Tue, 3 Jan 2017 14:28:14 +0000]
add GSOCers in aknowledgements
Change-Id: I5ef37d9b3ff8b16d2648e1727322a997f4c61bfc
Samuel GOUGEON [Wed, 17 Aug 2016 18:55:30 +0000]
setbpt, delbpt, dispbpt: remove ashes
All files having the "setbpt|delbpt|dispbpt" pattern have been visited
Change-Id: I587b41380766b352c70459a09252b8113c5e0f38
Samuel GOUGEON [Mon, 15 Aug 2016 20:36:17 +0000]
* bug #14558: square() is obsolete
http://bugzilla.scilab.org/14558
All files containing "square"|'square'|square(|>square< have been visited.
All relevant references processed.
To be removed in 6.1: square.xml, square.sci
To be updated in 6.1: scilab_macros.txt
Change-Id: Ia4c1d8ddd0c7a0d849f43859cf3a896fcfa66680
Samuel GOUGEON [Thu, 11 Aug 2016 20:17:20 +0000]
*2code.sci macros moved from [string] to [functions]
* tree2code(): the only publique function of this batch.
Help pages already in the [functions] module. Works with macr2tree()
etc that are already in [functions].
* instruction2code(), expression2code(), rhs2code(), cat_code() and
format_txt() are all internals. They are mostly called from [m2sci]
and in-between. They could be moved to [m2sci] instead of [functions],
but they are also used by tree2code() that is out of [m2sci].
Anyway, they are in no way about [string].
[m2sci]/macros/kernel/ has expression2sci.sci and instruction2sci.sci files
* Detailed lists of HITS for tree2code() and for "other2code"()
functions are provided for information. To be removed before merging.
Change-Id: I675be365a104f45f74421d68d8aa388f7060f115
Samuel GOUGEON [Thu, 11 Aug 2016 14:12:38 +0000]
move help members() to 'Search and find' (same module)
Change-Id: I7baa9055eaab12acd42f8c362e82528153d8a35e
Samuel GOUGEON [Thu, 11 Aug 2016 02:09:27 +0000]
%r_zeros missing
Change-Id: Ic549bf658077cb4a9014168dd75f30d7a85ad0f6
Samuel GOUGEON [Mon, 1 Aug 2016 19:40:53 +0000]
* Bug #14689 fixed: resize_matrix(mat,[0,3,-1]) with new sizes <=0
* http://bugzilla.scilab.org/14689
* Any new size set to 0 now returns []
* Usage of new size==-1 to keep the current size is now documented
* Unit test extended
* (ru) and (pt) pages have to be retranslated (not done after (en)
rewritting in 2013) => Deleted
Change-Id: I57692a2c4e0e41741a8d5c02dfbe062bba321df0
Paul Bignier [Mon, 2 Jan 2017 09:47:07 +0000]
Xcos demos: regen Scilab_Block & Watertank
* The demos were ill-saved, I just redrew them. For Watertank, I only replaced the PID block
Change-Id: I71c322d31417650b653d4c66bc75771d228ec9dd
Antoine ELIAS [Tue, 3 Jan 2017 10:01:14 +0000]
Change version name after
d4b80006b Windows
Change-Id: I7cfef40480b0eb6929fee215175912ff43cb3077
Samuel GOUGEON [Thu, 11 Aug 2016 03:51:56 +0000]
%r_string(hr): support to any hypermatrix of rationals
Change-Id: I97abee67ecd83a98b1c1850ae42aa6880054f9ba
Paul Bignier [Mon, 26 Dec 2016 14:11:12 +0000]
Typo fixes
Change-Id: I6b0693648c95292652bd07749a49ece214395853
Paul Bignier [Mon, 26 Dec 2016 10:40:28 +0000]
Xcos src: fix some coverity defects
* CID 1367994 & 1367993 & 1367992 & 1367991 & 1367990
Change-Id: Id61c07115ab9afc43e81128688114e115ca57af5
Paul Bignier [Mon, 26 Dec 2016 13:29:14 +0000]
CACSD: fix a test
* ode() now returns error messages when simulation fails (old warning cases)
Change-Id: I85c0237abdecfb2ffb6409976636c31dadc234d9
Paul Bignier [Mon, 26 Dec 2016 09:54:23 +0000]
Xcos MVC: don't duplicate check
* CID 1367932 & 1367933
Change-Id: Ida1acfe14556a24ff84afbde4a1beaa22ef7bbc4
Cedric Delamarre [Tue, 6 Dec 2016 12:32:53 +0000]
[functions] NOT FIXED 6.0.0
Change-Id: I9c438c3d226004d314717f53ca05674ff4436336
Clément DAVID [Mon, 2 Jan 2017 11:14:34 +0000]
Happy new year 2017 !
Change-Id: I781de32615b67149a2f653baa47afca3209e6430
Clément DAVID [Fri, 23 Dec 2016 13:42:45 +0000]
Change version name after
d4b80006b
Change-Id: Iefb10d23134ecb8fefe884d46b71ef5f6b80effe
Clément DAVID [Fri, 23 Dec 2016 07:39:03 +0000]
Merge branch 'xcos-layout' into 'master'
Change-Id: I2bbd8af8436092e61f521f1a06ebae02c6480f12
Clément DAVID [Fri, 23 Dec 2016 07:25:54 +0000]
Merge branch 'master' into 'xcos-layout'
Change-Id: I08059fe94df60d9b68962127fa087b08a81ad8a2
Paul Bignier [Wed, 21 Dec 2016 08:47:14 +0000]
Xcos MVC: enable effective object deletion in diagram
* That way, a diagram with unconnected blocks can pass Compilation & Simulation
Change-Id: I7425845a361b0674ab1b545bae3c25974c9ca1d8
Paul Bignier [Mon, 19 Dec 2016 16:24:47 +0000]
Xcos MVC: do not link new ports with old links
* When cloning a block, the new ports were connected to the old links
* This code section imitats Controller::deepClone()
Change-Id: I8b2f6e189d48bd052616c709c98d1adcc692eef9
Samuel GOUGEON [Sun, 18 Dec 2016 01:48:42 +0000]
help figure_properties: "See also" improved
Change-Id: Ib44130b78c8dbc692ffff4539737bc1776a0b8c0
Adeline CARNIS [Thu, 1 Dec 2016 13:54:39 +0000]
Fix tests in output_stream module.
Change-Id: Icdb416ce874d600e4fa055c4515407dac51eda2a
Adeline CARNIS [Thu, 1 Dec 2016 13:58:29 +0000]
not fixed in 6.0.0
Change-Id: I197c87a7ae731a8999ab3677e89355a9eb628dd7
Samuel GOUGEON [Wed, 21 Dec 2016 12:48:20 +0000]
* Bug #13877 fixed - '<' in <screen> areas were not rendered in help browser
Change-Id: I90539c88b8781e7ad95fd815d3ba9b1085a38d2e
Paul Bignier [Wed, 21 Dec 2016 08:18:31 +0000]
Revert "OCaml build: enforce .mli generation to clean-build in parallel"
This reverts commit
32c0288226994dc2a28c9cf6e38eaed3dfdae90c.
The commit prevented scicos compilation
Change-Id: Iaa1fc805b36ccdd88779612e7225e9fea2c1db7b
Clément DAVID [Tue, 20 Dec 2016 09:37:47 +0000]
Xcos ecore: fix implicit, states and solvers
Change-Id: I71f1a59fe5ec4e2fbd94364e29d01d2109e7d082
Clément DAVID [Fri, 9 Dec 2016 11:35:11 +0000]
Xcos ecore: fix datatype definition
The previous datatype definition was not fully decoded as the Model
enforce int[3] values and we decoded and set them int by int. The new
definition is also clearer from external users (type rows columns).
Change-Id: I96cf427c878fdbae63a73f28ef25dfa28137e15f
Paul Bignier [Fri, 16 Dec 2016 13:51:37 +0000]
Sparse: pass tests
Change-Id: Iefaae00fdbd08cff0829cb914a7b4da8b4ad0cd9
Clément DAVID [Wed, 14 Dec 2016 18:20:46 +0000]
OCaml build: enforce .mli generation to clean-build in parallel
Change-Id: Ib11fdd81e79a84e6123186f1ea26d88558f538ed
Samuel GOUGEON [Sun, 28 Aug 2016 17:37:41 +0000]
* Bug #10195 fixed: NR test added: execstr interpreted ascii(0->31) as ^ power
http://bugzilla.scilab.org/10195
Change-Id: Ic3b34dca6a5ace4408b9a25c0a6e6a348dc98e7e
Samuel GOUGEON [Sat, 6 Aug 2016 23:57:55 +0000]
Bug #592 fixed - linspace(a,b, n<=0) returned b instead of [].
* http://bugzilla.scilab.org/592
* The bug was fixed in 2006 by displaying an error message, but this
was silently cancelled in 2009. See the report.
* Arguments checking improved
* unit test extended
* Help page overhauled. Retranslation in (ja,pt,ru) will be needed.
Change-Id: I8f3f5235be96a7cb5b97e0ab94274b86ba111030
Antoine ELIAS [Thu, 1 Dec 2016 16:16:20 +0000]
fix macro name in %zpk_v_zpk overload
Change-Id: Ic85ced658e4c9fdfcc2e7de078e7c61132253959
Antoine ELIAS [Fri, 16 Dec 2016 13:01:47 +0000]
add umfpack demos in windows installer
Change-Id: I4ae8ea1d8243e76afc84c4ba411e6b214be2475a
Paul Bignier [Thu, 15 Dec 2016 14:21:04 +0000]
Optimization: let tests pass
* numderivative.tst still doesn't pass because of the error on matrix multiplication with mismatching dimensions
Change-Id: I3b72f1053160899538a238ba0ef1175e96344abc
Samuel GOUGEON [Sun, 4 Dec 2016 16:42:21 +0000]
* Bug #14887 fixed - Display of .tag values missed ".." delimiters
http://bugzilla.scilab.org/14887
Change-Id: Ie310749a1a15c1b6beea49f4adec204dd367d7ac
Adeline CARNIS [Tue, 8 Nov 2016 15:20:17 +0000]
* Bug #14571 fixed - The type of input argument of figure function was not checked.
Change-Id: I56779ed42686316b1e2d15b51794fe07d5030cf1
Clément DAVID [Mon, 5 Dec 2016 09:42:11 +0000]
Xcos: resolve SCI on scicosDiagramToScilab calls
Change-Id: I7ba0daf72b2b2f1c359926a0979d3509b70cb1eb
Paul Bignier [Thu, 15 Dec 2016 16:09:45 +0000]
AST: error out on wrong matrix multiplication
* matrix*hyper & hyper*hyper can still be overloaded but not matrix*matrix with wrong dimensions
* numderivative.tst passes again
Change-Id: I834a753ac30fcb2c5ec441d4b1af9339325c875f
Antoine ELIAS [Fri, 16 Dec 2016 08:02:12 +0000]
fix windows installer ( ui_data_gateway.xml was missing )
Change-Id: Ifa81bc8101035efa0d7af5cda1ec478f5c9ca045
Samuel GOUGEON [Sun, 21 Aug 2016 14:35:47 +0000]
help pages: misc. typos, fixes and short improvements
* macr2tree and tree2code examples: cosh is no longer a macro
=> changed to log2
* Improving Graphic sectionning (TBContinued in another commit)
Change-Id: Ia82d6fb587cfc3b5738cf3c62a9f56a28cf82432
Paul Bignier [Wed, 14 Dec 2016 10:31:14 +0000]
Xcos MVC: enable multiple Play & Compile
* We disconnected the old link even if it didn't point to the port
Change-Id: I062a624f58fb47cd043fa93e3b6d51a381da9ce4
Clément DAVID [Mon, 12 Dec 2016 17:02:12 +0000]
Documentation: fix the build
Change-Id: I933b54f9329ec5fd49ab7934de22aa79494303cb
Adeline CARNIS [Tue, 13 Dec 2016 08:49:16 +0000]
fix Demo UMPFACK
Change-Id: Ibda2622e07469605633edffea6e0875e8bcab183
Paul Bignier [Mon, 12 Dec 2016 15:49:07 +0000]
FileIO tests: fix fullpath
* Minor fixes & change useless test
Change-Id: I17f7fcf824c1f0296944274b5bb0258ea4b48877
Samuel GOUGEON [Sun, 4 Dec 2016 18:38:09 +0000]
help: scilab|scilex page fixed & improved
* "-e" & "-f": special management of the CWD wasn't documented
(after http://mailinglists.scilab.org/Users-fr-Repertoire-de-demarrage-Scilab-tp4035138p4035149.html)
* "-args" usage was hardly described. Now properly documented.
* Improvements:
- scilex|wscilex syntaxes added
- options reserved to Linux/Mac OSX => Dedicated section
- unproper <programlisting>: replaced with <screen> areas
- "See also" enriched: sciargs, getpid, getenv, getversion, consolebox added
- Example for "-e" improved: now includes some quotes showing how to manage them.
- xml registration for scilex and wscilex added
- Some <para> converted into <warning> / <important> tags
- other miscellaneous improvements for a better readability.
* Fixed: -version does not make Scilab exiting
Change-Id: Ic2231c4872a21658c4b16ce403f8aa340dd5bcb4
Paul Bignier [Mon, 12 Dec 2016 09:03:57 +0000]
AST::System_env: fix CID 1366885 & 1366884
Change-Id: I50a0dc4d33f40c1cfdef5b47c1bb2c36d8a4b1a7
Paul Bignier [Fri, 9 Dec 2016 10:20:17 +0000]
AST::System_env: fix MacOS launch after
a3118bbf
* On MacOS, /tmp points to "private/tmp" instead of "/private/tmp"
Change-Id: I9ac8987d001d0f7b9c0cd6a8d0d3fbef4ce2a30d
Paul Bignier [Fri, 9 Dec 2016 08:12:05 +0000]
IO src: fix CID 1366882
Change-Id: I5d7a4fe5ce12b56008acef9a5a0a013ada4b3f9f
Clément DAVID [Thu, 8 Dec 2016 16:46:33 +0000]
core tests: fix ENGLISH IMPOSED message
Change-Id: I3762a4702b335297555ee3b62225ccb6474e4e13
Cedric Delamarre [Fri, 2 Dec 2016 10:45:34 +0000]
[core] NOT FIXED 6.0.0
Change-Id: Id6d1fa88676e30cbe2620c9498b536549646ad51
Clément DAVID [Thu, 8 Dec 2016 15:44:03 +0000]
Compilation: fix implicit-function-declaration and implicit-int warnings
These warnings might be eventually treated as errors by distribution
specific compilation flags. For instance this is a planned change for Fedora 26.
Change-Id: I27a89f8a7c8a68655e6aa855b927dde9bcbb4ab7
Paul Bignier [Wed, 7 Dec 2016 18:11:51 +0000]
AST::System_env for mac: replace /tmp with /private/tmp
* On MacOS, /tmp is a symlink to /private/tmp
* This will enable TMPDIR == fullpath(TMPDIR)
Change-Id: If1f8eea816bf44bfc8cc39e6a396e073d25ada63
Clément DAVID [Thu, 8 Dec 2016 14:23:19 +0000]
CID 1366841 and 1366842 fixed
Change-Id: Ie2e82b222795c052f4725073fd7a99f733c6110f
Clément DAVID [Thu, 8 Dec 2016 14:38:59 +0000]
CID 1366835 fixed
Change-Id: I46450651ef9ca18e8631e5706e50f7ddbef1d4e3
Cedric Delamarre [Thu, 8 Dec 2016 13:36:00 +0000]
[matelm] invalid read and mismatch free fixed
test_run core matelm mode_nwni_profiling
test_run elementary_functions cumsum mode_nwni_profiling
test_run elementary_functions cumprod mode_nwni_profiling
Change-Id: I137e13ed62051d8e7e8a6b750b6c1f4aa22347ca
Clément DAVID [Thu, 8 Dec 2016 13:45:17 +0000]
CID 1366848 1366849 and 1366850 fixed
Change-Id: Ie689f9717f110366ec1a9b622641fe3e3f476baf
Clément DAVID [Wed, 30 Nov 2016 13:34:40 +0000]
genlib: process files sorted to ease reproducibility
Change-Id: Ice5f4282c102fa0be6bfea278980d3fb206d75a1
Cedric Delamarre [Thu, 8 Dec 2016 09:02:04 +0000]
[bug_14225] test fixed for scilab binary
Change-Id: I6e34f6d6adcd635a865ebeb8597f2d3c0bfd1a8d
Clément DAVID [Thu, 8 Dec 2016 10:06:37 +0000]
LU test: use assert_checkalmostequal for numerical checks
Change-Id: I7a8af80638e7714cfcff5aae066d4f2bae584174
Clément DAVID [Thu, 8 Dec 2016 08:21:55 +0000]
Tests: add missing filesep() for TMPDIR generation
Change-Id: I2a2f30a67a779835e56d84c6ce50251dba0182be
Paul Bignier [Thu, 8 Dec 2016 08:59:25 +0000]
Graphics src: fix compilation after
7706434a
* Failed on MacOS's clang
Change-Id: Iee56d8dc3285ed2002332d03fd8f5c09a92a82ec
Cedric Delamarre [Thu, 8 Dec 2016 09:16:44 +0000]
[bug_8768] test fixed about typo in the checked error message
Change-Id: I07f457ad65896d16751d10b440c16d1deec5f981
Samuel GOUGEON [Thu, 25 Aug 2016 14:21:30 +0000]
* Bug #9008 fixed - test_run applied create_ref option on 'NO CHECK REF' tests
http://bugzilla.scilab.org/9008
Change-Id: I182eb1805a9ce0cbed74c9aa9a027b779d8e0329
Samuel GOUGEON [Thu, 25 Aug 2016 17:12:51 +0000]
* Bug #14743 fixed - test_run(,'show_error') did not document 'failed: Slave Scilab exited..' errors
http://bugzilla.scilab.org/14743
Change-Id: If0e15eddc85cc84260f630441dbfb5d0db599cb7
Samuel GOUGEON [Wed, 7 Dec 2016 20:41:34 +0000]
* Bug #14470 fixed - geomean often overflowed & did not check argins
http://bugzilla.scilab.org/14470
Change-Id: Ied3e2da4fa4e540ca886260b8834cb0ba5d59f60
Paul Bignier [Wed, 7 Dec 2016 17:31:49 +0000]
Graphics src: fix return value
* CID 1366838
Change-Id: Ied8ee7882addca3f52274201ddb34e64550e93dd
Paul Bignier [Fri, 21 Mar 2014 11:54:00 +0000]
* Bug #8190 fixed - Optimization: Fixed ICSE demos
Change-Id: Id05ba33f1cc41b66e02d25221d9d17a1204e87ba
Cedric Delamarre [Wed, 7 Dec 2016 17:58:10 +0000]
[differential_equations] error message fixed
after https://codereview.scilab.org/#/c/18764/
Change-Id: I00b912aa6704b6c3b98f2c2b6424960541de10ab
Paul Bignier [Wed, 7 Dec 2016 16:59:33 +0000]
Differential_equations src: indentation + FREE fixes
* CID 1366847, 1366846, 1366845, 1366844 & 1366843
Change-Id: I96baf14563f1bf53a6b0628e5836784601d4a52a
Clément DAVID [Mon, 5 Dec 2016 09:29:22 +0000]
Localization: dispatch localized files from Launchpad
Change-Id: I0083b487ba9b28de4327f3e4e03c2e0cd0db037a
Cedric Delamarre [Tue, 6 Dec 2016 15:16:55 +0000]
light() fixed
Change-Id: I8d72f946b4550d05e8fbac6ea3319df0d4978e1a
Cedric Delamarre [Tue, 6 Dec 2016 14:22:20 +0000]
fullpath fixed on Windows
test_run functions get_function_path
test_run functions bug_13903
test_run functions bug_4608
test_run functions bug_7952
Change-Id: Ia353be524dcc9a91760ac7c6bf572cb72ce9ee14
Cedric Delamarre [Tue, 6 Dec 2016 08:41:13 +0000]
[bug_6550] getPath of Library type fixed
* test_run functions bug_6550
* --> string(lib)
Change-Id: I477feec1a6a14acc41367f1b1889b23bed931fee
Cedric Delamarre [Wed, 7 Dec 2016 10:15:32 +0000]
linux bianary fixed
* two xml of dynamic module gateway was missing at installation
Change-Id: Ib431368277a0bf7307488147002d6f2e2cc5af4d
Cedric Delamarre [Mon, 5 Dec 2016 15:57:42 +0000]
[bug_1469] test fixed
test_run functions bug_1469
Change-Id: Id135eba8a6cd3856f43aff45f04972a3dd9c7e72
Clément DAVID [Mon, 28 Nov 2016 07:36:31 +0000]
CACSD: fix freson() Scilab 5 behavior
* fix freson unit-test
Change-Id: Id6d81cfbae91ab87e37d4ea2b61e458166c6c91e
Clément DAVID [Fri, 2 Dec 2016 16:31:15 +0000]
Xcos XMI format: fix exprs encoding
Change-Id: If84af16b2f515809d01d1fd2442ee0a5944fd91f
Adeline CARNIS [Fri, 28 Oct 2016 13:27:24 +0000]
* Bug #14758 fixed - xstringb creates a figure when no exists.
Change-Id: I76e7619283a5cdef1b4342798aa0ad37ebaab741
Adeline CARNIS [Tue, 8 Nov 2016 11:35:36 +0000]
* Bug #14779 fixed - When used logarithmic mode using coordinates <= 0, xsegs crashed Scilab.
Change-Id: If2e53741f91eec58fa85401ceae52807a6a33b29
Clément DAVID [Mon, 5 Dec 2016 08:46:30 +0000]
Localization: update POT files
Change-Id: Ia8b429aef5e3a4ec2c6e2ec26a10b9feb39852a6
Simon Marchetto [Tue, 6 Dec 2016 09:20:19 +0000]
fix compilation error (from bug #14524 fix)
Change-Id: I5d6ecadfd94e1bd5858c0b9bd2d87abd431e4419