bpt/guile.git
2011-02-14 Mark H WeaverMake divide functions return values via (SCM *) output...
2011-02-14 Mark H WeaverAdded internal C function to extract from values object
2011-02-14 Andy Wingoupdate thanks
2011-02-14 Andy Wingoadd vector-move test cases
2011-02-14 Ian Pricefix fencepost error in vector-move-left! and -right!
2011-02-14 Ludovic CourtèsPass all the flags when building `gen-scmconfig' in...
2011-02-14 Ludovic CourtèsLeave the default `*current-warning-prefix*' at the...
2011-02-14 Ludovic CourtèsTemporarily fix `unistr.in.h' to allow compilation...
2011-02-14 Ludovic CourtèsUpdate Gnulib; add new modules.
2011-02-14 Neil JerramThank Ralf
2011-02-13 Neil JerramTypo fix
2011-02-13 Neil JerramProcedure/macro index includes Autoconf macros
2011-02-13 Neil JerramMisc textual editing
2011-02-13 Neil JerramAvoid uses of "resp. signed"
2011-02-13 Neil JerramReword intro of `Accessing Arrays from C'
2011-02-13 Ralf Wildenhuesdocs: fix typos in manual, and a couple in code comments.
2011-02-13 Ralf Wildenhuesdocs: fix markup in api-options.texi.
2011-02-13 Noah LavineSet sockaddr_in.sin_len field when it exists.
2011-02-13 Andy Wingobump objcode version to 2.0; introduce minor-version...
2011-02-13 Noah Lavinezero newly allocated sockaddrs
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'.
next