Added TODO file. Have a look if there is a job for you inside!
This commit is contained in:
parent
97d77de039
commit
0a31b98924
|
@ -0,0 +1,62 @@
|
||||||
|
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]
|
||||||
|
|
||||||
|
Polish scsh.net [Everybody]
|
||||||
|
|
||||||
|
Non-critical: [Martin]
|
||||||
|
=============
|
||||||
|
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
|
||||||
|
|
||||||
|
--->
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue