Rob Browning
f546be4d03
* 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.
2003-03-27 20:10:07 +00:00
Rob Browning
a1fa649f02
* 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.
2003-03-27 20:10:02 +00:00
Rob Browning
6c4eb8e12e
* 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.
2003-03-27 20:09:56 +00:00
Rob Browning
8dda3eea36
* 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.
2003-03-27 20:09:51 +00:00
Rob Browning
3cfe6eab01
* 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.
2003-03-27 20:09:46 +00:00
Rob Browning
971d1e36f0
* 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.
2003-03-27 20:09:40 +00:00
Rob Browning
c7ad1f89f7
* 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.
2003-03-27 20:09:35 +00:00
Rob Browning
5f4df9730d
* 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.
2003-03-27 20:09:29 +00:00
Rob Browning
b645bf7481
* 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.
2003-03-27 20:09:23 +00:00
Rob Browning
f0ad7455ec
* 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.
2003-03-27 20:09:18 +00:00
Rob Browning
b075613ec4
* 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.
2003-03-27 20:09:13 +00:00
Rob Browning
2899af3ff7
* 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.
2003-03-27 20:09:08 +00:00
Rob Browning
5a291d7da6
* 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.
2003-03-27 20:09:03 +00:00
Rob Browning
9d4b740b63
* 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.
2003-03-27 20:08:35 +00:00
Rob Browning
90a61c310b
* 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.
2003-03-27 20:08:29 +00:00
Rob Browning
a5843d4411
* 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.
2003-03-27 20:08:25 +00:00
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
Rob Browning
08c7666d27
*** empty log message ***
2003-03-27 19:54:38 +00:00
Rob Browning
fef68e7f5d
* scheme-io.texi (Reading): clarify character ordering in port for
...
unread-string.
2003-03-27 19:54:31 +00:00
Marius Vollmer
bc94d326a7
Updated list of removed definitions once more.
2003-03-26 18:00:32 +00:00
Marius Vollmer
55d30fac0a
More deprecated stuff.
2003-03-26 17:59:55 +00:00
Marius Vollmer
bd40d4201d
*** empty log message ***
2003-03-26 17:59:29 +00:00
Marius Vollmer
48fdec2178
Load "ice-9/deprecated.scm" when appropriate.
...
(try-load-module): Also try the old deprecated method, maybe.
2003-03-26 17:59:22 +00:00
Marius Vollmer
5d3af6f21b
* deprecated.scm: New file, to collect deprecated things.
...
* Makefile.am (ice9_sources): Added.
2003-03-26 17:59:13 +00:00
Marius Vollmer
2109da783a
Fixed typo and updated list of removed definitions.
2003-03-26 17:08:11 +00:00
Marius Vollmer
9686f86dbf
*** empty log message ***
2003-03-26 17:06:11 +00:00
Marius Vollmer
2f5eb00419
Include "libguile/deprecated.h".
2003-03-26 17:06:03 +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