blob: 918562e79ed937fc569e49163cb475f66a9528cc (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
2020-02-16 Luigi Scarso <luigi.scarso@gmail.com>
Small clean up.
2019-03-06 Luigi Scarso <luigi.scarso@gmail.com>
MFLua 0.9.1. Fixed a bug on strings management.
2018-10-30 Luigi Scarso <luigi.scarso@gmail.com>
* jit default off in mfluajit: in some platforms (e.g NetBSD8)
executing code from memory is forbidden by default.
In case, a user can enable jit at runtime.
2018-02-08 Luigi Scarso <luigi.scarso@gmail.com>
* MFLua 0.9.
* Fixed a bug on clean up string in runscript.
* Added a parser for generic font to mflua.lua
2017-04-16 Luigi Scarso <luigi.scarso@gmail.com>
* MFLua 0.8. New primitive runscript, cleanup of the Lua code.
* new backend ttx .
* am/mflua.am: deleted useless lua files
2016-04-15 Luigi Scarso <luigi.scarso@gmail.com>
* mfluac.c priv_lua_writemessage: write to stdout
when a lua file is loaded.
2016-04-12 Karl Berry <karl@tug.org>
* mfluac.c (mfluaPREstartofMF): look for start_of_mf.lua
rather than start_of_MF.lua.
* mfluatrap/start_of_mf.lua: rename file.
* install mfluatrap/*.lua in Master/texmf-dist/scripts/mflua.
2016-04-05 Karl Berry <karl@tug.org>
* am/mflua.am: no need for inimflua.
2016-03-22 Luigi Scarso <luigi.scarso@gmail.com>
* mflua.c: return if a lua file is not found.
2015-09-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/mflua.am: Fix dependencies.
2015-07-10 Peter Breitenlohner <peb@mppmu.mpg.de>
* mfluatraptest (removed): Renamed ...
* mfluatraptest.test (new): ... into this.
* am/mflua.am: Better dependencies for 'make check'.
2015-07-08 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/mflua.am: Fix dependencies.
2015-07-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/mflua.am, mfluac.[ch]: Use lkpselib.c.
2015-07-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/mflua.am: Always create mflua-nowin, either as extra
program or as symlink.
2015-07-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* mfluatraptest: Directly use mfluatrap/*.lua files.
2015-07-02 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* mflua.c: Use kpse_find_file() to locate .lua files.
2015-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/mflua.am: Use $(tie_c) and $(tie_m).
2015-04-01 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported MFLua into TeX Live, based on the SVN repository
https://foundry.supelec.fr/projects/mflua
from Luigi Scarso <luigi.scarso@gmail.com>.
|