1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 23:20:38 +02:00
guile/module/language/assembly
Michael Gran f8ba2bb911 Rename string-width to string-bytes-per-char
* libguile/strings.h: rename scm_string_width to scm_string_bytes_per_char

* libguile/strings.c (scm_string_width): renamed to scm_string_bytes_per_char
  (scm_string_bytes_per_char): renamed from scm_string_width

* module/language/assembly/compile-bytecode.scm (write-bytecode): string-width
  -> string-bytes-per-char

* module/language/glil/compile-assembly.scm (dump-object): string-width
  -> string-bytes-per-char
2009-08-19 22:15:22 -07:00
..
compile-bytecode.scm Rename string-width to string-bytes-per-char 2009-08-19 22:15:22 -07:00
decompile-bytecode.scm rework the vm support for wide strings 2009-08-12 16:34:05 +02:00
disassemble.scm update docs for recent vm/compiler work 2009-08-12 23:38:05 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00