Implementation for the R6RS (rnrs sorting) library.
[bpt/guile.git] / libguile /
2010-05-20 Andy Wingoiron out inconsistency between eval and compile expansion
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingo%null-pointer properly aligned
2010-05-19 Andy Wingofix a couple expander naming bugs
2010-05-19 Andy Wingo%expanded-vtables is a vector
2010-05-19 Andy Wingoseparate boot expansion from memoization
2010-05-18 Andy Wingoremove the new scm_memoize_begin, etc
2010-05-16 Andy Wingoscm_memoize_lambda update
2010-05-13 Andy Wingoevaluator support for case-lambda
2010-05-13 Andy Wingoprimitive support for lambda*
2010-05-13 Andy Wingotweak to lambda* memoization format
2010-05-13 Andy Wingochange to format of memoization lambda expressions
2010-05-13 Andy Wingoscm_badargsp is deprecated
2010-05-07 Andy Wingoadd memoize-begin, memoize-let, etc functions
2010-05-07 Andy Wingoadd "memoizer" data type
2010-05-07 Andy Wingomacro expanders return memoized expressions
2010-05-07 Ludovic CourtèsAttempt to guarantee 8-byte alignment of on-stack frame...
2010-05-07 Ludovic CourtèsAllocate frame objects on the stack when invoking VM...
2010-05-07 Ludovic CourtèsFix the type tag produced by `SCM_STATIC_PROGRAM'.
2010-05-07 Ludovic CourtèsWhen printing a VM, show the type of engine being used.
2010-05-04 Andy Wingocheck layout when making vtables
2010-05-02 Andy Wingoadd assert-nargs-ee/locals instruction
2010-05-02 Andy Wingoadd underflow check in make-array
2010-05-02 Andy Wingoadd SCM_UNLIKELY to CHECK_UNDERFLOW
2010-04-30 Andy Wingosimplify make-struct
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-27 Andy WingoMerge branch 'wip-module-namespaces'
2010-04-27 Andy Wingocomment some global variables in modules.c
2010-04-24 Andy Wingomodule-public-interface in Scheme
2010-04-20 Andy Wingomodule-type defined programmatically
2010-04-19 Andy Wingofilesystem trickery to scm_i_relativize_path in filesys...
2010-04-19 Andy Wingo%file-port-name-canonicalization is a fluid
2010-04-19 Andy Wingoadd %file-port-name-canonicalization option
2010-04-19 Andy Wingoformatting fix
2010-04-17 Andy Wingodeprecate arity access via (procedure-properties proc...
2010-04-17 Andy Wingoadd procedure_minimum_arity
2010-04-17 Andy Wingoremove program-name, program-documentation
2010-04-17 Andy Wingoscm_i_program_properties is internal; just use procedur...
2010-04-17 Andy Wingotweaks to procprop.c
2010-04-17 Andy Wingoprocedure-properties incorporates program-properties
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-04-09 Andy Wingoadd read syntax for #nil
2010-04-09 Andy Wingolisp nil always enabled
2010-04-08 Ludovic CourtèsRaise an error when attempting to modify the value...
2010-04-08 Ludovic CourtèsAllocate foreign pointer objects in GC-scanned memory.
2010-04-08 Ludovic CourtèsAvoid obsolescent C declarator with empty parentheses.
2010-04-08 Ludovic CourtèsFix `module-reverse-lookup'.
2010-04-08 Andy Wingosync regs before calling scm_class_of
2010-04-07 Andy Wingoadd docs and tests for array->list
2010-04-06 Andy Wingofinish ffi docs
2010-04-05 Andy Wingomore ffi docs
2010-04-03 Michael Grancopyright dates
2010-04-03 Michael GranUpdate standard character sets to Unicode 5.2
2010-04-03 Michael GranUnicode data parsing script incorrect for char-set...
2010-04-01 Andy Wingodeprecate dynamic-args-call, and update docs some more
2010-04-01 Andy Wingofix vector-ref and vector-set opcodes for weak vectors
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-31 Andy Wingofix bug in ash opcode
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy WingoRevert "fix equal? between an array and a non-array"
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy Wingocorrectly handle --no-autocompile (fixed broken previou...
2010-03-30 Andy Wingonil is null, whee
2010-03-30 Andy Wingonil is false, whee
2010-03-30 Andy Wingogoing through scm_shell not necessary to get autocompil...
2010-03-29 Andy Wingofix bug in scm_must_free
2010-03-29 Andy Wingoremove out-of-date comment in scm_gc_malloc
2010-03-28 Mark H WeaverRenumber IFLAGSs so the first 8 are reserved for lisp...
2010-03-26 Andy Wingoremove spurious declarations in c-tokenize.lex
2010-03-20 Ludovic CourtèsCosmetic changes in `foreign.c'.
2010-03-20 Ludovic CourtèsFix argument passing to foreign functions.
2010-03-18 Ludovic CourtèsImprove encoding error reporting.
2010-03-17 Ludovic CourtèsAdd `%null-pointer' to `(system foreign)'.
2010-03-16 Ludovic CourtèsChange `dynamic-link' to return a global handle when...
2010-03-16 Ludovic CourtèsProvide `int', `long', `size_t', etc. in `(system forei...
2010-03-16 Ludovic CourtèsFix doc string of `dynamic-pointer'.
2010-03-16 Ludovic CourtèsUse GC-managed pointerless memory in the FFI.
2010-03-16 Andy Wingoparallel installability for libguile*.h
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-03-16 Andy Wingoversion.h has SCM_EFFECTIVE_VERSION; effective-version...
2010-03-16 Andy Wingomore vm gc fixen
2010-03-15 Ludovic CourtèsMake sure the whole VM stack is always scanned by the GC.
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-03-12 Andy Wingoprompt around REPL evaluations, and around `guile'...
2010-03-11 Andy Wingoadd abort to unknown prompt test
2010-03-11 Andy Wingoremove internal treatment of default prompt tag, it...
2010-03-09 Andy Wingo%start-stack in Scheme, in terms of prompts
2010-03-09 Andy Wingofix continuation printing bug
2010-03-05 Ludovic CourtèsRecycle fluid numbers.
2010-03-05 Ludovic CourtèsDon't gratuitously over-engineer things...
2010-03-04 Ludovic CourtèsSlightly optimize the memoizer, bootstrap evaluator...
2010-03-04 Ludovic CourtèsRemove obsolete compile-time option for freelist debugging.
2010-03-04 Andy Wingopartial continuations print as #<partial-continuation...
2010-03-04 Andy Wingotighten up scm_i_dowinds, fixing invalid SCM_CAR (prompt)
2010-03-04 Andy Wingoadd printers for prompts and with-fluids objects
2010-03-03 Ludovic CourtèsFix off-by-one error in the off-by-one fix of `make...
2010-03-02 Ludovic CourtèsFix off-by-one error when initializing vectors in ...
2010-03-02 Ken RaeburnUse libguile/control.x explicitly.
next