Hide the string escaping hacks.
[bpt/guile.git] / libguile / strings.c
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...
2008-09-23 Ludovic CourtèsMake `symbol->string' return a read-only string.
2008-09-17 Ludovic CourtèsRemove use of `scm_i_thread_put_to_sleep ()' in the...
2008-09-16 Ludovic CourtèsUse immutable double-cells for symbols.
2008-09-15 Ludovic CourtèsRemove unused GC string/symbol functions.
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-04 Ludovic CourtesAdded `scm_gc_malloc_pointerless ()', equivalent to...
2008-09-04 Ludovic CourtesSmall fixes. Gets to the REPL and `abort ()'s soon...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-07-05 Ludovic CourtèsAdd `scm_c_symbol_length ()'.
2008-02-07 Ludovic CourtèsMore compilation fixes with Sun CC (bug #21378).
next