Date: Thu, 1 May 2008 17:24:37 +0000 (UTC) From: Jason Evans <jasone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib rb.h Message-ID: <200805011724.m41HObs8037749@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2008-05-01 17:24:37 UTC FreeBSD src repository Modified files: lib/libc/stdlib rb.h Log: Add rb_wrap(), which creates C function wrappers for most rb_*() macros. Add rb_foreach_next() and rb_foreach_reverse_prev(), which make it possible to re-synchronize tree iteration after the tree has been modified. Rename rb_tree_new() to rb_new(). Revision Changes Path 1.2 +194 -36 src/lib/libc/stdlib/rb.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805011724.m41HObs8037749>