Skip to content
  • rtoy's avatar
    bf0b283a
    Some docstrings in signal.lisp were conditionalized for different · bf0b283a
    rtoy authored
    features and causes the translated string to be included or removed
    from cmucl.pot.  To help make this consistent, we put the
    system-dependent strings in the system-dependent pot files.
    
    bootfiles/20a/boot-2010-07-1.lisp:
    o Add a fake definition for with-textdomain so we can bootstrap the
      changes.
    o Removed a defstruct that was already commented out.
    
    code/exports.lisp:
    o Export WITH-TEXTDOMAIN.
    
    code/intl.lisp:
    o Add macro WITH-TEXTDOMAIN to temporarily bind the textdomain to the
      desired domain for the body, and restoring the original domain
      afterwards.
    
    code/signal.lisp:
    o Wrap the system-specific items in WITH-TEXTDOMAIN so they are placed
      in the system-dependent text domain.
    bf0b283a
    Some docstrings in signal.lisp were conditionalized for different
    rtoy authored
    features and causes the translated string to be included or removed
    from cmucl.pot.  To help make this consistent, we put the
    system-dependent strings in the system-dependent pot files.
    
    bootfiles/20a/boot-2010-07-1.lisp:
    o Add a fake definition for with-textdomain so we can bootstrap the
      changes.
    o Removed a defstruct that was already commented out.
    
    code/exports.lisp:
    o Export WITH-TEXTDOMAIN.
    
    code/intl.lisp:
    o Add macro WITH-TEXTDOMAIN to temporarily bind the textdomain to the
      desired domain for the body, and restoring the original domain
      afterwards.
    
    code/signal.lisp:
    o Wrap the system-specific items in WITH-TEXTDOMAIN so they are placed
      in the system-dependent text domain.
Loading