Mark H Weaver
|
07bc8e7c33
Remove documentation of internal static string comparison functions
|
13 years ago |
Bake Timmons
|
5f6ffd6652
Improve consistency of definitions of C functions in manual.
|
13 years ago |
Bake Timmons
|
df0a100250
Make notation for Scheme repeated arguments more consistent in manual.
|
13 years ago |
Bake Timmons
|
64de6db5c6
Make consistent the usage of variable names in the function definitions found in the Texinfo docs.
|
13 years ago |
Mike Gran
|
bf8d845468
Update srfi-14 character sets to Unicode 6.1
|
13 years ago |
Mark H Weaver
|
d47db067b6
Add `random-state-from-platform' and `scm_i_random_bytes_from_platform'
|
13 years ago |
Andy Wingo
|
9accf3d98f
add when, unless
|
13 years ago |
Mark H Weaver
|
4dbd29a9b8
Fix docs of string mutators to do so on a mutable string
|
13 years ago |
Ludovic Courtès
|
8071964943
Allow overlapping regions to be passed to `bytevector-copy!'.
|
13 years ago |
Mike Gran
|
022dda6901
New functions scm_is_exact and scm_is_inexact
|
13 years ago |
Mark H Weaver
|
c3d8450c75
Clarify units of string length in decription of scm_from_stringn
|
14 years ago |
Mark H Weaver
|
68a78738a4
Clarify the units of returned lengths in string conversion functions
|
14 years ago |
Mark H Weaver
|
882c89636a
Fix the R6RS exact-integer-sqrt and import into core guile
|
14 years ago |
Mark H Weaver
|
ce6066065d
Doc fix: quotient/remainder/modulo do not require exact arguments
|
14 years ago |
Andy Wingo
|
95f5e303bc
scm_{to,from}_locale_string use current locale, not current ports
|
14 years ago |
Mark H Weaver
|
c428e58681
Add scm_from_latin1_keyword and scm_from_utf8_keyword
|
14 years ago |
Mark H Weaver
|
ce3ce21c62
Improve docs of string and symbol conversions from C strings
|
14 years ago |
Mark H Weaver
|
a6b087be1b
Fix minor errors in docs of division operators
|
14 years ago |
Mark H Weaver
|
8f9da3406b
Add four new sets of fast quotient and remainder operators
|
14 years ago |
Mark H Weaver
|
5fbf680be9
Make divide functions return values via (SCM *) output arguments
|
14 years ago |
Neil Jerram
|
679cceeda4
Misc textual editing
|
14 years ago |
Neil Jerram
|
4827afeb13
Avoid uses of "resp. signed"
|
14 years ago |
Ralf Wildenhues
|
995953e54d
docs: fix typos in manual, and a couple in code comments.
|
14 years ago |
Ralf Wildenhues
|
ecb8733562
docs: fix typos in manual, and a couple in code comments.
|
14 years ago |
Mark H Weaver
|
c721848287
Support non-real complex numbers with inexact zero imaginary part
|
14 years ago |
Mark H Weaver
|
654b2823be
Improve discussion of exactness propagation in manual
|
14 years ago |
Mark H Weaver
|
ac6ce16bc9
Rename {euclidean,centered}_quo_rem to {euclidean,centered}_divide
|
14 years ago |
Mark H Weaver
|
ff62c16828
Add two new sets of fast quotient and remainder operators
|
14 years ago |
Mark H Weaver
|
c960e55600
Infinities and NaNs are no longer rational
|
14 years ago |
Andy Wingo
|
10391e06e0
domain of inf?, finite?, nan? is the real numbers
|
14 years ago |