[Git][cmucl/cmucl][master] 2 commits: Add note about new *feature* :RELOCATABLE-STACKS.
Raymond Toy pushed to branch master at cmucl / cmucl Commits: 99fd02c7 by Raymond Toy at 2016-05-30T16:04:28-07:00 Add note about new *feature* :RELOCATABLE-STACKS. - - - - - ee4f09dc by Raymond Toy at 2016-05-30T16:04:35-07:00 Regenerated. - - - - - 2 changed files: - src/general-info/release-21b.txt - src/i18n/locale/cmucl.pot Changes: ===================================== src/general-info/release-21b.txt ===================================== --- a/src/general-info/release-21b.txt +++ b/src/general-info/release-21b.txt @@ -58,6 +58,7 @@ New in this release: * For linux, darwin, and solaris/sparc, the binding stack and control stack are now mapped into memory whereever the OS wishes to place them instead of being mapped into a fixed location. + This is indicated by new feature :relocatable-stacks. * ANSI compliance fixes: * PATHNAME-MATCH-P did not accept search-lists. ===================================== src/i18n/locale/cmucl.pot ===================================== --- a/src/i18n/locale/cmucl.pot +++ b/src/i18n/locale/cmucl.pot @@ -48,13 +48,16 @@ msgid "Class not yet defined: ~S" msgstr "" #: src/code/sysmacs.lisp -msgid "Register the feature as having influenced the CMUCL build process." +msgid "" +"Register the feature as having influenced the CMUCL build\n" +" process. Feature is added to *feature*" msgstr "" #: src/code/sysmacs.lisp msgid "" "Register the feature as having influenced the CMUCL build process,\n" -"and also the CMUCL C runtime." +"and also the CMUCL C runtime. Feature is added to*features* and\n" +"sys::*runtime-features*." msgstr "" #: src/code/sysmacs.lisp @@ -195,7 +198,7 @@ msgid "" msgstr "" #: src/code/lispinit.lisp -msgid "Features affecting the runtime" +msgid "Features affecting the runtime. These are written to internals.h." msgstr "" #: src/code/lispinit.lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/e1b7c55aa0df550edc39ea61a...
participants (1)
-
Raymond Toy