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
3fdb855887
commit
bcb88c93fa
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-08-06 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* unif.c (scm_uniform_vector_ref, scm_array_set_x): For byvect, force
|
||||
signed byte range checks by using scm_to_schar and scm_from_schar,
|
||||
don't want to depend on signedness of C char.
|
||||
|
||||
2004-08-05 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* arbiters.c (scm_try_arbiter): Use scm_i_misc_mutex instead of
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2004-08-06 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/unif.test (array-set!): Exercise byte array range checks.
|
||||
(uniform-vector-ref): Exercise byte returns.
|
||||
|
||||
2004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* standalone/test-num2integral.c: Only perform the tests when the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue