Raymond Toy pushed to branch issue-120-software-type-in-c at cmucl / cmucl

Commits:

3 changed files:

Changes:

  • src/code/misc.lisp
    ... ... @@ -117,14 +117,14 @@
    117 117
     		     (alien:cast version c-call:c-string))))))
    
    118 118
         *software-version*))
    
    119 119
     
    
    120
    -(defvar *short-site-name* (intl:gettext "Unknown")
    
    120
    +(defvar *short-site-name* nil
    
    121 121
       "The value of SHORT-SITE-NAME.  Set in library:site-init.lisp.")
    
    122 122
     
    
    123 123
     (defun short-site-name ()
    
    124 124
       "Returns a string with the abbreviated site name."
    
    125 125
       *short-site-name*)
    
    126 126
     
    
    127
    -(defvar *long-site-name* (intl:gettext "Site name not initialized")
    
    127
    +(defvar *long-site-name* nil
    
    128 128
       "The value of LONG-SITE-NAME.  Set in library:site-init.lisp.")
    
    129 129
     
    
    130 130
     (defun long-site-name ()
    

  • src/general-info/release-21e.md
    ... ... @@ -78,6 +78,7 @@ public domain.
    78 78
         * ~~#169~~ Add pprinter for `define-vop` and `sc-case`
    
    79 79
         * ~~#172~~ Declare `pathname-match-p` as returning `nil` or `pathname`.
    
    80 80
         * ~~#173~~ Add pprinter for `define-assembly-routine`
    
    81
    +    * ~~#176~~ `SHORT-SITE-NAME` and `LONG-SITE-NAME` return `NIL`.
    
    81 82
       * Other changes:
    
    82 83
       * Improvements to the PCL implementation of CLOS:
    
    83 84
       * Changes to building procedure:
    

  • src/i18n/locale/cmucl.pot
    ... ... @@ -5605,17 +5605,6 @@ msgid ""
    5605 5605
     "  NIL if no such character exists."
    
    5606 5606
     msgstr ""
    
    5607 5607
     
    
    5608
    -#: src/code/misc-doc.lisp src/code/misc.lisp
    
    5609
    -msgid ""
    
    5610
    -"Returns the documentation string of Doc-Type for X, or NIL if\n"
    
    5611
    -"  none exists.  System doc-types are VARIABLE, FUNCTION, STRUCTURE, TYPE,\n"
    
    5612
    -"  SETF, and T."
    
    5613
    -msgstr ""
    
    5614
    -
    
    5615
    -#: src/code/misc-doc.lisp src/code/misc.lisp
    
    5616
    -msgid "~S is not the name of a structure type."
    
    5617
    -msgstr ""
    
    5618
    -
    
    5619 5608
     #: src/code/misc.lisp
    
    5620 5609
     msgid ""
    
    5621 5610
     "If X is an atom, see if it is present in *FEATURES*.  Also\n"
    
    ... ... @@ -5662,10 +5651,6 @@ msgstr ""
    5662 5651
     msgid "The value of SHORT-SITE-NAME.  Set in library:site-init.lisp."
    
    5663 5652
     msgstr ""
    
    5664 5653
     
    
    5665
    -#: src/code/misc.lisp
    
    5666
    -msgid "Unknown"
    
    5667
    -msgstr ""
    
    5668
    -
    
    5669 5654
     #: src/code/misc.lisp
    
    5670 5655
     msgid "Returns a string with the abbreviated site name."
    
    5671 5656
     msgstr ""
    
    ... ... @@ -5674,10 +5659,6 @@ msgstr ""
    5674 5659
     msgid "The value of LONG-SITE-NAME.  Set in library:site-init.lisp."
    
    5675 5660
     msgstr ""
    
    5676 5661
     
    
    5677
    -#: src/code/misc.lisp
    
    5678
    -msgid "Site name not initialized"
    
    5679
    -msgstr ""
    
    5680
    -
    
    5681 5662
     #: src/code/misc.lisp
    
    5682 5663
     msgid "Returns a string with the long form of the site name."
    
    5683 5664
     msgstr ""
    
    ... ... @@ -5709,6 +5690,17 @@ msgid ""
    5709 5690
     "  disassemble."
    
    5710 5691
     msgstr ""
    
    5711 5692
     
    
    5693
    +#: src/code/misc-doc.lisp
    
    5694
    +msgid ""
    
    5695
    +"Returns the documentation string of Doc-Type for X, or NIL if\n"
    
    5696
    +"  none exists.  System doc-types are VARIABLE, FUNCTION, STRUCTURE, TYPE,\n"
    
    5697
    +"  SETF, and T."
    
    5698
    +msgstr ""
    
    5699
    +
    
    5700
    +#: src/code/misc-doc.lisp
    
    5701
    +msgid "~S is not the name of a structure type."
    
    5702
    +msgstr ""
    
    5703
    +
    
    5712 5704
     #: src/code/extensions.lisp
    
    5713 5705
     msgid ""
    
    5714 5706
     "This function can be used as the default value for keyword arguments that\n"