From 9e0fdc1f5c3e49d2324f9482040c7bde008632b5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Sep 2021 13:26:26 +0200 Subject: 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(-) create mode 100644 spec-glossary/glossary/last-in-first-out.yml create mode 100644 spec-glossary/glossary/lifo.yml 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 -- cgit v1.2.3