Increment `LIBGUILE_INTERFACE_CURRENT'.
[bpt/guile.git] / module /
2011-02-14 Mark H WeaverAllow GOOPS getters to add methods to primitive generics
2011-02-14 Ludovic CourtèsLeave the default `*current-warning-prefix*' at the...
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2011-02-13 Ludovic CourtèsHave `the-scm-module' be its own public interface ...
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-02-13 Andy Wingo`load' is a macro (!) that resolves paths relative...
2011-02-13 Andy Wingoread-enable 'positions by default
2011-02-12 Andy Wingofix syntax-error printing
2011-02-12 Andy Wingofix scm-error invocation on SIGINT in top-repl.scm
2011-02-12 Mark H WeaverBump copyright date in REPL version string
2011-02-11 Andreas Rottmanninstall r6rs exception printer
2011-02-11 Andy Wingoprint-exception gets a c binding
2011-02-11 Andy Wingorepl.scm: use print-exception
2011-02-11 Andy Wingo(system repl error-handling) uses print-exception
2011-02-11 Andy Wingoadd set-exception-printer!, print-exception to boot-9
2011-02-11 Andy Wingoframe-source available in default environment
2011-02-10 Andy Wingodeprecate primitive properties
2011-02-10 Andy Wingogetopt-long: arg parsing errors cause print and exit...
2011-02-10 Andy Wingogetopt-long cleanups
2011-02-10 Andy Wingogetopt-long cleanup
2011-02-10 Andy Wingogetopt-long cleanup
2011-02-10 Andy Wingogetopt-long uses match:substring from (ice-9 regex)
2011-02-10 Andy Wingomatch-lambda in getopt-long
2011-02-10 Andy Wingogetopt-long uses srfi-9 records internally
2011-02-09 Ralf Wildenhuesdocs: fix typos in manual, and a couple in code comments.
2011-02-09 Andy Wingoadd define-once
2011-02-08 Andy Wingomodule-use-interfaces! handles duplicate interfaces
2011-02-08 Ludovic CourtèsMake `(format #f ...)' always Unicode-capable.
2011-02-08 Ludovic CourtèsHave `define-wrapped-pointer-type' take a type name.
2011-02-08 Andy Wingohackily fix another case where display-exception would...
2011-02-08 Andy Wingounquote and unquote-splicing can split multiple expressions
2011-02-07 Ludovic CourtèsHack around a defect in `define-wrapped-pointer-type'.
2011-02-07 Andy Wingofix memq/memv inlining
2011-02-07 Andy Wingohack around bug in port-filename
2011-02-02 Ludovic CourtèsR6RS: Have `put-char', `put-string', etc. raise an...
2011-02-02 Ludovic CourtèsR6RS: Have `get-char', `get-line', etc. raise an `...
2011-02-02 Ludovic CourtèsAvoid circular dependency between (rnrs base) and ...
2011-02-02 Michael GranUse 'substring' instead of obsoleted 'make-shared-subst...
2011-02-01 Andreas RottmannFix `show' REPL meta-command
2011-01-31 Andy Wingotoplevel vars added by syntax expansion are unbound
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsAdd `define-wrapped-pointer-type'.
2011-01-30 Mark H WeaverAdd two new sets of fast quotient and remainder operators
2011-01-30 Mark H WeaverFix GOOPS method compilation bug when no next-method...
2011-01-30 Mark H WeaverImplement R6RS `real-valued?', `rational-valued?',...
2011-01-28 Mark H WeaverImplement `finite?' in core and fix R6RS `finite?'...
2011-01-28 Mark H WeaverDo not apply `inf?' or `nan?' to strings
2011-01-26 Noah LavineParse Decimal Numbers
2011-01-26 Noah LavineFix Hex Constants
2011-01-26 Noah LavineEcmascript Syntax
2011-01-26 Noah LavineEcmascript Syntax Fix
2011-01-26 Andy Wingomore sensible error if compiled-file-name returns false...
2011-01-25 Andy Wingostexi->shtml supports itemx
2011-01-24 Ludovic CourtèsInstall the current locale when starting the REPL.
2011-01-24 Ludovic CourtèsChoose the input source file encoding in a locale-indep...
2011-01-23 Ludovic CourtèsRemove unexpected non-ASCII character.
2011-01-21 Andy Wingoimplement port-eof?
2011-01-17 Noah LavineAdd ECMAScript Unicode literal support
2011-01-11 Andy Wingorequest and response cleanups
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
2011-01-10 Andy Wingoparse credentials and challenges
2011-01-09 Andy Wingomore symbols in (web http)
2011-01-09 Andy Wingo(web http): keys are always symbols
2011-01-08 Andy Wingo(web http): don't expose header-decl objects
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2011-01-08 Andy Wingofix tab completion in repl (doh)
2011-01-07 Andy Wingoread-header returns EOF at end, update (web http) docs
2011-01-07 Andy Wingouri-encode fast path
2011-01-07 Andy Wingouri-decode #:encoding, not #:charset
2011-01-07 Andy Wingorename string->uri and uri->string.
2011-01-05 Ludovic CourtèsTiny style improvement in the ECMAScript compiler.
2011-01-04 Noah LavineFix ECMAScript object creation.
2010-12-18 Andy Wingoformat handles ~@c better
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingotake advantage of letrec* in format
2010-12-18 Andy Wingoinline format:out into format
2010-12-18 Andy Wingomore format cleanups
2010-12-18 Andy Wingoformat's first arg is "destination"
2010-12-18 Andy Wingoinline format:format into format
2010-12-18 Andy Wingodeprecate omission of port to ice-9 format
2010-12-18 Andy Wingoletrec -> internal definitions in format.scm
2010-12-18 Andy Wingoformat.scm cleanups
2010-12-18 Andy Wingoice-9 format license update
2010-12-17 Ludovic Courtèsfutures: Store pending futures in a queue.
2010-12-17 Andy Wingoguile-user has no filename
2010-12-17 Andy Wingoadd ,reload meta-command and document it and reload...
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
2010-12-17 Andy Wingobuild-response validates headers
2010-12-16 Ludovic CourtèsImplement `(ice-9 threads)' high-level constructs in...
2010-12-16 Ludovic Courtèsfutures: Support multiple-value returns.
2010-12-16 Ludovic Courtèsfutures: Fix potential deadlock.
2010-12-16 Ludovic CourtèsAdd `compose', `negate', and `const'.
2010-12-16 Andy Wingohttp: lists of header names parse better
2010-12-16 Andy Wingobetter cache-control: private, no-cache parsing
2010-12-16 Andy Wingo(web server) docstrings
2010-12-16 Andy Wingodocstrings in (web request) and (web response)
2010-12-16 Andy Wingo(web http) docstrings
2010-12-16 Andy Wingodocument (web uri), and simplify uri-encode
next