Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
4fb1997f
Commit
4fb1997f
authored
Apr 20, 2010
by
rtoy
Browse files
Regenerate pot and po files.
parent
f5daf589
Changes
14
Expand all
Hide whitespace changes
Inline
Side-by-side
i18n/locale/cmucl-bsd-os.pot
View file @
4fb1997f
...
...
@@ -15,19 +15,19 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#:
target:
code/bsd-os.lisp
#:
src/
code/bsd-os.lisp
msgid "Version string for supporting software"
msgstr ""
#:
target:
code/bsd-os.lisp
#:
src/
code/bsd-os.lisp
msgid "Returns a string describing version of the supporting software."
msgstr ""
#:
target:
code/bsd-os.lisp
#:
src/
code/bsd-os.lisp
msgid "Unix system call getrusage failed: ~A."
msgstr ""
#:
target:
code/bsd-os.lisp
#:
src/
code/bsd-os.lisp
msgid "Getpagesize failed: ~A"
msgstr ""
i18n/locale/cmucl-mp.pot
View file @
4fb1997f
...
...
@@ -15,60 +15,60 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Class not yet defined: ~S"
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Syscall ~A failed: ~A"
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Return the real time in seconds."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Return the run time in seconds"
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Return the process state which is either Run, Killed, or a wait reason."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Returns the current process."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "A list of all alive processes."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Return a list of all the live processes."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Execute the body the scheduling disabled."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Increaments the reference by delta in a single atomic operation"
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Decrements the reference by delta in a single atomic operation"
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Atomically push object onto place."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Atomically pop place."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Make a process which will run FUNCTION when it starts up. By\n"
" default the process is created in a runnable (active) state.\n"
...
...
@@ -101,37 +101,37 @@ msgid ""
" element."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Interrupt process and cause it to evaluate function."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Destroy a process. The process is sent a interrupt which throws to\n"
" the end of the process allowing it to unwind gracefully."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Restart process by unwinding it to its initial state and calling its\n"
" initial function."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Restart process, unwinding it to its initial state and calls\n"
" function with args."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Disable process from being runnable until enabled."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Allow process to become runnable again after it has been disabled."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Causes the process to wait until predicate returns True. Processes\n"
" can only call process-wait when scheduling is enabled, and the predicate\n"
...
...
@@ -140,7 +140,7 @@ msgid ""
" The single True predicate value is returned."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Causes the process to wait until predicate returns True, or the\n"
" number of seconds specified by timeout has elapsed. The timeout may\n"
...
...
@@ -148,7 +148,7 @@ msgid ""
" returned, or NIL if the timeout was reached."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Try to gracefully destroy all the processes giving them some\n"
" chance to unwinding, before shutting down multi-processing. This is\n"
...
...
@@ -156,12 +156,12 @@ msgid ""
" Multi-processing can be restarted by calling init-multi-processing."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Destroyed ~d process; remaining ~d~%"
msgid_plural "Destroyed ~d processes; remaining ~d~%"
msgstr[0] ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"An idle loop to be run by the initial process. The select based event\n"
" server is called with a timeout calculated from the minimum of the\n"
...
...
@@ -174,36 +174,36 @@ msgid ""
" to unwind."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Allow other processes to run."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Return the accrued real time elapsed while the given process was\n"
" scheduled. The returned time is a double-float in seconds."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Return the accrued run time elapsed for the given process. The returned\n"
" time is a double-float in seconds."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Return the real time elapsed since the given process was last\n"
" descheduled. The returned time is a double-float in seconds."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Start a regular SIGALRM interrupt which calls process-yield. An optional\n"
" time in seconds and micro seconds may be provided. Note that CMUCL code\n"
" base is not too interrupt safe so this may cause problems."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Wait until FD is usable for DIRECTION and return True. DIRECTION should be\n"
" either :INPUT or :OUTPUT. TIMEOUT, if supplied, is the number of seconds "
...
...
@@ -211,31 +211,31 @@ msgid ""
" wait before giving up and returing NIL."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"This function causes execution to be suspended for N seconds. N may\n"
" be any non-negative, non-complex number."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Executes body and returns the values of the last form in body. However, if\n"
" the execution takes longer than timeout seconds, abort it and evaluate\n"
" timeout-forms, returning the values of last form."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Show the all the processes, their whostate, and state. If the optional\n"
" verbose argument is true then the run, real, and idle times are also\n"
" shown."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid "Top-level READ-EVAL-PRINT loop for processes."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Enter the idle loop, starting a new process to run the top level loop.\n"
" The awaking of sleeping processes is timed better with the idle loop "
...
...
@@ -246,7 +246,7 @@ msgid ""
" default when there is better MP debug support etc."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Create a Lisp connection listener, listening on a TCP port for new\n"
" connections and starting a new top-level loop for each. If a password\n"
...
...
@@ -255,7 +255,7 @@ msgid ""
" defaults to 1025."
msgstr ""
#:
target:
code/multi-proc.lisp
#:
src/
code/multi-proc.lisp
msgid ""
"Execute the body with the lock held. If the lock is held by another\n"
" process then the current process waits until the lock is released or\n"
...
...
i18n/locale/cmucl-sse2.pot
View file @
4fb1997f
...
...
@@ -15,130 +15,130 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: target:compiler/x86/float-sse2.lisp
msgid "Ignoring bogus i387 Constant ~a"
#: src/compiler/x86/sse2-array.lisp src/compiler/x86/sse2-c-call.lisp
#: src/compiler/x86/sse2-sap.lisp src/compiler/x86/float-sse2.lisp
msgid "Unknown SC to SC-Case for ~S:~% ~S"
msgstr ""
#: target:compiler/x86/sse2-array.lisp target:compiler/x86/sse2-c-call.lisp
#: target:compiler/x86/sse2-sap.lisp target:compiler/x86/float-sse2.lisp
msgid "Unknown SC to SC-Case for ~S:~% ~S"
#: src/compiler/x86/float-sse2.lisp
msgid "Ignoring bogus i387 Constant ~a"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "float move"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "float to pointer coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid ""
"Load TN allocated, but no move function?~@\n"
" VM definition inconsistent, recompile and try again."
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "pointer to float coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "complex float to pointer coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "complex double-double float to pointer coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "pointer to complex float coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "float argument move"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "complex float argument move"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "complex double-double-float argument move"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline float arithmetic"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline float comparison"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline float coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline float truncate"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline complex single-float creation"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline complex double-float creation"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "complex float realpart"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "complex float imagpart"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline dummy FP register bias"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "double-double float move"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "double double float to pointer coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "pointer to double-double-float coercion"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "double double-float argument move"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline double-double-float creation"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "double-double high part"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "double-double low part"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline complex double-double-float creation"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline complex float arithmetic"
msgstr ""
#:
target:
compiler/x86/float-sse2.lisp
#:
src/
compiler/x86/float-sse2.lisp
msgid "inline complex float/float arithmetic"
msgstr ""
i18n/locale/cmucl-unix.pot
View file @
4fb1997f
This diff is collapsed.
Click to expand it.
i18n/locale/cmucl-x86-vm.pot
View file @
4fb1997f
...
...
@@ -15,87 +15,83 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Returns a string describing the type of the local machine."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Returns a string describing the version of the local machine."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Unknown code-object-fixup kind ~s."
msgstr ""
#: target:code/x86-vm.lisp
msgid "Unknown foreign symbol: ~S"
msgstr ""
#: target:code/x86-vm.lisp
#: src/code/x86-vm.lisp
msgid ""
"Atomically compare object's slot value to test-value and if EQ store\n"
" new-value in the slot. The original value of the slot is returned."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid ""
"Atomically compare symbol's value to test-value and if EQ store\n"
" new-value in symbol's value slot and return the original value."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid ""
"Atomically compare the car of CONS to test-value and if EQ store\n"
" new-value its car and return the original value."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid ""
"Atomically compare the cdr of CONS to test-value and if EQ store\n"
" new-value its cdr and return the original value."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid ""
"Atomically compare an element of vector to test-value and if EQ store\n"
" new-value the element and return the original value."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the symbol global value."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Thread safe pop from the list in the symbol global value."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the car of cons."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the cdr of cons."
msgstr ""
#:
target:
code/x86-vm.lisp
#:
src/
code/x86-vm.lisp
msgid "Thread safe push of val onto the list in the vector element."
msgstr ""
#:
target:
compiler/x86/c-call.lisp
target:
compiler/x86/insts.lisp
#:
src/
compiler/x86/c-call.lisp
src/
compiler/x86/insts.lisp
msgid "Class not yet defined: ~S"
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid "Move SRC into DST unless they are location=."
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid ""
"Loads the type bits of a pointer into target independent of\n"
" byte-ordering issues."
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid ""
"Allocate an object with a size in bytes given by Size.\n"
" The size may be an integer or a TN.\n"
...
...
@@ -104,30 +100,30 @@ msgid ""
" appropriate, allocate from the stack."
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid ""
"Allocate an other-pointer object of fixed Size with a single\n"
" word header having the specified Type-Code. The result is placed in\n"
" Result-TN."
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid "Cause an error. ERROR-CODE is the error to cause."
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid ""
"Cause a continuable error. If the error is continued, execution resumes at\n"
" LABEL."
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid ""
"Generate-Error-Code Error-code Value*\n"
" Emit code for an error with the specified Error-Code and context Values."
msgstr ""
#:
target:
compiler/x86/macros.lisp
#:
src/
compiler/x86/macros.lisp
msgid ""
"Generate-CError-Code Error-code Value*\n"
" Emit code for a continuable error with the specified Error-Code and\n"
...
...
@@ -135,140 +131,317 @@ msgid ""
" the GENERATE-CERROR-CODE form."
msgstr ""
#:
target:
compiler/x86/array.lisp
target:
compiler/x86/call.lisp
#:
target:
compiler/x86/alloc.lisp
target:
compiler/x86/cell.lisp
#:
target:
compiler/x86/debug.lisp
target:
compiler/x86/arith.lisp
#:
target:
compiler/x86/memory.lisp
target:
compiler/x86/char.lisp
#:
target:
compiler/x86/move.lisp
#:
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/float.lisp src/
compiler/x86/move.lisp
msgid "Unknown SC to SC-Case for ~S:~% ~S"
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "fixnum untagging"
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "constant load"
msgstr ""
#: target:compiler/x86/call.lisp target:compiler/x86/debug.lisp
#: target:compiler/x86/char.lisp target:compiler/x86/move.lisp
#: src/compiler/x86/call.lisp src/compiler/x86/debug.lisp
#: src/compiler/x86/char.lisp src/compiler/x86/float.lisp
#: src/compiler/x86/move.lisp
msgid ""
"Load TN allocated, but no move function?~@\n"
" VM definition inconsistent, recompile and try again."
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "integer to untagged word coercion"
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "fixnum tagging"
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "signed word to integer coercion"
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "unsigned word to integer coercion"
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "word integer move"
msgstr ""
#:
target:
compiler/x86/move.lisp
#:
src/
compiler/x86/move.lisp
msgid "word integer argument move"
msgstr ""
#: target:compiler/x86/char.lisp
#: src/compiler/x86/float.lisp
msgid "Ignoring bogus i387 Constant ~a"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "float move"
msgstr ""
#: src/compiler/x86/float.lisp