bpt/guile.git
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 GranTests for locale-specific case conversion
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èsHave `guile-config' close over `pkg-config' and $(pkgco...
2009-09-23 Ludovic CourtèsPartially revert e5f5113c21f396705d7479a570c96690135c9d36.
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-22 Neil JerramManual link from `Guile Initialization' to `Initialization'
2009-09-21 Neil JerramChanges so that benchmark-guile runs successfully
2009-09-21 Neil JerramGDS usability: operation without a mouse
2009-09-21 Neil JerramTypo fixes
2009-09-21 Neil JerramFix GDB in Emacs incantation
2009-09-21 Michael GranTests for record types
2009-09-21 Michael GranMore tests for strings
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-20 Ludovic CourtèsRemove unused variables in ice-9/goops/srfi/scripts.
2009-09-20 Ludovic CourtèsHonor and confine expansion-time side-effects to `curre...
2009-09-20 Ludovic CourtèsFix copyright in `(srfi srfi-4 gnu)'.
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 Andy Wingofix thinko in api-memory.texi
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-17 Neil JerramRemove deprecation warnings from the build
2009-09-16 Neil JerramConvenience for running GDB on Guile in Emacs
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èsBump version number for 1.9.3.
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-15 Ludovic Courtès"Document" the `set-module-eval-closure!' weak hash...
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èsUpdate `NEWS'.
2009-09-13 Ludovic CourtèsMerge `libguile-i18n' into `libguile'.
2009-09-13 Ludovic CourtèsSwitch the `encoding*.test' files to LGPLv3+.
2009-09-13 Ludovic CourtèsUpdate `scm_without_guile ()' documentation.
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-11 Michael GranMore setlocale robustness in regexp tests
2009-09-10 Ludovic CourtèsRemove `scm_enter_guile ()' and `scm_leave_guile ()'.
2009-09-10 Ludovic CourtèsAdd `λ' macro as an alternative to `lambda'.
2009-09-10 Ludovic CourtèsReport missing libunistring at `configure'-time.
2009-09-09 Ludovic CourtèsRemove unnecessary uses of `scm_{leave,enter}_guile...
2009-09-09 Ludovic CourtèsLink with `-z relro' when available.
2009-09-09 Ludovic CourtèsUpdate `NEWS'.
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 Ludovic CourtèsUpdate doc of `scm_gc_protect_object ()' and SMOB mark...
2009-09-09 Michael GranAvoid prematurely ending regexp test when ISO-8859...
2009-09-09 Michael GranMake scm_i_from_stringn into API for use with libguiler...
2009-09-08 Ludovic CourtèsUpdate documentation of `scm_gc_malloc ()' & co.
2009-09-08 Ludovic CourtèsUpdate `README'.
2009-09-08 Ludovic CourtèsFix misleading comments in `gc-benchmarks/run-benchmark...
2009-09-08 Ludovic CourtèsImprove `gc-benchmarks/run-benchmark.scm'.
2009-09-08 Michael Gran8-bit locale needed for 8-bit regexp tests
2009-09-08 Michael GranFix broken interaction between readline and Unicode
2009-09-06 Andy Wingofix compile-time bug compiling (+ "foo" " bar")
2009-09-06 Andy Wingoupdate news; ready for 1.9.3
2009-09-06 Andy Wingoupdate NEWS
2009-09-05 Michael GranAvoid string buffer overrun in scm_scan_for_encoding
2009-09-05 Michael GranDoc updates for character encoding of source code files
2009-09-04 Michael GranDoc updates for Unicode string escapes and port encodings
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 GranDoc updates for srfi-14 character sets
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 Ludovic CourtèsFix invalid syntax in `dynamic-input-large.sch' (gc...
2009-09-02 Ludovic CourtèsAdd test case for `scm_take_u8vector ()'.
2009-09-02 Michael GranRemove always-true range checks in scm_i_ucs_range_to_c...
2009-09-02 Michael GranMore srfi-14 char-set tests
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 Andy Wingofix nontail loops within loops
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...
next