1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-17 03:00:21 +02:00
guile/qt/md
Gary Houston 6c9514275b 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
* strports.c (scm_strprint_obj): bug fix: get pt from the port,
	not from the parameter obj.  (Thanks to Eric Moore.)
	* ports.h: SCM_CRDY, SCM_CUC, SCM_CRDYP, SCM_SETRDY, SCM_CUNGET,
	SCM_CGETUN, SCM_CLRDY, SCM_TRY_CLRDY, SCM_N_READY_CHARS: deleted.
	* strings.c (scm_make_string): throw error if 2nd arg isn't
	a char.
	* unif.c (scm_uniform_array_read_x): fix reading from a port.
	allow non-fports.
	(scm_uniform_array_write): likewise.
1999-06-29  Gary Houston  <ghouston@easynet.co.uk>
	* ports.c (scm_drain_input): rewritten.
	* fports.c (local_fclose): check putback_buf.
	(local_read_flush): likewise.
	* ports.c (scm_remove_from_port_table): maybe free putback_buf.
	* ports.h (scm_port): replace cbuf/cbufend/cp with putback_buf/
	putback_buf_size.
	(SCM_INITIAL_PUTBACK_BUF_SIZE): renamed from SCM_INITIAL_CBUF_SIZE.
	* ports.c (scm_grow_port_cbuf): deleted.
	(scm_add_to_port_table): initialise putback_buf to 0.  remove cbuf
	stuff.
	(scm_char_ready_p): check putback_buf
	(scm_fill_buffer): likewise.
	(scm_ungetc): rewritten.
1999-06-27  Gary Houston  <ghouston@easynet.co.uk>
	* fports.c (local_fclose): account for push-back buffer.
	* ports.c (scm_char_ready_p): check the push-back buffer in
	a new way.
	* ioext.c (scm_do_read_line): remove the extra code to handle
	the push-back buffer.
	* ports.c (scm_getc): don't use SCM_CRDYP etc.
	* ioext.c (scm_do_read_line): call scm_fill_buffer.
	* ports.c (scm_ungetc): don't call SCM_CUNGET.  reset the
	read buffer pointers.
	scm_fill_buffer: new procedure.
	(scm_getc): call scm_fill_buffer.
	* ports.h (struct scm_port): saved_read_buf, saved_read_pos,
	saved_read_end: new fields.
1999-07-04  Gary Houston  <ghouston@easynet.co.uk>
	* configure.in: don't check for ways to violate stdio abstraction.
1999-07-04 11:02:21 +00:00
..
.cvsignore *** empty log message *** 1996-12-08 07:34:58 +00:00
_sparc.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
_sparc_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
axp.1.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
axp.2.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
axp.c New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
axp.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
axp.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
axp.README New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
axp.s * md/axp.s (qt_vstart): Typo fixes, thanks to Alexander Jolk. 1997-12-02 17:36:19 +00:00
axp_b.s * md/axp.s, md/axp_b.s: Changed comments from C-style to # to 1997-07-24 03:06:08 +00:00
default.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
hppa-cnx.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
hppa.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
hppa.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
hppa.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
hppa_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
i386.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
i386.README New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
i386.s * md/i386.s: Remove nested comment starter, to quiet warnings. 1998-10-16 10:21:18 +00:00
i386_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
ksr1.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
ksr1.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
ksr1.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
ksr1_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
m88k.c New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
m88k.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
m88k.Makefile New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
m88k.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
m88k_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
Makefile.am Added copyright notice. 1998-10-19 15:25:43 +00:00
Makefile.in 1999-07-04 Gary Houston <ghouston@easynet.co.uk> 1999-07-04 11:02:21 +00:00
mips-irix5.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
mips.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
mips.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
mips_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
null.c New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
null.README New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
solaris.README New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
sparc.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
sparc.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
sparc_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
vax.h New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
vax.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
vax_b.s New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00