Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / doc / ref / api-data.texi
2013-04-01 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-01 Mark H WeaverFix typos in 'string-join' docs: 'string-infix' ->...
2013-03-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-29 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-15 Andy Wingofix doc build
2013-03-12 Mark H WeaverAdd 'round-ash', a rounding arithmetic shift operator
2013-03-10 Jason Earlexcise use of "iff" in the manual
2013-02-25 Mark H WeaverRevert "random-state-from-platform: simplify pid condit...
2013-02-25 Mark H Weaverrandom-state-from-platform: simplify pid conditional...
2013-02-18 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-02 Mark H WeaverAdd scm_from_ptrdiff_t and scm_to_ptrdiff_t.
2013-01-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-23 Andy Wingomerge stable-2.0
2013-01-15 Andy Wingoadd scm_from_port_string and friends
2013-01-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-11 Andy WingoChange iconv procedures to take optional instead of...
2013-01-11 Andy Wingoadd bytevector->string and string->bytevector in new...
2012-10-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-10-12 Daniel HartwigIn string-split, add support for character sets and...
2012-03-08 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-05 Mark H WeaverRemove documentation of internal static string comparis...
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-03 Bake TimmonsImprove consistency of definitions of C functions in...
2012-02-03 Bake TimmonsMake notation for Scheme repeated arguments more consis...
2012-02-02 Bake TimmonsMake consistent the usage of variable names in the...
2012-02-02 Mike GranUpdate srfi-14 character sets to Unicode 6.1
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-21 Mark H WeaverAdd `random-state-from-platform' and `scm_i_random_byte...
2012-01-20 Andy Wingoadd when, unless
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-04 Mark H WeaverFix docs of string mutators to do so on a mutable string
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-20 Ludovic CourtèsAllow overlapping regions to be passed to `bytevector...
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-21 Mark H WeaverClarify units of string length in decription of scm_fro...
2011-04-20 Mark H WeaverClarify the units of returned lengths in string convers...
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-04-09 Mark H WeaverFix the R6RS exact-integer-sqrt and import into core...
2011-04-06 Mark H WeaverDoc fix: quotient/remainder/modulo do not require exact...
2011-03-17 Andy Wingoscm_{to,from}_locale_string use current locale, not...
2011-03-09 Mark H WeaverAdd scm_from_latin1_keyword and scm_from_utf8_keyword
2011-03-09 Mark H WeaverAdd scm_from_latin1_keyword and scm_from_utf8_keyword
2011-03-08 Mark H WeaverImprove docs of string and symbol conversions from...
2011-03-08 Mark H WeaverImprove docs of string and symbol conversions from...
2011-02-15 Mark H WeaverFix minor errors in docs of division operators
2011-02-14 Mark H WeaverAdd four new sets of fast quotient and remainder operators
2011-02-14 Mark H WeaverMake divide functions return values via (SCM *) output...
2011-02-13 Neil JerramMisc textual editing
2011-02-13 Neil JerramAvoid uses of "resp. signed"
2011-02-13 Ralf Wildenhuesdocs: fix typos in manual, and a couple in code comments.
2011-02-09 Ralf Wildenhuesdocs: fix typos in manual, and a couple in code comments.
2011-02-02 Mark H WeaverSupport non-real complex numbers with inexact zero...
2011-02-01 Mark H WeaverImprove discussion of exactness propagation in manual
2011-01-31 Mark H WeaverRename {euclidean,centered}_quo_rem to {euclidean,cente...
2011-01-30 Mark H WeaverAdd two new sets of fast quotient and remainder operators
2011-01-30 Mark H WeaverInfinities and NaNs are no longer rational
2011-01-28 Andy Wingodomain of inf?, finite?, nan? is the real numbers
2011-01-28 Mark H WeaverImplement `finite?' in core and fix R6RS `finite?'...
2011-01-26 Julian GrahamAdditional documentation for symbol manipulation functions.
2011-01-25 Ludovic CourtèsAdd `scm_{to,from}_utf32_string'.
2011-01-22 Andy Wingoinfinities are no longer integers
2011-01-21 Andy Wingodocument hungry-eol-escapes
2011-01-04 Ludovic CourtèsImprove doc of `string-index', `string-index-right...
2010-11-19 Andy Wingofix string-filter and string-delete argument order
2010-10-31 Neil JerramAdd ref to new location for regex doc
2010-10-31 Neil JerramPromote regex doc out of the `Simple Data Types' section
2010-10-01 Andy Wingomove read and print options docs to the procedures...
2010-09-12 Michael GranProvide non-locale C/Scheme string conversion functions
2010-07-26 Andy Wingoupdate docs
2010-07-26 Andreas RottmannAllow exposing of random number generator state
2010-07-17 Michael GranEnable character hex escapes by default
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-04-16 Neil JerramMerge branch 'wip-manual-2'
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-18 Andy WingoA start at syntax-rules docs
2010-03-14 Ludovic Courtèsdoc: Remove obsolete reference to the lack of Unicode...
2010-02-09 Ludovic CourtèsFix documentation of the `string->utf' and `utf->string...
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-13 Michael GranDocument R6RS hex escapes
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-07 Andy Wingoupdate uniform vector docs
2010-01-03 Julian GrahamSupport for Unicode string normalization functions
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-24 Julian GrahamSupport for Unicode general categories
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-19 Neil JerramRemove page breaks except before new chapters and indices
2009-12-18 Brian Goughmore typo fixes
next