| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Use heap-allocated port types instead of ptobnums... | Andy Wingo | 2016-05-13 | 1 | -11/+11 |
* | Remove unrelated scm_t_port_buffer use in vports... | Andy Wingo | 2016-04-17 | 1 | -12/+13 |
* | Port read/write functions take bytevectors... | Andy Wingo | 2016-04-11 | 1 | -11/+18 |
* | Generic port facility provides buffering uniformly... | Andy Wingo | 2016-04-06 | 1 | -54/+49 |
* | Port close functions return void... | Andy Wingo | 2016-04-05 | 1 | -4/+3 |
* | When making soft port, parse handlers into struct... | Andy Wingo | 2016-04-05 | 1 | -25/+34 |
* | Cosmetic changes to vports.c... | Andy Wingo | 2016-04-04 | 1 | -14/+14 |
* | Remove port free functions; just close instead... | Andy Wingo | 2016-04-04 | 1 | -0/+1 |
* | Soft port fill-input doesn't alter line or column... | Andy Wingo | 2014-07-21 | 1 | -5/+17 |
* | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-04-14 | 1 | -3/+5 |
|\ |
|
* | | Port encodings cannot be NULL... | Andy Wingo | 2013-01-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'local-2.0/stable-2.0'... | Andy Wingo | 2012-03-08 | 1 | -14/+4 |
|\| |
|
| * | Fix flush on soft ports, so that it actually runs.... | Ian Price | 2012-03-07 | 1 | -14/+4 |
* | | locking on unget_byte, ungetc, ungets... | Andy Wingo | 2011-11-08 | 1 | -1/+1 |
* | | add scm_c_make_port; the port table is now a weak set... | Andy Wingo | 2011-10-23 | 1 | -10/+5 |
|/ |
|
* | Fix the `put-bytevector' tests.... | Ludovic Courtès | 2010-09-03 | 1 | -1/+5 |
* | Remove unneeded SMOB/port mark/free procedures.... | Ludovic Courtès | 2009-09-28 | 1 | -2/+1 |
* | Fix broken interaction between readline and Unicode... | Michael Gran | 2009-09-07 | 1 | -8/+15 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -2/+2 |
* | Reverted changed from 2005/01/24 19:14:54, which was a commit to the... | Marius Vollmer | 2005-01-24 | 1 | -2/+2 |
* | Threading changes. | Marius Vollmer | 2005-01-24 | 1 | -2/+2 |
* | Use new vector elements API or simple vector API, as appropriate.... | Marius Vollmer | 2005-01-02 | 1 | -8/+10 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,... | Marius Vollmer | 2004-08-19 | 1 | -1/+1 |
* | * fports.h, fports.c (scm_i_fdes_to_port): New, like... | Marius Vollmer | 2004-08-12 | 1 | -1/+1 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,... | Marius Vollmer | 2004-08-02 | 1 | -1/+1 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,... | Marius Vollmer | 2004-07-06 | 1 | -5/+5 |
* | * ports.c, ports.h (scm_i_port_table_mutex): New mutex.... | Mikael Djurfeldt | 2003-04-24 | 1 | -3/+3 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * vports.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-26 | 1 | -0/+3 |
* | Use scm_num2int rather than SCM_INUM in soft port extension. | Neil Jerram | 2002-10-09 | 1 | -1/+1 |
* | Extend soft ports to use input-waiting thunks. | Neil Jerram | 2002-10-09 | 1 | -2/+26 |
* | * vports.c (scm_make_soft_port): Initialize pt variable. | Mikael Djurfeldt | 2002-08-15 | 1 | -1/+2 |
* | ("scm_new_port_table_entry"): return a boxed SCM in... | Han-Wen Nienhuys | 2002-08-08 | 1 | -5/+3 |
* | port GC fix | Han-Wen Nienhuys | 2002-08-04 | 1 | -3/+5 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -1/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | Changes in doc/ref:... | Dirk Herrmann | 2002-03-01 | 1 | -1/+1 |
* | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and... | Marius Vollmer | 2001-11-25 | 1 | -1/+1 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -1/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,... | Keisuke Nishida | 2001-06-26 | 1 | -8/+5 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement.... | Dirk Herrmann | 2001-06-26 | 1 | -2/+2 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -6/+6 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -3/+3 |
* | * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),... | Neil Jerram | 2001-05-04 | 1 | -1/+1 |