Age | Commit message (Expand) | Author | Files | Lines |
2018-10-07 | Fix use of uninstalled header by installed headers | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -9/+11 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-17 | Move syscall-related private defines to their own header | Andy Wingo | 1 | -0/+1 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -2/+5 |
2017-02-14 | Elide syscalls in fdes->port | Andy Wingo | 1 | -1/+2 |
2016-08-30 | Add file descriptor finalizers | Andy Wingo | 1 | -0/+2 |
2016-05-13 | Remove scm_t_port_internal | Andy Wingo | 1 | -4/+3 |
2016-05-13 | Make scm_t_port private | Andy Wingo | 1 | -3/+1 |
2016-05-13 | Make port buffering fields private | Andy Wingo | 1 | -3/+5 |
2016-04-23 | Remove scm_flush_unlocked / scm_end_input_unlocked | Andy Wingo | 1 | -6/+6 |
2016-04-15 | Load port bindings in separate (ice-9 ports) module | Andy Wingo | 1 | -1/+10 |
2016-04-06 | Generic port facility provides buffering uniformly | Andy Wingo | 1 | -10/+14 |
2016-04-04 | Refactor to rw_random / rw_active port flags | Andy Wingo | 1 | -2/+1 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 1 | -3/+2 |
2014-02-27 | Rely on Gnulib for <unistd.h>. | Mark H Weaver | 1 | -3/+2 |
2012-02-08 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -5/+5 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -5/+5 |
2011-11-08 | locking on port buffering operations | Andy Wingo | 1 | -1/+1 |
2011-11-07 | threadsafe access to scm_ptobs | Andy Wingo | 1 | -1/+1 |
2011-10-23 | add scm_c_make_port; the port table is now a weak set | Andy Wingo | 1 | -7/+5 |
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 |
2007-08-26 | replace port table with weak hash table. This simplifies | Han-Wen Nienhuys | 1 | -13/+21 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
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-12 | (scm_fdopen): Use scm_i_fdes_to_port together with scm_i_mode_bits to | Marius Vollmer | 1 | -3/+3 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -4/+4 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -11/+9 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -3/+3 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2003-04-24 | * ports.c, ports.h (scm_i_port_table_mutex): New mutex. | Mikael Djurfeldt | 1 | -1/+3 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * ioext.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -4/+4 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -8/+8 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-11-02 | * fports.c: Include `io.h' is possible. Put `*fp' into referring | Marius Vollmer | 1 | -0/+3 |