Re: [Dev-luatex] source code of LuaTeX

2017-10-02 Thread minux
Hi Luigi, On Thu, Jul 6, 2017 at 9:26 AM, luigi scarso wrote: > On Thu, Jul 6, 2017 at 3:20 PM, Patrick Gundlach wrote: > > where can I get the source code of LuaTeX? > > > > The link on the web page (http://www.luatex.org/download.html) is > > protected with a username/password. > Yes, we are

Re: [Dev-luatex] Luajittex 0.72.0 announcement

2013-01-10 Thread minux
On Thu, Jan 10, 2013 at 11:26 PM, Patrick Gundlach wrote: > Luigi, > > this looks very promising!!! I've been able to run a simple document with > my publisher with it. Great. > > Just a question: there seems to be a new bit library included, right? Is > this documented anywhere? Is the library it

Re: [Dev-luatex] Memory leak in string.explode()?

2012-11-04 Thread minux
On Mon, Nov 5, 2012 at 9:32 AM, Reinhard Kotucha wrote: > - > #! /usr/bin/env texlua > --*- Lua -*- > > s='abc def'; t=s.explode(' +') > s=' abc def'; t=s:explode(' +') > s='abc def '; t=s:explode(' +') > - > > Each of the tree lines

Re: [Dev-luatex] We no long use Tangle, but the code still contains lot of identifiers with underscores stripped

2011-10-14 Thread minux
Patch attached and shown below. There isn't that many occurrences, sorry for the title. diff --git a/trunk/source/texk/web2c/luatexdir/pdf/pdfgen.w b/trunk/source/texk/web2c/luatexdir/pdf/pdfgen.w index 273c319..628586f 100644 --- a/trunk/source/texk/web2c/luatexdir/pdf/pdfgen.w +++ b/trunk/source

[Dev-luatex] We no long use Tangle, but the code still contains lot of identifiers with underscores stripped

2011-10-13 Thread minux
Hi! LuaTeX stopped using tangle long time ago, but identifiers like kpseinitprog, kpsesetprogramenabled, are still in the code. They make the program a little unreadable, so I'm current working on it. I would like to hear any suggestions from you: is it necessary? Best regards,