blob: 5ef8ddb84fa78b47aeb27c8ecb6774b4fa42ff52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
2015-09-07 Peter Breitenlohner <peb@mppmu.mpg.de>
Import LuaJIT-2.1.0-beta1.
* patch-01-LuaJITTeX: Adapted.
* patch-05-LuaJITTeX: Adapted.
* patch-06-ppc-darwin: Adapted.
2015-06-12 Peter Breitenlohner <peb@mppmu.mpg.de>
Import LuaJIT-2.0.4.
* patch-01-LuaJITTeX: Adapted.
* patch-05-LuaJITTeX: Adapted.
* patch-06-ppc-darwin: Adapted.
2015-01-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-06-ppc-darwin (new): Build fix for PPC OS X.
From http://permalink.gmane.org/gmane.comp.lang.lua.luajit/5936.
2014-06-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-05-LuaJITTeX (lj_str_new): Replace '6' by LUAI_HASHLIMIT
and use '#define LUAI_HASHLIMIT 5' as default as in
../../libs/lua52/lua-5.2.3/src/lstring.c.
2014-03-14 Peter Breitenlohner <peb@mppmu.mpg.de>
Import LuaJIT-2.0.3.
* patch-01-LuaJITTeX: Adapted.
* patch-05-LuaJITTeX (new): More changes from Luigi and Taco.
* patch-02-unwind, patch-03-OSX-build, patch-04-NetBSD64-build
(removed): Now in distribution.
2014-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-04-NetBSD64-build (new): Fix NetBSD/amd64 build from
Marc Baudoin <babafou.eu.org>.
2014-02-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-03-OSX-build (new): Backport from upstream git.
Fix OSX build issue by Mike Pall.
2014-02-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-02-unwind (new): Bug fix.
2014-02-05 Peter Breitenlohner <peb@mppmu.mpg.de>
Import LuaJIT-2.0.2.
* patch-01-LuaJITTeX (new): Adapt for use in LuaJITTeX.
|