libutf

UTF-8 library
git clone git://git.suckless.org/libutf
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2012-05-26 19:51runes are signed (31 bits are enough)Connor Lane Smith2+13-11
2012-05-26 11:45separate utf string functions from rune.cConnor Lane Smith3+111-109
2012-05-25 23:29charntorune: avoid potential 32 bit overflowConnor Lane Smith1+2-2
2012-05-21 18:04make (un)install: print destinationConnor Lane Smith1+6-5
2012-05-21 18:00add manpages rune.3, isalpharune.3Connor Lane Smith6+206-79
2012-05-21 16:57reject bad runes in runelen, runetocharConnor Lane Smith2+23-18
2012-05-21 14:29make: use LIB everywhereConnor Lane Smith1+3-3
2012-05-21 14:28make install header filesConnor Lane Smith1+11-5
2012-05-21 14:23make uninstall: honour DESTDIRConnor Lane Smith1+1-1
2012-05-21 14:23add make installConnor Lane Smith2+11-3
2012-05-13 14:33utftest: explicit libutf.a linkConnor Lane Smith2+2-2
2012-05-13 14:28fix runetypebody.h make depConnor Lane Smith1+0-5
2012-05-07 13:09clean up mkrunetype & utftestConnor Lane Smith2+24-16
2012-05-06 19:36add istyperune functionsConnor Lane Smith9+2378-325
2012-04-19 16:41add enum Runeself, RunemaxConnor Lane Smith2+7-5
2012-04-15 15:57add config.mkConnor Lane Smith2+8-5
2012-04-15 12:29update makefileConnor Lane Smith1+5-3
2012-04-15 12:15add READMEConnor Lane Smith1+22-0
2012-04-15 11:44simpler utftest.cConnor Lane Smith1+16-65
2012-04-15 11:28fully c89 compliantConnor Lane Smith3+29-31
2012-04-14 16:33initial commitConnor Lane Smith6+461-0