[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    Date: Wed ,13 Feb 80 09:20:00 EDT
    From: Alan at MIT-AI (Alan Bawden)
    To: (BUG LISPM) at MIT-AI

    In system 25.1, with microcode 613, on LISP Machine Four:
    try typing:

    (eq '|aAAAAAAAAAAAAAAAAAAAAAAAA| '|AAAAAAAAAAAAAAAAAAAAAAAAa|)	;24 "A"s and 1 "a"

    the answer is T!  This is because INTERN calls STRING-EQUAL which is
    insensitive to case, and these two strings sxhash to the same thing!
This is fixed in the source.