1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
Commit graph

3966 commits

Author SHA1 Message Date
Rob Browning
2d82b1822f * 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.
2003-03-27 20:08:20 +00:00
Rob Browning
91b17416c6 * 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.
2003-03-27 20:08:15 +00:00
Rob Browning
ca74704af0 * 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.
2003-03-27 20:08:10 +00:00
Rob Browning
25e789d565 * 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.
2003-03-27 20:08:06 +00:00
Rob Browning
c7df0739ae * 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.
2003-03-27 20:08:01 +00:00
Rob Browning
4efd15dc3b * 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.
2003-03-27 20:07:23 +00:00
Rob Browning
005f04cd6c * gen-scmconfig.c: change most new public symbols to be defined to
0 or 1 rather than being either 1 or undefined.
2003-03-27 20:07:17 +00:00
Rob Browning
9e443ab676 * 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.
2003-03-27 20:07:10 +00:00
Rob Browning
5e5f51c37d * 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.
2003-03-27 20:07:05 +00:00
Rob Browning
2272114093 * 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.
2003-03-27 20:06:59 +00:00
Rob Browning
1a603dc072 * 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.
2003-03-27 20:06:23 +00:00
Rob Browning
e7dd0639de * 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.
2003-03-27 20:06:17 +00:00
Rob Browning
16a16ad8f7 * 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.
2003-03-27 20:06:12 +00:00
Rob Browning
84df1d72db * 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.
2003-03-27 20:06:07 +00:00
Rob Browning
277ee0fa4c * 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.
2003-03-27 20:06:01 +00:00
Rob Browning
d96208cc72 * 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.
2003-03-27 20:05:55 +00:00
Rob Browning
4ccb2cd2f4 * 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.
2003-03-27 20:05:50 +00:00
Rob Browning
17403ebcaf * _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.
2003-03-27 19:55:45 +00:00
Marius Vollmer
55d30fac0a More deprecated stuff. 2003-03-26 17:59:55 +00:00
Marius Vollmer
9686f86dbf *** empty log message *** 2003-03-26 17:06:11 +00:00
Marius Vollmer
4bbe9eb784 Added some comments. 2003-03-26 17:05:26 +00:00
Marius Vollmer
9b31f1c143 (scm_init_guile_1): Call scm_i_init_deprecated. 2003-03-26 17:04:55 +00:00
Marius Vollmer
c70de3c709 (DOT_X_FILES): Removed "iselect.x".
(DOT_DOC_FILES): Removed "iselect.doc".
2003-03-26 17:04:19 +00:00
Marius Vollmer
19e2247dc7 * deprecated.c, deprecated.h: New files, to collect deprecated
things in one place.
* Makefile.am: Added them in all the right places.
2003-03-26 17:02:31 +00:00
Marius Vollmer
68bff0bd14 Removed, source file is unused since 2002-12-02. 2003-03-26 16:52:56 +00:00
Marius Vollmer
d11d697a23 *** empty log message *** 2003-03-26 14:26:26 +00:00
Marius Vollmer
eaf94f7775 (EXTRA_DIST): Added "scmconfig.h.top".
(scmconfig.h): Get "scmconfig.h.top" from $(srcdir) so that VPATH
builds work.
2003-03-26 14:26:13 +00:00
Rob Browning
e3c0c3b9cd *** empty log message *** 2003-03-26 00:02:20 +00:00
Rob Browning
12fb20e55b * win32-socket.h: #include "libguile/__scm.h". Replace usage of
HAVE_WINSOCK2_H with SCM_HAVE_WINSOCK2_H.
2003-03-26 00:02:03 +00:00
Rob Browning
72bcac3966 * win32-socket.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-26 00:01:58 +00:00
Rob Browning
fed43b8fde * vports.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-26 00:01:53 +00:00
Rob Browning
2a5cd898c7 * unif.c: #include <config.h> if HAVE_CONFIG_H. Replace usage of
HAVE_LONG_LONGS with "SCM_SIZEOF_LONG_LONG != 0".
2003-03-26 00:01:47 +00:00
Rob Browning
d3d605bb90 * 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.
2003-03-26 00:01:40 +00:00
Rob Browning
1810dc4e7e * 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.
2003-03-26 00:01:32 +00:00
Rob Browning
dcb0911f40 * threads-plugin.h: replace usage of struct timespect with
scm_t_timespec.
2003-03-26 00:01:10 +00:00
Rob Browning
1f7f41e489 * threads-plugin.c: #include <config.h> if HAVE_CONFIG_H. Replace
usage of struct timespect with scm_t_timespec.
2003-03-26 00:01:03 +00:00
Rob Browning
353d4770e6 * 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.
2003-03-26 00:00:58 +00:00
Rob Browning
cf00748508 * symbols.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-26 00:00:52 +00:00
Rob Browning
a6f7f57d25 * struct.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-26 00:00:46 +00:00
Rob Browning
c986274fc2 * strports.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-26 00:00:35 +00:00
Rob Browning
6ada43c944 * strop.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-26 00:00:30 +00:00
Rob Browning
3f3b22650c * stime.h: move handling of time related headers to scmconfig.h. 2003-03-26 00:00:23 +00:00
Rob Browning
3cf2f52dc0 * stime.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-26 00:00:18 +00:00
Rob Browning
697f90d671 * stacks.c: replace usage of STACK_GROWS_UP with
SCM_STACK_GROWS_UP.
2003-03-26 00:00:12 +00:00
Rob Browning
af7a39456a * sort.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of
HAVE_ARRAYS to SCM_HAVE_ARRAYS.
2003-03-26 00:00:06 +00:00
Rob Browning
eccde741c3 * 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.
2003-03-25 23:59:59 +00:00
Rob Browning
f9fe039dd0 * smob.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-25 23:59:53 +00:00
Rob Browning
c3f1a20453 * simpos.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-25 23:59:48 +00:00
Rob Browning
773ca93e88 * script.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-25 23:59:43 +00:00
Rob Browning
29d36c2dc3 * scmsigs.c: #include <config.h> if HAVE_CONFIG_H. 2003-03-25 23:59:37 +00:00