Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luatex
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeXLive
luatex
Commits
2d7ea3bf
Commit
2d7ea3bf
authored
1 year ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
Update manual.
parent
43d3969b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manual/luatex-lua.tex
+5
-4
5 additions, 4 deletions
manual/luatex-lua.tex
manual/luatex.pdf
+0
-0
0 additions, 0 deletions
manual/luatex.pdf
with
5 additions
and
4 deletions
manual/luatex-lua.tex
+
5
−
4
View file @
2d7ea3bf
...
...
@@ -182,8 +182,8 @@ in the following order:
\type
{
spawn
}
\type
{
setenv
}
\type
{
rename
}
\type
{
remove
}
\type
{
tmpdir
}
\NC
\NR
\NC
\type
{
io
}
\NC
\type
{
popen
}
\type
{
output
}
\type
{
tmpfile
}
\NC
\NR
\NC
\type
{
lfs
}
\NC
\type
{
rmdir
}
\type
{
mkdir
}
\type
{
ch
dir
}
\type
{
lock
}
\type
{
touch
}
\NC
\NR
\NC
\type
{
lfs
}
\NC
\type
{
rmdir
}
\type
{
mkdir
}
\type
{
mk
dir
p
}
\type
{
chdir
}
\type
{
lock
}
\type
{
touch
}
\NC
\NR
\LL
\stoptabulate
...
...
@@ -202,7 +202,7 @@ in the following order:
Also from version 1.18.0 and if
\KPATHSEA\
is used, the functions
\type
{
os.rename
}
,
\type
{
os.remove
}
,
\type
{
lfs.attributes
}
,
\type
{
lfs.chdir
}
,
\type
{
lfs.lock
_
dir
}
,
\type
{
lfs.dir
}
,
\type
{
lfs.link
}
,
\type
{
lfs.mkdir
}
,
\type
{
lfs.lock
_
dir
}
,
\type
{
lfs.dir
}
,
\type
{
lfs.link
}
,
\type
{
lfs.mkdir
}
,
\type
{
lfs.mkdirp
}
,
\type
{
lfs.rmdir
}
,
\type
{
lfs.symlinkattributes
}
,
\type
{
lfs.touch
}
return
\type
{
true
}
if both
\type
{
kpse.in
_
name
_
ok
_
silent
_
extended
}
and
\type
{
kpse.out
_
name
_
ok
_
silent
_
extended
}
validate the pathname;
...
...
@@ -385,7 +385,8 @@ instance, when we started with \LUATEX\ we added some helpers to the \type
{
lfs.isdir
}
and
\type
{
lfs.isfile
}
were speedy and better variants of what could
be done with
\type
{
lfs.attributes
}
. The additional function
\type
{
lfs.shortname
}
takes a file name and returns its short name on
\type
{
win
32
}
platforms. Finally, for non|
-
|
\type
{
win
32
}
platforms only, we provided
\type
platforms;
\type
{
lfs.mkdirp
}
is like
\type
{
lfs.mkdir
}
but make parent directories as needed.
Finally, for non|
-
|
\type
{
win
32
}
platforms only, we provided
\type
{
lfs.readlink
}
that takes an existing symbolic link as argument and returns its
name. However, the
\type
{
lfs
}
library evolved so we have dropped these in favour of
pure
\LUA\
variants. The
\type
{
shortname
}
helper is obsolete and now just
...
...
This diff is collapsed.
Click to expand it.
manual/luatex.pdf
+
0
−
0
View file @
2d7ea3bf
No preview for this file type
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