/[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.83 by rlb, Wed May 22 02:02:05 2002 UTC revision 1.84 by mvo, Wed Jun 19 11:56:09 2002 UTC
# Line 37  Line 37 
37      + string-tokenize-is-wrong      + string-tokenize-is-wrong
38      - instructions-to-distributors      - instructions-to-distributors
39      - COPYING-is-wrong      - COPYING-is-wrong
40      - make sure that libltdl has the patch #1 at the end of this file,
41        or is more recent than 1.4.2d.
42    
43  - Eventually  - Eventually
44    - consider (and likely code) guile using pkg-config    - consider (and likely code) guile using pkg-config
# Line 142  Line 144 
144      scm_must_strndup, scm_must_strdup.      scm_must_strndup, scm_must_strdup.
145    - change return types of smob and port free functions to void    - change return types of smob and port free functions to void
146    
147    
148    Patches:
149    
150    #1 - fixes bug in libltdl 1.4.2d (and earlier)
151    
152    --- ltdl.c~     Fri Apr 26 19:58:44 2002
153    +++ ltdl.c      Tue Jun 18 21:31:18 2002
154    @@ -2276,7 +2276,7 @@
155          lt_ptr ignored;
156     {
157       lt_dlhandle  *handle = (lt_dlhandle *) data;
158    -  int          found   = access (filename, R_OK);
159    +  int          found   = !access (filename, F_OK);
160    
161       /* Bail out if file cannot be read...  */
162       if (!found)
163    
164    
165    
166          Local Variables:          Local Variables:

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

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