* _scm.h: Removed #include <errno.h>.
[bpt/guile.git] / libguile / ioext.c
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
2001-01-18 Gary Houston * ioext.c: further simplify scm_read_string_x_partial...
2001-01-08 Gary Houston * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new...
2001-01-06 Gary Houston * ioext.c (scm_read_string_x_partial): new procedure...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-07 Gary Houston*** empty log message ***
2000-11-07 Gary Houston2000-11-07 Gary Houston <ghouston@arglist.com>
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-06-12 Mikael Djurfeldt* ioext.c (s_scm_read_line): Cast result of call to
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-12 Gary Houston * fports.c (scm_fdes_to_port): call fcntl F_GETFL...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-12 Greg J. Badros* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
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: Pervasive software-engineering-motivated rewrite of
1999-10-11 Mikael Djurfeldt* ioext.c: Added #include "feature.h".
1999-09-26 Gary Houstonsupport new configure options: --disable-posix, -...
1999-09-20 Jim Blandy* read.c (scm_read): Don't assume that scm_cur_inp...
1999-08-20 Jim Blandy* ioext.c (scm_do_read_line, scm_read_line): Use scm_mu...
1999-08-12 Gary Houston1999-08-12 Gary Houston <ghouston@easynet.co.uk>
1999-08-11 Gary Houston1999-08-11 Gary Houston <ghouston@easynet.co.uk>
1999-07-24 Mikael Djurfeldt* ioext.c (scm_redirect_port): Replaced scm_ptobfuns -->
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-12 Jim Blandy* ioext.c (scm_read_line): Switch to reading properly.
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1998-10-30 Mikael Djurfeldt* ioext.c (scm_ftell): Use SCM_N_READY_CHARS to correct...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-09 Jim BlandyCentralize the creation of port objects based on stdio...
1998-06-09 Mikael Djurfeldt* ioext.c (scm_isatty_p): Accept any kind of data as...
1997-12-13 Tim Pierceboot-9.scm (read-line): Rewritten to use %read-line.
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-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-08-16 Gary Houston* stime.h: prototype for scm_times.
1997-07-29 Gary Houstonreally delete primitive-dup.
1997-07-29 Gary Houston* ioext.h: fix up prototypes.
1997-07-23 Tim PierceLine-oriented i/o:
1997-07-21 Gary Houston* ioext.h: removed scm_duplicate_port prototype.
1997-07-20 Gary Houston* filesys.c (scm_close): oops, don't call SCM_INUM...
1997-07-20 Gary Houston* fluids.c (next_fluid_num): don't do
1997-07-19 Gary Houston* ports.c (scm_flush_all_ports): SCM_PROC incorrectly...
1997-06-22 Gary Houston* ioext.c (scm_duplicate_port): bug fix: don't try...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-12 Jim BlandyEnsure that shared substrings are handled properly...
1997-05-05 Gary Houston* filesys.c (scm_input_waiting_p): add missing third...
1997-04-21 Gary Houston* ioext.c (scm_setfileno): add missing third argument to
1997-03-29 Gary Houston* ioext.c (scm_setfileno): throw a runtime error if...
1997-03-13 Gary Houston* ioext.c (scm_read_delimited_x): use RO string macros...
1997-02-06 Gary Houston* strop.c (scm_string_upcase_x, scm_string_downcase_x...
1997-01-31 Gary Houston * ioext.c, ioext.h: remove obsolete _sys_ from 9 proce...
1997-01-25 Gary Houston * ports.c: add SCM_PROC declarations for pt-size and...
1996-12-09 Gary Houston* ioext.c (scm_sys_ftell): use scm_long2num instead...
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c,...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
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-10 Jim BlandyC files should #include only the header files they...
1996-08-08 Jim Blandy* posix.c (scm_init_posix): Use numeric values, rather...
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-08-04 Gary Houstona few fixups to primitive functions
1996-08-02 Gary Houstonmake C system primitives throw exceptions
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import