SCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_PROCEDURE
[bpt/guile.git] / libguile /
2009-11-15 Andy WingoSCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_P...
2009-11-15 Andy Wingoremove unused things from object.[ch]
2009-11-15 Andy Wingoremove operators
2009-11-15 Andy Wingogeneric dispatch in the vm (sorta)
2009-11-15 Andy Wingoremove unused struct gc chain macros
2009-11-15 Andy Wingode-inline goops dispatch from the evaluator
2009-11-14 Ludovic CourtèsHave `scm_scan_for_encoding ()' use GC-managed memory.
2009-11-14 Ludovic CourtèsReplace `setbinary' by a public `%default-port-encoding...
2009-11-14 Andy Wingofix bug in string comparison
2009-11-08 Ludovic CourtèsFix C99-style comments.
2009-11-05 Ludovic CourtèsHold the GC lock when traversing weak hash table buckets.
2009-11-05 Ludovic CourtèsFix snarfing of `SCM_DEFINE' with static allocation.
2009-11-01 Ludovic CourtèsAllocate vectors in a contiguous memory area.
2009-11-01 Ludovic CourtèsRestore signature of `scm_search_path ()' as found...
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-30 Ken RaeburnClean up some uses of old GC macros that don't exist...
2009-10-30 Ken RaeburnSince support for "futures" in C has been completely...
2009-10-28 Michael GranModify bytevectors/string conversions to allow wide...
2009-10-27 Mark H Weaverfix nil handling in the vm
2009-10-27 Mark H Weaverthe cube of lisp booleans (#f nil () #t)
2009-10-26 Ludovic CourtèsUse proper fold/for-each function types in `hashtab.h'.
2009-10-26 Ludovic CourtèsUse proper assoc/hash function types in `hashtab.c'.
2009-10-26 Ludovic CourtèsDon't use memset(3) after `GC_MALLOC ()' calls.
2009-10-25 Julian GrahamResolve warning in gcc-4.3 about transposed parameters...
2009-10-25 Ludovic CourtèsFix GOOPS `class-of' for nameless structs.
2009-10-25 Andy Wingoarities can have noncontiguous starts and ends
2009-10-24 Andy Wingoprocedure property table is only key-weak, not doubly...
2009-10-23 Ken RaeburnReduce some errors under -DSCM_DEBUG=1.
2009-10-23 Andy Wingoadd some optargs tests
2009-10-23 Andy Wingovm support for optional/kwarg init code, and bugfixes
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingofinish support for optional & keyword args; update...
2009-10-23 Andy Wingoprocedure property efficiency tweak
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingocallees now check their args, cons rest list, reserve...
2009-10-23 Andy Wingocallees reserve their own local vars
2009-10-23 Andy Wingoruntime and debugging support for callee-parsed procedu...
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-19 Ludovic CourtèsUse proper types for hash/assoc functions in `hashtab.h'.
2009-10-19 Ludovic CourtèsAdd support for R6RS/SRFI-30 nested block comments.
2009-10-16 Andy Wingojumps encoded using 24 bits, not 19; blocks no longer...
2009-10-16 Andy Wingobitvector tweaks
2009-10-15 Ludovic CourtèsFix compilation of literal bitvectors.
2009-10-15 Ludovic CourtèsFix segfault for `(uniform-array->bytevector (bitvector))'.
2009-10-15 Andy Wingosignedness fix fix fix
2009-10-15 Andy Wingofix scm_array_handle_ref signedness fix
2009-10-14 Ludovic CourtèsUse pointer-less memory for `scm_gc_strdup ()'.
2009-10-14 Ludovic CourtèsRestore signature of `scm_primitive_load_path ()' as...
2009-10-14 Ludovic CourtèsUse GC-managed memory for port->encoding.
2009-10-14 Ludovic CourtèsFix signed/unsigned mismatch in `scm_array_handle_...
2009-10-13 Andy Wingoadd $libir to the ltdl path, not $pkglibdir; add extens...
2009-10-09 Michael GranRevert changes that gather thread-specific local language
2009-10-09 Ludovic CourtèsAdjust to match changes in libgc's CVS (pre-7.2).
2009-10-09 Ludovic CourtèsUse TLS when available for `SCM_I_CURRENT_THREAD'.
2009-10-09 Ludovic CourtèsArrange so that `SCM_I_CURRENT_THREAD' is not accessed...
2009-10-09 Ludovic CourtèsDeprecate `scm_mask_ints'.
2009-10-07 Neil JerramRevert "Change dynwind flag enums to #defines, for...
2009-10-06 Ludovic CourtèsFix typo in `scm_array_p_2 ()'.
2009-10-02 Neil JerramChange dynwind flag enums to #defines, for greater...
2009-10-02 Ludovic CourtèsUse `SCM_DEPRECATED' in declarations of deprecated...
2009-10-02 Ludovic CourtèsAdd `SCM_DEPRECATED' macro to declare deprecated C...
2009-10-02 Ludovic CourtèsFix the argument list of gsubr stack frames.
2009-10-01 Neil JerramFix doc for inet-ntop: always produces a string
2009-10-01 Neil JerramFix handling of IPv6 addresses
2009-09-30 Neil JerramRemove unused environments code and tests
2009-09-30 Neil JerramFix spurious `throw from within critical section' errors
2009-09-30 Neil JerramAvoid throw from critical section, given invalid sigact...
2009-09-28 Ludovic CourtèsRemove unneeded SMOB/port mark/free procedures.
2009-09-28 Ludovic CourtèsRemove default port/SMOB finalizers.
2009-09-25 Michael GranMissing free in nl-langinfo
2009-09-25 Michael GranFix encoding of strings returned by nl-langinfo
2009-09-24 Michael GranLanguage-specific case-conversion doesn't honor locale
2009-09-24 Michael GranTry to adjust i18n for strict aliasing
2009-09-23 Ludovic CourtèsMove "-z relro" out of $LDFLAGS so it's not in `guile...
2009-09-23 Ludovic CourtèsReinstate backward-compatible `scm_array_p ()'.
2009-09-23 Michael GranModify char and string locale upcase and downcase for...
2009-09-21 Neil JerramTypo fixes
2009-09-20 Ludovic CourtèsCompile in a fresh module by default.
2009-09-18 Andy Wingofix bitvectors after the array handle refactoring
2009-09-18 Ludovic Courtèsi18n: Remove non-local exists from `u32_locale_casecoll...
2009-09-18 Ludovic Courtèsi18n: Always use locale-dependent string collation.
2009-09-18 Ludovic Courtèsi18n: Avoid needless heap allocation.
2009-09-18 Ludovic Courtèsi18n: Simplify `RUN_IN_LOCALE_SECTION' (GNU version).
2009-09-18 Ludovic CourtèsAdd the `%host-type' global variable.
2009-09-17 Michael GranAdapt i18n string and char comparison funcs for Unicode
2009-09-16 Neil JerramFix omission of VM frames from backtrace
2009-09-16 Neil JerramFix incorrect stack count warnings
2009-09-16 Neil JerramRemove unhittable else branch for nonexistent type...
2009-09-16 Andy Wingoadd the libdir to the ltdl lib search path
2009-09-15 Ludovic CourtèsUse fixnums for int32 when the native word size of...
2009-09-15 Ludovic CourtèsKeep the weak pair API internal.
2009-09-15 Ludovic CourtèsFix bug #27450 ("Fat mutexes not GC'd until their owner...
2009-09-15 Ludovic CourtèsFix the (currently unused) weak pair accessors.
2009-09-14 Ludovic CourtèsNitpick in `srfi-14.c'.
2009-09-14 Ludovic CourtèsMake the precise stack mark procedure more robust.
2009-09-14 Ludovic CourtèsUse GC-robust queues/lists in `threads.c'.
2009-09-14 Ludovic CourtèsRemove explicit thread/condvar/mutex finalization.
2009-09-13 Ludovic CourtèsMerge `libguile-i18n' into `libguile'.
2009-09-13 Ludovic CourtèsRename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
next