From 3f1f9e11f4f699ae94182d4cba158092f434a7f6 Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Tue, 8 Dec 2009 20:35:29 +0100
Subject: Fast forward to sync public repo.
Compile math.sinh(), math.cosh(), math.tanh() and math.random().
Compile various io.*() functions.
Drive the GC forward on string allocations in the parser.
Improve KNUM fuse vs. load heuristics.
Add abstract C call handling to IR.
---
doc/api.html | 2 +-
doc/changes.html | 25 +++++++++++++++++++++----
doc/contact.html | 8 +++-----
doc/luajit.html | 1 +
4 files changed, 26 insertions(+), 10 deletions(-)
(limited to 'doc')
diff --git a/doc/api.html b/doc/api.html
index 3bb10967..874f7ae9 100644
--- a/doc/api.html
+++ b/doc/api.html
@@ -319,7 +319,7 @@ enable it after running luaL_openlibs.
LuaJIT already intercepts exception handling for systems using
-ELF/DWARF2 stack unwinding (e.g. Linux). This is a zero-cost mechanism
+DWARF2 stack unwinding (e.g. Linux, OSX). This is a zero-cost mechanism
and always enabled. You don't need to use any wrapper functions,
except when you want to get a more specific error message than
"C++ exception".
diff --git a/doc/changes.html b/doc/changes.html
index 641f1e28..d9a3aadd 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -48,10 +48,27 @@ The current stable version is LuaJI
This release is in sync with Coco 1.1.0 (see the
diff --git a/doc/contact.html b/doc/contact.html
index 36d5a825..66d52410 100644
--- a/doc/contact.html
+++ b/doc/contact.html
@@ -46,17 +46,15 @@ You can also send any questions you have directly to me: