2 # SOME DESCRIPTIVE TITLE
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: src/code/x86-vm.lisp
19 msgid "Returns a string describing the type of the local machine."
22 #: src/code/x86-vm.lisp
23 msgid "Returns a string describing the version of the local machine."
26 #: src/code/x86-vm.lisp
27 msgid "Unknown code-object-fixup kind ~s."
30 #: src/code/x86-vm.lisp
32 "Atomically compare object's slot value to test-value and if EQ store\n"
33 " new-value in the slot. The original value of the slot is returned."
36 #: src/code/x86-vm.lisp
38 "Atomically compare symbol's value to test-value and if EQ store\n"
39 " new-value in symbol's value slot and return the original value."
42 #: src/code/x86-vm.lisp
44 "Atomically compare the car of CONS to test-value and if EQ store\n"
45 " new-value its car and return the original value."
48 #: src/code/x86-vm.lisp
50 "Atomically compare the cdr of CONS to test-value and if EQ store\n"
51 " new-value its cdr and return the original value."
54 #: src/code/x86-vm.lisp
56 "Atomically compare an element of vector to test-value and if EQ store\n"
57 " new-value the element and return the original value."
60 #: src/code/x86-vm.lisp
61 msgid "Thread safe push of val onto the list in the symbol global value."
64 #: src/code/x86-vm.lisp
65 msgid "Thread safe pop from the list in the symbol global value."
68 #: src/code/x86-vm.lisp
69 msgid "Thread safe push of val onto the list in the car of cons."
72 #: src/code/x86-vm.lisp
73 msgid "Thread safe push of val onto the list in the cdr of cons."
76 #: src/code/x86-vm.lisp
77 msgid "Thread safe push of val onto the list in the vector element."
80 #: src/code/commandline.lisp
82 "Specifies what kind of floating-point support should be used on x86\n"
83 " systems. If 'x87', Lisp will use the x87 floating-point unit; if\n"
84 " 'sse2', Lisp uses SSE2 floating-point unit. The default is\n"
85 " 'auto',which causes Lisp to check to see if SSE2 is available. If\n"
86 " so, then SSE2 is used. If the SSE2 core file cannot be found,Lisp\n"
87 " will fallback to the x87 core, which can run on any machine."
90 #: src/code/commandline.lisp
94 #: src/code/commandline.lisp
95 msgid "a symbol or function"
99 msgid "Top-Level Form"
102 #: src/code/debug-int.lisp
103 msgid "Breakpoint that nobody wants?"
106 #: src/compiler/x86/parms.lisp
107 msgid "Number of bits per word where a word holds one lisp descriptor."
110 #: src/compiler/x86/parms.lisp
112 "Number of bits per byte where a byte is the smallest addressable object."
115 #: src/compiler/x86/parms.lisp
116 msgid "Number of bits needed to represent a character"
119 #: src/compiler/x86/parms.lisp
120 msgid "Number of bytes needed to represent a character"
123 #: src/compiler/x86/parms.lisp
124 msgid "Number of bits to shift between word addresses and byte addresses."
127 #: src/compiler/x86/parms.lisp
128 msgid "Number of bytes in a word."
131 #: src/compiler/x86/vm.lisp
132 msgid "Redefining SC number ~D from ~S to ~S."
135 #: src/compiler/x86/c-call.lisp src/compiler/x86/insts.lisp
136 msgid "Class not yet defined: ~S"
139 #: src/compiler/x86/macros.lisp
140 msgid "Move SRC into DST unless they are location=."
143 #: src/compiler/x86/macros.lisp
145 "Loads the type bits of a pointer into target independent of\n"
146 " byte-ordering issues."
149 #: src/compiler/x86/macros.lisp
151 "Allocate an object with a size in bytes given by Size.\n"
152 " The size may be an integer or a TN.\n"
153 " If Inline is a VOP node-var then it is used to make an appropriate\n"
154 " speed vs size decision. If Dynamic-Extent is true, and otherwise\n"
155 " appropriate, allocate from the stack."
158 #: src/compiler/x86/macros.lisp
160 "Allocate an other-pointer object of fixed Size with a single\n"
161 " word header having the specified Type-Code. The result is placed in\n"
165 #: src/compiler/x86/macros.lisp
166 msgid "Cause an error. ERROR-CODE is the error to cause."
169 #: src/compiler/x86/macros.lisp
171 "Cause a continuable error. If the error is continued, execution resumes at\n"
175 #: src/compiler/x86/macros.lisp
177 "Generate-Error-Code Error-code Value*\n"
178 " Emit code for an error with the specified Error-Code and context Values."
181 #: src/compiler/x86/macros.lisp
183 "Generate-CError-Code Error-code Value*\n"
184 " Emit code for a continuable error with the specified Error-Code and\n"
185 " context Values. If the error is continued, execution resumes after\n"
186 " the GENERATE-CERROR-CODE form."
189 #: src/compiler/x86/type-vops.lisp src/compiler/x86/pred.lisp
190 #: src/compiler/x86/array.lisp src/compiler/x86/print.lisp
191 #: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
192 #: src/compiler/x86/alloc.lisp src/compiler/x86/values.lisp
193 #: src/compiler/x86/cell.lisp src/compiler/x86/debug.lisp
194 #: src/compiler/x86/subprim.lisp src/compiler/x86/arith.lisp
195 #: src/compiler/x86/static-fn.lisp src/compiler/x86/memory.lisp
196 #: src/compiler/x86/char.lisp src/compiler/x86/system.lisp
197 #: src/compiler/x86/sap.lisp src/compiler/x86/move.lisp
198 msgid "Unknown SC to SC-Case for ~S:~% ~S"
201 #: src/compiler/x86/move.lisp
202 msgid "fixnum untagging"
205 #: src/compiler/x86/move.lisp
206 msgid "constant load"
209 #: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
210 #: src/compiler/x86/debug.lisp src/compiler/x86/char.lisp
211 #: src/compiler/x86/move.lisp
213 "Load TN allocated, but no move function?~@\n"
214 "\t VM definition inconsistent, recompile and try again."
217 #: src/compiler/x86/move.lisp
218 msgid "integer to untagged word coercion"
221 #: src/compiler/x86/move.lisp
222 msgid "fixnum tagging"
225 #: src/compiler/x86/move.lisp
226 msgid "signed word to integer coercion"
229 #: src/compiler/x86/move.lisp
230 msgid "unsigned word to integer coercion"
233 #: src/compiler/x86/move.lisp
234 msgid "word integer move"
237 #: src/compiler/x86/move.lisp
238 msgid "word integer argument move"
241 #: src/compiler/x86/char.lisp
242 msgid "character untagging"
245 #: src/compiler/x86/char.lisp
246 msgid "character tagging"
249 #: src/compiler/x86/char.lisp
250 msgid "character move"
253 #: src/compiler/x86/char.lisp
254 msgid "character arg move"
257 #: src/compiler/x86/char.lisp
258 msgid "inline comparison"
261 #: src/compiler/x86/arith.lisp
262 msgid "inline fixnum arithmetic"
265 #: src/compiler/x86/arith.lisp
266 msgid "inline (signed-byte 32) arithmetic"
269 #: src/compiler/x86/arith.lisp
270 msgid "inline (unsigned-byte 32) arithmetic"
273 #: src/compiler/x86/arith.lisp
277 #: src/compiler/x86/arith.lisp
278 msgid "inline (signed-byte 32) integer-length"
281 #: src/compiler/x86/arith.lisp
282 msgid "inline (unsigned-byte 32) logcount"
285 #: src/compiler/x86/arith.lisp
286 msgid "inline fixnum comparison"
289 #: src/compiler/x86/arith.lisp
290 msgid "inline (signed-byte 32) comparison"
293 #: src/compiler/x86/arith.lisp
294 msgid "inline (unsigned-byte 32) comparison"
297 #: src/compiler/x86/arith.lisp
298 msgid "SHIFT-TOWARDS-START"
301 #: src/compiler/x86/arith.lisp
302 msgid "SHIFT-TOWARDS-END"
305 #: src/compiler/x86/c-call.lisp
306 msgid "Too many result values from c-call."
309 #: src/compiler/x86/c-call.lisp
310 msgid "Method ~S not defined for ~S"
313 #: src/compiler/x86/c-call.lisp
315 "Cons up a piece of code which calls call-callback with INDEX and a\n"
316 "pointer to the arguments."
319 #: src/compiler/x86/call.lisp
320 msgid "more-arg-context"
323 #: src/compiler/x86/array.lisp
324 msgid "inline array access"
327 #: src/compiler/x86/array.lisp
328 msgid "inline array store"