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@piglatin/LC_MESSAGES/cmucl.po - src/i18n/locale/ko/LC_MESSAGES/cmucl.po
Changes:
===================================== src/i18n/locale/en@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/741b6176ec9b8097852a1ab011...