build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / memoize.c
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-01-28 Ludovic CourtèsRemove unneeded SMOB mark procedure in `memoize.c'.
2012-11-28 Ludovic Courtèseval: Store docstrings for lambdas.
2011-11-16 Andy Wingomemoize: booleanify the rest arg
2011-05-13 Andy Wingomore care regarding SCM_PACK and SCM_UNPACK
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2010-08-17 Andy Wingo@apply for multiple args in the boot memoizer
2010-06-17 Andy Wingopsyntax, primitive expander, and memoizer support for...
2010-06-17 Andy Wingofix bug in memoize
2010-05-20 Andy Wingoiron out inconsistency between eval and compile expansion
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingofix a couple expander naming bugs
2010-05-19 Andy Wingoseparate boot expansion from memoization
2010-05-18 Andy Wingoremove the new scm_memoize_begin, etc
2010-05-16 Andy Wingoscm_memoize_lambda update
2010-05-13 Andy Wingoevaluator support for case-lambda
2010-05-13 Andy Wingoprimitive support for lambda*
2010-05-13 Andy Wingotweak to lambda* memoization format
2010-05-13 Andy Wingochange to format of memoization lambda expressions
2010-05-07 Andy Wingoadd memoize-begin, memoize-let, etc functions
2010-05-07 Andy Wingoadd "memoizer" data type
2010-05-07 Andy Wingomacro expanders return memoized expressions
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-04 Ludovic CourtèsSlightly optimize the memoizer, bootstrap evaluator...
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-18 Andy Wingoadd with-fluids objects and primitive syntax
2010-02-18 Andy Wingofix unmemoization bug
2010-02-18 Andy Wingomemoize (begin foo) to foo
2010-02-18 Andy Wingodynwind is now a part of guile's primitive language
2010-01-05 Andy Wingoclean up macros.[ch]
2010-01-05 Andy Wingoremove mmacros, SCM_SYNTAX snarf macro
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-13 Andy Wingoprimitive-eval passes first N args on stack directly...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-09 Andy Wingofix FUNC_NAME of scm_memoize_variable_access_x
2009-12-07 Andy Wingoadd scm_c_make_struct[v]
2009-12-03 Andy Wingoremove tc7_subr_* and tc7_lsubr_*
2009-12-01 Andy Wingoadd memoized expression accessors to scheme
2009-12-01 Andy Wingonew evaluator, y'all