Rely on Gnulib for <unistd.h>.
[bpt/guile.git] / libguile / fports.c
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2014-01-18 Ludovic CourtèsPrepare 'setvbuf' to support for non-file ports.
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-03-10 Jason Earlrely on gnulib for `poll'
2013-03-09 Andy Wingofports uses gnulib's select
2013-03-09 Andy Wingosquish remove some mingw-specific code that is covered...
2013-03-09 Andy Wingoadd check for struct pollfd
2013-01-30 Andy WingoRevert "detect and consume byte-order marks for textual...
2013-01-30 Andy Wingodetect and consume byte-order marks for textual ports
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-08 Ludovic CourtèsFix `setvbuf' to leave the line/column number unchanged.
2012-01-09 Rob BrowningDefine _GNU_SOURCE to fix the GNU/kFreeBSD build.
2011-10-15 Cedric CellierDefault to using poll(2) in `fport_input_waiting'.
2011-04-14 Ludovic CourtèsAllow compilation with `--disable-posix'.
2010-12-06 Andy Wingoscm_setvbuf doesn't throw away current buffers
2010-12-02 Andy Wingono need for fport_fill_input to select() before read()
2010-09-01 Ludovic CourtèsRewrite `fport_flush' using Gnulib's `full_write'.
2010-07-17 Michael Granopen-file should handle binary mode and coding declarations
2010-05-28 Ludovic CourtèsRemove dead code related to `scm_i_terminating'.
2010-04-19 Andy Wingofilesystem trickery to scm_i_relativize_path in filesys...
2010-04-19 Andy Wingo%file-port-name-canonicalization is a fluid
2010-04-19 Andy Wingoadd %file-port-name-canonicalization option
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-07 Ludovic CourtèsUse Gnulib's `full-write' instead of custom code.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-16 Ludovic CourtèsRun the GC and retry `open-file' when getting `EMFILE'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-28 Ludovic CourtèsRemove seek/truncate shortcuts to file ports.
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-25 Ludovic CourtèsAdd `scm_t_off' type so that `scm_t_port' has a fixed...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-30 Ludovic CourtèsCheck the return value of libc's functions to make...
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsFix bug in port eviction code
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse `scm_gc_malloc_pointerless' in various places ...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-02-15 Neil JerramRelease stuff: missing NEWS and 2007/2008 copyrights.
2008-02-05 Neil Jerram* fports.c (fport_seek): Make dependent on GUILE_USE_64...
2007-10-27 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-26 Han-Wen Nienhuysreplace port table with weak hash table. This simplifies
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-06-26 Han-Wen Nienhuys*** empty log message ***
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-17 Kevin Ryde(fport_print): Use scm_ttyname instead of ttyname directly,
2004-08-12 Marius Vollmer* fports.h, fports.c (scm_i_fdes_to_port): New, like
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-07-31 Kevin Ryde * error.c (scm_strerror): Use scm_i_misc_mutex around...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-04-24 Mikael Djurfeldt* ports.c, ports.h (scm_i_port_table_mutex): New mutex.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* fports.c: #include <config.h> if HAVE_CONFIG_H.
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-08-08 Han-Wen Nienhuys("scm_new_port_table_entry"): return a boxed SCM in
2002-08-04 Han-Wen Nienhuysport GC fix
2002-03-16 Neil Jerram* Manual updates on hooks and features.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-12 Neil Jerram * iselect.c (collisionp, gnfds, greadfds, gwritefds...
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-27 Stefan Jahn2002-02-27 Stefan Jahn <stefan@lkcc.org>
next