Remove incorrect comment in read.c
[bpt/guile.git] / libguile / numbers.c
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2011-12-02 Andy Wingofix `free' of mpz_to_str
2011-12-02 Andy Wingoinstall gmp memory functions that let libgc know about...
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-09-03 Ludovic CourtèsFix misdiagnoses of deprecated `+nan.[^0]' forms.
2011-09-03 Andy Wingodeprecate +nan.1
2011-07-28 Andy Wingoremove dead code in scm_ceiling_quotient
2011-05-13 Andy Wingofix type errors
2011-04-25 Ludovic CourtèsRemove the `sizeof (mpz_t)' check.
2011-04-25 Ludovic CourtèsMake the `sizeof (mpz_t)' check at compile-time.
2011-04-09 Mark H WeaverFix the R6RS exact-integer-sqrt and import into core...
2011-04-06 Mark H WeaverFix parsing of exact numbers with negative exponents
2011-03-17 Andy Wingofix code that causes warnings on gcc 4.6
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-02-23 Mark H WeaverPortability fix for new log and log10
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 Mark H WeaverUse trunc instead of scm_c_truncate
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-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-09 Ralf Wildenhuesfix typos in the manual bits generated from source...
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 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-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 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-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-23 Ludovic CourtèsRemove `scm_lfwrite_str'.
2011-01-22 Andy Wingoinfinities are no longer integers
2011-01-20 Mark H WeaverFix bugs in expt and integer-expt
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-11-18 Andy Wingolower-case hexadecimal digits again
2010-11-15 Andy Wingofix string->number for bases > 16
2010-10-12 Ludovic CourtèsAllocate complex numbers in contiguous pointer-less...
2010-10-12 Ludovic CourtèsAllocate inexact numbers in pointer-less memory.
2010-09-27 Ludovic CourtèsFix bignum memory leak.
2010-09-27 Ludovic CourtèsAllocate bignums in pointer-less memory.
2010-09-25 Michael GranIncorrect parsing of NaN complex numbers
2010-09-07 Ludovic CourtèsClarify feature macro conditionals.
2010-09-07 Ludovic CourtèsUse Gnulib's `isnan' and `isinf' modules.
2010-08-08 Andy Wingoremove "discouraged" infrastructure
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-07-26 Andy Wingoremove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
2010-06-10 Andy Wingoexpt / integer-expt fixes
2010-06-07 Andy Wingofix (expt #t 0)
2010-05-28 Ludovic CourtèsFix the visibility of a few of internal symbols.
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-04 Andy Wingoremove rpsubrs
2009-12-03 Andy Wingochange asubrs to be gsubrs
2009-12-03 Andy Wingo+ is not an asubr
2009-12-03 Andy Wingoimplement transcendental sin, cos etc in c; deprecate...
2009-12-03 Andy Wingoexpt implemented in C, handles complex numbers
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranUse uc_tolower in number conversion
2009-08-21 Michael GranUse string accessors for string->number conversion
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-04 Andy Wingofix buffer overrun reading partial numbers: 1.0f, 1...
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-29 Michael GranAdd 32-bit characters
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Ludovic CourtèsFix compilation of `numbers.c' on Tru64.
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
next