Andrei Zmievski wrote:
>
> On Tue, 20 Feb 2001, Jason Greene wrote:
> > Well,
> > My thoughts on this one were that if you are actually grabbing a key,
> > people are more
> > likely to trust that the returned key does in fact reference the value
> > that was searched. Perhaps defaulting to stri
On Tue, 20 Feb 2001, Jason Greene wrote:
> Well,
> My thoughts on this one were that if you are actually grabbing a key,
> people are more
> likely to trust that the returned key does in fact reference the value
> that was searched. Perhaps defaulting to strict is not a good idea, but to
> me it
Well,
My thoughts on this one were that if you are actually grabbing a key,
people are more
likely to trust that the returned key does in fact reference the value
that was searched. Perhaps defaulting to strict is not a good idea, but to
me it seemed logical, and I figured that if anyone else
in
On Tue, 20 Feb 2001, Jason Greene wrote:
> + if (behavior == 0) {
> + compare_func = is_equal_function;
> + } else {
> + /* Lets not return a key unless the values are exact */
> + compare_func = is_identical_function;
> + }
Why not? Why should it b
4 matches
Mail list logo