26d4f90430
keys and returns them in an array. This effectively allows a caller to mutate a dictionary while iterating over it (really, you iterate over the array of keys instead of the dictionary itself). - Add a slew of utility functions that make it more convenient (in some circumstances, anyway) to get/set values in a dictionary.
5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
# $NetBSD: shlib_version,v 1.6 2006/10/26 05:02:12 thorpej Exp $
|
|
# Remember to update distrib/sets/lists/base/shl.* when changing
|
|
major=0
|
|
minor=5
|