sbase/libutf
FRIGN f9846a9a6b Split up is*rune() and to*rune() functions into individual source files
This optimizes the binary size for each tool that uses these functions.
Previously, if a program just used one single function, maybe even a
one-liner, it would statically compile in all lookup-tables, bloating
the binary by up to 20K.
All these changes are derived from a local libutf where I do the
primary changes. So I hope that I can merge these things into libutf
sooner or later, as discussed on the ml.
2015-02-11 15:48:18 +01:00
..
chartorunearr.c chartorunearr: initialize ret 2015-01-10 17:00:01 +00:00
isalnumrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isalpharune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isblankrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
iscntrlrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isdigitrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isgraphrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isprintrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
ispunctrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isspacerune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
istitlerune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isxdigitrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
lowerrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
readrune.c Add explicit boundary to loop in readrune() 2015-02-01 04:20:02 +01:00
rune.c Import libutf from http://git.suckless.org/libutf 2014-11-17 15:46:01 +00:00
runetype.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
runetype.h Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
upperrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
utf.c Import libutf from http://git.suckless.org/libutf 2014-11-17 15:46:01 +00:00
writerune.c writerune() should operate on a FILE * 2014-11-21 16:34:57 +00:00