mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
a13befdcd3
commit
680b523714
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-12-14 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* api-data.texi (Regexp Functions): Revise regex-substitute and
|
||||
regex-substitute/global for clarity, add some examples.
|
||||
|
||||
* api-procedures.texi (lambda* Reference): Revise for clarity, note
|
||||
how #:rest works with #:key, note previous bindings available to
|
||||
default expressions.
|
||||
|
||||
2004-12-05 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* srfi-modules.texi (SRFI-1 Length Append etc): In concatenate, note
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
2004-12-10 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* eq.c (scm_eq_p, scm_eqv_p, scm_equal_p): Update docstrings from
|
||||
recent revision to the reference manual.
|
||||
|
||||
* numbers.c (scm_modulo): Amend fixme comment about negative divisor
|
||||
with "%", C99 says it's well-defined.
|
||||
|
||||
* socket.c (scm_from_ipv6): Just use mpz_import. Don't bother trying
|
||||
to fit scm_from_ulong_long, since that uses mpz_import anyway. Don't
|
||||
bother trying to fit scm_from_ulong, not really worth the trouble if
|
||||
addresses are more than 4 bytes usually.
|
||||
|
||||
2004-11-30 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* gc_os_dep.c (NetBSD): Test __m68k__ and __arm__ as well as m68k and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue