Add per-directory Emacs local variables.
[bpt/guile.git] / libguile /
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2010-01-03 Andy Wingofix bug in generalized-vector->list
2010-01-03 Julian GrahamSupport for Unicode string normalization functions
2009-12-29 Andy Wingoframes.c no longer exports frame-source -- frame.scm...
2009-12-29 Andy Wingoclean up (system vm frames), add locals command to...
2009-12-29 Andy Wingofix bug in string array implementation type mask
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-28 Andy WingoFix bugs reading long tokens
2009-12-28 Michael GranIncorrect indexing into character name list
2009-12-27 Neil JerramAdd support for getsid
2009-12-24 Julian GrahamSupport for Unicode general categories
2009-12-23 Andy Wingokeyword arg errors throw to 'keyword-argument-error
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-21 Andy Wingodon't take string-write mutex in read.c:read_token
2009-12-21 Andy Wingorework vm tracing
2009-12-21 Andy Wingoadd scm_call_n, scm_c_run_hookn
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]
next