bpt/guile.git
2015-02-13 Robin Templetononly evaluate top-level macro definitions
2015-02-13 Robin Templetondegenerate let forms
2015-02-13 Robin Templetoneval-when
2015-02-13 Robin Templetonfset macro
2015-02-13 Robin Templetonuse defsubst
2015-02-13 Robin Templetondefsubst
2015-02-13 Robin Templetoncompiler macros
2015-02-13 Robin Templetondefconst, defvar: proclaim special at compile-time
2015-02-13 Robin Templetonelisp @@ macro
2015-02-13 Robin Templetoncompile-elisp fn
2015-02-13 Robin Templetonfix `nil?' type inference
2015-02-13 Robin Templetonfix symbol-function
2015-02-13 Robin Templetonrestore special operator handling
2015-02-13 Robin Templetondefine-module for elisp special modules
2015-02-13 Robin Templetonconstant-interning fix
2015-02-13 Robin Templetondefvar affects default value
2015-02-13 Robin Templetonsymbol default value procedures
2015-02-13 Robin Templetonread nil/t as #nil/#t
2015-02-13 Robin Templetontree-il evaluator
2015-02-13 Robin Templetonelisp updates
2015-02-13 Robin Templetonguile-snarf fix
2015-02-13 Robin Templetonprefer compilers earlier in list
2015-02-13 Robin TempletonRevert "Add thread-local lock-free, TLS-free freelists."
2015-02-13 Robin Templetonallow arbitrary constants in cps
2015-02-13 BT Templetonguile-private-ref
2015-02-13 BT Templetonmultiple obarrays
2015-02-13 Robin Templetoncheck symbols constants uninterned
2015-02-13 Robin Templetonintern arbitrary constants
2015-02-13 Robin Templetonlibguile/Makefile.am (snarfcppopts): Remove CFLAGS
2015-02-10 Andy WingoAdd `scm_smob_type_class()'.
2015-02-09 Andy WingoNEWS and doc updates
2015-02-08 Andy WingoDocument support for URI references.
2015-02-06 Andy WingoReify bytevector? in the correct module
2015-02-06 Andy WingoAdd #:static-slot-allocation?
2015-02-06 Andy WingoFix foreign objects for getter method change
2015-01-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2015-01-26 Andy WingoAccessor methods only apply to subclasses with their...
2015-01-25 Andy WingoFix verify-cps
2015-01-24 Andy WingoFix accessor struct field inlining
2015-01-24 Andy WingoFix accessor struct inlining in GOOPS
2015-01-23 Andy WingoSimplify and optimize slot access
2015-01-23 Andy WingoExport <slot> from GOOPS
2015-01-23 Andy WingoSimplify GOOPS effective method cache format
2015-01-23 Andy WingoFast generic function dispatch without calling `compile...
2015-01-23 Andy WingoGOOPS cosmetics
2015-01-23 Andy WingoUpdate (oop goops save) for <slot> objects
2015-01-23 Andy WingoFix foreign objects for removal of getters-n-setters
2015-01-23 Andy WingoMinor GOOPS cleanups
2015-01-23 Andy WingoOptimize %initialize-object
2015-01-23 Andy WingoInline internal slot accessors
2015-01-23 Andy WingoInline helpers into slot-ref, slot-set!, etc
2015-01-23 Andy WingoUse a vtable bit to mark <slot> instances
2015-01-23 Andy WingoIntroduce <slot> objects in GOOPS
2015-01-23 Andy WingoBeginnings of <slot> slot definition class
2015-01-23 Andy WingoThe GOOPS "unbound" value is a unique pair
2015-01-23 Andy WingoGOOPS: Deprecate "using-class" procs like slot-ref...
2015-01-23 Andy Wingochange-object-class refactor
2015-01-23 Andy Wingoslot-ref, slot-set! et al bypass "using-class" variants
2015-01-23 Andy WingoManipulate GOOPS vtable flags from Scheme, for speed
2015-01-23 Andy WingoGOOPS class slot indices defined as inline values
2015-01-23 Andy Wingo`match' refactor in goops.scm
2015-01-23 Andy WingoConvert emit-linear-dispatch to use match
2015-01-23 Andy WingoMore GOOPS cleanups
2015-01-23 Andy Wingowhen and unless for one-armed ifs in goops.scm
2015-01-23 Andy WingoMore GOOPS comments
2015-01-23 Andy WingoCommenting in goops.scm
2015-01-23 Andy WingoNarrative reordering in goops.scm
2015-01-23 Andy Wingoscm_make cleanup
2015-01-23 Andy WingoAdd compute-cpl tests
2015-01-23 Andy WingoFold (oop goops util) into (oop goops)
2015-01-23 Andy WingoGOOPS utils module cleanups
2015-01-23 Andy Wingoappend-map rather than mapappend
2015-01-23 Andy WingoGOOPS cleanup to use SRFI-1 better
2015-01-23 Andy WingoCosmetic goops refactors.
2015-01-23 Andy WingoIncorporate %inherit-magic! into %init-layout!
2015-01-23 Andy Wingogoops.c no longer knows about <class> slot allocation
2015-01-23 Andy WingoReimplement inherit-applicable! in Scheme
2015-01-23 Andy WingoReimplement %allocate-instance in Scheme
2015-01-23 Andy WingoRe-use the vtable "size" field for GOOPS nfields
2015-01-23 Andy WingoMove <class> initialization to Scheme
2015-01-23 Andy WingoDeprecate scm_get_keyword
2015-01-23 Andy WingoRewrite %initialize-object in Scheme
2015-01-23 Andy WingoMinor goops.c tidying
2015-01-23 Andy WingoRemove scm_c_extend_primitive_generic
2015-01-23 Andy WingoNo more concept of "pure generics"
2015-01-23 Andy WingoRemove TEST_CHANGE_CLASS
2015-01-23 Andy WingoRemove pure-generic?
2015-01-23 Andy WingoGoops slot-unbound / slot-missing cleanups
2015-01-23 Andy WingoMove slot-ref et al to Scheme
2015-01-23 Andy WingoPort method and generic accessors to Scheme
2015-01-23 Andy Wingo<class> accessors implemented in Scheme
2015-01-23 Andy Wingogoops: use computed class slot offsets; untabify and...
2015-01-23 Andy WingoStatically compute offsets for slots of <class> in...
2015-01-23 Andy WingoRefactor to <class> slot computation
2015-01-23 Andy WingoRemove GOOPS random state
2015-01-23 Andy WingoMore goops.c cleanups, and fix a security issue
2015-01-23 Andy WingoRemove unused union scm_t_debug_info
2015-01-23 Andy WingoMore unused code removal in GOOPS
2015-01-23 Andy WingoRemove private var_no_applicable_method capture
2015-01-23 Andy WingoRemove scm_assert_bound
next