diff options
| author | Manuel Novoa III <mjn3@codepoet.org> | 2002-06-20 16:49:51 +0000 |
|---|---|---|
| committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-06-20 16:49:51 +0000 |
| commit | 28771b3596c5a6f554370e01cf35b54ccf2b9130 (patch) | |
| tree | f7c50c0fece73e21a9edd2ee282bab5cc62467c6 | |
| parent | 46f33675b6adf707fc2152f73702f231cff9c014 (diff) | |
Update my todo list.
| -rw-r--r-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,11 +26,11 @@ Other random things: ----------------------------------------------------------------------------- Manuel's todo: -Wrap up the current work on locale issues, finish the mb<->wc functions. - -Implement wide unformatted i/o. (current project) - -Implement wide formatted output (printf). +For the end of June: + Fix 2 minor issues with the mb<->wc functions. + Implement wide unformatted i/o. + Implement wide formatted output. + General stdio cleanup. (one bufpos variable; removed redundant locking). Reimplement scanf for narrow and wide streams. |
