------------------------------------------------------------------------ r3130 | taco | 2009-11-11 16:28:53 +0100 (Wed, 11 Nov 2009) | 11 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/font/tfmofm.c M /trunk/source/texk/web2c/luatexdir/font/vfovf.c M /trunk/source/texk/web2c/luatexdir/font/writet3.c M /trunk/source/texk/web2c/luatexdir/lua/ltexlib.c M /trunk/source/texk/web2c/luatexdir/lua/luainit.c M /trunk/source/texk/web2c/luatexdir/luatex.c M /trunk/source/texk/web2c/luatexdir/luatex.h M /trunk/source/texk/web2c/luatexdir/ocp/readocp.c M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.c M /trunk/source/texk/web2c/luatexdir/pdf/pdflistout.c M /trunk/source/texk/web2c/luatexdir/pdf/pdfobj.c M /trunk/source/texk/web2c/luatexdir/tex/dumpdata.c M /trunk/source/texk/web2c/luatexdir/tex/filename.c M /trunk/source/texk/web2c/luatexdir/tex/filename.h M /trunk/source/texk/web2c/luatexdir/tex/mainbody.c M /trunk/source/texk/web2c/luatexdir/tex/maincontrol.c M /trunk/source/texk/web2c/luatexdir/tex/texfileio.c M /trunk/source/texk/web2c/luatexdir/tex/texfileio.h A large step in an attempt to clean up the file name handling process. Things that have been removed because of changes in function arguments and return values: tfmtemp, ocptemp, texinputtype, DUMP_VAR, DUMP_LENGTH_VAR, format_default_length, nameoffile, namelength, name_file_pointer, make_name_string() c.s., pack_cur_name(), pack_buffered_name(). ------------------------------------------------------------------------ r3131 | taco | 2009-11-11 17:42:21 +0100 (Wed, 11 Nov 2009) | 3 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/tex/texfileio.c luatex_open_input should fopen() the file it found itself, not the one it gets passed as argument (even though they are likely the same) ------------------------------------------------------------------------