summaryrefslogtreecommitdiffstats
path: root/posix-compliance/posix_rst.py
diff options
context:
space:
mode:
Diffstat (limited to 'posix-compliance/posix_rst.py')
-rwxr-xr-xposix-compliance/posix_rst.py36
1 files changed, 18 insertions, 18 deletions
diff --git a/posix-compliance/posix_rst.py b/posix-compliance/posix_rst.py
index 6e3b41c..c50fd4a 100755
--- a/posix-compliance/posix_rst.py
+++ b/posix-compliance/posix_rst.py
@@ -40,30 +40,30 @@ standards = [
standard_names = {
'RTEMS' : 'RTEMS Complete Profile',
- 'POSIX-2008' : 'POSIX-2008',
- 'POSIX-2003' : 'POSIX-2003',
+ 'POSIX-2008' : 'POSIX-2008 (Issue 7)',
+ 'POSIX-2003' : 'POSIX-2003 (Issue 6)',
'PSE51' : 'POSIX PSE51 - Minimal',
'PSE52' : 'POSIX PSE52 - Real-Time Controller',
'PSE53' : 'POSIX PSE53 - Dedicated',
'PSE54' : 'POSIX PSE54 - Multipurpose',
'C99' : 'C99 Standard Library',
'C11' : 'C11 Standard Library',
- 'FACE 2.1 Security' : 'FACE 2.1 Security',
- 'FACE 2.1 Safety Base' : 'FACE 2.1 Safety Base',
- 'FACE 2.1 Safety Extended': 'FACE 2.1 Safety Extended',
- 'FACE 2.1 General Purpose': 'FACE 2.1 General Purpose',
- 'FACE 3.0 Security' : 'FACE 3.0 Security',
- 'FACE 3.0 Safety Base' : 'FACE 3.0 Safety Base',
- 'FACE 3.0 Safety Extended': 'FACE 3.0 Safety Extended',
- 'FACE 3.0 General Purpose': 'FACE 3.0 General Purpose',
- 'FACE 3.1 Security' : 'FACE 3.1 Security',
- 'FACE 3.1 Safety Base' : 'FACE 3.1 Safety Base',
- 'FACE 3.1 Safety Extended': 'FACE 3.1 Safety Extended',
- 'FACE 3.1 General Purpose': 'FACE 3.1 General Purpose',
- 'SCA 2.2.2 AEP' : 'SCA 2.2.2 AEP',
- 'SCA 4.1 Ultra Lightweight AEP' : 'SCA 4.1 Ultra Lightweight AEP',
- 'SCA 4.1 Lightweight AEP' : 'SCA 4.1 Lightweight AEP',
- 'SCA 4.1 [Full] AEP' : 'SCA 4.1 [Full] AEP'
+ 'FACE 2.1 Security' : 'FACE Technical Standard, Edition 2.1 Security',
+ 'FACE 2.1 Safety Base' : 'FACE Technical Standard, Edition 2.1 Safety Base',
+ 'FACE 2.1 Safety Extended': 'FACE Technical Standard, Edition 2.1 Safety Extended',
+ 'FACE 2.1 General Purpose': 'FACE Technical Standard, Edition 2.1 General Purpose',
+ 'FACE 3.0 Security' : 'FACE Technical Standard, Edition 3.0 Security',
+ 'FACE 3.0 Safety Base' : 'FACE Technical Standard, Edition 3.0 Safety Base',
+ 'FACE 3.0 Safety Extended': 'FACE Technical Standard, Edition 3.0 Safety Extended',
+ 'FACE 3.0 General Purpose': 'FACE Technical Standard, Edition 3.0 General Purpose',
+ 'FACE 3.1 Security' : 'FACE Technical Standard, Edition 3.1 Security',
+ 'FACE 3.1 Safety Base' : 'FACE Technical Standard, Edition 3.1 Safety Base',
+ 'FACE 3.1 Safety Extended': 'FACE Technical Standard, Edition 3.1 Safety Extended',
+ 'FACE 3.1 General Purpose': 'FACE Technical Standard, Edition 3.1 General Purpose',
+ 'SCA 2.2.2 AEP' : 'Software Communications Architecture 2.2.2 AEP',
+ 'SCA 4.1 Ultra Lightweight AEP' : 'Software Communications Architecture 4.1 Ultra Lightweight Appliation Environment Profile',
+ 'SCA 4.1 Lightweight AEP' : 'Software Communications Architecture 4.1 Lightweight Appliation Environment Profile',
+ 'SCA 4.1 [Full] AEP' : 'Software Communications Architecture 4.1 [Full] Appliation Environment Profile'
}
col_names = {