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