postgresql/src/backend/utils/mb
Tom Lane 0d99c95388 Correct potential infinite loop in pg_utf2wchar_with_len;
it failed to cover the case where high bits of char are 100 or 101.
Not sure if fix is right, but it agrees with pg_utf_mblen ... and it
doesn't lock up ...
1999-04-25 20:35:51 +00:00
..
alt.c These small utilities are for generating internal tables from 1999-03-24 07:01:37 +00:00
big5.c Included patches make some enhancements to the multi-byte support. 1999-02-02 18:51:40 +00:00
common.c Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00
conv.c ifdef out some unused routines to suppress gcc warnings. 1999-04-25 18:09:54 +00:00
iso.c These small utilities are for generating internal tables from 1999-03-24 07:01:37 +00:00
Makefile Included patches make some enhancements to the multi-byte support. 1999-02-02 18:51:40 +00:00
mbutils.c Included patches make some enhancements to the multi-byte support. 1999-02-02 18:51:40 +00:00
README I really hope that I haven't missed anything in this one... 1998-07-24 03:32:46 +00:00
utftest.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
variable.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
wchar.c Correct potential infinite loop in pg_utf2wchar_with_len; 1999-04-25 20:35:51 +00:00
win.c These small utilities are for generating internal tables from 1999-03-24 07:01:37 +00:00
wstrcmp.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
wstrncmp.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00

common.c:	public functions for both the backend and the frontend.
		requires conv.c and wchar.c
conv.c:		static functions and a public table for code conversion
wchar.c:	mostly static functions and a public table for mb string and
		multi-byte conversion
mbutilc.c:	public functions for the backend only.
		requires conv.c and wchar.c
wstrcmp.c:	strcmp for mb
wstrncmp.c:	strncmp for mb
varable.c:	public functions for show/set/reset variable commands