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, 20f-branch has been updated via 878f7c4337d04265d067a90d29acca0d868cd35d (commit) from 44697013015d63a72c1dc5b0a62f4331c333931c (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 878f7c4337d04265d067a90d29acca0d868cd35d Author: Raymond Toy toy.raymond@gmail.com Date: Thu Sep 25 20:06:31 2014 -0700
Regenerate.
diff --git a/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po b/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po index c4e0087..df7d5b1 100644 --- a/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po +++ b/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po @@ -6834,17 +6834,24 @@ msgstr "" "Eturnray uetray ifway ethay oatflay X isway anway infinityway (+ orway -)."
#: src/code/float.lisp -msgid "Return true if the float X is a NaN (Not a Number)." +#, fuzzy +msgid "Return true if the float X is a quiet or signaling NaN (Not a Number)." msgstr "" -"Eturnray uetray ifway ethay oatflay X isway away Annay (Otnay away Umbernay)." +"Eturnray uetray ifway ethay oatflay X isway away appingtray Annay (Otnay " +"away Umbernay)."
#: src/code/float.lisp -msgid "Return true if the float X is a trapping NaN (Not a Number)." +#, fuzzy +msgid "Return true if the float X is a signaling NaN (Not a Number)." msgstr "" "Eturnray uetray ifway ethay oatflay X isway away appingtray Annay (Otnay " "away Umbernay)."
#: src/code/float.lisp +msgid "Deprecated. Use FLOAT-SIGNALING-NAN-P instead." +msgstr "" + +#: src/code/float.lisp msgid "" "Returns a non-negative number of significant digits in it's float argument.\n" " Will be less than FLOAT-DIGITS if denormalized or zero." @@ -23332,6 +23339,7 @@ msgid "Expected ~D variant values: ~S." msgstr "Expectedway ~D ariantvay aluesvay: ~S."
#: src/compiler/meta-vmdef.lisp +#, fuzzy msgid "" "Define-VOP (Name [Inherits]) Spec*\n" " Define the symbol Name to be a Virtual OPeration in the compiler. If\n" @@ -23382,9 +23390,9 @@ msgid "" " :To Time-Spec\n" "\t Specify the beginning or end of the operand's lifetime. :From can\n" "\t only be used with results, and :To only with arguments. The default\n" -"\t for the N'th argument/result is (:ARGUMENT N)/(:RESULT N). These\n" -"\t options are necessary primarily when operands are read or written out\n" -"\t of order.\n" +"\t for the N'th argument/result is (:ARGUMENT N)/(:RESULT N). (The\n" +" first argument/result is number 0.) These options are necessary\n" +" primarily when operands are read or written out of order.\n" " \n" " :Conditional\n" " This is used in place of :RESULTS with conditional branch VOPs. " @@ -30074,6 +30082,19 @@ msgid "Implements WRITE-SEQUENCE for the stream." msgstr "Implementsway WRITE-SEQUENCE orfay ethay eamstray."
#: src/pcl/gray-streams.lisp +#, fuzzy +msgid "Implements FILE-POSITION for the stream." +msgstr "Implementsway WRITE-SEQUENCE orfay ethay eamstray." + +#: src/pcl/gray-streams.lisp +#, fuzzy +msgid "Implements FILE-POSITION for the stream for setting the position." +msgstr "" +"Implementsway CLEAR-INPUT orfay ethay eamstray, eturningray NIL. Ethay " +"efaultday\n" +" ethodmay oesday othingnay." + +#: src/pcl/gray-streams.lisp msgid "" "Used by READ-BYTE; returns either an integer, or the symbol :EOF\n" " if the stream is at end-of-file." @@ -30709,5 +30730,10 @@ msgstr "" "eplacedray ybay ethay\n" "Unicodeway eplacementray aracterchay."
+#~ msgid "Return true if the float X is a NaN (Not a Number)." +#~ msgstr "" +#~ "Eturnray uetray ifway ethay oatflay X isway away Annay (Otnay away " +#~ "Umbernay)." + #~ 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 f30c434..b73bf6a 100644 --- a/src/i18n/locale/ko/LC_MESSAGES/cmucl.po +++ b/src/i18n/locale/ko/LC_MESSAGES/cmucl.po @@ -4780,11 +4780,15 @@ msgid "Return true if the float X is an infinity (+ or -)." msgstr ""
#: src/code/float.lisp -msgid "Return true if the float X is a NaN (Not a Number)." +msgid "Return true if the float X is a quiet or signaling NaN (Not a Number)." msgstr ""
#: src/code/float.lisp -msgid "Return true if the float X is a trapping NaN (Not a Number)." +msgid "Return true if the float X is a signaling NaN (Not a Number)." +msgstr "" + +#: src/code/float.lisp +msgid "Deprecated. Use FLOAT-SIGNALING-NAN-P instead." msgstr ""
#: src/code/float.lisp @@ -16359,9 +16363,9 @@ msgid "" " :To Time-Spec\n" "\t Specify the beginning or end of the operand's lifetime. :From can\n" "\t only be used with results, and :To only with arguments. The default\n" -"\t for the N'th argument/result is (:ARGUMENT N)/(:RESULT N). These\n" -"\t options are necessary primarily when operands are read or written out\n" -"\t of order.\n" +"\t for the N'th argument/result is (:ARGUMENT N)/(:RESULT N). (The\n" +" first argument/result is number 0.) These options are necessary\n" +" primarily when operands are read or written out of order.\n" " \n" " :Conditional\n" " This is used in place of :RESULTS with conditional branch VOPs. " @@ -21087,6 +21091,14 @@ msgid "Implements WRITE-SEQUENCE for the stream." msgstr ""
#: src/pcl/gray-streams.lisp +msgid "Implements FILE-POSITION for the stream." +msgstr "" + +#: src/pcl/gray-streams.lisp +msgid "Implements FILE-POSITION for the stream for setting the position." +msgstr "" + +#: src/pcl/gray-streams.lisp msgid "" "Used by READ-BYTE; returns either an integer, or the symbol :EOF\n" " if the stream is at end-of-file."
-----------------------------------------------------------------------
Summary of changes: src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po | 38 ++++++++++++++++++---- src/i18n/locale/ko/LC_MESSAGES/cmucl.po | 22 ++++++++++--- 2 files changed, 49 insertions(+), 11 deletions(-)
hooks/post-receive