History log of /netbsd/common/lib/libc/gen/rpst.c (Results 1 – 12 of 12)
Revision Date Author Comments
# d30ceca9 14-Nov-2021 andvar <andvar@NetBSD.org>

fix few typos in comments and log message.


# 4e3e247b 26-Apr-2011 yamt <yamt@NetBSD.org>

fix _STANDALONE build


# bab1fe70 14-Apr-2011 yamt <yamt@NetBSD.org>

fix _STANDALONE build


# 502e0d2f 26-May-2009 yamt <yamt@NetBSD.org>

fix a comment


# d8e7c6e5 26-May-2009 yamt <yamt@NetBSD.org>

rpst_iterate_next: remove an unnecessary assignment.


# 06817202 26-May-2009 yamt <yamt@NetBSD.org>

rpst_iterate_first: fix a bug which causes unnecessary scan.


# 87a9663c 26-May-2009 yamt <yamt@NetBSD.org>

sprinkle some inline


# 5e092cbd 25-May-2009 yamt <yamt@NetBSD.org>

maintain parent node pointers to speed up search and node removal.


# 03578bbe 25-May-2009 yamt <yamt@NetBSD.org>

add comments.


# 89c1ff56 22-May-2009 yamt <yamt@NetBSD.org>

rpst_insert_node1: fix an inverted condition.


# 89ff3f9c 20-May-2009 yamt <yamt@NetBSD.org>

- fix various bugs in the iteration code.
- add assertions.
- unittest: more tests. verify query results by comparing with linear search.


# 1a764d8c 19-May-2009 yamt <yamt@NetBSD.org>

radix priority search tree.