[git] CMU Common Lisp branch master updated. snapshot-2014-05-11-g19d7d37
Raymond Toy
rtoy at common-lisp.net
Tue Jun 17 04:17:23 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 19d7d37b313c6c252653a6f39f7fbc9c344469f3 (commit)
via 55b1eeed5ffe0215cf55149897638ab43c20a003 (commit)
from c0a0fc0b9d458cae139b873dc496764d8e8e0113 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 19d7d37b313c6c252653a6f39f7fbc9c344469f3
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Mon Jun 16 21:15:46 2014 -0700
Update for snapshot.
diff --git a/src/general-info/release-20f.txt b/src/general-info/release-20f.txt
index 900898a..1947297 100644
--- a/src/general-info/release-20f.txt
+++ b/src/general-info/release-20f.txt
@@ -78,6 +78,7 @@ New in this release:
least-positive-foo-float if possible.
* (log -0w0) and (log 0w0) returns values analogous to the
double-float versions.
+ * Fix bug in printint MOST-NEGATIVE-FIXNUM
* Trac Tickets:
* Ticket #90 fixed.
@@ -85,6 +86,7 @@ New in this release:
* Ticket #87 fixed.
* Ticket #94 fixed.
* Ticket #93 fixed.
+ * Ticket #98 fixed.
* Other changes:
commit 55b1eeed5ffe0215cf55149897638ab43c20a003
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Mon Jun 16 21:15:32 2014 -0700
Regenerate.
diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot
index fdbb637..91b8845 100644
--- a/src/i18n/locale/cmucl.pot
+++ b/src/i18n/locale/cmucl.pot
@@ -14662,7 +14662,7 @@ msgid "T and OTHERWISE may not be used as key designators for ~A"
msgstr ""
#: src/code/macros.lisp
-msgid "Bad style to use T or OTHERWISE in ECASE or CCASE"
+msgid "Bad style to use ~S in ~S"
msgstr ""
#: src/code/macros.lisp
diff --git a/src/i18n/locale/en at piglatin/LC_MESSAGES/cmucl.po b/src/i18n/locale/en at piglatin/LC_MESSAGES/cmucl.po
index 796760c..c4e0087 100644
--- a/src/i18n/locale/en at piglatin/LC_MESSAGES/cmucl.po
+++ b/src/i18n/locale/en at piglatin/LC_MESSAGES/cmucl.po
@@ -20810,8 +20810,9 @@ msgstr ""
"~Away"
#: src/code/macros.lisp
-msgid "Bad style to use T or OTHERWISE in ECASE or CCASE"
-msgstr "Adbay tylesay otay useway T orway OTHERWISE inway ECASE orway CCASE"
+#, fuzzy
+msgid "Bad style to use ~S in ~S"
+msgstr "Onay otslay amednay ~S inway ~S"
#: src/code/macros.lisp
msgid "Supply a new value for ~S."
@@ -30707,3 +30708,6 @@ msgstr ""
"Ybay efaultday, illegalway inputsway andway illegalway outputsway areway "
"eplacedray ybay ethay\n"
"Unicodeway eplacementray aracterchay."
+
+#~ msgid "Bad style to use T or OTHERWISE in ECASE or CCASE"
+#~ msgstr "Adbay tylesay otay useway T orway OTHERWISE inway ECASE orway CCASE"
diff --git a/src/i18n/locale/ko/LC_MESSAGES/cmucl.po b/src/i18n/locale/ko/LC_MESSAGES/cmucl.po
index d705265..f30c434 100644
--- a/src/i18n/locale/ko/LC_MESSAGES/cmucl.po
+++ b/src/i18n/locale/ko/LC_MESSAGES/cmucl.po
@@ -14690,7 +14690,7 @@ msgid "T and OTHERWISE may not be used as key designators for ~A"
msgstr ""
#: src/code/macros.lisp
-msgid "Bad style to use T or OTHERWISE in ECASE or CCASE"
+msgid "Bad style to use ~S in ~S"
msgstr ""
#: src/code/macros.lisp
-----------------------------------------------------------------------
Summary of changes:
src/general-info/release-20f.txt | 2 ++
src/i18n/locale/cmucl.pot | 2 +-
src/i18n/locale/en at piglatin/LC_MESSAGES/cmucl.po | 8 ++++++--
src/i18n/locale/ko/LC_MESSAGES/cmucl.po | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list