bpt/guile.git
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.

21 years ago* print.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Rob Browning [Tue, 25 Mar 2003 23:58:39 +0000 (23:58 +0000)]
* print.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Replace usage of HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".

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

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

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

21 years ago* numbers.h: replace usage of HAVE_FLOATINGPOINT_H with
Rob Browning [Tue, 25 Mar 2003 23:57:58 +0000 (23:57 +0000)]
* numbers.h: replace usage of HAVE_FLOATINGPOINT_H with
SCM_HAVE_FLOATINGPOINT_H.  Replace usage of HAVE_IEEEFP_H with
SCM_HAVE_IEEEFP_H.  Replace usage of HAVE_NAN_H with
SCM_HAVE_NAN_H.  Replace usage of STDC_HEADERS with
SCM_HAVE_STDC_HEADERS.  Replace usage of ptrdiff_t with
scm_t_ptrdiff.  Replace usage of HAVE_LONG_LONGS with
"SCM_SIZEOF_LONG_LONG != 0".

21 years ago* numbers.c: #include <config.h> if HAVE_CONFIG_H. Replace usage
Rob Browning [Tue, 25 Mar 2003 23:57:51 +0000 (23:57 +0000)]
* numbers.c: #include <config.h> if HAVE_CONFIG_H.  Replace usage
of HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".  Replace
usage of ptrdiff_t with scm_t_ptrdiff.  Replace usage of
SIZEOF_PTRDIFF_T with SCM_SIZEOF_SCM_T_PTRDIFF.

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

21 years ago* null-threads.h: replace usage of struct timespect with
Rob Browning [Tue, 25 Mar 2003 23:57:38 +0000 (23:57 +0000)]
* null-threads.h: replace usage of struct timespect with
scm_t_timespec.

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

21 years ago* mkstemp.c: #include <config.h> if HAVE_CONFIG_H. #include
Rob Browning [Tue, 25 Mar 2003 23:57:26 +0000 (23:57 +0000)]
* mkstemp.c: #include <config.h> if HAVE_CONFIG_H.  #include
"libguile/__scm.h".  Remove definition of gcc_uint64_t in favor of
scm_t_uint64 and rename usages.

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

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

21 years ago* iselect.h: move handling of time related headers to scmconfig.h.
Rob Browning [Tue, 25 Mar 2003 23:57:11 +0000 (23:57 +0000)]
* iselect.h: move handling of time related headers to scmconfig.h.
Rename usage of HAVE_SYS_SELECT_H to SCM_HAVE_SYS_SELECT_H.
Rename usage of HAVE_WINSOCK2_H to SCM_HAVE_WINSOCK2_H.  Rename
usage of USE_COOP_THREADS to SCM_USE_COOP_THREADS.

21 years ago* iselect.c: #include <config.h> if HAVE_CONFIG_H. Rename usage
Rob Browning [Tue, 25 Mar 2003 23:57:06 +0000 (23:57 +0000)]
* iselect.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage
of USE_COOP_THREADS to SCM_USE_COOP_THREADS.  Rename usage of
USE_NULL_THREADS to SCM_USE_NULL_THREADS.

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

21 years ago* inline.h: #include "libguile/__scm.h" at the top. Change code
Rob Browning [Tue, 25 Mar 2003 23:56:55 +0000 (23:56 +0000)]
* inline.h: #include "libguile/__scm.h" at the top.  Change code
to use SCM_C_INLINE and SCM_INLINE_C_INCLUDINT_INLINE_H to decide
what to do instead of creating a new public #define.  Rename usage
of USE_COOP_THREADS to SCM_USE_COOP_THREADS.  Rename usage of
USE_NULL_THREADS to SCM_USE_NULL_THREADS.  Rename usage of
USE_COPT_THREADS to SCM_USE_COPT_THREADS.

* inline.c: rearrange handling -- now we just #define
SCM_INLINE_C_INCLUDING_INLINE_H to 1 and #include
"libguile/inline.h".  scmconfig.h will define SCM_C_INLINE as
appropriate, and we use that in inline.h along with the above
define to determine how to respond.

21 years ago* inline.c: rearrange handling -- now we just #define
Rob Browning [Tue, 25 Mar 2003 23:56:49 +0000 (23:56 +0000)]
* inline.c: rearrange handling -- now we just #define
SCM_INLINE_C_INCLUDING_INLINE_H to 1 and #include
"libguile/inline.h".  scmconfig.h will define SCM_C_INLINE as
appropriate, and we use that in inline.h along with the above
define to determine how to respond.

21 years ago* init.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of
Rob Browning [Tue, 25 Mar 2003 23:56:32 +0000 (23:56 +0000)]
* init.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.

* gdbinit.c: #include <config.h> if HAVE_CONFIG_H.

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

21 years ago* gh_data.c: #include <config.h> if HAVE_CONFIG_H. Rename usage
Rob Browning [Tue, 25 Mar 2003 23:56:21 +0000 (23:56 +0000)]
* gh_data.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage
of HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago* gh.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Rob Browning [Tue, 25 Mar 2003 23:56:16 +0000 (23:56 +0000)]
* gh.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago*** empty log message ***
Rob Browning [Tue, 25 Mar 2003 23:55:48 +0000 (23:55 +0000)]
*** empty log message ***

21 years ago* gc_os_dep.c: #include <config.h> if HAVE_CONFIG_H. Replace
Rob Browning [Tue, 25 Mar 2003 23:55:43 +0000 (23:55 +0000)]
* gc_os_dep.c: #include <config.h> if HAVE_CONFIG_H.  Replace
usage of STACK_GROWS_UP with SCM_STACK_GROWS_UP.

21 years ago* gc.h: replace usage of SIZEOF_LONG with
Rob Browning [Tue, 25 Mar 2003 23:55:37 +0000 (23:55 +0000)]
* gc.h: replace usage of SIZEOF_LONG with
SCM_SIZEOF_UNSIGNED_LONG.  Replace usage of USE_PTHREAD_THREADS
with SCM_USE_PTHREAD_THREADS.  Remove SCM_SIZEOF_LONG definition
since we handle that in scmconfig.h now.

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

21 years ago* gc-mark.c: #include <config.h> if HAVE_CONFIG_H. Rename usage
Rob Browning [Tue, 25 Mar 2003 23:55:25 +0000 (23:55 +0000)]
* gc-mark.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage
of HAVE_ARRAYS to SCM_HAVE_ARRAYS.  Replace usage of
HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".

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

21 years ago* gc-card.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Rob Browning [Tue, 25 Mar 2003 23:55:14 +0000 (23:55 +0000)]
* gc-card.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Replace usage of HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".

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

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

21 years ago* feature.c: #include <config.h> if HAVE_CONFIG_H. Rename usage
Rob Browning [Tue, 25 Mar 2003 23:54:46 +0000 (23:54 +0000)]
* feature.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage
of USE_NULL_THREADS to SCM_USE_NULL_THREADS.

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

21 years ago* evalext.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Rob Browning [Tue, 25 Mar 2003 23:54:35 +0000 (23:54 +0000)]
* evalext.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Replace usage of HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".

21 years ago* eval.c: #include <config.h> if HAVE_CONFIG_H. #include
Rob Browning [Tue, 25 Mar 2003 23:54:28 +0000 (23:54 +0000)]
* eval.c: #include <config.h> if HAVE_CONFIG_H.  #include
"libguile/__scm.h" rather than scmconfig.h.  Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.  Replace usage of HAVE_LONG_LONGS
with "SCM_SIZEOF_LONG_LONG != 0".

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

21 years ago* eq.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of
Rob Browning [Tue, 25 Mar 2003 23:54:15 +0000 (23:54 +0000)]
* eq.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.  Replace usage of HAVE_LONG_LONGS
with "SCM_SIZEOF_LONG_LONG != 0".

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

21 years ago* coop.c: replace usage of struct timespect with scm_t_timespec.
Rob Browning [Tue, 25 Mar 2003 23:54:01 +0000 (23:54 +0000)]
* coop.c: replace usage of struct timespect with scm_t_timespec.
#include <config.h> if HAVE_CONFIG_H.

21 years ago* coop-threads.c: #include "libguile/_scm.h" early. Replace
Rob Browning [Tue, 25 Mar 2003 23:53:56 +0000 (23:53 +0000)]
* coop-threads.c: #include "libguile/_scm.h" early.  Replace
usage of struct timespect with scm_t_timespec.  Replace usage of
STACK_GROWS_UP with SCM_STACK_GROWS_UP.

21 years ago* coop-pthreads.c: #include "libguile/_scm.h" early. Replace
Rob Browning [Tue, 25 Mar 2003 23:53:49 +0000 (23:53 +0000)]
* coop-pthreads.c: #include "libguile/_scm.h" early.  Replace
usage of struct timespect with scm_t_timespec.  Replace usage of
STACK_GROWS_UP with SCM_STACK_GROWS_UP.

21 years ago* coop-defs.h: move handling of time related headers to
Rob Browning [Tue, 25 Mar 2003 23:53:32 +0000 (23:53 +0000)]
* coop-defs.h: move handling of time related headers to
scmconfig.h.  Add #include "libguile/__scm.h".  Rename usage of
HAVE_WINSOCK2_H to SCM_HAVE_WINSOCK2_H.  Replace usage of struct
timespect with scm_t_timespec.

21 years ago* convert.i.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Rob Browning [Tue, 25 Mar 2003 23:53:26 +0000 (23:53 +0000)]
* convert.i.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago* convert.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
Rob Browning [Tue, 25 Mar 2003 23:52:58 +0000 (23:52 +0000)]
* convert.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago* convert.c: #include <config.h> if HAVE_CONFIG_H. Rename usage
Rob Browning [Tue, 25 Mar 2003 23:52:52 +0000 (23:52 +0000)]
* convert.c: #include <config.h> if HAVE_CONFIG_H.  Rename usage
of HAVE_ARRAYS to SCM_HAVE_ARRAYS.

21 years ago* continuations.c: move libguile/_scm.h include to the top so we
Rob Browning [Tue, 25 Mar 2003 23:52:46 +0000 (23:52 +0000)]
* continuations.c: move libguile/_scm.h include to the top so we
pick up any critical defines like _GNU_SOURCE early.

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

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

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

21 years ago* _scm.h: #include <config.h> if HAVE_CONFIG_H.
Rob Browning [Tue, 25 Mar 2003 23:52:18 +0000 (23:52 +0000)]
* _scm.h: #include <config.h> if HAVE_CONFIG_H.
Rename usage of USE_PTHREAD_THREADS to SCM_USE_PTHREAD_THREADS.