racket/racket
David Van Horn 72a852ca43 cs: fix {u,s}16vector-{ref,set!} when memory is not bytes?
When a {u,s}16vector points to memory that's not bytes (e.g. from ffi)
then referencing or setting the memory results in a Chez error:

```
foreign-set!: unrecognized type 'int16
```

The fix is to change the type argument to `'integer-16` and
`'unsigned-16`.
2020-12-23 07:49:23 -07:00
..
collects raco dist: signing repairs for ARM Mac OS 2020-12-22 15:55:47 -07:00
src cs: fix {u,s}16vector-{ref,set!} when memory is not bytes? 2020-12-23 07:49:23 -07:00
.gitignore internal hooks to build "Racket.exe" without "libracket3m.dll" 2015-03-28 09:50:01 -06:00