1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module
Daniel Hartwig 1746b8ffdb fix and update (ice-9 mapping)
* module/ice-9/mapping.scm (mapping-create-handle!): INIT is required.
  (mapping-ref): Rewrite.  Fix problem with DFLT.
  (hash-table-mapping-hooks): Drop DELETE-PROC, hash-table accessors
  only use ASSOC-PROC.  Add INIT to create-handle hook.  Use correct
  hash-table accessors.
  (make-hash-table-mapping): Drop DELETE-PROC.
  (hash-table-mapping): Rewrite.  Drop DELETE-PROC.
2013-02-24 14:41:56 +01:00
..
ice-9 fix and update (ice-9 mapping) 2013-02-24 14:41:56 +01:00
language fix compilation of functions with more than 255 local variables. 2013-02-20 16:02:30 +01:00
oop Clarify the copyright status of GOOPS. 2013-01-26 15:41:05 +01:00
rnrs add read-string and read-string! to (ice-9 rdelim) 2013-01-22 15:15:43 +01:00
scripts Fix a couple of warnings. 2012-01-26 00:37:23 +01:00
srfi deprecate generalized vectors in favor of arrays 2013-02-18 16:57:15 +01:00
sxml add #:doctype-handler to xml->sxml 2013-01-30 15:29:18 +01:00
system Fix startup of guile.exe on MS-Windows. 2013-02-19 16:34:50 +01:00
texinfo (texinfo docbook): informaltable is a block element. 2013-02-09 18:19:06 +01:00
web add read-string and read-string! to (ice-9 rdelim) 2013-01-22 15:15:43 +01:00
Makefile.am add bytevector->string and string->bytevector in new (ice-9 iconv) module 2013-01-11 15:15:37 +01:00
rnrs.scm Add missing R6RS `open-file-input/output-port' procedure 2012-11-12 20:47:57 +01:00
statprof.scm add gcprof 2011-05-05 11:43:12 +02:00
texinfo.scm (texinfo): add a command-spec for @math{}. 2013-02-09 18:19:28 +01:00