------------------------------------------------------------------------
r2077 | taco | 2009-03-21 17:05:28 +0100 (Sat, 21 Mar 2009) | 2 lines
Changed paths:
M /trunk/src/texk/web2c/luatexdir/tex/textoken.c
don't check \outerness of tex.print output nor \scantextokens
------------------------------------------------------------------------
r2078 | oneiros | 2009-03-22 01:17:18 +0100 (Sun, 22 Mar 2009) | 2 lines
Changed paths:
M /trunk/src/texk/web2c/luatexdir/font/writet1.c
bugfix from Melissa O'Neill
------------------------------------------------------------------------
r2079 | taco | 2009-03-22 11:15:03 +0100 (Sun, 22 Mar 2009) | 8 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/lua/luatoken.c
M /trunk/src/texk/web2c/luatexdir/luatex.defines
M /trunk/src/texk/web2c/luatexdir/luatex.web
M /trunk/src/texk/web2c/luatexdir/primitive.h
M /trunk/src/texk/web2c/luatexdir/tex/primitive.c
This patch moves the print_cmd_chr() function to primitive.c.
It also shortens that function by about 400 lines, at the expense of
* using some extra memory for a lookup array,
* an extra argument to primitive(),
* three new command codes because existing commands had to be split in two.
On the plus side, it removes the need to patch up print_cmd_chr() for
every little extension.
------------------------------------------------------------------------
r2080 | taco | 2009-03-22 11:15:56 +0100 (Sun, 22 Mar 2009) | 2 lines
Changed paths:
M /trunk/src/texk/web2c/luatexdir/luatex.web
fix dvi generation
------------------------------------------------------------------------
r2081 | taco | 2009-03-22 11:37:48 +0100 (Sun, 22 Mar 2009) | 2 lines
Changed paths:
M /trunk/manual/luatexref-t.tex
It is possible that not all math extensions will make it into 0.40
------------------------------------------------------------------------