bpt/guile.git
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
2009-11-17 Andy WingoUpdate NEWS.
2009-11-16 Andy Wingowith a rest arg, allow for keywords anywhere
2009-11-16 Ken RaeburnSCM_DEBUG fix: Don't apply SCM_CAR to non-pairs when...
2009-11-16 Ludovic CourtèsAdd `iconv_open-solaris.h' to remove dependency on...
2009-11-16 Ludovic CourtèsUse Gnulib's `alignof' module.
2009-11-16 Ludovic CourtèsDeprecate `inet-ntoa' and `inet-aton'.
2009-11-16 Ludovic CourtèsUse Gnulib's `inet_ntop' and `inet_pton' modules.
2009-11-16 Ludovic CourtèsRe-add an indirection in bytevectors.
2009-11-16 Ludovic CourtèsRemove unused internal bytevector functions.
2009-11-16 Ludovic CourtèsRun the GC and retry `open-file' when getting `EMFILE'.
2009-11-16 Ludovic CourtèsImprove documentation of supported encoding names.
2009-11-16 Ken RaeburnFix off-by-one error in processing Emacs-style coding...
2009-11-15 Andy Wingoopcodes for bit twiddling (ash, logand, logior, logxor)
2009-11-15 Andy Wingoclass-of has an opcode
2009-11-15 Andy Wingofaster conditionals
2009-11-15 Andy Wingofix (apply f) -- without the args list
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-15 Andy Wingoactually set all 8 hashsets in classes
2009-11-15 Andy Wingoremove goops-local %tag-body
2009-11-15 Andy WingoSCM_VALIDATE_VTABLE tweak
2009-11-15 Andy Wingofix printing-programs bug
2009-11-15 Andy Wingovalues.c defines a vtable, not a vtable-vtable
2009-11-15 Andy Wingosrfi-35 properly uses vtable-offset-user
2009-11-15 Andy Wingofix a structs.test test
2009-11-15 Andy Wingoremove redundant, unnecessary instance size from struct...
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-11-15 Andy Wingoremove support for "entities" -- a form of applicable...
next