ikarus/scheme
Abdulaziz Ghuloum 7e965758cf Added memcpy (courtesy of Andreas Rottmann).
The `memcpy' procedure allows to copy memory from bytevectors to
  unmanaged (malloc'ed) memory and vice-versa.
2009-04-30 12:35:49 +03:00
..
tests Added a test (thanks to Michele Simionato) that exhibits the 2009-04-27 10:15:35 +03:00
unicode fixed a bug in parsing UnicodeData.txt (not accounting for <First> 2009-01-05 06:21:02 +03:00
Makefile.am make distcheck now works. Many thanks to Andreas Rottmann (rotty) 2009-04-07 02:15:32 +03:00
Makefile.in make distcheck now works. Many thanks to Andreas Rottmann (rotty) 2009-04-07 02:15:32 +03:00
ikarus.apply.ss
ikarus.apropos.ss added missing copyrights from scheme files. 2009-01-09 11:40:55 +03:00
ikarus.boot.4.prebuilt made public source-position conditions and load-r6rs-script. 2008-12-27 00:36:13 -05:00
ikarus.boot.8.prebuilt made public source-position conditions and load-r6rs-script. 2008-12-27 00:36:13 -05:00
ikarus.bytevectors.ss fixed &who for the error condition when uint-list->bytevector is 2008-12-23 20:44:47 -05:00
ikarus.cafe.ss
ikarus.chars.ss
ikarus.code-objects.ss
ikarus.codecs.ss
ikarus.collect.ss
ikarus.command-line.ss
ikarus.compiler.altcogen.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.compiler.source-optimizer.ss
ikarus.compiler.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.compiler.tag-annotation-analysis.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.conditions.ss made public source-position conditions and load-r6rs-script. 2008-12-27 00:36:13 -05:00
ikarus.control.ss
ikarus.date-string.ss
ikarus.enumerations.ss
ikarus.equal.ss
ikarus.exceptions.ss
ikarus.fasl.ss fixed bug in fasl-reading unicode chars in 64-bit mode. 2009-01-03 19:57:19 -05:00
ikarus.fasl.write.ss eq- and eqv-hashtables are now fasl-writable. 2008-12-23 21:40:09 -05:00
ikarus.fixnums.ss added missing assertion check for (fxdiv (least-fixnum) -1) 2008-12-25 21:00:14 -05:00
ikarus.guardians.ss
ikarus.handlers.ss
ikarus.hash-tables.ss - hashtable-hash-function used to return an incorrect hash function 2009-04-11 21:39:53 +03:00
ikarus.include-src.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.intel-assembler.ss
ikarus.io.ss Applied patch that fixes bug: dirent->d_namlen not available on 2009-04-09 23:55:44 +03:00
ikarus.lists.ss fixed fprintf line in scheme-script.c 2008-12-23 20:41:12 -05:00
ikarus.load.ss made public source-position conditions and load-r6rs-script. 2008-12-27 00:36:13 -05:00
ikarus.main.ss fixed copyright year in banner. 2009-04-07 02:36:53 +03:00
ikarus.multiple-values.ss
ikarus.not-yet-implemented.ss added missing copyrights from scheme files. 2009-01-09 11:40:55 +03:00
ikarus.numerics.ss - hashtable-hash-function used to return an incorrect hash function 2009-04-11 21:39:53 +03:00
ikarus.ontology.ss
ikarus.pairs.ss
ikarus.pointers.ss Added memcpy (courtesy of Andreas Rottmann). 2009-04-30 12:35:49 +03:00
ikarus.posix.ss Fixed environ. The procedure environ takes no arguments and returns 2009-04-06 09:59:07 +03:00
ikarus.predicates.ss
ikarus.pretty-formats.ss
ikarus.pretty-print.ss
ikarus.promises.ss
ikarus.reader.annotated.ss
ikarus.reader.ss made public source-position conditions and load-r6rs-script. 2008-12-27 00:36:13 -05:00
ikarus.records.procedural.ss
ikarus.singular-objects.ss
ikarus.sort.ss
ikarus.string-to-number.ss fixed bug in expansion of expressions in interaction environment 2009-04-27 09:59:23 +03:00
ikarus.strings.ss
ikarus.structs.ss
ikarus.symbol-table.ss added missing copyrights from scheme files. 2009-01-09 11:40:55 +03:00
ikarus.symbols.ss
ikarus.time-and-date.ss
ikarus.timer.ss
ikarus.trace.ss
ikarus.unicode-conversion.ss
ikarus.unicode.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.vectors.ss
ikarus.writer.ss fixed bugs in format when given inexact and complex arguments to ~d, 2009-04-06 16:52:11 +03:00
last-revision Added memcpy (courtesy of Andreas Rottmann). 2009-04-30 12:35:49 +03:00
makefile.ss Added memcpy (courtesy of Andreas Rottmann). 2009-04-30 12:35:49 +03:00
pass-specify-rep-primops.ss fixed compile error for (vector-set! (vector 0) 0.0 'foo). 2009-01-03 19:48:23 -05:00
pass-specify-rep.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
psyntax.builders.ss Non-system procedures now print with source-position. E.g., 2009-03-30 12:28:30 +03:00
psyntax.compat.ss missing library file errors now print import trace. 2009-01-03 20:23:33 -05:00
psyntax.config.ss
psyntax.expander.ss fixed bug in expansion of expressions in interaction environment 2009-04-27 09:59:23 +03:00
psyntax.internal.ss
psyntax.library-manager.ss missing library file errors now print import trace. 2009-01-03 20:23:33 -05:00
run-tests.64.ss
run-tests.ss
test64.ss
unicode-data.ss
x86-64-repl.ss