Closed GoogleCodeExporter closed 9 years ago
A big step has been made in the direction of make xpost into a library. All use
of setjmp() and longjmp() have been removed and the error() function which
bails-out to exit() has been eliminated and removed.
Original comment by luser.droog
on 18 Jan 2014 at 7:49
We've been moving lots of C sources to the library. One missing piece from the
strategy is: how should we incorporate the postscript sources? Macro wrap them
as extern strings? Or some kind of internal zip-archive?
Original comment by luser.droog
on 6 Apr 2014 at 11:38
Another big step has been made. All of the operator implementations have been
moved to the library. The device implementations will take some care, since I'm
not sure how to specify linking to windows or xcb in the src/lib/Makefile.mk.
Original comment by luser.droog
on 31 Aug 2014 at 4:14
The last files have been moved to the library! The "program" now consists of
xpost_main.c, and xpost_pathname.[ch] (which determines if xpost is running
"installed" or "not-installed").
Original comment by luser.droog
on 4 Sep 2014 at 5:09
Original issue reported on code.google.com by
luser.droog
on 29 Oct 2013 at 5:09