Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h: | kent@mysql.com | 2005-05-05 | 1 | -1/+1 |
| | | | | Initial Metrowerks CodeWarrior compiler support | ||||
* | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵ | dlenev@brandersnatch.localdomain | 2004-05-27 | 1 | -4/+4 |
| | | | | | | | | | | | | (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. | ||||
* | Changed prototype of killed_ptr() to make it more portable | monty@mysql.com | 2004-05-26 | 1 | -0/+9 |
| | | | | Applied patches for Netware | ||||
* | added 'explicit' keyword to Bitmap constructor | konstantin@oak.local | 2003-11-21 | 1 | -2/+2 |
| | |||||
* | Cleanups (comments and compiler warnings) | monty@mysql.com | 2003-11-02 | 1 | -10/+22 |
| | | | | dded init of variable to fix core dump on startup errors | ||||
* | Bitmap post-review fixes | serg@serg.mylan | 2003-10-30 | 1 | -0/+2 |
| | |||||
* | fixes to Bitmap class | serg@serg.mylan | 2003-10-24 | 1 | -0/+108 |