Summary

hashing procedures exported by srfi-69 and srfi-13 conflict

Metadata

Description

Several hashing-functions (`string-hash`, ...) are exported from both srfi-13.scm and srfi-69.scm.

We should merge these and put them into the correct file (whichever that is).

Changes and comments

[2009-05-19 22:20:01 UTC] felix changed version from 4.0.1 to 4.0.5

[2009-05-22 13:08:33 UTC] felix set milestone to 4.1.0

[2009-05-27 00:55:32 UTC] felix changed status from new to closed

[2009-05-27 00:55:32 UTC] felix set resolution to fixed

[2009-05-27 00:55:32 UTC] felix wrote:

`string-hash[[-ci]|]` have been removed from srfi-13.scm, the srfi-69 procedures accept optional start and end arguments (r14801).

[2009-12-01 16:01:13 UTC] Milestone 4.1.0 deleted