Raymond Toy pushed to branch issue-244-c-call-signed-char at cmucl / cmucl
Commits: a85ad7cf by Raymond Toy at 2023-07-23T12:18:48-07:00 Update release notes with closed issues
Should have been updated when the issue was closed, but we forgot. Update now.
- - - - - d5c23293 by Raymond Toy at 2023-07-23T15:07:27-07:00 Update cmucl.pot
Forgot to update cmucl.pot in previous commits/merges that changed docstrings for various things. Update it now.
- - - - - 8b5c27cd by Raymond Toy at 2023-07-23T15:09:59-07:00 Merge branch 'master' into issue-244-c-call-signed-char
- - - - -
2 changed files:
- src/general-info/release-21f.md - src/i18n/locale/cmucl.pot
Changes:
===================================== src/general-info/release-21f.md ===================================== @@ -23,8 +23,10 @@ public domain. * Bug fixes: * Gitlab tickets: * ~~#154~~ piglatin translation does not work anymore - * ~~#248~~ Print `MOVS` instruction with correct case + * ~~#171~~ Readably print `(make-pathname :name :unspecfic)` + * ~~#242~~ Fix bug in `alien-funcall` with `c-call:char` as result type * ~~#244~~ Add `c-call:signed-char` + * ~~#248~~ Print MOVS instruction with correct case * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure:
===================================== src/i18n/locale/cmucl.pot ===================================== @@ -1593,8 +1593,8 @@ msgstr "" msgid "" "Returns T if X and Y are EQL or if they are structured components\n" " whose elements are EQUAL. Strings and bit-vectors are EQUAL if they\n" -" are the same length and have indentical components. Other arrays must be\n" -" EQ to be EQUAL." +" are the same length and have identical components. Other arrays\n" +" must be EQ to be EQUAL." msgstr ""
#: src/code/pred.lisp @@ -9148,6 +9148,12 @@ msgstr "" msgid "~&Could not find external format ~S~%" msgstr ""
+#: src/code/extfmts.lisp +msgid "" +"List of external formats that are builtin so that they don't need to\n" +" be loaded on first use." +msgstr "" + #: src/code/extfmts.lisp msgid "External-format aliasing depth exceeded." msgstr "" @@ -9288,6 +9294,13 @@ msgid "" "replacement character." msgstr ""
+#: src/code/extfmts.lisp +msgid "" +"US ASCII 7-bit encoding. Illegal input sequences are replaced with\n" +"the Unicode replacment character. Illegal output characters are\n" +"replaced with a question mark." +msgstr "" + #: src/code/fd-stream.lisp msgid "" "List of available buffers. Each buffer is an sap pointing to\n" @@ -21325,12 +21338,6 @@ msgstr "" msgid " Gray Streams Protocol Support" msgstr ""
-msgid "" -"US ASCII 7-bit encoding. Illegal input sequences are replaced with\n" -"the Unicode replacment character. Illegal output characters are\n" -"replaced with a question mark." -msgstr "" - msgid "" "MAC-ROMAN is an 8-bit character encoding for Western European\n" "languages including English.\n"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/f348f645dc3dd3e80f722f0...