[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2013-02-7-g3e2634d
Raymond Toy
rtoy at common-lisp.net
Wed Feb 20 02:27:19 UTC 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 3e2634dc2b7784630db92afc1fefa1cd82407356 (commit)
from a31494bd9cb9c857903937cc2a5b310aa1184895 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3e2634dc2b7784630db92afc1fefa1cd82407356
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Tue Feb 19 18:27:13 2013 -0800
Forgot to update this when x86/parms.lisp was updated with new
constants.
diff --git a/src/i18n/locale/cmucl-x86-vm.pot b/src/i18n/locale/cmucl-x86-vm.pot
index 14dd9b1..3423da4 100644
--- a/src/i18n/locale/cmucl-x86-vm.pot
+++ b/src/i18n/locale/cmucl-x86-vm.pot
@@ -128,6 +128,32 @@ msgstr ""
msgid "Number of bytes in a word."
msgstr ""
+#: src/compiler/x86/parms.lisp
+msgid "Number of bits at the low end of a pointer used for type information."
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Mask to extract the low tag bits from a pointer."
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid ""
+"Exclusive upper bound on the value of the low tag bits from a\n"
+" pointer."
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Number of tag bits used for a fixnum"
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Mask to get the fixnum tag"
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Maximum number of bits in a positive fixnum"
+msgstr ""
+
#: src/compiler/x86/vm.lisp
msgid "Redefining SC number ~D from ~S to ~S."
msgstr ""
@@ -308,6 +334,10 @@ msgstr ""
msgid "SHIFT-TOWARDS-END"
msgstr ""
+#: src/compiler/x86/arith.lisp
+msgid "inline right ASH"
+msgstr ""
+
#: src/compiler/x86/c-call.lisp
msgid "Too many result values from c-call."
msgstr ""
-----------------------------------------------------------------------
Summary of changes:
src/i18n/locale/cmucl-x86-vm.pot | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list