summaryrefslogtreecommitdiff
path: root/doc/ref/api-data.texi
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Remove documentation of internal static string comparison functionsMark H Weaver1-10/+0
2012-02-04Improve consistency of definitions of C functions in manual.Bake Timmons1-6/+6
2012-02-04Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons1-75/+82
2012-02-02Make consistent the usage of variable names in the function definitions found...Bake Timmons1-9/+9
2012-02-01Update srfi-14 character sets to Unicode 6.1Mike Gran1-1/+1
2012-01-21Add `random-state-from-platform' and `scm_i_random_bytes_from_platform'Mark H Weaver1-19/+13
2012-01-20add when, unlessAndy Wingo1-5/+5
2012-01-04Fix docs of string mutators to do so on a mutable stringMark H Weaver1-1/+1
2011-11-20Allow overlapping regions to be passed to `bytevector-copy!'.Ludovic Courtès1-1/+2
2011-10-09New functions scm_is_exact and scm_is_inexactMike Gran1-0/+13
2011-04-21Clarify units of string length in decription of scm_from_stringnMark H Weaver1-1/+1
2011-04-19Clarify the units of returned lengths in string conversion functionsMark H Weaver1-6/+9
2011-04-09Fix the R6RS exact-integer-sqrt and import into core guileMark H Weaver1-0/+12
2011-04-06Doc fix: quotient/remainder/modulo do not require exact argumentsMark H Weaver1-2/+2
2011-03-17scm_{to,from}_locale_string use current locale, not current portsAndy Wingo1-12/+12
2011-03-09Add scm_from_latin1_keyword and scm_from_utf8_keywordMark H Weaver1-4/+16
2011-03-08Improve docs of string and symbol conversions from C stringsMark H Weaver1-4/+28
2011-02-15Fix minor errors in docs of division operatorsMark H Weaver1-3/+4
2011-02-14Add four new sets of fast quotient and remainder operatorsMark H Weaver1-2/+146
2011-02-14Make divide functions return values via (SCM *) output argumentsMark H Weaver1-17/+18
2011-02-13Misc textual editingNeil Jerram1-5/+5
2011-02-13Avoid uses of "resp. signed"Neil Jerram1-14/+28
2011-02-13docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues1-2/+2
2011-02-09docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues1-9/+9
2011-02-02Support non-real complex numbers with inexact zero imaginary partMark H Weaver1-8/+12
2011-02-01Improve discussion of exactness propagation in manualMark H Weaver1-4/+9
2011-01-31Rename {euclidean,centered}_quo_rem to {euclidean,centered}_divideMark H Weaver1-2/+2
2011-01-30Add two new sets of fast quotient and remainder operatorsMark H Weaver1-0/+79
2011-01-30Infinities and NaNs are no longer rationalMark H Weaver1-34/+39
2011-01-28domain of inf?, finite?, nan? is the real numbersAndy Wingo1-5/+6
2011-01-28Implement `finite?' in core and fix R6RS `finite?' and `infinite?'Mark H Weaver1-1/+8
2011-01-26Additional documentation for symbol manipulation functions.Julian Graham1-1/+31
2011-01-26Add `scm_{to,from}_utf32_string'.Ludovic Courtès1-6/+13
2011-01-23infinities are no longer integersAndy Wingo1-8/+4
2011-01-21document hungry-eol-escapesAndy Wingo1-0/+17
2011-01-04Improve doc of `string-index', `string-index-right', and `string-rindex'.Ludovic Courtès1-1/+7
2010-11-19fix string-filter and string-delete argument orderAndy Wingo1-4/+4
2010-10-31Add ref to new location for regex docNeil Jerram1-4/+6
2010-10-31Promote regex doc out of the `Simple Data Types' sectionNeil Jerram1-532/+0
2010-10-01move read and print options docs to the procedures they parameterizeAndy Wingo1-5/+3
2010-09-12Provide non-locale C/Scheme string conversion functionsMichael Gran1-0/+68
2010-07-26update docsAndy Wingo1-14/+10
2010-07-26Allow exposing of random number generator stateAndreas Rottmann1-3/+23
2010-07-17Enable character hex escapes by defaultMichael Gran1-14/+5
2010-06-01rename (rnrs bytevector) to (rnrs bytevectors)Andy Wingo1-1/+1
2010-04-10Merge branch 'master' into wip-manual-2Neil Jerram1-76/+385
2010-03-18A start at syntax-rules docsAndy Wingo1-1/+1
2010-03-14doc: Remove obsolete reference to the lack of Unicode support.Ludovic Courtès1-6/+1
2010-02-10Fix documentation of the `string->utf' and `utf->string' functions.Ludovic Courtès1-10/+14
2010-01-18Move string internals description in ref docMichael Gran1-66/+66