Commit Graph

1559 Commits

Author SHA1 Message Date
Bent Bracke
da78abc34c Fix file path 2022-02-26 10:07:38 +01:00
Cedric Landet
6aa50ba0ae Setting large code model for kernel RTS on 64 bits architectures.
The large code model which is now the default for kernel RTS
(not triggered by the large multilib anymore) on 64 bits
architectures.

TN: UB03-045
Tested-with: $ anod test cross-testsuite \
   --target=x86_64-vx7r2,7.2,vxsim-64 \
   --qualifier=rts=kernel
   $ anod test cross-testsuite \
   --target=aarch64-vx7r2,7.2,vxsim-64 \
   --qualifier=rts=kernel
   $ anod test cross-testsuite \
   --target=ppc64-vx7r2,7.2,vxsim-64 \
   --qualifier=rts=kernel
Change-Id: Ia8376112db4b3a45e3948c8803a4191f58b51c42
2022-01-13 15:44:59 +00:00
squirek
76735e1990 Remove unnecessary pragma Unreferenced
This patch removes several unnecessary pragma Unreferenced's identified
due to work under U122-031.

[changelog]

* schema/schema-schema_readers.adb
(Create_NFA): Remove pragmas.

TN: U122-031
Change-Id: Ice4d02315100cd4b9ad31cba16ff5d0e54976527
2021-12-23 17:34:51 +00:00
Vadim Godunko
1377514177 UC21-016 Reset state of the node returned by Remove_Child.
... to allow to reuse node inside the same document and to avoid dangling
pointers.

Raise exception when node is not found as required by DOM specification.

Change-Id: I46eabf3938afba56a1f5061db6f1b2ded186a6e6
2021-12-22 16:28:48 +03:00
Vasiliy Fofanov
26e0d6b450 Clean up redundant context clauses. UC14-034
Change-Id: I33ca879d3e0f670385b463dd13f2f10074398df2
2021-12-16 12:29:38 +00:00
Fedor Rybin
97fa2d107a Update config scripts
Update config.sub and config.guess to latest versions.

TN: UA28-019
Change-Id: I19a3fc341d5b416ecb19fc8f7fd4044b0b4ea47e
2021-11-01 17:02:41 +03:00
Fedor Rybin
7bc09d9995 Add Unicode licence to Unicode.Names.*
TN: U706-029
Change-Id: Icdc6c306783f7e88ab2b3c66470fd4626e5875d7
2021-09-21 11:29:32 +03:00
Arnaud Charlet
337bce3602 Minor changes to make compatible with No_Dynamic_Accessibility_Checks
Change-Id: I5a1d6226afb1000bbe57db46be0a66322c31f858
TN: TA25-001
2021-05-25 10:25:41 -04:00
Fedor Rybin
6d195c06e0 Fix float value support in schema parsing
for U112-003

Change-Id: I8cf1587ca13122a615768069d9ef51b8421658f3
2021-01-17 14:48:40 +03:00
t-14
29a7827f07 Fix typos in the docs.
This comes from the GitHub pull request #13.
no-tn-check

Change-Id: I16d3c1fdfc56153692e34378d938656703ec0b0e
2021-01-10 19:59:31 +01:00
t-14
076db9b611 Ignore .std* files. no-tn-check
Change-Id: Icab87f9e2d3181cd139c10728d55e0589367b3c4
2021-01-10 19:53:47 +01:00
Dimitri Kokkonis
d0761017c8 Migrate to Sphinx 3.2. T421-010
Change-Id: I7ac67c96597c7b3fdeb7a4f161b3d2c9d4b46465
2020-12-23 14:37:43 +01:00
Fabien Chouteau
512a7fc92d Rename shared.gpr into xmlada_shared.gpr
For the same reason as the external variables, shared.gpr can be a
source of conflict between different projects. For instance with AWS.

This change has no impact on the installation since shared.gpr is not
provided in the installation.

Part of T715-030.

Change-Id: Ie0ac01a23c34981b75055fbe8a45db9cc50a581f
2020-08-07 19:30:24 +02:00
Fabien Chouteau
2c7b96aac7 shared.gpr.in: rename XMLADA_BUILD into XMLADA_BUILD_MODE
XMLADA_BUILD clashed with the scenario variable defined in the installed
project. It is actually the equivalent of LIBRARY_TYPE but with a
different name once the project is installed.

Part of T715-030.

Change-Id: I4f2dc963acfe8a8db3e9138cc4f408f904ded01d
2020-08-04 18:28:09 +02:00
Fabien Chouteau
73957ce0c2 shared.gpr.in: introduce the XMLADA_BUILD external
This external allows xmlada*.gpr to be used from a project that defines
the BUILD external in an incompatible way.

Part of T715-030.

Change-Id: I2485bafa4f7f103721558b82232c0134ebf8f8ee
2020-07-16 15:57:56 +02:00
Pascal Obry
e5bbafed1e Minor reformatting.
Change-Id: I1d87406224879e4506d9bf8b3f67f8b8b40cfacb
2020-04-24 12:43:32 +02:00
Oliver Kellogg
2eab014847 Fix typos in the docs. 2020-04-18 21:28:32 +02:00
Fedor Rybin
0da85043e9 Hide warnings of overlapping actuals
for T316-004

Change-Id: Ib32e369a50ff7b29514447ec20f761e28f48518f
2020-03-17 20:53:42 +03:00
Vasiliy Fofanov
b50bc26596 Update usage section which has become obsolete. SB18-013
Change-Id: Id026db7f1f852b4c142247bab0cb6f46ef9038b2
2019-11-18 14:35:04 +01:00
Fedor Rybin
95f2586e49 Update doc with limitation of input size
State input size limit.
Mention two input modules that were missing from the docs.
Fix some typos.

for SB06-054

Change-Id: I059566d5a19fd9e696d3b26af7d9ebee11939c6e
2019-11-07 11:54:54 +01:00
Dmitriy Anisimkov
ecf9daa284 Fix Is_Valid_Base64Binary routine
S823-015

The character code in base64 encoding preceding the terminating '='
must be a multiple of 4. This change fixes situation where this
character could be any base64 character, which could happen when
one-but-last character code was a multiple of 16.

Change-Id: I9fe4fb266d07e127e9e64be9404571a91b32bcdb
2019-08-24 17:27:59 +02:00
Dmitriy Anisimkov
f4a8216d37 Avoid conflict with future IPv6 options
MA31-001

Change-Id: Ic20d9a0eae25eb1a8bb8131975d29a5a4b4cc3fd
community-2019
2018-06-28 22:57:23 +06:00
Fedor Rybin
8a4b2bf477 Reduce the SAX parser symbol hash table size
Reduce the SAX parser symbol hash table size
from 65536 entries to 1024.

This comes from the GitHub pull request #6
TN: R215-022

Change-Id: I6790ad5b00dde563833cbe6493c57e68caba0ea3
community-2018
2018-04-20 16:34:14 +03:00
Fedor Rybin
5a0bb7ad1b Fix typos in the docs.
This comes from the GitHub pull request #5
TN: R215-022

Change-Id: I3c3074119dbfbdad327dba77b523d6a8196d7806
2018-04-17 14:05:05 +03:00
Fedor Rybin
49bc5b1fb6 make xmlada No_Exception_Registration friendly
for R305-035

Change-Id: Iebc0bb83f54a1b5b39ba053e50eb9bc721bfab85
2018-03-07 01:40:52 +03:00