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