with-continuation-barrier carps, calls exit(3) _after_ unwinding
[bpt/guile.git] / module /
2011-03-22 Mark H WeaverDo not enter the debugger if the thrown key is in ...
2011-03-17 Andy Wingoallow ,option on-error report instead of debug
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-13 Andreas RottmannEnhance transcoder-related functionality of `(rnrs...
2011-03-13 Andreas RottmannExport `current-*-port' from `(rnrs io ports)'
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2011-03-13 Ludovic CourtèsWork around weak-value hash table bug in `define-wrappe...
2011-03-11 Ludovic CourtèsFix `define-inlinable' in SRFI-9 so that arguments...
2011-03-09 Andy Wingofix-letrec tweaks
2011-03-09 Andreas RottmannDon't mix definitions and expressions in SRFI-9
2011-03-08 Mark H WeaverWithin `while', `continue' takes zero arguments
2011-03-06 Ludovic CourtèsHandle `letrec*' like `letrec' in simple cases.
2011-03-05 Andy Wingoadd ice-9 eval-string
2011-03-04 Andy Wingorepl: terminal-width by default
2011-03-04 Michael GranAdd ,width meta-command to set screen width in debug...
2011-03-04 Andy Wingofix ,stat
2011-03-03 Andy Wingorepl.scm understands comments
2011-03-03 Andy Wingorepl.scm refactor
2011-03-03 Andy Wingomore module-use-interfaces! tweaks
2011-03-03 Andreas RottmannUse module identity to filter for existing modules
2011-02-27 Andy Wingoflush all input on a read error
2011-02-27 Andy Wingoscm-error-printer resilience
2011-02-27 Andy Wingoregenerate psyntax-pp
2011-02-27 Andy Wingochi-top-sequence defines macros before expanding other...
2011-02-27 Andy Wingopsyntax: fold chi-top-sequence into chi-top
2011-02-24 Andy Wingoweb server more assiduous about closing ports
2011-02-23 Andy Wingoopen-pipe* pumps pipes guardian
2011-02-21 Ludovic CourtèsFix a bug in `vhash-delete'.
2011-02-21 Ludovic CourtèsUse `vhash-delq' in `(language tree-il analyze)'.
2011-02-21 Ludovic CourtèsOptimize `vhash-delete'.
2011-02-21 Ludovic CourtèsAdd omitted exports from `(ice-9 vlist)'.
2011-02-21 Ludovic CourtèsCompile `(rnrs)' after all other RNRS modules, potentially.
2011-02-21 Ludovic CourtèsMake `(rnrs base)' independent of other rnrs modules.
2011-02-18 Andy Wingocore modules use (ice-9 binary-ports) instead of (rnrs...
2011-02-18 Andy Wingoadd (ice-9 binary-ports)
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
next