summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/sapirbtreeinsert.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-13cpukit: Remove unused includesKinsey Moore1-1/+0
2022-02-28sapi/src/*.c: Change license to BSD-2Joel Sherrill1-3/+22
2020-12-02sapi: Canonicalize @defgroup and @file commentsSebastian Huber1-0/+9
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2018-10-04Rename files to make them unique within cpukitSebastian Huber1-0/+0
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+1
2016-06-22score: Move _RBTree_Find()Sebastian Huber1-8/+8
2016-06-22score: Move _RBTree_Insert()Sebastian Huber1-17/+8
2015-12-14score: Help GCC to inline a functionSebastian Huber1-1/+1
2015-09-03rbtree: Replace implementationSebastian Huber1-102/+26
2014-08-07rbtree: Simplify insert and extractSebastian Huber1-21/+36
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber1-1/+12
2014-07-26rbtree: Update maximum node in LIFO orderSebastian Huber1-2/+2
2014-07-22rbtree: Remove superfluous NULL pointer checksSebastian Huber1-4/+0
2014-07-22rbtree: FormatSebastian Huber1-31/+39
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber1-22/+10
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-11-21score/rbtree: Remove "unprotected" from APISebastian Huber1-3/+3
2013-11-21score/rbtree: Delete protected operationsSebastian Huber1-31/+0
2013-07-23score: Create rbtree implementation headerSebastian Huber1-3/+1
2012-05-13PR2065: RBTree: Insert function (protected) does not enable interruptsGedare Bloom1-2/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-05-08PR2061: RBTree: updating min and max on insert with duplicatesGedare Bloom1-1/+6
2012-03-29PR1994: RBTree Compare Result ChangeGedare Bloom1-2/+2
2011-12-022011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2011-08-212011-08-21 Petr Benes <benesp16@fel.cvut.cz>Joel Sherrill1-4/+5
2011-08-022011-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+5
2011-05-24Remove white-spaces.Ralf Corsepius1-8/+8
2011-04-042010-07-28 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill1-0/+149