Age | Commit message (Expand) | Author | Files | Lines |
2011-03-20 | Make VM string literals immutable. | Ludovic Courtès | 1 | -1/+1 |
2011-03-08 | core eval-string uses (ice-9 eval-string) | Andy Wingo | 1 | -23/+10 |
2011-03-06 | Make `object->string' explicitly close its string output port. | Ludovic Courtès | 1 | -2/+12 |
2011-03-06 | Simply grow string port buffers geometrically. | Ludovic Courtès | 1 | -21/+7 |
2011-03-06 | Let `scm_mkstrport' allocate buffers on the caller's behalf. | Ludovic Courtès | 1 | -23/+38 |
2011-03-06 | Use a bytevector as the backing buffer of string ports. | Ludovic Courtès | 1 | -35/+35 |
2011-03-05 | remove obsolete comments | Andy Wingo | 1 | -1/+0 |
2011-02-24 | pointerless backing buffers for string ports | Andy Wingo | 1 | -2/+2 |
2010-01-07 | Have string ports honor `%default-port-encoding'. | Ludovic Courtès | 1 | -54/+30 |
2009-09-28 | Remove unneeded SMOB/port mark/free procedures. | Ludovic Courtès | 1 | -1/+0 |
2009-09-09 | Make scm_i_from_stringn into API for use with libguilereadline | Michael Gran | 1 | -2/+2 |
2009-09-04 | Remove locale u8vector functions | Michael Gran | 1 | -71/+0 |
2009-09-04 | Initialize string ports with UTF-8 encoding | Michael Gran | 1 | -6/+8 |
2009-08-30 | Fix encoding errors with strings returned by string ports | Michael Gran | 1 | -5/+21 |
2009-08-25 | Merge commit 'origin/master' | Andy Wingo | 1 | -26/+111 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -26/+111 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -1/+1 |
2009-06-25 | Add `scm_t_off' type so that `scm_t_port' has a fixed layout. | Ludovic Courtès | 1 | -7/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-08-02 | (st_flush): Increase buffer by 1.5x when growing, to | Kevin Ryde | 1 | -4/+34 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-12 | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee | Neil Jerram | 1 | -2/+2 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -2/+2 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -2/+2 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -13/+43 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 1 | -3/+5 |
2004-08-10 | (scm_mkstrport): Use SCM_I_STRING_UCHARS instead of SCM_STRING_UCHARS. | Marius Vollmer | 1 | -3/+3 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -5/+4 |
2003-10-02 | (s_scm_call_with_output_string): scm_get_output_string | Kevin Ryde | 1 | -1/+1 |
2003-04-24 | * ports.c, ports.h (scm_i_port_table_mutex): New mutex. | Mikael Djurfeldt | 1 | -3/+3 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-26 | * strports.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-11-17 | (scm_eval_string_in_module): Validate second arg to be a module. | Marius Vollmer | 1 | -0/+2 |
2002-08-19 | Updated copyright years. | Marius Vollmer | 1 | -1/+1 |
2002-08-13 | * strports.h (scm_c_eval_string_in_module, | Marius Vollmer | 1 | -7/+25 |
2002-08-08 | ("scm_new_port_table_entry"): return a boxed SCM in | Han-Wen Nienhuys | 1 | -7/+3 |
2002-08-04 | init port entry | Han-Wen Nienhuys | 1 | -2/+4 |
2002-08-04 | port GC fix | Han-Wen Nienhuys | 1 | -1/+3 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -1/+1 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -1/+1 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -32/+0 |
2001-07-11 | * strports.c (st_write): use memcpy, not strncpy. thanks to | Gary Houston | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-07-01 | (scm_read_0str, scm_eval_0str): Call scm_c_read_string and | Marius Vollmer | 1 | -2/+2 |
2001-06-29 | (scm_c_read_string): Renamed from | Marius Vollmer | 1 | -4/+27 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -3/+3 |