equal
deleted
inserted
replaced
64 03052002 - Made unix.c's timeslice implementation more portable, and added a |
64 03052002 - Made unix.c's timeslice implementation more portable, and added a |
65 Darwin-specific means to detect CDs (thanks to Patrick Stein). |
65 Darwin-specific means to detect CDs (thanks to Patrick Stein). |
66 Minor cleanup in win32.c (changed "for (; condition ;)" into |
66 Minor cleanup in win32.c (changed "for (; condition ;)" into |
67 "while (condition)" ...) |
67 "while (condition)" ...) |
68 03152002 - PHYSFS_setSaneConfig() now handles failure to set the write dir |
68 03152002 - PHYSFS_setSaneConfig() now handles failure to set the write dir |
69 better. |
69 better. Patched makefile to link the test program. Changed all the |
|
70 "write" functions to get data from a "const" buffer. Added an |
|
71 "extras" dir, which currently contains PhysFS->SDL_RWops glue code. |
70 |
72 |
71 --ryan. (icculus@clutteredmind.org) |
73 --ryan. (icculus@clutteredmind.org) |
72 |
74 |
73 /* end of CHANGELOG ... */ |
75 /* end of CHANGELOG ... */ |
74 |
76 |