summaryrefslogtreecommitdiff
path: root/libguile/fports.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 1.8 branchKevin Ryde2006-10-091-11/+78
* merge from 1.8 branchKevin Ryde2006-06-171-5/+7
* merge from 1.8 branchKevin Ryde2006-04-171-2/+2
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-4/+4
* *** empty log message ***Han-Wen Nienhuys2005-06-261-0/+2
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-5/+5
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-4/+4
* Threading changes.Marius Vollmer2005-01-241-4/+4
* * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer2004-10-221-1/+1
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-1/+1
* (fport_print): Use scm_ttyname instead of ttyname directly,Kevin Ryde2004-08-171-1/+2
* * fports.h, fports.c (scm_i_fdes_to_port): New, likeMarius Vollmer2004-08-121-3/+8
* * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer2004-08-101-5/+11
* * error.c (scm_strerror): Use scm_i_misc_mutex around strerror sinceKevin Ryde2004-07-311-2/+2
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-4/+4
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-2/+2
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-4/+4
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-1/+1
* 2003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2003-05-291-0/+4
* * ports.c, ports.h (scm_i_port_table_mutex): New mutex.Mikael Djurfeldt2003-04-241-3/+7
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * fports.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+3
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer2002-11-031-5/+1
* * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys2002-08-161-2/+2
* ("scm_new_port_table_entry"): return a boxed SCM inHan-Wen Nienhuys2002-08-081-4/+4
* port GC fixHan-Wen Nienhuys2002-08-041-5/+4
* * Manual updates on hooks and features.Neil Jerram2002-03-161-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,Neil Jerram2002-03-121-2/+2
* Changes in doc/ref:Dirk Herrmann2002-03-011-1/+1
* 2002-02-27 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2002-02-271-1/+2
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-10/+16
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-1/+1
* 2001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-041-1/+2
* Include `io.h' is possible. Put `*fp' into referringMarius Vollmer2001-11-021-4/+8
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-2/+0
* Replaced "scm_t_portable" with "scm_port_table" which was an artifactMarius Vollmer2001-08-261-2/+2
* * Minor changes.Dirk Herrmann2001-07-161-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-1/+53
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-24/+24
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-2/+2
* * fports.c: HAVE_ST_BLKSIZE changed toRob Browning2001-06-021-2/+2
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-8/+8
* * validate.hMichael Livshin2001-05-241-31/+32
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-3/+3
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-28/+29
* * gc.c (scm_must_malloc): changed the comment explaining whenGary Houston2001-03-171-16/+13
* * Minor docstring updates.Neil Jerram2001-02-231-1/+1