[Git][cmucl/cmucl][master] Update translation files
Raymond Toy
rtoy at common-lisp.net
Fri Oct 12 17:17:01 UTC 2018
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
741b6176 by Raymond Toy at 2018-10-12T17:16:40Z
Update translation files
- - - - -
2 changed files:
- src/i18n/locale/en at piglatin/LC_MESSAGES/cmucl.po
- src/i18n/locale/ko/LC_MESSAGES/cmucl.po
Changes:
=====================================
src/i18n/locale/en at piglatin/LC_MESSAGES/cmucl.po
=====================================
@@ -9237,6 +9237,38 @@ msgstr ""
" allway odecay objectsway inway Acespay ithway oremay anthay Aboveway "
"unctionfay onstantscay."
+#: src/code/gc.lisp
+msgid ""
+"Returns a list of the current GC assertion settings. The list is\n"
+" in the same format as the keyword arguments to SET-GC-ASSERTIONS,\n"
+" i.e.,\n"
+"\n"
+" (apply #'set-gc-assertions (get-gc-assertions))\n"
+"\n"
+" See SET-GC-ASSERTIONS for more information."
+msgstr ""
+
+#: src/code/gc.lisp
+msgid ""
+"Set GC assertion to the specified value:\n"
+" :ASSERT-LEVEL\n"
+" Defaults to 0, higher values indicate more assertions are "
+"enabled.\n"
+"\n"
+" :VERIFY-AFTER-FREE-HEAP\n"
+" If non-NIL, the heap is verified for consistency whenever\n"
+" part of the heap is collected.\n"
+"\n"
+" :VERIFY-GENERATIONS\n"
+" Set to generation number. When GC occurs, generations\n"
+" equal to or higher than this value are checked for\n"
+" consistency.\n"
+"\n"
+" :VERIFY-NEW-OBJECTS\n"
+" When GC occurs for the newest generation, the heap for this\n"
+" generation is checked for validity.\n"
+msgstr ""
+
#: src/code/gc.lisp
msgid "Oh no. The current dynamic space is missing!"
msgstr "Ohway onay. Ethay urrentcay ynamicday acespay isway issingmay!"
=====================================
src/i18n/locale/ko/LC_MESSAGES/cmucl.po
=====================================
@@ -6418,6 +6418,38 @@ msgid ""
" all code objects in Space with more than Above function constants."
msgstr ""
+#: src/code/gc.lisp
+msgid ""
+"Returns a list of the current GC assertion settings. The list is\n"
+" in the same format as the keyword arguments to SET-GC-ASSERTIONS,\n"
+" i.e.,\n"
+"\n"
+" (apply #'set-gc-assertions (get-gc-assertions))\n"
+"\n"
+" See SET-GC-ASSERTIONS for more information."
+msgstr ""
+
+#: src/code/gc.lisp
+msgid ""
+"Set GC assertion to the specified value:\n"
+" :ASSERT-LEVEL\n"
+" Defaults to 0, higher values indicate more assertions are "
+"enabled.\n"
+"\n"
+" :VERIFY-AFTER-FREE-HEAP\n"
+" If non-NIL, the heap is verified for consistency whenever\n"
+" part of the heap is collected.\n"
+"\n"
+" :VERIFY-GENERATIONS\n"
+" Set to generation number. When GC occurs, generations\n"
+" equal to or higher than this value are checked for\n"
+" consistency.\n"
+"\n"
+" :VERIFY-NEW-OBJECTS\n"
+" When GC occurs for the newest generation, the heap for this\n"
+" generation is checked for validity.\n"
+msgstr ""
+
#: src/code/gc.lisp
msgid "Oh no. The current dynamic space is missing!"
msgstr ""
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/741b6176ec9b8097852a1ab011df1388a617e492
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/741b6176ec9b8097852a1ab011df1388a617e492
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20181012/1c716de8/attachment-0001.html>
More information about the cmucl-cvs
mailing list