summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-implement (ice-9 streams) in terms of (srfi srfi-41)wip-streamsAndy Wingo2015-03-051-79/+30
* Struct and array GDB pretty printers hint as arraysAndy Wingo2015-02-171-9/+53
* GDB support: add frame annotators and filtersAndy Wingo2015-02-171-0/+91
* De-bitrot libguile-2.2-gdb.scmAndy Wingo2015-02-171-50/+155
* (system base types) knows about variablesAndy Wingo2015-02-172-0/+4
* Fix infinite loop in expanderAndy Wingo2015-02-133-6/+39
* Add `scm_smob_type_class()'.Andy Wingo2015-02-102-1/+15
* NEWS and doc updatesAndy Wingo2015-02-093-16/+167
* Document support for URI references.Andy Wingo2015-02-081-9/+31
* Reify bytevector? in the correct moduleAndy Wingo2015-02-061-2/+3
* Add #:static-slot-allocation?Andy Wingo2015-02-065-13/+60
* Fix foreign objects for getter method changeAndy Wingo2015-02-061-21/+22
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2015-01-262-18/+28
|\
| * Accessor methods only apply to subclasses with their slotAndy Wingo2015-01-263-36/+35
| * Fix accessor struct field inliningAndy Wingo2015-01-244-69/+108
| * Really disable stack underflow checks when VM_CHECK_UNDERFLOW == 0.Ludovic Courtès2015-01-221-2/+2
* | Fix verify-cpsAndy Wingo2015-01-251-2/+2
* | Fix accessor struct inlining in GOOPSAndy Wingo2015-01-242-25/+104
* | Simplify and optimize slot accessAndy Wingo2015-01-231-85/+68
* | Export <slot> from GOOPSAndy Wingo2015-01-231-0/+1
* | Simplify GOOPS effective method cache formatAndy Wingo2015-01-231-35/+32
* | Fast generic function dispatch without calling `compile' at runtimeAndy Wingo2015-01-231-213/+224
* | GOOPS cosmeticsAndy Wingo2015-01-231-5/+10
* | Update (oop goops save) for <slot> objectsAndy Wingo2015-01-232-34/+26
* | Fix foreign objects for removal of getters-n-settersAndy Wingo2015-01-231-2/+2
* | Minor GOOPS cleanupsAndy Wingo2015-01-231-8/+8
* | Optimize %initialize-objectAndy Wingo2015-01-231-5/+24
* | Inline internal slot accessorsAndy Wingo2015-01-231-53/+55
* | Inline helpers into slot-ref, slot-set!, etcAndy Wingo2015-01-231-56/+75
* | Use a vtable bit to mark <slot> instancesAndy Wingo2015-01-233-19/+35
* | Introduce <slot> objects in GOOPSAndy Wingo2015-01-235-417/+550
* | Beginnings of <slot> slot definition classAndy Wingo2015-01-231-48/+69
* | The GOOPS "unbound" value is a unique pairAndy Wingo2015-01-236-44/+25
* | GOOPS: Deprecate "using-class" procs like slot-ref-using-classAndy Wingo2015-01-235-76/+79
* | change-object-class refactorAndy Wingo2015-01-231-21/+14
* | slot-ref, slot-set! et al bypass "using-class" variantsAndy Wingo2015-01-231-4/+20
* | Manipulate GOOPS vtable flags from Scheme, for speedAndy Wingo2015-01-233-54/+62
* | GOOPS class slot indices defined as inline valuesAndy Wingo2015-01-231-2/+2
* | `match' refactor in goops.scmAndy Wingo2015-01-231-41/+33
* | Convert emit-linear-dispatch to use matchAndy Wingo2015-01-231-32/+33
* | More GOOPS cleanupsAndy Wingo2015-01-231-28/+26
* | when and unless for one-armed ifs in goops.scmAndy Wingo2015-01-231-62/+60
* | More GOOPS commentsAndy Wingo2015-01-231-31/+34
* | Commenting in goops.scmAndy Wingo2015-01-231-9/+19
* | Narrative reordering in goops.scmAndy Wingo2015-01-231-64/+143
* | scm_make cleanupAndy Wingo2015-01-231-6/+2
* | Add compute-cpl testsAndy Wingo2015-01-232-23/+26
* | Fold (oop goops util) into (oop goops)Andy Wingo2015-01-234-57/+30
* | GOOPS utils module cleanupsAndy Wingo2015-01-232-18/+9
* | append-map rather than mapappendAndy Wingo2015-01-231-4/+2