diff options
author | Andy Wingo <wingo@pobox.com> | 2011-12-01 23:31:50 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-12-01 23:31:50 +0100 |
commit | b2208d2e987759270c712e35c8164394a47a52aa (patch) | |
tree | 1edd39e74a266fc53c075d328696e8fbf33eba5b /doc/ref | |
parent | 3dc9f41900a0e9f915da3aa1eea6e0fae829c40d (diff) | |
parent | 738c899e4c1ab9d25cfbcd1010f34e0cce400bca (diff) | |
download | guile-b2208d2e987759270c712e35c8164394a47a52aa.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
configure.ac
libguile/fluids.c
libguile/gc.c
libguile/gc.h
libguile/objcodes.c
libguile/procprop.c
libguile/vm.c
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/api-data.texi | 3 | ||||
-rw-r--r-- | doc/ref/api-evaluation.texi | 7 | ||||
-rw-r--r-- | doc/ref/intro.texi | 8 | ||||
-rw-r--r-- | doc/ref/scheme-reading.texi | 4 | ||||
-rw-r--r-- | doc/ref/srfi-modules.texi | 2 | ||||
-rw-r--r-- | doc/ref/web.texi | 2 |
6 files changed, 17 insertions, 9 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index f9b39b61d..5017165c0 100644 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -4546,7 +4546,8 @@ Fill bytevector @var{bv} with @var{fill}, a byte. @deffnx {C Function} scm_bytevector_copy_x (source, source_start, target, target_start, len) Copy @var{len} bytes from @var{source} into @var{target}, starting reading from @var{source-start} (a positive index within @var{source}) -and start writing at @var{target-start}. +and start writing at @var{target-start}. It is permitted for the +@var{source} and @var{target} regions to overlap. @end deffn @deffn {Scheme Procedure} bytevector-copy bv diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index aa7d9c7bb..6a09bef60 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -640,6 +640,13 @@ Use @var{lang} as the source language of @var{file}. If this option is omitted, Use @var{lang} as the target language of @var{file}. If this option is omitted, @code{objcode} is assumed. +@item -T @var{target} +@itemx --target=@var{target} +Produce bytecode for @var{target} instead of @var{%host-type} +(@pxref{Build Config, %host-type}). Target must be a valid GNU triplet, +such as @code{armv5tel-unknown-linux-gnueabi} (@pxref{Specifying Target +Triplets,,, autoconf, GNU Autoconf Manual}). + @end table Each @var{file} is assumed to be UTF-8-encoded, unless it contains a diff --git a/doc/ref/intro.texi b/doc/ref/intro.texi index b2bc5dffd..e94948f92 100644 --- a/doc/ref/intro.texi +++ b/doc/ref/intro.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2010 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2010, 2011 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -8,9 +8,9 @@ @chapter Introduction Guile is an implementation of the Scheme programming language. Scheme -(@url{schemers.org}) is an elegant and conceptually simple dialect of -Lisp, originated by Guy Steele and Gerald Sussman, and since evolved -by the series of reports known as RnRS (the +(@url{http://schemers.org/}) is an elegant and conceptually simple +dialect of Lisp, originated by Guy Steele and Gerald Sussman, and since +evolved by the series of reports known as RnRS (the @tex Revised$^n$ @end tex diff --git a/doc/ref/scheme-reading.texi b/doc/ref/scheme-reading.texi index 6ec80a57c..f147ea00d 100644 --- a/doc/ref/scheme-reading.texi +++ b/doc/ref/scheme-reading.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2011 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -10,7 +10,7 @@ @itemize @bullet @item -The website @url{http://www.schemers.org} is a good starting point for +The website @url{http://www.schemers.org/} is a good starting point for all things Scheme. @item diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 0517fc427..1e0ba2be3 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -16,7 +16,7 @@ Guile has support for a number of SRFIs. This chapter gives an overview over the available SRFIs and some usage hints. For complete documentation, design rationales and further examples, we advise you to get the relevant SRFI documents from the SRFI home page -@url{http://srfi.schemers.org}. +@url{http://srfi.schemers.org/}. @menu * About SRFI Usage:: What to know about Guile's SRFI support. diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 63b6f3ff0..a08cd2cce 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -847,7 +847,7 @@ indicating any etag, or a list of entity tags. Indicates that a response should proceed if and only if the resource has been modified since the given date. @example -(parse-header if-modified-since "Tue, 15 Nov 1994 08:12:31 GMT") +(parse-header 'if-modified-since "Tue, 15 Nov 1994 08:12:31 GMT") @result{} #<date ...> @end example @end deftypevr |