mariadb/strings
unknown 44b2807e4b Portability fixes
Fixed bug in end space handle for WHERE text_column="constant"


heap/hp_hash.c:
  Optimzations (no change of logic)
libmysql/libmysql.c:
  Added missing casts (portability fix)
myisam/mi_key.c:
  Changed macro to take arguments and not depend on local variables
  Simple indentation fixes ?
mysql-test/r/connect.result:
  Added test for setting empty password
mysql-test/r/create_select_tmp.result:
  TYPE -> ENGINE
mysql-test/r/ctype_utf8.result:
  Combine drop's
mysql-test/r/endspace.result:
  Added more tests to test end space behaviour
mysql-test/r/having.result:
  Added missing DROP TABLE
mysql-test/r/type_blob.result:
  Added more tests to ensure that fix for BLOB usage is correct
mysql-test/r/type_timestamp.result:
  Add test from 4.0
mysql-test/t/connect.test:
  Added test for setting empty password
mysql-test/t/create_select_tmp.test:
  TYPE -> ENGINE
mysql-test/t/ctype_utf8.test:
  Combine drop's
mysql-test/t/endspace.test:
  Added more tests to test end space behaviour
mysql-test/t/having.test:
  Added missing DROP TABLE
mysql-test/t/type_blob.test:
  Added more tests to ensure that fix for BLOB usage is correct
mysql-test/t/type_timestamp.test:
  Add test from 4.0
sql/field.cc:
  Removed not used variable
  Portability fix (cast)
  Simplified Field_str::double()
  Simple indentation cleanups
sql/field.h:
  Removed not needed class variable
sql/item_cmpfunc.cc:
  Indentation fix
sql/item_strfunc.cc:
  Use on stack variable for Item_str_func::val() instead of str_value.
  This makes it safe to use str_value inside the Item's val function.
  Cleaned up LEFT() usage, thanks to the above change
sql/item_sum.cc:
  Indentation cleanups
sql/protocol.cc:
  Added missing cast
sql/sql_acl.cc:
  Indentatin cleanups.
  Added missing cast
  Simple optimization of get_sort()
sql/sql_select.cc:
  Don't use 'ref' to search on text field that is not of type BINARY (use 'range' instead).
  The reson is that for 'ref' we use 'index_next_same' to read the next possible row. 
  For text fields, rows in a ref may not come in order, like for 'x', 'x\t' 'x ' (stored in this order) which causes a search for 'column='x ' to fail
sql/tztime.cc:
  Simple cleanup
strings/ctype-bin.c:
  Comment fixes
strings/ctype-mb.c:
  Changed variable names for arguments
2004-08-26 18:26:38 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
bchange.c Update copyright 2001-12-06 14:10:51 +02:00
bcmp.c Fix for purify 2001-12-18 00:23:56 +02:00
bcopy-duff.c Update copyright 2001-12-06 14:10:51 +02:00
bfill.c merge 2002-04-25 01:16:42 +03:00
bmove.c merge 2002-04-25 01:16:42 +03:00
bmove512.c Fixed compiler warnings from Intel compiler in Win64 2003-11-23 14:36:41 +02:00
bmove_upp-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
bmove_upp.c Update copyright 2001-12-06 14:10:51 +02:00
bzero.c Update copyright 2001-12-06 14:10:51 +02:00
ChangeLog PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
conf_to_src.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00
ctype-big5.c Many files: 2004-08-18 12:07:54 +05:00
ctype-bin.c Portability fixes 2004-08-26 18:26:38 +03:00
ctype-czech.c Unicode collation algorithm: contraction support. 2004-06-12 20:36:58 +05:00
ctype-euc_kr.c Many files: 2004-08-18 12:07:54 +05:00
ctype-extra.c Unicode collation algorithm: contraction support. 2004-06-12 20:36:58 +05:00
ctype-gb2312.c Many files: 2004-08-18 12:07:54 +05:00
ctype-gbk.c Many files: 2004-08-18 12:07:54 +05:00
ctype-latin1.c Many files: 2004-08-18 12:07:54 +05:00
ctype-mb.c Portability fixes 2004-08-26 18:26:38 +03:00
ctype-simple.c Bug#5005 collation cp852_bin makes server crash 2004-08-12 10:46:16 +05:00
ctype-sjis.c Many files: 2004-08-18 12:07:54 +05:00
ctype-tis620.c Many files: 2004-08-18 12:07:54 +05:00
ctype-uca.c ctype_uca.test, ctype_uca.result, ctype-uca.c: 2004-08-11 18:06:20 +05:00
ctype-ucs2.c Many files: 2004-08-18 12:07:54 +05:00
ctype-ujis.c Many files: 2004-08-18 12:07:54 +05:00
ctype-utf8.c Many files: 2004-08-18 12:07:54 +05:00
ctype-win1250ch.c Unicode collation algorithm: contraction support. 2004-06-12 20:36:58 +05:00
ctype.c WL#916: Unicode collations for some languages 2004-06-08 17:56:15 +05:00
do_ctype.c - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual 2002-10-24 14:30:25 +02:00
dump_map.c Use Windows code page 1252 instead of real ISO 8859-1 2004-05-11 13:32:01 +05:00
int2str.c Portability fix (using 'char' as argument to C functions may give warnings) 2004-05-28 02:36:43 +03:00
is_prefix.c Update copyright 2001-12-06 14:10:51 +02:00
latin2.def Import changeset 2000-07-31 21:29:14 +02:00
llstr.c Update copyright 2001-12-06 14:10:51 +02:00
longlong2str-x86.s Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should 2004-05-27 17:54:40 +04:00
longlong2str.c Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should 2004-05-27 17:54:40 +04:00
macros.asm Import changeset 2000-07-31 21:29:14 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Unicode Collation Algorithm subset implementation 2004-03-24 16:16:08 +04:00
memcmp.c Update copyright 2001-12-06 14:10:51 +02:00
memcpy.c Update copyright 2001-12-06 14:10:51 +02:00
memset.c Update copyright 2001-12-06 14:10:51 +02:00
my_strtoll10-x86.s Fixed new bug in ORDER BY 2003-05-15 00:31:12 +03:00
my_strtoll10.c Changed prototype of killed_ptr() to make it more portable 2004-05-26 19:12:49 +03:00
my_vsnprintf.c manually merged 2004-08-24 17:24:23 +02:00
ptr_cmp.asm Import changeset 2000-07-31 21:29:14 +02:00
r_strinstr.c just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
README Import changeset 2000-07-31 21:29:14 +02:00
str2int.c Move latin1 into a separarte file 2003-01-29 17:31:20 +04:00
str_test.c Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
strappend-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
strappend.c Update copyright 2001-12-06 14:10:51 +02:00
strcat.c Update copyright 2001-12-06 14:10:51 +02:00
strcend.c Update copyright 2001-12-06 14:10:51 +02:00
strchr.c Update copyright 2001-12-06 14:10:51 +02:00
strcmp.c Update copyright 2001-12-06 14:10:51 +02:00
strcont.c Update copyright 2001-12-06 14:10:51 +02:00
strend-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
strend.c merge 2002-04-25 01:16:42 +03:00
strfill.c Update copyright 2001-12-06 14:10:51 +02:00
string.doc Import changeset 2000-07-31 21:29:14 +02:00
strings-not-used.h Update copyright 2001-12-06 14:10:51 +02:00
strings-x86.s Don't automaticly generate a new key for a foreign key constraint if there is already a usable key. 2004-05-12 00:29:52 +03:00
strings.asm Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
strinstr-sparc.s Import changeset 2000-07-31 21:29:14 +02:00
strinstr.c just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
strlen.c Update copyright 2001-12-06 14:10:51 +02:00
strmake-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
strmake.c Status query on killed mysql connection results in segmentation fault (Bug #738) 2003-07-04 03:18:15 +03:00
strmov-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
strmov.c Update copyright 2001-12-06 14:10:51 +02:00
strnlen.c Update copyright 2001-12-06 14:10:51 +02:00
strnmov-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
strnmov.c Update copyright 2001-12-06 14:10:51 +02:00
strrchr.c Update copyright 2001-12-06 14:10:51 +02:00
strstr-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
strstr.c just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
strto.c After merge fixes 2004-02-16 10:03:25 +02:00
strtod.c EOVERFLOW moved to my_base.h - it is used not only in strtod.c 2004-03-16 16:35:47 +01:00
strtol.c Update copyright 2001-12-06 14:10:51 +02:00
strtoll.c Portability fixes (mostly test suite) 2003-12-16 13:20:17 +02:00
strtoul.c Update copyright 2001-12-06 14:10:51 +02:00
strtoull.c Portability fixes (mostly test suite) 2003-12-16 13:20:17 +02:00
strxmov-sparc.s Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
strxmov.asm Import changeset 2000-07-31 21:29:14 +02:00
strxmov.c merge 2002-04-25 01:16:42 +03:00
strxnmov.c merge 2002-04-25 01:16:42 +03:00
t_ctype.h - fixed C++-style comments to make IBM C compiler happy 2003-03-15 18:42:55 +01:00
uca-dump.c uca-dump.c: 2004-03-23 18:29:07 +04:00
udiv.c Update copyright 2001-12-06 14:10:51 +02:00
xml.c xml.c: 2003-09-22 11:26:14 +05: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.