Re: [NTG-pdftex] pdftex-1.20b-beta2
pdftex-1.20b-beta2 is available at pdftex.sarovar.org/src
working fine. Thanks very much. Best regards, Akira
glad to hear it :) Unless some new bugs are discovered, I won't introduce any thing new on pdftex for a while (a few months). Regards, Thanh On Wed, Nov 10, 2004 at 12:26:08PM +0900, Akira Kakuto wrote:
pdftex-1.20b-beta2 is available at pdftex.sarovar.org/src
working fine. Thanks very much.
Best regards, Akira
Hi Thanh, it seems that the mapfile.c of your release is not the latest one, you already had produced some newer version. In the pdftex-1.20b-beta2 and now also in texlive source.development there is in mapfile.c: static void delete_fm_entry(fm_entry * fm) { xfree(fm->tfm_name); ... Which is wrong (you know). In your version from 20041029 you had, correctly: static void delete_fm_entry(fm_entry * fm) { if (fm->tfm_name != nontfm) xfree(fm->tfm_name); Please check. Regards, Hartmut
Hi Thanh, On Sun, 21 Nov 2004, Hartmut Henkel wrote:
it seems that the mapfile.c of your release is not the latest one...
oh, maybe i'm wrong here. It's just that you now use xstrdup(nontfm) consistently and don't do these nontfm pointer comparisons any more. Then, sorry for the noise. Regards, Hartmut
Hi Hartmut, I have decided to get rid of thinking of a special way to deal with those non_tfm's -- computer memory is cheap :) Thanh On Sun, Nov 21, 2004 at 07:26:10PM +0100, Hartmut Henkel wrote:
Hi Thanh,
On Sun, 21 Nov 2004, Hartmut Henkel wrote:
it seems that the mapfile.c of your release is not the latest one...
oh, maybe i'm wrong here. It's just that you now use xstrdup(nontfm) consistently and don't do these nontfm pointer comparisons any more.
Then, sorry for the noise.
Regards, Hartmut _______________________________________________ ntg-pdftex mailing list ntg-pdftex@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-pdftex
participants (3)
-
Akira Kakuto
-
Hartmut Henkel
-
The Thanh Han