Gary Houston
55a7fc623b
1999-09-08 Gary Houston <ghouston@easynet.co.uk>
...
* stime.c (bdtime2c): rewrite the ASSERTs. Accept a value
of #f for the 10th vector element to avoid an exception
seen by Bernard Urban.
(scm_mktime): unneeded ASSERT removed.
1999-09-08 18:38:09 +00:00
Mikael Djurfeldt
4f93d84c8e
*** empty log message ***
1999-09-07 09:42:18 +00:00
Mikael Djurfeldt
47c3f06db6
* eval.c (scm_map, scm_for_each): Converted to dispatch on generic
...
if args don't match.
1999-09-07 09:40:50 +00:00
Mikael Djurfeldt
89c358b13f
* __scm.h (SCM_WTA_DISPATCH_n, SCM_GASSERTn): New macros.
1999-09-07 09:40:35 +00:00
Mikael Djurfeldt
6065fed8ed
*** empty log message ***
1999-09-06 21:13:05 +00:00
Mikael Djurfeldt
152f82bfa5
* numbers.c: Converted comparison operations to dispatch on
...
generic if args don't match.
1999-09-06 21:12:15 +00:00
Mikael Djurfeldt
e86b6c2c6a
Regenerated
1999-09-06 19:57:08 +00:00
Mikael Djurfeldt
7e6e146e46
*** empty log message ***
1999-09-06 19:54:51 +00:00
Mikael Djurfeldt
27ab23a498
* Makefile.am (ETAGS_ARGS): Added support for GPROC and GPROC1.
1999-09-06 19:54:01 +00:00
Mikael Djurfeldt
95912c4ddc
*** empty log message ***
1999-09-06 18:42:03 +00:00
Mikael Djurfeldt
c00b93eaa4
* tests/interp.test: Added tests for evaluation of closure bodies.
1999-09-06 18:41:03 +00:00
Jim Blandy
ffe70f9c28
*** empty log message ***
1999-09-06 02:14:06 +00:00
Jim Blandy
38e2ba5c0f
Propagate the changes of 2 Sept the rest of the way through.
...
* configure: Regenerated.
* Makefile.in: Regenerated. Not sure why this diff is so big.
1999-09-06 02:14:03 +00:00
Jim Blandy
548c5135e0
*** empty log message ***
1999-09-06 02:04:48 +00:00
Jim Blandy
9dcba084bb
* guile-snarf.c: Deleted. Snarfing should respect CPP
...
conditionals, so it needs to actually run CPP. Bleah.
1999-09-06 01:54:51 +00:00
Jim Blandy
37f2e24212
Random bug fixes
1999-09-06 01:53:52 +00:00
Jim Blandy
edb3b2ca56
*** empty log message ***
1999-09-06 01:15:46 +00:00
Jim Blandy
f9dbe0749d
*** empty log message ***
1999-09-05 13:50:38 +00:00
Jim Blandy
7677589ac6
* guile-snarf.in: Be sure to exit with an error if CPP does.
...
* Makefile.am (.c.x): Delete the .x file and exit with an error
status if guile-snarf exits with an error status.
* Makefile.in: Regenerated.
1999-09-05 13:47:23 +00:00
Jim Blandy
9d743bfb5f
*** empty log message ***
1999-09-05 12:42:02 +00:00
Jim Blandy
1bf17bb472
* snarf.h (SCM_GLOBAL_KEYWORD): Call scm_c_make_keyword, not
...
scm_makekey, which doesn't exist any more. Guess nobody's using
this.
1999-09-05 12:41:52 +00:00
Jim Blandy
9918cf630d
*** empty log message ***
1999-09-05 12:40:31 +00:00
Jim Blandy
ce05e3cd45
* guile-snarf.c (parse_args): Abort if we haven't handled some
...
character type.
1999-09-05 12:40:11 +00:00
Jim Blandy
2a41ec7c7b
* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
...
variable name. (Thanks to Bill Schottstaedt.)
* aclocal.m4: Regenerated.
1999-09-05 12:38:01 +00:00
Jim Blandy
d1f728f18a
Typo
1999-09-05 06:46:03 +00:00
Jim Blandy
2a94fc3629
*** empty log message ***
1999-09-05 06:43:33 +00:00
Jim Blandy
692fca68ad
* guile-snarf.c: New implementation of guile-snarf, meant to be
...
more robust than the shell script. I think it's complete, but I
haven't tested it at all, and I haven't changed the build process
to actually use it. We should compare its output against that of
the existing shell script, for all source files.
1999-09-05 06:43:13 +00:00
Jim Blandy
37c7371dae
Add 1999 to copyright years.
1999-09-05 06:42:46 +00:00
Jim Blandy
df476c8c05
Remove debugging output.
1999-09-03 08:00:14 +00:00
Jim Blandy
afbbb69ca2
*** empty log message ***
1999-09-03 07:54:22 +00:00
Jim Blandy
563841768b
* load.c (scm_search_path): If the filename has any extension at
...
all, ignore the entire list of extensions. Also, don't check whether
the file is accessible. If the file exists, accessible or not, we
should return it. Inaccessible files should cause an error later.
(Thanks to Keisuke Nishida for the suggestions.)
1999-09-03 07:54:06 +00:00
Jim Blandy
513571767f
*** empty log message ***
1999-09-03 07:37:33 +00:00
Jim Blandy
f91cb9091a
* tests/load.test: New test file.
1999-09-03 07:37:23 +00:00
Jim Blandy
701a8bdd6b
* tests/multilingual.nottest: New file, which we will turn into a
...
test file once we actually have multilingual support to test.
1999-09-03 07:37:12 +00:00
Jim Blandy
7ef450bfce
Fix copyright info.
1999-09-03 07:36:49 +00:00
Jim Blandy
e127c34887
*** empty log message ***
1999-09-03 01:24:56 +00:00
Jim Blandy
42d0ffc9fa
* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
...
variable name. (Thanks to Bill Schottstaedt.)
1999-09-03 01:24:40 +00:00
Mikael Djurfeldt
51157deb12
Added prototype for on_exit
1999-09-02 15:15:12 +00:00
Mikael Djurfeldt
2834977b48
Regenerated
1999-09-02 14:52:32 +00:00
Mikael Djurfeldt
655f19abc4
*** empty log message ***
1999-09-02 14:52:02 +00:00
Mikael Djurfeldt
e52ceaacf0
* gc.c (cleanup, scm_init_storage): Use on_exit if present and
...
atexit not available. (sunos4.1.4 needs it.)
1999-09-02 14:51:51 +00:00
Mikael Djurfeldt
6babbc74d7
* configure.in: Test for presence of function on_exit.
1999-09-02 14:51:32 +00:00
Mikael Djurfeldt
d02cafe764
*** empty log message ***
1999-09-02 09:16:58 +00:00
Jim Blandy
422b92d2ba
*** empty log message ***
1999-09-01 04:23:41 +00:00
Jim Blandy
a82d1d82ee
Put off deprecating most functions until 1.4; not enough time has
...
elapsed between releases to make it fair to take out those functions
now.
1999-09-01 04:21:42 +00:00
Jim Blandy
be881b4688
I take it all back --- bcopy does handle overlapping source and
...
destination areas correctly. At least on every system I could
find. But it is better to use AC_REPLACE_FUNCS than to introduce
new CPP conditionals.
* memmove.c: New file, implementing memmove in terms of bcopy.
* scmconfig.h.in: Regenerated.
1999-09-01 02:52:27 +00:00
Jim Blandy
b074884f06
*** empty log message ***
1999-09-01 02:51:52 +00:00
Jim Blandy
75c1610b19
Regenerated. Seems like conflicting versions of automake installed...
1999-09-01 02:50:18 +00:00
Jim Blandy
dbbbec4088
* configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
...
the system doesn't have memmove. Don't test for memmove and bcopy
with AC_CHECK_FUNCS.
* configure: Regenerated.
1999-09-01 02:48:14 +00:00
Jim Blandy
0780669549
Allocators should use the `void *' type for generic pointers.
...
* gc.c (scm_must_malloc, scm_must_realloc, scm_must_free): Change
argument and return types.
* gc.h: Corresponding changes to prototypes.
(Thanks to Forcer.)
1999-09-01 02:47:30 +00:00