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
83ce6c9e
Commit
83ce6c9e
authored
9 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Regenerated.
parent
1a20bb57
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-unix.pot
+47
-0
47 additions, 0 deletions
src/i18n/locale/cmucl-unix.pot
with
47 additions
and
0 deletions
src/i18n/locale/cmucl-unix.pot
+
47
−
0
View file @
83ce6c9e
...
@@ -1236,3 +1236,50 @@ msgid ""
...
@@ -1236,3 +1236,50 @@ msgid ""
" and its children."
" and its children."
msgstr ""
msgstr ""
#: src/code/unix.lisp
msgid ""
"Get the value of the environment variable named Name. If no such\n"
" variable exists, Nil is returned."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Adds the environment variable named Name to the environment with\n"
" the given Value if Name does not already exist. If Name does exist,\n"
" the value is changed to Value if Overwrite is non-zero. Otherwise,\n"
" the value is not changed."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Adds or changes the environment. Name-value must be a string of\n"
" the form \"name=value\". If the name does not exist, it is added.\n"
" If name does exist, the value is updated to the given value."
msgstr ""
#: src/code/unix.lisp
msgid "Removes the variable Name from the environment"
msgstr ""
#: src/code/unix.lisp
msgid ""
"Executes the Unix execve system call. If the system call suceeds, lisp\n"
" will no longer be running in this process. If the system call fails "
"this\n"
" function returns two values: NIL and an error code. Arg-list should be "
"a\n"
" list of simple-strings which are passed as arguments to the exec'ed "
"program.\n"
" Environment should be an a-list mapping symbols to simple-strings which "
"this\n"
" function bashes together to form the environment for the exec'ed "
"program."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Executes the unix fork system call. Returns 0 in the child and the pid\n"
" of the child in the parent if it works, or NIL and an error number if it\n"
" doesn't work."
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