bpt/guile.git
2009-12-15 Ludovic CourtèsAvoid `SCM_UNPACK ()' in constant expressions.
2009-12-15 Ludovic CourtèsRemove `return' from `void' function.
2009-12-15 Ludovic CourtèsDon't use GCC zero-length arrays.
2009-12-15 Ludovic CourtèsRemove uses of the non-standard `__FUNCTION__'.
2009-12-14 Andy Wingoexpose frame-previous, once again
2009-12-14 Ludovic CourtèsFix test environment issue with ltdl from Libtool 2...
2009-12-13 Andy Wingomore NEWS updates
2009-12-13 Andy Wingoprimitive-eval passes first N args on stack directly...
2009-12-13 Andy Wingointerpreted closures cons less.
2009-12-11 Andy Wingocommit draft of NEWS
2009-12-11 Andy Wingolame tweak to the inliner
2009-12-11 Andy Wingoprepare NEWS for 1.9.6
2009-12-11 Ludovic CourtèsTweak the "unused modules are removed" test.
2009-12-11 Ludovic CourtèsSRFI-1: Use the built-in optional argument support.
2009-12-11 Ludovic CourtèsFix expansion of `(+ 1 x)'.
2009-12-11 Ludovic CourtèsTypo.
2009-12-11 Ludovic CourtèsSRFI-9: Make accessors inlinable.
2009-12-11 Ludovic CourtèsSRFI-9: Reimplement in terms of structs, using `syntax...
2009-12-11 Ludovic CourtèsAdd struct & vector benchmarks.
2009-12-11 Ludovic CourtèsAdd opcodes for `struct?', `struct-vtable', and `make...
2009-12-11 Andy Wingovm no longer measures bogoclock or times, relies on...
2009-12-11 Andy Wingoinline calls to (memv foo CONSTANT-LIST)
2009-12-11 Andy Wingorename <conditional> then and else to consequent and...
2009-12-11 Andy Wingorename lambda-case-else to lambda-case-alternate
2009-12-11 Andy Wingovm: handle interrupts on backwards jumps
2009-12-11 Andy Wingoless overhead for handling interrupts in the vm
2009-12-11 Andreas Rottmannadd partial support for tail patterns in syntax-rules...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-10 Andy Wingoadd ice-9/quasisyntax.scm to NOCOMP_SOURCES
2009-12-10 Andy Wingofix emission of meta procedures
2009-12-10 Andy Wingoif we have no eval.go, load no .go
2009-12-10 Andy Wingoadd gbt macro to gdbinit, and fix a bug in program...
2009-12-09 Andy Wingofix arbiter compilation with the generic codepath
2009-12-09 Andy Wingofix FUNC_NAME of scm_memoize_variable_access_x
2009-12-08 Andy Wingoadd SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK
2009-12-08 Andy Wingofix SCM_CELL macro usage.
2009-12-08 Andy WingoSCM_CELL in throw.c
2009-12-08 Andy WingoSCM_VALIDATE_SMOB uses SCM_SMOB_PREDICATE
2009-12-08 Andy WingoSCM_CELL in srfi-4.c
2009-12-08 Andy WingoSCM_CELL in srcprop.c
2009-12-08 Andy Wingouse the new public metatables from struct.c
2009-12-08 Andy Wingoscm_i_alloc_struct does not take a "what" arg
2009-12-08 Andy Wingoreserve a vtable flag for smobs.
2009-12-08 Andy Wingoadd vtable finalizer and printer setter macros
2009-12-08 Andy Wingomake some applicable struct vtable-vtable public to C
2009-12-08 Andy WingoSCM_CELL in modules.c
2009-12-08 Andy Wingoinitialize smobs after structs
2009-12-08 Andy WingoSCM_CELL in guardians.c
2009-12-08 Andy WingoSCM_CELL in filesys.[ch]
2009-12-08 Andy WingoSCM_CELL in deprecated.c
2009-12-08 Andy Wingofix SCM_CELL macro usage in continuations.[ch]
2009-12-08 Andy Wingofix SCM_CELL_* macro usage in async.c
2009-12-08 Andy Wingofix SCM_CELL_* macro usage in arbiters.c
2009-12-08 Andy Wingofix erroneous SCM_CELL_* usage in arrays.[ch]
2009-12-08 Andy Wingoclean up smob macro implementation
2009-12-07 Andy Wingoadd scm_c_make_struct[v]
2009-12-07 Andy Wingoprocedures-with-setters implemented in terms of structs
2009-12-05 Andy Wingostructs are alive early in guile's boot
2009-12-05 Andy Wingomore annotations to scm_i_init_guile
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-12-05 Andy Wingofurther boot cleanups
2009-12-05 Andy Wingomore boot cleanup
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-05 Andy Wingosome scm_i_init_guile cleanups
2009-12-05 Andy Wingoremove scm_ports_prehistory
2009-12-05 Andy Wingoadd printer for dynamic-states
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-04 Andy Wingoremove cxrs
2009-12-04 Andy Wingoremove rpsubrs
2009-12-03 Andy Wingoremove asubrs
2009-12-03 Andy Wingospeed up scm_call_N for non-programs
2009-12-03 Andy Wingosimplify apply_foreign
2009-12-03 Andy Wingo+, -, min, lcm, gcd now documented
2009-12-03 Andy Wingochange asubrs to be gsubrs
2009-12-03 Andy Wingo+ is not an asubr
2009-12-03 Andy Wingoremove scm_tc7_dsubr
2009-12-03 Andy Wingoremove "primitive numerics" from the docs
2009-12-03 Andy Wingoimplement transcendental sin, cos etc in c; deprecate...
2009-12-03 Andy Wingoexpt implemented in C, handles complex numbers
2009-12-03 Andy Wingoremove tc7_subr_* and tc7_lsubr_*
2009-12-03 Andy Wingoall subrs are gsubrs
2009-12-03 Andy Wingoreplace frame implementation with VM frames
2009-12-03 Andy Wingoremove debug frames
2009-12-02 Andy Wingoclarify comments in eval.scm
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingoapply goes to the vm, not the interpreter
2009-12-01 Andy Wingovm doesn't call the evaluator at all (at least not...
2009-12-01 Andy Wingofirst step to make the vm stop calling the interpreter
2009-12-01 Andy Wingoadd new scheme evaluator
2009-12-01 Andy Wingoadd memoized expression accessors to scheme
2009-12-01 Andy Wingoexport scm_define to scheme as define!
2009-12-01 Andy Wingowire through the existing vm ops for variable-ref and...
2009-12-01 Andy Wingofixes to variable-ref, variable-set vm ops
2009-12-01 Andy Wingopromises are in their own file now
2009-12-01 Andy Wingonew evaluator, y'all
2009-12-01 Andy Wingogoops moving away from evaluator opcodes, and a primiti...
2009-12-01 Andy Wingoremove (lang elisp), as it won't work with the new...
2009-12-01 Andy Wingolocal-eval will go away
next