]> mj.ucw.cz Git - libucw.git/commit
Move chartype functions to lib/char-*.c.
authorMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 18:54:07 +0000 (20:54 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 18:54:07 +0000 (20:54 +0200)
commit312086ed39916ed4aa48e1fc3298961601038396
tree43ca4e6adef5436a9c12ed872a35038123590327
parent90bcd26d254db8411ddbd079ce089e022c8fe062
Move chartype functions to lib/char-*.c.

The names str_*.c were very misleading.
lib/Makefile
lib/char-cat.c [new file with mode: 0644]
lib/char-lower.c [new file with mode: 0644]
lib/char-map.h [new file with mode: 0644]
lib/char-upper.c [new file with mode: 0644]
lib/charmap.h [deleted file]
lib/str_ctype.c [deleted file]
lib/str_lower.c [deleted file]
lib/str_upper.c [deleted file]