summaryrefslogtreecommitdiff
path: root/strings/int2str.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\
* | \ Merging Copyright update from 5.1Alexander Barkov2011-01-191-1/+1
|\ \ \ | |/ /
| * | Updating Copyright informationAlexander Barkov2011-01-191-1/+1
| |/
* | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-2/+2
|/ | | Remove MS-DOS specific code.
* BUG#31799: Scrambled number output due to integer overflowknielsen@loke.(none)2007-10-311-6/+10
| | | | | | | | An integer overflow in number->string conversion caused completely wrong output of the number LONGLONG_MIN with gcc 4.2.1. Fixed by eliminating the overflow, using only operations that are well-defined in ANSI C.
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | Changed header to GPL version 2 only
* Portability fix (using 'char' as argument to C functions may give warnings)monty@mysql.com2004-05-281-18/+23
|
* Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵dlenev@brandersnatch.localdomain2004-05-271-50/+52
| | | | | | | | | | | | (it should produce hex digits in lower case). (fixed version) Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays. Added extra argument to int2str function which controls case of digits you get. Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str() function. Removed unused my_itoa/my_ltoa functions.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Import changesetbk@work.mysql.com2000-07-311-0/+155