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