------------------------------------------------------------------------ r2891 | taco | 2009-07-19 11:33:16 +0200 (Sun, 19 Jul 2009) | 12 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/tex/commands.c M /trunk/source/texk/web2c/luatexdir/tex/equivalents.c M /trunk/source/texk/web2c/luatexdir/tex/equivalents.h M /trunk/source/texk/web2c/luatexdir/tex/primitive.c M /trunk/source/texk/web2c/luatexdir/tex/primitive.h Cleaned up the internal integer parameter stuff by: * removing the holes in the list that were introduced by the removal of obsolete primitives * putting a bunch of extra internal strings into the prim hash for the few (omega) entries in eqtb that are not actually associated with primitives, so that they can be printed using primt_cmd_chr() * remove the now unnecessary print_param() procedure. And while at it, removed the avoidable procedure print_length_param() as well. ------------------------------------------------------------------------ r2892 | taco | 2009-07-19 11:57:10 +0200 (Sun, 19 Jul 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/tex/equivalents.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/texnodes.c print_skip_param could go away as well ------------------------------------------------------------------------