You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Richard Ipsum 2f0b15201d paste: Support -d '\0'
POSIX specifies that -d '\0' sets the delimiter to an empty string.
3 years ago
..
Makefile Add mkrunetype.awk 8 years ago
fgetrune.c Fix fgetrune on systems where char is unsigned by default (ARM) 8 years ago
fputrune.c Scrap writerune(), introducing fputrune() 8 years ago
isalnumrune.c Split up is*rune() and to*rune() functions into individual source files 8 years ago
isalpharune.c Fix warnings and update isalpharune() 8 years ago
isblankrune.c Split up is*rune() and to*rune() functions into individual source files 8 years ago
iscntrlrune.c Fix warnings and update isalpharune() 8 years ago
isdigitrune.c Fix warnings and update isalpharune() 8 years ago
isgraphrune.c Split up is*rune() and to*rune() functions into individual source files 8 years ago
isprintrune.c Fix isprintrune()'s behaviour 8 years ago
ispunctrune.c Split up is*rune() and to*rune() functions into individual source files 8 years ago
isspacerune.c Fix warnings and update isalpharune() 8 years ago
istitlerune.c Fix warnings and update isalpharune() 8 years ago
isxdigitrune.c Split up is*rune() and to*rune() functions into individual source files 8 years ago
lowerrune.c Fix warnings and update isalpharune() 8 years ago
mkrunetype.awk Add mkrunetype.awk 8 years ago
rune.c Import libutf from http://git.suckless.org/libutf 9 years ago
runetype.c Split up is*rune() and to*rune() functions into individual source files 8 years ago
runetype.h Split up is*rune() and to*rune() functions into individual source files 8 years ago
upperrune.c Fix warnings and update isalpharune() 8 years ago
utf.c paste: Support -d '\0' 3 years ago
utftorunestr.c paste: Support -d '\0' 3 years ago