summaryrefslogtreecommitdiff
path: root/MORE.STUFF
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-12 23:27:48 +0000
committerwlemb <wlemb>2000-05-12 23:27:48 +0000
commit174550d8ebcb84abb55e93d5a8731ae508faf334 (patch)
tree1e0654dc8e24f1c17cf7afc0410ae54784856efd /MORE.STUFF
parent8d99058d8a5f526ba5fe792c23db4aa0325d6d65 (diff)
downloadgroff-174550d8ebcb84abb55e93d5a8731ae508faf334.tar.gz
Added win32 port contributed by Blake McBride
<blake@florida-software.com>. * README.WIN32, win32-diffs: New files. * NEWS: Updated. * src/preproc/grn/hgraph.cc (HGSetBrush): Replace `%lf' with `%f'. (tmove, tmove2): Added parentheses to avoid compiler warnings. (change): Removed unused variables. * src/preproc/grn/main.cc (main, conv): Removed unused variables. (savebounds): Changed return value from `int' to `void'. * src/preproc/grn/hdb.cc: Ditto. * src/devices/grolbp/lbp.cc (lbp_printer::draw): Removed superfluous final backslash in comment to avoid compiler warning. * src/utils/pfbtops/pfbtops.c: Added `getopt.h'. * doc/groff.texinfo: More fixes. * tmac/tmac.doc: Documentation fix.
Diffstat (limited to 'MORE.STUFF')
-rw-r--r--MORE.STUFF8
1 files changed, 8 insertions, 0 deletions
diff --git a/MORE.STUFF b/MORE.STUFF
index 0c16ed05..acc3b209 100644
--- a/MORE.STUFF
+++ b/MORE.STUFF
@@ -1,6 +1,14 @@
More stuff for groff
====================
+win32
+-----
+
+Another win32 port using the gcc compiler and other GNU tools, maintained by
+Thomer M. Gil <tmgil@cs.vu.nl>, is available from
+
+ http://www.cs.vu.nl/~tmgil/misc/wingroff.html
+
grap
----