You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Abdulaziz Ghuloum 1f2b250ed9 fixed a bug in (not) handling variable-size frames in ikarus-exec. 14 years ago
..
tests fixed bug in writing strings containing #\x85; and #\x2028;. 14 years ago
unicode fixed a bug in parsing UnicodeData.txt (not accounting for <First> 15 years ago
Makefile.am Ikarus now supports PLT's Scribble syntax! 14 years ago
Makefile.in libpthread is linked to ikarus automatically if the system has 14 years ago
ikarus.apply.ss
ikarus.apropos.ss added missing copyrights from scheme files. 15 years ago
ikarus.boot.4.prebuilt fixed the bahavior of fxaithmetic-shift{-left,-right,} when the 14 years ago
ikarus.boot.8.prebuilt one more fix for 64-bit jumps and calls. Some conditional jumps 14 years ago
ikarus.bytevectors.ss bytevector-{u,s}int-set! now err when the size argument is not 14 years ago
ikarus.cafe.ss added waiter-prompt-string parameter (chez compatible) 14 years ago
ikarus.chars.ss - Added cp0! including: 15 years ago
ikarus.code-objects.ss - added a way of making annotated procedures without invoking the 14 years ago
ikarus.codecs.ss - bytevector-ieee-[single|double]-[ref|set!] now accept unaligned 15 years ago
ikarus.collect.ss added post-gc-hooks, a list of thunks that are invoked after garbage 14 years ago
ikarus.command-line.ss command line arguments are now interpreted as utf8 strings. 15 years ago
ikarus.compiler.altcogen.ss fixed a bug in the register allocator that was rewriting 14 years ago
ikarus.compiler.optimize-letrec.ss added a parameter to switch between different letrec handling routines 14 years ago
ikarus.compiler.source-optimizer.ss - the source-level optimizer now optimizes (inlining, 14 years ago
ikarus.compiler.ss fixed a bug in the register allocator that was rewriting 14 years ago
ikarus.compiler.tag-annotation-analysis.ss - if IKARUS_LIBRARY_PATH is set, "." is no longer added to 14 years ago
ikarus.conditions.ss made public source-position conditions and load-r6rs-script. 15 years ago
ikarus.control.ss
ikarus.date-string.ss
ikarus.debugger.ss the debugger now propagates nonserious conditions upwards instead of 14 years ago
ikarus.enumerations.ss exported enum-set?. 15 years ago
ikarus.equal.ss - added bytevector clauses to new equal? code. 15 years ago
ikarus.exceptions.ss added a "warning" procedure, that's like assertion-violation and 14 years ago
ikarus.fasl.ss fixed bug in fasl-reading unicode chars in 64-bit mode. 15 years ago
ikarus.fasl.write.ss - removed include and include-into from (ikarus) library 14 years ago
ikarus.fixnums.ss fixed the bahavior of fxaithmetic-shift{-left,-right,} when the 14 years ago
ikarus.guardians.ss
ikarus.handlers.ss added pointer-value as a first-class primitive. 15 years ago
ikarus.hash-tables.ss custom hashtables' hash functions can now return any exact integer, 14 years ago
ikarus.intel-assembler.ss one more fix for 64-bit jumps and calls. Some conditional jumps 14 years ago
ikarus.io.ss fixed a bug when reading past eof in bytevector and string input 14 years ago
ikarus.lists.ss fixed fprintf line in scheme-script.c 15 years ago
ikarus.load.ss NEW: ikarus --r6rs-repl <script-name> 14 years ago
ikarus.main.ss minor work on command-line: 14 years ago
ikarus.multiple-values.ss
ikarus.not-yet-implemented.ss added missing copyrights from scheme files. 15 years ago
ikarus.numerics.ss fixed incorrect error message for non-real arguments to negative?, 14 years ago
ikarus.ontology.ss - compound conditions are made non-opaque. 15 years ago
ikarus.pairs.ss - Added cp0! including: 15 years ago
ikarus.pointers.ss - trace-lambda and debug-call now interact properly and do not lose 14 years ago
ikarus.posix.ss - Ikarus now recognizes IKARUS_FASL_DIRECTORY (and the corresponding 14 years ago
ikarus.predicates.ss - eqv? and equal? now guarantee #t when given two NaNs (unspecified 14 years ago
ikarus.pretty-formats.ss - pretty-printing record type now work properly and share/graph 15 years ago
ikarus.pretty-print.ss - pretty-printing record type now work properly and share/graph 15 years ago
ikarus.promises.ss
ikarus.reader.annotated.ss - invoking ikarus in r6rs mode now takes optional library files 15 years ago
ikarus.reader.ss added a "warning" procedure, that's like assertion-violation and 14 years ago
ikarus.records.procedural.ss - interface between write/display and custom struct writers is 15 years ago
ikarus.singular-objects.ss - added a way of making annotated procedures without invoking the 14 years ago
ikarus.sort.ss
ikarus.string-to-number.ss mantissa-width syntax of inexact numbers is now parsed and ignored. 14 years ago
ikarus.strings.ss make-string now signals an error if given a very large fixnum 14 years ago
ikarus.structs.ss - interface between write/display and custom struct writers is 15 years ago
ikarus.symbol-table.ss added missing copyrights from scheme files. 15 years ago
ikarus.symbols.ss unused (garbage) symbols can be reclaimed now 15 years ago
ikarus.time-and-date.ss
ikarus.timer.ss
ikarus.unicode-conversion.ss fixed a big in string->utf16 and string->utf32 that I introduced in 15 years ago
ikarus.unicode.ss - if IKARUS_LIBRARY_PATH is set, "." is no longer added to 14 years ago
ikarus.vectors.ss - Added cp0! including: 15 years ago
ikarus.writer.ss fixed bug in writing strings containing #\x85; and #\x2028;. 14 years ago
last-revision fixed a bug in (not) handling variable-size frames in ikarus-exec. 14 years ago
makefile.ss added waiter-prompt-string parameter (chez compatible) 14 years ago
pass-specify-rep-primops.ss fixed a bug in $flonum-sbe that caused a read of 4 bytes past the 14 years ago
pass-specify-rep.ss fixed the bahavior of fxaithmetic-shift{-left,-right,} when the 14 years ago
psyntax.builders.ss - psyntax now produces 14 years ago
psyntax.compat.ss - Added stale-when: 14 years ago
psyntax.config.ss - synching scheme/psyntax.*.ss from the psyntax distribution. 15 years ago
psyntax.expander.ss fixed bug in quasiquote when the symbols quasiquote, unquote, 14 years ago
psyntax.internal.ss
psyntax.library-manager.ss - Added stale-when: 14 years ago
run-tests.64.ss all existing tests pass under 64-bit 15 years ago
run-tests.ss Ikarus now supports PLT's Scribble syntax! 14 years ago
test64.ss Major work towards the AMD64 port. Most important of which is that 15 years ago
unicode-data.ss - speedup of unicode normalization routines. 15 years ago
x86-64-repl.ss fixed invalid code generation of (movl k0 (disp k1 k2)) which is 14 years ago