Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/general-info/release-21b.txt
    ... ... @@ -58,6 +58,7 @@ New in this release:
    58 58 * For linux, darwin, and solaris/sparc, the binding stack and
    59 59 control stack are now mapped into memory whereever the OS wishes
    60 60 to place them instead of being mapped into a fixed location.
      61 This is indicated by new feature :relocatable-stacks.
    61 62
    62 63 * ANSI compliance fixes:
    63 64 * PATHNAME-MATCH-P did not accept search-lists.

  • src/i18n/locale/cmucl.pot
    ... ... @@ -48,13 +48,16 @@ msgid "Class not yet defined: ~S"
    48 48 msgstr ""
    49 49
    50 50 #: src/code/sysmacs.lisp
    51   msgid "Register the feature as having influenced the CMUCL build process."
      51 msgid ""
      52 "Register the feature as having influenced the CMUCL build\n"
      53 " process. Feature is added to *feature*"
    52 54 msgstr ""
    53 55
    54 56 #: src/code/sysmacs.lisp
    55 57 msgid ""
    56 58 "Register the feature as having influenced the CMUCL build process,\n"
    57   "and also the CMUCL C runtime."
      59 "and also the CMUCL C runtime. Feature is added to*features* and\n"
      60 "sys::*runtime-features*."
    58 61 msgstr ""
    59 62
    60 63 #: src/code/sysmacs.lisp
    ... ... @@ -195,7 +198,7 @@ msgid ""
    195 198 msgstr ""
    196 199
    197 200 #: src/code/lispinit.lisp
    198   msgid "Features affecting the runtime"
      201 msgid "Features affecting the runtime. These are written to internals.h."
    199 202 msgstr ""
    200 203
    201 204 #: src/code/lispinit.lisp