Less to do

This commit is contained in:
mainzelm 2002-01-03 10:20:26 +00:00
parent 3eec9a6429
commit 9e69e9297c
1 changed files with 2 additions and 5 deletions

7
TODO
View File

@ -1,15 +1,10 @@
0.6.0 release-critical:
=======================
Let scsh/top.scm print the correct version number [Martin]
Add "See file COPYING." to all files
Add syslog to the manual and the RELEASE notes [Mike/Martin]
bufpol/line is said to flush on stdin, but this seems to be impossible
since stdin changes for each thread => derelease bufpol/line for now [Martin]
Test on all available platforms [Martin,...]
Check whether cygwin compiles [Brian]
@ -18,6 +13,8 @@ Polish scsh.net [Everybody]
Non-critical: [Martin]
=============
implement bufpol/line's flush on stdin
Fix memory leak at the end of procobj.scm
Move the code of time_plus_ticks to time1.c as it is not machine dependent