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

2012-02-04 Thread Bake Timmons
Andy Wingo writes: > 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]] @ >> +

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

2012-01-16 Thread Bake Timmons
Thoughts anyone? Bake >From 14b1d2a56a21e0768812ef4210645f83efbdba11 Mon Sep 17 00:00:00 2001 From: Bake Timmons Date: Mon, 16 Jan 2012 13:43:17 -0500 Subject: [PATCH] Improve optional variable and keyword notation of Texinfo function definitions. * doc/ref/api-debug.texi: * doc/ref/ap

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

2012-01-15 Thread Bake Timmons
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. >From 0c3ee0770bb50d464661d25b5ca6d40f920c7cb8 Mon Sep 17 00:00:00 2001 From: Bake Timmons Date: Sun,

bug#10486: Patch: Fix case in identifiers starting sentences in doc/r5rs/r5rs.texi

2012-01-12 Thread Bake Timmons
rom 811ad499dee562bc2fe89fa930ad412102bd5a90 Mon Sep 17 00:00:00 2001 From: Bake Timmons Date: Thu, 12 Jan 2012 10:45:28 -0500 Subject: [PATCH] Fix case in identifiers starting sentences in doc/r5rs/r5rs.texi * doc/r5rs/r5rs.texi: Use proper case of characters in identifiers starting sentences. ---

bug#9832: [bug #34619] Aborted compilation when configured with --enable-debug-malloc

2011-10-22 Thread Bake Timmons
.deps/libguile_2.2_la-frames.Plo gc-malloc.c: In function 'scm_gc_register_collectable_memory': gc-malloc.c:157:5: error: too few arguments to function 'scm_malloc_register' Here is a patch: commit 1f97614e3b42021d4e9c9a3b1550e2401117b5d5 Author: Bake Timmons Date: Sat

bug#9829: [bug #34616] Segfault when building against debug version of bdw-gc (patch offered)

2011-10-21 Thread Bake Timmons
URL: Summary: Segfault when building against debug version of bdw-gc (patch offered) Project: Guile Submitted by: bt3 Submitted on: Sat 22 Oct 2011 03:48:58 AM GMT Category: None

[bug #31969] omission in docs of scm_misc_error()

2010-12-24 Thread Bake Timmons
Follow-up Comment #1, bug #31969 (project guile): The following patch is what I intended to attach to the initial bug report: diff --git a/guile.orig/doc/ref/api-control.texi b/guile/doc/ref/api-control.texi index c8c93ba..08a8783 100644 --- a/guile.orig/doc/ref/api-control.texi +++ b/guile/doc/

Broken link ./trunk/doc/ref/scsh.texi:@url(http://arglist.com/guile/}

2010-08-09 Thread Bake Timmons
Hi, http://arglist.com/guile/ is a broken link in the scsh.texi file in trunk. The site explains elsewhere at http://arglist.com/www : I've removed some material related to the Guile programming language, since it's probably obsolete. Perhaps the link to the old guile CVS scsh-guile module shou