From a79c845dba381f543d09526f77dcf2b4687b73a7 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 4 May 2015 23:10:29 +0200 Subject: sync with Context as of 2015-05-04 --- lualibs-os.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lualibs-os.lua') diff --git a/lualibs-os.lua b/lualibs-os.lua index f44b316..0a86ea6 100644 --- a/lualibs-os.lua +++ b/lualibs-os.lua @@ -349,6 +349,8 @@ else end +os.newline = name == "windows" and "\013\010" or "\010" -- crlf or lf + function resolvers.bits(t,k) local bits = find(os.platform,"64",1,true) and 64 or 32 os.bits = bits -- cgit v1.2.3