/[guile]/guile/guile-core/NEWS
ViewVC logotype

Diff of /guile/guile-core/NEWS

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

revision 1.374 by mdj, Tue Mar 11 14:49:54 2003 UTC revision 1.375 by mdj, Wed Mar 12 10:04:35 2003 UTC
# Line 77  the last imported binding of a certain n Line 77  the last imported binding of a certain n
77  If you want the old behavior without changing your module headers, put  If you want the old behavior without changing your module headers, put
78  the line:  the line:
79    
80    (default-module-duplicates-handler 'last)    (default-duplicate-binding-handler 'last)
81    
82  in your .guile init file.  in your .guile init file.
83    
# Line 97  Currently available duplicates handlers Line 97  Currently available duplicates handlers
97    warn-override-core issue a warning for imports which override core bindings    warn-override-core issue a warning for imports which override core bindings
98    first              select the first encountered binding (override)    first              select the first encountered binding (override)
99    last               select the last encountered binding (override)    last               select the last encountered binding (override)
100    
101    These two are provided by the (oop goops) module:
102      
103    merge-generics     merge generic functions with a common name    merge-generics     merge generic functions with a common name
104                       into an <extended-generic>                       into an <extended-generic>
105    merge-accessors    merge accessors with a common name    merge-accessors    merge accessors with a common name

Legend:
Removed from v.1.374  
changed lines
  Added in v.1.375

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