index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
numbers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-06
Enable option to prefer mini-gmp over libgmp
use-minigmp
Michael Gran
1
-1
/
+9
2020-02-08
Handle GMP allocations through libgc and remove bignum finalizers.
Ludovic Courtès
1
-7
/
+12
2019-05-23
Optimize fixnum exact integer square roots.
Mark H Weaver
1
-31
/
+40
2019-05-23
Fix indentation in scm_sum.
Mark H Weaver
1
-67
/
+68
2019-05-23
Fix typo in comment.
Mark H Weaver
1
-1
/
+1
2019-05-23
In 'ash' and 'round-ash', handle right shift count of LONG_MIN.
Mark H Weaver
1
-2
/
+11
2019-05-23
Fix 'round-ash' of negative integers by huge right shift counts.
Mark H Weaver
1
-6
/
+10
2019-05-23
Gracefully handle huge shift counts in 'ash' and 'round-ash'.
Mark H Weaver
1
-3
/
+34
2018-08-07
Fix typo in comment within numbers.c
Mark H Weaver
1
-1
/
+1
2018-06-25
Give multiple-values objects a tc7
Andy Wingo
1
-6
/
+6
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-40
/
+40
2018-06-20
Update license notices in all C files
Andy Wingo
1
-21
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-14
/
+11
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-29
/
+29
2018-06-20
Use stdint.h limit macros
Andy Wingo
1
-12
/
+12
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Move "min" and "max" macros out of _scm.h
Andy Wingo
1
-2
/
+4
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+4
2017-05-22
Remove all deprecated code
Andy Wingo
1
-8
/
+1
2017-03-01
Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM).
Mark H Weaver
1
-7
/
+3
2017-03-01
Avoid signed integer overflows in numeric conversions.
Mark H Weaver
1
-5
/
+10
2017-02-28
Fix (* x -1) for GOOPS types
Andy Wingo
1
-15
/
+13
2017-02-21
Use labs instead of abs where needed
Andy Wingo
1
-1
/
+1
2017-02-21
Fix make-polar signedness of zeros on macOS
Matt Wette
1
-0
/
+2
2017-02-17
Speed up number->string
Andy Wingo
1
-3
/
+3
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-05-22
Fix atan procedure when applied to complex numbers.
Mark H Weaver
1
-2
/
+2
2016-05-22
Don't return expressions from void functions in numbers.c
Mark H Weaver
1
-138
/
+108
2016-04-26
scm_lfwrite, not scm_lfwrite_unlocked
Andy Wingo
1
-5
/
+5
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-5
/
+11
2014-03-11
Avoid undefined behavior regarding signed integers and left shifts.
Mark H Weaver
1
-6
/
+12
2014-01-09
Merge branch 'stable-2.0'
Mark H Weaver
1
-2
/
+21
2014-01-08
Implement 'exact-integer?' and 'scm_is_exact_integer'.
Mark H Weaver
1
-2
/
+21
2013-11-28
Merge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
Andy Wingo
1
-1
/
+1
2013-10-03
Fix edge case in 'ash'.
Mark H Weaver
1
-3
/
+6
2013-10-03
Revert "Fix edge case in 'ash'."
Mark H Weaver
1
-7
/
+4
2013-10-03
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-4
/
+7
2013-10-03
Fix edge case in 'ash'.
Mark H Weaver
1
-4
/
+7
2013-08-31
Micro-optimize char_decimal_value.
Andy Wingo
1
-12
/
+17
2013-08-11
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-6
/
+23
2013-08-10
Fix inappropriate uses of scm_syserror in numbers.c.
Mark H Weaver
1
-4
/
+5
2013-08-09
Fix numerator and denominator handling of signed zeroes and infinities.
Mark H Weaver
1
-2
/
+18
[next]