summaryrefslogtreecommitdiff
path: root/fonts/poorman/UPDATES
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/poorman/UPDATES
Initial commit
Diffstat (limited to 'fonts/poorman/UPDATES')
-rw-r--r--fonts/poorman/UPDATES27
1 files changed, 27 insertions, 0 deletions
diff --git a/fonts/poorman/UPDATES b/fonts/poorman/UPDATES
new file mode 100644
index 0000000000..79b6f2f755
--- /dev/null
+++ b/fonts/poorman/UPDATES
@@ -0,0 +1,27 @@
+12/5/90 pmC.tex and pmCs.tex modified to correct
+ a) bad reference to jisfontsetfalse
+ b) ugly mass of glue on each beginchinese call
+
+
+12/7/90 No changes made to files, but note:
+ in pmfont.c:
+ on some systems the #include <string.h>
+ needs to be #include <strings.h>
+ If I were a comparative C programmer instead
+ of a linguist, I could probably tell you where
+ each is current. My dialect says string. (My
+ dialect is standard, of course).
+
+ for some compilers, the main() declaration
+ in line 81 which is now
+ main(int argc,char *argv[])
+ needs to be rewritten as:
+ main(argc,argv)
+ int argc;
+ char *argv[];
+ Or one can probably set a switch to enable to
+ the ANSI form of declaration, but who wants to
+ guess about which switches are honored where
+
+7/17/91 dvixx050.zip placed in ftp area for use with
+ MSDOS and HP LaserJet ( & compatible ) printers.