Re: [PATCH] Fix continuation problems on IA64.

2008-05-09 Thread Ludovic Courtès
Hi, Neil Jerram [EMAIL PROTECTED] writes: [EMAIL PROTECTED] (Ludovic Courtès) writes: This breaks ABI compatibility on IA64, but if Guile wasn't usable on IA64 (was it?) that's probably not a problem. Good point, and I don't think it was completely unusable before, so this could be an

[patch] make readline pay attention to the current-reader fluid

2008-05-09 Thread Andy Wingo
From a488aa59468f60133fc8767b3ffafa2e098bda4f Mon Sep 17 00:00:00 2001 From: Andy Wingo [EMAIL PROTECTED] Date: Fri, 9 May 2008 13:07:32 +0200 Subject: [PATCH] make readline's `repl-reader' impl check the current-reader fluid * guile-readline/ice-9/readline.scm (activate-readline): Use the

support thunks as prompts without readline

2008-05-09 Thread Andy Wingo
Hi, From 69fc67efaad628a866e14ead4cb96f102316b82b Mon Sep 17 00:00:00 2001 From: Andy Wingo [EMAIL PROTECTED] Date: Fri, 9 May 2008 16:42:44 +0200 Subject: [PATCH] support thunks as prompts, as readline does. * ice-9/boot-9.scm (repl-reader): Support thunks as prompts. --- ice-9/boot-9.scm |

git and changelogs

2008-05-09 Thread Andy Wingo
Hi, Now that we've switched to git, hows about moving our changelogs to ChangeLog.old, and just using commit logs? We can still generate changelogs on release, if that's a desire. I can do something about the latter, if you all think it's a good idea. Andy -- http://wingolog.org/

Re: git and changelogs

2008-05-09 Thread Ludovic Courtès
Hi, Andy Wingo [EMAIL PROTECTED] writes: Now that we've switched to git, hows about moving our changelogs to ChangeLog.old, and just using commit logs? We can still generate changelogs on release, if that's a desire. I'd be tempted to do that, but among the many GNU projects that switched to

Re: [PATCH] Fix continuation problems on IA64.

2008-05-09 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: If we change the ABI, we should increase `LIBGUILE_INTERFACE_CURRENT' and set `AGE' to zero because it's not going to be backward-compatible---and we can't do that only for IA64, unfortunately... Agreed, but I'm not sure the ABI is really

Re: [patch] make readline pay attention to the current-reader fluid

2008-05-09 Thread Neil Jerram
Andy Wingo [EMAIL PROTECTED] writes: From a488aa59468f60133fc8767b3ffafa2e098bda4f Mon Sep 17 00:00:00 2001 From: Andy Wingo [EMAIL PROTECTED] Date: Fri, 9 May 2008 13:07:32 +0200 Subject: [PATCH] make readline's `repl-reader' impl check the current-reader fluid *

Re: git and changelogs

2008-05-09 Thread Neil Jerram
Andy Wingo [EMAIL PROTECTED] writes: Hi, Now that we've switched to git, hows about moving our changelogs to ChangeLog.old, and just using commit logs? We can still generate changelogs on release, if that's a desire. Do you mean that we would still have the same level of detail that we