public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile ChangeLog fports.c i ...
@ 1999-07-04 11:51 ghouston
  0 siblings, 0 replies; 2+ messages in thread
From: ghouston @ 1999-07-04 11:51 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ghouston@egcs.cygnus.com	99/07/04 11:50:56

Modified files:
	guile-core/libguile: ChangeLog fports.c ioext.c ports.c ports.h 
	                     strports.c unif.c vports.c 

Log message:
	1999-07-04  Gary Houston  <ghouston@easynet.co.uk>
	
	* unif.c (scm_uniform_array_write): likewise.
	* ioext.c (scm_redirect_port): likewise.
	* ports.c (scm_putc): call scm_read_flush.
	(scm_puts): likewise.
	(scm_lfwrite): likewise.
	(scm_lseek): likewise.
	(scm_ftruncate): likewise.
	
	* ports.c (scm_fill_buffer): don't take pt argument.  change callers.
	(read_flush_void_port): new proc, for void port ptob.
	
	* vports.c (sf_read_flush): likewise.
	* strports.c (st_read_flush): take offset arg.
	* fports.c (local_read_flush): use offset, don't reset putback
	buffer here.
	
	* ports.h (scm_ptobfuns): let read_flush take an offset argument,
	which is the number of chars from the putback buffer.
	
	* ports.c (scm_read_flush): new procedure, resets the putback
	buffer before calling the ptob routine.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* guile/guile-core/libguile ChangeLog fports.c i ...
@ 1999-07-14 17:04 ghouston
  0 siblings, 0 replies; 2+ messages in thread
From: ghouston @ 1999-07-14 17:04 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ghouston@egcs.cygnus.com	99/07/14 13:55:04

Modified files:
	guile-core/libguile: ChangeLog fports.c ioext.c ports.c 
	                     strports.c unif.c vports.c 

Log message:
	1999-07-14  Gary Houston  <ghouston@easynet.co.uk>
	
	* unif.c (scm_uniform_array_read_x), ports.c (scm_getc): increment
	read_pos after scm_fill_buffer.
	
	* ioext.c (scm_do_read_line): simplify by ignoring the fill_buffer
	return char.
	
	* vports.c (sf_fill_buffer), strports.c (stfill_buffer),
	fports.c (fport_fill_buffer): implement the interface change.
	
	* ports.c (scm_fill_buffer): interface change: no longer increments
	read_pos past the character that's returned.  it seems clearer to
	leave it to the caller to decide what to do (thanks Jim).
	
	* vports.c (sf_fill_buffer): put the read char into the buffer
	as well as returning it.
	
	* ports.c (scm_grow_port_cbuf): residue of this deleted procedure
	deleted.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-07-14 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-04 11:51 guile/guile-core/libguile ChangeLog fports.c i ghouston
1999-07-14 17:04 ghouston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).