Gary Houston
93a6b6f5a7
* socket.c (scm_fill_sockaddr): zero the address structure before
...
use, in case it has a sin_len field and the OS doesn't like random
values (thanks to Bertrand Petit).
1999-11-04 20:04:18 +00:00
Mark Galassi
4921140c64
1999-10-26 Mark Galassi <rosalia@lanl.gov>
...
* gh.h, gh_data.c (gh_symbol2scm): changed gh_symbol2scm() to take
a const char * argument, upon suggestion from Lynn Winebarger.
1999-10-26 19:38:05 +00:00
Gary Houston
cd19d608b1
* strports.c (st_end_input): avoid dubious pointer arithmetic.
1999-10-26 18:42:11 +00:00
Gary Houston
7dcb364d3b
* 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.
1999-10-24 11:25:31 +00:00
Gary Houston
e9c66ab079
* ports.c (scm_seek): Add a special case for SEEK_CUR, offset 0,
...
so that unread chars are not needlessly discarded. (thanks to
Roland Orre).
1999-10-20 21:03:09 +00:00
Gary Houston
0de97b83c0
* fports.c (scm_fdes_to_port): always set rw_random if the fdes is
...
random access. rw_active needs to be maintained even for single
directional ports, otherwise scm_seek and probably other things are
broken. (thanks to Roland Orre).
* strports.c (scm_mkstrport): set rw_random to 1 unconditionally.
* ports.c (scm_add_to_port_table): initialise rw_random to 0.
* ports.h (scm_port): change the comments on rw_random and rw_active.
1999-10-18 20:49:29 +00:00
Mikael Djurfeldt
e173f7f18b
*** empty log message ***
1999-10-11 17:42:01 +00:00
Mikael Djurfeldt
5390d7c79c
Regenerated
1999-10-11 17:41:05 +00:00
Mikael Djurfeldt
b3ad310304
* Makefile.am (libguile_la_LDFLAGS): Bumped libguile version.
1999-10-11 17:40:45 +00:00
Mikael Djurfeldt
453e9dac93
* tags.h (SCM_IM_DELAY): New immediate symbol.
1999-10-11 17:40:32 +00:00
Mikael Djurfeldt
ccd0e478a6
* print.c (scm_isymnames): Printed representation.
1999-10-11 17:40:19 +00:00
Mikael Djurfeldt
c85897471a
* ioext.c: Added #include "feature.h".
1999-10-11 17:40:06 +00:00
Mikael Djurfeldt
6b10ed8be1
* eval.c, eval.h (scm_sym_delay): New global symbol.
1999-10-11 17:39:37 +00:00
Mikael Djurfeldt
a570e93a25
* eval.c, eval.h (scm_sym_delay): New global symbol.
...
* eval.c (unmemocopy, SCM_CEVAL): Handle SCM_IM_DELAY.
(scm_m_delay): Turned into a memoizing macro.
1999-10-11 17:39:24 +00:00
Jim Blandy
1ab45872f0
*** empty log message ***
1999-10-11 16:54:05 +00:00
Jim Blandy
0acef67a14
* gh_data.c (gh_ints2scm, gh_doubles2scm): Make sure elements are
...
protected from GC while building the vector. (Thanks to Bernard
Urban and Greg Harvey.)
1999-10-11 16:53:50 +00:00
Mikael Djurfeldt
0573ddaea3
*** empty log message ***
1999-10-08 10:46:38 +00:00
Mikael Djurfeldt
8569180634
* throw.c (handler_message): Display backtrace if backtraces
...
enabled.
1999-10-08 10:46:26 +00:00
Jim Blandy
0cbedb5b2b
*** empty log message ***
1999-10-05 22:36:14 +00:00
Jim Blandy
0c1221ab9c
*** empty log message ***
1999-10-05 20:49:29 +00:00
Jim Blandy
a65750a309
* Makefile.in, scmconfig.h.in: Deleted from CVS repository. Run
...
the autogen.sh script to create generated files like these.
1999-10-05 19:08:37 +00:00
Jim Blandy
80f2710274
*** empty log message ***
1999-10-05 19:00:38 +00:00
Jim Blandy
3eb7e6ee5e
* numbers.c (scm_string_to_number): Signal an error if radix is
...
less than two. (Thanks to Jorgen Schaefer.)
* print.c (scm_write, scm_display, scm_newline, scm_write_char):
Don't assume that the current output port is valid. Somebody
might close it. (Thanks to Bernard Urban.)
1999-10-05 18:57:31 +00:00
Jim Blandy
dc4d930b43
*** empty log message ***
1999-10-02 23:53:13 +00:00
Jim Blandy
3b307d439d
* Makefile.am (EXTRA_libguile_la_SOURCES): fix typo.
1999-10-02 23:01:46 +00:00
Jim Blandy
eb33e4d702
* scmconfig.h.in: Add comments for HAVE_POSIX and HAVE_NETWORKING.
1999-10-02 23:01:14 +00:00
Jim Blandy
7b7148d8ef
Revert back to text generated by automake 1.4.
1999-10-02 22:57:38 +00:00
Greg J. Badros
fca7547b1a
Fix my last commit -- DEBUG_FREELIST renamed to GUILE_DEBUG_FREELIST
1999-09-28 00:54:26 +00:00
Greg J. Badros
0b307a34d1
*** empty log message ***
1999-09-28 00:18:34 +00:00
Greg J. Badros
bfc69694be
* __scm.h: Fix a bunch of macros that were missing do-while(0)
...
sandwiches.
* debug.c, eval.c: Fix buggy uses of SCM_ALLOW_INTS (missing
semicolon) exposed by the above change.
1999-09-28 00:18:16 +00:00
Greg J. Badros
155265386a
*** empty log message ***
1999-09-27 23:35:33 +00:00
Greg J. Badros
25748c78cf
* stacks.c: Avoid compiler warning re: unitialized var.
...
* scmconfig.h.in: Added DEBUG_FREELIST
* pairs.h: Fix macro that was not do-while(0) sandwiched.
* gc.h, gc.c: Added scm_gc_set_debug_check_freelist_x,
scm_map_free_list
1999-09-27 23:30:36 +00:00
Gary Houston
52cfc69be6
support new configure options: --disable-posix, --disable-net
...
and --disable-regex.
1999-09-26 16:00:36 +00:00
Jim Blandy
e59373d65f
*** empty log message ***
1999-09-25 23:41:59 +00:00
Jim Blandy
4ea1f83d91
* root.c (scm_make_root): Initialize all the fields of the new
...
root. GC could happen any time, you know. (Thanks to Greg
Harvey.)
1999-09-25 23:41:09 +00:00
Jim Blandy
8854e65479
*** empty log message ***
1999-09-25 23:13:09 +00:00
Jim Blandy
d4a2839e92
* numbers.c (scm_number_to_string): Signal an error if radix is
...
less than two. (Thanks to Jorgen Schaefer.)
1999-09-25 23:11:23 +00:00
Jim Blandy
bab4e1ccba
*** empty log message ***
1999-09-25 17:27:37 +00:00
Jim Blandy
60a059e680
* Makefile.am (EXTRA_libguile_la_SOURCES): Add memmove.c here,
...
so automake will actually generate rules for it.
* Makefile.in: Regenerated.
1999-09-25 17:26:14 +00:00
Jim Blandy
0dcad30f73
*** empty log message ***
1999-09-22 04:37:18 +00:00
Jim Blandy
2fb362976f
* backtrace.c: #include "_scm.h" before testing whether
...
HAVE_UNISTD_H is #defined.
1999-09-22 04:36:56 +00:00
Jim Blandy
24e720c8d5
*** empty log message ***
1999-09-20 23:36:16 +00:00
Jim Blandy
4cc81ec6ca
* read.c (scm_read): Don't assume that scm_cur_inp is always open.
...
* ports.c (scm_read_char): Same.
* ioext.c (scm_read_line): Same.
(Thanks to Bernard Urban.)
1999-09-20 23:34:57 +00:00
Mikael Djurfeldt
920ffdaa76
*** empty log message ***
1999-09-20 23:05:51 +00:00
Mikael Djurfeldt
2cc4167286
* vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect
...
in SCM_ASSERT macro.
numbers.c: Removed #ifndef SCM_RECKLESS at places where type
checking may invoke a generic. (Thanks to Michael Livshin.)
1999-09-20 23:01:33 +00:00
Mikael Djurfeldt
ff725a178e
Fix
1999-09-20 22:25:10 +00:00
Mikael Djurfeldt
73ef98d674
Fix
1999-09-20 22:10:38 +00:00
Mikael Djurfeldt
b3c8a0f568
* __scm.h (SCM_WTA_DISPATCH_0, SCM_GASSERT0): New macros.
1999-09-20 22:09:21 +00:00
Gary Houston
de881428b8
typing correction
1999-09-20 22:04:51 +00:00
Mikael Djurfeldt
afe93bdb38
*** empty log message ***
1999-09-20 21:52:48 +00:00