1
by brian
clean slate |
1 |
Thu May 20 13:45:15 1993 Michael Widenius (monty at bitch) |
2 |
||
3 |
* changed itoa() and ltoa() to use the same interface as microsoft:s |
|
4 |
and zortech:s libraryes. |
|
5 |
||
6 |
Sun Mar 24 00:30:34 1991 Michael Widenius (monty at LYNX) |
|
7 |
||
8 |
* Changed int2str to return BIG converted chars. |
|
9 |
||
10 |
Sun Feb 24 00:22:54 1991 Michael Widenius (monty at LYNX) |
|
11 |
||
12 |
* Added new function strcend(string,char). Its eqvialent to |
|
13 |
if (!(a=strchr(string,char))) |
|
14 |
a=strend(string); |
|
15 |
||
16 |
Tue Oct 16 18:53:19 1990 Michael Widenius (monty at LYNX) |
|
17 |
||
18 |
* Added define BAD_STRING_COMPILER to set define strmov() |
|
19 |
if compiler is very bad at stringoperations. |
|
20 |
* Changed to use cc on sun-systems instead of gcc. |
|
21 |
||
22 |
Sat Sep 29 18:42:31 1990 Michael Widenius (monty at LYNX) |
|
23 |
||
24 |
* Added my_atof for sparc system to get some speed. |
|
25 |
||
26 |
Sun Mar 11 16:35:59 1990 Monty (monty at monty) |
|
27 |
||
28 |
* strnmov() was changed to not fill to-string with null. |
|
29 |
* strmake() changed to point at closing null. |
|
30 |
||
31 |
Wed Feb 7 20:15:34 1990 David Axmark (davida at isil) |
|
32 |
||
33 |
* Made functon strinrstr that is reverse search. |
|
34 |
||
35 |
Fri Dec 2 03:37:59 1988 Monty (monty at monty) |
|
36 |
||
37 |
* Fixed bug in strcont; It didn't return first found character in |
|
38 |
set. |