Age | Commit message (Expand) | Author | Files | Lines |
2012-03-04 | Remove documentation of internal static string comparison functions | Mark H Weaver | 1 | -10/+0 |
2012-02-04 | Improve consistency of definitions of C functions in manual. | Bake Timmons | 1 | -6/+6 |
2012-02-04 | Make notation for Scheme repeated arguments more consistent in manual. | Bake Timmons | 1 | -75/+82 |
2012-02-02 | Make consistent the usage of variable names in the function definitions found... | Bake Timmons | 1 | -9/+9 |
2012-02-01 | Update srfi-14 character sets to Unicode 6.1 | Mike Gran | 1 | -1/+1 |
2012-01-21 | Add `random-state-from-platform' and `scm_i_random_bytes_from_platform' | Mark H Weaver | 1 | -19/+13 |
2012-01-20 | add when, unless | Andy Wingo | 1 | -5/+5 |
2012-01-04 | Fix docs of string mutators to do so on a mutable string | Mark H Weaver | 1 | -1/+1 |
2011-11-20 | Allow overlapping regions to be passed to `bytevector-copy!'. | Ludovic Courtès | 1 | -1/+2 |
2011-10-09 | New functions scm_is_exact and scm_is_inexact | Mike Gran | 1 | -0/+13 |
2011-04-21 | Clarify units of string length in decription of scm_from_stringn | Mark H Weaver | 1 | -1/+1 |
2011-04-19 | Clarify the units of returned lengths in string conversion functions | Mark H Weaver | 1 | -6/+9 |
2011-04-09 | Fix the R6RS exact-integer-sqrt and import into core guile | Mark H Weaver | 1 | -0/+12 |
2011-04-06 | Doc fix: quotient/remainder/modulo do not require exact arguments | Mark H Weaver | 1 | -2/+2 |
2011-03-17 | scm_{to,from}_locale_string use current locale, not current ports | Andy Wingo | 1 | -12/+12 |
2011-03-09 | Add scm_from_latin1_keyword and scm_from_utf8_keyword | Mark H Weaver | 1 | -4/+16 |
2011-03-08 | Improve docs of string and symbol conversions from C strings | Mark H Weaver | 1 | -4/+28 |
2011-02-15 | Fix minor errors in docs of division operators | Mark H Weaver | 1 | -3/+4 |
2011-02-14 | Add four new sets of fast quotient and remainder operators | Mark H Weaver | 1 | -2/+146 |
2011-02-14 | Make divide functions return values via (SCM *) output arguments | Mark H Weaver | 1 | -17/+18 |
2011-02-13 | Misc textual editing | Neil Jerram | 1 | -5/+5 |
2011-02-13 | Avoid uses of "resp. signed" | Neil Jerram | 1 | -14/+28 |
2011-02-13 | docs: fix typos in manual, and a couple in code comments. | Ralf Wildenhues | 1 | -2/+2 |
2011-02-09 | docs: fix typos in manual, and a couple in code comments. | Ralf Wildenhues | 1 | -9/+9 |
2011-02-02 | Support non-real complex numbers with inexact zero imaginary part | Mark H Weaver | 1 | -8/+12 |
2011-02-01 | Improve discussion of exactness propagation in manual | Mark H Weaver | 1 | -4/+9 |
2011-01-31 | Rename {euclidean,centered}_quo_rem to {euclidean,centered}_divide | Mark H Weaver | 1 | -2/+2 |
2011-01-30 | Add two new sets of fast quotient and remainder operators | Mark H Weaver | 1 | -0/+79 |
2011-01-30 | Infinities and NaNs are no longer rational | Mark H Weaver | 1 | -34/+39 |
2011-01-28 | domain of inf?, finite?, nan? is the real numbers | Andy Wingo | 1 | -5/+6 |
2011-01-28 | Implement `finite?' in core and fix R6RS `finite?' and `infinite?' | Mark H Weaver | 1 | -1/+8 |
2011-01-26 | Additional documentation for symbol manipulation functions. | Julian Graham | 1 | -1/+31 |
2011-01-26 | Add `scm_{to,from}_utf32_string'. | Ludovic Courtès | 1 | -6/+13 |
2011-01-23 | infinities are no longer integers | Andy Wingo | 1 | -8/+4 |
2011-01-21 | document hungry-eol-escapes | Andy Wingo | 1 | -0/+17 |
2011-01-04 | Improve doc of `string-index', `string-index-right', and `string-rindex'. | Ludovic Courtès | 1 | -1/+7 |
2010-11-19 | fix string-filter and string-delete argument order | Andy Wingo | 1 | -4/+4 |
2010-10-31 | Add ref to new location for regex doc | Neil Jerram | 1 | -4/+6 |
2010-10-31 | Promote regex doc out of the `Simple Data Types' section | Neil Jerram | 1 | -532/+0 |
2010-10-01 | move read and print options docs to the procedures they parameterize | Andy Wingo | 1 | -5/+3 |
2010-09-12 | Provide non-locale C/Scheme string conversion functions | Michael Gran | 1 | -0/+68 |
2010-07-26 | update docs | Andy Wingo | 1 | -14/+10 |
2010-07-26 | Allow exposing of random number generator state | Andreas Rottmann | 1 | -3/+23 |
2010-07-17 | Enable character hex escapes by default | Michael Gran | 1 | -14/+5 |
2010-06-01 | rename (rnrs bytevector) to (rnrs bytevectors) | Andy Wingo | 1 | -1/+1 |
2010-04-10 | Merge branch 'master' into wip-manual-2 | Neil Jerram | 1 | -76/+385 |
2010-03-18 | A start at syntax-rules docs | Andy Wingo | 1 | -1/+1 |
2010-03-14 | doc: Remove obsolete reference to the lack of Unicode support. | Ludovic Courtès | 1 | -6/+1 |
2010-02-10 | Fix documentation of the `string->utf' and `utf->string' functions. | Ludovic Courtès | 1 | -10/+14 |
2010-01-18 | Move string internals description in ref doc | Michael Gran | 1 | -66/+66 |