summaryrefslogtreecommitdiff
path: root/libguile/strings.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Remove references to undefined macros.Ludovic Courtès1-1/+1
2009-11-01Merge branch 'bdw-gc-static-alloc'Ludovic Courtès1-0/+11
2009-10-02Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès1-3/+3
2009-09-09Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-0/+4
2009-09-09Make scm_i_from_stringn into API for use with libguilereadlineMichael Gran1-2/+2
2009-09-07Fix broken interaction between readline and UnicodeMichael Gran1-2/+2
2009-09-02Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocLudovic Courtès1-29/+73
2009-09-01Fix leaky handling of `scm_take_locale_{symbol,string} ()'.Ludovic Courtès1-4/+0
2009-08-30Fix encoding errors with strings returned by string portsMichael Gran1-0/+4
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+6
2009-08-25Add full Unicode capability to ports and the default readerMichael Gran1-0/+1
2009-08-23Modify socket and time functions for wide stringsMichael Gran1-0/+3
2009-08-21Use string accessors for string->number conversionMichael Gran1-0/+1
2009-08-19Rename string-width to string-bytes-per-charMichael Gran1-1/+1
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-24/+67
2009-08-12Don't include libunistring headers in Guile public headersMichael Gran1-3/+12
2009-08-10Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.Michael Gran1-1/+1
2009-08-10Improve %string-dump and %symbol-dumpMichael Gran1-0/+8
2009-08-08Add Unicode strings and symbolsMichael Gran1-17/+42
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-01-19Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocLudovic Courtès1-1/+0
2009-01-18Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'.Ludovic Courtès1-1/+0
2009-01-13Expose some of the string/stringbuf internal flags and tags.Ludovic Courtès1-1/+12
2008-10-11Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+0
2008-10-09Revert "Make literal strings (i.e., returned by `read') read-only."Ludovic Courtès1-1/+0
2008-09-23Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-0/+1
2008-09-23Make literal strings (i.e., returned by `read') read-only.Ludovic Courtès1-0/+1
2008-09-15Remove unused GC string/symbol functions.Ludovic Courtès1-9/+0
2008-07-05Add `scm_c_symbol_length ()'.Ludovic Courtès1-0/+1
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-30/+30
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-24patches by Ludovic Courtès for symbol generation.Han-Wen Nienhuys1-0/+7
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-20(SCM_STRING_UCHARS): Added missing argument.Mikael Djurfeldt1-2/+2
2005-01-12Turn all deprecated features that once were macros but are nowMarius Vollmer1-4/+8
2004-09-22(scm_substring_read_only,Marius Vollmer1-0/+3
2004-09-20Fixed comment.Marius Vollmer1-4/+3
2004-08-26* strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter.Marius Vollmer1-1/+2
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-20/+97
2004-08-12* strings.h, strings.c (scm_i_get_substring_spec): New.Marius Vollmer1-0/+3
2004-08-10* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATION_X):Marius Vollmer1-21/+31
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2002-01-282002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+1
2001-12-082001-12-08 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+1
2001-11-25(SCM_MAKE_STRING_TAG): New.Marius Vollmer1-1/+2
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-17/+17
2001-10-08* hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fnDirk Herrmann1-1/+1
2001-09-21* strings.h (SCM_SET_STRING_LENGTH): coerce "l" to a long.Rob Browning1-1/+1
2001-09-12* Added function scm_str2string. Thanks to Martin Baulig.Dirk Herrmann1-0/+1
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-26/+8