summaryrefslogtreecommitdiff
path: root/libguile/ioext.c
Commit message (Expand)AuthorAgeFilesLines
* * rw.c: new file, implementing C part of module (ice-9 rw)....Gary Houston2001-04-291-103/+0
* * ioext.c: (scm_fseek): deprecation expired - removed.Rob Browning2001-04-281-17/+0
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-21/+25
* * _scm.h: Removed #include <errno.h>....Mikael Djurfeldt2001-03-101-0/+2
* * boot-9.scm: don't import (ice-9 rdelim) here. it's done...Gary Houston2001-01-241-230/+3
* * ioext.c: further simplify scm_read_string_x_partial by defining...Gary Houston2001-01-181-9/+17
* * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new macro....Gary Houston2001-01-081-52/+32
* * ioext.c (scm_read_string_x_partial): new procedure, implements...Gary Houston2001-01-061-0/+104
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* *** empty log message ***Gary Houston2000-11-071-1/+2
* 2000-11-07 Gary Houston <ghouston@arglist.com>...Gary Houston2000-11-071-0/+25
* * Change a couple of functions to accept either symbols or strings only....Dirk Herrmann2000-10-301-5/+5
* * Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann2000-10-091-1/+1
* * ioext.c (s_scm_read_line): Cast result of call to...Mikael Djurfeldt2000-06-121-1/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif....Dirk Herrmann2000-05-151-0/+6
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-13/+13
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * fports.c (scm_fdes_to_port): call fcntl F_GETFL to test that...Gary Houston2000-03-121-4/+2
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to support...Greg J. Badros2000-03-031-1/+1
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-2/+2
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,...Mikael Djurfeldt2000-01-181-64/+59
* * scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make...Greg J. Badros2000-01-121-6/+4
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*...Greg J. Badros2000-01-051-16/+16
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-12/+12
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for...Greg J. Badros2000-01-051-5/+5
* * coop-threads.c: Remove K&R function headers....Greg J. Badros1999-12-161-1/+1
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,...Greg J. Badros1999-12-131-12/+64
* * *.c: Pervasive software-engineering-motivated rewrite of...Greg J. Badros1999-12-121-122/+99
* * ioext.c: Added #include "feature.h".Mikael Djurfeldt1999-10-111-0/+1
* support new configure options: --disable-posix, --disable-net...Gary Houston1999-09-261-0/+2
* * read.c (scm_read): Don't assume that scm_cur_inp is always open....Jim Blandy1999-09-201-5/+2
* * ioext.c (scm_do_read_line, scm_read_line): Use scm_must_malloc,...Jim Blandy1999-08-201-4/+6
* 1999-08-12 Gary Houston <ghouston@easynet.co.uk>...Gary Houston1999-08-121-2/+2
* 1999-08-11 Gary Houston <ghouston@easynet.co.uk>...Gary Houston1999-08-111-4/+4
* * ioext.c (scm_redirect_port): Replaced scm_ptobfuns -->...Mikael Djurfeldt1999-07-241-1/+1
* 1999-07-14 Gary Houston <ghouston@easynet.co.uk>...Gary Houston1999-07-141-19/+2
* 1999-07-04 Gary Houston <ghouston@easynet.co.uk>...Gary Houston1999-07-041-2/+2
* 1999-07-04 Gary Houston <ghouston@easynet.co.uk>...Gary Houston1999-07-041-40/+4
* * ioext.c (scm_read_line): Switch to reading properly....Jim Blandy1999-06-121-93/+23
* * ioext.c (scm_do_read_line): Rewritten to use memchr to find the...Jim Blandy1999-06-091-78/+239
* * ioext.c (scm_ftell): Use SCM_N_READY_CHARS to correct position.Mikael Djurfeldt1998-10-301-1/+1
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,...Jim Blandy1998-10-191-1/+1
* Centralize the creation of port objects based on stdio FILE * in...Jim Blandy1998-10-091-49/+1
* * ioext.c (scm_isatty_p): Accept any kind of data as argument. If...Mikael Djurfeldt1998-06-091-1/+2
* boot-9.scm (read-line): Rewritten to use %read-line....Tim Pierce1997-12-131-27/+23
* Fix a memory leak in scm_read_line and a type cast bug in the ptob....Tim Pierce1997-11-271-1/+34
* * filesys.c (scm_close, set_element, get_element, scm_chown,...Marius Vollmer1997-10-251-0/+19