summaryrefslogtreecommitdiff
path: root/doc/ref/libguile-concepts.texi
Commit message (Collapse)AuthorAgeFilesLines
* libguile examples use scm_c_vector functions instead of SCM_SIMPLE_VECTOR_*Andy Wingo2013-01-221-25/+24
| | | | | | | * doc/ref/libguile-concepts.texi (Multi-Threading): Use functions in the example instead of macros. Performance is really not a concern with this interface, especially now that scm_car and scm_cdr are inline functions.
* docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues2011-02-091-1/+1
| | | | | | | | | | | | | | | | | | | * doc/ref/api-binding.texi, doc/ref/api-compound.texi, doc/ref/api-control.texi, doc/ref/api-debug.texi, doc/ref/api-io.texi, doc/ref/api-macros.texi, doc/ref/api-procedures.texi, doc/ref/api-scheduling.texi, doc/ref/api-undocumented.texi, doc/ref/api-utility.texi, doc/ref/compiler.texi, doc/ref/goops.texi, doc/ref/libguile-concepts.texi, doc/ref/misc-modules.texi, doc/ref/posix.texi, doc/ref/r6rs.texi, doc/ref/slib.texi, doc/ref/srfi-modules.texi, doc/ref/sxml-match.texi, doc/ref/tools.texi, doc/ref/vm.texi, doc/ref/web.texi, doc/sources/env.texi, doc/sources/jimb-org.texi, doc/sources/scheme-concepts.texi, doc/sources/unix.texi, module/ice-9/optargs.scm: Fix typos. * doc/r4rs/r5rs.texi: Likewise. Do not capitalize code symbols even at the start of a sentence. * doc/ref/api-data.texi: Likewise. Also, remove executable bit.
* Merge branch 'master' into wip-manual-2Neil Jerram2010-04-101-21/+14
|\ | | | | | | | | | | | | | | | | | | Conflicts: doc/ref/api-procedures.texi doc/ref/misc-modules.texi (Caused by me removing `@page' from a couple of sections that have been modified by others.)
| * doc: Update "Multi-Threading" node.Ludovic Courtès2010-03-141-16/+10
| | | | | | | | | | * doc/ref/libguile-concepts.texi (Multi-Threading): Remove bits about the requirement not to block in guile mode.
| * update "data representation" part of guile internals docAndy Wingo2010-03-141-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/ref/api-control.texi (Handling Errors): Move the "Signalling Type Errors" section here. * doc/ref/data-rep.texi (Data Representation): Refactor, lopping and cropping and stitching. * doc/ref/libguile-concepts.texi (Dynamic Types): * doc/ref/libguile-smobs.texi (Describing a New Type, Double Smobs): * doc/ref/guile.texi (Guile Implementation, Programming in C): Adapt to refactorings. * doc/ref/history.texi (A Scheme of Many Maintainers): (A Timeline of Selected Guile Releases, Status): Update.
* | Remove page breaks except before new chapters and indicesNeil Jerram2009-12-191-1/+0
|/ | | | | | | | | | | | | | | | | * doc/ref/api-binding.texi, doc/ref/api-compound.texi, doc/ref/api-control.texi, doc/ref/api-data.texi, doc/ref/api-debug.texi, doc/ref/api-evaluation.texi, doc/ref/api-i18n.texi, doc/ref/api-io.texi, doc/ref/api-memory.texi, doc/ref/api-modules.texi, doc/ref/api-options.texi, doc/ref/api-overview.texi, doc/ref/api-procedures.texi, doc/ref/api-scheduling.texi, doc/ref/api-smobs.texi, doc/ref/api-translation.texi, doc/ref/api-utility.texi, doc/ref/expect.texi, doc/ref/libguile-concepts.texi, doc/ref/libguile-program.texi, doc/ref/misc-modules.texi, doc/ref/repl-modules.texi, doc/ref/scheme-debugging.texi, doc/ref/scheme-reading.texi, doc/ref/scheme-scripts.texi, doc/ref/script-getopt.texi, doc/ref/scsh.texi, doc/ref/srfi-modules.texi: Remove @page before @section.
* more typo fixesBrian Gough2009-12-181-4/+4
| | | | | | | | | | | | | | | More spelling corrections and fixes for doubled words (e.g. "the the") -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ >From 7be02beedc739c32cce2c8ec8f4ac814c994a13f Mon Sep 17 00:00:00 2001 From: Brian Gough <bjg@gnu.org> Date: Mon, 14 Dec 2009 22:06:22 +0000 Subject: [PATCH] fix various documentation typos (spelling & doubled words)
* Fix `explicitely' typos, should be `explicitly'Neil Jerram2009-05-201-1/+1
|
* merge vm docs into guile reference (as yet unfinished)Andy Wingo2008-11-201-4/+4
| | | | | | | | | | | | | | | | | * doc/ref/compiler.texi: A new empty section on the compiler. * doc/ref/data-rep.texi: Made to be a section of a chapter instead of an appendix. The beginnings of some revision, but not there yet. * doc/ref/guile.texi: Put the "Data Representation" essay into the new "History and Implementation Details" chapter. * doc/ref/history.texi: New empty section on Guile history. * doc/ref/libguile-concepts.texi: * doc/ref/libguile-smobs.texi: Fix up some xrefs. * doc/ref/vm.texi: New section documenting the VM. Not done yet.
* Fix manual typo.Neil Jerram2008-04-081-1/+1
|
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-12/+12
| | | | | contexts. Renamed all functions from scm_frame_ to scm_dynwind_. Updated documentation.
* Removed scm_leave_guile, scm_enter_guile and all references toMarius Vollmer2005-12-061-11/+10
| | | | them since they are no longer in the API.
* Spelling errors reported by hyperdivision.Kevin Ryde2005-06-221-7/+7
|
* Talk about critical sections.Marius Vollmer2005-03-071-0/+28
|
* Use smobs as an example for 'remembering'. Mention continuation barriers.Marius Vollmer2005-03-041-7/+12
|
* Updates for the new thread stuff.Marius Vollmer2005-03-021-7/+214
|
* (Control Flow): Cross reference Tail Calls.Kevin Ryde2005-02-281-1/+1
|
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-214/+7
| | | | wrong branch. Sorry.
* Threading changes.Marius Vollmer2005-01-241-7/+214
|
* Big reorganization of the whole manual to give it a simpler structure.Marius Vollmer2004-04-211-0/+379