diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html index ca4a2812..e6ff5faf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,16 +1,17 @@ <HTML> <HEAD> -<TITLE>Lua 3.1 Reference Manual - Contents</TITLE> +<TITLE>Lua 3.2 Reference Manual - Contents</TITLE> </HEAD> -<BODY> +<BODY BGCOLOR="#FFFFFF"> +<HR> <H1>Reference Manual of the Programming Language <A HREF="http://www.tecgraf.puc-rio.br/lua/">Lua</A> -3.1</H1> +3.2</H1> <P> <A HREF="http://www.inf.puc-rio.br/~roberto/">Roberto Ierusalimschy</A>, -<A HREF="http://www2.lncc.br/~lhf/">Luiz Henrique de Figueiredo</A>, +<A HREF="http://www.tecgraf.puc-rio.br/~lhf/">Luiz Henrique de Figueiredo</A>, <A HREF="http://www.tecgraf.puc-rio.br/~celes/">Waldemar Celes</A> <BR> <A HREF="mailto:lua@tecgraf.puc-rio.br">lua@tecgraf.puc-rio.br</A><BR> @@ -26,7 +27,11 @@ | <A HREF="idx.html">index</A> | -<A HREF="ftp://ftp.tecgraf.puc-rio.br/pub/lua/lua.ps.gz">ps</A> +<A HREF="ftp://ftp.tecgraf.puc-rio.br/pub/lua/refman.ps.gz">ps</A> +| +<A HREF="ftp://ftp.tecgraf.puc-rio.br/pub/lua/refman.pdf">pdf</A> +| +<A HREF="old/">old versions</A> ] <HR> <A NAME="contents"></A> @@ -69,6 +74,7 @@ <LI><A HREF="manual.html#7.1">7.1 - Stack and Function Information</A> <LI><A HREF="manual.html#7.2">7.2 - Manipulating Local Variables</A> <LI><A HREF="manual.html#7.3">7.3 - Hooks</A> + <LI><A HREF="manual.html#7.4">7.4 - The Reflexive Debugger Interface</A> </UL> <LI><A HREF="manual.html#8.">8 - Lua Stand-alone</A> <LI><A HREF="manual.html#Acknowledgments">Acknowledgments</A> @@ -77,8 +83,11 @@ </UL> <HR> +<SMALL> Last update: -Fri Jul 10 15:10:14 EST 1998 +Wed Jul 7 13:36:24 EST 1999 by <A HREF="http://www.tecgraf.puc-rio.br/~lhf/">lhf</A>. +</SMALL> + </BODY> </HTML> |