/gnu/usr.bin/rcs/lib/

(Expand)Author 2013-02-20use MB_LEN_MAX directly instead of assuming how large it is.christos 2013-02-15More fixes from J.R. Oldroyd:christos 2013-02-14do the encoding character by character instead of failing on encoding mismatchchristos 2013-02-13don't allow NULL for extrachristos 2013-02-13Multi-byte docs and fixes for > 2 mblen charsets from J.R. Oldroydchristos 2013-02-13handle EILSEQ.christos 2013-02-13handle wide charschristos 2009-02-11Fix typo in usage.wiz 2009-02-11forgot to commit this.christos 2009-02-10Add RFC 2045 MIME Quoted-Printable support.christos 2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem 2004-07-23Sync usage with man page; use getprogname(). From Kouichirou Hiratsukawiz 2004-04-22Add -h to enable VIS_HTTPSTYLE.lukem 2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2002-12-23Implement '-e extra', as per svis(3)'s "extra" argument.lukem 2000-07-05Close opened files.itohy