Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
b0ccde2c
Commit
b0ccde2c
authored
12 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Forgot to update this when alien-callback.lisp was added.
parent
962b9c7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/i18n/locale/cmucl.pot
+56
-7
56 additions, 7 deletions
src/i18n/locale/cmucl.pot
with
56 additions
and
7 deletions
src/i18n/locale/cmucl.pot
+
56
−
7
View file @
b0ccde2c
...
@@ -2004,6 +2004,62 @@ msgstr ""
...
@@ -2004,6 +2004,62 @@ msgstr ""
msgid "Can't use :out or :in-out on pointer-like type:~% ~S"
msgid "Can't use :out or :in-out on pointer-like type:~% ~S"
msgstr ""
msgstr ""
#: src/code/alien-callback.lisp
msgid "Vector of all callbacks."
msgstr ""
#: src/compiler/tn.lisp src/compiler/main.lisp src/code/describe.lisp
#: src/code/debug-int.lisp src/code/debug-info.lisp
#: src/code/foreign-linkage.lisp src/code/reader.lisp src/code/stream.lisp
#: src/code/hash-new.lisp src/code/array.lisp src/code/alien-callback.lisp
msgid "~S is not an array with a fill-pointer."
msgstr ""
#: src/code/alien-callback.lisp
msgid "Unable to mprotect ~S bytes (~S) at ~S (~S). Callbacks may not work."
msgstr ""
#: src/code/alien-callback.lisp
msgid "Return the trampoline pointer for the callback NAME."
msgstr ""
#: src/code/alien-callback.lisp
msgid ""
"~\n"
"Attempt to redefine callback with incompatible return type.\n"
" Old type was: ~A \n"
" New type is: ~A"
msgstr ""
#: src/code/alien-callback.lisp
msgid "~\n"
"Create new trampoline (old trampoline calls old lisp function)."
msgstr ""
#: src/code/alien-callback.lisp
msgid "Unsupported argument type: ~A"
msgstr ""
#: src/code/alien-callback.lisp
msgid "Unsupported return type: ~A"
msgstr ""
#: src/code/alien-callback.lisp
msgid ""
"(defcallback NAME (RETURN-TYPE {(ARG-NAME ARG-TYPE)}*)\n"
" {doc-string} {decls}* {FORM}*)\n"
"\n"
"Define a function which can be called by foreign code. The pointer\n"
"returned by (callback NAME), when called by foreign code, invokes the\n"
"lisp function. The lisp function expects alien arguments of the\n"
"specified ARG-TYPEs and returns an alien of type RETURN-TYPE.\n"
"\n"
"If (callback NAME) is already a callback function pointer, its value\n"
"is not changed (though it's arranged that an updated version of the\n"
"lisp callback function will be called). This feature allows for\n"
"incremental redefinition of callback functions."
msgstr ""
#: src/code/sap.lisp
#: src/code/sap.lisp
msgid "Return T iff the SAP X points to a smaller address then the SAP Y."
msgid "Return T iff the SAP X points to a smaller address then the SAP Y."
msgstr ""
msgstr ""
...
@@ -2445,13 +2501,6 @@ msgstr ""
...
@@ -2445,13 +2501,6 @@ msgstr ""
msgid "Returns the Fill-Pointer of the given Vector."
msgid "Returns the Fill-Pointer of the given Vector."
msgstr ""
msgstr ""
#: src/compiler/tn.lisp src/compiler/main.lisp src/code/describe.lisp
#: src/code/debug-int.lisp src/code/debug-info.lisp
#: src/code/foreign-linkage.lisp src/code/reader.lisp src/code/stream.lisp
#: src/code/hash-new.lisp src/code/array.lisp
msgid "~S is not an array with a fill-pointer."
msgstr ""
#: src/code/array.lisp
#: src/code/array.lisp
msgid "New fill pointer, ~S, is larger than the length of the vector."
msgid "New fill pointer, ~S, is larger than the length of the vector."
msgstr ""
msgstr ""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment