summaryrefslogtreecommitdiff
path: root/libguile/ioext.c
Commit message (Expand)AuthorAgeFilesLines
...
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-1/+0
* Replaced "scm_t_portable" with "scm_port_table" which was an artifactMarius Vollmer2001-08-261-4/+4
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller2001-07-031-0/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-9/+9
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* * validate.hMichael Livshin2001-05-241-8/+12
* * 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 makeMartin 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 doneGary Houston2001-01-241-230/+3
* * ioext.c: further simplify scm_read_string_x_partial by definingGary 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, implementsGary 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 toMikael 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 GNUMichael 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 thatGary Houston2000-03-121-4/+2
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg 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. MakeGreg 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 forGreg 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 ofGreg 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-netGary 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 theJim Blandy1999-06-091-78/+239