From: Matt Gushee <[email protected]> Subject: [Chicken-users] PDF patch updated again Date: Thu, 13 Dec 2012 07:29:09 -0700
> Hi, all-- > > I fixed a couple more minor issues with the PDF egg patch. In addition to > the changes discussed in the previous thread, this version: > > * Changes the format strings in two fprintf calls to use the syntax > supported by Chicken: ~v -> ~S and ~n -> ~%. > (BTW, it appears our printf format strings are case-insensitive. > Shouldn't that be documented?) > > * Removes object files from the install list in pdf.setup. > Thanks, Matt. I applied your patch and tagged the egg (1.0.3, since 1.0.2 was already tagged, for some obscure reason). I took the freedom to remove the line that compiles pdf.o - it is not installed and support for statically linked eggs really is deprecated. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
