summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for Guile 2.2.3.v2.2.3Andy Wingo2017-12-011-3/+3
* Update NEWS for 2.2.3Andy Wingo2017-12-011-2/+90
* Avoid generating arity-adapting zero-value conts where possibleAndy Wingo2017-12-011-6/+33
* Avoid generating arity-adapting continuations if not neededAndy Wingo2017-11-301-6/+36
* -O1 disables call precoloringAndy Wingo2017-11-303-7/+12
* Improve CSE complexityAndy Wingo2017-11-301-76/+32
* Add compute-clobber-map to effect analysisAndy Wingo2017-11-301-1/+36
* Minor CSE run-time optimizationAndy Wingo2017-11-301-69/+70
* Simplify live variable computation for graphs without loopsAndy Wingo2017-11-291-11/+29
* Add nullary intmap and intset foldersAndy Wingo2017-11-292-1/+9
* Fix logand type inferenceAndy Wingo2017-11-291-6/+11
* ltdl wrappers now use a recursive mutex.Ludovic Courtès2017-11-221-5/+11
* foreign: Add 'uintptr_t' and 'intptr_t'.Matt Wette2017-11-223-0/+25
* scripts: help: Fix reference to the "Using Guile Tools" node.Maxim Cournoyer2017-11-221-1/+1
* ia64: Fix crash in thread context switch.Sergei Trofimovich2017-11-221-0/+1
* Mention (ice-9 peg) module path.Arun Isaac2017-11-221-5/+6
* Convert `close' ref to xref.Arun Isaac2017-11-221-3/+2
* Honor '%fresh-auto-compile'.Ludovic Courtès2017-11-222-5/+11
* Destroy the mutex associated with a dirstream.Ludovic Courtès2017-11-181-0/+6
* 'readdir' no longer deadlocks upon error.Ludovic Courtès2017-11-171-2/+19
* http: Fix typo in proxy handling in 'write-request-line'.Ludovic Courtès2017-11-111-3/+3
* http: Fix typo in proxy handling in 'write-request-line'.Ludovic Courtès2017-11-101-2/+2
* Print exception location only once.Ludovic Courtès2017-11-091-1/+0
* Allow GDB support to be used with GDB-linked-against-Guile-2.0.Ludovic Courtès2017-11-053-14/+47
* More robust vacuuming of in-use weak tablesAndy Wingo2017-11-011-3/+22
* Refactor weak table to use bitmaps for weak entriesAndy Wingo2017-11-011-82/+25
* Weak tables are now bucket-and-chain tablesAndy Wingo2017-11-011-511/+212
* Support general arrays in random:hollow-sphere!Daniel Llorens2017-10-312-61/+119
* Fix bitvectors and non-zero lower bound arrays in truncated-printDaniel Llorens2017-10-315-56/+169
* Support non-zero lower bounds in array-slice-for-eachDaniel Llorens2017-10-312-13/+17
* Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens2017-10-316-140/+208
* Remove documentation on uniform-vector-read!, uniform-vector-writeDaniel Llorens2017-10-312-33/+7
* Replace uniform-vector-read benchmark with bytevector-io benchmarkDaniel Llorens2017-10-312-16/+15
* Allow scm_XXX_writable_elements on empty vectors, even if immutableDaniel Llorens2017-10-314-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