integrate guile-lib docs
[bpt/guile.git] / libguile /
2009-12-20 Andy Wingoversion.h depends on config.status
2009-12-20 Andy Wingohandle interrupts in mv-call, return/values
2009-12-20 Andy Wingoremove scm_add_method
2009-12-20 Andy Wingoin the load path, look in library-dir before site-dir
2009-12-18 Ken RaeburnAllow more characters in coding system names in Emacs...
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-15 Ludovic CourtèsUse Gnulib's `sys_stat' module; update Gnulib.
2009-12-15 Ludovic CourtèsUse the right `grep' command.
2009-12-15 Ludovic CourtèsRemove GNU Make-specific function call.
2009-12-15 Ludovic CourtèsRemove extraneous semicolon after `SCM_ARRAY_IMPLEMENTA...
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-13 Andy Wingoprimitive-eval passes first N args on stack directly...
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 Wingovm: handle interrupts on backwards jumps
2009-12-11 Andy Wingoless overhead for handling interrupts in the vm
2009-12-11 Andy Wingomerge from master to elisp
2009-12-10 Andy Wingoif we have no eval.go, load no .go
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 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 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 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 memoized expression accessors to scheme
2009-12-01 Andy Wingoexport scm_define to scheme as define!
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 Wingono special treatment for memoized code in srcprop.c
2009-12-01 Andy Wingofactor copy-tree and cons-source out of eval.[ch]
2009-12-01 Andy Wingoremove unused scm_eval_stack var
2009-12-01 Andy Wingoremove evaluator-specific code from macros.c
2009-12-01 Andy Wingoremove class-environment slot, goops grubs less in...
2009-12-01 Andy Wingofix to gdb_eval to use newer interfaces
2009-12-01 Andy Wingoformally deprecate trampolines
2009-12-01 Andy Wingoremove uses of trampolines within guile itself
2009-12-01 Andy Wingogut the backtrace implementation for memoized code
2009-12-01 Andy Wingoremove some deprecated things, undeprecate scm_the_root...
2009-12-01 Andy Wingotweak to eval.c
2009-12-01 Andy Wingoeval.i.c -> eval.c
2009-12-01 Andy Wingomore ceval excision
2009-12-01 Andy Wingoremove code from eval.i.c that was only for CEVAL.
2009-12-01 Andy WingoDon't double-include eval.i.c -- let's only build deval.
2009-12-01 Andy Wingogut trampolines
2009-11-29 Ludovic CourtèsMake `SCM' type definition acceptable for C++ compilers.
2009-11-28 Ludovic CourtèsRemove remaining uses of discouraged constructs, really.
next