[rtems-central commit] spec: Add LIFO to glossary

Sebastian Huber sebh at rtems.org
Thu Sep 2 11:31:20 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    9e0fdc1f5c3e49d2324f9482040c7bde008632b5
Changeset: http://git.rtems.org/rtems-central/commit/?id=9e0fdc1f5c3e49d2324f9482040c7bde008632b5

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep  2 13:26:26 2021 +0200

spec: Add LIFO to glossary

---

 spec-glossary/glossary/firstinfirstout.yml   |  3 ++-
 spec-glossary/glossary/last-in-first-out.yml | 13 +++++++++++++
 spec-glossary/glossary/lifo.yml              | 12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/spec-glossary/glossary/firstinfirstout.yml b/spec-glossary/glossary/firstinfirstout.yml
index 6ef6ef7..608e0a4 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 0000000..19c8982
--- /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 0000000..93348c2
--- /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



More information about the vc mailing list