index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
numbers.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Sqrt returns exact results when possible.
...
Mark H Weaver
2013-03-20
1
-5
/
+64
|
*
Optimize scm_i_divide2double for integers less than 2^DBL_MANT_DIG.
...
Mark H Weaver
2013-03-19
1
-1
/
+11
|
*
Use scientific notation only if there are enough trailing zeroes.
...
Mark H Weaver
2013-03-19
1
-17
/
+46
|
*
Reimplement idbl2str number printer.
...
Mark H Weaver
2013-03-17
1
-212
/
+179
|
*
Improve inexact division of exact integers.
...
Mark H Weaver
2013-03-17
1
-80
/
+204
|
*
Reimplement 'inexact->exact' to avoid mpq functions.
...
Mark H Weaver
2013-03-12
1
-14
/
+27
|
*
Optimize logarithms using scm_i_big2dbl_2exp
...
Mark H Weaver
2013-03-12
1
-18
/
+12
|
*
Simplify and improve scm_i_big2dbl, and add scm_i_big2dbl_2exp
...
Mark H Weaver
2013-03-12
1
-65
/
+36
|
*
Add 'round-ash', a rounding arithmetic shift operator
...
Mark H Weaver
2013-03-12
1
-74
/
+152
|
*
Optimize and simplify fractions code.
...
Mark H Weaver
2013-03-12
1
-91
/
+153
|
*
Improve standards conformance of string->number.
...
Mark H Weaver
2013-03-07
1
-26
/
+50
|
*
Verify that FLT_RADIX is 2.
...
Mark H Weaver
2013-03-06
1
-0
/
+3
|
*
Improve code in scm_gcd for inum/inum case
...
Mark H Weaver
2013-03-06
1
-24
/
+30
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-01-07
1
-4
/
+10
|
\
|
|
*
Avoid signed integer overflow in scm_product
...
Mark H Weaver
2012-12-07
1
-4
/
+10
|
*
Revert "Avoid cexp, whose C standard definition is mathematically incorrect"
...
Mark H Weaver
2012-08-07
1
-5
/
+5
|
*
Avoid cexp, whose C standard definition is mathematically incorrect
...
Mark H Weaver
2012-07-31
1
-5
/
+5
*
|
1;3202;0cMerge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2012-07-28
1
-1
/
+2
|
\
|
|
*
Angle of -0.0 is pi, not zero
...
Mark H Weaver
2012-07-28
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-07-06
1
-1
/
+1
|
\
|
|
*
Use `void *' instead of `GC_PTR' internally.
...
Ludovic Courtès
2012-07-02
1
-1
/
+1
|
*
use the new finalizer helpers
...
Andy Wingo
2012-03-08
1
-6
/
+2
*
|
use the new finalizer helpers
...
Andy Wingo
2012-02-19
1
-6
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-2
/
+2
|
\
|
|
*
Improve the usage of variable names in C docstrings.
...
Bake Timmons
2012-02-02
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-06
1
-1
/
+7
|
\
|
|
*
fix `free' of mpz_to_str
...
Andy Wingo
2011-12-02
1
-1
/
+7
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-02
1
-2
/
+40
|
\
|
|
*
install gmp memory functions that let libgc know about allocations
...
Andy Wingo
2011-12-02
1
-2
/
+40
*
|
locking for write, lfwrite
...
Andy Wingo
2011-11-08
1
-5
/
+5
*
|
add SCM_{PACK,UNPACK}_POINTER
...
Andy Wingo
2011-10-24
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-10-10
1
-0
/
+10
|
\
|
|
*
New functions scm_is_exact and scm_is_inexact
...
Mike Gran
2011-10-09
1
-0
/
+10
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-09-29
1
-1
/
+13
|
\
|
|
*
Fix misdiagnoses of deprecated `+nan.[^0]' forms.
...
Ludovic Courtès
2011-09-03
1
-1
/
+4
|
*
deprecate +nan.1
...
Andy Wingo
2011-09-03
1
-1
/
+10
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-08-31
1
-2
/
+0
|
\
|
|
*
remove dead code in scm_ceiling_quotient
...
Andy Wingo
2011-07-28
1
-2
/
+0
*
|
scm_wta_* procedures replace SCM_WTA_* macros
...
Andy Wingo
2011-05-15
1
-223
/
+239
*
|
remove ENGNOT from __scm.h
...
Andy Wingo
2011-05-15
1
-9
/
+0
*
|
merge strictness branch from 2.0
Andy Wingo
2011-05-13
1
-1
/
+1
|
\
|
|
*
fix type errors
...
Andy Wingo
2011-05-13
1
-1
/
+1
*
|
remove all deprecated code
...
Andy Wingo
2011-05-12
1
-40
/
+0
|
/
*
Remove the `sizeof (mpz_t)' check.
...
Ludovic Courtès
2011-04-26
1
-3
/
+0
*
Make the `sizeof (mpz_t)' check at compile-time.
...
Ludovic Courtès
2011-04-25
1
-0
/
+5
*
Fix the R6RS exact-integer-sqrt and import into core guile
...
Mark H Weaver
2011-04-09
1
-0
/
+64
*
Fix parsing of exact numbers with negative exponents
...
Mark H Weaver
2011-04-06
1
-1
/
+1
*
fix code that causes warnings on gcc 4.6
...
Andy Wingo
2011-03-17
1
-3
/
+5
*
Quotient, remainder and modulo accept inexact integers
...
Mark H Weaver
2011-03-08
1
-6
/
+6
*
Update comments regarding GMP earlier than 4.2.
...
Mark H Weaver
2011-03-08
1
-14
/
+18
[prev]
[next]