bpt/guile.git
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 Andy Wingoprimitive-load defaults to utf-8, not latin-1
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-13 Andy Wingouse scm_c_make_struct in scm_values
2011-02-13 Ludovic CourtèsAdd `scm_t_subr' typedef (fix bug #23681).
2011-02-13 Ludovic CourtèsChange `scm_ramapc' prototype to avoid empty declarator...
2011-02-13 Ludovic CourtèsFix prototype of `scm_the_vm'.
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 WeaverFixes and improvements to number-theoretic division...
2011-02-12 Mark H WeaverAdd comment about handling of exactness specifiers
2011-02-12 Mark H WeaverFix extensibility of 1-argument atan
2011-02-12 Mark H WeaverFix mistake in comment in tags.h
2011-02-12 Mark H WeaverBump copyright date in REPL version string
2011-02-12 Ludovic CourtèsMake sure we don't override the user's extension search...
2011-02-12 Ralf WildenhuesSave config.cache before tests which are likely to...
2011-02-11 Andreas Rottmanninstall r6rs exception printer
2011-02-11 Andy Wingobetter narrowing in catch-all handlers in throw.c
2011-02-11 Andy Wingopre-boot lookup of print-exception works
2011-02-11 Andy Wingoscm_handle_by_message uses scm_print_exception
2011-02-11 Andy Wingoscm_display_error_message, display-error use print...
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 Wingoports.c safely accesses the port weak hash table
2011-02-10 Andy Wingopre-deprecate scm_ptobs
2011-02-10 Andy Wingofix potential concurrency bugs in port-for-each
2011-02-10 Andy Wingocomment on scm_pre_modules_obarray re threadsafety
2011-02-10 Andy Wingoinstructions.c: threadsafe static var
2011-02-10 Andy Wingomake static hash table access thread-safe in foreign.c
2011-02-10 Andy Wingofix potential deadlock in issue-deprecation-warning
2011-02-10 Ludovic Courtès"latin1" -> "Latin-1".
2011-02-10 Ludovic CourtèsAdd `scm_i_set_default_port_encoding' and `scm_i_defaul...
2011-02-10 Ludovic CourtèsSimplify `scm_i_set_port_encoding_x'.
2011-02-10 Ludovic CourtèsAdd `read-delimited' tests.
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-10 Andy Wingovolatile locals in bootstrap evaluator
2011-02-09 Andy Wingomore robust fallback error printer
2011-02-09 Ralf Wildenhuesdocs: add missing parentheses in asin formula.
2011-02-09 Ralf Wildenhuesdocs: fix markup in api-options.texi.
2011-02-09 Ralf Wildenhuesfix typos in the manual bits generated from source...
2011-02-09 Ralf Wildenhuesdocs: fix typos in manual, and a couple in code comments.
2011-02-09 Andy Wingoabort on pre-boot throw without catch
2011-02-09 Andy Wingofix a couple of (system vm frame) accesses on boot...
2011-02-09 Andy Wingofix recursive throws if an error occurs at boot-time
2011-02-09 Andy Wingoremove dead code in init.c
2011-02-09 Ralf Wildenhuesdocs: remove non-ASCII space from docs.
2011-02-09 Andy Wingoreadline uses define-once
2011-02-09 Andy Wingoadd define-once
2011-02-08 Ludovic CourtèsImprove type checking when invoking foreign functions.
2011-02-08 Andy Wingouninstalled-env ordering tweaks to fix readline's file...
2011-02-08 Andy Wingomodule-use-interfaces! handles duplicate interfaces
2011-02-08 Andy Wingoremove readline-activator.scm
2011-02-08 Ludovic CourtèsMake `(format #f ...)' always Unicode-capable.
2011-02-08 Andy Wingofix scm_procedure on non-structs
2011-02-08 Ludovic CourtèsHave `define-wrapped-pointer-type' take a type name.
2011-02-08 Andy Wingofix quasiquote test
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 Ludovic CourtèsAdd tests for `memq' and `memv'.
2011-02-07 Andy Wingofix memq/memv inlining
2011-02-07 Andy Wingohack around bug in port-filename
2011-02-03 Mark H WeaverImproved exactness handling for complex number parsing
2011-02-03 Mark H WeaverFix non-portable usage of `isinf' in `max' and `min'
2011-02-02 Ludovic CourtèsBump version number for 1.9.15.
2011-02-02 Ludovic CourtèsFix `GUILE_THREAD_LOCAL_STORAGE'.
2011-02-02 Ludovic CourtèsEnclose SRFI-13 deprecation handling in `#if SCM_ENABLE...
2011-02-02 Andy Wingofix srfi-13 test argument orders
2011-02-02 Mark H WeaverSupport non-real complex numbers with inexact zero...
2011-02-02 Mark H WeaverImprove handling of signed zeroes
2011-02-02 Mark H WeaverTrigonometric functions return exact numbers in some...
2011-02-02 Mark H WeaverFix `min' and `max' handling of NaNs, infinities, and...
2011-02-02 Noah Lavinemacro documentation fixup
2011-02-02 Ludovic CourtèsDisable use of thread-local storage on FreeBSD.
2011-02-02 Ludovic CourtèsUpdate `NEWS'.
2011-02-02 Ludovic CourtèsR6RS: Have `put-char', `put-string', etc. raise an...
2011-02-02 Ludovic CourtèsChange `scm_encoding_error' to pass the port and faulty...
2011-02-02 Ludovic CourtèsUpon port encoding error, always write as much as possible.
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 Ludovic CourtèsHave `read-char' & co. throw to `decoding-error'.
2011-02-02 Ludovic CourtèsUse `#ifdef HAVE_...', not `#if'.
2011-02-02 Ludovic CourtèsFix typo.
2011-02-02 Michael GranUse 'substring' instead of obsoleted 'make-shared-subst...
2011-02-01 Andreas RottmannFix `show' REPL meta-command
2011-02-01 Mark H WeaverImprove discussion of exactness propagation in manual
next