Rename scm_call_varargs -> scm_call
[bpt/guile.git] / module /
2012-01-30 Mark H WeaverFix primitive-eval to return #<unspecified> for definitions
2012-01-30 Mark H WeaverFix 'local-eval' when the specified environment is...
2012-01-30 Mark H WeaverUpdate user-visible copyright dates in manual and REPL...
2012-01-27 Mark H WeaverFix error messages involving definition forms
2012-01-26 Andy Wingomore readable gensyms
2012-01-26 Andy Wingoglobally unique marks and labels using syntax-session-id
2012-01-26 Andy WingoImplement `local-eval', `local-compile', and `the-envir...
2012-01-25 Ludovic CourtèsFix a couple of warnings.
2012-01-25 Ludovic CourtèsFix typo in `-Wformat'.
2012-01-25 Ludovic CourtèsAdd warnings for unsupported `simple-format' options.
2012-01-25 Andy Wingonew syntax procedures to (system syntax)
2012-01-25 Andy Wingoadd syntax-module
2012-01-25 Andy Wingoadd syntax-locally-bound-identifiers
2012-01-25 Andy Wingobetter function prologue disassembly
2012-01-25 Andy Wingoadd another case in which to fold (values FOO) to FOO...
2012-01-25 Andy Wingofix values miscompilation in push context with RA
2012-01-24 Ludovic Courtèsvlist: Use (ice-9 format).
2012-01-23 Andy Wingocurrent-filename canonicalizes path, remove add-to...
2012-01-20 Andy Wingoadd current-filename, add-to-path, add-to-load-path
2012-01-20 Andy Wingoremove duplicate when/unless definitions
2012-01-20 Andy Wingoadd when, unless
2012-01-19 Andy Wingoavoid gensym when making labels in psyntax
2012-01-19 Andy Wingoadd syntax-local-binding
2012-01-15 Chris K. Jester... Call scm-error with the correct argument order.
2012-01-14 Mark H WeaverDon't diverge when serializing cyclic lists during...
2012-01-14 Mark H WeaverFix serialization of #nil-terminated lists during compi...
2012-01-09 Daniel Hartwigpermit non-date values for Expires header
2012-01-09 Ludovic CourtèsHave `cpu-word-size' error out on unknown CPUs; add...
2012-01-08 Ludovic Courtèsftw: Add an `error' parameter to `file-system-fold'.
2012-01-07 Ian Price`write-request-line' writes absolute paths, not absolut...
2012-01-07 Andy Wingoremove duplicate write-uri definition
2012-01-06 Andy Wingodeprecate fluid-let-syntax in favor of syntax-parameterize
2012-01-06 Andy Wingoadd define-syntax-parameter, same as define-syntax
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2012-01-05 Ludovic CourtèsRegenerate `psyntax-pp.scm'.
2012-01-05 Ludovic CourtèsRaise an error for (begin) when `--disable-deprecated'.
2011-12-31 Mark H WeaverFix documentation for vhash-fold and vhash-fold-right
2011-12-31 Mark H WeaverFix comment summarizing allocation table
2011-12-31 Mark H WeaverUpdate comment: ~/.guile-ccache => ~/.cache/guile/ccache
2011-12-22 Andy WingoHTTP: Fix qstring writing of cache-extension values
2011-12-22 Daniel HartwigExtend handling of "Cache-Control" header.
2011-12-22 Andy Wingopeval fix: (cons 1 #nil) is not (list 1)
2011-12-22 Andy Wingopeval minor tweak
2011-12-22 Andy Wingodocument invalidity of (begin) as expression; add back...
2011-12-19 Ludovic Courtèsftw: Include sub-directories in the result of `scandir'.
2011-12-19 Andy Wingofix peval to preserve effects when folding (values...
2011-12-19 Ludovic Courtèsftw: Fix typos/thinkos in `file-system-fold' and `scandir'.
2011-12-19 Ludovic Courtèsftw: Clarify the behavior of `scandir' for flat files...
2011-12-19 Christian PerschAdd a deprecated alias for $expt
2011-12-18 Ludovic Courtèsftw: Add `scandir'.
2011-12-18 Ludovic Courtèsftw: Add an optional `stat' parameter to `file-system...
2011-12-13 Ludovic CourtèsAdd `file-system-fold' and `file-system-tree' to (ice...
2011-12-12 Andy Wingoadd an apropos-hook to ice-9 session
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-06 Ludovic CourtèsAdd an exception printer for `getaddrinfo-error'.
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-12-06 Andy Wingoallow URIs of the form file:///etc/hosts
2011-12-06 Andy WingoUpdate a comment in (web client)
2011-12-05 Andy Wingowarnings written to warning port
2011-12-05 Andy Wingoadd current-warning-port
2011-12-05 Andy Wingosetting a parameter returns the previous value
2011-12-05 Andy Wingoadd srfi-39 parameters to boot-9
2011-12-04 Andy Wingoice-9/poll: verify sizeof(struct pollfd)
2011-12-04 Andy Wingo,language at REPL sets current-language
2011-11-23 Daniel Hartwigfix validators for various list-style headers
2011-11-23 Ludovic CourtèsAllow $GUILE_FOR_BUILD to use its own environment when...
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-23 Andy Wingooptional default-value arg to make-fluid
2011-11-22 Ludovic CourtèsBuild `psyntax-pp.go' with `--target=$(host)'.
2011-11-21 Ludovic CourtèsAdd a `--target' option to `guild compile'.
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Ludovic CourtèsFix `validate-target' in (system base target).
2011-11-16 Andy Wingohack the port-column of current-output-port after print...
2011-11-16 Andy Wingoeval-when tidying up
2011-11-16 Andy Wingopsyntax: s/chi/expand/g
2011-11-16 Andy Wingofix bug in make-repl when lang is actually a language
2011-11-15 Andy Wingoset names of functions defined at the toplevel from...
2011-11-15 Andy Wingobetter debuggability for interpreted procedures
2011-11-09 Andy Wingowhen leaving a non-tail let, allow bound vals to be...
2011-11-09 Andy Wingosimplify primitives.scm for dynwind
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-11-09 Andy Wingofix <dynwind> serialization.
2011-11-09 Andy Wingopeval: don't copy assigned lexical bindings
2011-11-01 Ian PriceFix R6RS `fold-left' so the accumulator is the first...
2011-10-22 BT Templetonset width for `,trace' command
2011-10-20 Andy Wingofix misallocation of some <fix> procedures
2011-10-17 Andy Wingofix (web http) write-date for mondays
2011-10-16 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingorecognize string primitives
2011-10-10 Andy Wingoadd ,expand and ,optimize
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingoadd accessor-primitive?, peval uses it
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Andy Wingopeval: add operand structure
2011-10-10 Andy Wingopeval: refactor logging
2011-10-07 Andy Wingopeval: logging
2011-10-07 Andy Wingopeval: bugfix in constant-expression?
2011-10-07 Andy Wingooptimizer verifies its output
next