OpenBSD CVS

CVS log for ports/devel/ruby-rbtree/Makefile


[BACK] Up to [local] / ports / devel / ruby-rbtree

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 21 18:34:29 2022 UTC (17 months, 1 week ago) by kmos
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (unified)


== Changes
=== 0.4.6
* Make it work with clang 15.

ok jeremy@

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jun 22 01:35:38 2022 UTC (23 months, 1 week ago) by kmos
Branch: kmos
CVS Tags: kmos_20220621, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

An RBTree is a sorted associative collection that is implemented with a
Red-Black Tree. It maps keys to values like a Hash, but maintains its
elements in ascending key order. The interface is the almost identical
to that of Hash.

To support ruby-sorted_set

Feed back and ok jeremy@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 22 01:35:38 2022 UTC (23 months, 1 week ago) by kmos
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.