|
From: 'Matthew F. v. MLton-c. <mlt...@ml...> - 2026-09-18 16:28:46
|
Branch: refs/heads/master Home: https://github.com/MLton/mlton Commit: 833d64dfd4fcb1149b2ac7da54a1c82c8df9cf0a https://github.com/MLton/mlton/commit/833d64dfd4fcb1149b2ac7da54a1c82c8df9cf0a Author: Matthew Fluet <mat...@gm...> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M CHANGELOG.adoc M basis-library/text/char.sml Log Message: ----------- Fix bug in `{Char,String}.fromCString` `Char.fromCString` and `String.fromCString` erroneously accepted an unescaped double quote character. Commit: 134d1305d8c044a6df06d2c2a48c13e482ba5ea0 https://github.com/MLton/mlton/commit/134d1305d8c044a6df06d2c2a48c13e482ba5ea0 Author: Matthew Fluet <Mat...@gm...> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M CHANGELOG.adoc M basis-library/text/char.sml Log Message: ----------- Merge pull request #653 from MatthewFluet/fromCString-bug Fix bug in `{Char,String}.fromCString` Compare: https://github.com/MLton/mlton/compare/fa4e23cd3907...134d1305d8c0 To unsubscribe from these emails, change your notification settings at https://github.com/MLton/mlton/settings/notifications To unsubscribe from this group and stop receiving emails from it, send an email to mlt...@ml.... |