summaryrefslogtreecommitdiff
path: root/README.WIN32
Commit message (Collapse)AuthorAgeFilesLines
* * src/devics/grodvi/dvi.cc: Replace _setmode() (for MSC) withwlemb2000-06-261-68/+68
| | | | | | | | | | | | SET_BINARY(). * src/include/posix.h: Use HAVE_UNISTD instead of _MSC_VER. * win32-diffs: Updated. * README.WIN32: Added CRs to make all Windows editors happy. * src/roff/troff/node.cc: Added WIFSIGNALED() macro (copied from src/roff/groff/pipeline.c).
* Adding `cq' (PS name `quoteright') glyph name as an alias for "'".wlemb2000-05-191-5/+11
| | | | | | | | | | | | * font/*/*: Implement it. * man/groff_char.man, NEWS: Document it. * src/include/unix.h: Removed. It isn't used. * doc/groff.texinfo: Slight improvements. * README, win32-diffs: Small fixes and improvements.
* Added win32 port contributed by Blake McBridewlemb2000-05-121-0/+62
<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.