Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl-copy
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
Richard M Kreuter
cmucl-copy
Commits
01a3f47b
Commit
01a3f47b
authored
11 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Regenerated.
parent
a013ec10
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/i18n/locale/cmucl-x87.pot
+4
-4
4 additions, 4 deletions
src/i18n/locale/cmucl-x87.pot
src/i18n/locale/cmucl.pot
+15
-3
15 additions, 3 deletions
src/i18n/locale/cmucl.pot
with
19 additions
and
7 deletions
src/i18n/locale/cmucl-x87.pot
+
4
−
4
View file @
01a3f47b
...
...
@@ -126,10 +126,6 @@ msgstr ""
msgid "inline scalb function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline log1p function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline log1p with limited x range function"
msgstr ""
...
...
@@ -146,6 +142,10 @@ msgstr ""
msgid "inline atan2 function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline log1p function"
msgstr ""
#: src/compiler/x86/float.lisp
msgid "inline complex single-float creation"
msgstr ""
...
...
This diff is collapsed.
Click to expand it.
src/i18n/locale/cmucl.pot
+
15
−
3
View file @
01a3f47b
...
...
@@ -17157,10 +17157,22 @@ msgstr ""
#: src/compiler/disassem.lisp
msgid ""
"Disassembles the given area of memory starting at ADDRESS and LENGTH long.\n"
" Note that if CODE-COMPONENT is NIL and this memory could move during a GC,"
"Disassembles the given area of memory starting at ADDRESS and\n"
" LENGTH (octets) long. Note that if CODE-COMPONENT is NIL and this\n"
" memory could move during a GC, you'd better disable it around the\n"
" call to this function. ADDRESS can be either an integer or a\n"
" system-area-pointer.\n"
"\n"
" you'd better disable it around the call to this function."
" :Stream stream\n"
" The dissassembly is written to this stream.\n"
" :Use-labels\n"
" Labels are generated instead of using instruction addresses.\n"
" :Base\n"
" :Case\n"
" :Radix\n"
" The disassembler uses the specified base, case, and radix when\n"
" printing the disassembled code. The default values are 16,\n"
" :downcase, and *print-radix*, respectively. "
msgstr ""
#: src/compiler/disassem.lisp
...
...
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