public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
From: ghouston@sourceware.cygnus.com
To: guile-cvs@sourceware.cygnus.com
Subject: guile/guile-core NEWS libguile/ChangeLog libgu ...
Date: Sun, 24 Oct 1999 04:25:00 -0000	[thread overview]
Message-ID: <19991024112531.31282.qmail@sourceware.cygnus.com> (raw)

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ghouston@sourceware.cygnus.com	99/10/24 04:25:31

Modified files:
	guile-core     : NEWS 
	guile-core/libguile: ChangeLog fports.c ports.c strports.c 

Log message:
	* Move the responsibility for resetting port buffers from the
	caller of the ptob seek procedure to the implementation.  This
	gives more control in general to the ptob seek: in particular the
	change of 1999-10-20 can be made to work without breaking seek on
	string ports.  There's a comment in NEWS about upgrading port
	types.
	
	* ports.c (scm_seek): don't reset the port buffers here.
	
	* fports.c (fport_seek): reset the buffers, except for the
	0 SEEK_CUR case.
	
	* strports.c (st_end_input): (bug fix): decrement pt->read_pos by
	offset.  check that it's not less than read_buf.
	(st_seek): reset the buffers first, unless it's the 0 SEEK_CUR
	case and currently reading.


             reply	other threads:[~1999-10-24  4:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-24  4:25 ghouston [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-07-26  1:35 dirk
2000-01-09  5:41 ghouston
1999-08-12 11:58 ghouston
1999-07-25 10:45 ghouston
1999-07-24 12:52 ghouston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19991024112531.31282.qmail@sourceware.cygnus.com \
    --to=ghouston@sourceware.cygnus.com \
    --cc=guile-cvs@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).