| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent TOCTTOU bugs in C ports... | Andy Wingo | 2017-02-08 | 1 | -1/+2 |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Remove scm_t_port_internal... | Andy Wingo | 2016-05-13 | 1 | -1/+1 |
* | Make port buffering fields private... | Andy Wingo | 2016-05-13 | 1 | -1/+1 |
* | Remove scm_c_write_unlocked... | Andy Wingo | 2016-04-26 | 1 | -1/+1 |
* | Remove scm_flush_unlocked / scm_end_input_unlocked... | Andy Wingo | 2016-04-23 | 1 | -1/+1 |
* | Port buffers are Scheme values... | Andy Wingo | 2016-04-20 | 1 | -1/+1 |
* | Port buffer cur/next pointers are Scheme values... | Andy Wingo | 2016-04-19 | 1 | -1/+1 |
* | Remove size field from port buffers... | Andy Wingo | 2016-04-17 | 1 | -1/+2 |
* | Generic port facility provides buffering uniformly... | Andy Wingo | 2016-04-06 | 1 | -10/+9 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-04-25 | 1 | -3/+1 |
|\ |
|
| * | Rely on Gnulib for <unistd.h>.... | Mark H Weaver | 2014-02-27 | 1 | -3/+1 |
* | | locking on port buffering operations... | Andy Wingo | 2011-11-08 | 1 | -2/+2 |
|/ |
|
* | Add Unicode strings and symbols... | Michael Gran | 2009-08-08 | 1 | -0/+2 |
* | Add `scm_t_off' type so that `scm_t_port' has a fixed layout.... | Ludovic Courtès | 2009-06-25 | 1 | -3/+3 |
* | 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/+4 |
* | (scm_read_string_x_partial): Bugfix, apply offset to dest... | Marius Vollmer | 2004-11-04 | 1 | -4/+3 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,... | Marius Vollmer | 2004-08-19 | 1 | -5/+8 |
* | * socket.c, rw.c, deprecated.h, validate.h... | Marius Vollmer | 2004-08-12 | 1 | -10/+20 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,... | Marius Vollmer | 2004-08-02 | 1 | -3/+3 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,... | Marius Vollmer | 2004-07-23 | 1 | -4/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * rw.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -0/+4 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * posix.c (getlogin): getlogin() implementation for Windows.... | Martin Grabmüller | 2001-07-03 | 1 | -0/+3 |
* | * deprecation.c, extensions.c, rw.c: include string.h. | Gary Houston | 2001-06-20 | 1 | -0/+1 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -1/+1 |
* | * rw.c (scm_write_string_partial): new procedure implementing... | Gary Houston | 2001-06-04 | 1 | -8/+116 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -4/+4 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -4/+4 |
* | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,... | Marius Vollmer | 2001-05-20 | 1 | -1/+1 |
* | (scm_init_rw_builtins): Renamed from scm_init_rw. Return... | Marius Vollmer | 2001-05-19 | 1 | -6/+9 |
* | * rw.c: Include "modules.h" and "strports.h". | Marius Vollmer | 2001-05-02 | 1 | -0/+2 |
* | * rw.c: new file, implementing C part of module (ice-9 rw).... | Gary Houston | 2001-04-29 | 1 | -0/+178 |