Subject: Re: CVS commit: src/common/lib/libprop
To: None <thorpej@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 09/10/2006 17:28:50
> Module Name:	src
> Committed By:	thorpej
> Date:		Sat Sep  9 06:59:28 UTC 2006
> 
> Modified Files:
> 	src/common/lib/libprop: Makefile.inc prop_dictionary.c prop_number.c
> 	    prop_object_impl.h
> Added Files:
> 	src/common/lib/libprop: prop_rb.c prop_rb_impl.h
> 
> Log Message:
> Adapt Matt Thomas's red-black tree implementation for use in proplib.  This
> has a significant code size savings over <sys/tree.h>.

isn't it better to move rb.c to somewhere in src/common,
rather than making each users have their own copies?

YAMAMOTO Takashi