i18n: Avoid needless heap allocation.
[bpt/guile.git] / libguile /
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
2009-08-21 Neil JerramRemove trailing whitespace
2009-08-21 Neil JerramFix set-source-properties so that the special source...
2009-08-21 Neil JerramIn srcprop.c change all occurrences of "plist" to ...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranUse uc_tolower in number conversion
2009-08-21 Michael GranUse string accessors for string->number conversion
2009-08-21 Michael GranAdd initial support for wide symbols
2009-08-21 Michael GranUse symbol accessors in scm_gc_mark_dependencies
2009-08-21 Michael GranUse string accessors in scm_basename and scm_dirname
2009-08-21 Michael GranAvoid type-limits warning in SCM_TO_TYPE_PROTO
2009-08-21 Michael GranType-limits error in GC environment initialization
2009-08-21 Michael GranAvoid accessing symbol internals in call_dsubr_1 and...
2009-08-21 Michael GranUse string and symbol accessors with obarrays and keywo...
2009-08-20 Andy Wingoprograms have their own tc7 now
2009-08-20 Andy Wingobetter VM error messages
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-20 Andy Wingoreorder frame layout
2009-08-20 Andy Wingoremove dead weight from vm-i-system.c
2009-08-20 Andy Wingoautocompiled files before installation go to a cache...
2009-08-20 Michael Grantype limits error in string-tabulate
2009-08-20 Ludovic CourtèsRelax assumptions made in the precise VM stack marking...
2009-08-20 Michael GranUpdate srfi-13 functions for Unicode
2009-08-20 Michael GranAvoid possible mutex hang on error message output
next