bpt/guile.git
23 years ago* Eliminated use of SCM_ASSERT to check for range errors.
Dirk Herrmann [Fri, 30 Jun 2000 10:46:35 +0000 (10:46 +0000)]
* Eliminated use of SCM_ASSERT to check for range errors.
* Fix some error reporting code in list.c
* Added some test cases.

23 years ago* Fix range checks of SCM_VALIDATE* macros.
Dirk Herrmann [Fri, 30 Jun 2000 09:48:25 +0000 (09:48 +0000)]
* Fix range checks of SCM_VALIDATE* macros.

23 years ago*** empty log message ***
Mikael Djurfeldt [Thu, 29 Jun 2000 23:47:14 +0000 (23:47 +0000)]
*** empty log message ***

23 years ago* gc.c (scm_gc_for_newcell): Behave gracefully also if scm_igc
Mikael Djurfeldt [Thu, 29 Jun 2000 23:46:59 +0000 (23:46 +0000)]
* gc.c (scm_gc_for_newcell): Behave gracefully also if scm_igc
doesn't yield any new cells.  In theory this could happen if all
cells allocated with NEWCELL are either in use or conservatively
marked and all cluster spine cells are conservatively marked.
(Thanks to Dirk.)

23 years ago* Cleaned up memory error signalling.
Dirk Herrmann [Thu, 29 Jun 2000 15:54:58 +0000 (15:54 +0000)]
* Cleaned up memory error signalling.

23 years ago* Removed some unused identifiers and commented code.
Dirk Herrmann [Thu, 29 Jun 2000 15:06:31 +0000 (15:06 +0000)]
* Removed some unused identifiers and commented code.

23 years ago* Use appropriate error signalling functions.
Dirk Herrmann [Thu, 29 Jun 2000 13:31:33 +0000 (13:31 +0000)]
* Use appropriate error signalling functions.

23 years ago* Removed scm_first_type.
Dirk Herrmann [Thu, 29 Jun 2000 09:13:17 +0000 (09:13 +0000)]
* Removed scm_first_type.

23 years ago* Removed unused identifier MIN_GC_YIELD.
Dirk Herrmann [Thu, 29 Jun 2000 08:27:40 +0000 (08:27 +0000)]
* Removed unused identifier MIN_GC_YIELD.

23 years ago* gc.c (scm_gc_for_newcell): don't try to do GC if it's blocked,
Michael Livshin [Wed, 28 Jun 2000 13:17:11 +0000 (13:17 +0000)]
* gc.c (scm_gc_for_newcell): don't try to do GC if it's blocked,
allocate instead.

23 years ago* Cleaned up initialization of asyncs.
Dirk Herrmann [Wed, 28 Jun 2000 10:26:52 +0000 (10:26 +0000)]
* Cleaned up initialization of asyncs.
* Moved handling of scm_gc_async to gc.c.
* Extracted handling of scheme level after-gc-hook from gc core.

23 years ago* Removed commented code from gc.c.
Dirk Herrmann [Wed, 28 Jun 2000 07:49:25 +0000 (07:49 +0000)]
* Removed commented code from gc.c.
* Removed unused identifier scm_type_obj_list.

23 years ago* Switch to standard way of smob initialization.
Dirk Herrmann [Tue, 27 Jun 2000 16:00:01 +0000 (16:00 +0000)]
* Switch to standard way of smob initialization.

23 years ago* gc-thunk is deprecated. Use after-gc-hook instead.
Dirk Herrmann [Tue, 27 Jun 2000 13:52:49 +0000 (13:52 +0000)]
* gc-thunk is deprecated.  Use after-gc-hook instead.

23 years ago* Made a couple of functions (not all yet) tail recursive.
Dirk Herrmann [Wed, 21 Jun 2000 18:19:20 +0000 (18:19 +0000)]
* Made a couple of functions (not all yet) tail recursive.
  Thanks to William Webber for the hint.

23 years ago* guile-doc-snarf.in: use cut instead of sed, that's much much
Michael Livshin [Wed, 21 Jun 2000 15:14:00 +0000 (15:14 +0000)]
* guile-doc-snarf.in: use cut instead of sed, that's much much
faster.  also, don't call basename more than needed.  and, to gain
a couple of microseconds more, don't call cat needlessly.  (thanks
to Brad Knotwell).

23 years ago* Added reminder about removing system_transformer and
Dirk Herrmann [Wed, 21 Jun 2000 15:11:30 +0000 (15:11 +0000)]
* Added reminder about removing system_transformer and
  top_level_lookup_closure_var from root.h with the next version of
  libguile that is not binary compatible with 1.4.

23 years ago* Added some tests that are currently known to fail due to bugs in
Dirk Herrmann [Wed, 21 Jun 2000 15:00:44 +0000 (15:00 +0000)]
* Added some tests that are currently known to fail due to bugs in
  the evaluator's handling of macros.

23 years ago* Renamed SCM__X tokens to better readable ones that also follow the
Dirk Herrmann [Wed, 21 Jun 2000 08:43:12 +0000 (08:43 +0000)]
* Renamed SCM__X tokens to better readable ones that also follow the
  SCM_SNARF_ prefix convention.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 21 Jun 2000 02:47:01 +0000 (02:47 +0000)]
*** empty log message ***

23 years ago* boot-9.scm: Turned `the-module', `*top-level-lookup-closure*',
Mikael Djurfeldt [Wed, 21 Jun 2000 02:46:44 +0000 (02:46 +0000)]
* boot-9.scm: Turned `the-module', `*top-level-lookup-closure*',
and `scm:eval-transformer' into fluids.

23 years ago(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces
Mikael Djurfeldt [Wed, 21 Jun 2000 02:46:01 +0000 (02:46 +0000)]
(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces
SCM_CDR (scm_top_level_lookup_closure_var) everywhere.

23 years ago* root.c (mark_root): Removed marking of
Mikael Djurfeldt [Wed, 21 Jun 2000 02:45:26 +0000 (02:45 +0000)]
* root.c (mark_root): Removed marking of
s->top_level_lookup_closure_var and s->system_transformer.

23 years ago* root.h (scm_top_level_lookup_closure_var): Removed. (It's no
Mikael Djurfeldt [Wed, 21 Jun 2000 02:42:41 +0000 (02:42 +0000)]
* root.h (scm_top_level_lookup_closure_var): Removed.  (It's no
sense in having the *variable* be a "fluid".)

23 years ago* modules.c (scm_selected_module): the_module is now a fluid.
Mikael Djurfeldt [Wed, 21 Jun 2000 02:42:31 +0000 (02:42 +0000)]
* modules.c (scm_selected_module): the_module is now a fluid.

23 years ago* eval.c, eval.h (scm_top_level_lookup_closure_var): Added.
Mikael Djurfeldt [Wed, 21 Jun 2000 02:42:14 +0000 (02:42 +0000)]
* eval.c, eval.h (scm_top_level_lookup_closure_var): Added.
#include "libguile/fluids.h".

* eval.h (SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces
SCM_CDR (scm_top_level_lookup_closure_var) everywhere.

23 years ago* eval.c, eval.h (scm_top_level_lookup_closure_var): Added.
Mikael Djurfeldt [Wed, 21 Jun 2000 02:42:03 +0000 (02:42 +0000)]
* eval.c, eval.h (scm_top_level_lookup_closure_var): Added.
#include "libguile/fluids.h".

23 years agoFix
Mikael Djurfeldt [Wed, 21 Jun 2000 01:24:56 +0000 (01:24 +0000)]
Fix

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 21 Jun 2000 01:17:51 +0000 (01:17 +0000)]
*** empty log message ***

23 years ago* null.scm, r5rs.scm, safe-r5rs.scm, safe.scm: New modules.
Mikael Djurfeldt [Wed, 21 Jun 2000 01:17:28 +0000 (01:17 +0000)]
* null.scm, r5rs.scm, safe-r5rs.scm, safe.scm: New modules.

23 years ago* boot-9.scm (purify-module!, module-export!): New procedures.
Mikael Djurfeldt [Wed, 21 Jun 2000 01:16:45 +0000 (01:16 +0000)]
* boot-9.scm (purify-module!, module-export!): New procedures.
(export): Rewritten using `module-export!'.
(process-define-module): New define-module options: pure, export.
See NEWS.

23 years agoNew modules null.scm, r5rs.scm, safe-r5rs.scm, safe.scm
Mikael Djurfeldt [Wed, 21 Jun 2000 01:16:26 +0000 (01:16 +0000)]
New modules null.scm, r5rs.scm, safe-r5rs.scm, safe.scm

23 years agoRemove instructions for updating the Majordomo info for the mailing
Jim Blandy [Tue, 20 Jun 2000 22:58:10 +0000 (22:58 +0000)]
Remove instructions for updating the Majordomo info for the mailing
list.  We don't use majordomo any more, and the new list has no info
to be updated.

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 22:26:41 +0000 (22:26 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 22:18:09 +0000 (22:18 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 18:08:59 +0000 (18:08 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 17:33:57 +0000 (17:33 +0000)]
*** empty log message ***

23 years agoBetter implementation of first? predicate.
Mikael Djurfeldt [Tue, 20 Jun 2000 17:15:21 +0000 (17:15 +0000)]
Better implementation of first? predicate.

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 17:10:45 +0000 (17:10 +0000)]
*** empty log message ***

23 years ago* session.scm (make-fold-modules): Detect circular references in
Mikael Djurfeldt [Tue, 20 Jun 2000 17:10:34 +0000 (17:10 +0000)]
* session.scm (make-fold-modules): Detect circular references in
module graph.  (Thanks to Matthias K\81öppe.)

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 14:58:06 +0000 (14:58 +0000)]
*** empty log message ***

23 years ago* gc.h, tags.h: Be kind to compilers which must see hash signs in
Mikael Djurfeldt [Tue, 20 Jun 2000 14:57:55 +0000 (14:57 +0000)]
* gc.h, tags.h: Be kind to compilers which must see hash signs in
column 0.  (Thanks to Ian Grant.)

23 years ago* numbers.h: Put #ifdef HAVE_LONG_LONGS around declarations using
Mikael Djurfeldt [Tue, 20 Jun 2000 14:57:45 +0000 (14:57 +0000)]
* numbers.h: Put #ifdef HAVE_LONG_LONGS around declarations using
the long_long type.  (Thanks to Bernard Urban.)

23 years agoInserted some comments
Mikael Djurfeldt [Tue, 20 Jun 2000 14:55:52 +0000 (14:55 +0000)]
Inserted some comments

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 12:33:11 +0000 (12:33 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 03:24:10 +0000 (03:24 +0000)]
*** empty log message ***

23 years ago* image-type.c: Removed unused scm_smobfuns structure.
Mikael Djurfeldt [Tue, 20 Jun 2000 03:23:39 +0000 (03:23 +0000)]
* image-type.c: Removed unused scm_smobfuns structure.
(init_image_type): Use standard smob type interface.

23 years agoCode layout fix
Mikael Djurfeldt [Tue, 20 Jun 2000 03:23:24 +0000 (03:23 +0000)]
Code layout fix

23 years ago* data-rep.texi: Center discussion around the standard interface
Mikael Djurfeldt [Tue, 20 Jun 2000 03:22:56 +0000 (03:22 +0000)]
* data-rep.texi: Center discussion around the standard interface
for smob type creation (scm_make_smob_type) and warn about the
ongoing discussion which may result in deprecating
scm_make_smob_type_mfpe in next release of Guile.

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 20 Jun 2000 02:38:36 +0000 (02:38 +0000)]
*** empty log message ***

23 years agoLayout fix
Mikael Djurfeldt [Tue, 20 Jun 2000 02:38:19 +0000 (02:38 +0000)]
Layout fix

23 years ago* smob.h: Changed comments for scm_make_smob_type and
Mikael Djurfeldt [Tue, 20 Jun 2000 02:37:53 +0000 (02:37 +0000)]
* smob.h: Changed comments for scm_make_smob_type and
scm_make_smob_type_mfpe, warning that the latter might be
deprecated in a future release.

23 years ago* list.c (scm_cons_star): Updated comment.
Mikael Djurfeldt [Tue, 20 Jun 2000 02:37:41 +0000 (02:37 +0000)]
* list.c (scm_cons_star): Updated comment.

23 years ago* gc.c, gc.h (scm_default_init_heap_size_1,
Mikael Djurfeldt [Tue, 20 Jun 2000 02:37:23 +0000 (02:37 +0000)]
* gc.c, gc.h (scm_default_init_heap_size_1,
scm_default_min_yield_1, scm_default_init_heap_size_2,
scm_default_min_yield_2, scm_default_max_segment_size): New global
variables.  Can be customized by the application before booting
Guile.  (We might want to be able to control these parameters
dynamically through the "options interface" in the future, but
note that that is additional functionality.  Here we're giving
default values which the environment variables can override.)

23 years ago* session.scm: Use module (ice-9 regex).
Mikael Djurfeldt [Tue, 20 Jun 2000 02:36:51 +0000 (02:36 +0000)]
* session.scm: Use module (ice-9 regex).
(help): Regexp-quote a name given as a symbol.

23 years ago* GUILE-VERSION: Changed to work also when included by a Makefile
Mikael Djurfeldt [Tue, 20 Jun 2000 02:35:18 +0000 (02:35 +0000)]
* GUILE-VERSION: Changed to work also when included by a Makefile
(e.g. debian/rules).  (Thanks to Karl M. Hegbloom.)
(LIBGUILE_MAJOR_VERSION): Bumped to 9.
(GUILE_MINOR_VERSION): Bumped to 4.

23 years ago*** empty log message ***
Mikael Djurfeldt [Mon, 19 Jun 2000 22:30:31 +0000 (22:30 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Mikael Djurfeldt [Mon, 19 Jun 2000 10:05:54 +0000 (10:05 +0000)]
*** empty log message ***

23 years ago* tests/list.test: Use cons* instead of list*.
Mikael Djurfeldt [Mon, 19 Jun 2000 10:05:43 +0000 (10:05 +0000)]
* tests/list.test:  Use cons* instead of list*.

23 years ago* tags.h (SCM_UNPACK_CAR, SCM_NDOUBLE_CELLP): Removed.
Mikael Djurfeldt [Mon, 19 Jun 2000 10:05:08 +0000 (10:05 +0000)]
* tags.h (SCM_UNPACK_CAR, SCM_NDOUBLE_CELLP):  Removed.

23 years ago* numbers.h (SCM_NEWREAL, SCM_NEWCOMPLEX): Removed.
Mikael Djurfeldt [Mon, 19 Jun 2000 10:04:52 +0000 (10:04 +0000)]
* numbers.h (SCM_NEWREAL, SCM_NEWCOMPLEX):  Removed.

23 years ago* list.[ch] (scm_cons_star/cons*): Renamed from
Mikael Djurfeldt [Mon, 19 Jun 2000 10:04:31 +0000 (10:04 +0000)]
* list.[ch] (scm_cons_star/cons*):  Renamed from
scm_list_star/list*.

* list.[ch] (scm_list_star/list*):  Provided as a deprecated alias
for scm_cons_star/cons*.

23 years ago* gc.c (scm_protect_object): Updated comment.
Mikael Djurfeldt [Mon, 19 Jun 2000 10:03:57 +0000 (10:03 +0000)]
* gc.c (scm_protect_object):  Updated comment.

23 years ago*** empty log message ***
Mikael Djurfeldt [Mon, 19 Jun 2000 01:11:38 +0000 (01:11 +0000)]
*** empty log message ***

23 years ago* configure.in: Check for siginterrupt and rl_pre_input_hook.
Mikael Djurfeldt [Mon, 19 Jun 2000 01:11:28 +0000 (01:11 +0000)]
* configure.in: Check for siginterrupt and rl_pre_input_hook.

23 years agoFix
Mikael Djurfeldt [Mon, 19 Jun 2000 00:48:35 +0000 (00:48 +0000)]
Fix

23 years ago*** empty log message ***
Mikael Djurfeldt [Mon, 19 Jun 2000 00:42:48 +0000 (00:42 +0000)]
*** empty log message ***

23 years ago* readline.c (sigwinch_enable_restart, scm_init_readline):
Mikael Djurfeldt [Mon, 19 Jun 2000 00:42:39 +0000 (00:42 +0000)]
* readline.c (sigwinch_enable_restart, scm_init_readline):
Re-enable restart for SIGWINCH signal.

23 years ago* configure.in: Added test if readline clears SA_RESTART flag for
Mikael Djurfeldt [Mon, 19 Jun 2000 00:42:30 +0000 (00:42 +0000)]
* configure.in: Added test if readline clears SA_RESTART flag for
SIGWINCH.  (Thanks to Dale P. Smith.)

23 years ago* print.c (scm_current_pstate, scm_make_print_state): Simplified
Mikael Djurfeldt [Mon, 19 Jun 2000 00:42:03 +0000 (00:42 +0000)]
* print.c (scm_current_pstate, scm_make_print_state): Simplified
tests, using the assumption that Guile has been initialized.

23 years ago* gdbint.c (gdb_print): Print warning instead of calling scm_write
Mikael Djurfeldt [Mon, 19 Jun 2000 00:41:54 +0000 (00:41 +0000)]
* gdbint.c (gdb_print): Print warning instead of calling scm_write
if Guile isn't yet initialized.

23 years ago* init.c, init.h (scm_initialized_p): Renamed from `initialized'
Mikael Djurfeldt [Mon, 19 Jun 2000 00:41:33 +0000 (00:41 +0000)]
* init.c, init.h (scm_initialized_p): Renamed from `initialized'
and made global.

23 years ago*** empty log message ***
Greg J. Badros [Sun, 18 Jun 2000 22:30:25 +0000 (22:30 +0000)]
*** empty log message ***

23 years ago* print.c (s_scm_current_pstate): Do not segfault when the
Greg J. Badros [Sun, 18 Jun 2000 21:47:23 +0000 (21:47 +0000)]
* print.c (s_scm_current_pstate): Do not segfault when the
print_state_pool is unitialized in `current-pstate', and better
verify its state before altering it in scm_make_print_state().

23 years agoInserted old Apr. 18th changelog message that was floating in my work
Greg J. Badros [Sun, 18 Jun 2000 20:13:42 +0000 (20:13 +0000)]
Inserted old Apr. 18th changelog message that was floating in my work
directory.  My apologies for the delay of this commit.

23 years ago*** empty log message ***
Michael Livshin [Sun, 18 Jun 2000 12:06:43 +0000 (12:06 +0000)]
*** empty log message ***

23 years ago* scmsigs.c (s_scm_sigaction): guard the SIGIOT case with an
Michael Livshin [Sun, 18 Jun 2000 12:06:01 +0000 (12:06 +0000)]
* scmsigs.c (s_scm_sigaction): guard the SIGIOT case with an
#ifdef -- it's missing on at least one platform.  (thanks to
Jan Nieuwenhuizen).

23 years ago* Removed duplicate implementation of list*.
Dirk Herrmann [Fri, 16 Jun 2000 12:38:41 +0000 (12:38 +0000)]
* Removed duplicate implementation of list*.

23 years ago* The reference count in scm_unprotect_object is always positive.
Dirk Herrmann [Thu, 15 Jun 2000 08:35:42 +0000 (08:35 +0000)]
* The reference count in scm_unprotect_object is always positive.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 14 Jun 2000 22:02:28 +0000 (22:02 +0000)]
*** empty log message ***

23 years ago* eval.c: Updated comment above scm_map.
Mikael Djurfeldt [Wed, 14 Jun 2000 22:02:13 +0000 (22:02 +0000)]
* eval.c: Updated comment above scm_map.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 14 Jun 2000 15:03:09 +0000 (15:03 +0000)]
*** empty log message ***

23 years ago* readline.c (scm_readline): Added parenthesis around && within
Mikael Djurfeldt [Wed, 14 Jun 2000 15:03:01 +0000 (15:03 +0000)]
* readline.c (scm_readline): Added parenthesis around && within
||.
Fixed up prototype for `reentry_barrier'.
Conditionally #include <unistd.h>.  (Needed for `dup'.)

23 years ago* gc.c (scm_protect_object): Avoid looking up the object handle
Mikael Djurfeldt [Wed, 14 Jun 2000 15:00:52 +0000 (15:00 +0000)]
* gc.c (scm_protect_object): Avoid looking up the object handle
twice.
(scm_unprotect_object): Abort if scm_unprotect_object is called on
an unprotected object.

23 years ago* gc.c (scm_unprotect_object): fix a nasty typo bug (thanks to
Michael Livshin [Wed, 14 Jun 2000 14:21:49 +0000 (14:21 +0000)]
* gc.c (scm_unprotect_object): fix a nasty typo bug (thanks to
Dirk Herrmann).

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 14 Jun 2000 01:33:20 +0000 (01:33 +0000)]
*** empty log message ***

23 years ago* socket.c (scm_getsockopt): Changed type for `optlen' from int to
Mikael Djurfeldt [Wed, 14 Jun 2000 01:33:10 +0000 (01:33 +0000)]
* socket.c (scm_getsockopt): Changed type for `optlen' from int to
size_t.
(scm_accept, scm_getsockname, scm_getpeername, scm_recvfrom):
Ditto for `tmp_size'.
(scm_addr_buffer_size): Changed type from int to size_t.

23 years ago* random.c: #include <string.h>. (Needed by memcpy.)
Mikael Djurfeldt [Wed, 14 Jun 2000 01:33:02 +0000 (01:33 +0000)]
* random.c: #include <string.h>.  (Needed by memcpy.)

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 14 Jun 2000 00:59:55 +0000 (00:59 +0000)]
*** empty log message ***

23 years ago* guile-snarf.awk.in: Replace the dot_doc_file arg with "-",
Mikael Djurfeldt [Wed, 14 Jun 2000 00:59:42 +0000 (00:59 +0000)]
* guile-snarf.awk.in: Replace the dot_doc_file arg with "-",
indicating stdin, instead of "" and don't reset ARGC.  This is a
workaround for `nawk' in AIX 4.3 on RS6000 but, as far as I know,
it is correct, and perhaps even better.

23 years ago*** empty log message ***
Gary Houston [Wed, 14 Jun 2000 00:10:16 +0000 (00:10 +0000)]
*** empty log message ***

23 years ago * scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is not
Gary Houston [Wed, 14 Jun 2000 00:09:31 +0000 (00:09 +0000)]
* scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is not
defined, add SA_RESTART to the sigaction flags correctly
(thanks to Dale P. Smith).

23 years agoAdded section about how to install SLIB.
Mikael Djurfeldt [Tue, 13 Jun 2000 19:35:57 +0000 (19:35 +0000)]
Added section about how to install SLIB.

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 13 Jun 2000 19:08:37 +0000 (19:08 +0000)]
*** empty log message ***

23 years ago* strings.c: #include <string.h>. (Thanks to Bill Schottstaedt.)
Mikael Djurfeldt [Tue, 13 Jun 2000 19:08:25 +0000 (19:08 +0000)]
* strings.c: #include <string.h>. (Thanks to Bill Schottstaedt.)

23 years ago* net_db.c (scm_resolv_error): Only use macro NETDB_INTERNAL if
Mikael Djurfeldt [Tue, 13 Jun 2000 19:08:14 +0000 (19:08 +0000)]
* net_db.c (scm_resolv_error): Only use macro NETDB_INTERNAL if
defined. It isn't on sgi irix 5.3.  (Thanks to Bill Schottstaedt.)

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 13 Jun 2000 11:45:52 +0000 (11:45 +0000)]
*** empty log message ***

23 years ago* Makefile.am (.c.doc): Pipe output (the .x contents) to /dev/null.
Mikael Djurfeldt [Tue, 13 Jun 2000 11:45:40 +0000 (11:45 +0000)]
* Makefile.am (.c.doc): Pipe output (the .x contents) to /dev/null.

23 years agoCode layout fix
Mikael Djurfeldt [Tue, 13 Jun 2000 11:14:35 +0000 (11:14 +0000)]
Code layout fix

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 13 Jun 2000 00:49:57 +0000 (00:49 +0000)]
*** empty log message ***