summaryrefslogtreecommitdiff
path: root/libguile/fports.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Remove references to undefined macros.Ludovic Courtès1-3/+3
2009-11-16Run the GC and retry `open-file' when getting `EMFILE'.Ludovic Courtès1-11/+21
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-2/+2
2009-08-25Add full Unicode capability to ports and the default readerMichael Gran1-2/+2
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-51/+12
2009-06-28Remove seek/truncate shortcuts to file ports.Ludovic Courtès1-42/+2
2009-06-25Add `scm_t_off' type so that `scm_t_port' has a fixed layout.Ludovic Courtès1-6/+6
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-12-14Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-2/+4
2008-11-30Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.Ludovic Courtès1-2/+4
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-09-11Fix bug in port eviction codeLudovic Courtès1-2/+8
2008-09-10Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-12/+5
2008-09-10Merge commit '29776e85da637ec4d44b2b2822d6934a50c0084b' into boehm-demers-wei...Ludovic Courtès1-18/+22
2008-09-10Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...Ludovic Courtès1-11/+78
2008-09-10Use `scm_gc_malloc_pointerless' in various places (improves performance).Ludovic Courtes1-3/+4
2008-02-15Release stuff: missing NEWS and 2007/2008 copyrights.Neil Jerram1-1/+1
2008-02-05* fports.c (fport_seek): Make dependent on GUILE_USE_64_CALLS.Neil Jerram1-1/+1
2007-10-27Changes from arch/CVS synchronizationLudovic Courtès1-11/+4
2007-08-26replace port table with weak hash table. This simplifiesHan-Wen Nienhuys1-18/+22
2006-10-09merge from 1.8 branchKevin Ryde1-11/+78
2006-06-17merge from 1.8 branchKevin Ryde1-5/+7
2006-04-17merge from 1.8 branchKevin Ryde1-2/+2
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-4/+4
2005-06-26*** empty log message ***Han-Wen Nienhuys1-0/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-5/+5
2005-01-24Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer1-4/+4
2005-01-24Threading changes.Marius Vollmer1-4/+4
2004-10-22* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer1-1/+1
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-1/+1
2004-08-17(fport_print): Use scm_ttyname instead of ttyname directly,Kevin Ryde1-1/+2
2004-08-12* fports.h, fports.c (scm_i_fdes_to_port): New, likeMarius Vollmer1-3/+8
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer1-5/+11
2004-07-31 * error.c (scm_strerror): Use scm_i_misc_mutex around strerror sinceKevin Ryde1-2/+2
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-4/+4
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-2/+2
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-4/+4
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2003-05-292003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+4
2003-04-24* ports.c, ports.h (scm_i_port_table_mutex): New mutex.Mikael Djurfeldt1-3/+7
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* fports.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+3
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-5/+1
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-2/+2
2002-08-08("scm_new_port_table_entry"): return a boxed SCM inHan-Wen Nienhuys1-4/+4
2002-08-04port GC fixHan-Wen Nienhuys1-5/+4
2002-03-16* Manual updates on hooks and features.Neil Jerram1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0