Re: [PATCH] Declare `GC_dump' ourselves if doesn't.

2010-01-09 Thread Ken Raeburn
On Jan 9, 2010, at 17:30, Andy Wingo wrote: On Sat 09 Jan 2010 14:28, Thien-Thi Nguyen writes: +# `GC_dump' is available in GC 6.8 but not declared. Neil, you also compile with pre-7.x, no? Do we need to support this? Just wondering if it wouldn't be easier to simply require 7.x without wor

Re: [PATCH] Fix bug: Init auto var to unrandomize `stack_depth' rv.

2010-01-09 Thread Andy Wingo
On Sat 09 Jan 2010 11:01, Thien-Thi Nguyen writes: > Below is a revised patch, with updated ChangeLog entry > (includes "libguile/" prefix). Applied, along with some other patches. If you're going to send patches like this, I'm very happy to apply them; but it would be easier for me if you just

Re: [PATCH] Update configure script hints wrt precious env vars.

2010-01-09 Thread Andy Wingo
On Sat 09 Jan 2010 14:49, Thien-Thi Nguyen writes: > Personally, i dislike environment variable dependence. > Maybe that's exposure to lexical binding poisoning my tastes... > In any case, (info "(autoconf) Defining Variables") has more info. Ah, interesting info node. > .pc file, you can

Re: [PATCH] Declare `GC_dump' ourselves if doesn't.

2010-01-09 Thread Andy Wingo
On Sat 09 Jan 2010 14:28, Thien-Thi Nguyen writes: > +# `GC_dump' is available in GC 6.8 but not declared. Neil, you also compile with pre-7.x, no? Do we need to support this? Just wondering if it wouldn't be easier to simply require 7.x without workarounds. It seems debian is the sticker here.

[PATCH] Fix bug: Don't clobber `PKG_CONFIG' when overriding pkg-config search for bdw-gw.

2010-01-09 Thread Thien-Thi Nguyen
`PKG_CONFIG' is AC_SUBSTed into one of the "make installcheck" tests, so clobbering it results in "make installcheck" failure. With this change (and building upon previously submitted patches), i can: $ .../configure -C \ --with-threads \ --prefix /tmp/a/b/z \ BDW_GC_LIBS='-lgc' \

Re: UTF-8 regression in guile 1.9.5

2010-01-09 Thread Andy Wingo
Hi, Reviving an old thread... On Fri 11 Dec 2009 16:05, Mike Gran writes: >> On Sun 06 Dec 2009 21:43, Linas Vepstas writes: >> >> > 2009/12/6 Mike Gran : >> >> >> >>> > need to call (setlocale LC_ALL "") >> >> >> >> But for Guile to store characters as codepoints, declaring a locale >> >> pret

Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm

2010-01-09 Thread Ian Hulin
The finish command in the debugger crashes with the following error: Internal debugger error: usr/share/guile/1.8/ice-9/debugger/command-loop.scm:51:6: In procedure throw in expression (apply throw key ...): usr/share/guile/1.8/ice-9/debugger/command-loop.scm:51:6: Unbound variable: trace-trap I

[PATCH] Fix bug: Use correct `FUNC_NAME' for `scm_macro_binding'.

2010-01-09 Thread Thien-Thi Nguyen
Basta con la copy pasta! (Enough of the copy/paste errors! ;-D) thi _ >From bf621def5b353221f486fe3a7c369120ba5a0c57 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 9 Jan 2010 15:09:15 +0100 Subject: [PATCH] F

[PATCH] Add cast in `make_vm' to silence compiler warning.

2010-01-09 Thread Thien-Thi Nguyen
As advertized... thi ___ >From e08a92c5f21bab837ab051f5f1866cd066938262 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 9 Jan 2010 15:05:34 +0100 Subject: [PATCH] Add cast in `make_vm' to silence compiler warning. *

[PATCH] Update configure script hints wrt precious env vars.

2010-01-09 Thread Thien-Thi Nguyen
Personally, i dislike environment variable dependence. Maybe that's exposure to lexical binding poisoning my tastes... In any case, (info "(autoconf) Defining Variables") has more info. thi _ >From 7a7b846cc2eb1f6aadfb06ccb44

[PATCH] Declare `GC_dump' ourselves if doesn't.

2010-01-09 Thread Thien-Thi Nguyen
This patch removes a harmless but annoying warning. thi ___ >From 39fd870610ff2cc1177e0cd0aba845806f0213c6 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 9 Jan 2010 14:17:20 +0100 Subject: [PATCH] Declare `GC_dum

[PATCH] Fix bug: Init auto var to unrandomize `stack_depth' rv.

2010-01-09 Thread Thien-Thi Nguyen
Below is a revised patch, with updated ChangeLog entry (includes "libguile/" prefix). thi >From 666e9de72a7dbaff3ee67a77b3efc981b33c44eb Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 9 Jan 2010 09:12:49 +0

[PATCH] Fix bug: Init auto var to unrandomize `stack_depth' rv.

2010-01-09 Thread Thien-Thi Nguyen
First patch to Guile 1.9! I prepared the following with "git format-patch -s", recopying the Subject line, sans "[PATCH] ", and prefixing with a horizontal rule. Is this ok? Do you prefer some other format? Most importantly: Am i on the right path to regaining official repo write privs? thi __