* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / ports.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-15 Mikael Djurfeldt* ports.c, ports.h (close-input-port, close-output...
2000-04-12 Dirk HerrmannFix some SCM/scm_bits_t mismatches.
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-31 Dirk HerrmannChange type of member 'stream' in scm_port from SCM...
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-13 Gary Houston * ports.c (flush_void_port): renamed to flush_port_def...
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-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-02-19 Greg J. Badros* ports.c: Made `set-port-column!' and `set-port-line...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-02-08 Greg J. Badros* ports.c: Doc patches from Richard Kim. Pasted from...
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
2000-01-18 Mikael Djurfeldt* strports.c (st_end_input): Inserted parenthesis to...
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-11 Greg J. Badros* fports.c, ports.c, ports.h, strports.c, vports.c...
2000-01-11 Greg J. Badros* scm_validate.h, chars.c, ports.c, print.c, read.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...
2000-01-05 Greg J. Badros* ports.c (s_scm_close_all_ports_except): Use SCM_ARG1...
1999-12-19 Greg J. Badros* tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms of
1999-12-17 Greg J. Badros* tags.h (SCM_ECONSP, SCM_NECONSP): Fix these macros...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-14 Mikael Djurfeldt* guile-doc-snarf.awk: Removed.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-12-04 Gary Houston * ports.c (scm_port_closed_p): new procedure, implements
1999-10-24 Gary Houston * Move the responsibility for resetting port buffers...
1999-10-20 Gary Houston * ports.c (scm_seek): Add a special case for SEEK_CUR...
1999-10-18 Gary Houston * fports.c (scm_fdes_to_port): always set rw_random...
1999-09-20 Jim Blandy* read.c (scm_read): Don't assume that scm_cur_inp...
1999-08-30 Jim Blandy* gh_data.c (gh_set_substr): Revert change of 1999...
1999-08-29 Mikael Djurfeldt* gh_data.c, ports.c, strop.c: Alternatively use bcopy...
1999-08-29 Gary Houston1999-08-29 Gary Houston <ghouston@easynet.co.uk>
1999-08-24 Mikael Djurfeldt* ports.c (scm_output_port_p): Bugfix: Coerce output...
1999-08-20 Jim Blandy* ports.h (enum scm_port_rw_active): New enum, containing
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-08-04 Gary Houston1999-08-04 Gary Houston <ghouston@easynet.co.uk>
1999-08-03 Gary Houston * ports.h (scm_ptob_descriptor): include a write proce...
1999-08-01 Jim Blandy* ports.c (scm_char_ready_p): Don't try to find PORT...
1999-07-25 Gary Houston1999-07-25 Gary Houston <ghouston@easynet.co.uk>
1999-07-25 Mikael Djurfeldt* ports.c, ports.h, fports.c, strports.c, vports.c...
1999-07-24 Mikael Djurfeldt* ports.c, ports.h (scm_make_port_type): New interface for
1999-07-24 Gary Houston1999-07-24 Gary Houston <ghouston@easynet.co.uk>
1999-07-14 Gary Houston1999-07-14 Gary Houston <ghouston@easynet.co.uk>
1999-07-13 Gary Houston1999-07-13 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 * ioext.c (scm_do_read_line): Rewritten to use memchr...
1999-05-23 Mikael Djurfeldt* eval.c, fports.c, libguile.h, ports.c: Removed #include
1999-03-14 Mikael Djurfeldt#include "keywords.h"
1998-11-06 Mikael Djurfeldt* ports.c (scm_unread_string): Bugfixes: Check for...
1998-10-30 Mikael Djurfeldt* ports.h, ports.c (scm_unread_string): New procedure.
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-09 Jim BlandyChange the definition of the functions in scm_ptobfuns...
1998-10-06 Jim BlandyFormatting tweaks.
1998-10-05 Jim BlandyDoc fixes
1998-10-05 Jim BlandyUtterly needless cleanups to hopelessly messy code.
1998-09-05 Jim Blandy* ports.c (scm_numptob): Make this an int, not an scm_s...
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-06-18 Mikael Djurfeldt* ports.c (current-load-port): New procedure.
1998-04-12 Mikael Djurfeldt* ports.c (scm_port_line, scm_set_port_line_x, scm_port...
1998-03-30 Mikael Djurfeldt* ports.c (scm_add_to_port_table): First line is now...
1998-03-03 Gary Houston * ports.c (scm_add_to_port_table): allocate in units of
1997-12-13 Tim Pierceboot-9.scm (read-line): Rewritten to use %read-line.
1997-12-07 Gary Houston * README: using Automake 1.2d
1997-12-03 Jim Blandy* ports.c (scm_close_port): Make sure the port is open...
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-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-07-23 Tim PierceLine-oriented i/o:
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-21 Gary Houston * ports.h: new prototype.
1997-05-26 Jim Blandy* ports.c (print_void_port, putc_void_port, puts_void_port,
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-05-12 Jim BlandyEnsure that shared substrings are handled properly...
1997-03-09 Mikael Djurfeldt* ports.h: Removed prototype for scm_ungetc_char_ready_p.
1997-03-08 Mikael Djurfeldt* ports.c: Changed preprocessor symbol DEBUG --> GUILE_...
1997-03-03 Gary Houston* ports.c (scm_char_ready_p): bug fix: in SCM_PROC...
1997-01-25 Gary Houston * ports.c: add SCM_PROC declarations for pt-size and...
1996-10-30 Mikael Djurfeldt * ports.c: #include "filesys.h"
1996-10-23 Jim Blandy* ports.c: Formatting tweak.
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c,...
1996-10-17 Mikael Djurfeldt* ports.c (scm_port_line_x, scm_port_column_x): New...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
next