------------------------------------------------------------------------ r1490 | hhenkel | 2008-09-24 00:19:51 +0200 (Wed, 24 Sep 2008) | 3 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/image/writeimg.c parameters attr and page_name of read_image() were swapped cf. http://tracker.luatex.org/view.php?id=88 ------------------------------------------------------------------------ r1491 | hhenkel | 2008-09-24 00:33:10 +0200 (Wed, 24 Sep 2008) | 3 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/image/writepng.c just for consistency: check attr of PNG SMask also for strlen > 0 (but i wonder why the PNG SMask needs an attribute?) ------------------------------------------------------------------------ r1492 | taco | 2008-09-24 09:32:03 +0200 (Wed, 24 Sep 2008) | 2 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/get_svnversion.sh quotes added to prevent shell errors in case either svnversion or sed are not available ------------------------------------------------------------------------ r1493 | taco | 2008-09-24 10:05:35 +0200 (Wed, 24 Sep 2008) | 2 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/lua/luainit.c allow tex filenames with spaces in them on the command line ------------------------------------------------------------------------ r1494 | taco | 2008-09-24 10:44:21 +0200 (Wed, 24 Sep 2008) | 4 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/font/texfont.c font_shareable(): For some lua-loaded (for instance AFM) fonts, it is normal to have a zero cidregistry, but such fonts do not have a fontmap entry yet, and that created duplicate inclusions ------------------------------------------------------------------------ r1495 | taco | 2008-09-24 11:00:29 +0200 (Wed, 24 Sep 2008) | 2 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/commands.h M /trunk/src/texk/web2c/luatexdir/luatex.web Port the \expanded primitive from pdftex ------------------------------------------------------------------------ r1496 | taco | 2008-09-24 12:17:45 +0200 (Wed, 24 Sep 2008) | 33 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/commands.h M /trunk/src/texk/web2c/luatexdir/lua/ltexlib.c M /trunk/src/texk/web2c/luatexdir/luatex.web Add support for more read-only internal access from lua: tex.lastpenalty tex.lastkern tex.lastskip tex.lastnodetype tex.inputlineno tex.badness tex.pdftexversion tex.pdflastobj tex.pdflastxform tex.pdflastximage tex.pdflastximagepages tex.pdflastannot tex.pdflastxpos tex.pdflastypos tex.pdfrandomseed tex.pdflastlink tex.luatexversion tex.Alephversion tex.Omegaversion tex.Alephminorversion tex.Omegaminorversion tex.eTeXminorversion tex.eTeXversion tex.currentgrouplevel tex.currentgrouptype tex.currentiflevel tex.currentiftype tex.currentifbranch tex.pdflastximagecolordepth ------------------------------------------------------------------------