summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support general arrays in random:hollow-sphere!wip-llodaDaniel Llorens2017-10-272-78/+132
* Remove scm_generalized_vector_get_handleDaniel Llorens2017-10-276-30/+27
* Fix bitvectors and non-zero lower bound arrays in truncated-printDaniel Llorens2017-10-275-56/+169
* Support non-zero lower bounds in array-slice-for-eachDaniel Llorens2017-10-272-13/+17
* Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens2017-10-276-140/+208
* Remove documentation on uniform-vector-read!, uniform-vector-writeDaniel Llorens2017-10-272-33/+7
* Replace uniform-vector-read benchmark with bytevector-io benchmarkDaniel Llorens2017-10-272-16/+15
* Allow scm_XXX_writable_elements on empty vectors, even if immutableDaniel Llorens2017-10-274-12/+30
* Allow garbage collection of revealed file ports.Ludovic Courtès2017-10-254-51/+69
* 'frame-matcher' doesn't crash when the last IP is unknown.Ludovic Courtès2017-10-251-2/+3
* Add struct-ref/unboxed, struct-set!/unboxedAndy Wingo2017-09-255-49/+200
* GOOPS slot access protected via slot accessors, not struct permsAndy Wingo2017-09-231-6/+27
* Deprecate opaque struct fieldsAndy Wingo2017-09-233-15/+27
* Remove needless static variables from goops.cAndy Wingo2017-09-221-23/+2
* Fix up make-struct-layout and make-struct/no-tail docstringsAndy Wingo2017-09-221-10/+7
* Deprecate struct "self" slotsAndy Wingo2017-09-225-15/+38
* Remove unused code in struct.cAndy Wingo2017-09-221-34/+0
* Deprecate make-structAndy Wingo2017-09-2211-81/+139
* Remove references to tail arrays in the documentationAndy Wingo2017-09-201-69/+18
* Use make-struct/no-tail instead of make-structAndy Wingo2017-09-208-80/+78
* psyntax generates calls to make-struct/no-tailAndy Wingo2017-09-202-83/+97
* put-bytevector, unget-bytevector: Allow start == bytevector length.Mark H Weaver2017-07-311-2/+2
* Correctly relativize file names in the presence of common prefixes.Ludovic Courtès2017-06-152-2/+34
* doc: Document 'short' and 'unsigned-short' foreign types.Mark H Weaver2017-06-111-0/+2
* Update guile.m4 to check for 2.2 by defaultAndy Wingo2017-05-311-3/+3
* guile.m4 fix for 3.0 prereleasesAndy Wingo2017-05-311-0/+3
* Minor updates of README.Andy Wingo2017-05-221-5/+1
* Remove legacy NEWS.guile-vm.Andy Wingo2017-05-221-57/+0
* Minor updates to HACKING.Andy Wingo2017-05-221-107/+13
* Remove outdated ANNOUNCE.Andy Wingo2017-05-221-60/+0
* Remove outdated README.guile-vm.Andy Wingo2017-05-221-117/+0
* web: add support for URI-referenceAndy Wingo2017-05-219-146/+338
* readline: Avoid interpreting control characters in pastes.Andy Wingo2017-05-174-2/+27
* On Hurd, skip tests that require working setrlimits for memoryManolis Ragkousis2017-05-162-0/+12
* Fix reading of HTTPS responses that are smaller than port bufferAndy Wingo2017-04-281-2/+12
* Correct note about Gregorian reform in SRFI-19Zefram2017-04-251-11/+10
* SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'.Ludovic Courtès2017-04-221-2/+2
* Bump version to 2.2.2.v2.2.2Andy Wingo2017-04-211-3/+3
* Update NEWS some moreAndy Wingo2017-04-211-0/+5
* Update NEWS.Andy Wingo2017-04-211-0/+18
* Syntax objects are comparable with equal?Andy Wingo2017-04-213-0/+53
* SRFI-37: Account for zero-length arguments.Thomas Danckaert2017-04-201-1/+2
* Restore libgc 7.2 compatibilityAndy Wingo2017-04-202-1/+9
* GNU Guile 2.2.1.v2.2.1Andy Wingo2017-04-191-3/+3
* Update release docsAndy Wingo2017-04-191-17/+16
* Update NEWSAndy Wingo2017-04-191-1/+19
* guile-snarf: skip -g* arguments to avoid build failureSergei Trofimovich2017-04-191-2/+14
* api-procedures.texi: typo: 'an' -> 'on'Sergei Trofimovich2017-04-191-1/+1
* Documentation typo tweakSergei Trofimovich2017-04-191-1/+1
* Fix spurious warnings in net_db.cAndy Wingo2017-04-191-2/+2