public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile ports.c
@ 2000-06-12 14:25 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 2000-06-12 14:25 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/12 14:25:42

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* ports.c (scm_ungetc): Cast value to unsigned char ptr before
	storing in putback_buf.
	(scm_unread_string): Substituted SCM_ROCHARS for SCM_ROUCHARS.


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

* guile/guile-core/libguile ports.c
@ 2000-04-15 12:29 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 2000-04-15 12:29 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/04/15 12:29:47

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* ports.c, ports.h (close-input-port, close-output-port): New R5RS
	procedures.


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

* guile/guile-core/libguile ports.c
@ 2000-02-19 12:21 gjb
  0 siblings, 0 replies; 8+ messages in thread
From: gjb @ 2000-02-19 12:21 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/02/19 12:21:20

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* ports.c: Made `set-port-column!' and `set-port-line!' each
	return SCM_UNSPECIFIED instead of a (not-scheme-object) integer
	that caused a seg fault.  Also fixed `set-port-column!'s
	docstring.  Thanks Han-Wen Nienhuys for finding the bug!


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

* guile/guile-core/libguile ports.c
@ 2000-02-08 13:59 gjb
  0 siblings, 0 replies; 8+ messages in thread
From: gjb @ 2000-02-08 13:59 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/02/08 13:59:20

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* ports.c: Doc patches from Richard Kim.  Pasted from MIT Scheme.
	Thanks Richard!


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

* guile/guile-core/libguile ports.c
@ 2000-01-05 10:51 gjb
  0 siblings, 0 replies; 8+ messages in thread
From: gjb @ 2000-01-05 10:51 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/01/05 10:51:17

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* ports.c (s_scm_close_all_ports_except): Use SCM_ARG1 in a
	SCM_VALIDATE instead of 1 to avoid a check on the argument (since
	it's not the actual name of the formal).


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

* guile/guile-core/libguile ports.c
@ 1999-08-29 11:04 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-08-29 11:04 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/29 11:04:28

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* gh_data.c, ports.c, strop.c: Alternatively use bcopy if memmove
	isn't present.  (Thanks to suzukis@file.phys.tohoku.ac.jp.)
	
	* ports.c: Use ANSI C prototypes in definitions.  (Thanks to
	Bernard Urban.)


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

* guile/guile-core/libguile ports.c
@ 1999-08-23 19:11 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 1999-08-23 19:11 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/23 19:11:17

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* ports.c (scm_output_port_p): Bugfix: Coerce output port before
	testing (otherwise the port-print-state trick won't be transparent
	to the user; one example where this caused problems was in the
	(ice-9 format) module).


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

* guile/guile-core/libguile ports.c
@ 1999-08-01  1:07 jimb
  0 siblings, 0 replies; 8+ messages in thread
From: jimb @ 1999-08-01  1:07 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/08/01 01:07:40

Modified files:
	guile-core/libguile: ports.c 

Log message:
	* ports.c (scm_char_ready_p): Don't try to find PORT's ptab entry
	until we've verified that it is actually a port.  (Thanks to
	Lorentey Karoly.)


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

end of thread, other threads:[~2000-06-12 14:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-12 14:25 guile/guile-core/libguile ports.c mdj
  -- strict thread matches above, loose matches on Subject: below --
2000-04-15 12:29 mdj
2000-02-19 12:21 gjb
2000-02-08 13:59 gjb
2000-01-05 10:51 gjb
1999-08-29 11:04 mdj
1999-08-23 19:11 mdj
1999-08-01  1:07 jimb

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).