summaryrefslogtreecommitdiff
path: root/mysys/charset.c
Commit message (Expand)AuthorAgeFilesLines
...
* | New "fill" function in charset_info_st structureunknown2003-01-281-0/+1
* | New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-171-0/+1
* | Some comments have been addedunknown2003-01-171-4/+18
* | All charsets now have strnxfrm. unknown2003-01-151-0/+1
* | Charset loading has been moved to /string libraryunknown2003-01-141-235/+6
* | Some reorganization to move loading related code to /strings library.unknown2003-01-141-232/+243
* | charset.c:unknown2003-01-081-1/+2
* | New function to search for charset using charset name rather than collation nameunknown2003-01-081-9/+30
* | Enchanced my_once..() functions.unknown2003-01-071-165/+167
* | charset.c:unknown2003-01-071-2/+12
* | charset.c:unknown2003-01-051-2/+0
* | koi8_ru -> koi8_runknown2003-01-051-179/+205
* | charset.c:unknown2003-01-041-3/+3
* | Some changes to separate charset and collation termsunknown2003-01-041-4/+23
* | Charset index is sotred in XML nowunknown2003-01-031-39/+154
* | Preparing to use better string-to-number functions to avoid c_ptr() call,unknown2002-11-271-4/+5
* | move like_range into CHARSET_INFO structureunknown2002-11-151-0/+1
* | removed unused functionunknown2002-11-141-0/+1
* | Preparing to embed string to number conversion functions into charset structureunknown2002-11-131-0/+4
* | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsunknown2002-11-111-0/+1
* | New field snprintf() in CHARSET_INFO structureunknown2002-11-101-0/+1
* | Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-101-0/+2
* | Some reorganization to use less memory as well as to hide some implementationunknown2002-10-101-35/+41
* | my_sortcmp -> my_strnncollunknown2002-10-091-0/+1
* | Simple charsets now have strncoll() field toounknown2002-10-091-0/+1
* | Move operation to logically better place unknown2002-07-311-1/+1
* | Some more speedup in charsets handlingunknown2002-07-311-11/+24
* | Removed unused strucureunknown2002-07-301-43/+39
* | Renamed some charset related constantunknown2002-07-301-139/+93
* | move _print_charset to proper placeunknown2002-07-301-38/+0
* | Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1unknown2002-06-041-2/+2
|\ \
| * \ merge with 4.0unknown2002-06-031-2/+2
| |\ \ | | |/
| | * init_dynamic_array MyODBC compatibility fixunknown2002-04-281-2/+2
* | | Changed 003F -> 0000 for undefinite characters in charset.confunknown2002-06-021-0/+86
* | | Added filling of unicode mapping arrays during charset.conf loadingunknown2002-05-311-5/+28
|/ /
* | use String->charset instead of default_charset_infounknown2002-03-141-0/+10
* | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-5/+3
|/
* Update copyrightunknown2001-12-061-15/+15
* Do not print a warning message when the server's character set isunknown2001-11-051-9/+9
* Updated manual about embedded version.unknown2001-10-081-1/+1
* Portability fixunknown2001-09-281-1/+1
* Fixed that one can always get a name for a compiled charactersetunknown2001-09-281-21/+14
* Fixes for OS2.unknown2001-08-221-8/+8
* Added MYSQL_SERVER_SUFFIX to mysqldunknown2001-01-191-1/+1
* mergeunknown2000-10-111-3/+3
|\
| * Automatic repair of MyISAM tables + portability fixesunknown2000-10-111-3/+3
* | Show charsets dir in error message, instead of just "path: default".unknown2000-10-091-1/+1
|/
* Small bug fixesunknown2000-09-071-1/+1
* fixed coredump on corrupt charset indexunknown2000-08-301-3/+4
* fixed coredump in charset.c - bk messed up, so here is another try to push itunknown2000-08-291-11/+15