chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] a patch for rss.scm


From: Daishi Kato
Subject: [Chicken-users] a patch for rss.scm
Date: Thu, 03 Nov 2005 17:34:54 +0900
User-agent: Wanderlust/2.15.1 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

Hi Felix,

Here is a small fix for rss.scm;

40c40
<       (string=? i1 i2) )
---
>       (string=? g1 g2) )

At Wed, 2 Nov 2005 23:20:57 +0100,
felix winkelmann wrote:
> There is now a subversion repository, generously made available by
> Alejandro. Access it like this:
> 
>   $ svn co https://secure.afc.no-ip.info/svn/chicken-eggs
> 
>   (login "anonymous", password is "")
> 
> Once Alejandro is back and finds the time, I'd like to add anybody who
> is interested to the list of people that are given write-access to the
> repository. I just need an encrypted password, which can be generated
> by invoking:
> 
>   $ openssl passwd -apr1

I'd be interested.
This would reduce bothering you with this kind of small patches.

Daishi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]