Update Gnulib; add new modules; remove `round' module.
[bpt/guile.git] / libguile /
2011-03-09 Mark H WeaverUpdate Gnulib; add new modules; remove `round' module.
2011-03-09 Mark H WeaverAdd scm_from_latin1_keyword and scm_from_utf8_keyword
2011-03-08 Mark H WeaverQuotient, remainder and modulo accept inexact integers
2011-03-08 Mark H WeaverUpdate comments regarding GMP earlier than 4.2.
2011-03-08 Mark H WeaverFix bytevectors VALIDATE_REAL to test for reals, not...
2011-03-08 Andy Wingoadd scm_call_{5,6}
2011-03-08 Andy Wingofix scm_setter
2011-03-08 Andy Wingocore eval-string uses (ice-9 eval-string)
2011-03-08 Andy Wingoadd scm_c_public_ref et al
2011-03-06 Ludovic CourtèsMake `object->string' explicitly close its string outpu...
2011-03-06 Ludovic CourtèsSlightly optimize `gensym'.
2011-03-06 Ludovic CourtèsSimply grow string port buffers geometrically.
2011-03-06 Ludovic CourtèsLet `scm_mkstrport' allocate buffers on the caller...
2011-03-06 Ludovic CourtèsUse a bytevector as the backing buffer of string ports.
2011-03-05 Andy Wingoremove obsolete comments
2011-03-04 BT Templetonguile-snarf: allow multiple init actions on one line
2011-03-03 Andy Wingofix encoding scanning for non-seekable ports
2011-03-02 Ludovic CourtèsRemove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'.
2011-02-28 Ludovic CourtèsHave `read' update line/column numbers when reading...
2011-02-28 Andy Wingoupdate port-filename docs
2011-02-25 Andy Wingomake-weak-key-hash-table vacuuming
2011-02-24 Ludovic CourtèsMake `locale-digit-grouping' more robust.
2011-02-24 Andy Wingoweak hash tables vacuum stale entries after a gc
2011-02-24 Andy Wingore-enable the after-gc-hook
2011-02-24 Andy Wingopointerless backing buffers for string ports
2011-02-24 Andy Wingoerrno saving in display_string
2011-02-23 Andy WingoGC dead links in weak hash tables before a possible...
2011-02-23 Mark H WeaverPortability fix for new log and log10
2011-02-18 Andy Wingofix a couple leaks in ports.c. thanks valgrind!
2011-02-15 Mark H WeaverImprovements to `log' and `log10'
2011-02-15 Mark H WeaverUse trunc in scm_i_inexact_truncate_divide
2011-02-15 Ludovic CourtèsFix compilation of `c-tokenize.c' in a cross-compile...
2011-02-15 Ludovic CourtèsUse all the LDFLAGS from Gnulib.
2011-02-15 Mark H WeaverUse trunc instead of scm_c_truncate
2011-02-14 Andy Wingotweak to internal scm_i_extract_values_2
2011-02-14 Mark H WeaverMake SCM_NUMP and SCM_NUMBERP more extensible
2011-02-14 Mark H WeaverSlight optimization for scm_equal_p
2011-02-14 Mark H WeaverReduce code size of division operators
2011-02-14 Mark H WeaverOptimize truncate, round, floor, and ceiling
2011-02-14 Mark H WeaverAdd four new sets of fast quotient and remainder operators
2011-02-14 Mark H WeaverOptimize division operators handling of fractions
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 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-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 Andy Wingoprimitive-load defaults to utf-8, not latin-1
2011-02-13 Andy Wingoautocompile -> auto-compile
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 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 Ludovic CourtèsMake sure we don't override the user's extension search...
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 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è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 Andy Wingovolatile locals in bootstrap evaluator
2011-02-09 Andy Wingomore robust fallback error printer
2011-02-09 Ralf Wildenhuesfix typos in the manual bits generated from source...
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-08 Ludovic CourtèsImprove type checking when invoking foreign functions.
2011-02-08 Andy Wingofix scm_procedure on non-structs
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èsEnclose SRFI-13 deprecation handling in `#if SCM_ENABLE...
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 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èsHave `read-char' & co. throw to `decoding-error'.
2011-02-02 Ludovic CourtèsFix typo.
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 WeaverFix bugs in `rationalize'
next