lua-users home
lua-l archive

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



On Mar 04, 2004, at 21:47, Taj Khattra wrote:

I didn't do much testing; I tried to keep it simple and go for correctness
instead of speed. If you find any bugs, please let me know.

i think the string comparison functions and memcmp must treat
the bytes as unsigned chars, not plain chars.

Correct.  See section 7.11.4 of the 1990 Standard.


drj