most uses of scm_from_locale_symbol become scm_from_utf8_symbol
[bpt/guile.git] / libguile / memoize.c
2011-10-25 Andy Wingomost uses of scm_from_locale_symbol become scm_from_utf...
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy Wingosequence of expressions -> seq of head and tail
2011-06-02 Andy Wingoadd <primcall> to tree-il
2011-06-02 Andy Wingorename <application> to <call>
2011-05-13 Andy Wingomerge strictness branch from 2.0
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