bug#10684: guile-2.0.5 test failures on powerpc-darwin8

2012-02-03 Thread Ludovic Courtès
Hi David, l...@gnu.org (Ludovic Courtès) skribis: >>> Can you try: >>> >>> (setlocale LC_ALL "en_US.ISO-8859-1") ;; or some other ISO-8859-1 locale >>> (let* ((s (string (integer->char 254))) >>> (q (regexp-quote s))) >>>(regexp-exec (make-regexp q regexp/extended) s)) > > [...] > >

bug#10516: Patch: Make notation for Scheme variable-length arguments more consistent in manual.

2012-02-03 Thread Andy Wingo
On Sun 15 Jan 2012 20:32, Bake Timmons writes: > The attached patch makes notation for Scheme repeated arguments > more consistent in the manual. Applied, thanks! Andy -- http://wingolog.org/

bug#10490: define-module documentation confusion

2012-02-03 Thread Andy Wingo
On Thu 12 Jan 2012 21:09, Aleix Conchillo Flaqué writes: > According to the documentation, the module-name in define-module is of > the form (hierarchy file). > > However, one can do (define-module (foo)). I think I fixed this for the 2.0.4 release. Let me know if it's still there. Thanks! A

bug#10517: Corrected patch: Make notation for Scheme variable-length arguments more consistent in manual.

2012-02-03 Thread Andy Wingo
On Sun 15 Jan 2012 20:49, Bake Timmons writes: > I'm sorry for that previous patch which included some typos. The fixed > patch is attached. Thanks! Hum, I had applied your original patch already, resolving a conflict due to the Parameters move; saw one typo in srfi-modules.texi and fixed it.

bug#10492: primitive-exit documentation invalid links

2012-02-03 Thread Andy Wingo
On Thu 12 Jan 2012 23:45, Aleix Conchillo Flaqué writes: > The links for "Normal Termination" and "Termination Internals" are > invalid. Should be, respectively: > > http://www.gnu.org/savannah-checkouts/gnu/libc/manual/html_node/Normal-Termination.html > http://www.gnu.org/savannah-checkouts/gnu

bug#10518: Failing compile of guile-2.0.3.157-1bd9a on Solaris 9 Sparc

2012-02-03 Thread Andy Wingo
On Sun 15 Jan 2012 22:53, Dagobert Michelsen writes: > I am currently trying to compile the "call-for-testers" guile-2.0.3.157-1bd9a > on > Solaris 9 Sparc with Sun Studio 12 and get a compilation error: Thanks for giving it a try! It's a bit embarassing that this didn't work, but I did track

bug#10519: guile and (mini-)gmp

2012-02-03 Thread Andy Wingo
Greets, Thanks for working on this, Niels, and thanks for following up on it, Mark. It's great to have such knowledgeable folk working on this problem. One suggestion, if it's possible: it would be great if mini-gmp could make it to be part of gnulib at some point. That's probably the easiest w

bug#10553: [platform-testers] Guile 2.0.4 release imminent

2012-02-03 Thread Andy Wingo
Thanks for the report! As we seem to be following these issues over at bug 10684, I'll close this one. Let me know if that was the wrong thing to do. Cheers, Andy -- http://wingolog.org/

bug#10522: Patch: Improve optional variable and keyword notation in manual

2012-02-03 Thread Andy Wingo
Hi Bake, This patch looks great. I do have a couple of comments before applying. It would probably be useful to have input from others as well, so I'm copying guile-devel. On Mon 16 Jan 2012 20:46, Bake Timmons writes: > -@deffn {Scheme Procedure} resolve-module name [autoload=#t] [version=#f]

bug#10558: acinclude LIB_CLOCK_GETTIME patch

2012-02-03 Thread Andy Wingo
Closing bug. -- http://wingolog.org/

bug#10521: Patch: Improve consistency of definitions of C functions in manual.

2012-02-03 Thread Andy Wingo
On Mon 16 Jan 2012 04:54, Bake Timmons writes: > Attached is a patch to improve the consistency of definitions of C > functions in the manual. It adds missing parentheses and commas and > fixes a untyped definition that should be a typed one. Applied, thanks! Andy -- http://wingolog.org/

bug#10567: Fw: guile-library - make bug report

2012-02-03 Thread Andy Wingo
On Fri 20 Jan 2012 19:25, David Pirotte writes: > guile 2.0.3.150-88c0 > guile-lib release-0.2.1-2-ge9fe22b > > ... > make[1]: Entering directory `/usr/local/src/guile-lib/git-clone/src' > ../dev-environ /usr/local/bin/guile-tools compile -o "text/parse-lalr.go" > "text/parse-

bug#10558: acinclude LIB_CLOCK_GETTIME patch

2012-02-03 Thread Andy Wingo
On Thu 19 Jan 2012 23:16, taylanbayi...@gmail.com writes: > Good day, I found another test against "none required" to be necessary > in the configure script so as to prevent it from setting > LIB_CLOCK_GETTIME literally to that value. A patch for acinclude.m4 > is attached. Applied, thanks! And

bug#10557: GUILE_LOAD_PATH variable value ignored when setting %load-path.

2012-02-03 Thread Andy Wingo
Hi Ian, I think I agree with ijp's assessment of things. If you can point to something in the manual that is confusing in this regard, please let us know. Thanks! Andy -- http://wingolog.org/

bug#10519: guile and (mini-)gmp

2012-02-03 Thread Niels Möller
Andy Wingo writes: > One suggestion, if it's possible: it would be great if mini-gmp could > make it to be part of gnulib at some point. It's main home will be the GMP repo and distributions. But that doesn't exclude that it's also copied into gnulib, if that's convenient. BTW, I added the mp_{

bug#10522: Patch: Improve optional variable and keyword notation in manual

2012-02-03 Thread Ludovic Courtès
Hello! :-) Andy Wingo skribis: > On Mon 16 Jan 2012 20:46, Bake Timmons writes: >> -@deffn {Scheme Procedure} resolve-module name [autoload=#t] [version=#f] >> [#:ensure=#t] >> +@deffn {Scheme Procedure} resolve-module name [autoload=#t [version=#f]] @ >> + [#:ensure

bug#10519: guile and (mini-)gmp

2012-02-03 Thread Torbjorn Granlund
ni...@lysator.liu.se (Niels Möller) writes: Andy Wingo writes: > One suggestion, if it's possible: it would be great if mini-gmp could > make it to be part of gnulib at some point. It's main home will be the GMP repo and distributions. But that doesn't exclude that it's also copie

bug#10684: guile-2.0.5 test failures on powerpc-darwin8

2012-02-03 Thread David Fang
This looks like a bug of Darwinÿÿs regcomp thatÿÿs likely to be solved by using Gnulibÿÿs ÿÿregexÿÿ module. If you donÿÿt mind, Iÿÿll provide you with a new tarball to test when weÿÿre done with the other issues. Guile now uses Gnulibÿÿs regex module. Can you try again with the tarball from

bug#10522: Patch: Improve optional variable and keyword notation in manual

2012-02-03 Thread Ian Price
Andy Wingo writes: > Also, it seems pedantic to repeat the keyword arguments (once as > keyword, once as identifier). Surely #:foo=bar is unambiguous? Since guile use the same name for both the keyword and identifier, I'd say so. -- Ian Price "Programming is like pinball. The reward for doin