aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-11-03 15:39:14 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-11-03 15:39:14 -0300
commitfa075b79530af1cbc977349f2e467d69ce01202c (patch)
tree300e10cd086a9812331b954d46552dbf420b0a8a /manual
parent08a077d673b25cf1fbfe21794f240f4ff4999667 (diff)
parent7923dbbf72da303ca1cca17efd24725668992f15 (diff)
downloadlua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.gz
lua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.bz2
lua-fa075b79530af1cbc977349f2e467d69ce01202c.zip
Merge branch 'master' into newarray
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of
index f8d8ddd4..ad120f5e 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -9026,6 +9026,10 @@ Lua does not consult any environment variables.
9026In particular, 9026In particular,
9027the values of @Lid{package.path} and @Lid{package.cpath} 9027the values of @Lid{package.path} and @Lid{package.cpath}
9028are set with the default paths defined in @id{luaconf.h}. 9028are set with the default paths defined in @id{luaconf.h}.
9029To signal to the libraries that this option is on,
9030the stand-alone interpreter sets the field
9031@idx{"LUA_NOENV"} in the registry to a true value.
9032Other libraries may consult this field for the same purpose.
9029 9033
9030The options @T{-e}, @T{-l}, and @T{-W} are handled in 9034The options @T{-e}, @T{-l}, and @T{-W} are handled in
9031the order they appear. 9035the order they appear.