1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-08-20 02:46:04 +00:00
parent 61e452baa7
commit a343458dbe
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,7 @@
1999-08-20 James Blandy <jimb@mule.m17n.org>
* Makefile.in, aclocal.m4, configure: Regenerated.
1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually

View file

@ -1,3 +1,19 @@
1999-08-20 James Blandy <jimb@mule.m17n.org>
* ports.h (enum scm_port_rw_active): New enum, containing
SCM_PORT_READ, SCM_PORT_WRITE, and SCM_PORT_NEITHER (instead of
zero). The debugger knows about enums, but doesn't know about
#defines.
(typedef scm_port): Declare rw_active member to be an enum
scm_port_rw_active.
* fports.c (fport_flush, fport_end_input): Use SCM_PORT_NEITHER
instead of zero.
* ports.c (scm_add_to_port_table): Same.
* strports.c (st_flush, st_end_input): Same.
* ioext.c (scm_do_read_line, scm_read_line): Use scm_must_malloc,
scm_must_realloc, and scm_done_malloc as appropriate.
1999-08-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 1999-08-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* sort.c (quicksort): Added condition to protect the algorithm * sort.c (quicksort): Added condition to protect the algorithm