]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When not compiling for an EBCDIC system, use built-in alternatives to the tolowe
authordanielk1977 <danielk1977@noemail.net>
Tue, 20 Jan 2009 16:53:39 +0000 (16:53 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 20 Jan 2009 16:53:39 +0000 (16:53 +0000)
commit78ca0e7eb429d6545284784425549b0c8e4487b0
tree0ebbecace0d33b828bf813bc089891eacfefe050
parent770b3cb76399df3eab0282a0f004aa5006c8ada7
When not compiling for an EBCDIC system, use built-in alternatives to the tolowe
r(), toupper() and other ctype.h library functions. Ticket #3597. (CVS 6196)

FossilOrigin-Name: 1041abd6784d283bebf646c54e93599522f7889d
21 files changed:
manifest
manifest.uuid
src/alter.c
src/build.c
src/date.c
src/expr.c
src/func.c
src/global.c
src/legacy.c
src/loadext.c
src/main.c
src/malloc.c
src/pragma.c
src/prepare.c
src/sqliteInt.h
src/test2.c
src/tokenize.c
src/util.c
src/vdbe.c
src/vdbeaux.c
src/vdbemem.c