bpt/guile.git
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
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-12-01 Andy Wingoexpand out named let to letrec in the eval case
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.
2009-11-28 Ludovic CourtèsRemove remaining uses of discouraged constructs.
2009-11-27 Ludovic CourtèsDisable encoding scanning on non-seekable file ports.
2009-11-25 Andy Wingoheader tidyings
2009-11-25 Andy Wingobrace placement fixes
2009-11-25 Andy Wingopush goops compile delay out to 30 invocations, for...
2009-11-25 Andy Wingogeneric method cache begone
2009-11-25 Andy Wingoremove code that manages the method cache
2009-11-25 Andy Wingoremove method cache management code from (oop goops...
2009-11-25 Andy Wingogenerics now dispatch as applicable structs
2009-11-25 Andy Wingomake sure that when equal? is extended, that the generi...
2009-11-25 Andy Wingoremove cache-mutex slot from generics
2009-11-25 Andy Wingoremove locking in method memoization
2009-11-25 Andy Wingolimn goops flags, remove foreign objs, rename entity...
2009-11-25 Andy Wingo%invalidate-method-cache invalidates the dispatch proce...
2009-11-25 Andy Wingogeneric dispatch protocol in scheme, not yet wired up
2009-11-25 Andy Wingoeqv? not a generic, equal? dispatches to generic only...
2009-11-25 Andy Wingogeneric tweaks; realizing what the setter slot actually is
2009-11-25 Andy Wingomore clarity in (oop goops dispatch)
2009-11-25 Andy Wingoremove code-table slot from methods
2009-11-25 Andy Wingoremove used-by slot from generics
2009-11-25 Andy Wingofirst step towards effective methods
2009-11-25 Andy Wingoa very big commit cleaning up structs & goops. also...
2009-11-25 Ludovic CourtèsRemove uses of discouraged constructs.
2009-11-25 Ludovic CourtèsDon't build `inet-aton' and `inet-ntoa' when --disable...
2009-11-24 Ludovic CourtèsUse $(PATH_SEPARATOR) where appropriate.
2009-11-24 Ludovic CourtèsFix makefile indentation.
2009-11-24 Ludovic CourtèsProperly quote the first argument to `AC_DEFINE{,_UNQUO...
2009-11-24 Ludovic CourtèsAdd `cfg.mk', for use by the top-level GNUmakefile.
2009-11-24 Ludovic Courtès"filesystem" -> "file system"
2009-11-24 Ludovic CourtèsDon't rely on `HAVE_' macros in public header "tags.h".
2009-11-24 Ludovic CourtèsRemove unused, non-prefixed macros.
2009-11-24 Ludovic CourtèsUpdate to Gnulib v0.0-2923-g6575ab5.
2009-11-24 Ludovic CourtèsReally disable thread-local storage on NetBSD 5.0.
2009-11-24 Ludovic CourtèsFix compilation `--without-threads'.
2009-11-23 Ludovic CourtèsUse Gnulib's `duplocale' module.
2009-11-23 Ludovic CourtèsUse Gnulib's `locale' module.
2009-11-23 Ludovic CourtèsCorrect manual wrt. encoding names.
2009-11-21 Andy Wingobetter printing of procedures with keyword arguments
2009-11-21 Andy Wingofix version-etc for older autoconf
2009-11-18 Ludovic Courtèsautogen.sh: Don't presume /usr/bin/m4.
2009-11-18 Ludovic CourtèsWork around path name length limitations in `socket...
2009-11-18 Ludovic CourtèsRemove conflicting definition of $PACKAGE from `GUILE...
2009-11-18 Ludovic CourtèsFix $(pkgdatadir) & co. so they refer to $(PACKAGE_TARN...
2009-11-17 Ludovic CourtèsBump version number for 1.9.5.
2009-11-17 Ludovic CourtèsDon't use `-Werror' by default.
2009-11-17 Ludovic CourtèsFix copyright headers.
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-11-17 Ludovic CourtèsAdd Gnulib maintainer modules.
2009-11-17 Ludovic CourtèsUse Gnulib's `version-etc-fsf' for `--version' and...
2009-11-17 Ludovic CourtèsBuild the C code with additional GCC warnings.
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-17 Ludovic CourtèsRemove now unneeded `putenv.c'.
2009-11-17 Ludovic CourtèsRemove `qt/'.
2009-11-17 Ludovic CourtèsFix C99-style declarations after statements.
2009-11-17 Ludovic CourtèsRemove deprecated guardian code.
2009-11-17 Ludovic CourtèsUse Gnulib's `warning' module.
2009-11-17 Andy Wingofold 1.9.5 NEWS items into the main text
next