Use trunc instead of scm_c_truncate
[bpt/guile.git] / libguile /
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'
2011-01-31 Mark H WeaverImprove extensibility of `expt' and `integer-expt'
2011-01-31 Mark H WeaverRename {euclidean,centered}_quo_rem to {euclidean,cente...
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsRemove the "has finalizer?" bit from pointer objects.
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 WeaverInfinities and NaNs are no longer rational
2011-01-30 Mark H Weaver`equal?' and `eqv?' are now equivalent for numbers
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 Ludovic CourtèsHave `recv!', `send', etc. accept a bytevector.
2011-01-28 Mark H WeaverFix bugs when negating SCM_MOST_POSITIVE_FIXNUM+1
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 incorrect FUNC_NAME for scm_current_processor_count
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 Wingofix error handling in variable-ref family of instructions
2011-01-26 Ludovic CourtèsUse `scm_from_latin1_stringn' in `objcodes.c'.
2011-01-26 Ludovic CourtèsFix buffer overflow in `read-line'.
2011-01-26 Ludovic CourtèsTweak `read-line'.
2011-01-26 Andy Wingofix error-handling of apply to non-list
2011-01-25 Ludovic CourtèsRewrite `read-line' in terms of `scm_getc'.
2011-01-25 Ludovic CourtèsHave `scm_getc' honor the port's conversion strategy.
2011-01-25 Ludovic CourtèsAdd `scm_{to,from}_utf32_string'.
2011-01-25 Ludovic CourtèsOptimize `scm_{to,from}_latin1_string'.
2011-01-24 Ludovic CourtèsRemove useless branches in the port code.
2011-01-24 Ludovic CourtèsAlways initialize a port's encoding name.
2011-01-23 Ludovic CourtèsRewrite `scm_lfwrite_substr' in terms of `scm_display'.
next