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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
Exclude ChangeLog from assert-no-store-file-names distcheck rule
v3.0.8
Andy Wingo
1
-1
/
+1
2022-02-10
GNU Guile v3.0.8
Andy Wingo
1
-3
/
+3
2022-02-10
Minor NEWS tweaks
Andy Wingo
1
-18
/
+15
2022-02-10
Align argument type of scm_to_wchar with its declaration.
Mikael Djurfeldt
1
-1
/
+1
2022-02-10
Align return type of scm_to_wchar with its declaration.
Mikael Djurfeldt
1
-1
/
+1
2022-02-07
psyntax: Pass source vectors to tree-il constructors.
Ludovic Courtès
5
-116
/
+105
2022-02-07
'string->symbol' avoids copying the underlying string.
Ludovic Courtès
1
-3
/
+9
2022-02-06
Update unicode tables to Unicode 14.0.0; initial charsets immutable
Andy Wingo
3
-9993
/
+5182
2022-02-06
NEWS fixup
Andy Wingo
1
-5
/
+5
2022-02-04
Deprecate symbol properties.
Ludovic Courtès
9
-150
/
+87
2022-02-03
Remove unused 'scm_i_c_make_symbol'.
Ludovic Courtès
2
-14
/
+0
2022-02-02
Update NEWS
Andy Wingo
1
-18
/
+161
2022-02-01
Slight bignum-fixnum multiplication optimization
Andy Wingo
1
-4
/
+8
2022-02-01
Avoid source properties in psyntax
Andy Wingo
2
-136
/
+170
2022-02-01
Prebuild fewer files
Andy Wingo
3
-3
/
+6
2022-02-01
Fix reproducibility for inlinable-exports
Andy Wingo
1
-2
/
+8
2022-02-01
Rework bootstrap to be reproducible
Andy Wingo
10
-480
/
+474
2022-01-29
Add -ftlo support
Andy Wingo
1
-1
/
+44
2022-01-17
peval cross-module-inlining gracefully handles missing interface
Andy Wingo
1
-4
/
+6
2022-01-17
Fix inlinable-exports bug for pure modules
Andy Wingo
1
-2
/
+2
2022-01-13
Remove dead code in scm_integer_inexact_sqrt_z
Andy Wingo
1
-4
/
+0
2022-01-13
Have log and log10(real nan) return real nan regardless of sign
Daniel Llorens
2
-9
/
+19
2022-01-13
Don't use HAVE_COPYSIGN in libguile/numbers.c
Daniel Llorens
1
-4
/
+0
2022-01-13
Simplify scm_abs for the real case
Daniel Llorens
1
-11
/
+1
2022-01-13
Optimize logand against a positive inum
Andy Wingo
1
-0
/
+12
2022-01-13
Optimize integer-expt for fixnums
Andy Wingo
1
-0
/
+21
2022-01-13
Optimize scm_integer_mul_ii
Andy Wingo
1
-11
/
+17
2022-01-13
Optimize bignum subtraction
Andy Wingo
1
-29
/
+47
2022-01-13
Optimize bignum add to avoid temporary allocations
Andy Wingo
1
-26
/
+106
2022-01-13
Avoid bignum clone in scm_integer_sub_zz
Andy Wingo
1
-2
/
+10
2022-01-13
Start to optimize scm_integer_sub_iz
Andy Wingo
1
-1
/
+13
2022-01-13
Less pessimal scm_integer_sub_zi
Andy Wingo
1
-4
/
+16
2022-01-13
Optimize scm_integer_mul_zz.
Andy Wingo
1
-6
/
+18
2022-01-13
Optimize scm_integer_mul_zi
Andy Wingo
1
-5
/
+25
2022-01-13
Re-rewrite integer-expt in C
Andy Wingo
4
-52
/
+135
2022-01-13
Fix bug when making mpz from 0
Andy Wingo
1
-3
/
+9
2022-01-13
take_mpz optimization
Andy Wingo
1
-2
/
+6
2022-01-13
Bignums avoid both custom GMP allocator and finalizers
Andy Wingo
6
-201
/
+113
2022-01-13
scm_to_ipv6 uses scm_to_mpz
Andy Wingo
1
-5
/
+11
2022-01-13
Finish srfi-60 port off old scm mpz API
Andy Wingo
1
-77
/
+72
2022-01-13
Start porting srfi-60 off the bad bignum interfaces
Andy Wingo
3
-48
/
+31
2022-01-13
Avoid scm_i_mkbig outside numbers.c.
Andy Wingo
4
-22
/
+21
2022-01-13
Use scm_integer_to_double_z in numbers.c instead of big2dbl
Andy Wingo
1
-21
/
+22
2022-01-13
Simplify magnitude, angle
Andy Wingo
1
-67
/
+12
2022-01-13
Remove last non-admin SCM_I_BIG_MPZ uses in numbers.c
Andy Wingo
1
-8
/
+4
2022-01-13
Simplify scm_exact_integer_quotient
Andy Wingo
3
-74
/
+44
2022-01-13
divide2double refactor
Andy Wingo
3
-12
/
+19
2022-01-13
Remove dead bignum frexp code from numbers.c
Andy Wingo
1
-46
/
+0
2022-01-13
Expose frexp from integers lib
Andy Wingo
3
-6
/
+7
2022-01-13
Refactor scm_sqrt in terms of integers.[ch]
Andy Wingo
3
-153
/
+130
[next]