Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jon Boone
cmucl
Commits
f471f66e
Commit
f471f66e
authored
6 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update with new docstring
parent
810c52ea
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/i18n/locale/cmucl.pot
+33
-0
33 additions, 0 deletions
src/i18n/locale/cmucl.pot
with
33 additions
and
0 deletions
src/i18n/locale/cmucl.pot
+
33
−
0
View file @
f471f66e
...
@@ -6412,6 +6412,39 @@ msgid ""
...
@@ -6412,6 +6412,39 @@ msgid ""
" all code objects in Space with more than Above function constants."
" all code objects in Space with more than Above function constants."
msgstr ""
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
#: src/code/gc.lisp
msgid "Oh no. The current dynamic space is missing!"
msgid "Oh no. The current dynamic space is missing!"
msgstr ""
msgstr ""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment