summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/rbtreeprepend.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* score: Add red-black tree append/prependSebastian Huber2021-11-231-0/+58
These functions are a faster alternative to _RBTree_Insert_inline() if it is known that the new node is the maximum/minimum node. Update #4531.