Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | Remove references to undefined macros. | Ludovic Courtès | 1 | -3/+3 |
2009-11-16 | Run the GC and retry `open-file' when getting `EMFILE'. | Ludovic Courtès | 1 | -11/+21 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -2/+2 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -2/+2 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -51/+12 |
2009-06-28 | Remove seek/truncate shortcuts to file ports. | Ludovic Courtès | 1 | -42/+2 |
2009-06-25 | Add `scm_t_off' type so that `scm_t_port' has a fixed layout. | Ludovic Courtès | 1 | -6/+6 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-12-14 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -2/+4 |
2008-11-30 | Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work. | Ludovic Courtès | 1 | -2/+4 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-11 | Fix bug in port eviction code | Ludovic Courtès | 1 | -2/+8 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -12/+5 |
2008-09-10 | Merge commit '29776e85da637ec4d44b2b2822d6934a50c0084b' into boehm-demers-wei... | Ludovic Courtès | 1 | -18/+22 |
2008-09-10 | Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei... | Ludovic Courtès | 1 | -11/+78 |
2008-09-10 | Use `scm_gc_malloc_pointerless' in various places (improves performance). | Ludovic Courtes | 1 | -3/+4 |
2008-02-15 | Release stuff: missing NEWS and 2007/2008 copyrights. | Neil Jerram | 1 | -1/+1 |
2008-02-05 | * fports.c (fport_seek): Make dependent on GUILE_USE_64_CALLS. | Neil Jerram | 1 | -1/+1 |
2007-10-27 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -11/+4 |
2007-08-26 | replace port table with weak hash table. This simplifies | Han-Wen Nienhuys | 1 | -18/+22 |
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 1 | -11/+78 |
2006-06-17 | merge from 1.8 branch | Kevin Ryde | 1 | -5/+7 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -2/+2 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -4/+4 |
2005-06-26 | *** empty log message *** | Han-Wen Nienhuys | 1 | -0/+2 |
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 | -5/+5 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -4/+4 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -4/+4 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -1/+1 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -1/+1 |
2004-08-17 | (fport_print): Use scm_ttyname instead of ttyname directly, | Kevin Ryde | 1 | -1/+2 |
2004-08-12 | * fports.h, fports.c (scm_i_fdes_to_port): New, like | Marius Vollmer | 1 | -3/+8 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -5/+11 |
2004-07-31 | * error.c (scm_strerror): Use scm_i_misc_mutex around strerror since | Kevin Ryde | 1 | -2/+2 |
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 | -2/+2 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -4/+4 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2003-05-29 | 2003-05-29 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+4 |
2003-04-24 | * ports.c, ports.h (scm_i_port_table_mutex): New mutex. | Mikael Djurfeldt | 1 | -3/+7 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * fports.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+3 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -5/+1 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -2/+2 |
2002-08-08 | ("scm_new_port_table_entry"): return a boxed SCM in | Han-Wen Nienhuys | 1 | -4/+4 |
2002-08-04 | port GC fix | Han-Wen Nienhuys | 1 | -5/+4 |
2002-03-16 | * Manual updates on hooks and features. | Neil Jerram | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |