Clean up stack tests
[bpt/guile.git] / libguile / strings.c
2012-03-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-08 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-05 Mark H WeaverDon't call SYMBOL_STRINGBUF on a string
2012-03-04 Mark H WeaverMerge branch 'stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-23 Andy WingoRevert "install pthread_atfork handlers for guile's...
2012-02-23 Andy WingoRevert "wrap iconv_open / iconv_close with a lock to...
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-17 Andy Wingowrap iconv_open / iconv_close with a lock to help in...
2012-02-17 Andy Wingoinstall pthread_atfork handlers for guile's static...
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-14 Andy Wingoscm_from_stringn utf8 optimization
2012-02-14 Andy Wingofix buggy scm_from_utf8_stringn (!)
2012-02-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-10 Andy Wingomore efficient scm_to_utf8_stringn, scm_to_utf32_stringn
2012-02-08 Mark H WeaverOptimize empty substring case of scm_i_substring_copy
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
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 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Mark H WeaverRemove null string optimization from scm_from_stringn
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2012-01-07 Mark H WeaverFix bugs related to mutation-sharing substrings
2012-01-07 Mark H WeaverMake scm_nullstr mutable
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-25 Andy Wingooptimize scm_from_utf8_stringn
2011-10-24 Andy Wingoadd SCM_{PACK,UNPACK}_POINTER
2011-10-24 Andy Wingorefactor tc7 and tc16 checks
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-10 Andy Wingofix scm_to_latin1_stringn for substrings
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-18 Andy Wingofix a couple of leaks
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Mark H WeaverFix several POSIX functions to use the locale encoding
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-26 Andy Wingodeprecate scm_immutable_{double_,}cell
2011-05-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-12 Andy Wingoremove all deprecated code
2011-05-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-07 Andy Wingobytevectors have internal parent field
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
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.
next