Updated.
This commit is contained in:
parent
ee077eabec
commit
0bc304268a
|
@ -2,6 +2,8 @@
|
||||||
* CHANGELOG.
|
* CHANGELOG.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
08302002 - Cleaned tab stops out of zip.c, and fixed a possible infinite loop
|
||||||
|
in zip_find_entry().
|
||||||
08292002 - Fixed a mistake in makeos2.cmd, and updated the INSTALL docs.
|
08292002 - Fixed a mistake in makeos2.cmd, and updated the INSTALL docs.
|
||||||
Added physfs.spec.in to EXTRA_DIST in Makefile.am*
|
Added physfs.spec.in to EXTRA_DIST in Makefile.am*
|
||||||
08292002 - Added a physfs/stdio wrapper header to the "extras" dir,
|
08292002 - Added a physfs/stdio wrapper header to the "extras" dir,
|
||||||
|
|
1
TODO
1
TODO
|
@ -28,6 +28,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
|
||||||
- Enable more warnings?
|
- Enable more warnings?
|
||||||
- Use __cdecl in physfs.h?
|
- Use __cdecl in physfs.h?
|
||||||
- Look for FIXMEs (many marked with "!!!" in comments).
|
- Look for FIXMEs (many marked with "!!!" in comments).
|
||||||
|
- Check for tab chars in the source.
|
||||||
- Probably other stuff. Requests and recommendations are welcome.
|
- Probably other stuff. Requests and recommendations are welcome.
|
||||||
|
|
||||||
// end of TODO ...
|
// end of TODO ...
|
||||||
|
|
Loading…
Reference in New Issue