Make snarfing tools more robust to varied C preprocessor behavior.
[bpt/guile.git] / doc / ref / api-data.texi
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
2014-01-09 Mark H WeaverImplement 'exact-integer?' and 'scm_is_exact_integer'.
2014-01-09 Mark H WeaverFix doc that incorrectly claimed (integer? +inf.0)...
2013-04-06 Mark H WeaverFix the recommendations for conversion of C string...
2013-04-06 Mark H WeaverImplement 'scm_c_bind_keyword_arguments'.
2013-04-01 Mark H WeaverFix broken texinfo markup in (ice-9 iconv) docs.
2013-04-01 Mark H WeaverFix typos in 'string-join' docs: 'string-infix' ->...
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 Wingodeprecate generalized vectors in favor of arrays
2013-02-02 Mark H WeaverAdd scm_from_ptrdiff_t and scm_to_ptrdiff_t.
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-12 Daniel HartwigIn string-split, add support for character sets and...
2012-03-05 Mark H WeaverRemove documentation of internal static string comparis...
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-21 Mark H WeaverAdd `random-state-from-platform' and `scm_i_random_byte...
2012-01-20 Andy Wingoadd when, unless
2012-01-04 Mark H WeaverFix docs of string mutators to do so on a mutable string
2011-11-20 Ludovic CourtèsAllow overlapping regions to be passed to `bytevector...
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
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-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-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
2009-12-11 Andy Wingomerge from master to elisp
2009-12-03 Andy Wingoremove "primitive numerics" from the docs
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-04 Michael GranDoc updates for Unicode string escapes and port encodings
2009-09-03 Michael GranDoc updates for srfi-14 character sets
2009-09-03 Michael GranUpdate docs and docstrings for Unicode characters
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-30 Michael GranUpdate docs for Unicode characters
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
next