]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Bump all copyright dates to 2010.
authorMike Pall <mike>
Sat, 9 Jan 2010 13:28:11 +0000 (14:28 +0100)
committerMike Pall <mike>
Sat, 9 Jan 2010 13:28:11 +0000 (14:28 +0100)
109 files changed:
COPYRIGHT
Makefile
README
doc/api.html
doc/bluequad-print.css
doc/bluequad.css
doc/changes.html
doc/contact.html
doc/faq.html
doc/install.html
doc/luajit.html
doc/running.html
doc/status.html
dynasm/dasm_proto.h
dynasm/dasm_x64.lua
dynasm/dasm_x86.h
dynasm/dasm_x86.lua
dynasm/dynasm.lua
etc/luajit.1
lib/bc.lua
lib/dis_x64.lua
lib/dis_x86.lua
lib/dump.lua
lib/v.lua
src/Makefile
src/buildvm.c
src/buildvm.h
src/buildvm_asm.c
src/buildvm_fold.c
src/buildvm_lib.c
src/buildvm_peobj.c
src/buildvm_x86.dasc
src/lib_aux.c
src/lib_base.c
src/lib_bit.c
src/lib_debug.c
src/lib_io.c
src/lib_jit.c
src/lib_math.c
src/lib_os.c
src/lib_package.c
src/lib_string.c
src/lib_table.c
src/lj_api.c
src/lj_arch.h
src/lj_asm.c
src/lj_asm.h
src/lj_bc.c
src/lj_bc.h
src/lj_def.h
src/lj_dispatch.c
src/lj_dispatch.h
src/lj_err.c
src/lj_err.h
src/lj_errmsg.h
src/lj_ff.h
src/lj_frame.h
src/lj_func.c
src/lj_func.h
src/lj_gc.c
src/lj_gc.h
src/lj_gdbjit.c
src/lj_gdbjit.h
src/lj_ir.c
src/lj_ir.h
src/lj_iropt.h
src/lj_jit.h
src/lj_lex.c
src/lj_lib.c
src/lj_lib.h
src/lj_mcode.c
src/lj_mcode.h
src/lj_meta.c
src/lj_meta.h
src/lj_obj.c
src/lj_obj.h
src/lj_opt_dce.c
src/lj_opt_fold.c
src/lj_opt_loop.c
src/lj_opt_mem.c
src/lj_opt_narrow.c
src/lj_parse.c
src/lj_parse.h
src/lj_record.c
src/lj_record.h
src/lj_snap.c
src/lj_snap.h
src/lj_state.c
src/lj_state.h
src/lj_str.c
src/lj_str.h
src/lj_tab.c
src/lj_tab.h
src/lj_target.h
src/lj_target_x86.h
src/lj_trace.c
src/lj_trace.h
src/lj_traceerr.h
src/lj_udata.c
src/lj_udata.h
src/lj_vm.h
src/lj_vmevent.c
src/lj_vmevent.h
src/ljamalg.c
src/luaconf.h
src/luajit.c
src/luajit.h
src/lualib.h
src/msvcbuild.bat

index 2a2db3dcf245c6b327d7299ee4b922f91906af72..be5cb136b9018a33c9efe7ec9e31b3769cb3ea45 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 ===============================================================================
 LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/
 
-Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index 1dd0c1326a5d3d0bdf56d3c07f513675f53e244b..2a55260bc3168a25d8917140d3a9f1ee9b799a55 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 # For MinGW and Cygwin, cd to src and run make with the Makefile there.
 # NYI: add wininstall.bat
 #
-# Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 ##############################################################################
 
 MAJVER=  2
diff --git a/README b/README
index 98df99afd67f09f53460558502c0f3b9fc04378e..5eeb12ea69990ee15281d41c4c3f08ad84c14c86 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
 
 Project Homepage: http://luajit.org/
 
-LuaJIT is Copyright (C) 2005-2009 Mike Pall.
+LuaJIT is Copyright (C) 2005-2010 Mike Pall.
 LuaJIT is free software, released under the MIT/X license.
 See full Copyright Notice in the COPYRIGHT file or in luajit.h.
 
index 874f7ae9b15644422c0355985af4b2720a9f2467..930cbed2642c9de499f79ab0659bb78c2292555b 100644 (file)
@@ -4,7 +4,7 @@
 <title>API Extensions</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -328,7 +328,7 @@ except when you want to get a more specific error message than
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 00a6b1541232f95747e042ba439c9a05db006036..d5f4a3aafc2dc73b0e7fd822fcb563f46c38dd4e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2009 Mike Pall.
+/* Copyright (C) 2004-2010 Mike Pall.
  *
  * You are welcome to use the general ideas of this design for your own sites.
  * But please do not steal the stylesheet, the layout or the color scheme.
index 7e52102f3112a86ced9fef707a808d4d9889a586..6f5539ac116880378a7c72d2b643da99ef2da2f2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2009 Mike Pall.
+/* Copyright (C) 2004-2010 Mike Pall.
  *
  * You are welcome to use the general ideas of this design for your own sites.
  * But please do not steal the stylesheet, the layout or the color scheme.
index b15639a916cb95a163b79aa49e23a5786476bfa1..ecc0c89b34dce7dc44bda0d8f7fe3d8376c65cda 100644 (file)
@@ -4,7 +4,7 @@
 <title>LuaJIT Change History</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -319,7 +319,7 @@ This is the initial non-public release of LuaJIT.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 66d52410ad2aac0b21f3fe5f8a86a486cfef00da..7a10839ed443bbad0b697fd81f3bf32f825cf62c 100644 (file)
@@ -4,7 +4,7 @@
 <title>Contact</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -64,7 +64,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D")
 <h2>Copyright</h2>
 <p>
 All documentation is
-Copyright &copy; 2005-2009 Mike Pall.
+Copyright &copy; 2005-2010 Mike Pall.
 </p>
 
 
@@ -72,7 +72,7 @@ Copyright &copy; 2005-2009 Mike Pall.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index f76308a14d80bd643c8ef4626e7167d8234e34a7..15632eaed66bd69fa6c1136b1d13ce2f0d638a8d 100644 (file)
@@ -4,7 +4,7 @@
 <title>Frequently Asked Questions (FAQ)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -154,7 +154,7 @@ the development of certain features, if they are important to you.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 3aa60f1c4a4c5f2312be92f103933c6e42e9123b..faa607702da3f7a0ab46911e3737522bfe5c03cf 100644 (file)
@@ -4,7 +4,7 @@
 <title>Installation</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -213,7 +213,7 @@ directory where <tt>luajit.exe</tt> is installed
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 5a2b3689df1798e1a548d8093c66ee5f1200d77f..029a59198c01a09e89f1f3adbe069bf6cafa4da7 100644 (file)
@@ -4,7 +4,7 @@
 <title>LuaJIT</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -111,7 +111,7 @@ resources are marked with a '<span class="ext">&raquo;</span>'.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index fcb28e85940744f8e61f5fdfd55f61aa11c6f968..247457d6780450df4811e562b43364f0052ffe33 100644 (file)
@@ -4,7 +4,7 @@
 <title>Running LuaJIT</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -223,7 +223,7 @@ Here are the parameters and their default settings:
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 375262ef464a12011c98e9b30d7cecb2e290f945..fdb96ea3aa1bca3ec86568f158e4e26ad7f34d56 100644 (file)
@@ -4,7 +4,7 @@
 <title>Status &amp; Roadmap</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -239,7 +239,7 @@ designed with a JIT compiler in mind.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>
index 94d9a9e28e06fbffea692135857d98d009a1ed26..3e77f70b8643721984e166094f914096938599d8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DynASM encoding engine prototypes.
-** Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 ** Released under the MIT/X license. See dynasm.lua for full copyright notice.
 */
 
index cf31258a27dc7fed35906b8a9b653af0c99f52e1..348543c4adf72e350c0505fab1f3d30cad0a2173 100644 (file)
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM x64 module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 -- This module just sets 64 bit mode for the combined x86/x64 module.
index dab33e5ae477e710d426873aec9c50a4accc051c..a1f088962ce7f4d1657a49f7fc25699541b58e50 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DynASM x86 encoding engine.
-** Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 ** Released under the MIT/X license. See dynasm.lua for full copyright notice.
 */
 
index 26a52bbddd67fcf37e18f1aa03b83cea842af15e..1b83443fa582c26893d6aaa3a4798201fb5fcaf1 100644 (file)
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM x86/x64 module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 
@@ -13,7 +13,7 @@ local _info = {
   description =        "DynASM x86/x64 module",
   version =    "1.2.1",
   vernum =      10201,
-  release =    "2009-12-13",
+  release =    "2010-01-09",
   author =     "Mike Pall",
   license =    "MIT",
 }
index 3fd344dacba752b2cd452ffc6e1138f8d1dabaec..a437ffa28f2a0ecc19cd66931106fc3bccaed85a 100644 (file)
@@ -2,7 +2,7 @@
 -- DynASM. A dynamic assembler for code generation engines.
 -- Originally designed and implemented for LuaJIT.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- See below for full copyright notice.
 ------------------------------------------------------------------------------
 
@@ -12,12 +12,12 @@ local _info = {
   description =        "A dynamic assembler for code generation engines",
   version =    "1.2.1",
   vernum =      10201,
-  release =    "2009-04-16",
+  release =    "2010-01-09",
   author =     "Mike Pall",
   url =                "http://luajit.org/dynasm.html",
   license =    "MIT",
   copyright =  [[
-Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
index fab65803a5943994427e47e38069f50157d7d8ae..ddbe00285c34e079231289bcf0d8cbeb2216b029 100644 (file)
@@ -68,7 +68,7 @@ luajit \-jv \-e "for i=1,10 do for j=1,10 do for k=1,100 do end end end"
 Runs some nested loops and shows the resulting traces.
 .SH COPYRIGHT
 .PP
-\fBLuaJIT\fR is Copyright \(co 2005-2009 Mike Pall.
+\fBLuaJIT\fR is Copyright \(co 2005-2010 Mike Pall.
 .br
 \fBLuaJIT\fR is open source software, released under the MIT/X license.
 .SH SEE ALSO
index 6296174eb0cdb37c2a0d5d09baadb35020eb7868..89f22163bbe4c337e550807edf75e2a9d645a50d 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT bytecode listing module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --
index da3d63f8ba044f5decf5a2cd79ec167fcd413f11..1ca5cf0a2d22b9d4f945051beb9e4b4df33b3cc2 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT x64 disassembler wrapper module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 -- This module just exports the 64 bit functions from the combined
index 7c28f52eb588c270d0734adf0e625985211d182d..a5e3b2024522c98a931ada9f659bdbd2308d56b2 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT x86/x64 disassembler module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 -- This is a helper module used by the LuaJIT machine code dumper module.
index 021fc1c911b046b6bddcbbe5baa228e6151b54e0..41feff443ed3cc8020520212bd103e8633064c0e 100644 (file)
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT compiler dump module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --
index 39fb8ed543f28731ff2642224b5ddf1c9186215f..93f1cbb284dc3ba26e6822d31f90f67c32711cdd 100644 (file)
--- a/lib/v.lua
+++ b/lib/v.lua
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- Verbose mode of the LuaJIT compiler.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --
index f049624822c64e76f7e341947089373372bf3830..666a07adeb5793d722d2ffe9eda03ff9458a52cb 100644 (file)
@@ -5,7 +5,7 @@
 # Also works with MinGW and Cygwin on Windows.
 # Please check msvcbuild.bat for building with MSVC on Windows.
 #
-# Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 ##############################################################################
 
 MAJVER=  2
index 94e2d9a242827e5e8899d6fe644b6632e9a43034..9a3548c3ce669af5f5276afe9c8f6ff7366fedb3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** This is a tool to build the hand-tuned assembler code required for
 ** LuaJIT's bytecode interpreter. It supports a variety of output formats
index 4bf4e56d22f391494c9fd8010196f81788c3d7c5..2581b548c9fd79531366ec66e446c352961d97e9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _BUILDVM_H
index 295b07efff2150899d820aa75b0cfc430de174b5..cc821365a3474abae837bb0ba3827d31ec17e2e9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: Assembler source code emitter.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "buildvm.h"
index 77af3dc5568fbe7f9f12ba9b58a5aa5f62ccfb5b..bd87253403ed22424d6ae8bcd9763e6b50310dda 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: IR folding hash table generator.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index cc572200a8ce7d8736146cb7067db28997b8282c..3cf8f52210691205464fc8ee607f13c04b83ab1c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: library definition compiler.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"
index 68af79c71b493857c8b6729eea5c9e0981533b8d..f8340f3d5c581ea7d9ea503d1b78e672d608de20 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: PE object emitter.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Only used for building on Windows, since we cannot assume the presence
 ** of a suitable assembler. The host and target byte order must match.
index e40ca6d719f0570ada93e1ffc7c266ada664ea2e..1878613e30217a3f4523deae2c50a4e1ae1edcfd 100644 (file)
@@ -1,6 +1,6 @@
 |// Low-level VM code for x86 CPUs.
 |// Bytecode interpreter, fast functions and helper functions.
-|// Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+|// Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 |
 |.if X64
 |.arch x64
index 2bd06fbb047fea5ad2ee048955be1a4b748beace..5f4e3e8c73f0a75b6838158cddcabeb8a4e6936c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Auxiliary library for the Lua/C API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major parts taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index d9b953ee41956ebb7c8c0943f54109e07ce0139a..032d5bccc9296c51395b493ddb5f249f8635c5ce 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Base and coroutine library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 2f727e68e74957eb52c054ffeae794f90c78e475..0a24480fbc56a366b816162426715987ced094eb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bit manipulation library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lib_bit_c
index 0e6c35e52523cddc31c051e387683cb319fd33a1..5df638669732a98ac8b15dcce845059bcfcdc078 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Debug library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 6fb91609ec8125fbd9e4591a31fd18d31f9ed212..4220020137f86385a6f5e91db9e73e08429c460e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** I/O library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index dceb9e5c3b280b50a82fc7696d07a09deac63e16..d849ded429b02897250c0d12ceb596c1649a9418 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** JIT library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lib_jit_c
index f3803e8f782c33ec59759c36a49a8c381ee2db20..51984ce4bff760f61183b55356c52782409ae457 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Math library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include <math.h>
index bee7216a0894c632e75594a57c0c510dc0ec9e1d..8f08616f73a6782fd5441bb0a02b32f27367cc1a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** OS library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 4ede065963be4424eaabef72b3ba4175e345c65b..7d0362a5118243407954bbfc423fff24d565f51a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Package library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index e7ad12df6c790255c333af1164830c52f691ad3e..b6a4864b8a6b5fe21fba668c068df0ff2f2f362a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index df9007c82ee91c8aa1f7af61e1c863bb05fea0d9..5a1e0f78ecb5c7a41215fa0129d6d9456af2c1ff 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Table library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 961e5150a4ebd80fdbce35989f89f314b6d076b7..dbeb6af0b284e1b63f51eee77db3dde201045afb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Public Lua/C API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 0b69e57446d46c5fb42a057a3ace020b6cb90b42..111ea8c147104d51a61c00f620b6b058a2e7e7c8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Target architecture selection.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ARCH_H
index eb14b0e5940bebea2ba7c370d505110895e6f87c..21bfa6db733574d78d75d8a3ffb29b23888d0ac2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_asm_c
index 84122b435bcd03843090e0a9cece5d93aac38f3a..7502c49cfd92953d69a9bdc31585b2cafe4ddcda 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ASM_H
index 79846325c87e1b410acaeff083c366d02f9b46ae..ec3cf735ced55d5c5a373cabb1ac29a789f453d0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bytecode instruction modes.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_bc_c
index d906011c4ca78f694641b23fabd6a5ba54d8858c..ca70d210c81cc21d70d5f1f1637f5c57b95fac46 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Bytecode instruction format.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_BC_H
index 3d6ba41761e1fc92034cf830d95842afcbac22df..8128aa21ddc4cc29742711b2d90ce164e356f844 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT common internal definitions.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_DEF_H
index 2ffe363c4f8c3020f51df9b616450b4ce5f6c486..1e5b574c29242a914570cd90797541aaa9992486 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Instruction dispatch handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_dispatch_c
index 26c14fb9e11385c9d65fb92cc53e043fac570758..ce9d9e119c63aaa84e8412f298d4f8d408da0c06 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Instruction dispatch handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_DISPATCH_H
index b80702507f2611a9f4fbf4260e82aa154fe34aa7..5ec81302828db105d32158c1d12a8d5183ba70b2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Error handling and debugging API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 263754898ffb18ff18c9b459423f147cd30248c7..aadb7c598a0e83ef0fb957efb7b5fb3b4749aaba 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Error handling and debugging support.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ERR_H
index 3c79eaa42436c2efd3e7bcfbff046b7dbf4bff00..826366a6cd1e5efad7b108b62580a7e52bda8397 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** VM error messages.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* This file may be included multiple times with different ERRDEF macros. */
index 6dfd73a7b7a4648cf63ec54e1cf5f6c89a9f1129..693a9b54a1da45efe35f47f719e22ee2936df5f8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Fast function IDs.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FF_H
index c86818e095d5d4365238a034572bd4ae5abdc5a5..d9db581b5138da62e5803eec958f4eb4fb6b824c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Stack frames.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FRAME_H
index 456852070dfc322ac6715b2e560929a3a654b27a..b679ec814aac9efcc7f1c422777409f5b8aa3da4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Function handling (prototypes, functions and upvalues).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 85a14e7b0b44a12691c76241956ab18c560b0be9..c4bf750f0406c5af43d5bc105a5621f594332295 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Function handling (prototypes, functions and upvalues).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FUNC_H
index 3e4c17870ad87afeaba338053692673360a2cf09..e3d02cd41b9a3b2b17f1095cdea37698c62692f8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Garbage collector.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 63d6ec6cad6097771de34cb9c2cafa9b9bdd8293..d177414176dc0e85e3c40054be5f2cf74bd1900c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Garbage collector.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_GC_H
index dfec188ae8b68b1b159b2c327c8010b145eae94c..4fce5eb980fb635afbd604ddb21b0e4ec6cd09ca 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Client for the GDB JIT API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_gdbjit_c
index 2221948f3f2cde6b68d1b57dd3729978498f30c7..b007260b8debad6cd6fb6a813e83289a5bf0d922 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Client for the GDB JIT API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_GDBJIT_H
index cf0b6b55627b156471d76bcb88b6673a3a6ec116..30ac026ba5274213965de59dd15cff73a8818118 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** SSA IR (Intermediate Representation) emitter.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_ir_c
index 9a7e711d72d4b0a25be510686f4a0522c66a4595..f73dcc407037e4988bce7f96a0c87f98ab46a22b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** SSA IR (Intermediate Representation) format.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_IR_H
index 52077ad5292133c55c4b5063dc2c6c1d89dffb2d..947fa8207bd459248ef966f76f9b753ace0a6493 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Common header for IR emitter and optimizations.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_IROPT_H
index 280eff41ecc486e5644454b8f6a9fb41ca0623ad..c783922c59a7d72d4d0306bb3fe1e176971b6176 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Common definitions for the JIT compiler.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_JIT_H
index 38b0a7d4b79d3ed46b17f25259bb3a043ab91c1a..d1df138ec04d3b42bb5f7dd8266d36effea6f843 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Lexical analyzer.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index d8254093f194b3460f1f48cb069e04cf2238901b..de1c86467af1e5328e7047b9bed8895c20ed8832 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Library function support.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_lib_c
index a7a6317e9784d38ed5800d3d74fdc7aaf7f29121..44be96b9db49723fde02b061452d265f0e5fc732 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Library function support.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_LIB_H
index e5791e9f8f966081cea0c7a6ddd629e6cce2b51d..2ae0c2a9773aa14414ef97c4b410988249e9c44d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Machine code management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_mcode_c
index d4573bf4c28987ae430286025660c730cca81fd7..27a8c9497450ae0f8cee7cc6f12d25d0fac5477d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Machine code management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_MCODE_H
index dd965cde9a765fe508efb581546a0ecc0674f7c1..c8ac18d6bdb691cc17ada370f128481a1fe2888c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Metamethod handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index ddd49bff54349b528d0e519cd6ea729c8482ae85..9b2c3f738c2d154f03a98b4e48181d645b087703 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Metamethod handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_META_H
index d26a6b383d87903e3ac00471335959d74476cadf..4363e7907b3f3d0fbf106650ec4af91837e5b974 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Miscellaneous object handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_obj_c
index 11b953e0eadb47fe06e6722a591bbd34515ad4af..12c023520fc6fb2ff37c8c2f79a560ea6ad7fd2f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM tags, values and objects.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 0cd608301dcd758e3788a302083d09aaf7cf4dba..e304d9fc47972e8a29efaa84cad5b1a892a6ad2d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_dce_c
index 98266d21e03aecfbc4738f957129b7271dd320d2..41c87e2fcac10761bc4f7b8cefab9fd4d98c1ff6 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation.
 ** CSE: Common-Subexpression Elimination.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_fold_c
index a743932deb9088a48b5be02880530062f579a55f..1fbc80911dfe1d7f277d03640a8297218e82e808 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LOOP: Loop Optimizations.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_loop_c
index 882ba6c518eaae71d6bb763c06afe97d56086946..521c8590c8bb8b421ea51b0cc630290415544bc5 100644 (file)
@@ -3,7 +3,7 @@
 ** AA: Alias Analysis using high-level semantic disambiguation.
 ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L).
 ** DSE: Dead-Store Elimination.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_mem_c
index b9107c5e8dd469d3d244dd9166c2558a2afdc31a..50dd97e62721d2d83b7e6c5a07545ac021dbe626 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** NARROW: Narrowing of numbers to integers (double to int32_t).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_narrow_c
index 4aa23a1b6ff3b98b3227565a12402d3de1a4d8a8..81416f0fb5677df2ab66dfa7bb9a2e0761288de5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Lua parser (source code -> bytecode).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 72aac2c6b19cc67cffc8e8a3bc7e278fae06d8eb..2031eeedd756017e0b7a69ac9874834c5da4a60a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Lua parser (source code -> bytecode).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_PARSE_H
index 6206bfcd83ef5363aaf73ed7acaf0ab4060741dd..02016b12c7528783a17366f64e14262a39ce358e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace recorder (bytecode -> SSA IR).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_record_c
index 7bb7952c40313e1c8d4cb4ce398956a2f047ad83..53c2f4c4d50d3c9d52855b96b71a3b4f35c043e4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace recorder (bytecode -> SSA IR).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_RECORD_H
index d27404f279de4ec38cef40824f97f0dc86a733e8..e2a49ae33538497257f604aa74ea925e00c2951e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Snapshot handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_snap_c
index 806047b129492098b05ba6a7d9278da9abb3b610..776a0bcf823d7f046f82f56eac1e9fd61afa2789 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Snapshot handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_SNAP_H
index ef8f65ea4c2705129509cd0fb7d2c00646fe1ac0..34da36906c324bed2b02ad612949325bab8dc359 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** State and stack handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 5a34e0671d26502441234a1c417c870041b7294b..2238be641388b472deef844ad5d90e36e68e6610 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** State and stack handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_STATE_H
index fec2d9b26fea5d9d84e30dcda06fab5f470090ca..c49ecd2a2f54d6596baa1e034226ab8fcf84d051 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index e8b242c0bb75dfaf9570c6d8a3f87218392afd56..5a4fcb9a9bc0902dba1c784e14822d66e8f7257c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** String handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_STR_H
index 2f18d18fce8493b2648969dda9bcaedb6422f928..afbdc8aa05a655b0b6bdc5e1171bf289a82823df 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Table handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index 6f9e941b1803f6b8c17453e7cccfbb2df8b3d2e0..8e4e9316b8386afc80d9409e1420e36568e5c15e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Table handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TAB_H
index 0b464d3f058fbead391bd446b676ec11002523f6..e1af8e2970c28dbd3ffb540020c558a3c9b9be34 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Definitions for target CPU.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_H
index 198245cd6823e4f7e47525d59d1da739d2f81956..2ccea549c9fcdbf4baa29da65192830c33995d91 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Definitions for x86 and x64 CPUs.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_X86_H
index 8849b65c2407ffb0b3ee25c8db1decb9e67ae40d..683b8a580658e8aed577814cc5e046fc565bbc04 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_trace_c
index 6a417e15aacc152271c8f7599366269c6746a630..0d4e30e0be1ba8ab17840b87b9ff6cc76a99e2ed 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TRACE_H
index 2c8347b0735427cd30cb6288a0fafdf864d7b2bd..6e02a05319aef86862bb54f2085baf99e12fa7e1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Trace compiler error messages.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* This file may be included multiple times with different TREDEF macros. */
index 717d483b84d0a9fb2220a48b96f34c31f720f4ce..312109e6594f295a0f441b847bbf368aad615fcd 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Userdata handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_udata_c
index 981304f83aca741978de85e86401a397f15e1b4c..fba4c2240995db082ac8869279533e720fd28e30 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Userdata handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_UDATA_H
index 05c590e696290f4cdfaefdea0796c709ae7526a7..cf6a985fad1e36984646580af529a13b35695b35 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Assembler VM interface definitions.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_VM_H
index 657eb8d72bea7f09f9b207b681cbf3c6d340c26f..4f5c440e83aef9cd73186b28684ebd09c8f56024 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** VM event handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include <stdio.h>
index 9eaa52e1d0b54b4f7968fdee04b120595952cdd7..ceb70f824d5f4dbf416937ebab4eb9e3ee94f6b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** VM event handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_VMEVENT_H
index 46d0e21f659ce45c8f11a8ee0de372aaab447b88..d2053624cfc529006b03862ea446b982ce77e90e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT core and libraries amalgamation.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /*
index 02930a2f36598c463973d24df2871a6e8d61e337..53cb8fb1f8913d42c2c483ec6216b581be743542 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Configuration header.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef luaconf_h
index eec2c0cac216876fab3da8e217dc2ea31b1ec9aa..a6cc7ce3f9b61e2dd2999c119e8ffacc72030751 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LuaJIT frontend. Runs commands, scripts, read-eval-print (REPL) etc.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
index b3617f492752ed216573df1577b20b480c86cee6..91b594046cceca05a7208515f9d24af5066e53c8 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/
 **
-** Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 **
 ** Permission is hereby granted, free of charge, to any person obtaining
 ** a copy of this software and associated documentation files (the
@@ -33,7 +33,7 @@
 #define LUAJIT_VERSION         "LuaJIT 2.0.0-beta2"
 #define LUAJIT_VERSION_NUM     20000  /* Version 2.0.0 = 02.00.00. */
 #define LUAJIT_VERSION_SYM     luaJIT_version_2_0_0_beta2
-#define LUAJIT_COPYRIGHT       "Copyright (C) 2005-2009 Mike Pall"
+#define LUAJIT_COPYRIGHT       "Copyright (C) 2005-2010 Mike Pall"
 #define LUAJIT_URL             "http://luajit.org/"
 
 /* Modes for luaJIT_setmode. */
index c1ceb613b02eda0d54efd2eec8c2165154a04f11..9c473c888f55bb2d1d181d357827d3f423675b32 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Standard library header.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LUALIB_H
index 8bdc4d8a7d83bcb7204f67f47ea794df7cc727fc..6ea80219ee380f355a827a9d6a4d452d202e77ac 100644 (file)
@@ -1,5 +1,5 @@
 @rem Script to build LuaJIT with MSVC.\r
-@rem Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h\r
+@rem Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h\r
 @rem\r
 @rem Open a "Visual Studio .NET Command Prompt", cd to this directory\r
 @rem and run this script.\r