Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/i18n/locale/cmucl.pot
    ... ... @@ -6412,6 +6412,39 @@ msgid ""
    6412 6412
     "  all code objects in Space with more than Above function constants."
    
    6413 6413
     msgstr ""
    
    6414 6414
     
    
    6415
    +#: src/code/gc.lisp
    
    6416
    +msgid ""
    
    6417
    +"Returns a list of the current GC assertion settings. The list is\n"
    
    6418
    +"    in the same format as the keyword arguments to SET-GC-ASSERTIONS,\n"
    
    6419
    +"    i.e.,\n"
    
    6420
    +"\n"
    
    6421
    +"      (apply #'set-gc-assertions (get-gc-assertions))\n"
    
    6422
    +"\n"
    
    6423
    +"   See SET-GC-ASSERTIONS for more information."
    
    6424
    +msgstr ""
    
    6425
    +
    
    6426
    +#: src/code/gc.lisp
    
    6427
    +msgid ""
    
    6428
    +"Set GC assertion to the specified value:\n"
    
    6429
    +"       :ASSERT-LEVEL\n"
    
    6430
    +"           Defaults to 0, higher values indicate more assertions are "
    
    6431
    +"enabled.\n"
    
    6432
    +"\n"
    
    6433
    +"       :VERIFY-AFTER-FREE-HEAP\n"
    
    6434
    +"           If non-NIL, the heap is verified for consistency whenever\n"
    
    6435
    +"           part of the heap is collected.\n"
    
    6436
    +"\n"
    
    6437
    +"       :VERIFY-GENERATIONS\n"
    
    6438
    +"           Set to generation number.  When GC occurs, generations\n"
    
    6439
    +"           equal to or higher than this value are checked for\n"
    
    6440
    +"           consistency.\n"
    
    6441
    +"\n"
    
    6442
    +"       :VERIFY-NEW-OBJECTS\n"
    
    6443
    +"           When GC occurs for the newest generation, the heap for this\n"
    
    6444
    +"           generation is checked for validity.\n"
    
    6445
    +""
    
    6446
    +msgstr ""
    
    6447
    +
    
    6415 6448
     #: src/code/gc.lisp
    
    6416 6449
     msgid "Oh no.  The current dynamic space is missing!"
    
    6417 6450
     msgstr ""