mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
*** empty log message ***
This commit is contained in:
parent
2635d5efb9
commit
0f002b27a3
3 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* common-list.scm (remove-if, remove-if-not): Fix typo: use
|
||||
`pred', not `pred?', in the body.
|
||||
|
||||
2001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||
|
||||
* match.scm:
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
|
||||
extension takes place.
|
||||
* strings.h (SCM_STRING_LENGTH): Likewise.
|
||||
(SCM_STRING_MAX_LENGTH): Use unsigned numbers.
|
||||
|
||||
* __scm.h (ptrdiff_t): Typedef to long when configure didn't find
|
||||
it.
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* srfi-13.scm: Prevent `export' from re-exporting core bindings.
|
||||
|
||||
2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* srfi-14.c (charset_print): Mark unused parameters with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue