[Dev-luatex] Cron /var/www/luatex.org/www/bin/luatex-svn

2010-03-15 Thread Cron Daemon
r3497 | taco | 2010-03-15 16:50:52 +0100 (Mon, 15 Mar 2010) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/lnodelib.c forbid lua code to change preallocated glue_spec nodes -

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread Taco Hoekwater
T T wrote: The problem was to create a directory path with all intermediate ones if they don't exist. lfs.mkdir cannot create a hierarchy. Ah, I see. I any case, I have applied your patch already, exactly as-is. I'll think about a unix solution. Once I started coding this, I realized it's no

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread T T
On 15 March 2010 15:54, Taco Hoekwater wrote: > > My man page for realpath(3) says: > > BUGS: >  Avoid using this function. Its is broken by design > > But it does not offer an alternate solution. Bummer. > Looks like it would need private code, which is not a lot of fun to > write (unless there

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread Taco Hoekwater
Taco Hoekwater wrote: T T wrote: On 15 March 2010 12:03, Taco Hoekwater wrote: Oh, alright then. Patch applied (#3494) Thanks. One more patch for your consideration for something I needed recently: getting absolute, canonical file paths. In principle this can be implemented in pure Lua with

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread Taco Hoekwater
T T wrote: On 15 March 2010 12:03, Taco Hoekwater wrote: Oh, alright then. Patch applied (#3494) Thanks. One more patch for your consideration for something I needed recently: getting absolute, canonical file paths. In principle this can be implemented in pure Lua with the current lfs module,

[Dev-luatex] Cron /var/www/luatex.org/www/bin/luatex-svn

2010-03-15 Thread Cron Daemon
r3493 | taco | 2010-03-15 12:49:49 +0100 (Mon, 15 Mar 2010) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/ltexlib.c M /trunk/source/texk/web2c/luatexdir/tex/linebreak.c M /trunk/source/texk/web2c/l

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread T T
On 15 March 2010 12:03, Taco Hoekwater wrote: > > Oh, alright then. Patch applied (#3494) Thanks. One more patch for your consideration for something I needed recently: getting absolute, canonical file paths. In principle this can be implemented in pure Lua with the current lfs module, but gettin

Re: [Dev-luatex] Luatex 0.51.0 announcement

2010-03-15 Thread Taco Hoekwater
Taco Hoekwater wrote: \interlinepenalties \clubpenalties \displaywidowpenalties \widowpenalties Finally (for now), revision 3496 allows the 'interlinepenalty', 'clubpenalty' and 'widowpenalty' arguments to be a table that represents an array of integer values, thereby allowing the abov

Re: [Dev-luatex] Luatex 0.51.0 announcement

2010-03-15 Thread Taco Hoekwater
Taco Hoekwater wrote: Taco Hoekwater wrote: Actually, there is another feature but it is experimental enough that it is not documented in the manual yet. local nodelist, founddepth = tex.linebreak( listhead, paramet After commit 3495 (just done), the syntax has changed to lo

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread Taco Hoekwater
T T wrote: On 15 March 2010 07:47, Taco Hoekwater wrote: T T wrote: I would also suggest to remove the 'svn up' from the script. While working on/testing local changes you do not necessarily want to keep the working copy in sync with the head. And perhaps Perhaps the call to getluatexsvnvers

Re: [Dev-luatex] Luatex 0.51.0 announcement

2010-03-15 Thread Taco Hoekwater
Taco Hoekwater wrote: Actually, there is another feature but it is experimental enough that it is not documented in the manual yet. local nodelist, founddepth = tex.linebreak( listhead, parameters) The understood parameters are as follows (with example code): d = false,

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread T T
On 15 March 2010 07:47, Taco Hoekwater wrote: > T T wrote: > >> I would also suggest to remove the 'svn up' from the script. While >> working on/testing local changes you do not necessarily want to keep >> the working copy in sync with the head. And perhaps > > Perhaps the call to getluatexsvnvers

[Dev-luatex] Cron /var/www/luatex.org/www/bin/luatex-svn

2010-03-15 Thread Cron Daemon
r3492 | taco | 2010-03-15 12:06:45 +0100 (Mon, 15 Mar 2010) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/font/luafont.c fix bug 314 (special handling is needed for select_disc nodes) -

Re: [Dev-luatex] platform specific functionality

2010-03-15 Thread Taco Hoekwater
T T wrote: Thanks. Tried both of these and haven't noticed any problems. Great. I had some problems building on msys/mingw - the condition in getluatexsvnversion.sh: if ([ -x `which svnversion` ] && [ -d ./.svn ]) This version was suggested bu Elie Roux. evaluated always true even thoug