This commit is contained in:
Ryan C. Gordon 2002-07-27 06:30:02 +00:00
parent 2580f1460d
commit b5bc50b726
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* CHANGELOG. * CHANGELOG.
*/ */
07272002 - Patched the OS/2 code to compile...works, to a degree. Added
makeos2.cmd for building (not an ideal solution, but oh well).
07262002 - Fixed a typo in documentation. Archivers with matching file 07262002 - Fixed a typo in documentation. Archivers with matching file
extensions are now given first shot at opening an archive, but if extensions are now given first shot at opening an archive, but if
they fail, the other archivers are tried. More fixes to zip.c's they fail, the other archivers are tried. More fixes to zip.c's

2
TODO
View File

@ -12,7 +12,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
nice for an email program. That's blue sky, unless someone wants to tackle nice for an email program. That's blue sky, unless someone wants to tackle
it. it.
- Try to remove ERR_OS_ERROR from macclassic.c where possible. - Try to remove ERR_OS_ERROR from macclassic.c where possible.
- Get os2.c compiling. - Get os2.c working.
- Figure out that pesky pthread casting problem. - Figure out that pesky pthread casting problem.
- macclassic.c : - macclassic.c :
"/* (Hmm. Default behaviour is broken in the base library. :) ) */" "/* (Hmm. Default behaviour is broken in the base library. :) ) */"