Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    6a1850a3
    From Paul Foley. Translatable strings are recorded only if · 6a1850a3
    rtoy authored
    *TRANSLATIONS* is non-NIL.
    
    Use boot-2010-04-1 to bootstrap this.
    
    code/intl.lisp:
    o Change default for *TRANSLATIONS* to NIL to disable translations.
    o Add TRANSLATION-ENABLE and TRANSLATION-DISABLE.
    
    code/exports.lisp:
    o Update exports list for new functions in INTL.
    o Remove *TRANSLATABLE-DUMP-STREAM* which no longer exists.
    
    bootfiles/20a/boot-2010-04-1.lisp:
    o New bootstrap file.
    6a1850a3
    History
    From Paul Foley. Translatable strings are recorded only if
    rtoy authored
    *TRANSLATIONS* is non-NIL.
    
    Use boot-2010-04-1 to bootstrap this.
    
    code/intl.lisp:
    o Change default for *TRANSLATIONS* to NIL to disable translations.
    o Add TRANSLATION-ENABLE and TRANSLATION-DISABLE.
    
    code/exports.lisp:
    o Update exports list for new functions in INTL.
    o Remove *TRANSLATABLE-DUMP-STREAM* which no longer exists.
    
    bootfiles/20a/boot-2010-04-1.lisp:
    o New bootstrap file.