This commit is contained in:
mainzelm 2002-02-25 09:01:02 +00:00
parent 09ab472695
commit b2ea0128a0
1 changed files with 17 additions and 2 deletions

19
TODO
View File

@ -1,13 +1,28 @@
0.6.0 release-critical:
0.6.1 release-critical:
=======================
Non-critical: [Martin]
=============
S48_EXTRACT_BOOLEAN is defined several times
create-file-thing should report a better error message.
/* Sorry, we only have a version with 5 arguments..*/.
s48_raise_os_error_5 (errno, sec, min, hour, mday, month);
how do i make the scheme48 heap larger? preferably without having to write
scripts that start like this:
#!/usr/local/lib/scsh/scshvm \
-o /usr/local/lib/scsh/scshvm -i /usr/local/lib/scsh/scsh.image -h <large-value>
-s
!#
Check whether we have remove the extern char *tzname[] declaration in time1.c
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