Manipulate GOOPS vtable flags from Scheme, for speed
[bpt/guile.git] / module / ice-9 /
2013-12-16 Mark H WeaverFix bound-identifier=? to compare binding names, not...
2013-12-13 Mark H Weaversyntax-case: fix error reporting for misplaced ellipses.
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-12-02 Andy WingoRename "RTL" to "bytecode"
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-23 Mark H WeaverMake (ice-9 popen) thread-safe.
2013-11-23 Mark H WeaverStylistic improvements for (ice-9 popen).
2013-11-21 Andy WingoNo more VM objects visible to Scheme
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-19 Andy WingoRename objcodes?.{scm,c,h} to loader.{scm,c,h}
2013-11-19 Andy Wingortl-program? -> program?
2013-11-19 David ThompsonAdd procedures to convert alists into hash tables.
2013-11-18 Mark H WeaverImprove error when 'include' form with relative path...
2013-11-10 Andy WingoEffects analysis sees match-error, throw-bad-structs...
2013-11-08 Andy WingoRemove stack programs, objcode, and the old VM.
2013-11-08 Andy WingoFix procedure-arguments on RTL programs, and tweak...
2013-11-08 Andy WingoFix error message in lambda* eval closures with keywords
2013-11-03 Andy WingoEval evaluates initializers before creating environment...
2013-11-01 Andy WingoFailed match errors generate less code
2013-10-31 Andy WingoBe smarter about capturing the environment for memoized...
2013-10-31 Andy WingoDefault to compiling to RTL
2013-10-27 Andy WingoDynamic-wind doesn't call thunk? on the out-guard.
2013-10-27 Andy WingoMemoized expressions are pairs, not SMOBs
2013-10-26 Andy WingoEvaluator sets same procedure properties as compiler
2013-10-25 Andy WingoEvaluator uses two-dimensional environment
2013-10-23 Andy WingoOptimize closures with only required and rest arguments...
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-09-12 Mark H WeaverImprove error reporting of procedures defined by define...
2013-09-10 Mark H Weaverpsyntax: cite the paper that psyntax is based on.
2013-09-10 Mark H WeaverMinor stylistic improvement to 'and-let*' macro.
2013-09-09 Mark H WeaverRewrite SRFI-2 'and-let*' using syntax-case.
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-23 Mark H WeaverFix 'define-public' from (ice-9 curried-definitions).
2013-08-20 Mark H WeaverImprove error checking in 'define-public' and 'module...
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverImprove run-time error reporting in (ice-9 match).
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-07 Mark H WeaverString ports use UTF-8; ignore %default-port-encoding.
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-21 Andy WingoUse allocate-struct in define-record-type implementations
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-06-28 Andy WingoRemove with-fluids; replaced by with-fluid* and inlined...
2013-06-27 Andy Wingodynamic-wind in terms of wind and unwind; remove <dynwi...
2013-06-27 Andy Wingoremove @call-with-values memoizer
2013-06-27 Andy Wingoremove @call-with-current-continuation memoizer
2013-06-27 Andy Wingoremove @apply memoizer
2013-06-27 Andy WingoRemove @prompt memoizer
2013-06-25 Andy Wingoabort-to-prompt* instead of @abort
2013-06-23 Andy Wingopsyntax: ((@@ primitive NAME) ARG ...) in (guile) modul...
2013-06-10 Andy WingoTree-il post-order rewriter no longer destructive
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-04-14 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-06 Mark H WeaverBump 'copyright-year' to 2013.
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-04-01 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-31 Mark H WeaverAdd -C command-line option to adjust %load-compiled...
2013-03-29 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-03-27 Ludovic CourtèsDocument `and=>'.
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-13 Andy Wingoadd #:resolve-syntax-parameters? kwarg to syntax-local...
2013-03-13 Andy Wingofailing to load module in psyntax indicates an identifi...
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-02-24 Andy Wingodeprecate (ice-9 mapping)
2013-02-24 Daniel Hartwigfix and update (ice-9 mapping)
2013-02-24 Andy Wingoallow '/' in the prefix of UNC file names on windows
2013-02-19 Andy Wingoadd link to doc about UNC names
2013-02-19 Andy Wingobetter handling of windows file name conventions
2013-02-18 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-12 Andy Wingoallow (define-macro name (lambda ...))
2013-01-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-31 Mark H WeaverDo not defer expansion of internal define-syntax forms.
2013-01-27 Mark H WeaverFix source annotation bug in psyntax 'expand-body'.
2013-01-23 Mark H WeaverRegenerate psyntax-pp.scm.
2013-01-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-23 Andy Wingomerge stable-2.0
2013-01-23 Andy Wingofix regression in -l
next