* Some more work to get rid of SCM_LENGTH
[bpt/guile.git] / libguile / fports.c
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...
1997-07-29 Gary Houston* ioext.h: fix up prototypes.
1997-07-23 Tim PierceLine-oriented i/o:
1997-07-20 Gary Houston* fluids.c (next_fluid_num): don't do
1997-05-27 Jim Blandy* fports.c (print_pipe_port): New function.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-14 Jim Blandy* fports.c (local_pclose): New function.
1997-04-05 Gary Houston* posix.c (scm_putenv): don't check HAVE_PUTENV.
1997-01-18 Gary Houston * init.scm (index, rindex): replace versions in utilit...
1996-11-10 Jim Blandy* fports.c (scm_stdio_to_port, scm_open_file): Set...
1996-10-23 Jim Blandy* * fports.c (scm_stdio_to_port): New function. Its...
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-19 Gary Houston * filesys.c (scsm_sys_stat): don't SIGSEGV if argument...
1996-09-18 Mikael Djurfeldt* fports.c (scm_open_file): Don't call scm_makfrom0str...
1996-09-17 Gary Houston* ports.h (scm_port_table): put back file_name, it...
1996-09-16 Gary Houston * ports.h (scm_port_table): remove file_name member...
1996-09-15 Gary Houston* debug.c, unif.c: use scm_out_of_range instead of
1996-09-14 Gary Houston* numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-23 Gary Houstonremove a change that shouldn't have slipped in.
1996-08-23 Gary Houston * configure, scmconfig.h.in: Updated, using autoconf...
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-08-04 Gary Houstona few fixups to primitive functions
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import