------------------------------------------------------------------------
r2653 | taco | 2009-06-27 16:30:05 +0200 (Sat, 27 Jun 2009) | 4 lines
Changed paths:
   M /trunk/manual/luatexref-t.pdf
   M /trunk/source/texk/web2c/luatexdir/dvi/dvigen.c
   M /trunk/source/texk/web2c/luatexdir/font/texfont.c
   M /trunk/source/texk/web2c/luatexdir/font/vfovf.c
   M /trunk/source/texk/web2c/luatexdir/font/vfpacket.c
   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/writejpg.h
   M /trunk/source/texk/web2c/luatexdir/image/writepng.c
   M /trunk/source/texk/web2c/luatexdir/lang/hnjalloc.c
   M /trunk/source/texk/web2c/luatexdir/lang/hnjalloc.h
   M /trunk/source/texk/web2c/luatexdir/lang/hyphen.c
   M /trunk/source/texk/web2c/luatexdir/lua/llualib.c
   M /trunk/source/texk/web2c/luatexdir/lua/lstatslib.c
   M /trunk/source/texk/web2c/luatexdir/lua/luanode.c
   M /trunk/source/texk/web2c/luatexdir/lua/luastuff.c
   M /trunk/source/texk/web2c/luatexdir/luatex.ch
   M /trunk/source/texk/web2c/luatexdir/luatex.defines
   M /trunk/source/texk/web2c/luatexdir/luatex.web
   M /trunk/source/texk/web2c/luatexdir/ocp/ocplist.c
   M /trunk/source/texk/web2c/luatexdir/ocp/runocp.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfdest.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfgen.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdflink.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdflistout.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfliteral.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdftables.c
   M /trunk/source/texk/web2c/luatexdir/tex/align.c
   M /trunk/source/texk/web2c/luatexdir/tex/errors.c
   M /trunk/source/texk/web2c/luatexdir/tex/errors.h
   M /trunk/source/texk/web2c/luatexdir/tex/filename.c
   M /trunk/source/texk/web2c/luatexdir/tex/inputstack.c
   M /trunk/source/texk/web2c/luatexdir/tex/linebreak.c
   M /trunk/source/texk/web2c/luatexdir/tex/math.c
   M /trunk/source/texk/web2c/luatexdir/tex/mlist.c
   M /trunk/source/texk/web2c/luatexdir/tex/postlinebreak.c
   M /trunk/source/texk/web2c/luatexdir/tex/primitive.c
   M /trunk/source/texk/web2c/luatexdir/tex/printing.c
   M /trunk/source/texk/web2c/luatexdir/tex/printing.h
   M /trunk/source/texk/web2c/luatexdir/tex/stringpool.c
   M /trunk/source/texk/web2c/luatexdir/tex/texnodes.c
   M /trunk/source/texk/web2c/luatexdir/tex/textoken.c
   M /trunk/source/texk/web2c/luatexdir/utils/utils.c
   M /trunk/source/texk/web2c/luatexdir/utils/utils.h

* move pascal error handling functions to C and switch to using char *'s 
instead of str_numbers where appropriate. 
* also ran indent on most everything

------------------------------------------------------------------------
r2654 | taco | 2009-06-27 16:38:00 +0200 (Sat, 27 Jun 2009) | 2 lines
Changed paths:
   M /trunk/source/texk/web2c/Makefile.in
   M /trunk/source/texk/web2c/luatexdir/am/libluatex.am
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfglyph.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfpage.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfpage.h
   M /trunk/source/texk/web2c/luatexdir/ptexlib.h

merge pdfrule.[ch] and pdfglyph.[ch] into the code

------------------------------------------------------------------------
r2655 | taco | 2009-06-27 16:53:09 +0200 (Sat, 27 Jun 2009) | 6 lines
Changed paths:
   M /trunk/source/texk/web2c/luatexdir/pdf/pdffont.c
   M /trunk/source/texk/web2c/luatexdir/pdf/pdffont.h

tfm_lookup(): remove the remnants of an old pascal sanity check that 
was no longer actually used. (The remnants of the check caused segfaults 
now that it was converted to C, because strcmp() does not like NULL 
arguments.)


------------------------------------------------------------------------
r2656 | taco | 2009-06-27 16:55:37 +0200 (Sat, 27 Jun 2009) | 2 lines
Changed paths:
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfrule.c

add lround() macro

------------------------------------------------------------------------
r2657 | taco | 2009-06-27 17:28:42 +0200 (Sat, 27 Jun 2009) | 3 lines
Changed paths:
   M /trunk/source/texk/web2c/Makefile.in
   M /trunk/source/texk/web2c/luatexdir/am/libluatex.am
   M /trunk/source/texk/web2c/luatexdir/luatex.web
   M /trunk/source/texk/web2c/luatexdir/ptexlib.h
   A /trunk/source/texk/web2c/luatexdir/tex/texfileio.c
   A /trunk/source/texk/web2c/luatexdir/tex/texfileio.h

a new set of source files for the file input/output operations 
from pascal

------------------------------------------------------------------------
r2658 | taco | 2009-06-27 17:49:37 +0200 (Sat, 27 Jun 2009) | 2 lines
Changed paths:
   M /trunk/source/texk/web2c/luatexdir/image/epdf.h

pdf_last_byte is actually an integer, so the eight_bits typedef is not needed 
here

------------------------------------------------------------------------
r2659 | taco | 2009-06-27 17:52:14 +0200 (Sat, 27 Jun 2009) | 3 lines
Changed paths:
   M /trunk/source/texk/web2c/luatexdir/dvi/dvigen.c
   M /trunk/source/texk/web2c/luatexdir/dvi/dvigen.h
   M /trunk/source/texk/web2c/luatexdir/font/luafont.c
   M /trunk/source/texk/web2c/luatexdir/font/texfont.c
   M /trunk/source/texk/web2c/luatexdir/font/texfont.h
   M /trunk/source/texk/web2c/luatexdir/font/vfovf.c
   M /trunk/source/texk/web2c/luatexdir/font/vfpacket.c
   M /trunk/source/texk/web2c/luatexdir/luatex.ch
   M /trunk/source/texk/web2c/luatexdir/luatex.defines
   M /trunk/source/texk/web2c/luatexdir/luatex.web
   M /trunk/source/texk/web2c/luatexdir/pdf/pdfobj.c
   M /trunk/source/texk/web2c/luatexdir/tex/texfileio.c

remove the type real_eight_bits, and make eight_bits be
a proper 8-bit type again (unsigned char)

------------------------------------------------------------------------
_______________________________________________
dev-luatex mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/dev-luatex

Reply via email to