Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
a4c000f9
by Raymond Toy at 2023-05-10T11:48:33-07:00
-
ee480fbf
by Raymond Toy at 2023-05-10T11:49:20-07:00
2 changed files:
Changes:
... | ... | @@ -64,6 +64,7 @@ public domain. |
64 | 64 | * ~~#140~~ External format for streams that are not `file-stream`'s.
|
65 | 65 | * ~~#141~~ Disallow locales that are pathnames to a localedef file.
|
66 | 66 | * ~~#142~~ `(random 0)` signals incorrect error.
|
67 | + * ~~#143~~ `LISTEN` doesn't signal error when given more than one arg
|
|
67 | 68 | * ~~#147~~ `stream-line-column` method missing for `fundamental-character-output-stream`.
|
68 | 69 | * ~~#149~~ Call setlocale(3C) on startup.
|
69 | 70 | * ~~#150~~ Add aliases for external format cp949 and euckr.
|
... | ... | @@ -7024,7 +7024,15 @@ msgid "Impossible case reached in PEEK-CHAR" |
7024 | 7024 | msgstr ""
|
7025 | 7025 | |
7026 | 7026 | #: src/code/stream.lisp
|
7027 | -msgid "Returns T if a character is available on the given Stream."
|
|
7027 | +msgid ""
|
|
7028 | +"Returns T if a character is available on the given Stream.\n"
|
|
7029 | +" Argument Width is only used by instances of SIMPLE-STREAM. If\n"
|
|
7030 | +" Stream is a LISP-STREAM or FUNDAMENTAL-STREAM, passing more\n"
|
|
7031 | +" than one argument is invalid."
|
|
7032 | +msgstr ""
|
|
7033 | + |
|
7034 | +#: src/code/interr.lisp src/code/stream.lisp
|
|
7035 | +msgid "Invalid number of arguments: ~S"
|
|
7028 | 7036 | msgstr ""
|
7029 | 7037 | |
7030 | 7038 | #: src/code/stream.lisp
|
... | ... | @@ -10912,10 +10920,6 @@ msgstr "" |
10912 | 10920 | msgid "Unknown error:~{ ~S~})"
|
10913 | 10921 | msgstr ""
|
10914 | 10922 | |
10915 | -#: src/code/interr.lisp
|
|
10916 | -msgid "Invalid number of arguments: ~S"
|
|
10917 | -msgstr ""
|
|
10918 | - |
|
10919 | 10923 | #: src/code/interr.lisp
|
10920 | 10924 | msgid "Attempt to use VALUES-LIST on a dotted-list:~% ~S"
|
10921 | 10925 | msgstr ""
|