"git@gitlab.riscosopen.org:jlee/RISC_OSLib.git" did not exist on "534e1478ead45c1a99bcde40ed21bf7e157de45e"
strcmp() fix was broken.
Stewart Brodie authored
Detail:
  This alternate implementation returned non-zero for equal strings,
    because the tidyup routine failed to stop examining the differing
    words when it found matching zero bytes.
Admin:
  Tested in softload C library, and in Lazarus ROM image.  strcmp()
    appears to be working per spec now.

Version 5.31. Tagged as 'RISC_OSLib-5_31'
534e1478