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