CMUCL commit: src/i18n/locale (cmucl-x86-vm.pot cmucl.pot)
Raymond Toy
rtoy at common-lisp.net
Wed Jul 14 15:19:49 CEST 2010
Date: Wednesday, July 14, 2010 @ 09:19:49
Author: rtoy
Path: /project/cmucl/cvsroot/src/i18n/locale
Modified: cmucl-x86-vm.pot cmucl.pot
Regenerated.
------------------+
cmucl-x86-vm.pot | 70 +++++++++++++++++++++++++++++++++++++++++++++++------
cmucl.pot | 65 +++----------------------------------------------
2 files changed, 67 insertions(+), 68 deletions(-)
Index: src/i18n/locale/cmucl-x86-vm.pot
diff -u src/i18n/locale/cmucl-x86-vm.pot:1.4 src/i18n/locale/cmucl-x86-vm.pot:1.5
--- src/i18n/locale/cmucl-x86-vm.pot:1.4 Tue Apr 27 19:30:29 2010
+++ src/i18n/locale/cmucl-x86-vm.pot Wed Jul 14 09:19:49 2010
@@ -77,6 +77,57 @@
msgid "Thread safe push of val onto the list in the vector element."
msgstr ""
+#: src/code/commandline.lisp
+msgid ""
+"Specifies what kind of floating-point support should be used on x86\n"
+" systems. If 'x87', Lisp will use the x87 floating-point unit; if\n"
+" 'sse2', Lisp uses SSE2 floating-point unit. The default is\n"
+" 'auto',which causes Lisp to check to see if SSE2 is available. If\n"
+" so, then SSE2 is used. If the SSE2 core file cannot be found,Lisp\n"
+" will fallback to the x87 core, which can run on any machine."
+msgstr ""
+
+#: src/code/commandline.lisp
+msgid "mode"
+msgstr ""
+
+#: src/code/commandline.lisp
+msgid "a symbol or function"
+msgstr ""
+
+#: src/code/load.lisp
+msgid "Top-Level Form"
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Number of bits per word where a word holds one lisp descriptor."
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid ""
+"Number of bits per byte where a byte is the smallest addressable object."
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Number of bits needed to represent a character"
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Number of bytes needed to represent a character"
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Number of bits to shift between word addresses and byte addresses."
+msgstr ""
+
+#: src/compiler/x86/parms.lisp
+msgid "Number of bytes in a word."
+msgstr ""
+
+#: src/compiler/x86/vm.lisp
+msgid "Redefining SC number ~D from ~S to ~S."
+msgstr ""
+
#: src/compiler/x86/c-call.lisp src/compiler/x86/insts.lisp
msgid "Class not yet defined: ~S"
msgstr ""
@@ -131,11 +182,15 @@
" the GENERATE-CERROR-CODE form."
msgstr ""
-#: src/compiler/x86/array.lisp src/compiler/x86/call.lisp
-#: src/compiler/x86/alloc.lisp src/compiler/x86/cell.lisp
-#: src/compiler/x86/debug.lisp src/compiler/x86/arith.lisp
-#: src/compiler/x86/memory.lisp src/compiler/x86/char.lisp
-#: src/compiler/x86/move.lisp
+#: src/compiler/x86/type-vops.lisp src/compiler/x86/pred.lisp
+#: src/compiler/x86/array.lisp src/compiler/x86/print.lisp
+#: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
+#: src/compiler/x86/alloc.lisp src/compiler/x86/values.lisp
+#: src/compiler/x86/cell.lisp src/compiler/x86/debug.lisp
+#: src/compiler/x86/subprim.lisp src/compiler/x86/arith.lisp
+#: src/compiler/x86/static-fn.lisp src/compiler/x86/memory.lisp
+#: src/compiler/x86/char.lisp src/compiler/x86/system.lisp
+#: src/compiler/x86/sap.lisp src/compiler/x86/move.lisp
msgid "Unknown SC to SC-Case for ~S:~% ~S"
msgstr ""
@@ -147,8 +202,9 @@
msgid "constant load"
msgstr ""
-#: src/compiler/x86/call.lisp src/compiler/x86/debug.lisp
-#: src/compiler/x86/char.lisp src/compiler/x86/move.lisp
+#: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
+#: src/compiler/x86/debug.lisp src/compiler/x86/char.lisp
+#: src/compiler/x86/move.lisp
msgid ""
"Load TN allocated, but no move function?~@\n"
" VM definition inconsistent, recompile and try again."
Index: src/i18n/locale/cmucl.pot
diff -u src/i18n/locale/cmucl.pot:1.9 src/i18n/locale/cmucl.pot:1.10
--- src/i18n/locale/cmucl.pot:1.9 Tue Jul 13 23:16:11 2010
+++ src/i18n/locale/cmucl.pot Wed Jul 14 09:19:49 2010
@@ -5950,20 +5950,6 @@
msgstr ""
#: src/code/commandline.lisp
-msgid ""
-"Specifies what kind of floating-point support should be used on x86\n"
-" systems. If 'x87', Lisp will use the x87 floating-point unit; if\n"
-" 'sse2', Lisp uses SSE2 floating-point unit. The default is\n"
-" 'auto',which causes Lisp to check to see if SSE2 is available. If\n"
-" so, then SSE2 is used. If the SSE2 core file cannot be found,Lisp\n"
-" will fallback to the x87 core, which can run on any machine."
-msgstr ""
-
-#: src/code/commandline.lisp
-msgid "mode"
-msgstr ""
-
-#: src/code/commandline.lisp
msgid "~&Usage: ~A <options>~2%"
msgstr ""
@@ -10069,10 +10055,6 @@
msgid "~A was compiled for a ~A, but this is a ~A"
msgstr ""
-#: src/compiler/dfo.lisp src/code/load.lisp
-msgid "Top-Level Form"
-msgstr ""
-
#: src/compiler/generic/core.lisp src/code/load.lisp
msgid "Unaligned function object, offset = #x~X."
msgstr ""
@@ -15389,31 +15371,6 @@
"Same as EXT:FEATUREP, except use the features found in *NATIVE-BACKEND*."
msgstr ""
-#: src/compiler/x86/parms.lisp
-msgid "Number of bits per word where a word holds one lisp descriptor."
-msgstr ""
-
-#: src/compiler/x86/parms.lisp
-msgid ""
-"Number of bits per byte where a byte is the smallest addressable object."
-msgstr ""
-
-#: src/compiler/x86/parms.lisp
-msgid "Number of bits needed to represent a character"
-msgstr ""
-
-#: src/compiler/x86/parms.lisp
-msgid "Number of bytes needed to represent a character"
-msgstr ""
-
-#: src/compiler/x86/parms.lisp
-msgid "Number of bits to shift between word addresses and byte addresses."
-msgstr ""
-
-#: src/compiler/x86/parms.lisp
-msgid "Number of bytes in a word."
-msgstr ""
-
#: src/compiler/generic/objdef.lisp
msgid "Number of bits at the low end of a pointer used for type information."
msgstr ""
@@ -18658,6 +18615,10 @@
msgid "Function called with unknown argument keyword ~S."
msgstr ""
+#: src/compiler/dfo.lisp
+msgid "Top-Level Form"
+msgstr ""
+
#: src/compiler/checkgen.lisp
msgid "~:[This~;~:*~A~] is not a ~<~%~9T~:;~S:~>~% ~S"
msgstr ""
@@ -18740,30 +18701,12 @@
" symbol."
msgstr ""
-#: src/compiler/x86/vm.lisp
-msgid "Redefining SC number ~D from ~S to ~S."
-msgstr ""
-
#: src/compiler/generic/primtype.lisp
msgid ""
"An a-list for mapping simple array element types to their\n"
" corresponding primitive types."
msgstr ""
-#: src/compiler/x86/type-vops.lisp src/compiler/x86/pred.lisp
-#: src/compiler/x86/print.lisp src/compiler/x86/nlx.lisp
-#: src/compiler/x86/values.lisp src/compiler/x86/subprim.lisp
-#: src/compiler/x86/static-fn.lisp src/compiler/x86/system.lisp
-#: src/compiler/x86/sap.lisp
-msgid "Unknown SC to SC-Case for ~S:~% ~S"
-msgstr ""
-
-#: src/compiler/x86/nlx.lisp
-msgid ""
-"Load TN allocated, but no move function?~@\n"
-" VM definition inconsistent, recompile and try again."
-msgstr ""
-
#: src/compiler/aliencomp.lisp
msgid "Slot is not constant, so cannot open code access."
msgstr ""
More information about the cmucl-commit
mailing list