summaryrefslogtreecommitdiff
path: root/strings/longlong2str-x86.s
Commit message (Collapse)AuthorAgeFilesLines
* Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵dlenev@brandersnatch.localdomain2004-05-271-2/+2
| | | | | | | | | | | | (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.
* Merge with 4.0.19monty@mysql.com2004-05-051-1/+1
|\
| * Fix typos that resulted in adding names to the global namespace thattim@sand.box2004-04-121-1/+1
| | | | | | | | | | were never defined. This potentially caused problems when trying to link libmysqld with shared libraries.
* | 30 % faster longlong10_to_str functionmonty@mashka.mysql.fi2002-10-311-6/+89
|/
* Use portable comments in assembler filesmonty@tik.mysql.fi2002-03-051-15/+14
|
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-31/+31
|
* Import changesetbk@work.mysql.com2000-07-311-0/+141