Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵ | dlenev@brandersnatch.localdomain | 2004-05-27 | 1 | -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.19 | monty@mysql.com | 2004-05-05 | 1 | -1/+1 |
|\ | |||||
| * | Fix typos that resulted in adding names to the global namespace that | tim@sand.box | 2004-04-12 | 1 | -1/+1 |
| | | | | | | | | | | were never defined. This potentially caused problems when trying to link libmysqld with shared libraries. | ||||
* | | 30 % faster longlong10_to_str function | monty@mashka.mysql.fi | 2002-10-31 | 1 | -6/+89 |
|/ | |||||
* | Use portable comments in assembler files | monty@tik.mysql.fi | 2002-03-05 | 1 | -15/+14 |
| | |||||
* | Portability fixes for OPENBSD, OS2 and Windows | monty@donna.mysql.com | 2001-01-27 | 1 | -31/+31 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+141 |