mariadb/strings
mithun 7c9112b9c7 Bug #14057034 : WASTED CPU CYCLES IN MY_UTF8_UNI WHERE
RESULTING MY_WC_T RESULT IS NOT USED
Issue         : handler functions my_ismbchar_utf8,
              my_well_formed_len_mb for charset utf8
              is calling unicode converion function
              to validate and to find the character
              length. Because of this, instructions
              which will convert the utf8 to unicode
              are executed for no use.
              A similar issue exist with charset utf8mb4
Solution      : reorganized the code such that character
              validation part of unicode conversion
              handler is extracted(duplicated) in to
              separate function. Hence
              my_ismbchar_utf8, my_well_formed_len_mb
              will call the new function which only
              validates and return the length of mb(utf8).
              A similar fix for charset utf8mb4.

strings/ctype-utf8.c:
  New functions has been added for charset utf8 and utf8mb4
  to validate and to get the length of the character.
2013-11-12 16:42:46 +05:30
..
bchange.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
bmove_upp.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
CHARSET_INFO.txt Bug #49752: 2469.126.2 unintentionally breaks authentication against 2010-11-11 07:34:14 +00:00
CMakeLists.txt Bug 13878021 - WINDOWS PACKAGE THAT INCLUDES .PDB FILES FOR INTERMEDIATE LIBRARIES USED 2013-10-09 11:10:46 +05:30
conf_to_src.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-big5.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-bin.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
ctype-cp932.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-czech.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-euc_kr.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-eucjpms.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
ctype-extra.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-gb2312.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-gbk.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-latin1.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-mb.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
ctype-simple.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
ctype-sjis.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-tis620.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ctype-uca.c Bug #16567381 DATETIME FIELD COMPARISONS DO NOT WORK PROPERLY 2013-07-04 16:59:09 +05:30
ctype-ucs2.c Bug#16691598 - ORDER BY LOWER(COLUMN) PRODUCES OUT-OF-ORDER RESULTS 2013-11-07 16:46:24 +05:30
ctype-ujis.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
ctype-utf8.c Bug #14057034 : WASTED CPU CYCLES IN MY_UTF8_UNI WHERE 2013-11-12 16:42:46 +05:30
ctype-win1250ch.c Bug#16765410 FTS: STACK AROUND THE VARIABLE 'MYSTR' WAS CORRUPTED IN INNOBASE_STRNXFRM 2013-09-17 12:43:34 +02:00
ctype.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
decimal.c Bug#11766191:INVALID MEMORY READ IN DO_DIV_MOD WITH DOUBLY ASSIGNED VARIABLES 2013-05-22 14:36:43 +05:30
do_ctype.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
dtoa.c Bug#14039955 RPAD FUNCTION LEADS TO UNINITIALIZED VALUES WARNING IN MY_STRTOD 2012-05-18 12:57:38 +02:00
dump_map.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
int2str.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
is_prefix.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
latin2.def
llstr.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
longlong2str.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
my_strchr.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
my_strtoll10.c Bug#16997513 MY_STRTOLL10 ACCEPTING OVERFLOWED UNSIGNED LONG LONG VALUES AS NORMAL ONES 2013-07-31 17:59:06 +01:00
my_vsnprintf.c Bug#15960005 VALGRIND WARNINGS IN PROCESS_ARGS 2012-12-10 09:55:08 +01:00
README
str2int.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
str_alloc.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strappend.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strcend.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strcont.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strend.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strfill.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
string.doc WL#5498: Remove dead and unused source code 2010-07-23 17:17:14 -03:00
strmake.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strmov.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strnlen.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strnmov.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strxmov.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
strxnmov.c Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
t_ctype.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
uca-dump.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
uctypedump.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
utr11-dump.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
xml.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00

File   : README
Author : Richard A. O'Keefe.
Updated: 30 April 1984
Purpose: Explain the new strings package.

    The UNIX string libraries (described in the string(3) manual page)
differ from UNIX to UNIX (e.g. strtok is not in V7 or 4.1bsd).  Worse,
the sources are not in the public domain, so that if there is a string
routine which is nearly what you want but not quite you can't  take  a
copy  and  modify it.  And of course C programmers on non-UNIX systems
are at the mercy of their supplier.

    This package was designed to let me do reasonable things with  C's
strings  whatever UNIX (V7, PaNiX, UX63, 4.1bsd) I happen to be using.
Everything in the System III manual is here and does just what the  S3
manual  says  it does.  There are also lots of new goodies.  I'm sorry
about the names, but the routines do have to work  on  asphyxiated-at-
birth  systems  which  truncate identifiers.  The convention is that a
routine is called
 str [n] [c] <operation>
If there is an "n", it means that the function takes an (int) "length"
argument, which bounds the number of characters to be moved or  looked
at.  If the function has a "set" argument, a "c" in the name indicates
that  the complement of the set is used.  Functions or variables whose
names start with _ are support routines which aren't really meant  for
general  use.  I don't know what the "p" is doing in "strpbrk", but it
is there in the S3 manual so it's here too.  "istrtok" does not follow
this rule, but with 7 letters what can you do?

    I have included new versions of atoi(3) and atol(3) as well.  They
use a new primitive str2int, which takes a pair of bounds and a radix,
and does much more thorough checking than the normal atoi and atol do.
The result returned by atoi & atol is valid if and only if errno == 0.
There is also an output conversion routine int2str, with itoa and ltoa
as interface macros.  Only after writing int2str did I notice that the
str2int routine has no provision for unsigned numbers.  On reflection,
I don't greatly care.   I'm afraid that int2str may depend on your "C"
compiler in unexpected ways.  Do check the code with -S.

    Several of these routines have "asm" inclusions conditional on the
VaxAsm option.  These insertions can make the routines which have them
quite a bit faster, but there is a snag.  The VAX architects, for some
reason best known to themselves and their therapists, decided that all
"strings" were shorter than 2^16 bytes.  Even when the length operands
are in 32-bit registers, only 16 bits count.  So the "asm" versions do
not work for long strings.  If you can guarantee that all your strings
will be short, define VaxAsm in the makefile, but in general, and when
using other machines, do not define it.

    To use this library, you need the "strings.a" library file and the
"strings.h" and "ctypes.h" header files.  The other header  files  are
for compiling the library itself, though if you are hacking extensions
you  may  find  them useful.  General users really shouldn't see them.
I've defined a few macros I find useful in "strings.h"; if you have no
need for "index", "rindex", "streql", and "beql", just edit them  out.
On the 4.1bsd system I am using declaring all these functions 'extern'
does not mean that they will all be loaded; but only the ones you use.
When using lesser systems you may find it necessary to break strings.h
up, or you could get by with just adding "extern" declarations for the
functions you want as you need them.  Many of these functions have the
same names as functions in the "standard C library", by design as this
is a replacement/reimplementation of part of that library.  So you may
have to talk the loader into loading this library first.   Again, I've
found no problems on 4.1bsd.

    You may wonder at my failure to provide manual pages for this code.
For the things in V7, 4.?, or SIII, you should be able to use whichever
manual page came with that system,  and anything I might write would be
so like it as to raise suspicions of violating AT&T copyrights.  In the
sources you will find comments which provide far more documentation for
these routines than AT&T ever provided for their strings stuff,  I just
don't happen to have put it in nroff -man form.   Had I done so, the .3
files would have outbulked the .c files!

    These files are in the public domain.  This includes getopt.c, which
is the work of Henry Spencer, University of Toronto Zoology, who says of
it "None of this software is derived from Bell software. I had no access
to the source for Bell's versions at the time I wrote it.  This software
is hereby explicitly placed in the public domain.  It may  be  used  for
any purpose on any machine by anyone." I would greatly prefer it if *my*
material received no military use.