[Git][cmucl/cmucl][master] Regenerate due to new functions.
Raymond Toy
rtoy at common-lisp.net
Wed Dec 30 02:10:10 UTC 2015
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
a65cf4a4 by Raymond Toy at 2015-12-29T18:10:00Z
Regenerate due to new functions.
- - - - -
1 changed file:
- src/i18n/locale/cmucl.pot
Changes:
=====================================
src/i18n/locale/cmucl.pot
=====================================
--- a/src/i18n/locale/cmucl.pot
+++ b/src/i18n/locale/cmucl.pot
@@ -4729,6 +4729,45 @@ msgstr ""
#: src/code/float-trap.lisp
msgid ""
+"Sets floating-point modes according to the give options and the\n"
+" specified mode, Floating-Point-Modes. The resulting new mode is\n"
+" returned. If a keyword is not supplied, then the current value is\n"
+" preserved. Possible keywords:\n"
+"\n"
+" :TRAPS\n"
+" A list of the exception conditions that should cause traps. Possible"
+"\n"
+" exceptions are :UNDERFLOW, :OVERFLOW, :INEXACT, :INVALID,\n"
+" :DIVIDE-BY-ZERO, and on the X86 :DENORMALIZED-OPERAND. Initially\n"
+" all traps except :INEXACT are enabled.\n"
+"\n"
+" :ROUNDING-MODE\n"
+" The rounding mode to use when the result is not exact. Possible "
+"values\n"
+" are :NEAREST, :POSITIVE-INFINITY, :NEGATIVE-INFINITY and :ZERO.\n"
+" Initially, the rounding mode is :NEAREST.\n"
+"\n"
+" :CURRENT-EXCEPTIONS\n"
+" :ACCRUED-EXCEPTIONS\n"
+" These arguments allow setting of the exception flags. The main use "
+"is\n"
+" setting the accrued exceptions to NIL to clear them.\n"
+"\n"
+" :FAST-MODE\n"
+" Set the hardware's \"fast mode\" flag, if any. When set, IEEE\n"
+" conformance or debuggability may be impaired. Some machines may not\n"
+" have this feature, in which case the value is always NIL.\n"
+"\n"
+" GET-FLOATING-POINT-MODES may be used to find the floating point modes\n"
+" currently in effect."
+msgstr ""
+
+#: src/code/float-trap.lisp
+msgid "Unknown rounding mode: ~S."
+msgstr ""
+
+#: src/code/float-trap.lisp
+msgid ""
"This function sets options controlling the floating-point hardware. If a\n"
" keyword is not supplied, then the current value is preserved. Possible\n"
" keywords:\n"
@@ -4762,7 +4801,11 @@ msgid ""
msgstr ""
#: src/code/float-trap.lisp
-msgid "Unknown rounding mode: ~S."
+msgid ""
+"This function returns a list representing the state of the floating point\n"
+" modes given in Modes. The list is in the same format as the keyword "
+"arguments to\n"
+" SET-FLOATING-POINT-MODES."
msgstr ""
#: src/code/float-trap.lisp
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/a65cf4a4c020fa3272ae3507c678b8ab4c1e5a16
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20151230/3386aa1f/attachment.html>
More information about the cmucl-cvs
mailing list