Update Gnulib to v0.0-6827-g39c3009; use the `dirfd' module.
[bpt/guile.git] / libguile / strings.c
2012-01-10 Mark H WeaverUse a common null stringbuf in `scm_i_make_string'
2012-01-10 Mark H WeaverEmpty substrings no longer reference the original stringbuf
2012-01-10 Mark H Weaverscm_i_substring_copy tries to narrow the substring
2012-01-10 Mark H WeaverAvoid calling `u32_conv_from_encoding' on the null...
2012-01-09 Mark H WeaverRemove null string optimization from scm_from_stringn
2012-01-07 Mark H WeaverFix bugs related to mutation-sharing substrings
2012-01-07 Mark H WeaverMake scm_nullstr mutable
2011-09-10 Andy Wingofix scm_to_latin1_stringn for substrings
2011-08-18 Andy Wingofix a couple of leaks
2011-06-16 Mark H WeaverFix several POSIX functions to use the locale encoding
2011-05-26 Andy Wingodeprecate scm_immutable_{double_,}cell
2011-04-01 Andy Wingolatin1 subr and message in internal scm_{encoding,decod...
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-17 Andy Wingoscm_{to,from}_locale_string use current locale, not...
2011-02-02 Ludovic CourtèsChange `scm_encoding_error' to pass the port and faulty...
2011-02-02 Ludovic CourtèsHave `read-char' & co. throw to `decoding-error'.
2011-01-25 Ludovic CourtèsAdd `scm_{to,from}_utf32_string'.
2011-01-25 Ludovic CourtèsOptimize `scm_{to,from}_latin1_string'.
2011-01-22 Ludovic CourtèsHide the string escaping hacks.
2011-01-08 Andy Wingofix scm_from_stringn empty string case
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2011-01-07 Andy Wingoadd scm_{to,from}_{utf8,latin1}_string{n,}
2010-12-16 Ludovic CourtèsInline `scm_is_string'.
2010-12-04 Andy Wingomake-string et al nulls memory if not given an initializer
2010-11-19 Ludovic CourtèsInclude <alloca.h> wherever `alloca' is used.
2010-09-15 Ludovic CourtèsFix write-beyond-end-of-string error in the conversion...
2010-09-14 Ludovic CourtèsInternally expose `scm_i_unistring_escapes_to_{guile...
2010-09-12 Michael GranProvide non-locale C/Scheme string conversion functions
2010-07-15 Ludovic CourtèsExpose `scm_encoding_error'.
2010-07-04 Ludovic CourtèsAdd `scm_i_string_data'.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-18 Ludovic CourtèsImprove encoding error reporting.
2010-01-23 Michael GranR6RS string escapes broken on string output
2010-01-07 Ludovic CourtèsUse `encoding-error' instead of `misc-error' for string...
2010-01-07 Ludovic CourtèsAdd in-source documentation of `scm_to_stringn ()'.
2010-01-07 Julian GrahamAttempt to narrow normalized strings.
2010-01-03 Julian GrahamSupport for Unicode string normalization functions
2009-12-29 Andy Wingofix bug in string array implementation type mask
2009-12-15 Ludovic CourtèsRemove extraneous semicolon after `SCM_ARRAY_IMPLEMENTA...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-09 Michael GranMake scm_i_from_stringn into API for use with libguiler...
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
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 GranFix escape sequence normalization for wide strings
2009-08-30 Michael GranFix encoding errors with strings returned by string...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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 GranModify socket and time functions for wide strings
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranUse string accessors for string->number conversion
2009-08-20 Michael GranTry to optimize scm_string for speed
2009-08-20 Michael GranRename string-width to string-bytes-per-char
2009-08-20 Michael GranMisleading error message text in scm_i_string_writable_...
2009-08-19 Michael GranAvoid double-casts of stringbuf
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Michael GranDon't include libunistring headers in Guile public...
2009-08-12 Michael GranRegression, scm_string fails to test for circular lists
2009-08-12 Michael GranSome signed/unsigned comparison and conversions
2009-08-12 Michael GranAvoid unitialized and unused warnings in scm_string_append
2009-08-12 Michael GranOnly pass ints to tolower and toupper
2009-08-11 Michael GranFix %string-dump and %symbol-dump fields
2009-08-10 Michael GranImprove %string-dump and %symbol-dump
2009-08-10 Michael GranMore comments for string functions
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-07-19 Andy Wingoadd registry of vector constructors, make-generalized...
2009-07-19 Andy Wingoadd generic array implementation facility
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Neil JerramFix `explicitely' typos, should be `explicitly'
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-16 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-01 Ludovic CourtèsFix invalid writes to read-only stringbufs.
2009-01-19 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-18 Ludovic CourtèsUse `scm_gc malloc_pointerless ()' in `scm_i allocate_s...
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-13 Ludovic CourtèsExpose some of the string/stringbuf internal flags...
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-02 Ludovic CourtèsFix sloppy bound checking in `string-{ref,set!}' with...
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-09 Ludovic CourtèsRevert "Make literal strings (i.e., returned by `read...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
next