Use Gnulib's `locale' module.
[bpt/guile.git] / libguile /
2009-11-23 Ludovic CourtèsUse Gnulib's `locale' module.
2009-11-23 Ludovic CourtèsCorrect manual wrt. encoding names.
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-11-17 Ludovic CourtèsUse Gnulib's `version-etc-fsf' for `--version' and...
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è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-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è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 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 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 Wingovalues.c defines a vtable, not a vtable-vtable
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...
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
next