Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
774abc70 by Raymond Toy at 2016-05-30T16:09:54-07:00
Regenerated.
- - - - -
2 changed files:
- src/i18n/locale/en(a)piglatin/LC_MESSAGES/cmucl.po
- src/i18n/locale/ko/LC_MESSAGES/cmucl.po
Changes:
=====================================
src/i18n/locale/en(a)piglatin/LC_MESSAGES/cmucl.po
=====================================
--- a/src/i18n/locale/en(a)piglatin/LC_MESSAGES/cmucl.po
+++ b/src/i18n/locale/en(a)piglatin/LC_MESSAGES/cmucl.po
@@ -49,15 +49,20 @@ msgid "Class not yet defined: ~S"
msgstr "Assclay otnay etyay efinedday: ~S"
#: src/code/sysmacs.lisp
-msgid "Register the feature as having influenced the CMUCL build process."
+#, fuzzy
+msgid ""
+"Register the feature as having influenced the CMUCL build\n"
+" process. Feature is added to *feature*"
msgstr ""
"Egisterray ethay eaturefay asway avinghay influencedway ethay CMUCL uildbay "
"ocesspray."
#: src/code/sysmacs.lisp
+#, fuzzy
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 ""
"Egisterray ethay eaturefay asway avinghay influencedway ethay CMUCL uildbay "
"ocesspray,\n"
@@ -256,7 +261,8 @@ msgstr ""
" implementationway."
#: src/code/lispinit.lisp
-msgid "Features affecting the runtime"
+#, fuzzy
+msgid "Features affecting the runtime. These are written to internals.h."
msgstr "Eaturesfay affectingway ethay untimeray"
#: src/code/lispinit.lisp
=====================================
src/i18n/locale/ko/LC_MESSAGES/cmucl.po
=====================================
--- a/src/i18n/locale/ko/LC_MESSAGES/cmucl.po
+++ b/src/i18n/locale/ko/LC_MESSAGES/cmucl.po
@@ -49,13 +49,18 @@ msgid "Class not yet defined: ~S"
msgstr "분류명 정의되지 않음 : ~S"
#: src/code/sysmacs.lisp
-msgid "Register the feature as having influenced the CMUCL build process."
+#, fuzzy
+msgid ""
+"Register the feature as having influenced the CMUCL build\n"
+" process. Feature is added to *feature*"
msgstr "CMUCL 구축 과정에 영향을 주는 속성으로 입력."
#: src/code/sysmacs.lisp
+#, fuzzy
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 "CMUCL 구축 과정과 CMUCL C 런타임에 영향을 주는 속성으로 입력."
#: src/code/sysmacs.lisp
@@ -196,7 +201,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/commit/774abc703a5c0a287d528f069…
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/e1b7c55aa0df550edc39ea61…
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
e1b7c55a by Raymond Toy at 2016-05-21T19:38:41-07:00
MAke min version for OSX be 10.6
Update compiler option to specify 10.6 as the min version. (I
personally no longer have an version earlier than 10.11.)
Fix ticket #19.
- - - - -
1 changed file:
- src/lisp/Config.x86_darwin
Changes:
=====================================
src/lisp/Config.x86_darwin
=====================================
--- a/src/lisp/Config.x86_darwin
+++ b/src/lisp/Config.x86_darwin
@@ -2,9 +2,9 @@
include Config.x86_common
-# Compile code that will run on OSX 10.5 (Tiger). This only works if
-# you have the 10.5 SDK available.
-MIN_VER = -mmacosx-version-min=10.5
+# Compile code that will run on OSX 10.6. This only works if
+# you have the SDK available.
+MIN_VER = -mmacosx-version-min=10.6
CPPFLAGS += -DDARWIN $(MIN_VER) -m32
CFLAGS += -g3 -mtune=generic
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/e1b7c55aa0df550edc39ea61a…
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
00ec87ed by Raymond Toy at 2016-05-21T12:06:42-07:00
Expand on some docstrings
Describe better the following:
sys::*runtime-features*
register-lisp-feature
register-lisp-runtime-feature
- - - - -
2 changed files:
- src/code/lispinit.lisp
- src/code/sysmacs.lisp
Changes:
=====================================
src/code/lispinit.lisp
=====================================
--- a/src/code/lispinit.lisp
+++ b/src/code/lispinit.lisp
@@ -29,7 +29,7 @@
(export '(compiler-version scrub-control-stack *runtime-features*))
(defvar *runtime-features* nil
- "Features affecting the runtime")
+ "Features affecting the runtime. These are written to internals.h.")
(in-package :extensions)
(export '(quit *prompt*))
=====================================
src/code/sysmacs.lisp
=====================================
--- a/src/code/sysmacs.lisp
+++ b/src/code/sysmacs.lisp
@@ -20,12 +20,14 @@
register-lisp-feature register-lisp-runtime-feature))
(defmacro register-lisp-feature (feature)
- "Register the feature as having influenced the CMUCL build process."
+ "Register the feature as having influenced the CMUCL build
+ process. Feature is added to *feature*"
`(pushnew ,feature *features*))
(defmacro register-lisp-runtime-feature (feature)
"Register the feature as having influenced the CMUCL build process,
-and also the CMUCL C runtime."
+and also the CMUCL C runtime. Feature is added to*features* and
+sys::*runtime-features*."
(let ((f (gensym)))
`(progn
(let ((,f ,feature))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/00ec87ed626beaa99ae6c3ff1…