Implementation for the R6RS (rnrs sorting) library.
[bpt/guile.git] / doc /
2010-05-20 Julian GrahamDocumentation for the R6RS `library' and `import' forms.
2010-05-07 Ludovic CourtèsAdd (system vm coverage).
2010-05-02 Andy Wingoadd tour.texi to guile_TEXINFOS
2010-05-02 Andy WingoUpdate example disassemblies
2010-05-02 Andy Wingoadd assert-nargs-ee/locals instruction
2010-05-02 Andy Wingoupdate compiler.texi
2010-05-01 Andy Wingoupdate documentation for vm instructions
2010-04-27 Andy WingoMerge branch 'wip-module-namespaces'
2010-04-26 Neil JerramFix inconsistent sectioning, causing make to fail
2010-04-26 Neil JerramBring the manual organisation section a little closer...
2010-04-26 Neil JerramAssorted minor manual changes
2010-04-26 Neil JerramMore `Guile and the GNU Project' text
2010-04-25 Neil JerramMove description of manual organisation from Preface...
2010-04-25 Neil JerramRemove weird instruction
2010-04-25 Neil JerramFix typo
2010-04-25 Neil JerramMove `Reporting Bugs' section out of Introduction
2010-04-25 Neil JerramMove whirlwind tour material to its own chapter
2010-04-25 Neil JerramMove Scheme introduction (Guile-independent) to its...
2010-04-16 Neil JerramMerge branch 'wip-manual-2'
2010-04-16 Andy Wingofold in feedback to api-languages
2010-04-16 Andy Wingomore nil docs
2010-04-16 Andy Wingoadd docs on `nil'
2010-04-16 Andy Wingofix bugs in ice-9 i18n demo (invalid input)
2010-04-16 Andy Wingofixes to api-i18n.texi
2010-04-16 Andy Wingoflesh out docs on multiple languages a bit more
2010-04-11 Neil JerramImprovements to Introduction chapter
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-06 Andy Wingofinish ffi docs
2010-04-05 Andy Wingomore ffi docs
2010-04-03 Michael GranRemove obsolete docs for multi-byte text
2010-04-01 Andy Wingodeprecate dynamic-args-call, and update docs some more
2010-04-01 Andy Wingoadd api-foreign.texi
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-30 Ludovic CourtèsMention `(system base lalr)' in the manual.
2010-03-22 Andy WingoUpdate manual examples of how to link with Guile
2010-03-19 Andy Wingofinish macro docs
2010-03-19 Andy Wingodocument syntax-case
2010-03-18 Andy WingoA start at syntax-rules docs
2010-03-16 Ludovic CourtèsChange `dynamic-link' to return a global handle when...
2010-03-16 Andy Wingoadd a section to the manual on prompts
2010-03-14 Ludovic Courtèsdoc: Update "Multi-Threading" node.
2010-03-14 Ludovic Courtèsdoc: Remove obsolete reference to the lack of Unicode...
2010-03-14 Andy Wingosmall vm.texi updates
2010-03-14 Andy Wingoadd some vm hook docs
2010-03-14 Andy WingoUpdate api-debug.texi; there is a ways to go.
2010-03-14 Andy Wingofix critical bug in history.texi
2010-03-14 Andy Wingoupdate "data representation" part of guile internals doc
2010-03-04 Ken RaeburnThe load-module routine tries to interpret relative...
2010-02-26 Andy Wingodeprecate lazy-catch
2010-02-16 Ludovic CourtèsRemove misplaced tabs from the manual.
2010-02-16 Andy Wingodelete the tutorial
2010-02-16 Andy Wingofix a bug in the tutorial
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2010-02-13 Ludovic CourtèsDocument the maximum number of arguments for a subr.
2010-02-09 Ludovic CourtèsFix documentation of the `string->utf' and `utf->string...
2010-02-08 Andy Wingomake scm_make_continuation internal
2010-02-02 Ludovic CourtèsAdd `(ice-9 vlist)'.
2010-01-23 Ludovic CourtèsRevert "Install `standard-library.info'."
2010-01-22 Ludovic CourtèsInstall `standard-library.info'.
2010-01-19 Ludovic CourtèsDocument `guile-tools compile'.
2010-01-19 Michael GranDocument modal encodings problem in ref doc
2010-01-18 Michael GranMove string internals description in ref doc
2010-01-18 Michael GranString ref doc updates for case and conversion
2010-01-17 Michael GranDocument string-bytes-per-char and %string-dump
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2010-01-13 Michael GranDocument R6RS hex escapes
2010-01-11 Andy Wingoprograms print as #<procedure ...>
2010-01-11 Andy Wingoremove section on enclose-array
2010-01-10 Michael GranAdd R6RS backspace string escape
2010-01-10 Michael GranAdd R6RS backslash string escape
2010-01-10 Michael GranAdd R6RS character names
2010-01-08 Ludovic CourtèsUse `HORIZONTAL ELLIPSIS' when available in `truncated...
2010-01-07 Andy Wingoupdate uniform vector docs
2010-01-07 Ludovic CourtèsHave string ports honor `%default-port-encoding'.
2010-01-03 Ludovic CourtèsRemove dependency on GNU Make and reliance on /usr...
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2010-01-03 Andy Wingoadd truncated-print tests
2010-01-03 Julian GrahamSupport for Unicode string normalization functions
2009-12-29 Andy Wingo~:@y allows for truncation to an absolute maximum width
2009-12-29 Andy Wingoadd ~@y truncated printing directive to format
2009-12-28 Michael GranAdd documentation for scm_c_upcase et al
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-27 Neil Jerrammanual updates following libguile docstring changes
2009-12-27 Neil JerramDoc for getsid
2009-12-24 Julian GrahamSupport for Unicode general categories
2009-12-22 Julian GrahamComplete support for version information in Guile's...
2009-12-22 Julian GrahamSupport for renaming bindings on module export.
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-21 Andy Wingoremove "module system quirks" from the manual
2009-12-21 Neil JerramPlaceholders for expected remaining Intro sections
2009-12-21 Neil JerramMore intro text on combining with C code
2009-12-20 Andy Wingointegrate guile-lib docs
2009-12-19 Neil JerramTypo and formatting
2009-12-19 Neil JerramRemove obsolete and empty Tcl/Tk file
2009-12-19 Neil JerramMore about Guile's relationship to Scheme standards
2009-12-19 Neil JerramFormat `Revised^n' more nicely in TeX
2009-12-19 Neil JerramNew introductory text about Guile
2009-12-19 Neil JerramMove Conventions section to after `Reporting Bugs'
2009-12-19 Neil JerramMove "Discouraged and Deprecated" from Introduction...
next