tree-il: Pass the environment to warning passes.
[bpt/guile.git] / libguile /
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.
2009-09-13 Ludovic CourtèsRemove unused IA64 macro.
2009-09-10 Ludovic CourtèsRemove `scm_enter_guile ()' and `scm_leave_guile ()'.
2009-09-09 Ludovic CourtèsRemove unnecessary uses of `scm_{leave,enter}_guile...
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-09 Ludovic CourtèsAvoid unneeded `scm_dynwind_free ()'.
2009-09-09 Michael GranMake scm_i_from_stringn into API for use with libguiler...
2009-09-08 Michael GranFix broken interaction between readline and Unicode
2009-09-05 Michael GranAvoid string buffer overrun in scm_scan_for_encoding
2009-09-04 Michael GranRemove locale u8vector functions
2009-09-04 Michael GranInitialize string ports with UTF-8 encoding
2009-09-04 Michael Granwrite-char should handle UCS-4 characters
2009-09-03 Ken RaeburnMake test-case compilation with -DSCM_DEBUG=1 work.
2009-09-03 Michael GranUpdate docs and docstrings for Unicode characters
2009-09-03 Michael GranAdd char-set debugging function
2009-09-03 Michael GranDistinguish between all codepoints and designated codep...
2009-09-03 Michael GranModify read and print of combining characters
2009-09-02 Michael GranRemove always-true range checks in scm_i_ucs_range_to_c...
2009-09-02 Michael GranUnreachable code in charset set operator
2009-09-02 Michael GranOptimize charset union operator
2009-09-02 Michael GranThe charset complement operator should not include...
2009-09-02 Michael Granchar-set-filter! does not properly iterate over the...
2009-09-02 Michael Granucs-range->char-set should not store surrogates and...
2009-09-02 Michael Granchar-set-any improperly unpacks charset data
2009-09-02 Michael Granchar-set-xor! should modify the input parameter
2009-09-01 Ludovic CourtèsFix leaky behavior of `scm_take_TAGvector ()'.
2009-09-01 Ludovic CourtèsRemove the distinction between inline/outline storage...
2009-08-31 Ludovic CourtèsFix leaky handling of `scm_take_locale_{symbol,string...
2009-08-30 Michael GranUpdate docs for Unicode characters
2009-08-30 Michael GranFix escape sequence normalization for wide strings
2009-08-30 Michael GranFix encoding errors with strings returned by string...
2009-08-30 Ludovic CourtèsRemove the distinction between inline/outline storage...
2009-08-30 Ludovic CourtèsUse a TC7 tag instead of a SMOB for bytevectors.
2009-08-29 Michael GranRange check octal-escaped characters
2009-08-29 Michael GranSurrogate characters shouldn't be in charsets
2009-08-29 Michael GranBetter range check for codepoints
2009-08-29 Michael GranCast the input to isalpha et al to integer
2009-08-28 Ludovic CourtèsRemove deprecated variables/macros from the GC headers.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-28 Andy Wingofix case in which compiled path had stale .go, but...
2009-08-28 Michael Granscm_getc improperly handles Latin-1 characters
2009-08-28 Michael GranFix FUNC_NAME definitions and #endif in srfi-14.[ch]
2009-08-28 Michael GranScript to generate srfi-14 charsets from UnicodeData.txt
2009-08-27 Ludovic CourtèsAdd missing `FUNC_NAME' definition.
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Michael GranDefault srfi-14 character set information
2009-08-27 Michael GranAlways cast input to toupper as int
2009-08-27 Michael GranSegfault when writing non-Latin-1 characters under...
2009-08-27 Michael GranUnicode-capable srfi-14 charsets
2009-08-26 Ken RaeburnDon't leave and reenter guile mode if mutex is available
2009-08-26 Andy Wingofix uninitialized variable in scm_read_character
2009-08-25 Ludovic CourtèsRemove the `scm_tc_free_cell' SMOB type.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-23 Michael GranAvoid unpacking symbols in GOOPS
2009-08-23 Michael GranModify socket and time functions for wide strings
2009-08-23 Michael GranUse string and symbol accessors in struct, throw, and...
2009-08-23 Michael GranAvoid type-punning warning in scm_gentemp
2009-08-21 Neil JerramAvoid clash with system setjmp/longjmp on IA64
next