/[guile]/guile/workbook/tasks/TODO
ViewVC logotype

Diff of /guile/workbook/tasks/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.98 by mvo, Tue Jul 22 12:57:22 2003 UTC revision 1.99 by kryde, Sun Sep 7 22:50:00 2003 UTC
# Line 17  Line 17 
17    
18  - Guile 1.8.0  - Guile 1.8.0
19    
20      - ice-9/ftw.scm problems:
21        - stat-dir-readable?-proc decides the readability of a directory
22          by looking at "stat" information, but does so imperfectly.  It
23          doesn't take into account supplementary group memberships
24          (getgroups), or that "root" can read anything, or access control
25          lists (on systems which have those).  Just attempting an opendir
26          would be simpler and more reliable.
27        - visited?-proc tests only stat:ino, but this is not unique across
28          filesystems, stat:dev must be used too.
29        - Passing "/" to start from the root directory doesn't work, it
30          looks like perhaps trailing slashes are stripped too agressively.
31    
32    - Fix srfi-1:  provide a list-copy function that can copy improper lists.    - Fix srfi-1:  provide a list-copy function that can copy improper lists.
33    - Finish and test GMP support for bignums.  If it works out, add it.    - Finish and test GMP support for bignums.  If it works out, add it.
34    - consider (and likely use) pkg-config for guile.    - consider (and likely use) pkg-config for guile.

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26