Raymond Toy pushed to branch master at cmucl / cmucl
Commits: a4c000f9 by Raymond Toy at 2023-05-10T11:48:33-07:00 Update cmucl.pot
Issue #143 updated a docstring so the pot file needs updating.
- - - - - ee480fbf by Raymond Toy at 2023-05-10T11:49:20-07:00 Update release notes
Issue #143 has been fixed.
- - - - -
2 changed files:
- src/general-info/release-21e.md - src/i18n/locale/cmucl.pot
Changes:
===================================== src/general-info/release-21e.md ===================================== @@ -64,6 +64,7 @@ public domain. * ~~#140~~ External format for streams that are not `file-stream`'s. * ~~#141~~ Disallow locales that are pathnames to a localedef file. * ~~#142~~ `(random 0)` signals incorrect error. + * ~~#143~~ `LISTEN` doesn't signal error when given more than one arg * ~~#147~~ `stream-line-column` method missing for `fundamental-character-output-stream`. * ~~#149~~ Call setlocale(3C) on startup. * ~~#150~~ Add aliases for external format cp949 and euckr.
===================================== src/i18n/locale/cmucl.pot ===================================== @@ -7024,7 +7024,15 @@ msgid "Impossible case reached in PEEK-CHAR" msgstr ""
#: src/code/stream.lisp -msgid "Returns T if a character is available on the given Stream." +msgid "" +"Returns T if a character is available on the given Stream.\n" +" Argument Width is only used by instances of SIMPLE-STREAM. If\n" +" Stream is a LISP-STREAM or FUNDAMENTAL-STREAM, passing more\n" +" than one argument is invalid." +msgstr "" + +#: src/code/interr.lisp src/code/stream.lisp +msgid "Invalid number of arguments: ~S" msgstr ""
#: src/code/stream.lisp @@ -10912,10 +10920,6 @@ msgstr "" msgid "Unknown error:~{ ~S~})" msgstr ""
-#: src/code/interr.lisp -msgid "Invalid number of arguments: ~S" -msgstr "" - #: src/code/interr.lisp msgid "Attempt to use VALUES-LIST on a dotted-list:~% ~S" msgstr ""
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/e472bd4ff2846f2f6d4ac65...