Age | Commit message (Expand) | Author | Files | Lines |
2011-04-01 | latin1 subr and message in internal scm_{encoding,decoding}_error | Andy Wingo | 1 | -4/+4 |
2011-03-20 | Make VM string literals immutable. | Ludovic Courtès | 1 | -23/+27 |
2011-03-17 | scm_{to,from}_locale_string use current locale, not current ports | Andy Wingo | 1 | -33/+3 |
2011-02-02 | Change `scm_encoding_error' to pass the port and faulty character. | Ludovic Courtès | 1 | -12/+12 |
2011-02-02 | Have `read-char' & co. throw to `decoding-error'. | Ludovic Courtès | 1 | -4/+21 |
2011-01-26 | Add `scm_{to,from}_utf32_string'. | Ludovic Courtès | 1 | -0/+58 |
2011-01-26 | Optimize `scm_{to,from}_latin1_string'. | Ludovic Courtès | 1 | -2/+29 |
2011-01-23 | Hide the string escaping hacks. | Ludovic Courtès | 1 | -7/+11 |
2011-01-07 | fix scm_from_stringn empty string case | Andy Wingo | 1 | -3/+3 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -24/+24 |
2011-01-07 | add scm_{to,from}_{utf8,latin1}_string{n,} | Andy Wingo | 1 | -32/+49 |
2010-12-16 | Inline `scm_is_string'. | Ludovic Courtès | 1 | -5/+0 |
2010-12-04 | make-string et al nulls memory if not given an initializer | Andy Wingo | 1 | -3/+7 |
2010-11-19 | Include <alloca.h> wherever `alloca' is used. | Ludovic Courtès | 1 | -0/+1 |
2010-09-15 | Fix write-beyond-end-of-string error in the conversion to R6RS string escapes. | Ludovic Courtès | 1 | -4/+16 |
2010-09-14 | Internally expose `scm_i_unistring_escapes_to_{guile,r6rs}_escapes'. | Ludovic Courtès | 1 | -11/+11 |
2010-09-12 | Provide non-locale C/Scheme string conversion functions | Michael Gran | 1 | -0/+11 |
2010-07-15 | Expose `scm_encoding_error'. | Ludovic Courtès | 1 | -1/+1 |
2010-07-04 | Add `scm_i_string_data'. | Ludovic Courtès | 1 | -3/+21 |
2010-03-18 | Improve encoding error reporting. | Ludovic Courtès | 1 | -23/+34 |
2010-01-23 | R6RS string escapes broken on string output | Michael Gran | 1 | -11/+87 |
2010-01-07 | Use `encoding-error' instead of `misc-error' for string encoding errors. | Ludovic Courtès | 1 | -13/+23 |
2010-01-07 | Add in-source documentation of `scm_to_stringn ()'. | Ludovic Courtès | 1 | -2/+5 |
2010-01-06 | Attempt to narrow normalized strings. | Julian Graham | 1 | -1/+6 |
2010-01-03 | Support for Unicode string normalization functions | Julian Graham | 1 | -0/+73 |
2009-12-29 | fix bug in string array implementation type mask | Andy Wingo | 1 | -1/+1 |
2009-12-15 | Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co. | Ludovic Courtès | 1 | -2/+2 |
2009-12-05 | decruftify scm_sys_protects | Andy Wingo | 1 | -0/+2 |
2009-11-17 | Fix stylistic issues revealed by "make syntax-check". | Ludovic Courtès | 1 | -5/+5 |
2009-11-17 | Remove references to undefined macros. | Ludovic Courtès | 1 | -6/+10 |
2009-11-01 | Merge branch 'bdw-gc-static-alloc' | Ludovic Courtès | 1 | -7/+12 |
2009-09-09 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -2/+7 |
2009-09-09 | Make scm_i_from_stringn into API for use with libguilereadline | Michael Gran | 1 | -4/+4 |
2009-09-02 | Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc | Ludovic Courtès | 1 | -203/+1023 |
2009-09-01 | Remove the distinction between inline/outline storage for stringbufs. | Ludovic Courtès | 1 | -129/+90 |
2009-09-01 | Fix leaky handling of `scm_take_locale_{symbol,string} ()'. | Ludovic Courtès | 1 | -37/+6 |
2009-08-30 | Fix escape sequence normalization for wide strings | Michael Gran | 1 | -0/+2 |
2009-08-30 | Fix encoding errors with strings returned by string ports | Michael Gran | 1 | -6/+9 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -50/+338 |
2009-08-25 | Merge commit 'origin/master' | Andy Wingo | 1 | -26/+238 |
2009-08-25 | Merge wip-array refactor, up to cd43fdc5b7a7c | Andy Wingo | 1 | -0/+31 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -43/+132 |
2009-08-23 | Modify socket and time functions for wide strings | Michael Gran | 1 | -10/+133 |
2009-08-21 | Use string accessors for string->number conversion | Michael Gran | 1 | -0/+23 |
2009-08-19 | Try to optimize scm_string for speed | Michael Gran | 1 | -10/+32 |
2009-08-19 | Rename string-width to string-bytes-per-char | Michael Gran | 1 | -2/+2 |
2009-08-19 | Misleading error message text in scm_i_string_writable_wide_chars | Michael Gran | 1 | -1/+1 |
2009-08-18 | Avoid double-casts of stringbuf | Michael Gran | 1 | -11/+11 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -139/+743 |
2009-08-12 | Don't include libunistring headers in Guile public headers | Michael Gran | 1 | -4/+6 |