Hello, I have finished to add MetaPost to kerTeX and I'm testing and polishing.
My aim is to have something strictly C89. There is one utility used by MetaPost scripts: a binary "newer" using POSIX (sys/stat.h) mainly because if on POSIX compliant systems one can use find(1) with "-cnewer", Plan9 has not find(1). 3 options: 1) Let this POSIX exception "newer"; 2) Drop this optimization (AFAIK) in the scripts; 3) Patch the scripts with "find..." for not Plan9, and some ls, cut, whatever line for Plan9 just for consistency. My preference is 3). What would be the prefered way using utilities available on Plan9 (and accessible for ape/sh) since the scripts are Bourne shell ones. TIA -- Thierry Laronde <tlaronde +AT+ polynum +dot+ com> http://www.kergis.com/ Key fingerprint = 0FF7 E906 FBAF FE95 FD89 250D 52B1 AE95 6006 F40C