1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/doc/ref
Ludovic Courtès 2ace7a5312 doc: Mention URL of Guile-GnuTLS.
* doc/ref/web.texi (Web Client): Mention new URL of Guile-GnuTLS.
2023-01-19 15:48:47 +01:00
..
.gitignore
api-binding.texi Add R7RS documentation and --r7rs command-line option 2019-11-17 15:30:59 +01:00
api-control.texi Fix doc for string args to error C API 2022-09-30 12:04:15 +02:00
api-coverage.texi doc: Fix typo in 'coverage-data->lcov' example. 2022-10-01 16:00:05 +02:00
api-data.texi Document R7RS functions related to bytevectors 2023-01-17 16:07:48 +01:00
api-debug.texi Fix up source properties section in manual 2021-03-05 20:49:37 +01:00
api-deprecated.texi
api-evaluation.texi Update documentation to incorporate read-syntax 2021-03-04 21:42:22 +01:00
api-foreign-objects.texi Remove SMOB tutorial; update manual. 2014-04-28 17:45:07 +02:00
api-foreign.texi Support C99 complex types in (system foreign) 2021-11-15 11:34:09 +01:00
api-i18n.texi Use "G_" as the conventional alias for gettext 2019-09-12 21:50:35 +02:00
api-init.texi
api-io.texi Document R7RS functions related to bytevectors 2023-01-17 16:07:48 +01:00
api-lalr.texi doc: Update LALR URL. 2018-08-07 11:33:06 +02:00
api-languages.texi Improve the documentation for 'nil?'. 2019-05-23 15:53:55 +02:00
api-macros.texi doc: Fix eval-when example 2023-01-17 07:06:55 +01:00
api-memory.texi Clarify use of the term "scanning" in the manual 2016-06-24 08:56:21 +02:00
api-modules.texi doc: '@' is not equivalent to autoloading. 2020-05-22 22:09:51 +02:00
api-options.texi Update effective version to 3.0 2017-05-22 14:15:40 +02:00
api-overview.texi
api-peg.texi Fix minor typo in the PEG documentation. 2018-08-07 11:41:06 +02:00
api-procedures.texi Review REFFIXME 2021-12-13 08:11:29 +01:00
api-regex.texi Doc: clarification on regexes and encodings 2023-01-17 07:20:10 +01:00
api-scheduling.texi Fix "display" typo in make-thread and begin-thread docs 2021-01-17 13:25:42 -06:00
api-scm.texi
api-smobs.texi Remove SMOB tutorial; update manual. 2014-04-28 17:45:07 +02:00
api-snarf.texi
api-undocumented.texi excise use of "iff" in the manual 2013-03-10 22:29:18 +01:00
api-utility.texi Doc: document that eq?, eqv? and equal? take any number of arguments 2022-12-11 02:19:19 +01:00
api.txt
ChangeLog-2008
ChangeLog-goops-2008
ChangeLog-guile-doc-ref
compiler.texi doc: Fix typo under "CPS Soup". 2022-10-01 16:00:05 +02:00
curried.texi
data-rep.texi Spelling fixes 2018-10-21 14:54:38 +02:00
effective-version.texi.in
expect.texi
fdl.texi
gds.dia
gds.eps
gds.pdf
gds.txt
goops-tutorial.texi
goops.texi Document class redefinition change 2017-09-14 11:09:02 +02:00
guile-invoke.texi Bignums avoid both custom GMP allocator and finalizers 2022-01-13 09:37:17 +01:00
guile.texi Add 'bytevector-slice'. 2023-01-14 16:14:17 +01:00
hierarchy.dot doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.eps doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.pdf doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.png doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.txt
history.texi doc: Lee Thomas suggested the name change. 2022-12-10 18:23:52 +01:00
indices.texi
intro.texi Install exception converters and printers from boot-9 2019-11-21 16:48:35 +01:00
libguile-autoconf.texi
libguile-concepts.texi Deprecate user asyncs 2016-10-17 21:58:08 +02:00
libguile-extensions.texi
libguile-foreign-objects.texi doc: Fix typo. 2018-08-07 12:09:33 +02:00
libguile-linking.texi doc: embedding example more readable. 2014-01-17 22:22:02 +01:00
libguile-parallel.texi Replace libltdl with raw dlopen, dlsym 2021-02-03 23:02:21 +01:00
libguile-program.texi Review REFFIXME 2021-12-13 08:11:29 +01:00
libguile-snarf.texi Prefer foreign objects over smobs in manual 2014-04-28 18:00:05 +02:00
Makefile.am Add R7RS documentation and --r7rs command-line option 2019-11-17 15:30:59 +01:00
match.texi doc: Fix argument list in match-lambda docs 2019-06-24 15:24:33 +02:00
misc-modules.texi doc: Document how (ice-9 format) replaces 'format'. 2022-10-12 22:49:00 +02:00
mod-getopt-long.texi doc: fix documented keyword argument default to match code default 2022-12-21 08:29:42 +01:00
mop.text
new-docstrings.texi
posix.texi Add 'spawn'. 2023-01-13 16:05:30 +01:00
preface.texi doc: Use gender-neutral language in Preface 2020-01-20 10:23:33 +01:00
r6rs.texi Document call-with-port 2021-01-12 12:21:15 +01:00
r7rs.texi Document R7RS functions related to bytevectors 2023-01-17 16:07:48 +01:00
repl-modules.texi readline: Avoid interpreting control characters in pastes. 2017-05-17 22:29:08 +02:00
scheme-ideas.texi Update documentation for mixed definitions and expressions 2019-08-25 17:05:38 +02:00
scheme-indices.texi
scheme-intro.texi Add R7RS documentation and --r7rs command-line option 2019-11-17 15:30:59 +01:00
scheme-reading.texi
scheme-scripts.texi Fix scheme-scripts markup. 2017-03-01 21:44:53 +01:00
scheme-using.texi doc: Mention (ice-9 time) module path. 2020-06-18 00:30:30 +02:00
scheme.dia
scheme.eps
scheme.pdf
scheme.txt
scsh.texi
slib.texi
srfi-modules.texi doc: Fix minor typos 2022-12-09 13:15:56 +01:00
statprof.texi Check for working profiling and virtual itimers 2017-03-06 23:06:12 -08:00
sxml-match.texi doc: Replace square brackets with round brackets. 2020-03-25 22:50:26 +01:00
sxml.texi doc: Clarify reference to (sxml transform) module. 2022-10-01 16:00:05 +02:00
texinfo.texi texinfo: Add '*line-width*' fluid to control line wrapping. 2020-01-29 15:19:37 +01:00
tools.texi Prefer foreign objects over smobs in manual 2014-04-28 18:00:05 +02:00
tour.texi Replace libltdl with raw dlopen, dlsym 2021-02-03 23:02:21 +01:00
vm.texi doc: Fix typo in VM instruction name. 2022-11-01 22:02:25 +01:00
web.texi doc: Mention URL of Guile-GnuTLS. 2023-01-19 15:48:47 +01:00