summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-02 13:26:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-02 13:26:41 +0200
commit9e0fdc1f5c3e49d2324f9482040c7bde008632b5 (patch)
tree9726e5e7964b7b983a0178eed2e00d53d357c04b
parentbuild: Add option to omit test header files (diff)
downloadrtems-central-9e0fdc1f5c3e49d2324f9482040c7bde008632b5.tar.bz2
spec: Add LIFO to glossary
-rw-r--r--spec-glossary/glossary/firstinfirstout.yml3
-rw-r--r--spec-glossary/glossary/last-in-first-out.yml13
-rw-r--r--spec-glossary/glossary/lifo.yml12
3 files changed, 27 insertions, 1 deletions
diff --git a/spec-glossary/glossary/firstinfirstout.yml b/spec-glossary/glossary/firstinfirstout.yml
index 6ef6ef70..608e0a43 100644
--- a/spec-glossary/glossary/firstinfirstout.yml
+++ b/spec-glossary/glossary/firstinfirstout.yml
@@ -8,5 +8,6 @@ links:
uid: ../glossary-general
term: First In First Out
text: |
- A discipline for manipulating entries in a data structure.
+ A discipline for manipulating entries in a data structure. See also
+ ${last-in-first-out:/term}.
type: glossary
diff --git a/spec-glossary/glossary/last-in-first-out.yml b/spec-glossary/glossary/last-in-first-out.yml
new file mode 100644
index 00000000..19c8982b
--- /dev/null
+++ b/spec-glossary/glossary/last-in-first-out.yml
@@ -0,0 +1,13 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+copyrights:
+- Copyright (C) 1988, 1998 On-Line Applications Research Corporation (OAR)
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: ../glossary-general
+term: Last In First Out
+text: |
+ A discipline for manipulating entries in a data structure. See also
+ ${firstinfirstout:/term}.
+type: glossary
diff --git a/spec-glossary/glossary/lifo.yml b/spec-glossary/glossary/lifo.yml
new file mode 100644
index 00000000..93348c22
--- /dev/null
+++ b/spec-glossary/glossary/lifo.yml
@@ -0,0 +1,12 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: ../glossary-general
+term: LIFO
+text: |
+ This term is an acronym for ${last-in-first-out:/term}.
+type: glossary