------------------------------------------------------------------------
r4614 | taco | 2013-03-25 14:50:02 +0100 (Mon, 25 Mar 2013) | 2 lines
Changed paths:
M /trunk/source/texk/web2c/Makefile.in
M /trunk/source/texk/web2c/luatexdir/am/libunilib.am
M /trunk/source/texk/web2c/luatexdir/am/luafontforge.am
A /trunk/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/memory.c (from /trunk/source/texk/web2c/luatexdir/unilib/memory.c:4613)
M /trunk/source/texk/web2c/luatexdir/unilib/gwwiconv.c
D /trunk/source/texk/web2c/luatexdir/unilib/memory.c
M /trunk/source/texk/web2c/luatexdir/unilib/unibasics.h
M /trunk/source/texk/web2c/luatexdir/unilib/usprintf.c
M /trunk/source/texk/web2c/luatexdir/unilib/ustring.c
move the memory.c file back to where it belongs, and make unilib use xmalloc c.s.
------------------------------------------------------------------------
r4615 | taco | 2013-03-25 15:19:59 +0100 (Mon, 25 Mar 2013) | 2 lines
Changed paths:
M /trunk/source/texk/web2c/Makefile.in
M /trunk/source/texk/web2c/luatexdir/am/libunilib.am
M /trunk/source/texk/web2c/luatexdir/am/luafontforge.am
M /trunk/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/memory.c
M /trunk/source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/fsys.c
M /trunk/source/texk/web2c/luatexdir/luafontloader/fontforge/inc/basics.h
attempt a better split between basics.h and unibasics.h (in progress)
------------------------------------------------------------------------
r4616 | taco | 2013-03-25 15:42:09 +0100 (Mon, 25 Mar 2013) | 3 lines
Changed paths:
M /trunk/source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/fsys.c
M /trunk/source/texk/web2c/luatexdir/luafontloader/fontforge/inc/basics.h
M /trunk/source/texk/web2c/luatexdir/unilib/ucharmap.c
M /trunk/source/texk/web2c/luatexdir/unilib/ustring.c
M /trunk/source/texk/web2c/luatexdir/unilib/ustring.h
copy() and copyn() are in memory.c, not in using.c, so they do not belong
in ustring.h
------------------------------------------------------------------------