aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/preconv.c
Commit message (Expand)AuthorAgeFilesLines
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-10/+10
* Allow compilation on Mac OS X, which doesn't have MACHINE defined.Kristaps Dzonsons2015-03-061-2/+2
* Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze2014-12-191-76/+59
* Remove needless and harmful byte swapping on big endian architectures.Ingo Schwarze2014-11-141-25/+5
* Refactor, no functional change: Remove the parse point from struct buf.Ingo Schwarze2014-11-011-11/+12
* KNF: indentation and sort variables by size; no functional changeIngo Schwarze2014-10-261-5/+4
* integrate preconv(1) into mandoc(1);Ingo Schwarze2014-10-251-368/+59
* Improve build system and autodetection.Ingo Schwarze2014-08-161-4/+4
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+2
* Sync to OpenBSD, no functional change:Ingo Schwarze2013-06-021-8/+3
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-241-2/+8
* Some small lint checks in preconv. Also add it to the default lint rule.Kristaps Dzonsons2011-05-261-6/+6
* preconv is now on encoding-recognition parity with groff. This lastKristaps Dzonsons2011-05-261-3/+105
* Significantly improve preconv. Allow it to recode UTF-8 characters intoKristaps Dzonsons2011-05-261-13/+117
* It's annoying that we don't have preconv, so throw together a quickKristaps Dzonsons2011-05-261-0/+316