bpt/guile.git
21 years ago*** empty log message ***
Rob Browning [Fri, 4 Apr 2003 21:58:55 +0000 (21:58 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Rob Browning [Fri, 4 Apr 2003 21:51:48 +0000 (21:51 +0000)]
*** empty log message ***

21 years ago* socket.c (FLIPCPY_NET_HOST_128): new macro.
Rob Browning [Fri, 4 Apr 2003 21:51:35 +0000 (21:51 +0000)]
* socket.c (FLIPCPY_NET_HOST_128): new macro.
(ipv6_net_to_num, ipv6_num_to_net, bignum_in_ipv6_range_p):
rewrite to handle GMP bignums.

21 years ago* random.c (scm_c_random_bignum): rewrite to handle GMP bignums.
Rob Browning [Fri, 4 Apr 2003 21:50:22 +0000 (21:50 +0000)]
* random.c (scm_c_random_bignum): rewrite to handle GMP bignums.

21 years ago* ports.c (scm_getc): minor tweak.
Rob Browning [Fri, 4 Apr 2003 21:50:15 +0000 (21:50 +0000)]
* ports.c (scm_getc): minor tweak.

21 years ago* numbers.h: remove SCM_BIGDIG conditionals, reorganize, and
Rob Browning [Fri, 4 Apr 2003 21:49:55 +0000 (21:49 +0000)]
* numbers.h: remove SCM_BIGDIG conditionals, reorganize, and
rewrite to handle GMP bignums.

21 years ago* numbers.c: rewrite *many* functions to handle GMP bignums.
Rob Browning [Fri, 4 Apr 2003 21:49:44 +0000 (21:49 +0000)]
* numbers.c: rewrite *many* functions to handle GMP bignums.

21 years ago* num2integral.i.c (NUM2INTEGRAL, INTEGRAL2NUM, INTEGRAL2BIG):
Rob Browning [Fri, 4 Apr 2003 21:49:32 +0000 (21:49 +0000)]
* num2integral.i.c (NUM2INTEGRAL, INTEGRAL2NUM, INTEGRAL2BIG):
handle GMP bignums.

21 years ago* num2float.i.c (NUM2FLOAT): handle GMP bignums.
Rob Browning [Fri, 4 Apr 2003 21:49:03 +0000 (21:49 +0000)]
* num2float.i.c (NUM2FLOAT): handle GMP bignums.

21 years ago* init.c (check_config): remove SCM_BIGDIG conditionals.
Rob Browning [Fri, 4 Apr 2003 21:48:45 +0000 (21:48 +0000)]
* init.c (check_config): remove SCM_BIGDIG conditionals.
(scm_init_guile_1): test to make sure mpz_t fits in a double_cell.

21 years ago* gc-card.c ("sweep_card"): handle new mpz_t bignums.
Rob Browning [Fri, 4 Apr 2003 21:48:24 +0000 (21:48 +0000)]
* gc-card.c ("sweep_card"): handle new mpz_t bignums.

21 years ago* eval.c: remove SCM_BIGDIG conditionals.
Rob Browning [Fri, 4 Apr 2003 21:48:08 +0000 (21:48 +0000)]
* eval.c: remove SCM_BIGDIG conditionals.

21 years ago* eq.c (s_scm_eqv_p): scm_i_bigcomp -> scm_i_bigcmp.
Rob Browning [Fri, 4 Apr 2003 21:47:46 +0000 (21:47 +0000)]
* eq.c (s_scm_eqv_p): scm_i_bigcomp -> scm_i_bigcmp.

21 years ago* configure.in: add GMP test (require GMP).
Rob Browning [Fri, 4 Apr 2003 21:46:45 +0000 (21:46 +0000)]
* configure.in: add GMP test (require GMP).

21 years ago*** empty log message ***
Rob Browning [Fri, 4 Apr 2003 19:16:04 +0000 (19:16 +0000)]
*** empty log message ***

21 years ago* threads.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:18 +0000 (20:10 +0000)]
* threads.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* threads.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:13 +0000 (20:10 +0000)]
* threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

* null-threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

* coop-threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

* coop-pthreads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* tags.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:07 +0000 (20:10 +0000)]
* tags.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* stacks.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:10:02 +0000 (20:10 +0000)]
* stacks.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* stackchk.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:56 +0000 (20:09 +0000)]
* stackchk.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* stackchk.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:51 +0000 (20:09 +0000)]
* stackchk.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* sort.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:46 +0000 (20:09 +0000)]
* sort.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* read.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:40 +0000 (20:09 +0000)]
* read.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* random.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:35 +0000 (20:09 +0000)]
* random.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* print.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:29 +0000 (20:09 +0000)]
* print.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* objects.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:23 +0000 (20:09 +0000)]
* objects.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* numbers.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:18 +0000 (20:09 +0000)]
* numbers.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* null-threads.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:13 +0000 (20:09 +0000)]
* null-threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* lang.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:08 +0000 (20:09 +0000)]
* lang.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* lang.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:09:03 +0000 (20:09 +0000)]
* lang.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* iselect.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:35 +0000 (20:08 +0000)]
* iselect.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* init.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:29 +0000 (20:08 +0000)]
* init.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* gh_data.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:25 +0000 (20:08 +0000)]
* gh_data.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* gh.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:20 +0000 (20:08 +0000)]
* gh.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* gc_os_dep.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:15 +0000 (20:08 +0000)]
* gc_os_dep.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.
(STACK_GROWS_DOWN): define to 0 or 1 rather than 1 or undef.

21 years ago* gc.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:10 +0000 (20:08 +0000)]
* gc.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* gc-mark.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:06 +0000 (20:08 +0000)]
* gc-mark.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* gc-card.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:08:01 +0000 (20:08 +0000)]
* gc-card.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* feature.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:07:23 +0000 (20:07 +0000)]
* feature.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* gen-scmconfig.c: change most new public symbols to be defined to
Rob Browning [Thu, 27 Mar 2003 20:07:17 +0000 (20:07 +0000)]
* gen-scmconfig.c: change most new public symbols to be defined to
0 or 1 rather than being either 1 or undefined.

21 years ago* evalext.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:07:10 +0000 (20:07 +0000)]
* evalext.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* eval.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:07:05 +0000 (20:07 +0000)]
* eval.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* eval.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:06:59 +0000 (20:06 +0000)]
* eval.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* eq.c:: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:06:23 +0000 (20:06 +0000)]
* eq.c:: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* coop.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:06:17 +0000 (20:06 +0000)]
* coop.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* coop-threads.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:06:12 +0000 (20:06 +0000)]
* coop-threads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* coop-pthreads.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:06:07 +0000 (20:06 +0000)]
* coop-pthreads.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* coop-defs.h: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:06:01 +0000 (20:06 +0000)]
* coop-defs.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* convert.i.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:05:55 +0000 (20:05 +0000)]
* convert.i.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* continuations.c: fix various preprocessor usages of new public
Rob Browning [Thu, 27 Mar 2003 20:05:50 +0000 (20:05 +0000)]
* continuations.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.

21 years ago* _scm.h: fix various preprocessor usages of new public symbols to
Rob Browning [Thu, 27 Mar 2003 19:55:45 +0000 (19:55 +0000)]
* _scm.h: fix various preprocessor usages of new public symbols to
expect 0 or 1 values rather than 1 or undefined.  i.e. change
#ifdef to #if, etc.

21 years ago*** empty log message ***
Rob Browning [Thu, 27 Mar 2003 19:54:38 +0000 (19:54 +0000)]
*** empty log message ***

21 years ago* scheme-io.texi (Reading): clarify character ordering in port for
Rob Browning [Thu, 27 Mar 2003 19:54:31 +0000 (19:54 +0000)]
* scheme-io.texi (Reading): clarify character ordering in port for
unread-string.

21 years agoUpdated list of removed definitions once more.
Marius Vollmer [Wed, 26 Mar 2003 18:00:32 +0000 (18:00 +0000)]
Updated list of removed definitions once more.

21 years agoMore deprecated stuff.
Marius Vollmer [Wed, 26 Mar 2003 17:59:55 +0000 (17:59 +0000)]
More deprecated stuff.

21 years ago*** empty log message ***
Marius Vollmer [Wed, 26 Mar 2003 17:59:29 +0000 (17:59 +0000)]
*** empty log message ***

21 years agoLoad "ice-9/deprecated.scm" when appropriate.
Marius Vollmer [Wed, 26 Mar 2003 17:59:22 +0000 (17:59 +0000)]
Load "ice-9/deprecated.scm" when appropriate.
(try-load-module): Also try the old deprecated method, maybe.

21 years ago* deprecated.scm: New file, to collect deprecated things.
Marius Vollmer [Wed, 26 Mar 2003 17:59:13 +0000 (17:59 +0000)]
* deprecated.scm: New file, to collect deprecated things.
* Makefile.am (ice9_sources): Added.

21 years agoFixed typo and updated list of removed definitions.
Marius Vollmer [Wed, 26 Mar 2003 17:08:11 +0000 (17:08 +0000)]
Fixed typo and updated list of removed definitions.

21 years ago*** empty log message ***
Marius Vollmer [Wed, 26 Mar 2003 17:06:11 +0000 (17:06 +0000)]
*** empty log message ***

21 years agoInclude "libguile/deprecated.h".
Marius Vollmer [Wed, 26 Mar 2003 17:06:03 +0000 (17:06 +0000)]
Include "libguile/deprecated.h".

21 years agoAdded some comments.
Marius Vollmer [Wed, 26 Mar 2003 17:05:26 +0000 (17:05 +0000)]
Added some comments.

21 years ago(scm_init_guile_1): Call scm_i_init_deprecated.
Marius Vollmer [Wed, 26 Mar 2003 17:04:55 +0000 (17:04 +0000)]
(scm_init_guile_1): Call scm_i_init_deprecated.

21 years ago(DOT_X_FILES): Removed "iselect.x".
Marius Vollmer [Wed, 26 Mar 2003 17:04:19 +0000 (17:04 +0000)]
(DOT_X_FILES): Removed "iselect.x".
(DOT_DOC_FILES): Removed "iselect.doc".

21 years ago* deprecated.c, deprecated.h: New files, to collect deprecated
Marius Vollmer [Wed, 26 Mar 2003 17:02:31 +0000 (17:02 +0000)]
* deprecated.c, deprecated.h: New files, to collect deprecated
things in one place.
* Makefile.am: Added them in all the right places.

21 years agoRemoved, source file is unused since 2002-12-02.
Marius Vollmer [Wed, 26 Mar 2003 16:52:56 +0000 (16:52 +0000)]
Removed, source file is unused since 2002-12-02.

21 years ago*** empty log message ***
Marius Vollmer [Wed, 26 Mar 2003 14:26:26 +0000 (14:26 +0000)]
*** empty log message ***

21 years ago(EXTRA_DIST): Added "scmconfig.h.top".
Marius Vollmer [Wed, 26 Mar 2003 14:26:13 +0000 (14:26 +0000)]
(EXTRA_DIST): Added "scmconfig.h.top".
(scmconfig.h): Get "scmconfig.h.top" from $(srcdir) so that VPATH
builds work.

21 years ago* srfi-4.c: replace typedefs for basic types with typedefs using
Rob Browning [Wed, 26 Mar 2003 00:02:26 +0000 (00:02 +0000)]
* srfi-4.c: replace typedefs for basic types with typedefs using
new standard int types (i.e. scm_t_uint8, etc.) -- should probably
remove typedefs altogether later.

21 years ago*** empty log message ***
Rob Browning [Wed, 26 Mar 2003 00:02:20 +0000 (00:02 +0000)]
*** empty log message ***

21 years ago* win32-socket.h: #include "libguile/__scm.h". Replace usage of
Rob Browning [Wed, 26 Mar 2003 00:02:03 +0000 (00:02 +0000)]
* win32-socket.h: #include "libguile/__scm.h".  Replace usage of
HAVE_WINSOCK2_H with SCM_HAVE_WINSOCK2_H.

21 years ago* win32-socket.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Wed, 26 Mar 2003 00:01:58 +0000 (00:01 +0000)]
* win32-socket.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* vports.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Wed, 26 Mar 2003 00:01:53 +0000 (00:01 +0000)]
* vports.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* unif.c: #include <config.h> if HAVE_CONFIG_H. Replace usage of
Rob Browning [Wed, 26 Mar 2003 00:01:47 +0000 (00:01 +0000)]
* unif.c: #include <config.h> if HAVE_CONFIG_H.  Replace usage of
HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".

21 years ago* threads.h: replace usage of struct timespect with
Rob Browning [Wed, 26 Mar 2003 00:01:40 +0000 (00:01 +0000)]
* threads.h: replace usage of struct timespect with
scm_t_timespec.  Replace usage of USE_PTHREAD_THREADS with
SCM_USE_PTHREAD_THREADS.  Remove typedef for struct timespec in
favor of scm_t_timespec from scmconfig.h.

21 years ago* threads.c: move libguile/_scm.h include to the top so we pick up
Rob Browning [Wed, 26 Mar 2003 00:01:32 +0000 (00:01 +0000)]
* threads.c: move libguile/_scm.h include to the top so we pick up
any critical defines like _GNU_SOURCE early.  Replace usage of
struct timespect with scm_t_timespec.  Replace usage of
STACK_GROWS_UP with SCM_STACK_GROWS_UP.  Replace usage of
USE_PTHREAD_THREADS with SCM_USE_PTHREAD_THREADS.

21 years ago* threads-plugin.h: replace usage of struct timespect with
Rob Browning [Wed, 26 Mar 2003 00:01:10 +0000 (00:01 +0000)]
* threads-plugin.h: replace usage of struct timespect with
scm_t_timespec.

21 years ago* threads-plugin.c: #include <config.h> if HAVE_CONFIG_H. Replace
Rob Browning [Wed, 26 Mar 2003 00:01:03 +0000 (00:01 +0000)]
* threads-plugin.c: #include <config.h> if HAVE_CONFIG_H.  Replace
usage of struct timespect with scm_t_timespec.

21 years ago* tags.h: move HAVE_STDINT_H handling to scmconfig.h. Move
Rob Browning [Wed, 26 Mar 2003 00:00:58 +0000 (00:00 +0000)]
* tags.h: move HAVE_STDINT_H handling to scmconfig.h.  Move
HAVE_INTTYPES_H handling to scmconfig.h.  #include
"libguile/__scm.h".  Rework handling for scm_t_bits,
scm_t_signed_bits, SCM_T_BITS_MAX, SCM_T_SIGNED_BITS_MAX,
SCM_T_SIGNED_BITS_MIN, and SIZEOF_SCM_T_BITS to use scm_t_intptr,
scm_t_uintptr, SCM_SIZEOF_INTPTR_T, and SCM_SIZEOF_UINTPTR_T, and
SCM_SIZEOF_UNSIGNED_LONG.  Rename usage of HAVE_ARRAYS to
SCM_HAVE_ARRAYS.

21 years ago* symbols.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Wed, 26 Mar 2003 00:00:52 +0000 (00:00 +0000)]
* symbols.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* struct.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Wed, 26 Mar 2003 00:00:46 +0000 (00:00 +0000)]
* struct.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* strports.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Wed, 26 Mar 2003 00:00:35 +0000 (00:00 +0000)]
* strports.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* strop.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Wed, 26 Mar 2003 00:00:30 +0000 (00:00 +0000)]
* strop.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* stime.h: move handling of time related headers to scmconfig.h.
Rob Browning [Wed, 26 Mar 2003 00:00:23 +0000 (00:00 +0000)]
* stime.h: move handling of time related headers to scmconfig.h.

21 years ago* stime.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Wed, 26 Mar 2003 00:00:18 +0000 (00:00 +0000)]
* stime.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* stacks.c: replace usage of STACK_GROWS_UP with
Rob Browning [Wed, 26 Mar 2003 00:00:12 +0000 (00:00 +0000)]
* stacks.c: replace usage of STACK_GROWS_UP with
SCM_STACK_GROWS_UP.

21 years ago* sort.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of
Rob Browning [Wed, 26 Mar 2003 00:00:06 +0000 (00:00 +0000)]
* sort.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago* win32-socket.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:59 +0000 (23:59 +0000)]
* win32-socket.c: #include <config.h> if HAVE_CONFIG_H.

* socket.c: #include <config.h> if HAVE_CONFIG_H.  Replace usage
of uint32 and HAVE_UINT_32 with scm_t_int32.

21 years ago* smob.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:53 +0000 (23:59 +0000)]
* smob.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* simpos.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:48 +0000 (23:59 +0000)]
* simpos.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* script.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:43 +0000 (23:59 +0000)]
* script.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* scmsigs.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:37 +0000 (23:59 +0000)]
* scmsigs.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* rw.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:31 +0000 (23:59 +0000)]
* rw.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* regex-posix.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:25 +0000 (23:59 +0000)]
* regex-posix.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* read.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Rob Browning [Tue, 25 Mar 2003 23:59:19 +0000 (23:59 +0000)]
* read.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago* rdelim.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:59:11 +0000 (23:59 +0000)]
* rdelim.c: #include <config.h> if HAVE_CONFIG_H.

21 years ago* random.c: #include <config.h> if HAVE_CONFIG_H. Replace usage
Rob Browning [Tue, 25 Mar 2003 23:59:05 +0000 (23:59 +0000)]
* random.c: #include <config.h> if HAVE_CONFIG_H.  Replace usage
of LONG32, LONG64, SIZEOF_LONG, and HAVE_LONG_LONGS with
scm_t_int32, scm_t_int64, and SCM_HAVE_T_INT64.  Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago* ramap.c: replace usage of HAVE_LONG_LONGS with
Rob Browning [Tue, 25 Mar 2003 23:58:58 +0000 (23:58 +0000)]
* ramap.c: replace usage of HAVE_LONG_LONGS with
"SCM_SIZEOF_LONG_LONG != 0".

21 years ago* putenv.c: #include <config.h> if HAVE_CONFIG_H. #include
Rob Browning [Tue, 25 Mar 2003 23:58:51 +0000 (23:58 +0000)]
* putenv.c: #include <config.h> if HAVE_CONFIG_H.  #include
"libguile/scmconfig.h".

21 years ago* pthread-threads.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:58:45 +0000 (23:58 +0000)]
* pthread-threads.c: #include <config.h> if HAVE_CONFIG_H.