[Dev-luatex] Cron <luatex at vz3> /var/www/luatex.org/www/bin/luatex-svn
Cron Daemon
root at www.metatex.org
Tue Jun 16 22:27:51 CEST 2009
------------------------------------------------------------------------
r2508 | taco | 2009-06-16 16:30:18 +0200 (Tue, 16 Jun 2009) | 2 lines
Changed paths:
M /trunk/source/texk/web2c/luatexdir/luatex.defines
M /trunk/source/texk/web2c/luatexdir/luatex.web
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.c
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.h
move more pdf generation functions and variables to C
------------------------------------------------------------------------
r2509 | taco | 2009-06-16 17:01:47 +0200 (Tue, 16 Jun 2009) | 6 lines
Changed paths:
M /trunk/source/texk/web2c/luatexdir/font/writet3.c
M /trunk/source/texk/web2c/luatexdir/font/writettf.c
M /trunk/source/texk/web2c/luatexdir/font/writetype2.c
M /trunk/source/texk/web2c/luatexdir/image/epdf.h
M /trunk/source/texk/web2c/luatexdir/image/pdftoepdf.cc
M /trunk/source/texk/web2c/luatexdir/image/writejbig2.c
M /trunk/source/texk/web2c/luatexdir/image/writejpg.c
M /trunk/source/texk/web2c/luatexdir/image/writepng.c
M /trunk/source/texk/web2c/luatexdir/lua/lpdflib.c
M /trunk/source/texk/web2c/luatexdir/luatex.defines
M /trunk/source/texk/web2c/luatexdir/luatex.web
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.c
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.h
M /trunk/source/texk/web2c/luatexdir/ptexmac.h
M /trunk/source/texk/web2c/luatexdir/utils/utils.c
M /trunk/source/texk/web2c/luatexdir/utils/utils.h
Move the functions pdf_room (from web) and pdf_puts, pdf_printf (from utils.c)
to pdfgen.c and (re)move the corresponding definitions from ptexmac.h to pdfgen.h.
Also rename some CPP #defines:
pdfroom() => pdf_room(), pdfout() => pdf_out(), pdf_offset() => pdf_offset
------------------------------------------------------------------------
r2510 | taco | 2009-06-16 17:32:11 +0200 (Tue, 16 Jun 2009) | 3 lines
Changed paths:
M /trunk/source/texk/web2c/luatexdir/luatex.defines
M /trunk/source/texk/web2c/luatexdir/luatex.web
M /trunk/source/texk/web2c/luatexdir/pdf/pagetree.c
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.c
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.h
move the rest of the pdf output-specific bits of section 32b to C,
and rename function remove_last_space() to pdf_remove_last_space()
------------------------------------------------------------------------
r2511 | taco | 2009-06-16 18:25:44 +0200 (Tue, 16 Jun 2009) | 3 lines
Changed paths:
M /trunk/source/texk/web2c/luatexdir/font/vfpacket.c
M /trunk/source/texk/web2c/luatexdir/image/writeimg.c
M /trunk/source/texk/web2c/luatexdir/luatex.defines
M /trunk/source/texk/web2c/luatexdir/luatex.web
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.c
M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.h
and now the rest of the pdf stuff in 32c is also in C.
The function literal() is renamed to pdf_literal()
------------------------------------------------------------------------
More information about the dev-luatex
mailing list