* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
[bpt/guile.git] / libguile / fports.c
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>
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius VollmerInclude `io.h' is possible. Put `*fp' into referring
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-26 Marius VollmerReplaced "scm_t_portable" with "scm_port_table" which...
2001-07-16 Dirk Herrmann* Minor changes.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-06-02 Rob Browning* fports.c: HAVE_ST_BLKSIZE changed to
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-17 Gary Houston * gc.c (scm_must_malloc): changed the comment explaini...
2001-02-23 Neil Jerram* Minor docstring updates.
2001-01-25 Dirk Herrmann* Added a file-port? primitive.
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-06 Gary Houston * ioext.c (scm_read_string_x_partial): new procedure...
2001-01-02 Gary Houston * fports.c (fport_write): bugfix: handle short writes for
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-13 Gary Houston * fports.c: include gc.h.
2000-11-12 Gary Houston * fports.c (scm_open_file): fix the 'b' option. Thanks
2000-11-02 Dirk Herrmann* Get rid of calls to SCM_ROSTRINGP.
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-06-13 Mikael Djurfeldt* fports.c (scm_setvbuf): Use `free' instead of `scm_mu...
2000-06-12 Mikael Djurfeldt* fports.c (fport_flush): Declare `ptr' as unsigned...
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-05-24 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-05-14 Gary Houston2000-05-14 Gary Houston <ghouston@arglist.com>
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-13 Gary Houston * ports.c (flush_void_port): renamed to flush_port_def...
2000-03-12 Gary Houston * fports.c (scm_fdes_to_port): call fcntl F_GETFL...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* fports.c, list.c: Converted docstrings to ANSI C...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* fports.c, ports.c, ports.h, strports.c, vports.c...
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-10-24 Gary Houston * Move the responsibility for resetting port buffers...
1999-10-18 Gary Houston * fports.c (scm_fdes_to_port): always set rw_random...
1999-08-20 Jim Blandy* ports.h (enum scm_port_rw_active): New enum, containing
1999-08-19 Gary Houston1999-08-19 Gary Houston <ghouston@easynet.co.uk>
1999-08-18 Gary Houston1999-08-18 Gary Houston <ghouston@easynet.co.uk>
1999-08-11 Gary Houston1999-08-11 Gary Houston <ghouston@easynet.co.uk>
1999-08-03 Gary Houston * ports.h (scm_ptob_descriptor): include a write proce...
1999-07-25 Mikael Djurfeldt* ports.c, ports.h, fports.c, strports.c, vports.c...
1999-07-24 Mikael Djurfeldt* fports.c (prinfport): Moved code from ports.c.
1999-07-14 Gary Houston1999-07-14 Gary Houston <ghouston@easynet.co.uk>
1999-07-04 Gary Houston1999-07-04 Gary Houston <ghouston@easynet.co.uk>
1999-07-04 Gary Houston1999-07-04 Gary Houston <ghouston@easynet.co.uk>
1999-06-14 Jim Blandy* fports.c (local_seek): Signal an error if the seek...
1999-06-12 Jim Blandy* fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports...
1999-06-09 Jim Blandy * fports.c (local_fclose): call local_fflush unconditi...
1999-05-23 Mikael Djurfeldt* eval.c, fports.c, libguile.h, ports.c: Removed #include
1998-11-01 Mikael DjurfeldtRemoved some #if 0 which slipped through in previous...
1998-10-30 Mikael Djurfeldt* ports.c (scm_add_to_port_table, scm_remove_from_port_...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-17 Jim BlandyDon't use local_fgets on sockets; ftell doesn't work...
1998-10-09 Jim BlandyDo magic to mix reads and writes on stdio FILE-based...
1998-10-09 Jim BlandyChange the definition of the functions in scm_ptobfuns...
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1997-12-20 Tim Pierce * fports.c (scm_pipob): Use scm_generic_fgets for...
1997-12-13 Tim Pierceboot-9.scm (read-line): Rewritten to use %read-line.
1997-12-04 Tim Pierce * fports.c (scm_fgets): Return if the last char in...
1997-11-27 Tim Pierce Fix a memory leak in scm_read_line and a type cast...
1997-10-25 Marius Vollmer* filesys.c (scm_close, set_element, get_element, scm_c...
next