summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow empty vendor string in GNU target triplets.Taylor R Campbell2022-06-162-2/+11
* Allow (library ...) form in cond-expand inside R7RS define-library.Mihail Iosilevich2022-06-161-1/+4
* 'module-define!' honors the 'module' parameter.Ludovic Courtès2022-06-161-2/+2
* 'connect' handles EAGAIN like EINPROGRESS.Ludovic Courtès2022-06-161-1/+1
* Find unidata_to_charset.awk from commit 9f8e05e5 in $(srcdir).Mikael Djurfeldt2022-04-081-2/+2
* Update NEWS.Ludovic Courtès2022-03-241-0/+2
* Create 'srfi-14.i.c' during build.Timothy Sample2022-03-244-5190/+34674
* Reimplement 'unidata_to_charset.pl' in Awk.Timothy Sample2022-03-243-402/+410
* Fix "non-revealed port is closed" ports.testRob Browning2022-03-161-3/+4
* tests: web-server: Wait until the server is listening.Ludovic Courtès2022-03-151-1/+24
* build: Test '-flto' on both compiler and linker.Sergei Trofimovich2022-03-072-1/+2
* psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès2022-03-074-79/+119
* tests: Add read-syntax + syntax-source test.Ludovic Courtès2022-03-071-2/+14
* Update NEWS.Ludovic Courtès2022-03-071-0/+8
* build: When cross-compiling, get type sizes of the target system.Ludovic Courtès2022-02-282-16/+17
* Typo fix: Use correct variable name in exampleVijay Marupudi2022-02-231-1/+1
* Bump user-visible copyright years to 2022Andy Wingo2022-02-112-4/+4
* Exclude ChangeLog from assert-no-store-file-names distcheck rulev3.0.8Andy Wingo2022-02-101-1/+1
* GNU Guile v3.0.8Andy Wingo2022-02-101-3/+3
* Minor NEWS tweaksAndy Wingo2022-02-101-18/+15
* Align argument type of scm_to_wchar with its declaration.Mikael Djurfeldt2022-02-101-1/+1
* Align return type of scm_to_wchar with its declaration.Mikael Djurfeldt2022-02-101-1/+1
* psyntax: Pass source vectors to tree-il constructors.Ludovic Courtès2022-02-075-116/+105
* 'string->symbol' avoids copying the underlying string.Ludovic Courtès2022-02-071-3/+9
* Update unicode tables to Unicode 14.0.0; initial charsets immutableAndy Wingo2022-02-063-9993/+5182
* NEWS fixupAndy Wingo2022-02-061-5/+5
* Deprecate symbol properties.Ludovic Courtès2022-02-049-150/+87
* Remove unused 'scm_i_c_make_symbol'.Ludovic Courtès2022-02-032-14/+0
* Update NEWSAndy Wingo2022-02-021-18/+161
* Slight bignum-fixnum multiplication optimizationAndy Wingo2022-02-011-4/+8
* Avoid source properties in psyntaxAndy Wingo2022-02-012-136/+170
* Prebuild fewer filesAndy Wingo2022-02-013-3/+6
* Fix reproducibility for inlinable-exportsAndy Wingo2022-02-011-2/+8
* Rework bootstrap to be reproducibleAndy Wingo2022-02-0110-480/+474
* Add -ftlo supportAndy Wingo2022-01-291-1/+44
* peval cross-module-inlining gracefully handles missing interfaceAndy Wingo2022-01-171-4/+6
* Fix inlinable-exports bug for pure modulesAndy Wingo2022-01-171-2/+2
* Remove dead code in scm_integer_inexact_sqrt_zAndy Wingo2022-01-131-4/+0
* Have log and log10(real nan) return real nan regardless of signDaniel Llorens2022-01-132-9/+19
* Don't use HAVE_COPYSIGN in libguile/numbers.cDaniel Llorens2022-01-131-4/+0
* Simplify scm_abs for the real caseDaniel Llorens2022-01-131-11/+1
* Optimize logand against a positive inumAndy Wingo2022-01-131-0/+12
* Optimize integer-expt for fixnumsAndy Wingo2022-01-131-0/+21
* Optimize scm_integer_mul_iiAndy Wingo2022-01-131-11/+17
* Optimize bignum subtractionAndy Wingo2022-01-131-29/+47
* Optimize bignum add to avoid temporary allocationsAndy Wingo2022-01-131-26/+106
* Avoid bignum clone in scm_integer_sub_zzAndy Wingo2022-01-131-2/+10
* Start to optimize scm_integer_sub_izAndy Wingo2022-01-131-1/+13
* Less pessimal scm_integer_sub_ziAndy Wingo2022-01-131-4/+16
* Optimize scm_integer_mul_zz.Andy Wingo2022-01-131-6/+18