67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
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
|
||
|
||
|
||
Move the code of time_plus_ticks to time1.c as it is not machine dependent
|
||
|
||
--->
|
||
The module system doesn't maintain a cwd of its own:
|
||
|
||
> ,config ,load ../sunet/xml/xml-packages.scm
|
||
../sunet/xml/xml-packages.scm
|
||
> (chdir "/tmp")
|
||
> ,open xml
|
||
Load structure xml (y/n)? y
|
||
[plt-compat
|
||
Error: exception
|
||
cannot-open-channel
|
||
(open-channel "../sunet/xml/plt.scm" 1)
|
||
<---
|
||
|
||
split up newports.scm (part that overwrites s48 defs, port-buffering, ...)
|
||
|
||
disallow cig to produce more than 12 arguments
|
||
|
||
libcig1.c : cig_string_body is probably extract_string
|
||
IsChar is used nowhere
|
||
|
||
Add .h.c rule to Makefile
|
||
|
||
--->
|
||
(define-syntax bla
|
||
(syntax-rules ()
|
||
((bla)
|
||
(rx any))))
|
||
> (bla)
|
||
|
||
Error: Illegal regular expression
|
||
#{Generated any 1276}
|
||
|
||
(Because "any" is imported from scsh-utilities in rx/parse.scm)
|
||
<---
|
||
|
||
Set port policy for input to bufpol/line via isatty
|
||
|