summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Some collation have been renamed to fit into convensionunknown2003-04-012-2/+2
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-0114-61/+5
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-0115-53/+0
* Some optimization in CHARSET_INFO:unknown2003-04-0114-165/+16
* German Phone book collation is always compiledunknown2003-03-265-4382/+275
* SHOW CHARACTER SET now can display commentsunknown2003-03-251-1/+8
* Collation names have been renamed to common styleunknown2003-03-251-1/+1
* Fixed reference to uninitialized memoryunknown2003-03-211-8/+7
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-0/+4
|\
| * mysql-test/t/ctype_many.test:unknown2003-03-171-0/+4
* | Merge with 4.0.12unknown2003-03-191-0/+2
|\ \
| * \ Merge with 3.23 to get fix for halloween problem on Update of InnoDB tablesunknown2003-03-181-0/+2
| |\ \
| | * | Fix of 'halloween bug' with UPDATE of InnoDB tables.unknown2003-03-181-0/+2
| | * | - fixed C++-style comments in .c files to make IBM compiler happyunknown2003-03-111-15/+15
| * | | - fixed C++-style comments to make IBM C compiler happyunknown2003-03-151-4/+4
* | | | Fixes to avoid errors from valgrindunknown2003-03-181-0/+10
| |_|/ |/| |
* | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-03-141-1/+16
|\ \ \
| * | | trim spaces from CHAR() BINARY consistentlyunknown2003-03-061-1/+16
* | | | Every charset now have its own parser state arraysunknown2003-03-1414-0/+38
* | | | - Changed C++-style comments to C-style comments to make IBM compiler happyunknown2003-03-063-21/+21
|/ / /
* | | New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-0515-41/+91
* | | Every character set now has binary collationunknown2003-03-041-0/+2
* | | Portability fixesunknown2003-02-281-9/+34
* | | Windows portabilty fixups (last commit caused some errors, so recomitting) - ...unknown2003-02-201-6/+6
* | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-20/+44
* | | More use of new CHARSET_INFO functions and two bug fixesunknown2003-01-312-6/+4
* | | New functions in CHARSET_INFO structureunknown2003-01-3116-2/+94
* | | New CHARSET_INFO function to compare strings regardless to trailing spacesunknown2003-01-3115-1/+144
* | | ctype-simple.c:unknown2003-01-312-91/+16
* | | Optimization of unicode conversionunknown2003-01-301-11/+30
* | | (no commit message)unknown2003-01-301-11/+29
* | | conf_to_src.c:unknown2003-01-291-143/+91
* | | Move latin1 into a separarte fileunknown2003-01-296-11/+209
* | | conf_to_src.c:unknown2003-01-291-11/+157
* | | Reorganization to restore generating charset C files from conf filesunknown2003-01-297-4054/+4040
* | | New "fill" function in charset_info_st structureunknown2003-01-2814-2/+45
* | | wb_wc and wc_mb now checks length insideunknown2003-01-279-0/+51
* | | Portability fixes (for windows)unknown2003-01-213-5/+6
* | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.unknown2003-01-182-43/+54
* | | Merge with 4.0.9unknown2003-01-181-0/+1
|\ \ \ | |/ /
| * | Merge with 3.23unknown2003-01-161-0/+1
| |\ \ | | |/
| | * - fixes to properly make a "make distclean" (some files were not removed)unknown2002-12-271-0/+1
| | * - Applied required modifications for automake 1.5unknown2002-11-171-10/+1
* | | mergeunknown2003-01-172-27/+49
|\ \ \
| * | | Changed my_strntoxxx functions to clear error number on startunknown2003-01-172-15/+37
* | | | New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-1714-33/+96
* | | | Use always base "10" to remove base guesser in strntoul() implementationunknown2003-01-173-10/+42
* | | | ctype-utf8.c:unknown2003-01-171-0/+4
|/ / /
* | | strnto family functions now return error in a new argumentunknown2003-01-163-39/+51
* | | strnxfrm() for simple and binary charsets fixes unknown2003-01-162-24/+25