aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-241-95/+0
| | | | | | | | | | | | That is to say, with mingw32. This amounts to the following: (1) break compat.c into compat_strlcpy.c and compat_strlcat.c (2) add compat_getsubopt.c (from OpenBSD) and test-getsubopt.c (3) add test-strptime.c for HAVE_STRPTIME (4) add ifdef bits here and there, where necessary (5) remove some harmless unportable stuff (u_char, localtime_r) I've added the appropriate mdocml.zip target to the Makefile, too.
* Big check-in of compatibility layer. This should work on most major ↵Kristaps Dzonsons2010-01-011-2/+7
| | | | architectures. Thanks to Joerg Sonnenberger.
* Some Linux-isms.Kristaps Dzonsons2009-03-191-0/+90
|
* More file pruning.Kristaps Dzonsons2008-12-151-91/+0
|
* Purged all old files in favour of new design. Selective reintegration.Kristaps Dzonsons2008-12-151-0/+1
|
* Abstract ml/mlg/html/xml.Kristaps Dzonsons2008-12-031-0/+90