equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * CHANGELOG. |
2 * CHANGELOG. |
3 */ |
3 */ |
4 |
4 |
|
5 10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!) |
5 10062004 - Removed profiling code from physfs.c. |
6 10062004 - Removed profiling code from physfs.c. |
6 09292004 - Every API that can return a list of strings can now use a |
7 09292004 - Every API that can return a list of strings can now use a |
7 callback mechanism if the application wants to do it's own |
8 callback mechanism if the application wants to do it's own |
8 allocation or handling on a per-item basis. The guts of those |
9 allocation or handling on a per-item basis. The guts of those |
9 APIs that create string lists now use the callbacks themselves to |
10 APIs that create string lists now use the callbacks themselves to |