bpt/guile.git
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
2011-02-01 Mark H WeaverMove comment about trig functions back where it belongs
2011-02-01 Mark H WeaverHandle products with exact 0 differently
2011-02-01 Mark H WeaverMore discriminating NaN predicates for numbers.test
2011-02-01 Mark H WeaverFix bugs in `rationalize'
2011-02-01 Mark H WeaverFix and combine NEWS entries on `infinite?' and `finite?'
2011-02-01 Mark H WeaverUpdate copyright date of manual, and a small fix
2011-01-31 Andy Wingoupdate NEWS
2011-01-31 Mark H WeaverImprove extensibility of `expt' and `integer-expt'
2011-01-31 Andy Wingotoplevel vars added by syntax expansion are unbound
2011-01-31 Mark H WeaverRename {euclidean,centered}_quo_rem to {euclidean,cente...
2011-01-31 Ludovic CourtèsDisable stand-alone tests that require `dlopen' when...
2011-01-31 Mark H WeaverRework the testing framework for number-theoretic divis...
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsRemove the "has finalizer?" bit from pointer objects.
2011-01-30 Ludovic CourtèsAdd `define-wrapped-pointer-type'.
2011-01-30 Mark H WeaverImprove extensibility of core numeric procedures
2011-01-30 Mark H WeaverAdd two new sets of fast quotient and remainder operators
2011-01-30 Mark H WeaverAdd SCM_LIKELY and SCM_UNLIKELY for optimization
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-30 Mark H WeaverInfinities and NaNs are no longer rational
2011-01-30 Mark H Weaver`equal?' and `eqv?' are now equivalent for numbers
2011-01-30 Mark H WeaverRemove useless test and fix spelling errors
2011-01-29 Ludovic CourtèsDon't remove `standard-library.texi' upon "make clean".
2011-01-29 Ludovic CourtèsAdd missing include for MinGW.
2011-01-29 Ludovic CourtèsMake `inet-ntop' and `inet-pton' available even when...
2011-01-29 Jan NieuwenhuizenWhen cross building, run GUILE_FOR_BUILD instead of...
2011-01-29 Ludovic CourtèsHave `srfi-19.test' use the non-deprecated `format...
2011-01-29 Ludovic CourtèsAdd a test for `send' and `recv!'.
2011-01-29 Ludovic CourtèsHave `recv!', `send', etc. accept a bytevector.
2011-01-29 Ludovic CourtèsAdd `-lgc' to `Libs' in `guile-2.0.pc'.
2011-01-28 Andy Wingoupdate api-evaluation.texi
2011-01-28 Mark H WeaverFix bugs when negating SCM_MOST_POSITIVE_FIXNUM+1
2011-01-28 Mark H Weavernote inf? / nan? domain in NEWS
2011-01-28 Andy Wingodomain of inf?, finite?, nan? is the real numbers
2011-01-28 Mark H WeaverRemove useless code from do_divide
2011-01-28 Mark H WeaverOptimize scm_exact_p by making use of SCM_INEXACTP
2011-01-28 Mark H WeaverImplement `finite?' in core and fix R6RS `finite?'...
2011-01-28 Mark H WeaverAdd SCM_INUM1 to numbers.h, and make use of it and...
2011-01-28 Mark H WeaverFix NEWS entry regarding changes to `expt' for zero...
2011-01-28 Mark H WeaverDo not apply `inf?' or `nan?' to strings
2011-01-28 Mark H WeaverFix incorrect FUNC_NAME for scm_current_processor_count
2011-01-27 Andy Wingofix guile-tools getopt
2011-01-27 Andy Wingofix THANKS
2011-01-27 Andy Wingofor mmap objcodes, store the fd in the third word,...
2011-01-27 Andy Wingoobjcode type is an enumeration, not flags
2011-01-27 Andy Wingoguile-tools gracefully errors for missing scripts
2011-01-27 Andy Wingoguile-tools uses getopt-long
2011-01-27 Andy Wingoguile-tools uses srfi-1
next