]> git.mdlowis.com Git - archive/carl.git/commit
Rename library from libc to carl to avoid interfering with the system's C standard lib
authorMike D. Lowis <mike.lowis@gentex.com>
Tue, 22 Sep 2015 13:18:37 +0000 (09:18 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Tue, 22 Sep 2015 13:18:37 +0000 (09:18 -0400)
commit14c8bd9f1848271f5ab327d92acf9d408349db7a
treeee0bcd0063cf6060329ed18b694b35c928024ba6
parent703d22ef8845d58cf3b626c8101ecead594b16aa
Rename library from libc to carl to avoid interfering with the system's C standard lib
33 files changed:
source/carl.h [moved from source/libc.h with 99% similarity]
source/data/bstree.h
source/data/list.h
source/data/slist.h
source/data/vec.h
source/main.c
source/refcount.c
source/utf/alphas.c
source/utf/chartorune.c
source/utf/controls.c
source/utf/digits.c
source/utf/fullrune.c
source/utf/lowers.c
source/utf/marks.c
source/utf/numbers.c
source/utf/other.c
source/utf/otherletters.c
source/utf/punctuation.c
source/utf/runeinrange.c
source/utf/runelen.c
source/utf/runenlen.c
source/utf/runetochar.c
source/utf/runetype.c
source/utf/spaces.c
source/utf/symbols.c
source/utf/titles.c
source/utf/tolower.c
source/utf/totitle.c
source/utf/toupper.c
source/utf/uppers.c
tests/main.c
tests/refcount.c
tools/unicode.rb